@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';
}

/* 슬라이드 */
.teacher_review {
	position: relative;
	background: #4b5775;
	padding-bottom: 125px;
}
.reason_slide {
	position: relative;
	padding-bottom: 125px;
}
.teacher_review .swiper-container {
	height: 73.667vw;
}
.reason_slide .swiper-container {
	height: 106.667vw;
	margin-top: 25px;
}
.reason_slide .swiper-container .swiper-slide {
	width: 79% !important;
}
/* .reason_slide .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 86px;
}
.teacher_review .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 86px;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 0 0 20px !important;
} */
.teacher_review .swiper-pagination .swiper-pagination-bullet {
	background: #242a39;
	opacity: 1;
}
.reason_slide .swiper-pagination .swiper-pagination-bullet {
	background: #a8a8a8;
}
.teacher_review .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #b0c1e9;
	opacity: 1;
}
.reason_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff6668;
}


/*테이블*/
.t_wrap {
	padding: 0 0 50px 0;
}
.t_wrap table {
	width: 95%;
	margin: 0 auto 8% auto;
	border: 1px #a9a8ac solid;
}
.t_wrap table th {
	border: 1px #a9a8ac solid;
	background: #eaeaea;
	padding: 2%;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
	word-break: keep-all;
}
.t_wrap table th.red {
	background: #c82a41;
	color: #fff;
	border: 2px #c82a41 solid;
}
.t_wrap table td {
	border: 1px #a9a8ac solid;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
	word-break: keep-all;
	padding: 2%;
	opacity: 0.5;
}
.t_wrap table td.red {
	border: 2px #c82a41 solid;
	opacity: 1;
	border-top: 0;
}

/* 컨텐츠 */
.sugang {
	position: relative;
}
.sugang .link {
	text-indent: -999px;
	position: absolute;
	left: 5%;
	display: block;
	width: 90%;
	height: 13vw;
}
.sugang .link5_1 {
	top: 41.3%;
}

.discount_event_area {
	position: relative;
	background: #4944c6;
}

.discount_event_area::after {
	content: '';
	position: absolute;
	top: 5.7vw;
	left: 6vw;
	width: 86.9vw;
	height: 87.5vw;
	border: 0.7vw solid #1ec6cc;
	border-radius: 8vw;
}

.book_area {
	position: relative;
}
.book_area .evidence_btn {
	top: 40.5vw;
}
.book_area .evidence_popup_area {
    top: 46.639vw;
}

/* 컨텐츠 : 국어국문 */
.sugang .link5_1 {
	top: 50%;
}
.sugang .link5_2 {
	top: 79%;
}

/* 컨텐츠 : 간호 */
.book_area_nurse .evidence_btn {
	top: 21.5vw;
    right: 5vw;
	background: #fff;
}

.book_area_nurse .evidence_popup_area {
    top: 26.639vw;
}

/* 리뷰 모달 */
@keyframes pointerBounceDiagonal {
	0%,
	100% {
		transform: translate(0, 0);
	}

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

.review_modal_wrap {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
}

.review_modal_wrap button {
	cursor: pointer;
	background: none;
}

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

.review_modal_wrap .modal_controller {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	width: 100%;
	padding-right: 30px;
}

.review_modal_wrap .modal_controller button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 26px;
	margin-bottom: 7px;
	letter-spacing: -0.065em;
	color: #fff;
	font-size: 15px;
	font-family: 'spoqa3';
}

.review_modal_wrap .modal_controller button + button::before {
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	margin: 0 10px;
	background: #fff;
	cursor: default;
	user-select: none;
	pointer-events: none;
}

.review_modal_wrap .modal_contents {
	display: flex;
	position: relative;
}

.review_modal_wrap .modal_item {
	display: block;
	position: relative;
	width: min(75vh, 100vw);
	max-width: 750px;
	height: min(82vh, 109.333vw);
	max-height: 820px;
}

.review_modal_wrap .modal_item > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.review_modal_wrap .modal_slide {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.review_modal_wrap .modal_slide .swiper-button-prev {
	left: 1%;
}

.review_modal_wrap .modal_slide .swiper-button-next {
	right: 1%;
}

.review_modal_wrap .modal_slide .swiper-button-prev,
.review_modal_wrap .modal_slide .swiper-button-next {
	top: 50%;
	width: 7%;
	height: 7%;
	margin: 0;
	background: none;
}

.review_modal_wrap .modal_slide .swiper-button-prev::after,
.review_modal_wrap .modal_slide .swiper-button-next::after {
	display: none;
}

.review_modal_wrap .btn_go {
	position: absolute;
	bottom: 3.2%;
	right: 1.733%;
	width: 41.4%;
	height: 14%;
	z-index: 1;
}

.review_modal_wrap .btn_go::after {
	content: '';
	position: absolute;
	bottom: -3.6%;
	right: -0.8%;
	width: 18%;
	height: 47%;
	background: url('/img/event/8961/pc/btn_icon.png') no-repeat 0 0 / contain;
	animation: pointerBounceDiagonal 0.8s ease infinite;
}

/*  */
.lec_wrap {
	padding: 5% 4%;
	background: #efeeee;
}
.lec_wrap .lec_list > li {
	border: 1px #dedddd solid;
	margin: 4% 0 0 0;
	padding: 4%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 2px 2px 15px #e0dcdc;
	font-family: 'Nanum Square';
	letter-spacing: -1px;
}
.lec_wrap .lec_list > li:first-child {
	margin: 0;
}
.lec_wrap .goods_box {
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0 0 3% 0;
	border-bottom: 1px #b4b4b4 solid;
}
.lec_wrap .cost_area {
	margin-top: 3%;
	font-size: 18px;
	font-weight: bold;
}
.lec_wrap .cost_area .red_txt {
	color: #df2c2c;
}
.lec_wrap .exten_box {
	position: relative;
	padding: 4% 0 0 0;
	margin: 0;
}
.lec_wrap .exten_box input {
	display: none;
}
.exten_box .exten-chk,
.exten_box .hwan-chk,
.exten_box .refund-chk,
.exten_box .hwanexten-chk {
}
.exten_box .exten-chk + label,
.exten_box .hwan-chk + label,
.exten_box .refund-chk + label,
.exten_box .hwanexten-chk + label {
	position: relative;
	font-size: 22px;
	line-height: 100%;
	padding: 3px 0 0 32px;
	vertical-align: top;
	margin: 0;
	color: #000;
	cursor: pointer;
	word-break: keep-all;
	font-family: 'Nanum Square';
	font-weight: 400;
}
.exten_box .exten-chk + label:after,
.exten_box .hwan-chk + label:after,
.exten_box .refund-chk + label:after,
.exten_box .hwanexten-chk + label:after {
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	width: 25px;
	height: 25px;
	border: 2px solid #000;
}
.exten_box .exten-chk:checked + label:after,
.exten_box .hwan-chk:checked + label:after,
.exten_box .refund-chk:checked + label:after,
.exten_box .hwanexten-chk:checked + label:after {
	background: url('/mobile/images/new_icon/check.png') no-repeat center center #f14e4f;
	background-size: 85%;
	border: 1px solid #f14e4f;
}

.lec_wrap .goods_box .left_area,
.lec_wrap .goods_box .img_area {
	display: table-cell;
	vertical-align: middle;
}
.lec_wrap .goods_box .left_area {
	width: 100%;
}
.lec_wrap .goods_box.img .left_area {
	width: 75%;
	letter-spacing: -1px;
}
.lec_wrap .goods_box .img_area {
	width: 25%;
	text-align: right;
}
.lec_wrap .goods_box .img_area img {
	max-width: 100%;
}
.lec_wrap .goods_box .blue_txt {
	line-height: 100%;
	font-size: 24px;
	color: #3a6acd;
	margin: 0 0 10px 0;
	font-weight: 600;
}
.lec_wrap .goods_box .blue_txt .point {
	color: #c60c0cc7;
	font-size: 19px;
	margin: 0 0 0 2px;
}
/* .lec_wrap .goods_box h3 {
	font-size: 30px;
	line-height: 100%;
	color: #000;
	word-break: keep-all;
	font-weight: 800;
} */
.lec_wrap .goods_box h3 span {
	font-size: 17px;
	font-family: 'noto2';
	color: #c60c0cc7;
}
.lec_wrap .goods_box h3 > span {
	font-family: 'noto3';
}
.lec_wrap .goods_box .sub_txt {
	font-size: 24px;
	margin-top: 5px;
}
.lec_wrap .price_box {
	display: flex;
	padding: 2% 0 0 0;
	width: 100%;
	table-layout: fixed;
	letter-spacing: -1px;
}
.lec_wrap .price_box p {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 0;
	color: #000;
	font-family: 'Nanum Square';
}
.lec_wrap .price_box p:first-child {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 50%;
	text-align: left;
	font-size: 4vw;
	font-weight: 800;
}
.lec_wrap .price_box p .discount {
	display: flex;
	gap: 0.2em;
	white-space: nowrap;
	margin-bottom: 5px;
}
.lec_wrap .price_box p .discount b {
	display: inline-block;
	vertical-align: middle;
	color: #919191;
	font-size: 3.067vw;
	text-decoration: line-through;
}
.lec_wrap .price_box p .discount em {
	display: inline-block;
	vertical-align: middle;
	background: #df2c2c;
	color: #fff;
	padding: 0.667vw 1.333vw;
	border-radius: 6.667vw;
	font-size: 2.267vw;
	line-height: 100%;
	margin: 0 0 0 0px;
}
.lec_wrap li .price_box > p > a {
	border: 1px #818181 solid;
	display: inline-block;
	zoom: 1;
	width: 18.667vw;
	text-align: center;
	line-height: 6.667vw;
	border-radius: 6.667vw;
	font-size: 2.667vw;
	margin: 0 0 0 5px;
}
.lec_wrap .price_box p a:first-child {
	margin: 0;
}
.lec_wrap .price_box p a.link2 {
	background: #2036e0;
	border: 1px #2036e0 solid;
	color: #fff;
}
.lec_wrap .price_box p a.link1:after {
	content: '';
	line-height: 2.667vw;
	width: 2.667vw;
	height: 2.667vw;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin: -3px 0 0 5px;
	background: url('https://static-sdedu.akamaized.net/img1/mobile/images/new_icon/arrow_btn.png') no-repeat center center / contain;
	transform: rotate(0deg);
	background-size: contain;
}
.lec_wrap .price_box p a.link1.active:after {
	background: url('https://static-sdedu.akamaized.net/img1/mobile/images/new_icon/arrow_btn.png') no-repeat center center / contain;
	transform: rotate(180deg);
	background-size: contain;
}
.lec_wrap .goods_detail {
	border-top: 1px #b4b4b4 solid;
	margin: 2% 0 0 0;
	padding: 5% 0 0 0;
	display: none;
}
.lec_wrap .goods_detail dl dt {
	margin: 0 0 5px 0;
	font-size: 17px;
	font-family: 'Nanum Square';
	font-weight: bold;
}
.lec_wrap .goods_detail dl dd span {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 3px;
}
.lec_wrap .goods_detail dl dd li {
	font-size: 17px;
	line-height: 150%;
	word-break: keep-all;
	padding: 0 0 0 10px;
	font-family: 'Nanum Square';
}
.lec_wrap .goods_detail dl dd li:after {
	top: 12px;
}
.lec_wrap .goods_detail dl dd li .btn-hab {
	background-color: #ccc;
}

@media screen and (max-width: 680px) {
    .purple_tit, .lec_wrap .goods_box .blue_txt {
        font-size: 14px;
    }
}