@charset "utf-8";
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #583afe;
}

.free_apply {
	position: relative;
}
.free_apply .free_apply_btn {
	position: absolute;
	left: 15%;
	top: 72%;
	width: 70%;
	height: 8%;
	font-size: 0;
	display: block;
	text-indent: -9999px;
}
.sample_video_wrap {
	position: relative;
	padding-bottom: 22px;
}
.sample_video_wrap a {
	display: block;
	position: absolute;
	left: 15vw;
	width: 110px;
	height: 110px;
	border-radius: 100%;
}
.sample_video_wrap a.sample1 {
	top: 127vw;
}
.sample_video_wrap a.sample2 {
	top: 228vw;
}
.sample_video_wrap a.sample3 {
	top: 329vw;
}
.tab-content .evidence_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 31.5vw;
	right: 13.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;
}

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

.tab-content .evidence_popup_wrap {
	position: relative;
	padding: 5vw 3.333vw;
}

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

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

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

.tab-content .video-btn {
	position: absolute;
	top: 148.333vw;
	left: 6vw;
	width: 88.133vw;
	height: 9.733vw;
}

/*교수소개 탭*/
.teacher_sample {
	position: relative;
}
.teacher_sample a {
	position: absolute;
	right: 5%;
	width: 30%;
	height: 10.5%;
	font-size: 0;
	width: 90%;
}
.teacher_sample a.link1 {
	top: 60%;
}
.teacher_sample a.link2 {
	top: 70.8%;
}
.teacher_sample a.link3 {
	top: 81.8%;
}