@charset "UTF-8";
/* 공통 : s */
.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 {
	position: relative;
	width: 100vw;
	font-family: 'noto4';
}

.cat_main_cont button {
	background: transparent;
	vertical-align: bottom;
}

.cat_main_cont li {
	float: none;
}

.cat_main_cont .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 .main_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0 auto;
}

.cat_main_cont .main_title {
	text-align: center;
}

.cat_main_cont .main_title p {
	line-height: 1.2;
	letter-spacing: -0.025em;
	font-size: 4.667vw;
	font-family: 'noto6';
}

.cat_main_cont .main_title h3 {
	display: block;
	margin: 1.333vw 0 0;
	line-height: 1.32;
	letter-spacing: -0.025em;
	font-size: 6.233vw;
	font-family: 'noto7';
}

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

	50% {
		transform: translate(-1.242vw, -1.242vw);
	}
}

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

	100% {
		transform: translateX(-50%);
	}
}

@keyframes blink {
	0%,
	100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

/* 슬라이드 */
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
	z-index: 6;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 4.167vw;
	height: 4.167vw;
	margin: 0 1.944vw;
	background: #d3d3d3;
	opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #2150dc;
}


/*vi*/
.product_price{
	position:relative;
}
.product_price h1 {
	position: absolute;
	bottom: 52.4vw;
	left: 0;
	width: 100%;
	font-size: 7.2vw;
	color: #ffffff;
	text-align: center;
	font-weight: 900;
}

/*가격*/
.product_cont {
	position: relative;
}
.btn-ab {
	position: absolute;
	left: 0;
	bottom: 28.333vw;
	width: 90%;
	height: 10.133vw;
	margin: 0 5%;
	overflow: hidden;
}
.btn-ab a {
	float: left;
	display: inline-block;
	width: 50%;
	height: 100%;
	font-size: 0;
}
.price {
	position: relative;
	width: 95%;
	left: 2.5%;
	bottom: 40vw;
	overflow: hidden;
}
.price div {
	position: relative;
	float: left;
	width: 46.8vw;
	margin-right: 1.067vw;
	padding-top: 3.067vw;
	text-align: center;
	font-family: 'market-b';
}
.price div:last-child {
	margin-right: 0;
}
.price div:after {
	display: block;
	position: absolute;
	top: 4.133vw;
	left: 11.067vw;
	width: 24.533vw;
	height: 1.867vw;
	content: '';
	background: url('/mobile/images/tpl/001108/new4/priceline.png') center no-repeat;
}
.price .og_price {
	margin-bottom: 3px;
	color: #ffffff;
	opacity: 0.5;
	font-size: 2.667vw;
}
.price .og_price em {
	font-size: 15px;
	font-family: 'market-m';
}
.price .res_price {
	font-size: 4.667vw;
	color: #ffffff;
}
.price .res_price em {
	font-size: 2.667vw;
	font-family: 'market-m';
}


/*자격증정보*/

.video_cont {
	background: #e2fbff;
}
.video_link {
	width: 90%;
	margin: 0 auto;
}

.video_cont .outlook {
	width: 100%;
	padding: 5.733vw 0 16.267vw;
}
.video_cont .outlook .swiper-wrapper {
}
.video_cont .outlook .swiper-wrapper li {
	overflow: hidden;
	width: 69.334vw !important;
	height: 25.333vw;
	padding: 3vw 0;
}
.video_cont .outlook .swiper-slide {
	opacity: 0.5;
}
.video_cont .outlook .swiper-slide-active {
	opacity: 1;
}
.video_cont .outlook .txt_box {
	float: left;
	width: 30.933vw !important;
	height: 18.933vw;
	padding: 4.4vw 0;
	margin: 0 1.333vw;
	border: 1px solid #28d3cd;
	background: #ffffff;
	border-radius: 2vw;
	box-shadow: 0 0 2.667vw rgba(0, 0, 0, 0.2);
	flex-shrink: 0;
}
.video_cont .outlook .txt_box:first-child {
}
.video_cont .outlook li h4 {
	font-size: 2.933vw;
	font-weight: 900;
	margin-bottom: 0.667vw;
}
.video_cont .outlook li p {
	font-size: 2vw;
	color: #7e7e7e;
}

/*커리큘럼*/
.curri_cont .curri {
	position: relative;
}
.curri_cont .curri img {
	display: none;
}
.curri_cont .curri img.on {
	display: block;
}
.curri_cont .curri .tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4.722vw;
	position: absolute;
	top: 7.083vw;
	left: 0;
	width: 96%;
	height: 9.722vw;
	margin-left: 2%;
}
.curri_cont .curri .tab li {
	width: 33.33%;
	height: 100%;
	background: #babdc3;
	border-radius: 4.933vw;
	text-align: center;
	line-height: 9.6vw;
	font-size: 3.2vw;
	font-weight: 900;
	color: #ffffff;
}
.curri_cont .curri .tab li.on {
	background: #000000;
}

/*교슈*/
.professor_cont .teacher_slide_area {
	position: relative;
	width: 100%;
	height: 156.533vw;
	overflow: hidden;
}
.professor_cont .teacher_slide_wrap {
	width: 100%;
	height: 100%;
}
.professor_cont .teacher_slide_wrap .teacher_slide {
	height: 115.278vw;
	overflow: visible;
}
.professor_cont .teacher_slide_wrap .swiper-pagination {
	display: flex;
	position: relative;
	left: 0;
	width: 100vw;
	height: 9.556vw;
	gap:0;
}
.professor_cont .teacher_slide_wrap .swiper-pagination .page_item {
	width: calc(100% / 7);
	height: 100%;
	background: #3c3941;
	font-family: 'noto7';
	font-size: 3.472vw;
	letter-spacing: -0.065em;
	color: #ababab;
}
.professor_cont .teacher_slide_wrap .swiper-pagination .page_item.is_active {
	background: #7048e8;
	color: #fff;
}
.professor_cont .teacher_slide_wrap .swiper-slide {
	position: relative;
	box-sizing: border-box;
}
.professor_cont .teacher_slide_area {
	width: 100%;
	position: relative;
}
.professor_cont .teacher_slide_area img {
	width: 100%;
}
.professor_cont .layer_video {
	position: absolute;
	width: 72.267vw;
	height: 44vw;
	top: 76.267vw;
	left: 2.133vw;
	font-size:0;
}

/*도서*/
.book_cont{
	position:relative;
}
.book_cont a {
	position: absolute;
	top: 105vw;
	left: 6vw;
	width: 88vw;
	height: 14vw;
	font-size:0;
}
.book_cont a.book_video2 {
	top: 124vw;
}
.book_preview_slide {
	height: 68.533vw;
}
.book_preview_slide .swiper-slide img {
	margin: 0 auto;
	display: block;
}
.book_preview_slide .btn_arrow {
	position: absolute;
	z-index: 4;
	top: calc(50% - 94px);
	width: 8.267vw;
	height: 30.4vw;
	cursor: pointer;
}
.book_preview_slide .btn_prev {
	left: 0px;
	background: url('/_skin/tpl_skin/basic_appraiser/images/apply/point2/arrow_l.png') no-repeat;
}
.book_preview_slide .btn_next {
	right: 0;
	background: url('/_skin/tpl_skin/basic_appraiser/images/apply/point2/arrow_r.png') no-repeat;
}

/*합격시스템*/
.pass_guarantee_cont {
	position: relative;
	padding-bottom: 13vw;
	color: #000;
	background: #fff;
}

.pass_guarantee_cont .screen_out {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.pass_guarantee_cont .main_inner {
	position: relative;
}

.pass_guarantee_cont .guarantee_title {
	text-align: center;
}

.pass_guarantee_cont .guarantee_title p {
	line-height: 1.2;
	letter-spacing: -0.045em;
	font-size: 4.533vw;
	font-family: 'noto5';
}

.pass_guarantee_cont .guarantee_title h3 {
	line-height: 1.2;
	letter-spacing: -0.045em;
	margin: 0.667vw 0 0;
	color: #003296;
	font-size: 6vw;
	font-family: 'noto5';
}

.pass_guarantee_cont .guarantee_slide_wrap {
	width: 95.333vw;
	margin: 1px auto 0;
}

.pass_guarantee_cont .swiper-pagination {
	display: flex;
	position: static;
	width: 100%;
}

.pass_guarantee_cont .btn_pagination {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.067vw;
	width: 100%;
	height: 26.667vw;
	padding: 0 0 7.733vw;
	border: 1px solid #cdcbcc;
	border-radius: 4vw 4vw 0 0;
	color: #bcbcbc;
	background: #fff;
	cursor: pointer;
}

.pass_guarantee_cont .btn_pagination.is_active,
.pass_guarantee_cont .btn_pagination:hover {
	background: #ffcc00;
}

.pass_guarantee_cont .btn_pagination .pagination_bullet {
	display: block;
	width: 100%;
	height: 2.667vw;
}

.pass_guarantee_cont .btn_pagination:nth-child(1) .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason1_out.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(1).is_active .pagination_bullet,
.pass_guarantee_cont .btn_pagination:nth-child(1):hover .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason1_over.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(2) .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason2_out.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(2).is_active .pagination_bullet,
.pass_guarantee_cont .btn_pagination:nth-child(2):hover .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason2_over.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(3) .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason3_out.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination:nth-child(3).is_active .pagination_bullet,
.pass_guarantee_cont .btn_pagination:nth-child(3):hover .pagination_bullet {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/reason3_over.png') no-repeat center center / 13.333vw auto;
}

.pass_guarantee_cont .btn_pagination .pagination_title {
	line-height: 1.2;
	letter-spacing: -0.045em;
	font-size: 3.6vw;
	font-family: 'noto7';
}

.pass_guarantee_cont .btn_pagination.is_active .pagination_title,
.pass_guarantee_cont .btn_pagination:hover .pagination_title {
	color: #000;
}

.pass_guarantee_cont .guarantee_slide {
	position: relative;
	width: 95.333vw;
	border: 1px solid #cdcbcc;
	margin: -7.6vw 0 0;
	border-radius: 4vw;
	background: #fff;
	overflow: hidden;
	z-index: 1;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide {
	position: relative;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide_1 {
	padding: 5.467vw 0 3.867vw;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide_2 {
	padding: 9.6vw 0 0;
	display: unset;
}

.pass_guarantee_cont .guarantee_slide .swiper-slide_3 {
	padding: 5.067vw 0 0;
}

.pass_guarantee_cont .guarantee_slide .slide_title {
	display: block;
	margin: 0 auto;
}

.pass_guarantee_cont .guarantee_slide .slide_list {
	display: flex;
	flex-wrap: wrap;
	gap: 9.733vw 0;
	width: 100%;
	margin: 8.8vw 0 0;
	padding: 0 1.733vw;
}

.pass_guarantee_cont .guarantee_slide .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 50%;
	text-align: center;
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_arrow_out.png') no-repeat center 35.733vw / 5.6vw auto;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active {
	background-image: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_arrow_over.png');
}

.pass_guarantee_cont .guarantee_slide .list_item::before {
	content: '';
	position: absolute;
	top: 8.267vw;
	left: 50%;
	width: 25.067vw;
	height: 25.067vw;
	transform: translate(-50%, 0);
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_one_out.png') no-repeat center top 0 / contain;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active::before {
	background-image: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step_one_over.png');
}

.pass_guarantee_cont .guarantee_slide .list_item::after {
	content: '';
	position: absolute;
	top: 8.267vw;
	left: 50%;
	transform: translate(-50%, 0);
	width: 25.067vw;
	height: 25.067vw;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item_1::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step1_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_1.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step1_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_2::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step2_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_2.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step2_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_3::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step3_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_3.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step3_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_4::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step4_img_out.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item_4.is_active::after {
	background: url('/_skin/tpl_skin/include/section_quarantee_pass/tab2_step4_img_over.png') no-repeat center top / contain;
}

.pass_guarantee_cont .guarantee_slide .list_item strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 77%;
	height: 7.467vw;
	letter-spacing: -0.035em;
	border-radius: 2.667vw;
	color: #fff;
	font-size: 3.2vw;
	font-family: 'noto6';
	background: #cac9cb;
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active strong {
	background: #3a6dd0;
}

.pass_guarantee_cont .guarantee_slide .list_item p {
	line-height: 1.42;
	margin: 2vw 0 0;
	letter-spacing: -0.035em;
	color: #cac9cb;
	font-size: 2.933vw;
	font-family: 'noto4';
	transition: 0.3s ease-in;
}

.pass_guarantee_cont .guarantee_slide .list_item.is_active p {
	color: #000;
}

.pass_guarantee_cont .guarantee_slide .list_item .item_bullet {
	display: block;
	width: 10.933vw;
	margin: 0 auto 37.733vw;
}

.pass_guarantee_cont .guarantee_slide .slide_img {
	margin: 2.933vw 0 0;
}

.pass_guarantee_cont .guarantee_slide .slide_footer {
	width: 88.4vw;
	margin: 11.467vw auto 0;
}
/* 합격시스템 영역 : e */
.fix_bn {
	position: fixed;
	bottom: 67px;
	left: 0;
	width: 100%;
	z-index: 5;
}
.fix_bn.sticky-bottom {
	position: static;
	margin-top: -50px;
	display: block;
}

.fix_bn .txt_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 6.25vw;
	box-sizing: border-box;
	line-height: 1;
	letter-spacing: -0.065em;
	color: #fff;
}

.fix_bn .txt_area p {
	margin-bottom: 1.389vw;
	font-family: 'noto4';
	font-size: 4.028vw;
}

.fix_bn .txt_area h3 {
	font-family: 'noto6';
	font-size: 5.556vw;
}

.fix_bn .txt_area .hwan_btn {
	padding: 1.806vw 5vw;
	border-radius: 6.944vw;
	font-family: 'noto6';
	font-size: 3.056vw;
	line-height: 1;
	letter-spacing: -0.065em;
	color: #fff;
}