@charset "UTF-8";
/* 공통 */
.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 p {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 38px;
	font-family: 'noto7';
}

.cat_main_cont .main_title h3 {
	line-height: 1.3;
	margin: 10px 0 0;
	letter-spacing: -0.025em;
	color: #ff6030;
	font-size: 48px;
	font-family: 'noto7';
}

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

.cat_main_cont .content_title p {
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 42px;
	font-family: 'noto6';
}

.cat_main_cont .content_title h3 {
	display: block;
	line-height: 1.2;
	margin: 7px 0 0;
	letter-spacing: -0.065em;
	color: #ff6030;
	font-size: 50px;
	font-family: 'noto7';
}

.cat_main_cont .content_title > span {
	display: inline-flex;
	width: 111px;
    height: 111px;
	margin: 0 0 14px 31px;
    background: url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/title_img.png') no-repeat 0 0;
}

.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 pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

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

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

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* 비주얼 */
.visual_cont {
	height: 774px;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/top_bg.png') no-repeat center top;
}

.visual_cont .main_inner {
	padding: 84px 0 0;
}

.visual_cont .visual_text {
	margin: 0 auto 0 -20px;
}

.visual_cont .visual_text strong {
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #d79b54;
	font-size: 24px;
	font-family: 'noto6';
}

.visual_cont .visual_text p {
	line-height: 1.2;
	margin-top: 7px;
	letter-spacing: -0.02em;
	color: #fff;
	font-size: 14px;
	opacity: 0.15;
}

.visual_cont .visual_img_1 {
	position: absolute;
	top: 296px;
    left: -75px;
}

.visual_cont .visual_img_2 {
	position: absolute;
	top: 286px;
    right: -63px;
}

.visual_cont .visual_img_3 {
	position: absolute;
	top: 113px;
    right: 78px;
}

.visual_cont .visual_slide {
	position: absolute;
	width: 804px;
	height: 751px;
	top: 22px;
    left: 231px;
}

.visual_cont .visual_slide .swiper-slide img:nth-child(2) {
	position: absolute;
	right: 105px;
    bottom: 102px;
}

/* 상품 */
.product_cont {
	background: radial-gradient(circle,rgba(87, 41, 30, 1) -34%, rgba(23, 20, 18, 1) 85%)
}

.product_cont .main_inner {
	padding: 147px 0 171px;
}

.product_cont .main_title p {
	color: #fff;
}

.product_cont .product_banner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 0 42px;
	border: 3px solid #da4f28;
	margin: 61px 0 0;
	border-radius: 20px;
	background: #000;
}

.product_cont .product_banner::before {
	content: '';
	width: 129px;
	height: 100%;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/price_img.png') no-repeat bottom center;
}

.product_cont .product_banner .banner_text {
	line-height: 1.2;
	letter-spacing: -0.025em;
	margin: 0 0 0 11px;
	color: #fff;
	font-size: 33px;
	font-family: 'noto5';
}

.product_cont .product_banner .banner_text em {
	font-family: 'noto7';
}

.product_cont .product_banner .banner_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 213px;
	height: 51px;
	margin: 0 0 0 auto;
	border-radius: 5px;
	letter-spacing: -0.025em;
	font-size: 20px;
	font-family: 'noto6';
	background: #f7bb44;
}  

.product_cont .product_list_3 {
	display: flex;
	gap: 19px;
	margin: 45px 0 0;
	width: 100%;
}

.product_cont .product_list_3 .list_item {
	width: 100%;
	padding: 47px 0 22px;
	border: 3px solid transparent;
	border-radius: 20px;
	background: #eeeeee;
}

.product_cont .product_list_3 .list_item:first-child {
	border-color: #da4f28;
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/price_bullet.png') no-repeat left 19px top -3px;
}

.product_cont .product_list_3 .item_title {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-align: center;
	font-size: 29px;
	font-family: 'noto7';
}

.product_cont .product_list_3 .item_title em {
	color: #ff5f2e;
}

.product_cont .product_list_3 .item_list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 308px;
	margin: 25px 0 0 25px;
}

.product_cont .product_list_3 .item_list li {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 18px;
}

.product_cont .product_list_3 .item_price {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 3px;
	position: relative;
	min-height: 77px;
	padding: 0 20px 0 0;
	text-align: right;
}

.product_cont .product_list_3 .price_badge {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 18px;
    top: -9px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #ffcb27;
}

.product_cont .product_list_3 .price_badge p {
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.025em;
	font-size: 18px;
	font-family: 'noto6';
}

.product_cont .product_list_3 .origin_num {
	line-height: 1.2;
	letter-spacing: -0.025em;
	text-decoration: line-through;
	color: #a5a5a5;
	font-size: 21px;
}

.product_cont .product_list_3 .price_total {
	line-height: 1.2;
	letter-spacing: -0.025em;
	color: #ff4330;
	font-size: 43px;
	font-family: 'noto7';
}

.product_cont .product_list_3 .btn_scroll {
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: -0.025em;
	width: 315px;
	height: 50px;
	margin: 24px auto 0;
	border-radius: 8px;
	color: #fff;
	font-size: 20px;
	font-family: 'noto6';
	background: #000;
}

.product_cont .product_list_3 .btn_scroll p {
	display: none;
	font: inherit;
}

.product_cont .product_list_3 .btn_scroll p.is_active {
	display: block;
}

/* 혜택 */
.benefit_cont .main_inner{
	padding: 86px 0 132px;
}

.benefit_cont .benefit_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 23px 0;
	width: 100%;
	margin: 59px 0 0;
}

.benefit_cont .benefit_list .list_item {
	width: 518px;
	height: 180px;
	padding: 34px 0 0 37px;
	border: 3px solid #f6aa33;
	border-radius: 20px;
	background: #f5f5f5;
}

.benefit_cont .benefit_list .list_item:nth-child(even) {
	width: 558px;
}

.benefit_cont .benefit_list .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_1.png') no-repeat right 41px top 30px;
}

.benefit_cont .benefit_list .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_2.png') no-repeat right 40px top 16px;
}

.benefit_cont .benefit_list .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_3.png') no-repeat right 26px top 27px;
}

.benefit_cont .benefit_list .list_item_4 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_4.png') no-repeat right 23px top 19px;
}

.benefit_cont .benefit_list .list_item_5 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_5.png') no-repeat right 11px top 28px;
}

.benefit_cont .benefit_list .list_item_6 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_6.png') no-repeat right 39px top 16px;
}

.benefit_cont .benefit_list .list_item_7 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_7.png') no-repeat right 41px top 41px;
}

.benefit_cont .benefit_list .list_item_8 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_8.png') no-repeat right 22px top 16px;
}

.benefit_cont .benefit_list .item_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 22px;
}

.benefit_cont .benefit_list .item_text {
	line-height: 1.2;
	margin: 8px 0 0;
	letter-spacing: -0.035em;
	font-size: 29px;
	font-family: 'noto7';
}

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

.special_cont .main_inner {
	padding: 156px 0 149px;
}

.special_cont .special_label {
	position: absolute;
	top: -118px;
    left: calc(50% - 29px);
	transform: translateX(-50%);
}

.special_cont .special_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 0;
	width: 100%;
	margin: -20px 0 0;
}

.special_cont .special_list .list_item {
	width: 518px;
	height: 210px;
	padding: 33px 0 0 52px;
	border-radius: 20px;
	background: #f5f5f5;
}

.special_cont .special_list .list_item:nth-child(even) {
	width: 558px;
}

.special_cont .special_list .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/special_benefit_1.png') no-repeat right 50px top 42px;
}

.special_cont .special_list .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/special_benefit_2.png') no-repeat right 38px top 34px;
}

.special_cont .special_list .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/benefit_special_3.png') no-repeat right 45px top 57px;
}

.special_cont .special_list .list_item_4 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/special_benefit_4.png') no-repeat right 18px top 50px;
}

.special_cont .special_list .item_title {
	line-height: 1.2;
	letter-spacing: -0.035em;
	font-size: 22px;
}

.special_cont .special_list .item_text {
	line-height: 1.2;
	margin: 8px 0 0;
	letter-spacing: -0.035em;
	font-size: 32px;
	font-family: 'noto7';
}

/* 이유 */
.why_cont {
	background: #fffcef;
}

.why_cont .main_inner {
	padding: 148px 0 160px;
}

/* 영상 */
.video_cont .main_inner {
	padding: 154px 0 157px;
}

.video_cont .video_box {
	position: relative;
	margin: 66px 0 0;
}

.video_cont .video_box iframe,
.video_cont .video_box .layer,
.video_cont .video_box .start_video {
	position: absolute;
	top: 14px;
    left: 30px;
    width: 1100px;
    height: 509px;
}

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

.review_cont .main_inner {
	padding: 170px 0 204px;
}

.review_cont .review_slide {
	position: relative;
	width: 1300px;
	padding: 0 100px;
	margin: 63px 0 0;
	height: 930px;
	overflow-y: hidden;
}

.review_cont .review_slide::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100px;
	width: 1100px;
	height: 290px;
	border: 3px solid #ff6030;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 13px 24px 65px 0px rgba(0, 0, 0, 0.22);
	z-index: 2;
}

.review_cont .review_slide .swiper-wrapper {
	z-index: 1;
}

.review_cont .review_slide .swiper-slide {
	display: flex;
	align-items: center;
	gap: 100px;
	width: 100%;
	height: 290px;
	padding: 0 90px 0 105px;
	border-radius: 20px;
	background: #d6d6d6;
	opacity: 0.5;
	transition: 0.3s ease-in;
}

.review_cont .review_slide .swiper-slide-active {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/con9_box_bg.png') no-repeat center top;
	opacity: 1;
}

.review_cont .review_slide .slide_left_side {
	flex: 0 0 auto;
	width: 194px;
	padding-top: 13px;
}

.review_cont .review_slide .slide_name {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.045em;
	text-align: center;
	font-size: 20px;
	font-family: 'market-m';
}

.review_cont .review_slide .slide_name::before {
	content: '';
	display: block;
	width: 194px;
	height: 194px;
	margin-bottom: 13px;
	border-radius: 50%;
	background: #333 url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/icon_human.png') no-repeat left bottom -5px;
}

.review_cont .review_slide .swiper-slide_1 .slide_name::before {
	background-position: left -0.5% bottom -5px;
}

.review_cont .review_slide .swiper-slide_2 .slide_name::before {
	background-position: left 16.5% bottom -5px;
}

.review_cont .review_slide .swiper-slide_3 .slide_name::before {
	background-position: left 33% bottom -5px;
}

.review_cont .review_slide .swiper-slide_4 .slide_name::before {
	background-position: left 50% bottom -5px;
}

.review_cont .review_slide .swiper-slide_5 .slide_name::before {
	background-position: left 66% bottom -5px;
}

.review_cont .review_slide .swiper-slide_6 .slide_name::before {
	background-position: left 82.5% bottom -5px;
}

.review_cont .review_slide .swiper-slide_7 .slide_name::before {
	background-position: left 99% bottom -5px;
}

.review_cont .review_slide .slide_title {
	line-height: 1.2;
	letter-spacing: -0.055em;
	font-size: 38px;
	font-family: 'noto6';
}

.review_cont .review_slide .slide_title::before {
	content: '';
	display: block;
	width: 181px;
	height: 28px;
	margin-top: -4px;
	margin-bottom: 16px;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/star.png') no-repeat 0 0;
}

.review_cont .review_slide .slide_text {
	line-height: 1.45;
	margin-top: 16px;
	word-break: keep-all;
	letter-spacing: -0.045em;
	color: #36383d;
	font-size: 22px;
	font-family: 'noto4';
}

.review_cont .review_slide .slide_text em {
	color: #ff6030;
	font-family: 'noto5';
}

/* 비교 */
.cost_cont .cost_banner {
	margin: 0 0 38px;
}

.cost_cont .cost_img {
	margin: 63px 0 0 41px;
}

.cost_cont .cost_text {
	position: absolute;
	top: 1047px;
	width: 450px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-align: center;
	font-size: 50px;
	font-family: 'noto7';
}

.cost_cont .cost_text_1 {
	left: 33px;
	color: #4f4f4f;
}

.cost_cont .cost_text_2 {
	left: 606px;
	color: #ff6030;
}

/* 교수 */
.professor_cont {
	background: linear-gradient(to bottom, #fff 605px, #212121 356px), url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_bg.png') no-repeat center top 605px;
}

.professor_cont .main_inner {
	padding: 162px 0 0;
}

.professor_cont .content_title > span {
	background-position: -124px 0;
}

.professor_cont .professor_slide {
	width: 100%;
	padding: 59px 0 6px;
	margin: 68px 0 0;
	overflow-x: hidden;
}

.professor_cont .professor_slide .swiper-pagination {
	display: flex;
	justify-content: space-between;
	position: static;
}

.professor_cont .professor_slide .swiper-pagination-bullet {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	position: relative;
	width: 150px;
	height: 150px;
	padding-bottom: 15px;
	border-radius: 50%;
	text-align: center;
	color: #ababab;
	background: #3c3941;
	opacity: 1;
}

.professor_cont .professor_slide .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 130px;
	height: 160px;
	z-index: 1;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_m_hover.png') no-repeat 0 0;
}

.professor_cont .professor_slide .bullet_1::before {
	background-position: 0 0;
}

.professor_cont .professor_slide .bullet_2::before {
	background-position: 17% 0;
}

.professor_cont .professor_slide .bullet_3::before {
	background-position: 34% 0;
}

.professor_cont .professor_slide .bullet_4::before {
	background-position: 50% 0;
}

.professor_cont .professor_slide .bullet_5::before {
	background-position: 66% 0;
}

.professor_cont .professor_slide .bullet_6::before {
	background-position: 83% 0;
}

.professor_cont .professor_slide .bullet_7::before {
	background-position: 99% 0;
}

.professor_cont .professor_slide .swiper-pagination-bullet p,
.professor_cont .professor_slide .swiper-pagination-bullet strong {
	position: relative;
	z-index: 2;
}

.professor_cont .professor_slide .swiper-pagination-bullet p {
	line-height: 1.2;
	margin-bottom: 1px;
	letter-spacing: -0.065em;
	font-size: 16px;
	font-family: 'noto4';
}

.professor_cont .professor_slide .swiper-pagination-bullet strong {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.065em;
	font-size: 23px;
	font-family: 'noto6';
}

.professor_cont .professor_slide .swiper-pagination-bullet.is_active,
.professor_cont .professor_slide .swiper-pagination-bullet:hover {
	color: #fff;
	background: #ff6030;
}

.professor_cont .professor_slide .swiper-pagination-bullet:hover::before,
.professor_cont .professor_slide .swiper-pagination-bullet.is_active::before {
	background-image: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_m.png');
}

.professor_cont .professor_slide .swiper-slide {
	padding: 132px 0 100px;
}

.professor_cont .professor_slide .swiper-slide_1 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_01.png') no-repeat left 100% top 79px;
}

.professor_cont .professor_slide .swiper-slide_2 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_02.png') no-repeat left 100% top 79px;
}

.professor_cont .professor_slide .swiper-slide_3 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_03.png') no-repeat left 100% top 79px;
}

.professor_cont .professor_slide .swiper-slide_4 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_04.png') no-repeat left 100% top 79px;
}

.professor_cont .professor_slide .swiper-slide_5 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_05.png') no-repeat left 100% top 79px;
}

.professor_cont .professor_slide .swiper-slide_6 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_06.png') no-repeat left 100% top 79px;
}

.professor_cont .professor_slide .swiper-slide_7 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/teacher_07.png') no-repeat left 100% top 79px;
}

.professor_cont .professor_slide .slide_sub_title {
	line-height: 1.2;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 36px;
	font-family: 'noto6';
}

.professor_cont .professor_slide .slide_category {
	display: inline-block;
	line-height: 1.2;
	margin-top: 34px;
	letter-spacing: -0.065em;
	color: #ff9b59;
	font-size: 23px;
	font-family: 'noto4';
}

.professor_cont .professor_slide .slide_title {
	display: inline-block;
	line-height: 1.2;
	margin-top: 7px;
	letter-spacing: -0.065em;
	font-size: 55px;
	font-family: 'noto6';
	background: linear-gradient(to right, #ffdf34, #ffb04a);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.professor_cont .professor_slide .slide_video {
	position: relative;
	width: 539px;
	height: 329px;
	margin-top: 82px;
}

.professor_cont .professor_slide .slide_video .popupVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.professor_cont .professor_slide .slide_video .popupVideo a {
	display: block;
	width: 100%;
	height: 100%;
}

.professor_cont .professor_slide .slide_banner {
	display: flex;
	gap: 14px;
	margin-top: 31px;
}

.professor_cont .professor_slide .slide_banner li {
	display: flex;
	align-items: center;
	width: 262px;
	line-height: 1.35;
	border: 2px solid #414a92;
	padding: 16px 10px 11px 79px;
	border-radius: 5px;
	letter-spacing: -0.065em;
	word-break: keep-all;
	color: #dbdaf3;
	font-size: 20px;
	font-family: 'market-m';
	background: #131332 url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/sp_arrow.png') no-repeat 27px 50%;
}

/* 도서 */
.book_cont .main_inner {
	padding: 120px 0 131px;
}

.book_cont .content_title > span {
	background-position: -248px 0;
}

.book_cont .book_item {
	position: relative;
	margin: 127px 0 0 35px;
}

.book_cont .book_item .item_bullet {
	position: absolute;
	top: -38px;
    left: -102px;
}

.book_cont .book_item .popupVideo {
	position: absolute;
	top: 389px;
    left: -125px;
	height: 229px;
}

.book_cont .book_item .popupVideo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.book_cont .book_slide {
	position: relative;
	width: 1201px;
	height: 765px;
	margin: 177px 0 0;
	overflow: hidden;
}

.book_cont .book_slide .swiper-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	bottom: 0;
}

.book_cont .book_slide .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	margin: 0;
	border-radius: 50%;
	background: #a8a8a8;
	opacity: 1;
}

.book_cont .book_slide .swiper-pagination-bullet-active {
	background: #ff6030;
}

.book_cont .book_slide_wrap {
	position: relative;
	width: 1280px;
	padding-left: 90px;
}

.book_cont .book_review_slide {
	position: relative;
	width: 1100px;
	height: 228px;
	margin-top: 63px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	overflow: hidden;
}

.book_cont .book_review_slide .swiper-slide {
	margin: 0 0 15px;
	padding: 40px 0 25px 178px;
	letter-spacing: -1px;
}

.book_cont .book_review_slide .swiper-slide-1 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/1_2/hugi_icon_1.png') no-repeat left 50px top 65px;
}

.book_cont .book_review_slide .swiper-slide-2 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/1_2/hugi_icon_2.png') no-repeat left 50px top 65px;
}

.book_cont .book_review_slide .swiper-slide-3 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/1_2/hugi_icon_3.png') no-repeat left 50px top 65px;
}

.book_cont .book_review_slide .swiper-slide-4 {
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/1_2/hugi_icon_4.png') no-repeat left 50px top 65px;
}

.book_cont .book_review_slide .review_title {
	margin: 5px 0 0;
	font-size: 25px;
	line-height: 100%;
	letter-spacing: -1px;
	font-family: 'noto6';
	font-weight: 100;
}

.book_cont .book_review_slide .review_text {
	line-height: 140%;
	margin: 18px 0 15px;
	letter-spacing: -1px;
	color: #4a4a4a;
	font-size: 20px;
	font-family: 'noto3';
}

.book_cont .book_review_slide .review_name {
	padding-right: 15px;
	font-size: 17px;
	color: #868484;
	font-family: 'noto4';
	font-weight: 600;
}

.book_cont .swiper-button-prev,
.book_cont .swiper-button-next {
	position: absolute;
	top: 173px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	cursor: pointer;
	z-index: 4;
}

.book_cont .swiper-button-prev {
	left: 51px;
	width: 60px;
	height: 60px;
	background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_l.png') no-repeat;
	background-position: 17px;
}

.book_cont .swiper-button-next {
	right: 51px;
	background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_r.png') no-repeat;
	background-position: 21px;
}

.div-table {
	display: table;
	width: 100%;
}

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

.curriculum_cont .main_inner {
	padding: 108px 0 158px;
}

.curriculum_cont .content_title > span {
	background-position: -372px 0;
}

.curriculum_cont .curri_table {
	position: relative;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	margin: 68px auto 0;
	border-collapse: collapse;
}

.curriculum_cont .curri_table + .curri_table {
	margin-top: 17px;
}

.curriculum_cont .curri_table td,
.curriculum_cont .curri_table th {
	height: 100%;
	text-align: center;
}

.curriculum_cont .curri_table thead {
	height: 60px;
	vertical-align: top;
}

.curriculum_cont .curri_table .td_title_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 69px;
	height: 348px;
	border-radius: 10px;
	letter-spacing: -0.035em;
	border: 2px solid #f1c865; 
	color: #f0a328;
	font-size: 20px;
	background: #fffef6;
}

.curriculum_cont .curri_table .td_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 2px solid #000;
	background: #fff;
}

.curriculum_cont .curri_table tr + tr .td_inner {
	border-top: none;
}

.curriculum_cont .curri_table td + td .td_inner {
	border-left: none;
}

.curriculum_cont .curri_table td:not(:last-child) .td_inner {
	border-right: 1px solid #e1e1e1;
}

.curriculum_cont .curri_table tr:not(:last-child) .td_inner {
	border-bottom: 1px solid #c9c9c9;
}

.curriculum_cont .curri_table th + td .td_inner {
	border-radius: 10px 0 0 0;
}

.curriculum_cont .curri_table tr:first-child td:last-child .td_inner {
	border-radius: 0 10px 0 0;
}

.curriculum_cont .curri_table tr:last-child td:first-child .td_inner {
	border-radius: 0 0 0 10px;
}

.curriculum_cont .curri_table tr:last-child td:last-child .td_inner {
	border-radius: 0 0 10px 0;
}

.curriculum_cont .curri_table td:nth-of-type(1) .td_inner {
	letter-spacing: -0.035em;
	font-size: 20px;
	font-family: 'noto6';
}

.curriculum_cont .curri_table tr:nth-child(1) td:nth-of-type(1) .td_inner {
	background: linear-gradient(to bottom, #fef2db, #fef5d7);
}

.curriculum_cont .curri_table tr:nth-child(2) td:nth-of-type(1) .td_inner {
	background: linear-gradient(to bottom, #fef5d7, #fdfbd0);
}

.curriculum_cont .curri_table tr:nth-child(3) td:nth-of-type(1) .td_inner {
	background: linear-gradient(to bottom, #fdfbd0, #eefdd0);
}

.curriculum_cont .curri_table td:nth-of-type(2) .td_inner {
	letter-spacing: -0.035em;
	font-size: 19px;
	font-family: 'noto6';
}

.curriculum_cont .curri_table td:nth-of-type(3) .td_inner {
	letter-spacing: -0.035em;
	color: #393939;
	font-size: 19px;
}

.curriculum_cont .tr_title th:nth-child(2) .td_inner {
	border-left: 1px solid #000;
	border-radius: 10px 0 0 0;
	background: #fbbf4d;
}

.curriculum_cont .tr_title th:nth-child(3) .td_inner {
	background: #feab5b;
}

.curriculum_cont .tr_title th:nth-child(4) .td_inner {
	background: #ff9b3a;
}

.curriculum_cont .tr_title th:nth-child(5) .td_inner {
	border-radius: 0 10px 0 0;
	background: #f97824;
}

.curriculum_cont .curri_table .td_head {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 49px;
	border: none;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 20px;
	font-family: 'noto6';
	background: #ff6030;
}

.curriculum_cont .curri_table th:first-child .td_head {
	border-radius: 10px 0 0 10px;
}

.curriculum_cont .curri_table th:last-child .td_head {
	border-radius: 0 10px 10px 0;
}

.curriculum_cont .curri_table_2 .td_title_inner {
	border-color: #bed4ff; 
	color: #6b98f0;
	background: #f6f9ff;
}

.curriculum_cont .curri_table_2 tr:nth-child(1) td:nth-of-type(1) .td_inner {
	background: linear-gradient(to bottom, #daeefe, #d6e3fe);
}

.curriculum_cont .curri_table_2 tr:nth-child(2) td:nth-of-type(1) .td_inner {
	background: linear-gradient(to bottom, #d6e3fe, #d5dafe);
}

.curriculum_cont .curri_table_2 tr:nth-child(3) td:nth-of-type(1) .td_inner {
	background: linear-gradient(to bottom, #d5dafe, #e0d4fe);
}

/* 모의고사 */
.mock_cont .main_inner {
	padding: 110px 0 100px;
}

.mock_cont .content_title > span {
	background-position: -491px 0;
}

.mock_cont .mock_img {
	margin: 63px 0 0 -48px;
}

.mock_cont .mock_list {
	margin: 68px 0 0;
}

/* 추가 혜택 */
.add_cont .main_inner {
	padding: 76px 0 194px;
}

.add_cont .content_title > span {
	background-position: -629px 0;
}

.add_cont .add_list {
	display: flex;
	gap: 26px;
	width: 100%;
	margin: 143px 0 0;
}

.add_cont .add_list .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 350px;
	height: 508px;
	padding: 70px 0 0;
	border: 2px solid #ff6030;
	border-radius: 20px;
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 0px 0px rgba(31, 31, 31, 0.17);
}

.add_cont .add_list .list_item_1 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/bottom_benefit_1.png') no-repeat left 50px bottom 48px;
}

.add_cont .add_list .list_item_2 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/bottom_benefit_2.png') no-repeat left 24px bottom 49px;
}

.add_cont .add_list .list_item_3 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/bottom_benefit_3.png') no-repeat left 63px bottom 40px;
}

.add_cont .add_list .item_cate {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 266px;
	height: 73px;
	border-radius: 73px;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 30px;
	font-family: 'noto6';
	background: #ff6030;
}

.add_cont .add_list .item_title {
	line-height: 1.3;
	letter-spacing: -0.065em;
	font-size: 34px;
}

.add_cont .add_list .item_title em {
	font-family: 'noto7';
}

.add_cont .add_list .item_text {
	line-height: 1.3;
	margin: 20px 0 0;
	letter-spacing: -0.065em;
	color: #555;
	font-size: 22px;
}

/* 그래프 */
.graph_cont {
	background: #f9f2e1;
}

.graph_cont .main_inner {
	padding: 199px 0 187px;
}

.graph_cont .main_title {
	position: relative;
}

.graph_cont .main_title::before {
	content: '';
	position: absolute;
	top: -61px;
    left: 58px;
	width: 144px;
	height: 170px;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/plus/v2/title_img_1.png') no-repeat 0 0;
}

.graph_cont .graph_img {
	margin: 113px 0 0 -3px;
}

.graph_cont .slide_title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 1143px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 512px;
	height: 68px;
	border-bottom: 3px solid #cc5808;
	border-radius: 68px;
	line-height: 1.2;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 37px;
	font-family: 'noto6';
	background: #ff792d;
	box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.27);
	z-index: 2;
}

.graph_cont .strategy_boxwrap {
	position: relative;
	width: 100%;
	height: 309px;
	margin-top: 105px;
	letter-spacing: -1px;
	line-height: 1;
	border: 3px solid #ff6030;
	border-radius: 20px;
	color: #000;
	overflow: hidden;
}
.graph_cont .strategy_boxwrap li {
	width: 100%;
	height: 100%;
	margin-bottom: 30px;
	border-radius: 20px;
	background: #fff;
}
.graph_cont .strategy_boxwrap .swiper-slide_1 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/final_renew/strategy_img1.png') no-repeat 90% 67%;
}
.graph_cont .strategy_boxwrap .swiper-slide_2 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/final_renew/strategy_img2.png') no-repeat 90% 58%;
}
.graph_cont .strategy_boxwrap .swiper-slide_3 {
	background: #fff url('/_skin/tpl_skin/basic_customs2/images/apply/final_renew/strategy_img3.png') no-repeat 90% 67%;
}
.graph_cont .strategy_boxwrap .padd_box {
	padding: 64px 0 0 126px;
}
.graph_cont .strategy_boxwrap .num {
	margin-left: -10px;
}
.graph_cont .strategy_boxwrap .fir_txt {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 40px;
	font-family: 'noto6';
	letter-spacing: -2px;
}
.graph_cont .strategy_boxwrap .sec_txt {
	font-size: 25px;
	font-family: 'noto3';
	line-height: 1.35;
}

.graph_cont .swiper-button-prev,
.graph_cont .swiper-button-next {
	position: absolute;
	top: 153px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	cursor: pointer;
	z-index: 4;
}

.graph_cont .swiper-button-prev {
	left: 29px;
	background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_l.png') no-repeat 0 0 / 15px auto;
	background-position: 14px;
}

.graph_cont .swiper-button-next {
	right: 29px;
	background: #dfdfdf url('/_skin/tpl_skin/basic_judicial_scrivener/content_1/arrow_r.png') no-repeat 0 0 / 15px auto;
	background-position: 18px;
}

/* 시작 */
.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: 89px;
    right: 93px;
}
.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;
}