@charset "UTF-8";

/* 무료상담 배너 삭제 (원래 삭제했던 페이지임) */ 
/* #banner_open_fmb {
	display: none !important;
} */

/* 공통 */
.screen_out {
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
}

.cat_main_cont {
	width: 100%;
	color: #000;
	font-family: 'noto4';
	overflow: hidden;
}

.cat_main_cont button {
	cursor: pointer;
}

.cat_main_cont .main_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

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

.cat_main_cont .main_title img {
	margin: 0 0 20px;
}

.cat_main_cont .main_title p {
	line-height: 1.2;
	letter-spacing: -0.045em;
	font-size: 28px;
}

.cat_main_cont .main_title h3 {
	line-height: 1.2;
	margin: 5px 0 0;
	letter-spacing: -0.045em;
	font-size: 51px;
	font-family: 'noto6';
}

.cat_main_cont .main_title em {
	color: #014bf9;
}

.cat_main_cont .main_desc {
	line-height: 1.4;
	margin: 11px 0 0;
	letter-spacing: -0.05em;
	text-align: center;
	color: #7b7b7b;
	font-size: 16px;
	font-family: 'noto4';
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes marqueeVertical {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}

@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(-10px, -10px);
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 하단 배너 */
.banner_bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: var(--z-index-sticky-banner);
}

.banner_bottom .button_wrap {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner_bottom .button_wrap button {
	width: 100%;
	height: 100%;
}

/* 비주얼 */
.visual_cont {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/top_bg.png') no-repeat center top;
}

.visual_cont .evidence_area {
	position: absolute;
	top: 228px;
    right: 80px;
}

.visual_cont .evidence_btn {
	border-color: #6e7cb2;
	color: #aabbff;
	background: #0a1c45;
}

.visual_cont .visual_img {
	margin: 0 0 0 -241px;
}

.visual_cont .visual_title {
	position: absolute;
	right: 22px;
    bottom: 147px;
}

.visual_cont .visual_list {
	display: flex;
	justify-content: center;
	gap: 43px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 65px;
}

.visual_cont .visual_list .list_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	position: relative;
	width: 450px;
	height: 156px;
	line-height: 0.8;
	padding: 0 0 0 183px;
	border-radius: 20px;
	transition: 0.2s ease-in-out;
	letter-spacing: -0.035em;
	color: #6c6e73;
	font-size: 22px;
	background: #182733 no-repeat 0 0;
}

.visual_cont .visual_list .list_item.is_active {
	color: #000;
	background-color: #00fdc5;
}

.visual_cont .visual_list .list_item_1 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/top_ico_1.png');
}

.visual_cont .visual_list .list_item_2 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/top_ico_2.png');
}

.visual_cont .visual_list .list_item em {
	font-family: 'noto6';
}

/* 상품 */
.product_cont {
	background: #f6f6f6;
}

.product_cont .main_inner {
	padding: 134px 0 134px;
}

.product_cont .product_banner {
	position: relative;
	margin: 51px 0 0;
}

.product_cont .product_banner .btn_go {
	position: absolute;
	top: 19px;
	right: 0;
	width: 365px;
	height: 70px;
}

.product_cont .product_list {
	display: flex;
	gap: 39px;
	width: 100%;
	margin: 60px 0 0;
}

.product_cont .product_list .list_item {
	position: relative;
	width: 100%;
	border-radius: 35px;
	border: 3px solid #2f61e6;
	background: #f2f2f2;
}

.product_cont .product_list .item_top_contents {
	display: flex;
	align-items: flex-end;
	padding: 56px 43px 46px 44px;
	border-radius: 35px 35px 0 0;
	background: #fff;
}

.product_cont .product_list .item_detail {
	flex: 1 1 auto;
}

.product_cont .product_list .item_tags {
	display: flex;
	gap: 10px;
}

.product_cont .product_list .item_tags li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 18px;
	border-radius: 40px;
	letter-spacing: -0.045em;
	color: #fff;
	font-size: 22px;
	font-family: 'noto7';
	background: #429393;
}

.product_cont .product_list .item_tags .tag_point {
	color: #000;
	background: #ffc029;
	/* animation: blink 1s infinite; */
}

.product_cont .product_list .item_title {
	display: block;
	line-height: 1.3;
    margin: 23px 0 0;
	letter-spacing: -0.045em;
	font-size: 52px;
	font-family: 'noto7';
}

.product_cont .product_list .item_title em {
	color: #0048ff;
}

.product_cont .product_list .item_list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 29px 0 1px -6px;
}

.product_cont .product_list .item_list li {
	display: flex;
	align-items: center;
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #000;
	font-size: 21px;
	font-family: 'noto5';
}

.product_cont .product_list .item_list li::before {
	content: '·';
	margin: 0 4px 0 0;
}

.product_cont .product_list .item_list li em {
	color: #bf1919;
}

.product_cont .product_list .item_price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
}

.product_cont .product_list .price_wrap {
	display: flex;
	align-items: flex-end;
	gap: 28px;
    margin: 0 0 21px 0;
}

.product_cont .product_list .price_origin {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	margin: 0 0 9px;
	font-size: 22px;
}

.product_cont .product_list .origin_tag {
	line-height: 1.2;
	letter-spacing: 0.015em;
	color: #000;
	font-size: 18px;
}

.product_cont .product_list .origin_num {
	line-height: 1.2;
	letter-spacing: -0.065em;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
	text-decoration-color: #000;
	color: rgba(123, 123, 123, 0.6);
	font-size: 27px;
	font-family: 'noto5';
}

.product_cont .product_list .price_total {
	line-height: 1.2;
	margin: 0 0 0 15px;
	letter-spacing: -0.055em;
	color: #fe0000;
	font-size: 48px;
	font-family: 'noto7';
}

.product_cont .product_list .price_total span {
	letter-spacing: -0.055em;
	font: inherit;
	font-size: 70px;
}

.product_cont .product_list .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -7px;
    bottom: calc(100% + 10px);
	width: 135px;
	height: 135px;
	border-radius: 50%;
	text-align: center;
	background: #1806ff;
	box-shadow: 4px 6px 10px 0px rgba(0, 0, 0, 0.2);
	/* background: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/price_bullet.png') no-repeat 0 0; */
}

.product_cont .product_list .price_badge p {
	line-height: 1.3;
	letter-spacing: -0.055em;
	color: #fff;
	font-size: 25px;
	font-family: 'noto6';
}

.product_cont .product_list .price_badge span {
	font: inherit;
}

.product_cont .product_list .btn_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 379px;
	height: 66px;
	line-height: 1.2;
	border-radius: 15px;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 24px;
	font-family: 'noto5';
	background: #09090a;
}

.product_cont .product_list .btn_scroll::before {
	content: '';
	position: absolute;
	bottom: -31px;
	right: -26px;
	width: 57px;
	height: 63px;
	background: url('/img/event/8960/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

.product_cont .product_list .btn_scroll::after {
	content: '>';
	margin: 0 0 0 0.4em;
}

.product_cont .product_list .item_benefits {
	display: flex;
	padding: 0 30px 0 25px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_img.png') no-repeat right 36px top 48px;
}

.product_cont .product_list .item_benefits li {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 173px;
	padding: 0 20px;
	line-height: 1.2;
	letter-spacing: -0.045em;
	color: #000;
	font-size: 22px;
	font-family: 'noto6';
}

.product_cont .product_list .item_benefits li + li::before {
	content: '';
	display: block;
	width: 1px;
	height: 100px;
	margin: 0 32px 0 0;
	background: #d5d5d5;
}

.product_cont .product_list_2 {
	margin: 38px 0 0;
	gap: 15px;
}

.product_cont .product_list_2 .list_item {
	display: flex;
	flex-direction: column;
	height: 627px;
	padding: 49px 0 60px 27px;
	border-color: #dcdcdc;
	border-radius: 20px;
	background: #fff;
	box-shadow: 8px 8px 22px 0px rgba(0, 0, 0, 0.12);
}

.product_cont .product_list_2 .item_title {
	line-height: 1.25;
	margin: 0;
	letter-spacing: -0.045em;
	font-size: 46px;
}

.product_cont .product_list_2 .list_item_2 .item_title em, 
.product_cont .product_list_2 .list_item_3 .item_title em {
	color: #009292;
} 

.product_cont .product_list_2 .item_list {
	gap: 9px;
	margin: 31px 0 0 -3px;
}

.product_cont .product_list_2 .item_list li {
	font-size: 19px;
}

.product_cont .product_list_2 .btn_scroll {
	width: 317px;
    height: 53px;
    margin: 0 0 0 -9px;
    border-radius: 10px;
	font-size: 19px;
}

.product_cont .product_list_2 .item_list + .btn_scroll {
	margin-top: auto;
}

.product_cont .product_list_2 .btn_scroll::before {
	bottom: 22px;
    right: -6px;
	width: 40px;
}

.product_cont .product_list_2 .item_price {
	margin: auto 23px 18px 0;
}

.product_cont .product_list_2 .price_origin {
	margin: 0 0 -6px;
}

.product_cont .product_list .origin_num {
	font-size: 22px;
}

.product_cont .product_list_2 .price_total,
.product_cont .product_list_2 .price_total span {
	font-size: 48px
}

.product_cont .product_list_2 .price_badge {
	right: auto;
	left: 3px;
    bottom: 28px;
	width: 101px;
	height: 101px;
}

.product_cont .product_list_2 .price_badge p {
	font-size: 21px;
}


/* 혜택 */
.benefit_cont {
	background: #192446;
}

.benefit_cont .main_inner {
	padding: 130px 0 140px;
}

.benefit_cont .main_title {
	color: #fff;
}

.benefit_cont .benefit_list_1 {
	display: flex;
	gap: 25px;
	width: 100%;
	margin: 60px 0 0;
}

.benefit_cont .benefit_list_1 .list_item {
	display: flex;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 169px;
	padding: 37px 0 0 43px;
	border-radius: 20px;
	background: #00ffc7 no-repeat 0 0;
}

.benefit_cont .benefit_list_1 .list_item_1 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_1.png');
}

.benefit_cont .benefit_list_1 .list_item_2 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_2.png');
}

.benefit_cont .benefit_list_1 .item_text {
	line-height: 1.28;
	margin: 2px 0 0;
	letter-spacing: -0.055em;
	font-size: 29px;
}

.benefit_cont .benefit_list_1 .item_text em {
	font-family: 'noto6';
}

.benefit_cont .benefit_list_1 .item_noti {
	line-height: 1.2;
	margin: 9px 0 0;
	letter-spacing: -0.02em;
	color: #555;
	font-size: 14px;
}

.benefit_cont .benefit_list_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 17px 0;
	width: 100%;
	margin: 18px 0 0;
}

.benefit_cont .benefit_list_2 .list_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: 358px;
    height: 262px;
	padding: 28px 0 0;
	border-radius: 10px;
	text-align: center;
	background: #fff no-repeat 0 0;
}

.benefit_cont .benefit_list_2 .list_item_3 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_3.png');
}

.benefit_cont .benefit_list_2 .list_item_4 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_4.png');
}

.benefit_cont .benefit_list_2 .list_item_5 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_5.png');
}

.benefit_cont .benefit_list_2 .list_item_6 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_6.png');
}

.benefit_cont .benefit_list_2 .list_item_7 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_7.png');
}

.benefit_cont .benefit_list_2 .list_item_8 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/benefit_8.png');
}

.benefit_cont .benefit_list_2 .item_text {
	line-height: 1.2;
	letter-spacing: -0.055em;
	font-size: 25px;
}

.benefit_cont .benefit_list_2 .item_text em {
	font-family: 'noto6';
}

/* 특별 혜택 */
.special_cont {
	background: #0038aa;
}

.special_cont .main_inner {
	padding: 91px 0 101px;
}

.special_cont img {
	margin: -167px 0 0 15px;
}

.special_cont .special_list {
	display: flex;
	gap: 20px;
	position: absolute;
	top: 204px;
	left: 0;
	width: 100%;
}

.special_cont .special_list .list_item {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 51px 0 0 28px;
}

.special_cont .special_list .item_cate {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 137px;
	height: 34px;
	border-radius: 34px;
	letter-spacing: -0.045em;
	color: #014bf9;
	font-size: 19px;
	font-family: 'noto6';
	background: #e1ebff;
}

.special_cont .special_list .item_text {
	line-height: 1.4;
	margin: 10px 0 0 4px;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 29px;
}

.special_cont .special_list .item_text em {
	font-family: 'noto7';
}

/* 비교 */
.cost_cont .main_inner {
	padding: 130px 0 112px;
}

.cost_cont img {
	margin: 49px 0 0 16px;
}

/* 후기 */
.review_cont {
	background: #f6f6f6;
}

.review_cont .main_inner {
	padding: 132px 0 78px;
}

.review_cont .review_video {
	position: relative;
	margin: 61px 0 0;
}

.review_cont .review_video .video_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 1100px;
    height: 619px;
}

.review_cont .review_video .layer,
.review_cont .review_video .start_video {
	display: block;
	width: 100%;
	height: 100%;
}

.review_cont .review_slide_1 {
	position: relative;
	/* height: 608px; */
	height: 390px;
	width: 100vw;
	margin-top: 50px;
}

.review_cont .review_slide_1 .slide_control {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -117px;
	right: -10px;
	width: 149px;
}

.review_cont .review_slide_1 .slide_control button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.review_cont .review_slide_1 .slide_control button::after{
	content: '';
	display: block;
	width: 16px;
	height: 25px;
	background: url('/_skin/tpl_skin/basic_investment/images/review/icon.png') no-repeat 0 0;
}

.review_cont .review_slide_1 .slide_control .swiper-button-prev::after {
	background-position: -27px -22px;
}

.review_cont .review_slide_1 .slide_control .swiper-button-next::after {
	background-position: -58px -22px;
}

.review_cont .review_slide_1 .swiper-wrapper {
	display: inline-flex;
	gap: 30px;
	flex-wrap: nowrap;
	width: auto;
	animation: marquee 40s linear infinite;
}

.review_cont .review_slide_1 .swiper-wrapper:hover {
	/* animation-play-state: paused; */
}

.review_cont .review_slide_1 .swiper-slide {
	display: flex;
	flex-direction: initial;
	justify-content: flex-start;
	position: relative;
	gap: 25px;
	width: 576px;
	height: 329px;
	padding: 50px 40px 25px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.review_cont .review_slide_1 .swiper-slide img{
	width:122px;
	height:122px;
	margin:0 0 29px;
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.2);
	border-radius: 15px;
}
.review_cont .review_slide_1 .slide_title {
	display: block;
	line-height: 39px;
	letter-spacing: -0.08em;
	word-break: keep-all;
	color: #000;
	font-size: 28px;
	font-family: 'spoqa4';
	font-weight: 900;
}

.review_cont .review_slide_1 .slide_text {
	margin-top: 20px;
	line-height: 33px;
	letter-spacing: -0.08em;
	word-break: keep-all;
	color: #666;
	font-size: 20px;
	font-family: 'spoqa3';
}

.review_cont .review_slide_1 .slide_footer {
	margin-top: auto;
	padding-bottom: 52px;
	letter-spacing: -0.08em;
	color: #666;
	font-size: 20px;
	font-family: 'spoqa3';
	text-align: center;
	background: url('/_skin/tpl_skin/basic_investment/images/review/star.png') no-repeat center;
}

/* 퀄리티 */
.quality_cont .main_inner {
	padding: 0 0 125px;
}

.quality_cont .main_title {
	margin: 54px 0 0;
}

.quality_cont .main_title img {
	margin-left: 32px;
}

.quality_cont .quality_list {
	margin: 55px 0 0 15px;
}

/* 교수 */
.professor_cont {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/passpoint_2_bg.png') no-repeat center top;
}

.professor_cont .main_inner {
	padding: 101px 0 91px;
}

.professor_cont .main_title img {
	margin-left: 32px;
}

.professor_cont .professor_visual {
	position: relative;
	margin: 0px 0 0 -42px;
	z-index: 2;
}

.professor_cont .professor_slide {
	position: absolute;
	top: 688px;
	right: 0;
	width: 614px;
	height: 537px;
	overflow: hidden;
	z-index: 1;
}

.professor_cont .professor_slide::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(to top, #fff 40%, rgba(255, 255, 255, 0));
	z-index: 2;
}

.professor_cont .professor_slide .swiper-wrapper {
	z-index: 1;
}

.professor_cont .professor_slide .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 112px;
	line-height: 1.2;
	border: 2px solid #c0c6c2;
	border-radius: 12px;
	letter-spacing: -0.045em;
	color: #262626;
	font-size: 23px;
	font-family: 'noto5';
	background: #fff;
}

.professor_cont .professor_video {
	position: relative;
	margin: -28px 0 0;
	z-index: 3;
}

.professor_cont .professor_video .video_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 1100px;
	height: 618px;
}

.professor_cont .professor_video .layer,
.professor_cont .professor_video .start_video {
	display: block;
	width: 100%;
	height: 100%;
}

.professor_cont .professor_point {
	margin: 44px 0 0 20px;
}

/* 커리큘럼 */
.curriculum_cont {
	background: #f6f6f6;
}

.curriculum_cont .main_inner {
	padding: 101px 0 112px;
}

.curriculum_cont img {
	margin: 43px 0 0 10px;
}

.curriculum_cont .curriculum_list {
	display: flex;
	gap: 19px;
	position: absolute;
	top: 756px;
	left: 0;
	width: 100%;
}

.curriculum_cont .curriculum_list .list_item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 345px;
	padding: 75px 0 0;
	text-align: center;
	background: no-repeat 0 0;
}

.curriculum_cont .curriculum_list .list_item_1 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/step_ico_1.png');
}

.curriculum_cont .curriculum_list .list_item_2 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/step_ico_2.png');
}

.curriculum_cont .curriculum_list .list_item_3 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/step_ico_3.png');
}

.curriculum_cont .curriculum_list .list_item_4 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/step_ico_4.png');
}

.curriculum_cont .curriculum_list strong {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 36px;
	font-family: 'noto7';
}

.curriculum_cont .curriculum_list p {
	line-height: 1.2;
	margin: 21px 0 0;
	letter-spacing: -0.065em;
	font-size: 18px;
}

/* 도서 */
.book_cont .main_inner {
	padding: 101px 0 132px;
}

.book_cont .main_title img {
	margin-left: 32px;
}

.book_cont .evidence_area {
	position: absolute;
	top: 160px;
    right: 8px;
}

.book_cont .evidence_popup_area {
	left: auto;
	right: 0;
}

.book_cont .book_comments_wrap {
	display: flex;
	position: relative;
	width: 1378px;
	margin: 57px 0 0;
}

.book_cont .book_comments_wrap > img {
	flex: 0 0 auto;
	width: 703px;
}

.book_cont .book_comments {
	flex: 1 1 auto;
	width: 513px;
	height: 500px;
	margin: 58px 0 0 25px;
	overflow: hidden;
}

.book_cont .comments_title {
	display: flex;
	align-items: center;
	gap: 3px;
	position: absolute;
	right: 145px;
	top: 19px;
	letter-spacing: -0.065em;
	text-align: right;
	color: #dc0614;
	font-size: 19px;
	font-family: 'noto6';
}

.book_cont .book_comments .swiper-wrapper {
	display: inline-flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	animation: marqueeVertical 10s linear infinite;
}

.book_cont .book_comments .swiper-slide {
	height: 106px;
}

.book_cont .book_slide {
	position: relative;
	width: 100%;
	height: 440px;
	margin: 58px 0 0;
	overflow: hidden;
}

.book_cont .book_slide .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 90px 0 0 70px;
	border-radius: 20px;
	background: #276af8;
	text-align: left;
	color: #fff;
}
.book_cont .book_slide .swiper-slide.slide01 {
	background: #276af8 url('/_skin/tpl_skin/basic_investment/images/hwan/book_detail_1.png') bottom -26px right no-repeat;
}
.book_cont .book_slide .swiper-slide.slide02 {
	background: #276af8 url('/_skin/tpl_skin/basic_investment/images/hwan/book_detail_2.png') bottom -26px right no-repeat;
}
.book_cont .book_slide .swiper-slide.slide03 {
	background: #276af8 url('/_skin/tpl_skin/basic_investment/images/hwan/book_detail_3.png') bottom -26px right no-repeat;
}
.book_cont .book_slide .swiper-slide.slide04 {
	background: #276af8 url('/_skin/tpl_skin/basic_investment/images/hwan/book_detail_4.png') bottom -26px right no-repeat;
}
.book_cont .book_slide .swiper-slide span {
	font-family: 'market-m';
	font-size: 18px;
	text-decoration: underline;
	text-underline-position: under;
	color: #fdd900;
}
.book_cont .book_slide .swiper-slide h3 {
	margin: 18px 0 5px;
	font-family: 'market-b';
	font-size: 40px;
	line-height: 1.2;
	letter-spacing: -0.08em;
}
.book_cont .book_slide .swiper-slide p {
	font-family: 'spoqa4';
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: -0.08em;
}
.book_cont .book_slide .swiper-pagination {
	display: flex;
	gap: 6px;
	bottom: 60px;
	left: 70px;
	width: 90px;
	height: 18px;
}
.book_cont .book_slide .swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	margin: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.book_cont .book_slide .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}
.book_cont .book_review_slide_wrap {
	position: relative;
	width: 1200px;
	margin: 50px 0 5px;
	padding: 0 50px;
}
.book_cont .book_review_slide {
	width: 100%;
	height: 322px;
	overflow: hidden;
}
.book_cont .book_review_slide .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 38px 0 0 46px;
	border: 2px solid #276af8;
	border-radius: 20px;
	box-sizing: border-box;
	text-align: left;
}
.book_cont .book_review_slide .swiper-slide::after {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 98px;
	height: 120px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide01::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide02::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -99px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide03::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -199px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide04::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -300px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide05::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -401px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide06::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -502px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide07::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -603px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide08::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -704px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide09::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom left -805px no-repeat;
}
.book_cont .book_review_slide .swiper-slide.slide10::after {
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/book_review.png') bottom right no-repeat;
}
.book_cont .book_review_slide .swiper-slide h3 {
	margin: 16px 0;
	font-family: 'market-b';
	font-size: 30px;
	letter-spacing: -0.08em;
	line-height: 1;
}
.book_cont .book_review_slide .swiper-slide p {
	margin-bottom: 24px;
	font-family: 'spoqa4';
	font-size: 18px;
	line-height: 1.4;
	letter-spacing: -0.08em;
}
.book_cont .book_review_slide .swiper-slide span {
	font-family: 'spoqa4';
	font-size: 18px;
	letter-spacing: -0.08em;
}
.book_cont .book_review_slide_wrap .swiper_button {
	width: 24px;
	height: 48px;
	left: 0;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/arrow_gray.png') no-repeat 0 0;
}
.book_cont .book_review_slide_wrap .swiper-button-next {
	left: auto;
	right: 0;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/arrow_gray.png') no-repeat top right;
}

/* 모의고사 */
.mock_cont {
	background: #f6f6f6;
}

.mock_cont .main_title img {
	margin-left: 32px;
}

.mock_cont .main_inner {
	padding: 99px 0 138px;
}

.mock_cont .mock_box {
	margin-top: 18px
}

.mock_cont .mock_box .box_item_1 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/test_img1.png');
}

.mock_cont .mock_box .box_item_2 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/test_img2.png');
}

.mock_cont .mock_box .box_item_3 {
	background-image: url('/_skin/tpl_skin/basic_labor_new/images/apply/zero/v2/test_img3.png');
}

.mock_cont .mock_box .box_item_4 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/test_img4.png');
}

/* 지원 혜택 */
.backup_cont {
	background: #02154d;
}

.backup_cont .main_inner {
	padding: 103px 0 136px;
}

.backup_cont .main_title {
	color: #fff;
}

.backup_cont .main_title img {
	margin-left: 32px;
}	

.backup_cont .backup_list {
	display: flex;
	gap: 29px;
	width: 100%;
	margin: 54px 0 0;
}

.backup_cont .backup_list .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 473px;
	padding: 34px 0 0;
	border-radius: 25px;
	background: #bffff1 no-repeat 0 0;
}

.backup_cont .backup_list .list_item_1 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/bottom_benefit_1.png');
}

.backup_cont .backup_list .list_item_2 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/bottom_benefit_2.png');
}

.backup_cont .backup_list .list_item_3 {
	background-image: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/bottom_benefit_3.png');
}

.backup_cont .backup_list .item_cate {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 171px;
	height: 52px;
	border-radius: 15px;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 24px;
	font-family: 'noto6';
	background: #2059ff;
}

.backup_cont .backup_list .item_text {
	line-height: 1.3;
	margin: 20px 0 0;
	text-align: center;
	letter-spacing: -0.085em;
	font-size: 33px;
	font-family: 'noto7';
}

/* qna */
.qna_cont {
	height: 1184px;
	background: url('/_skin/tpl_skin/basic_investment/images/hwan/v2/passpoint_7.png') no-repeat center top;
}

.qna_cont .main_inner {
	padding: 99px 0 112px;
}

.qna_cont .main_title img {
	margin-left: 32px;
}

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

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

.start_cont .main_title p {
	color: #fff;
	font-size: 50px;
	font-family: 'noto4';
}

.start_cont .main_title h3 {
	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';
}

.start_cont .main_title .evidence_area {
	position: absolute;
	top: 99px;
    right: 42px;
}
.start_cont .evidence_area_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.start_cont .evidence_area_wrap.align_center {
	justify-content: center;
}
.start_cont .evidence_area {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.start_cont .evidence_btn {
	display: block;
	height: 25px;
	line-height: 1.1;
	padding: 6px 6px 1px;
	border: 1px solid #000000;
	border-radius: 3px;
	background: #ffffff;
	letter-spacing: -0.025em;
	font-size: 15px;
	font-family: 'market-l';
	color: #000000;
	cursor: pointer;
}

.cat_main_cont .start_cont .evidence_btn {
	width: 82px;
	height: 28px;
	letter-spacing: -0.03em;
	border-color: #1e8c84;
	color: #1e8c84;
	font-size: 15px;
	font-family: 'noto4';
	background-color: #243c3c;
}

.start_cont .evidence_btn span {
	display: inline-block;
	font-size: 12px;
}

.start_cont .evidence_popup_area {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: auto;
	right: 0;
	width: 450px;
	border: 1px solid #000000;
	background: #ffffff;
	letter-spacing: -0.045em;
}

.start_cont .evidence_popup_wrap {
	position: relative;
	padding: 36px 24px;
	background: #fff;
}

.start_cont .evidence_popup_area .x_btn {
	position: absolute;
	top: 14px;
	right: 20px;
	letter-spacing: -0.045em;
	color: #000;
	font-size: 20px;
	font-family: 'market-m';
	cursor: pointer;
}

.start_cont .evidence_popup_area li {
	position: relative;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	word-break: keep-all;
	letter-spacing: -0.045em;
	color: #000;
	font-size: 14px;
	font-family: 'noto4';
}

.start_cont .evidence_popup_area li:not(:first-child) {
	text-indent: 10px;
}

.start_cont .evidence_popup_area li:not(:first-child)::before {
	clear: both;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: red;
}

.start_cont .evidence_popup_area li:nth-child(odd)::before {
	background-color: transparent;
}

.start_cont .evidence_popup_area li:first-child {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.start_cont .evidence_popup_area li:nth-child(even) {
	color: red;
}