@charset "UTF-8";
em {
	font-style: normal;
}

.screen-out {
	display: none;
}

.con {
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-family: 'noto3';
	font-weight: 100;
	color: #000;
}
.con:not(.special_area) {
    overflow: hidden;
}
.con .inner {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.con .title_wrap > p {
	font-family: 'noto5';
	font-size: 37px;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
.con .title_wrap > h3 {
	font-family: 'noto7';
	font-size: 45px;
	letter-spacing: -0.03em;
	line-height: 1.4;
}
.con .title_wrap > p.highlight {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
}
.con .title_wrap > p.highlight::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 14px;
	background: #fff2c4;
	z-index: -1;
}
.con .num {
	display: inline-block;
	position: relative;
	width: 137px;
	height: 44px;
	margin-left: 10px;
	padding-top: 9px;
	border-radius: 45px;
	background: #000;
	font-family: 'noto7';
	font-size: 26px;
	letter-spacing: -0.02em;
	line-height: 1;
	text-indent: -15px;
	color: #f6ce3e;
}
.con .num::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	right: -30px;
	width: 72px;
	height: 77px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/title_icon.png') center no-repeat;
}

.hwan {
	position: relative;
}

/* 하단 띠배너 : S */
.bottom_banner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 84px;
	z-index: 5;
}

/* top : s */
.top_area {
	height: 1009px;
	padding-top: 44px;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #293144, #4b566a);
}
.top_area::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 100px;
	left: 50%;
    transform: translate(-50%, -100px);
	width: 2560px;
	height: 574px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/top_coin4.png');
    opacity: 0;
    transition: 0.7s;
}
.top_area.on::before {
    opacity: 1;
    transform: translate(-50%, 0);
}
.top_area .title_area {
	position: relative;
}
.top_area .title_area::before,
.top_area .title_area::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
    opacity: 0;
    transform: translateY(-150px);
    transition: 0.7s;
}
.top_area .title_area::before {
	top: 184px;
	left: -172px;
	width: 162px;
	height: 189px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/top_coin2.png');
}
.top_area .title_area::after {
	top: 220px;
	right: -232px;
	width: 251px;
	height: 59px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/top_coin1.png');
    transition-delay: 0.1s;
}
.top_area .title_area.on::before,
.top_area .title_area.on::after {
    opacity: 1;
    transform: translateY(0);
}
.top_area .top_txt {
	margin-top: -22px;
	font-family: 'noto6';
	font-size: 25px;
	letter-spacing: -0.03em;
	line-height: 1.5;
	color: #84a9f0;
}
.top_area .top_txt span {
	font-family: 'noto5';
	font-size: 12px;
	color: rgba(255, 255, 255, 0.2);
}
.top_area .sub_title {
	margin-top: 50px;
	font-family: 'noto4';
	font-size: 34px;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #fff;
}
.top_area .sub_title em {
	font-family: 'noto6';
}
.top_area .top_title {
	margin-top: 37px;
}
.top_area .coin_3 {
	position: absolute;
	bottom: -137px;
	left: 245px;
}
.top_area .item_wrap {
	display: flex;
	gap: 25px;
	height: 225px;
}
.top_area .item_wrap .item {
	position: relative;
	width: calc((100% - 50px) / 3);
	height: 225px;
	margin-top: 71px;
	padding-top: 45px;
	padding-left: 32px;
	border-radius: 20px;
	background-color: #fff;
	background-position: top 26px right 30px;
	background-repeat: no-repeat;
}
.top_area .item_wrap .item_01 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/top_benefit_1.png');
}
.top_area .item_wrap .item_02 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/top_benefit_2.png');
	background-position: top 26px right 14px;
}
.top_area .item_wrap .item_03 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/top_benefit_3.png');
	background-position: top 23px right 21px;
}
.top_area .item_wrap .item strong {
	display: block;
	font-family: 'noto7';
	font-size: 27px;
	letter-spacing: -0.03em;
	line-height: 1.2;
	text-align: left;
}
.top_area .item_wrap .item p {
	margin-top: 19px;
	font-family: 'noto5';
	font-size: 21px;
	letter-spacing: -0.03em;
	line-height: 1.3;
	text-align: left;
}
/* top : e */

/* top_benefit : S */
.top_benefit_area {
	padding: 147px 0 160px;
}
.top_benefit_area .big_bene_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%;
	margin-top: 83px;
}
.top_benefit_area .big_bene_wrap .big_bene {
	width: calc((100% - 16px) / 2);
	height: 211px;
	padding-top: 52px;
	padding-left: 36px;
	border-radius: 20px;
	background-color: #ffe586;
	background-position: center right 20px;
	background-repeat: no-repeat;
	text-align: left;
	letter-spacing: -0.035rem;
}
.top_benefit_area .big_bene_wrap .big_bene_1 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_1.png');
}
.top_benefit_area .big_bene_wrap .big_bene_2 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_2.png');
}
.top_benefit_area .big_bene_wrap .big_bene p {
	font-family: 'noto5';
	font-size: 22px;
	line-height: 1;
}
.top_benefit_area .big_bene_wrap .big_bene strong {
	display: block;
	margin-top: 6px;
	font-family: 'noto7';
	font-size: 29px;
	line-height: 1.3;
}
.top_benefit_area .big_bene_wrap .big_bene span {
	display: block;
	margin-top: 14px;
	font-family: 'noto4';
	font-size: 13px;
	line-height: 1;
	letter-spacing: -0.02rem;
	color: rgba(0, 0, 0, 0.5);
}
.top_benefit_area .bene_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 26px 24px;
	width: 100%;
	margin-top: 34px;
}
.top_benefit_area .bene_wrap .bene {
	position: relative;
	width: 349px;
	height: 300px;
	padding-top: 27px;
	border: 2px solid #f6ce3e;
	border-radius: 20px;
	box-sizing: border-box;
	background-color: #fff;
	background-position: bottom 20px center;
	background-repeat: no-repeat;
}
.top_benefit_area .bene_wrap .bene_1 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_3.png');
	background-position: bottom 5px left 42%;
}
.top_benefit_area .bene_wrap .bene_2 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_4.png');
	background-position: bottom 26px center;
}
.top_benefit_area .bene_wrap .bene_3 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_5.png');
	background-position: bottom 19px left 60%;
}
.top_benefit_area .bene_wrap .bene_4 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_6.png');
	background-position: bottom 23px center;
}
.top_benefit_area .bene_wrap .bene_5 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_7.png');
	background-position: bottom 33px center;
}
.top_benefit_area .bene_wrap .bene_6 {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/benefit_8.png');
	background-position: bottom 33px center;
}
.top_benefit_area .bene_wrap .bene p {
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.035em;
	line-height: 1;
}
.top_benefit_area .bene_wrap .bene strong {
	display: block;
	margin-top: 10px;
	font-family: 'noto7';
	font-size: 26px;
	letter-spacing: -0.035em;
	line-height: 1.2;
}
.top_benefit_area .bene_wrap .bene span {
	position: absolute;
	bottom: 21px;
	right: 25px;
	font-family: 'noto4';
	font-size: 13px;
	letter-spacing: -0.02em;
	line-height: 1;
	color: rgba(0, 0, 0, 0.5);
}
/* top_benefit : e */

/* 대비 : S */
.vs_cont {
	padding: 136px 0 128px;
}
.vs_cont .main_title .tit_box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	height: 114px;
	margin-bottom: 38px;
}
.vs_cont .main_title .tit_box .tit {
	height: 100%;
	font-family: 'market-b';
	font-size: 63px;
	line-height: 127px;
	letter-spacing: -0.085em;
	color: #dbdde3;
	transition: all 0.3s ease-in-out;
}
.vs_cont .main_title .tit_box .tit.on {
	padding: 0 35px;
	border: 8px solid #0056ff;
	box-sizing: border-box;
	border-radius: 20px;
	line-height: 114px;
	color: #0056ff;
}
.vs_cont .main_title p {
	font-family: 'noto6';
	font-size: 30px;
	letter-spacing: -0.065em;
	line-height: 1.2;
}
.vs_cont .vs_wrap {
	display: flex;
	gap: 10px;
	margin-top: 105px;
}
.vs_cont .vs_items {
	position: relative;
	width: 50%;
	border: 3px solid #003cff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
}
.vs_cont .vs_items::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: -88px;
	left: 20px;
	width: 134px;
	height: 167px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/bullet_1.png') center no-repeat;
}
.vs_cont .vs_items_2::after {
	left: auto;
	right: 20px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/bullet_2.png') center no-repeat;
}
.vs_cont .vs_items_2 {
	border: 3px solid #eecd4e;
}
.vs_cont .vs_items .vs_title {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 83px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #003cff;
	font-family: 'noto7';
	font-size: 36px;
	line-height: 1;
	letter-spacing: -0.065em;
	color: #fff;
}
.vs_cont .vs_items_2 .vs_title {
	background: #d99e22;
}
.vs_cont .vs_items .vs_info_wrap li {
	display: flex;
	align-items: center;
	gap: 16px;
	height: 72px;
	padding: 12px 34px;
	border-bottom: 2px solid #efefef;
	box-sizing: border-box;
}
.vs_cont .vs_items .vs_info_wrap li.vs_info {
	padding: 24px 34px;
	border-bottom: 2px solid #fff;
	background: #d6e0ff;
	height: 96px;
	font-family: 'noto7';
	font-size: 33px;
	letter-spacing: -0.065em;
	text-align: left;
	line-height: 1.2;
}
.vs_cont .vs_items .vs_info_wrap li.vs_info_2 {
	background: #eaeffc;
}
.vs_cont .vs_items .vs_info_wrap li:last-child {
	border-bottom: 0;
}
.vs_cont .vs_items_2 .vs_info_wrap li.vs_info {
	align-items: flex-start;
	height: 192px;
	padding: 47px 34px 34px;
	background: #faf4dd;
}
.vs_cont .vs_items .vs_info_wrap li .icon {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #eaeffc;
}
.vs_cont .vs_items_2 .vs_info_wrap li .icon {
	background: #faf4dd;
}
.vs_cont .vs_items .vs_info_wrap li.vs_info .icon {
	background: #fff;
}
.vs_cont .vs_items_1 .vs_info_wrap li.vs_info_1 .icon {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/vs_icon.png') top -20px left -8px no-repeat;
}
.vs_cont .vs_items_1 .vs_info_wrap li.vs_info_2 .icon {
	background: #fff url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/vs_icon.png') top -20px left -61px no-repeat;
}
.vs_cont .vs_items_1 .vs_info_wrap li.info_1 .icon {
	background: #eaeffc url('/_skin/tpl_skin/basic_investment/images/hwan/vs_ic_1.png') center no-repeat;
}
.vs_cont .vs_items_1 .vs_info_wrap li.info_2 .icon {
	background: #eaeffc url('/_skin/tpl_skin/basic_investment/images/hwan/vs_ic_7.png') center no-repeat;
}
.vs_cont .vs_items_1 .vs_info_wrap li.info_3 .icon {
	background: #eaeffc url('/_skin/tpl_skin/basic_investment/images/hwan/vs_ic_2.png') center no-repeat;
}
.vs_cont .vs_items_2 .vs_info_wrap li.vs_info_1 .icon {
	background: #fff url('/_skin/tpl_skin/basic_investment/images/hwan/vs_ic_3.png') center no-repeat;
}
.vs_cont .vs_items_2 .vs_info_wrap li.info_1 .icon {
	background: #faf4dd url('/_skin/tpl_skin/basic_investment/images/hwan/vs_ic_4.png') center no-repeat;
}
.vs_cont .vs_items_2 .vs_info_wrap li.info_2 .icon {
	background: #faf4dd url('/_skin/tpl_skin/basic_investment/images/hwan/vs_ic_5.png') center no-repeat;
}
.vs_cont .vs_items_2 .vs_info_wrap li.info_3 .icon {
	background: #faf4dd url('/_skin/tpl_skin/basic_investment/images/hwan/vs_ic_6.png') center no-repeat;
}
.vs_cont .vs_items_1 .vs_info_wrap li h4 {
	display: flex;
	align-items: flex-end;
	line-height: 1;
}
.vs_cont .vs_items .vs_info_wrap li h4 span {
	margin-left: 10px;
	margin-bottom: 2px;
	font-family: 'noto4';
	font-size: 15px;
	letter-spacing: -0.065em;
}
.vs_cont .vs_items_2 .vs_info_wrap li h4 span {
	margin: 0;
	line-height: 2;
}
.vs_cont .vs_items .vs_info_wrap li p {
	font-family: 'noto4';
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.065em;
	line-height: 1.3;
	text-align: left;
}
.vs_cont .vs_items .vs_price_wrap {
	height: 280px;
	padding: 42px 25px 46px;
	background: #6586f0;
}
.vs_cont .vs_items_2 .vs_price_wrap {
	background: #feeba2;
}
.vs_cont .vs_items .vs_price_wrap .vs_price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: left;
}
.vs_cont .vs_items_2 .vs_price_wrap .vs_price {
	padding: 0 60px;
}
.vs_cont .vs_items .vs_price_wrap .l_price .price {
	position: relative;
	margin-bottom: 18px;
	font-family: 'noto4';
	font-size: 26px;
	letter-spacing: -0.045em;
	color: #485ae1;
}
.vs_cont .vs_items_2 .vs_price_wrap .l_price .price {
	font-family: 'noto3';
	font-size: 35px;
	letter-spacing: -0.045em;
	color: #bbac8d;
}
.vs_cont .vs_items_2 .vs_price_wrap .l_price .price::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 110%;
	left: 58%;
	transform: translate(-50%, -50%);
	width: 384px;
	height: 27px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/vs_arrow2.png') center no-repeat;
}
.vs_cont .vs_items .vs_price_wrap .l_price .price span {
	margin-left: 30px;
}
.vs_cont .vs_items .vs_price_wrap .l_price .discount_price {
	position: relative;
	font-family: 'noto4';
	font-size: 26px;
	letter-spacing: -0.045em;
	color: #fff;
}
.vs_cont .vs_items_2 .vs_price_wrap .l_price .discount_price {
	font-family: 'noto7';
	font-size: 35px;
	color: #000;
}
.vs_cont .vs_items_1 .vs_price_wrap .l_price .discount_price::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 40%;
	left: 58%;
	transform: translate(-50%, -50%);
	width: 263px;
	height: 14px;
	background: url('/_skin/tpl_skin/basic_judicial_scrivener/content_7/vs_arrow1.png') center no-repeat;
}
.vs_cont .vs_items .vs_price_wrap .l_price .discount_price span {
	position: relative;
	margin-left: 30px;
}
.vs_cont .vs_items .vs_price_wrap .l_price .discount_price span::after {
	clear: both;
	content: '*할인 쿠폰 적용 가';
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	font-family: 'noto3';
	font-size: 15px;
	letter-spacing: -0.045em;
	white-space: nowrap;
	color: #fff;
}
.vs_cont .vs_items_2 .vs_price_wrap .l_price .discount_price span::after {
	color: #000;
}
.vs_cont .vs_items .vs_price_wrap .r_price {
	font-family: 'noto7';
	font-size: 88px;
	letter-spacing: -0.065em;
	color: #fff;
}
.vs_cont .vs_items .vs_price_wrap .lec_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 489px;
	height: 83px;
	margin: 47px auto 0;
	border-radius: 80px;
	background: #2500e4;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}
.vs_cont .vs_items_1 .vs_price_wrap .lec_btn {
	animation: blink 1s ease infinite;
}
@keyframes blink {
	0%,
	49% {
		background: #2500e4;
	}
	50%,
	100% {
		background: #000;
	}
}
.vs_cont .vs_items_2 .vs_price_wrap .lec_btn {
	background: #f59c29;
}
.vs_cont .vs_items .vs_price_wrap .lec_btn::after {
	content: '';
	position: absolute;
	top: 54px;
	right: 20px;
	width: 33px;
	height: 42px;
	background: url('/_skin/sidae/popup/basic_modal/point.png') no-repeat 0 0 / contain;
	animation: bounce 0.8s ease infinite;
}
@keyframes bounce {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}
.vs_cont .vs_items .vs_price_wrap .lec_btn p {
	font-family: 'noto7';
	font-size: 35px;
	letter-spacing: -0.065em;
	color: #fff;
}
.vs_cont .vs_items .vs_price_wrap .lec_btn span {
	margin-right: 20px;
	font-family: 'noto4';
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -0.065em;
	color: #fefb00;
}
/* 대비 : E  */

/* 대비2 : S */
.vs_cont_2 {
	padding: 136px 0 128px;
}
.vs_cont_2 .inner {
	width: 1177px;
}
.vs_cont_2 .vs_box_wrap {
	width: 100%;
	height: 453px;
	padding-top: 40px;
	padding-left: 40px;
	box-sizing: border-box;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/pass1_bg.png') center no-repeat;
}
.vs_cont_2 .vs_box_wrap_2 {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/pass2_bg.png') center no-repeat;
}
.vs_cont_2 .vs_box_wrap .vs_title {
	position: relative;
	height: 106px;
	padding-left: 240px;
	font-family: 'market-b';
	font-size: 53px;
	letter-spacing: -0.045em;
	line-height: 110px;
	text-align: left;
	color: #fff;
}
.vs_cont_2 .vs_box_wrap .vs_title::after {
	clear: both;
	content: '제 41회 시험대비';
	display: block;
	position: absolute;
	top: -26px;
	left: 18px;
	width: 210px;
	height: 67px;
	padding-top: 19px;
	padding-left: 15px;
	box-sizing: border-box;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/subtit_box.png') center no-repeat;
	font-family: 'noto5';
	font-size: 24px;
	font-weight: normal;
	letter-spacing: -0.075px;
	line-height: 1;
	color: #000;
}
.vs_cont_2 .vs_box_wrap .vs_wrap {
	display: flex;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items {
	width: 248px;
	padding-top: 48px;
	box-sizing: border-box;
}
.vs_cont_2 .vs_box_wrap_2 .vs_wrap .vs_items {
	padding-top: 60px;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 {
	position: relative;
	width: 353px;
	padding-top: 35px;
	margin-left: -5px;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .price_badge {
	clear: both;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -97px;
	right: -56px;
	width: 134px;
	height: 137px;
	padding: 10px 0 0;
	border-radius: 50%;
	background: linear-gradient(140deg, #ff5e7c 12%, #ff1f49 40%);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	z-index: 1;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .price_badge p {
	line-height: 1.2;
	text-align: center;
	color: #ffeec9;
	font-size: 18px;
	font-family: 'market-l';
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .price_badge em {
	color: #fff;
	font-family: 'market-b';
	font-size: 32px;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items .icon {
	display: block;
	margin: 0 auto;
	transform: translateX(-10px);
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items .item_txt {
	margin-top: 15px;
	font-family: 'noto4';
	font-size: 21px;
	letter-spacing: -0.045em;
	line-height: 1.2;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items .item_txt em {
	font-family: 'noto6';
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items .item_desc {
	display: block;
	margin-top: 17px;
	font-family: 'noto4';
	font-size: 15px;
	letter-spacing: -0.05em;
	color: #868686;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .price {
	position: relative;
	font-family: 'market-b';
	font-size: 35px;
	letter-spacing: -0.045em;
	line-height: 1;
	color: #b2c7f7;
}
.vs_cont_2 .vs_box_wrap_2 .vs_wrap .vs_items_4 .price {
	color: #aed5d3;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .price::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 36%;
	left: 50%;
	transform: translateX(-50%);
	width: 249px;
	height: 20px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/pass1_priceline.png') center no-repeat;
}
.vs_cont_2 .vs_box_wrap_2 .vs_wrap .vs_items_4 .price::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/pass2_priceline.png') center no-repeat;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .discount_price {
	margin: 13px 0 25px;
	font-family: 'market-b';
	font-size: 50px;
	letter-spacing: -0.045em;
	line-height: 1;
	color: #1f61ec;
}
.vs_cont_2 .vs_box_wrap_2 .vs_wrap .vs_items_4 .discount_price {
	color: #007984;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .discount_price span {
	font-family: 'market-m';
	font-size: 27px;
}
.vs_cont_2 .vs_box_wrap .vs_wrap .vs_items_4 .link_btn {
	display: block;
	width: 298px;
	height: 93px;
	margin-left: 40px;
}
/* 대비2 : E */

/* 상품 + 혜택 : S */
.product_cont {
	padding: 144px 0 118px;
}
.product_cont .main_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding-top: 73px;
}
.product_cont .d-flex {
	display: flex;
}
.product_cont .product_item_1 {
	position: relative;
	width: 1100px;
	height: 479px;
	padding: 55px 23px 0 15px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/price_box_1.png') no-repeat top center;
}
.product_cont .product_item_1.product_item_1_2 {
	margin-top: 59px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/price_box_2.png') no-repeat top center;
}
.product_cont .sidetxt {
	display: flex;
	gap: 12px;
	margin-bottom: 41px;
}
.product_cont .sidetxt span {
	display: flex;
	align-items: center;
	height: 42px;
	padding: 3px 29px 0;
	border: 3px solid #000;
	border-radius: 42px;
	color: #000;
	font-size: 22px;
	font-family: 'noto7';
	background: #fff;
}
.product_cont .sidetxt .txt-orange {
	border: 2px solid #f6ce3e;
	background: #f6ce3e;
}
.product_cont .product_detail {
	padding: 0 42px 0 39px;
}
.product_cont .d-flex {
	justify-content: space-between;
	margin-bottom: 22px;
}
.product_cont h2 {
	margin-bottom: 28px;
	font-family: 'noto7';
	font-size: 50px;
	line-height: 1;
	letter-spacing: -0.02em;
}
.product_cont h2 .txt_blue {
	color: #0057e1;
}
.product_cont .list-dot {
	color: #2b2b2b;
	font-size: 21px;
}
.product_cont .list-dot li {
	margin-bottom: 8px;
	padding-left: 5px;
	letter-spacing: -0.055em;
}
.product_cont .list-dot li.bold_txt {
	font-family: 'noto6';
}
.product_cont .list-dot li::before {
	display: none;
}
.product_cont .bullet {
	display: block;
	position: absolute;
	top: 24px;
	right: 48px;
	width: 112px;
	height: 111px;
	border-radius: 50%;
	line-height: 1.25;
	font-size: 24px;
	text-align: center;
	padding-top: 27px;
	color: #fff;
	font-family: 'market-b';
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/bullet_1.png') center no-repeat;
}
.product_cont .bullet em {
	font-size: 36px;
	color: #fff700;
}
.product_cont .price {
	margin: -36px 0 0 0;
}
.product_cont .price .d-flex {
	gap: 25px;
	align-items: flex-end;
	margin-top: 127px;
}
.product_cont .or_price em {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-family: 'noto7';
}
.product_cont .or_price {
	position: relative;
	margin-left: -30px;
	color: #8e8e8e;
	font-size: 20px;
	font-family: 'noto7';
}
.product_cont .or_price i {
	font-style: normal;
}
.product_cont .or_price:after {
	content: '';
	position: absolute;
	width: calc(100% - 25px);
	height: 1px;
	left: -3.5px;
	top: 39px;
	display: block;
	background: #8e8e8e;
}
.product_cont .price h3 {
	display: block;
	line-height: 1.1;
	letter-spacing: -0.025em;
	font-size: 54px;
	font-family: 'noto7';
	font-weight: 100;
}
.product_cont .buy_btn {
	display: block;
	width: 379px;
	height: 68px;
	background: #09090a;
	letter-spacing: -0.025em;
	color: #ffffff;
	font-size: 28px;
	text-align: center;
	line-height: 66px;
	border-radius: 65px;
	font-family: 'noto5';
	transform: translateX(10px);
}
.product_cont .buy_btn::after {
	content: '>';
	margin-left: 20px;
	font-family: 'noto4';
}
.product_cont .buy_btn::before {
	content: '';
	position: absolute;
	bottom: -22px;
	right: -11px;
	width: 57px;
	height: 63px;
	background: url('/img/event/8960/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}
@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}
.product_cont .product_info {
	display: flex;
	/* gap: 60px; */
	text-align: left;
	font-size: 20px;
	line-height: 1.2;
	font-family: 'noto6';
}
.product_cont .product_info li {
	position: relative;
	width: 360px;
	padding: 64px 0 37px;
	padding-left: 175px;
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/price_benefit_1.png');
	background-repeat: no-repeat;
	background-position: top 73% left 65px;
}
.product_cont .product_info li:nth-child(2) {
	width: 354px;
	padding-left: 185px;
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/price_benefit_2.png');
	background-position: top 70% left 50px;
}
.product_cont .product_item_1_2 .product_info li:nth-child(2) {
	padding-left: 210px;
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/price_benefit_5.png');
	background-position: top 70% left 50px;
}
.product_cont .product_info li:last-child {
	padding-left: 169px;
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/price_benefit_3.png');
	background-position: top 70% left 35px;
}
.product_cont .product_item_1_2 .product_info li:last-child {
	background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/price_benefit_6.png');
	background-position: top 68% left 75px;
}
.product_cont .product_info li:not(:last-child):after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	top: 63%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 79px;
	background: #b2b2b2;
}
.product_cont .product_wrap {
	display: flex;
	gap: 49px;
	width: 1100px;
	margin: 12px auto 0;
}
.product_cont .product_item_2 {
	width: 100%;
	padding: 43px 41px 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.product_cont .product_item_2 .item_title {
	display: block;
	line-height: 1.25;
	letter-spacing: -0.055em;
	font-size: 50px;
	font-family: 'noto6';
}
.product_cont .product_item_2 .item_title em {
	color: #00a5a5;
	font-size: 55px;
}
.product_cont .product_item_2 .item_list {
	margin: 45px 0 0 6px;
}
.product_cont .product_item_2 .item_list li {
	letter-spacing: -0.025em;
	font-size: 20px;
}
.product_cont .product_item_2 .item_list li + li {
	margin-top: 15px;
}
.product_cont .product_item_2 .item_list li em {
	font-family: 'noto6';
}
.product_cont .product_item_2 .item_price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
	margin: 92px 0 0;
	padding: 0 34px;
}
.product_cont .product_item_2 .item_price .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -48px;
	left: 5px;
	width: 130px;
	height: 132px;
	background: url('/_skin/tpl_skin/basic_electricity5/images/apply/allinone/pass_dis_m.png') no-repeat 0 0;
}
.product_cont .product_item_2 .item_price .price_badge p {
	text-align: center;
	line-height: 1.25;
	color: #fff;
	font-size: 25px;
	font-family: 'market-b';
}
.product_cont .product_item_2 .item_price .original_price {
	height: 34px;
	line-height: 1.2;
	margin: 0 8px 0 0;
	text-decoration: line-through;
	text-decoration-color: #000;
	color: #b7b7b7;
	font-size: 28px;
	font-family: 'noto6';
}
.product_cont .product_item_2 .item_price .original_price.hide {
	height: 34px;
}
.product_cont .product_item_2 .item_price .discount_price {
	display: block;
	line-height: 1.25;
	letter-spacing: -0.055em;
	color: #ff3030;
	font-size: 66px;
	font-family: 'noto7';
}
.product_cont .product_item_2 .item_price .discount_price > span {
	font-size: 66px;
}
.product_cont .product_item_2 .item_price .discount_price span {
	font-size: 44px;
}
.product_cont .product_item_2 .buy_btn {
	margin: 12px 0 0;
	width: 429px;
	height: 71px;
	line-height: 71px;
}
/* 상품 + 혜택 : E */

/* 비디오 : S */

/* 비디오 : E */
.video_area {
	padding: 94px 0 191px;
}
.video_area .video_slide {
	position: relative;
	width: 1200px;
	height: 703px;
	margin-left: -52px;
	overflow: hidden;
}
.video_area .video_slide .swiper-wrapper {
	height: 619px;
}
.video_area .video_slide .swiper-slide {
	position: relative;
	width: 1100px;
}
.video_area .video_slide .video_box_wrap {
	position: absolute;
	top: 174px;
    left: 49px;
    width: 1100px;
    height: 529px;
    cursor: pointer;
}
.video_area .video_slide .video_box_wrap button,
.video_area .video_slide .video_box_wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.video_area .video_slide .video_box_wrap button {
    cursor: pointer;
}
.video_area .video_slide .swiper-slide-shadow-left,
.video_area .video_slide .swiper-slide-shadow-right {
	backdrop-filter: blur(26px);
}
.video_area .video_slide .swiper-pagination {
	position: static;
	width: 1100px;
	margin-top: 24px;
}
.video_area .video_slide .swiper-pagination {
	background: #e4e4e4;
}
.video_area .video_slide .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #666;
}
.video_area .img_item {
	display: block;
	margin: 48px auto 0;
}
.video_area .play_img {
	margin-top: 77px;
}

/* 특별 혜택 : S */
.special_area {
	padding: 135px 0 140px;
	background: #121212 url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_bg.png') bottom center no-repeat;
}
.special_area .title {
	position: absolute;
	top: -72px;
	left: 50%;
	transform: translateX(-50%);
}
.special_area .title_wrap {
	color: #fff;
}
.special_area .title_wrap > h3 {
	line-height: 1.2;
}
.special_area .title_wrap > h3 em {
	color: #f6ce3e;
}
.special_area .title_wrap > p {
	margin-top: 19px;
	font-size: 26px;
	letter-spacing: -0.025em;
}
.special_area .item_wrap {
	display: flex;
	justify-content: space-between;
	gap: 14px;
	width: 1130px;
	margin-top: 70px;
	margin-left: -17px;
}
.special_area .item_wrap .item {
	position: relative;
	width: 366px;
	height: 384px;
	padding-top: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_box.png') center no-repeat;
}
.special_area .item_wrap .item01 {
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_1.png') bottom 55px right 60px no-repeat,
		url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_box.png') center no-repeat;
}
.special_area .item_wrap .item02 {
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_2.png') bottom -49px right -3px no-repeat,
		url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_box.png') center no-repeat;
}
.special_area .item_wrap .item03 {
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_3.png') bottom 57px right 61px no-repeat,
		url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/specialbenefit_box.png') center no-repeat;
}
.special_area .item_wrap .item strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 155px;
	height: 42px;
	margin: 0 auto;
	border-radius: 8px;
	background: #f6ce3e;
	font-family: 'noto7';
	font-size: 26px;
	line-height: 1;
	letter-spacing: -0.08em;
}
.special_area .item_wrap .item h3 {
	margin-top: 16px;
	font-family: 'noto7';
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #fff;
}
.special_area .item_wrap .item .caption {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'spoqa4';
	font-size: 15px;
	letter-spacing: -0.08em;
	color: rgba(255, 255, 255, 0.5);
}
/* 특별 혜택 : E */

/* 설득 슬라이드 : S */
.content_review {
	height: 832px;
	padding: 110px 0 0;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/whan_bg.png') center no-repeat;
}
.content_review .txt_wrap {
	position: absolute;
	top: -50px;
	left: 49.5%;
	transform: translateX(-50%);
}
.content_review .txt_wrap p {
	font-family: 'noto6';
	font-size: 37px;
	line-height: 1;
	letter-spacing: -0.05em;
	color: #fff;
}
.content_review .txt_wrap .whan_txt_img {
	margin-top: 85px;
}
.content_review .review_slide {
	width: 1170px;
	margin-left: -15px;
	text-align: center;
	overflow: hidden;
}
.content_review .review_slide .swiper-slide > img {
	vertical-align: bottom;
}
.content_review .review_slide .swiper-slide > img:nth-child(1) {
	margin-left: -50px;
}
.content_review .review_slide .swiper-slide > img:nth-child(2) {
	margin: 23px 0 0 58px;
}
.content_review .rolling_dot {
	position: absolute;
	bottom: 70px;
	left: 44px;
	z-index: 1;
}
.content_review .rolling_dot .swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	background: #ffffff;
	opacity: 1;
	margin-right: 10px;
	border-radius: 50%;
}
.content_review .rolling_dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000000;
}
/* 설득 슬라이드 : E */

/* vs : s */
.vs_area .speechBubble_img_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 178px;
	overflow: hidden;
}
.vs_area .inner {
	padding: 138px 0 199px;
}
.vs_area .title_wrap {
	margin-top: 25px;
}
.vs_area .vs_img {
	margin-top: 104px;
}
.vs_area .img_wrap {
    position: relative;
}
.vs_area .img_wrap .vs_price {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 572px;
    height: 123px;
    font-family: 'noto7';
    font-size: 47px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #f6ce3e;
}
/* vs : e */

/* curri : s */
.curri_area {
	width: 100%;
	padding: 127px 0 144px;
	background: #f0f0f0;
}
.curri_area .title_wrap {
	margin-top: 26px;
}
.curri_area .curri_wrap {
	display: flex;
	gap: 7px;
	width: 100%;
	margin-top: 103px;
}
.curri_area .curri_wrap li .step {
	width: 271px;
	height: 70px;
	padding-top: 10px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/curri_arrow.png') bottom left / 1101px 167px no-repeat;
}
.curri_area .curri_wrap li:last-child .step {
	width: 261px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/curri_arrow.png') bottom right -2px / 1101px 167px no-repeat;
}
.curri_area .curri_wrap li.on .step {
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/curri_arrow.png') top left / 1101px 167px no-repeat;
}
.curri_area .curri_wrap li:last-child.on .step {
	width: 261px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/curri_arrow.png') top right -2px / 1101px 167px no-repeat;
}
.curri_area .curri_wrap li .step span {
	display: inline-block;
	font-family: 'noto4';
	font-size: 15px;
	letter-spacing: 0.02em;
	text-indent: -10px;
	color: #fff;
}
.curri_area .curri_wrap li .step p {
	font-family: 'noto6';
	font-size: 23px;
	letter-spacing: -0.02em;
	text-indent: -10px;
	color: #fff;
}
.curri_area .curri_wrap li .curri_box {
	width: 261px;
	height: 231px;
	margin-top: 33px;
	padding-top: 42px;
	border: 3px solid #fff;
	border-radius: 24px;
	box-sizing: border-box;
	box-shadow: 0 25px 40px rgba(224, 174, 114, 0.4);
	background: #fff;
}
.curri_area .curri_wrap li.on .curri_box {
	border: 3px solid #fdcd47;
}
.curri_area .curri_wrap li .curri_box strong {
	font-family: 'noto7';
	font-size: 25px;
	letter-spacing: -0.02em;
	line-height: 1;
}
.curri_area .curri_wrap li .curri_box p {
	margin-top: 17px;
	font-family: 'noto5';
	font-size: 22px;
	letter-spacing: -0.02em;
	line-height: 1.4;
}
.curri_area .curri_wrap li .curri_desc {
	width: 258px;
	height: 51px;
	margin-top: 32px;
	padding: 15px 0;
	border-radius: 8px;
	box-sizing: border-box;
	background: #f6ce3e;
	font-family: 'noto7';
	font-size: 21px;
	letter-spacing: -0.02em;
	line-height: 1;
}
/* curri : e */

/* teacher : s */
.teacher_wrap {
	padding: 144px 0 0;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/teacher/top_bg.png') bottom center / auto 1015px no-repeat, linear-gradient(to bottom, #fff 497px, #061947 498px);
}
.teacher_wrap .title_wrap {
	margin-top: 25px;
}
.teacher_wrap .tab-wrap {
	margin-top: 124px;
	padding: 0 80px;
	box-sizing: border-box;
}
.teacher_menu {
	display: flex;
	gap: 24px;
	width: 100%;
}
.teacher_menu li {
	width: 50%;
	height: 95px;
	margin-right: 4px;
}
.teacher_menu li a {
	position: relative;
	display: block;
	height: 100%;
	border-radius: 150px;
	background: #5e6473;
	padding: 19px 0 0 70px;
}
.teacher_menu li a.selected {
	background: #f6ce3e;
}
.teacher_menu li a p {
	position: relative;
	z-index: 1;
	color: #c9cdd8;
	font-size: 20px;
	font-family: 'noto4';
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-align: left;
}
.teacher_menu li a.selected p {
	color: #000;
}
.teacher_menu li a p b {
	font-family: 'noto7';
	font-size: 30px;
}
.teacher_menu li a p:after {
	position: absolute;
	display: block;
	content: '';
	width: 150px;
	height: 120px;
    bottom: -17px;
    right: 58px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/teacher_tab.png');
	background-repeat: no-repeat;
	background-size: 385px 287px;
    background-position: bottom -10px left -20px;
}
.teacher_menu li a.teacher_img1 p:after {
    background-position: bottom -10px left -20px;
}
.teacher_menu li a.teacher_img2 p:after {
    right: 42px;
    background-position: bottom -10px left -180px;
}
.teacher_menu li a.teacher_img1.selected p:after {
    background-position: bottom -140px left -20px;
}
.teacher_menu li a.teacher_img2.selected p:after {
    right: 44px;
    background-position: bottom -140px left -180px;
}
.tab-teacher {
    position: relative;
    width: 1163px;
	height: 967px;
    margin-left: -100px;
	padding: 62px 0 0 0;
	text-align: left;
}
.tab-teacher p {
	margin: 71px 0 46px 15px;
	font-size: 36px;
	font-family: 'noto56';
	color: #fff;
	line-height: 1;
	letter-spacing: -0.095em;
}
.tab-teacher span {
	display: block;
	margin-left: 15px;
	font-size: 25px;
	font-family: 'noto4';
	color: #fff3c8;
	line-height: 1;
	letter-spacing: -0.025em;
}
.tab-teacher h1 {
	margin: 18px 0 0 18px;
	font-size: 54px;
	line-height: 1;
	color: #f6ce3e;
	font-family: 'noto7';
	letter-spacing: -0.025em;
}
.tab-teacher .txt_info {
    margin-top: 42px;
    margin-left: 18px;
}
.tab-teacher .txt_info li {
    position: relative;
    width: 428px;
    height: 48px;
    margin-bottom: 10px;
    border: 1px solid #f6ce3e;
    border-radius: 48px;
    padding-left: 56px;
    box-sizing: border-box;
    background: #2b271a;
    font-family: 'noto6';
    font-size: 24px;
    letter-spacing: -0.025em;
    line-height: 48px;
    color: #fff;
}
.tab-teacher .txt_info li::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 27px;
    transform: translateY(-50%);
    width: 16px;
    height: 20px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/teacher_icon.png') center no-repeat;
}
.tab-teacher .txt_wrap {
    position: absolute;
    bottom: 120px;
    right: 0;
	margin-top: 26px;
	margin-left: 13px;
}
.tab-teacher .txt_wrap li {
	font-family: 'noto4';
	font-size: 20px;
	letter-spacing: -0.025em;
	line-height: 1.6;
    text-align: right;
	color: #fff;
}
.tab-teacher .video_box {
	position: relative;
	width: 528px;
	height: 323px;
	margin-top: 59px;
    margin-left: 18px;
    background: #000;
}
.tab-teacher .video_box span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.teacher1 {
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/teacher/teacher_1.png') right 14px top 100px / 54% no-repeat;
}
.teacher2 {
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/teacher/teacher_2.png') right -14px top 74px / 60% no-repeat;
}
/* teacher : e */

/* book : s */
.book_area {
	overflow: hidden;
	padding: 153px 0 78px;
}
.book_area .title_wrap {
	margin-top: 25px;
}
.img_book {
	position: relative;
	margin-top: 95px;
}
.img_book .evidence_area {
	position: absolute;
	top: 905px !important;
	left: 876px !important;
}
.img_book .evidence_btn {
	height: 32px !important;
	padding: 0 19px !important;
	opacity: 0;
}
.img_book .book_bullet {
	position: absolute;
	top: -50px;
	right: 10px;
}
.book_area .book_video {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 189px;
}
.feed_slide_wrap {
	margin-left: -10px;
	padding-top: 77px;
}
.page_slide {
	position: relative;
	height: 835px;
}
.page_intro {
	position: static;
}
.page_intro .swiper-wrapper {
	height: 768px;
}
.page_intro .swiper-pagination-bullets {
	bottom: 0;
}
.page_intro .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	background: #cecece;
}
.page_intro .swiper-pagination-bullet-active {
	background: #ff5d68;
}
.bookreview_slide {
	position: static;
	height: 321px;
	width: 1132px;
    margin-left: -9px;
	padding: 54px 15px;
	box-sizing: border-box;
}
.bookreview_slide .swiper-slide {
	position: relative;
    /* padding-right: 40px;
    box-sizing: border-box; */
}
.bookreview_slide .swiper-slide::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    top: -29px;
    right: 36px;
    width: 101px;
    height: 101px;
    border-radius: 50%;
    background-color: #f6ce3e;
    background-image: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/book_review.png');
    background-size: 1000px 120px;
    background-repeat: no-repeat;
    background-position: bottom -20px left 3px;
}
.bookreview_slide .swiper-slide.sl1::after {
    background-position: bottom -20px left 3px;
}
.bookreview_slide .swiper-slide.sl2::after {
    background-position: bottom -20px left -98px;
}
.bookreview_slide .swiper-slide.sl3::after {
    background-position: bottom -20px left -199px;
}
.bookreview_slide .swiper-slide.sl4::after {
    background-position: bottom -20px left -301px;
}
.bookreview_slide .swiper-slide.sl5::after {
    background-position: bottom -20px left -403px;
}
.bookreview_slide .swiper-slide.sl6::after {
    background-position: bottom -20px left -501px;
}
.bookreview_slide .swiper-slide.sl7::after {
    background-position: bottom -20px left -603px;
}
.bookreview_slide .swiper-slide.sl8::after {
    background-position: bottom -20px left -704px;
}
.bookreview_slide .div-table {
	height: 206px;
	padding-left: 45px;
	padding-top: 36px;
	box-sizing: border-box;
	box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.3);
	border-radius: 25px;
	box-sizing: border-box;
	background: #fffad0;
}
/* .bookreview_slide .sl1 {
	background: url('/_skin/tpl_skin/basic_diet_new/images/apply/allclass/v2/book_hugi_1.png') no-repeat 89% 28% #ebe6e0;
}
.bookreview_slide .sl2 {
	background: url('/_skin/tpl_skin/basic_diet_new/images/apply/allclass/v2/book_hugi_2.png') no-repeat 89% 28% #ebe6e0;
}
.bookreview_slide .sl3 {
	background: url('/_skin/tpl_skin/basic_diet_new/images/apply/allclass/v2/book_hugi_3.png') no-repeat 89% 28% #ebe6e0;
}
.bookreview_slide .sl4 {
	background: url('/_skin/tpl_skin/basic_diet_new/images/apply/allclass/v2/book_hugi_4.png') no-repeat 89% 28% #ebe6e0;
} */
.bookreview_slide .div-table strong {
	display: block;
	font-family: 'noto7';
	font-size: 28px;
	letter-spacing: -0.065em;
	line-height: 1;
	text-align: left;
}
.bookreview_slide .div-table .txt {
	line-height: 30px;
	font-size: 21px;
	font-family: 'noto4';
	margin: 24px 0 14px;
	text-align: left;
	color: #000;
}
.bookreview_slide .div-table .name {
	font-size: 16px;
	font-family: 'noto5';
	letter-spacing: -1.7px;
	text-align: left;
	color: #82817d;
}
.feed_slide_wrap .btn_arrow {
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	z-index: 4;
	cursor: pointer;
}
.feed_slide_wrap .bookreview_slide .btn_arrow {
	bottom: 120px;
}
.feed_slide_wrap .page_slide .btn_arrow {
	bottom: 128px;
}
.feed_slide_wrap .btn_arrow.btn_prev {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/silgi/arrow_l.png') no-repeat 47% center #ececec;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	left: -90px;
}
.feed_slide_wrap .btn_arrow.btn_next {
	background: url('/_skin/tpl_skin/basic_fire_system/images/apply_2/silgi/arrow_r.png') no-repeat 55% center #ececec;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	right: -90px;
}
/* book : e */

/* mock : s */
.mock_wrap {
	padding: 111px 0 172px;
	background: #f0f0f0;
}
.mock_wrap .title_wrap {
    margin-top: 25px;
}
.mock_wrap img {
    margin-top: 67px;
    margin-left: -93px;
}
/* mock : e */

/* 하단 혜택 : s */
.bottom_bene_area {
	padding: 139px 0 146px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/bottom_benefit_bg.png') bottom center no-repeat;
}
.bottom_bene_area .title_wrap {
    margin-top: 25px;
}
.bottom_bene_area .bottom_bene_wrap {
    display: flex;
    gap: 37px;
    margin-top: 108px;
    margin-left: -4px;
}
.bottom_bene_area .bottom_bene_wrap li {
    width: 342px;
    height: 429px;
    padding-top: 25px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #333942 20%, #788295);
}
.bottom_bene_area .bottom_bene_wrap li.bene_1 {
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/bottom_benefit_1.png') center bottom 120px no-repeat,linear-gradient(to bottom, #333942 20%, #788295);
}
.bottom_bene_area .bottom_bene_wrap li.bene_2 {
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/bottom_benefit_2.png') left 55% bottom 115px no-repeat,linear-gradient(to bottom, #333942 20%, #788295);
}
.bottom_bene_area .bottom_bene_wrap li.bene_3 {
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/bottom_benefit_3.png') center bottom 125px no-repeat,linear-gradient(to bottom, #333942 20%, #788295);
}
.bottom_bene_area .bottom_bene_wrap li strong {   
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 42px;
    margin: 0 auto;
    border-radius: 8px;
    background: #f6ce3e;
    font-family: 'noto7';
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.08em;
}
.bottom_bene_area .bottom_bene_wrap li h3 {
    margin-top: 16px;
    font-family: 'noto3';
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #fff;
}
.bottom_bene_area .bottom_bene_wrap li h3 em {
    font-family: 'noto6';
}
.bottom_bene_area .bottom_bene_wrap li p {
    margin-top: 185px;
    font-family: 'noto4';
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: -0.025em;
    color: #fff;
}
.bottom_bene_area .bottom_benefit_plus {
    margin-top: 47px;
}
/* 하단 혜택 : e */

/* Q&A 서비스 : s */
.qa_area {
	padding: 145px 0 97px;
	background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/qa_bg.png') center no-repeat;
}
.qa_area .title_wrap {
    margin-top: 27px;
}
.qa_area img {
    margin-top: 14px;
    margin-left: -36px;
}
/* Q&A 서비스 : e */

/* 리뷰 : s */
.review_cont {
	padding-top: 125px;
}
.review_cont .title_wrap > h3 {
    line-height: 1.2;
}
.review_cont .review_slide {
	position: relative;
	width: 1150px;
	height: 930px;
    margin: 87px 0 0-25px;
    padding: 60px 25px 0;
    box-sizing: border-box;
	overflow-y: hidden;
}
.review_cont .review_slide::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 650px;
    background: linear-gradient(to top, #fff 5%, rgba(255,255,255,0));
    z-index: 2;
}
.review_cont .review_slide .swiper-wrapper {
	z-index: 1;
}
.review_cont .review_slide .swiper-slide {
    position: relative;
	width: 100%;
	height: 256px;
	padding: 50px 0 0 70px;
	border-radius: 30px;
    box-shadow: 0 11px 32px rgba(0, 0, 0, 0.2);
	background: #fff;
	opacity: 1;
	transition: 0.3s ease-in;
}
.review_cont .review_slide .swiper-slide::before,
.review_cont .review_slide .swiper-slide::after {
    clear: both;
    content: "";
    display: block;
    position: absolute;
}
.review_cont .review_slide .swiper-slide::before {
    position: absolute;
    top: -53px;
    right: 268px;
    width: 287px;
    height: 126px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_bullet.png') center no-repeat;
}
.review_cont .review_slide .swiper-slide::after {
    bottom: 0;
    right: 32px;
}
.review_cont .review_slide .swiper-slide_1::after {
    width: 320px;
    height: 307px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_1.png') center no-repeat;
}
.review_cont .review_slide .swiper-slide_2::after {
    width: 294px;
    height: 306px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_2.png') center no-repeat;
}
.review_cont .review_slide .swiper-slide_3::after {
    right: 20px;
    width: 321px;
    height: 311px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_3.png') center no-repeat;
}
.review_cont .review_slide .swiper-slide_4::after {
    width: 310px;
    height: 295px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_4.png') center no-repeat;
}
.review_cont .review_slide .swiper-slide_5::after {
    width: 255px;
    height: 298px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_5.png') center no-repeat;
}
.review_cont .review_slide .swiper-slide_6::after {
    width: 312px;
    height: 303px;
    background: url('/_skin/tpl_skin/basic_credit_analyst/images/hwan/hugi_6.png') center no-repeat;
}
.review_cont .review_slide .swiper-slide-prev {
    box-shadow: none;
}
.review_cont .review_slide .swiper-slide strong {
    display: block;
    font-family: 'noto7';
    font-size: 36px;
    letter-spacing: -0.045em;
    line-height: 1;
    text-align: left;
    color: #233d69;
}
.review_cont .review_slide .swiper-slide p {
    margin-top: 26px;
    font-family: 'noto4';
    font-size: 22px;
    letter-spacing: -0.045em;
    line-height: 1.4;
    text-align: left;
}
/* 리뷰 : e */

/* 시작 : s */
.start_cont {
	height: 732px;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_bg.png') no-repeat center top;
}

.start_cont .inner {
	padding: 135px 0 0;
}

.start_cont .main_title {
    position: relative;
    width: 100%;
    text-align: center; 
}

.start_cont .main_title p {
    line-height: 1.2;
    letter-spacing: -0.035em;
	color: #fff;
	font-size: 50px;
	font-family: 'noto4';
}

.start_cont .main_title h3 {
    margin-top: 9px;
    line-height: 1.3;
    letter-spacing: -0.035em;
    font-size: 50px;
    font-family: 'noto7';
	color: #40f37e;
}

.start_cont .start_list {
	display: flex;
	flex-wrap: wrap;
	gap: 17px 15px;
	width: 100%;
	margin: 86px 0 0 10px;
}

.start_cont .start_list .list_item {
	position: relative;
	width: 215px;
	height: 129px;
	padding: 18px 0 0;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.03em;
	color: #fff;
	font-size: 21px;
	background: url('/_skin/tpl_skin/basic_tax_accountant/images/apply/refund/sidea_box.png') no-repeat 0 0;
}

.start_cont .start_list .list_item:nth-child(n + 5) {
	left: 90px;
}

.start_cont .start_list .list_item em {
	font-family: 'noto6';
}
/* 시작 : e */
