@charset "UTF-8";
.blind {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
.apply_wrap {
	margin-top: 50px;
	width: 100%;
	overflow: hidden;
}

.apply_wrap .con {
	position: relative;
	width: 100%;
}

.apply_wrap .con .inner {
	position: relative;
	width: 1100px;
	text-align: center;
	margin: 0 auto;
}

.apply_wrap .div-table {
	height: 100%;
}

.apply_wrap .div-table > div > p {
	text-align: left;
}

.apply_wrap .div-table > div {
	vertical-align: middle !important;
	text-align: left;
}

.apply_wrap .swiper-container {
	max-width: 1100px;
}

.apply_wrap .swiper-pagination-bullet {
	border: none;
	background: none;
	font-size: 0;
}

.apply_wrap .popupVideo {
	position: relative;
	height: auto;
}

.apply_wrap .btn_arrow,
.apply_wrap .slide_nav .num_btn {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/cm_btn.png');
}

.apply_wrap .video_box .layer,
.apply_wrap .video_box .layer span {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* 240216 수정 */
.con.atoz_area {
	padding: 169px 0;
}

.atoz_area {
	padding: 181px 0 117px;
}
.atoz_area .con_img {
	margin-bottom: 70px;
}
.atoz_menu {
	position: relative;
	z-index: 3;
	margin-top: -30px;
}
.atoz_menu li {
	width: 350px;
	height: 180px;
	margin-right: 23px;
	/*text-align:left;*/
	box-sizing: border-box;
}
.atoz_menu li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.atoz_menu li a:before {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5;
}
.atoz_menu li a:after {
	display: block;
	content: '';
	position: absolute;
	width: 340px;
	height: 170px;
	left: 0;
	top: 0;
	border: 5px solid transparent;
}
.atoz_menu li a .btn_play {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -45px 0 0 -45px;
}
.atoz_menu .tab1 {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/refund/thum_01.png') top left no-repeat;
}
.atoz_menu .tab2 {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/refund/thum_02.png') top left no-repeat;
}
.atoz_menu .tab3 {
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/refund/thum_03.png') top left no-repeat;
}
.atoz_menu li a:hover:after,
.atoz_menu li a.selected:after {
	border-color: red;
}
.atoz_menu li a:hover:before,
.atoz_menu li a.selected:before {
	display: none;
}
.atoz_menu li:hover a .btn_play,
.atoz_menu li a.selected .btn_play {
	display: none;
}
.atoz_tab .tab-content {
	position: relative;
}
.atoz_tab .video_box {
	position: absolute;
	left: 0;
	top: 169px;
	width: 709px;
	height: 422px;
}
.atoz_tab .video_box .layer,
.atoz_tab .video_box .layer span {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/* //240216 수정 */
.con .atoz_slide {
	height: 131px;
	margin: 80px 0 0;
	box-sizing: border-box;
	background: #e9e9e9;
}

.con .atoz_slide .btn_arrow {
	position: absolute;
	z-index: 4;
	top: calc(50% - 12.5px);
	width: 19px;
	height: 25px;
	cursor: pointer;
}

.con .atoz_slide .btn_prev {
	left: 40px;
	background-position: -17px -18px;
}

.con .atoz_slide .btn_next {
	right: 40px;
	background-position: -40px -18px;
}

.con .atoz_slide .swiper-slide {
	position: relative;
	padding: 0 76px 0 170px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 130%;
	display: block;
}

.con.atoz_slide .swiper-slide .div-table {
	height: 100%;
}

.con .atoz_slide .swiper-slide:after {
	position: absolute;
	width: 50px;
	height: 50px;
	content: '';
	display: block;
	left: 90px;
	top: calc(50% - 26px);
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/cm_btn.png') no-repeat;
	background-position: -16px -51px;
}

.con .atoz_slide .swiper-slide p {
	display: inline-block;
	/* align-items: center; */
	vertical-align: middle;
}

/* 240216 추가 */
.pass_review_wrap {
	position: relative;
	padding: 120px 0 100px;
}
.pass_review_wrap .inner {
	position: relative;
	width: 1150px;
	margin: 10px auto 0;
}
.pass_review_wrap .swiper-container {
	position: relative;
	width: 1100px;
	height: 430px;
	margin: 0 auto;
}
.pass_review_wrap .swiper-container:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	content: '';
	width: 234px;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.2));
}
.pass_review_wrap .swiper-container:after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	content: '';
	width: 234px;
	height: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.2));
}
.pass_review_wrap .swiper-wrapper {
	z-index: 3;
}
.pass_review_wrap .swiper-wrapper .swiper-slide {
	width: 660px !important;
}

.pass_review_wrap .btn_arrow {
	position: absolute;
	width: 47px;
	height: 47px;
	top: 186px;
	z-index: 2;
	cursor: pointer;
}
.pass_review_wrap .btn_prev {
	left: 5px;
	background-position: -132px -41px;
}
.pass_review_wrap .btn_next {
	right: 5px;
	background-position: -184px -41px;
}
/* //240216 추가 */

.con.book_area {
	padding: 129px 0;
}

.con.book_area .evidence_area {
	position: absolute;
	top: 106px;
	right: 47px;
}

.con .bookreview_slide {
	height: 141px;
	margin: 50px auto;
	box-sizing: border-box;
}

.con .bookreview_slide .swiper-wrapper {
	/* width:894px; */
	margin: 0 auto;
}

.con.refund .bookreview_slide .swiper-wrapper {
	width: 1100px;
}

.con .bookreview_slide .btn_arrow {
	position: absolute;
	width: 47px;
	height: 47px;
	top: calc(50% - 26.5px);
	z-index: 2;
}

.con .bookreview_slide .btn_prev {
	left: 0;
	background-position: -132px -41px;
}

.con .bookreview_slide .btn_next {
	right: 0;
	background-position: -184px -41px;
}

.con .bookinfo_slide {
	height: 700px;
	width: 1150px;
	max-width: 1150px;
	padding: 0 25px;
	box-sizing: border-box;
	margin-left: -25px;
	margin-bottom: 47px;
}

.con .bookinfo_slide .btn_arrow {
	position: absolute;
	width: 47px;
	height: 47px;
	top: calc(50% - 0.5px);
	z-index: 2;
}

.con .bookinfo_slide .btn_prev {
	left: 5px;
	background-position: -132px -41px;
}

.con .bookinfo_slide .btn_next {
	right: 5px;
	background-position: -184px -41px;
}

.con.benefit_area {
	padding: 129px 0;
}

.con.benefit_area .btn-halbu {
	position: absolute;
	display: inline-block;
	width: 137px;
	height: 37px;
	font-size: 0;
}

/*퍼펙트 연장반*/
.apply_exten .benefit_area .con_img2 {
	margin-left: -19px;
}

.apply_exten .top_area {
	padding: 105px 0 50px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/perfect_exten/top_bg.png') top center #262122;
	background-repeat: repeat-x;
}

.apply_exten .top_area .con_img2 {
	margin-left: -30px;
	margin-bottom: 113px;
}

.apply_exten .reason_slide {
	width: 1100px;
	height: 618px;
	margin-top: 37px;
	box-sizing: border-box;
}

.apply_exten .reason_area {
	padding: 168px 0 0;
}

.apply_exten .reason_nav {
	position: absolute;
	/* width: 180px; */
	height: 60px;
	z-index: 2;
	top: 294px;
	left: 0;
}

.apply_exten .reason_nav .num_btn {
	width: 61px;
	height: 62px;
	margin: 0 8px 0 0;
	opacity: 1;
}

.apply_exten .reason_nav .num_btn {
	width: 61px;
	height: 62px;
	margin: 0 8px 0 0;
	opacity: 1;
}

.apply_exten .reason_nav .btn_1 {
	background-position: -164px -360px;
}

.apply_exten .reason_nav .btn_2 {
	background-position: -730px -360px;
}

.apply_exten .reason_nav .btn_3 {
	background-position: -297px -360px;
}

.apply_exten .swiper-pagination-bullet-active.btn_1 {
	background-position: -165px -298px;
}

.apply_exten .swiper-pagination-bullet-active.btn_2 {
	background-position: -728px -298px;
}

.apply_exten .swiper-pagination-bullet-active.btn_3 {
	background-position: -297px -298px;
}

.apply_exten .graph_area {
	padding: 129px 0 0;
}

.apply_exten .atoz_area {
	padding: 156px 0;
}

/* 구조변경2 S */
.teacher_area2 {
	text-align: center;
	position: relative;
}
.teacher_area2 .menu {
	position: absolute !important;
	bottom: 167px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	text-align: center;
	justify-content: flex-end;
	padding-right: 94px;
}
.teacher_area2 .menu li + li {
	margin-left: 15px;
}
.teacher_area2 .menu li a {
	display: block;
	width: 221px;
	height: 70px;
	font-size: 0;
	background: pink;
}
/* 구조변경2 E */

/* curri_area 원본 */
.apply_exten .curri_area {
	padding: 129px 0;
	background: #813bdc;
}

/* 구조변경 시작 */

.apply_exten .curri_area-var1 {
	background-image: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/con1_2/curri.gif');
	height: 1247px;
	width: 3000px;
	background-repeat: no-repeat;
	margin-left: 46%;
	transform: translateX(-50%);
	background-color: #813bdc;
}

/* 구조변경 끝 */
.apply_exten .benefit_area .btn-halbu {
	bottom: 77px;
	left: 197px;
}

/* 교수 */
.apply_wrap .teacher_wrap {
	padding: 220px 0 0;
	background: #2f2f84;
}

.apply_wrap .teacher_wrap .screen_out {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

.apply_wrap .teacher_wrap .inner {
	width: 1100px;
	margin: 0 auto;
}

.apply_wrap .teacher_wrap .teacher_tab {
	margin-top: 85px;
}

.apply_wrap .teacher_wrap .tab_list {
	display: flex;
	gap: 58px;
}

.apply_wrap .teacher_wrap .tab_list button {
	position: relative;
	letter-spacing: -0.08em;
	color: #aeaee6;
	font-size: 32px;
	font-family: 'noto2';
	cursor: pointer;
	z-index: 1;
}

.apply_wrap .teacher_wrap .tab_list button.is_active {
	color: #fff;
	font-family: 'noto5';
}

.apply_wrap .teacher_wrap .tab_list button.is_active::after {
	content: '';
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 100%;
	height: 2px;
	background: #fff;
}

.apply_wrap .teacher_wrap .tab_list button.is_active::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -7px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #6a27e7;
	z-index: -1;
}

.apply_wrap .teacher_wrap .tab_contents {
	display: none;
	align-items: flex-end;
	position: relative;
	width: 1390px;
	height: 519px;
	padding: 0 184px 5px;
	margin: 19px 0 0 -142px;
	background: url('/_skin/tpl_skin/basic_sonhae_new/images/apply/dansum/teacher_box.png');
}

/* .apply_wrap .teacher_wrap .tab_contents_3 {
	align-items: center;
} */

.apply_wrap .teacher_wrap .tab_contents.is_active {
	display: flex;
}

.apply_wrap .teacher_wrap .tab_contents .contents_text {
	position: relative;
}

.apply_wrap .teacher_wrap .tab_contents .contents_text .btn_video {
	position: absolute;
	bottom: 10px;
	left: 11px;
	width: 260px;
	height: 72px;
}

.apply_wrap .teacher_wrap .tab_contents_1 .contents_text .btn_video {
	width: 260px;
}

.apply_wrap .teacher_wrap .tab_contents_2 .contents_text .btn_video,
.apply_wrap .teacher_wrap .tab_contents_3 .contents_text .btn_video {
	width: 210px;
}

.apply_wrap .teacher_wrap .tab_contents_2 .contents_text .btn_video:nth-of-type(2),
.apply_wrap .teacher_wrap .tab_contents_3 .contents_text .btn_video:nth-of-type(2) {
	left: 231px;
	width: 210px;
}

.apply_wrap .teacher_wrap .tab_contents_4 .contents_text .btn_video {
	bottom: 60px;
}

.apply_wrap .teacher_wrap .tab_contents_5 .contents_text .btn_video {
	bottom: 94px;
}

.apply_wrap .teacher_wrap .tab_contents_6 .contents_text .btn_video {
	bottom: 95px;
}

.apply_wrap .teacher_wrap .tab_contents .contents_img {
	position: absolute;
	right: 167px;
	bottom: 13px;
}

.apply_wrap .teacher_wrap .tab_contents_1 .contents_img {
	right: 141px;
	bottom: 21px;
}

.apply_wrap .teacher_wrap .tab_contents_2 .contents_img,
.apply_wrap .teacher_wrap .tab_contents_3 .contents_img {
	right: 167px;
	bottom: 13px;
}

.apply_wrap .teacher_wrap .tab_contents_4 .contents_img {
	right: 63px;
	bottom: -103px;
}

.apply_wrap .teacher_wrap .tab_contents_5 .contents_img {
	right: 168px;
	bottom: -106px;
}

.apply_wrap .teacher_wrap .tab_contents_6 .contents_img {
	right: 103px;
	bottom: -103px;
}
