@charset "UTF-8";
html {
	scroll-behavior: smooth;
}

/* 수강신청 */
.visual_container {
	position: relative;
	color: #000;
}

.visual_container > section {
	position: relative;
}

.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_tab_wrap {
	position: absolute;
	top: 40.133vw;
	left: 0;
	width: 100%;
}

.bottom_banner {
	position: fixed;
	bottom: 67px;
	left: 0;
	width: 100%;
	z-index: 1;
}

/* 상품 :s */
.product_cont {
    position: relative;
}

.product_cont .tab_list {
	display: flex;
	width: 100%;
	border-bottom: 0.8vw solid #000;
}

.product_cont .tab_list li {
	width: 100%;
}

.product_cont .tab_list button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 18.8vw;
	letter-spacing: -0.045em;
	color: rgba(34, 34, 34, 0.5);
	font-size: 4.4vw;
	font-family: 'noto4';
	background: #f1f1f1;
}

.product_cont .tab_list .is_active button {
	color: rgba(255, 255, 255, 0.6);
	font-family: 'noto6';
	background: #0d3975;
}

.product_cont .tab_content {
	display: none;
	position: relative;
	width: 100%;
	padding: 9.867vw 0 0 6.533vw;
}

.product_cont .tab_content.is_active {
	display: block;
}

.product_cont .tab_content .content_tags {
	display: flex;
	gap: 1.2vw;
}

.product_cont .tab_content .content_tags li {
	display: flex;
	align-items: center;
	height: 5.6vw;
	line-height: 1.2;
	padding: 0.533vw 2.133vw 0;
	border-radius: 5.6vw;
	border: 0.267vw solid #ff7200;
	color: #ff7200;
	font-size: 2.933vw;
	font-family: 'market-m';
}

.product_cont .tab_content .content_tags li.type_point {
	border-color: #ff4c0d;
	color: #fff;
	background: #ff4c0d;
}

.product_cont .tab_content .content_title {
	display: block;
	margin: 2.8vw 0 0;
	line-height: 1.25;
	letter-spacing: -0.025em;
	font-size: 9.067vw;
	font-family: 'noto7';
}

.product_cont .tab_content .content_title em {
	color: #0042ff;
	font-family: 'noto7';
}

.product_cont .tab_content .content_list {
	margin: 3.6vw 0 0;
}

.product_cont .tab_content .content_list li {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 3.333vw;
	font-family: 'noto4';
}

.product_cont .tab_content .content_list li + li {
	margin-top: 2vw;
}

.product_cont .tab_content .content_price {
	display: flex;
	justify-content: flex-end;
	gap: 4vw;
	margin-top: 4.133vw;
	margin-right: 7.6vw;
}

.product_cont .tab_content .origin_price {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 0 1.867vw;
}

.product_cont .tab_content .origin_price p:nth-child(1) {
	line-height: 1.2;
	letter-spacing: 0.015em;
	text-align: center;
	font-size: 2.667vw;
	font-family: 'noto4';
}

.product_cont .tab_content .origin_price p:nth-child(2) {
	line-height: 1.2;
	letter-spacing: -0.065em;
	color: rgba(123, 123, 123, 0.6);
	font-size: 4.133vw;
	font-family: 'noto6';
	text-decoration: line-through;
	text-decoration-color: #000;
}

.product_cont .tab_content .total_price {
	line-height: 1.2;
	letter-spacing: -0.055em;
	color: #fe0000;
	font-size: 6.467vw;
	font-family: 'noto7';
}

.product_cont .tab_content .total_price .price_unit {
	font-size: 6.467vw;
}

.product_cont .product_list {
	position: absolute;
	bottom: 62.667vw;
	left: 0;
	width: 100%;
	display: flex;
	margin: 2.667vw 0 0;
}

.product_cont .product_list li {
	width: 100%;
	line-height: 1.2;
	text-align: center;
	letter-spacing: -0.025em;
	font-size: 3.067vw;
	font-family: 'noto5';
}

.product_cont .btn_go {
	position: absolute;
	bottom: 23.733vw;
	left: 0;
	width: 100%;
	height: 15.067vw;
}
/* 상품 :e */

/* 취득해야하는 이유 : s */
.video_cont .btn_video {
	position: absolute;
	top: 42.8vw;
	left: 0;
	width: 100%;
	height: 53.333vw;
}

.video_cont {
	overflow: hidden;
}

.video_cont .video_slide {
	position: absolute;
	top: 104.133vw;
	left: 50%;
	transform: translate(-50%, 0);
	width: 66.667vw;
	height: 66.667vw;
}

.video_cont .video_slide .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 1.333vw;
	width: 32.133vw;
	height: 23.333vw;
	margin: 0 0.667vw;
	border: 1px solid #6cacff;
	border-radius: 2.667vw;
	background: #fff;
	box-shadow: 0vw 0vw 1.333vw 0vw rgba(0, 0, 0, 0.15);
	opacity: 0.5;
}

.video_cont .video_slide .swiper-slide-active,
.video_cont .video_slide .swiper-slide-next {
	opacity: 1;
}

.video_cont .video_slide .swiper-slide em {
	letter-spacing: -0.025em;
	font-size: 3.333vw;
	font-family: 'noto6';
}

.video_cont .video_slide .swiper-slide p {
	letter-spacing: -0.035em;
	text-align: center;
	color: #7e7e7e;
	font-size: 2.267vw;
	font-family: 'noto4';
}
/* 취득해야하는 이유 : e */

/* 비교 : s */
.comparison_cont .comparison_item {
	position: absolute;
}

.comparison_cont .comparison_item_1 {
	top: 109.2vw;
	left: 0;
	width: 66.667vw;
}

.comparison_cont .comparison_item_2 {
	top: 102.533vw;
	right: 0;
	width: 55.6vw;
}

.comparison_cont .comparison_item .item_title {
	display: block;
	line-height: 1.3;
	text-align: center;
}

.comparison_cont .comparison_item .item_list {
	display: flex;
	flex-direction: column;
	gap: 1.333vw;
}

.comparison_cont .comparison_item .item_price {
	font-family: 'noto6';
}

.comparison_cont .comparison_item .item_price,
.comparison_cont .comparison_item .item_note {
	text-align: center;
}

.comparison_cont .comparison_item_1 .item_title {
	width: 40vw;
	letter-spacing: -0.095em;
	color: #485147;
	font-size: 4.267vw;
}

.comparison_cont .comparison_item_1 .item_list {
	margin: 8.267vw 0 0 1.067vw;
}

.comparison_cont .comparison_item_1 .item_list li {
	display: flex;
	align-items: center;
	letter-spacing: -0.065em;
	color: #394038;
	font-size: 2.533vw;
	font-family: 'noto4';
}

.comparison_cont .comparison_item_1 .item_list li::before {
	content: '';
	display: inline-block;
	width: 0.533vw;
	height: 0.533vw;
	margin: 0 0.533vw 0 0;
	border-radius: 50%;
	background: #394038;
}

.comparison_cont .comparison_item_1 .item_price {
	width: 40vw;
	line-height: 1.2;
	margin-top: 8.4vw;
	letter-spacing: -0.055em;
	color: #fff;
	font-size: 5.2vw;
	opacity: 0.8;
}

.comparison_cont .comparison_item_1 .item_note {
	width: 40.933vw;
	line-height: 1.2;
	margin-top: 0.533vw;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 2vw;
	opacity: 0.8;
}

.comparison_cont .comparison_item_2 .item_title {
	color: #fff;
	letter-spacing: -0.035em;
	font-size: 6vw;
	font-family: 'market-l';
	text-shadow: 0px 3px 2px rgba(0,0,0,0.6);
}

.comparison_cont .comparison_item_2 .item_title span {
	background: linear-gradient(to right, #ffc53e 0%, #fff838 50%, #b7ff05 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'market-b';
	text-shadow: none;
}

.comparison_cont .comparison_item_2 .item_list {
	justify-content: flex-start;
	align-items: flex-start;
	margin: 6.667vw 0 0 7.067vw;
}

.comparison_cont .comparison_item_2 .item_list li {
	position: relative;
	letter-spacing: -0.055em;
	color: #fff;
	font-size: 2.933vw;
	font-family: 'noto4';
}

.comparison_cont .comparison_item_2 .item_list li::before {
	content: '';
	position: absolute;
	top: 1.467vw;
	left: -5.6vw;
	width: 3.067vw;
	height: 2.933vw;
	background: url('/mobile/images/tpl/001067/new3/icon_check.png') no-repeat 0 0 / contain;
}

.comparison_cont .comparison_item_2 .item_list li.type_point {
	color: #fffa5a;
	box-shadow: inset 0 -1.5em 0 #000;
}

.comparison_cont .comparison_item_2 .item_price {
	line-height: 1.2;
	margin-top: 9.533vw;
	text-align: center;
	letter-spacing: -0.055em;
	color: #fff;
	font-size: 6vw;
}

.comparison_cont .comparison_item_2 .item_note {
	line-height: 1.2;
	margin-top: 1.333vw;
	text-align: center;
	letter-spacing: -0.035em;
	color: #fff;
	font-size: 2vw;
	opacity: 0.8;
}
/* 비교 : e */

/* 커리큘럼 : s */
.curriculum_cont .table_wrap {
	display: flex;
	flex-direction: column;
	gap: 2.933vw;
	position: absolute;
	top: 67.333vw;
	left: 0;
	width: 100%;
}

.curriculum_cont .curriculum_table {
	border-collapse: collapse;
	width: 94.533vw;
	margin: 0 auto;
	border: 1px solid #c4c4c4;
}

.curriculum_cont .curriculum_table tr {
	border-bottom: 1px solid #c4c4c4;
}

.curriculum_cont .curriculum_table th {
	padding: 2.667vw 0 3.733vw;
	letter-spacing: -0.025em;
	color: #201d89;
	font-size: 4.267vw;
	font-weight: 400;
	font-family: 'noto6';
}

.curriculum_cont .curriculum_table th span {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.005em;
	font-size: 3.467vw;
	font-family: 'noto4';
}

.curriculum_cont .curriculum_table th em {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.005em;
	font-size: 3.867vw;
}

.curriculum_cont .curriculum_table thead th {
	height: 13.2vw;
	background: #ecf5fa;
}

.curriculum_cont .curriculum_table tbody th {
	border-right: 1px solid #c4c4c4;
}

.curriculum_cont .curriculum_table td {
	position: relative;
	padding: 2.667vw 0 2.667vw 4.267vw;
}

.curriculum_cont .curriculum_table td p {
	line-height: 1.2;
	letter-spacing: -0.035em;
	color: #454545;
	font-size: 3.733vw;
	font-family: 'noto5';
}

.curriculum_cont .curriculum_table .table_badge {
	position: absolute;
	top: 2.267vw;
	right: 1.867vw;
	width: 26.8vw;
}

.curriculum_cont .curriculum_table .table_badge_2 {
	top: -2.4vw;
}
/* 커리큘럼 : e */

/* 교수 : s */
.professor_title {
	width: 98.667vw;
	margin: 0 auto;
}

.professor_cont {
	margin-top: 15.278vw;
	padding-bottom: 16vw;
	background: #1a1a37;
}

.professor_cont .professor_slide {
	width: 100%;
	padding: 0 0 2.778vw;
	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: center;
	flex-direction: column;
	position: relative;
	width: calc(100% / 7);
	height: 10.278vw;
	border-radius: 0;
	text-align: center;
	color: #ababab;
	background: #3c3941;
	opacity: 1;
}

.professor_cont .professor_slide .swiper-pagination-bullet + .swiper-pagination-bullet {
	border-left: 1px solid #9e9ca0;
}

.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: 2.222vw;
	font-family: 'noto4';
}

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

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

.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 {
	display: flex;
	align-items: flex-start;
	position: relative;
	padding: 5vw 0 13.889vw;
}

.professor_cont .professor_slide .swiper-slide img {
	display: block;
	width: 97.889vw;
	margin-left: auto;
}

.professor_cont .professor_slide .swiper-slide a {
	position: absolute;
	bottom: 18.667vw;
	left: 2.861vw;
	width: 75vw;
	height: 45.833vw;
}

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

.professor_cont .professor_slide .slide_category {
	display: inline-block;
	line-height: 1.2;
	margin-top: 4.722vw;
	letter-spacing: -0.065em;
	font-size: 3.194vw;
	font-family: 'noto4';
	background: linear-gradient(to right, #bbd4d9, #12f1ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.professor_cont .professor_slide .slide_title {
	display: inline-block;
	line-height: 1.2;
	margin-top: 0.972vw;
	letter-spacing: -0.065em;
	font-size: 7.639vw;
	font-family: 'noto6';
	background: linear-gradient(to right, #bbd4d9, #12f1ff);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.professor_cont .professor_slide .slide_video {
	position: relative;
	width: 74.861vw;
	height: 45.694vw;
	margin-top: 11.389vw;
}

.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: 1.944vw;
	margin-top: 4.306vw;
}

.professor_cont .professor_slide .slide_banner li {
	display: flex;
	align-items: center;
	width: 36.389vw;
	line-height: 1.35;
	border: 2px solid #414a92;
	padding: 2.222vw 1.389vw 1.528vw 10.972vw;
	border-radius: 0.694vw;
	letter-spacing: -0.065em;
	word-break: keep-all;
	color: #dbdaf3;
	font-size: 2.778vw;
	font-family: 'market-m';
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/sp_arrow.png') no-repeat 3.75vw 50%;
}

.professor_cont .professor_review_slide {
	position: relative;
	width: 100%;
	margin: -11.733vw 0 0;
	overflow: hidden;
}

.professor_cont .professor_review_slide .swiper-slide {
	width: 81.333vw;
	height: 54.8vw;
	padding: 6.267vw 5.333vw 0 8.267vw;
	border-radius: 4.167vw;
	color: #fff;
	background: #2747a5;
	transition: 0.3s ease-in;
}

.professor_cont .professor_review_slide .review_title {
	font-family: 'market-b';
	font-size: 5.556vw;
	line-height: 120%;
	letter-spacing: -1px;
	word-break: keep-all;
	font-family: 'noto7';
	font-weight: 100;
}

.professor_cont .professor_review_slide .review_text {
	line-height: 1.3;
	margin: 2.8vw 0 2.4vw;
	letter-spacing: -0.025em;
	word-break: keep-all;
	font-size: 3.467vw;
	font-family: 'noto2';
}

.professor_cont .professor_review_slide .review_name {
	position: relative;
	padding-left: 25.067vw;
	font-size: 3.2vw;
	font-family: 'noto5';
}
.professor_cont .professor_review_slide .review_name::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 23.067vw;
	height: 4.667vw;
	background: url('/mobile/images/tpl/001067/new3/star_m.png') no-repeat 0 0 / contain;
}
/* 교수 : e */

/* 도서 : s */
.book_cont .book_buttons {
	display: flex;
	gap: 2.667vw;
	position: absolute;
	top: 143.867vw;
	left: 0;
	width: 100%;
}

.book_cont .book_buttons .btn_video {
	width: 100%;
	height: 9.733vw;
}

.book_cont .book_slide {
	position: absolute;
	top: 161.067vw;
	left: 0;
	width: 100%;
    height: fit-content;
	padding-bottom: 7.867vw;
	overflow: hidden;
}

.book_cont .book_slide .swiper-pagination {
	/* bottom: 0; */
	z-index: 1;
}

.book_cont .book_slide .swiper-pagination .swiper-pagination-bullet {
	width: 3.6vw;
	height: 3.6vw;
	opacity: 1;
	background: #c5c6c7;
}

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

.book_cont .book_slide .swiper-slide {
    height: fit-content;
}

.book_cont .book_slide .swiper-slide img {
    width: 100%;
}

.book_cont .book_review_slide {
	position: absolute;
	top: 239.667vw;
	left: 0;
	width: 100%;
	padding: 2.667vw 0;
	overflow: hidden;
}

.book_cont .book_review_slide .swiper-slide {
	width: 88.889vw;
	height: 63.889vw;
	padding: 7.639vw;
	border-radius: 4.167vw;
	background: #fff;
	transition: 0.3s ease-in;
	box-shadow: 0vw 0vw 2.4vw 0vw rgba(0, 0, 0, 0.3);
}

.book_cont .book_review_slide .slide_title {
	font-family: 'market-b';
	font-size: 5.556vw;
	line-height: 120%;
	letter-spacing: -1px;
	word-break: keep-all;
	font-family: 'noto7';
	font-weight: 100;
	color: #000;
}

.book_cont .book_review_slide .slide_text {
	line-height: 140%;
	margin: 3.472vw 0 4.167vw;
	letter-spacing: -1px;
	word-break: keep-all;
	color: #4a4a4a;
	font-size: 3.611vw;
	font-family: 'market-m';
}

.book_cont .book_review_slide .slide_name {
	position: relative;
	padding-left: 26.389vw;
	font-size: 3.611vw;
	font-family: 'market-b';
	font-weight: 600;
}
.book_cont .book_review_slide .slide_name::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25.139vw;
	height: 3.889vw;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/star.png') no-repeat 0 0 / contain;
}
/* 도서 : e */

/* 추가 혜택 : s */
.plus_cont.plus_1 {
    margin-top: -6.367vw;
}
/* 추가 혜택 : e */

/* 합격 수기 : s */
.review_cont {
    width: 100%;
    overflow: hidden;
}
.review_cont .review_slides {
	position: absolute;
	top: 39.333vw;
	left: 0;
	width: 100%;
	height: 100.722vw;
	padding-top: 18.056vw;
}

.review_cont .review_slides .swiper-slide {
	width: 88.889vw;
	height: 63.889vw;
	padding: 8.75vw 5.278vw 0 6.667vw;
	border-radius: 4.167vw;
	background: #dddddd;
	opacity: 0.5;
	transition: 0.3s ease-in;
}

.review_cont .review_slides .swiper-slide-active {
	background: #fff;
	border: 3px solid #2553f9;
	box-sizing: border-box;
	box-shadow: 1.806vw 3.333vw 9.028vw 0px rgba(0, 0, 0, 0.22);
	opacity: 1;
}

.review_cont .review_slides .slide_name {
	display: block;
	position: relative;
	margin-bottom: 1.806vw;
	padding-right: 1.667vw;
	line-height: 1.2;
	letter-spacing: -0.045em;
	text-align: right;
	font-size: 3.056vw;
	font-family: 'market-b';
	color: #58595d;
}

.review_cont .review_slides .slide_name::after {
	content: '';
	display: block;
	position: absolute;
	top: -1.389vw;
	left: 0;
	width: 25.139vw;
	height: 3.889vw;
	background: url('/_skin/tpl_skin/basic_customs2/images/apply/refund/v3/star.png') no-repeat 0 0 / contain;
}

.review_cont .review_slides .slide_name::before {
	content: '';
	display: block;
	position: absolute;
	top: -23.333vw;
	right: -0.833vw;
	width: 21.389vw;
	height: 21.389vw;
	margin-bottom: 1.806vw;
	border-radius: 50%;
	background: #333 url('/mobile/images/tpl/001059/new3/icon_human.png') no-repeat left bottom -0.694vw / 75.833vw 47.639vw;
}

.review_cont .review_slides .swiper-slide_1 .slide_name::before {
	background-position: left -1% top 5px;
}

.review_cont .review_slides .swiper-slide_2 .slide_name::before {
	background-position: left 33.5% top 5px;
}

.review_cont .review_slides .swiper-slide_3 .slide_name::before {
	background-position: left 69% top 5px;
}

.review_cont .review_slides .swiper-slide_4 .slide_name::before {
	background-position: left 103.5% top 5px;
}

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

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

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

.review_cont .review_slides .slide_title {
	line-height: 1.2;
	letter-spacing: -0.055em;
	word-break: keep-all;
	font-size: 6.25vw;
	font-family: 'noto7';
}

.review_cont .review_slides .slide_text {
	line-height: 1.5;
	margin-top: 3.75vw;
	word-break: keep-all;
	letter-spacing: -0.055em;
	color: #36383d;
	font-size: 3.333vw;
	font-family: 'noto4';
}

.review_cont .review_slides .slide_text em {
	color: #0202b6;
	font-family: 'noto7';
}
/* 합격 수기 :e */
