@charset "UTF-8";
/* 공통 : s */

.animation_content{
	position:relative;
}
.animation_content .benefit{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 3%;
}
.animation_content .bx1{
	top:43.5%;
	animation: 1s 0.2s forwards first;
	opacity: 0;
}
.animation_content .bx2{
	top:58%;
	animation: 1s 0.7s forwards second;
	opacity: 0;
}
.animation_content .bx3{
	top:72%;
	animation: 1s 1.2s forwards thrid;
	opacity: 0;
}
@keyframes first {
	0% {
		top:35%
	}
	100% {
		opacity: 1;
	}
}
@keyframes second {
	0% {
		top: 52%
	}
	100% {
		opacity: 1;
	}
}

@keyframes thrid {
	0% {
		top: 67%
	}
	100% {
		opacity: 1;
	}
}

.free_cont {
	position: relative;
}

.free_cont .free_apply_btn {
	position: absolute;
	display: block;
	width: 42%;
	height: 15.8%;
	top:68%;
	font-size: 0;
}

.free_cont .free_apply_btn1 {
	left: 51.3%;
}
.free_cont .free_apply_btn2 {
	left: 7%;
}
.atoz_cont > div{
	position: relative;
}

.atoz_cont a {
	position: absolute;
	font-size: 0;
	width: 84%;
	height: 36%;
	top: 32.5%;
	left: 8%;
}
.pass_cont{
	position: relative;
	background: #031c30;
}
.pass_cont .hab_lst_rolling{
	position:absolute;
	top:170px;
	left:0;
	width:100%;
}
.pass-list{
	margin-top:0;
	transform:perspective(405px) rotateX(59deg);
}
.pass-list:after {
	content: '';
	width:88%;
	height: 180px;
	position: absolute;
	top: -86px;
	left: 23px;
	background: linear-gradient(to bottom, rgba(3, 28, 48, 0.6) 70%, rgba(3, 28, 48, .2));
}
.pass-list .slick-list{
	height: 256px !important;
	overflow:hidden;
}
.pass-list ul{
	display: table;
	margin: 0 auto;
}
.pass-list ul li{
	display: table-cell;
	margin-right: 15px;
	min-width: 94px;
	white-space: nowrap;
	text-align: center;
	color:#fff;
	font-family: 'market-l';
	font-size:1.004rem;
	line-height: 2.500rem;
	letter-spacing: -1.2px;
}
.pass-list .slick-list{
	height:356px!important;
}
.swiper-container{padding-bottom:30px;}
.swiper-pagination-bullet{
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #2ec0b5;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}
.review_slide_wrap{
	margin-top:40px;
	padding-bottom:100px;
}
.video_cont{
	position:relative;
}
.video_cont a{
	position: absolute;
	top: 44.5%;
	width: 84%;
	left: 8%;
	height: 40%;
	text-indent: -99999px;
}
.professor_cont {
	position: relative;
	padding: 0;
}
.professor_cont a {
	position: absolute;
	width:40%;
	height: 9.2%;
	text-indent: -9999px;
}
.professor_cont a.link1 {
	left: 8%;
	top: 75%
}
.book_cont a {
	position: absolute;
	width: 86%;
	top: 73%;
	left: 7%;
	height: 11%;
	font-size: 0;
}

.book_cont .evidence_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 31.5vw;
	right: 23.083vw;
	left: auto;
	width: 12.667vw;
	height: 4vw;
	border: 1px solid #9e9e9e;
	border-radius: 0.556vw;
	background: transparent;
	letter-spacing: -0.05em;
	text-indent: 0;
	font-family: 'market-l';
	font-size: 2.133vw;
}

.book_cont .evidence_popup_area {
	display: none;
	position: absolute;
	top: 37.639vw;
	left: 50%;
	transform: translateX(-50%);
	width: 62.5vw;
	width: calc(100% - 5.556vw);
	background: #ededed;
}

.book_cont .evidence_popup_wrap {
	position: relative;
	padding: 5vw 3.333vw;
}

.book_cont .evidence_popup_area .x_btn {
	position: absolute;
	top: 1.944vw;
	right: 2.778vw;
	font-size: 21px;
	cursor: pointer;
}

.book_cont .evidence_popup_area li {
	font-size: clamp(11px, 1.944vw, 15px);
	line-height: 1.5;
	color: #707070;
}

.book_cont .evidence_popup_area li:first-child {
	margin-bottom: 2.778vw;
}