@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,700;1,14..32,700&family=Nanum+Myeongjo&family=Noto+Color+Emoji&family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');

html.lecture-tab-restore-pending {
  visibility: hidden;
}

* {
  font-family: "Pretendard";
}
.main_container img {
  vertical-align: bottom;width: unset;max-width:100%;
}
.main_container {
  width:100%;position:relative;
}
.main_container section {
  overflow: hidden;
}
.main_container section .inner {
  padding:0;display: flex;flex-direction: column;gap:40px;align-items: center;max-width: 738px;
  margin:0 auto;
}
.main_container .section_title {
  display: flex;
  flex-direction: column;
  gap:15px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main_container .section_title h2{
  font-size:55px;color:#1C1C1C;font-weight:400;line-height:75px;
}
.main_container .section_title h2 span{
  color:#0183FF;font-weight:700;line-height:44px;
}
.main_container .section_title p {
  font-size: 25px;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
}
#lectureMain {
  position: relative;display: flex;height:300px;
  align-items: flex-end;justify-content: center;
}
#lectureMain img {
  position: relative;
}

#lectureMain .lecture_main_text {
  position: absolute;top:55px;left:50%;
  transform:translate(-50%, 0);
  text-align: center;z-index: 1;
  display: flex;flex-direction: column;gap:12px;
  width: 100%;
}
#lectureMain .lecture_main_text h2 {
  font-size:80px;font-weight:500;color:#222;line-height:97px;font-family: "Cormorant Garamond";
}

#lectureMain .lecture_main_text span {
  font-size:40px;font-weight:400;color:#222;line-height:48px;font-family: "Pretendard";
}

#lectureMain .lecture_main_text h1 {
  position: absolute;top:0;left:50%;
  transform:translate(-50%, 0);
  text-align: center;
  font-size:0;
}
#lectureMain video {
  position: relative;
  top:0;left:50%;
  transform:translate(-50%, 0);
}

#lectureMenuSection {
  background: #fff;
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
}
#lectureMenuSection .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap:20px;
  padding:40px 0 0;
  flex-wrap: wrap;
}
#lectureMenuSection .inner .swiper-container {
border-bottom:1px solid #DDDDDD;
}
#lectureMenuSection .inner .swiper-slide{
  width: fit-content;display: flex;
}
#lectureMenuSection .inner a {
  font-size:28px;font-weight:400;color:#555555;line-height:1;font-family: "Pretendard";
  padding:15px 15px 18px;
}
#lectureMenuSection .inner a.active {
  border-bottom: 2px solid #000000;
  color: #222;
  font-weight: 700;
}



#lectureSection .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:130px;
  padding:0;
}
#lectureSection .inner .section_title {
  display: flex;flex-direction: column;gap:7px;
  text-align: center;
  /* width:454px; */
}
#lectureSection .inner .section_title .line:first-child{
  width:100%;height:24px;
  border:4px solid #52B8E4;
  border-bottom:0;
}
#lectureSection .inner .section_title .line:last-child{
  width:100%;height:24px;
  border:4px solid #52B8E4;
  border-top:0;
}
#lectureSection .inner .section_title p {
  font-size:20px;color:#0081ff;line-height:30px;letter-spacing: 15px;font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
}
#lectureSection .inner .section_title h2 {
  font-size:50px;font-weight: 700;line-height: 68px;padding:0 32px;
}
#lectureSection .inner .section_title span {
  font-size:20px;font-weight: 500;line-height: 27px;color: #666666;
  padding: 0 32px;
}




.lecture_content_container {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#lectureSection .inner .content {
  width: 100%;display: flex;flex-direction: column;gap:20px;
}
#lectureSection .inner .content h2 {
  font-size:40px;font-weight: 700;color:#2b2b2b;line-height: 48px;
}
#lectureSection .inner .content .content_title {
  text-align: left;
}
#lectureSection .inner .content .content_title h2{
  position: relative;
  font-size:22px;font-weight: 700;color:#2b2b2b;line-height: 30px;display: flex;align-items: center;
  gap:10px;
}
#lectureSection .inner .content .content_title h2 span {
  width:5px;height:25px;display: block;margin-top:2px;background: #0083ff;
}
#lectureSection .inner .content .content_wrap {
  display: flex;flex-direction: column;gap:60px;
}
#lectureSection .inner .content .content_wrap .con_gap{
  display: flex;justify-content: space-between;align-items: center;height: 425px;
}
#lectureSection .inner .content .content_wrap .con_gap .unit {
  max-width:250px;box-shadow: 0px 2px 5px rgba(0,0,0,.25);border-radius: 16px;overflow: hidden;
  text-align: center;width: 100%;height: 100%;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .thum{
  max-height:330px;overflow: hidden;
}
#lectureSection .inner .content .content_wrap .con_gap .unit img {
  width:100%;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt{
  padding:7px 0;display: flex;flex-direction: column;gap:4px;align-items: center;justify-content: center;
  flex-grow:1;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt h2{
  font-size: 20px;line-height:27px;font-weight:700;color:#0183FF;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt p{
  font-size: 18px;line-height:25px;font-weight:400;color:#666666;
}
#lectureSection .inner .content .content_wrap .con_table {
  width:100%;
}
#lectureSection .inner .content .content_wrap .con_table table {
  border-bottom: 2px solid #bdbdbd;width:100%;text-align: left;
}
#lectureSection .inner .content .content_wrap .con_table table tbody {
  text-align: center;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr {
  background: #0083ff;height:48px;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td {
  font-size:20px;font-weight: 700;line-height:1;padding:10px 20px;color:#ffffff;min-width:115px;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td:first-child{
  border-right: 1px solid #bdbdbd;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td {
  border:1px solid #bdbdbd;height:50px;padding:10px 20px;font-size:18px;color:#666666;font-weight: 400;
  letter-spacing: -0.6px;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td:first-child {
  text-align: center;font-weight: 700;border-left: 0;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td:last-child {
  border-right: 0;
}

#lectureSection .inner .content table {
  width:100%;text-align: left;
}
#lectureSection .inner .content table tbody {
  text-align: center;border-top: 1px solid #222222;
}
#lectureSection .inner .content table tbody tr {
  height:48px;border-bottom: 1px solid #E0E0E0;
}
#lectureSection .inner .content table tbody tr th{
  font-size:26px;font-weight: 700;line-height:1;padding:18px 30px;color:#222222;min-width:180px;background: #F6F6F8;
}
#lectureSection .inner .content table tbody tr td {
  padding:18px 30px;font-size:26px;color:#222222;font-weight: 400;text-align: left;
  letter-spacing: -0.6px;line-height: 36px;word-break: keep-all;
}
#lectureSection .inner .content table tbody tr td:first-child {
  text-align: center;font-weight: 700;
}

#curriculumSection {
  background: #fff;
}
#curriculumSection .inner {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;width:100%;padding:0;gap:20px;
}
#curriculumSection .inner h2 {
  font-size:34px;font-weight: 700;color:#2b2b2b;line-height: 41px;
}
#curriculumSection .inner .curriculum_container {
  display: flex;flex-direction: column;gap:30px;align-items: center;justify-content: center;width:100%;
}
#curriculumSection .inner .curriculum_container .curriculum_unit {
  display: flex;flex-direction: column;gap:10px;align-items: flex-start;justify-content: flex-start;width:100%;
}
#curriculumSection .inner .curriculum_container .curriculum_unit h3 {
  font-size:30px;font-weight: 700;color:#2b2b2b;line-height: 36px;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table {
  width:100%;
  border-top: 1px solid #222222;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead {
  text-align: center;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr {
  height:40px;border-bottom: 1px solid #E0E0E0;background: #F6F6F8;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr th {
  height:77px;padding:0 30px;font-size:26px;color:#222222;font-weight: 400;text-align: center;
  letter-spacing: -0.6px;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr th:first-child {
  width:180px;text-align: center;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr th:last-child {
  border-right: 0;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody {
  text-align: center;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr {
  height:48px;border-bottom: 1px solid #E0E0E0;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr td {
  padding:18px 30px;font-size:26px;color:#222222;font-weight: 400;text-align: left;
  letter-spacing: -0.6px;line-height: 36px;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr td:first-child {
  text-align: center;font-weight: 700;background: #F6F6F8;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr td:last-child {
  border-right: 0;text-align: left;word-break: keep-all;
}

#curriculumSection .inner .other_lecture_btn {
  display: flex;align-items: center;justify-content: center;gap:1px;font-size:32px;font-weight: 400;color:#000000;
  padding:34px 20px;background: #EEEEEE;border-radius: 10px;margin-left:auto;line-height: 1;margin-top:5px;gap:30px;width:100%;
}
#curriculumSection .inner .other_lecture_btn svg {
  width: 3.9062vw;
}



#resultSection {
  background: #F5F5F5;
}
#resultSection .inner {
  display: flex;flex-direction: column;align-items: center;justify-content: center;width:100%;padding:80px 0;gap:80px;
}
#resultSection .inner .result_title {
  display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: center;width:100%;
}
#resultSection .inner .result_title h2 {
  font-size:44px;font-weight: 700;color:#222222;line-height: 60px;text-align: center;
}
#resultSection .inner .result_title p {
  font-size:30px;font-weight: 400;color:#222222;line-height: 46px;text-align: center;
}
#resultSection .inner .result_content {
  display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: flex-start;width:100%;
}
#resultSection .inner .result_content .result_content_item {
  display: flex;flex-direction: column;gap:0;align-items: center;justify-content: center;width:100%;
  position: relative;
  gap:69px;
}
#resultSection .inner a {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  letter-spacing: -0.4px;
  font-family: "Pretendard";
  background: #15181F;
  padding: 34px 52px;
  border-radius: 10px;
}

/* ====== 좌측 깔때기 그래프 ====== */
#resultSection .result_chart {
  position: relative;
  width: 555px;
  flex-shrink: 0;
}
#resultSection .funnel_wrap {
  position: relative;
  width: 100%;
  height: 522px;
}
#resultSection .funnel_stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 555px;
  height: 351px;
}
#resultSection .funnel_layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(40px);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .55s ease-out, transform .55s ease-out;
}
#resultSection .funnel_layer.layer-0 {
  width: 555px;
  height: 189px;
  top: 0;
  background: #0064C7;
  z-index: 5;
  box-shadow: 0 6px 16px rgba(1,131,255,0.25);
}
#resultSection .funnel_layer.layer-1 {
  width: 503px;
  height: 187px;
  top: 40px;
  background: #3F8CD9;
  z-index: 4;
  box-shadow: 0 6px 16px rgba(1,131,255,0.25);
}
#resultSection .funnel_layer.layer-2 {
  width: 452px;
  height: 190px;
  top: 78px;
  background: #96C6F4;
  z-index: 3;
}
#resultSection .funnel_layer.layer-3 {
  width: 399px;
  height: 190px;
  top: 119px;
  background: #B4D8FB;
  z-index: 2;
}
#resultSection .funnel_layer.layer-4 {
  width: 347px;
  height: 191px;
  top: 160px;
  background: #D7E8F8;
  z-index: 1;
}
#resultSection .funnel_top_text {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  gap: 4px;
  padding: 30px 0;
}
#resultSection .funnel_top_text strong {
  font-size: 50px;
  font-weight: 700;
  line-height: 107px;
  background: linear-gradient(180deg, #24FF5E 0%, #FFEB57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -1px;
  font-family: "Pretendard";
}
#resultSection .funnel_top_text strong em {
  font-style: normal;font-size:90px;font-weight: 700;line-height: 50px;font-family: "Pretendard";
}
#resultSection .funnel_top_text > span {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  line-height: 41px;
  white-space: nowrap;
  position: absolute;
  bottom: 31px;
  left: 50%;
  transform: translateX(-50%);
}

/* 좌측 녹색 상승 화살표 */
#resultSection .funnel_arrow {
  position: absolute;
  left: 10px;
  top: 82px;
  width: 134px;
  height: 328px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  transition: clip-path 3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 전국 합격률 박스 */
#resultSection .national_rate {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 326px;
  height: 142px;
  background: #E8E8E8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  opacity: 0;
  transition: opacity .5s ease-out;
  border:2px solid #D6D6D6;
}
#resultSection .national_rate strong {
  font-size: 30px;
  font-weight: 700;
  color: #0064C7;
  line-height: 60px;
  letter-spacing: -0.5px;
  font-family: "Pretendard";
}
#resultSection .national_rate strong em {
  font-style: normal;font-size:50px;font-weight: 700;line-height: 60px;font-family: "Pretendard";
}
#resultSection .national_rate span {
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 31px;
}

/* ====== 연결 곡선 화살표 ====== */
#resultSection .connect_arrow {
  width: 332px;
  height: 36px;
  flex-shrink: 0;
  margin-top: -30px;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: opacity .3s ease-out, clip-path 1s ease-out, -webkit-clip-path 1s ease-out;
  position: absolute;
  top:111px;left:100%;
}

/* ====== 우측 정보 박스 ====== */
#resultSection .result_info_box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#resultSection .result_info_box {
  flex-shrink: 0;
  width: 600px;
  height:354px;
  background: #ffffff;
  border-radius: 50px;
  border:1px solid #0064C7;
  padding: 0 50px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s ease-out, transform .6s ease-out;
}
#resultSection .result_info_box .info_top {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 36px;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
#resultSection .result_info_box .info_top strong {
  font-weight: 700;
  color: #000000;
}
#resultSection .result_info_box .info_top strong em {
  font-weight: 700;
}
#resultSection .result_info_box .info_top em {
  font-style: normal;
  font-family: "Pretendard";
}
#resultSection .result_info_box .info_pill {
  display: inline-block;
  background: linear-gradient(90deg, #0185E1 0%, #00D8AB 100%);
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  padding: 17px 60px;
  border-radius: 999px;
  letter-spacing: -0.5px;
}
#resultSection .result_info_box .info_main {
  font-size: 50px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: -1px;
  position: relative;
  top:-2px;
}
#resultSection .result_info_box .info_main span{
  font-style: normal;
  font-weight: 700;
  color: #0073E4;
  line-height: 1;
  font-size:60px;
  font-family: "Pretendard";
}
#resultSection .result_info_box .info_main em {
  font-style: normal;
  font-weight: 700;
  color: #0073E4;
  font-size:120px;
  font-family: "Pretendard";
  line-height: 1;
}

/* ====== 하단 캡션 ====== */
#resultSection .result_caption {
  width: fit-content;
  text-align: left;
  font-size: 24px;
  font-weight: 400;
  color: #9F9F9F;
  line-height: 34px;
  font-family: "Pretendard";
}

/* ====== 스크롤 진입 시 애니메이션 트리거 ====== */
#resultSection.is-animate .national_rate {
  opacity: 1;
}
#resultSection.is-animate .funnel_layer {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#resultSection.is-animate .funnel_layer.layer-4 { transition-delay: .35s; }
#resultSection.is-animate .funnel_layer.layer-3 { transition-delay: .60s; }
#resultSection.is-animate .funnel_layer.layer-2 { transition-delay: .85s; }
#resultSection.is-animate .funnel_layer.layer-1 { transition-delay: 1.10s; }
#resultSection.is-animate .funnel_layer.layer-0 { transition-delay: 1.35s; }

#resultSection.is-animate .funnel_arrow {
  z-index: 6;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition-delay: 0.35s;
}

#resultSection.is-animate .connect_arrow {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition-delay: 1.6s;
}

#resultSection.is-animate .result_info_box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.7s;
  padding:44px 0 24px;
  justify-content: space-between;
}







#BannerSection {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/lecture/curriBannerSectionMo.png) no-repeat center center;
  background-size: 768px auto;
  height:343px;
}
#BannerSection .inner {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;width:100%;
}
#BannerSection .inner .banner_title {
  display: flex;flex-direction: column;gap:10px;align-items: flex-start;justify-content: flex-start;width:100%;
}








#onePassSection {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/onepass_bg_mo.png);
  text-align: center;
  padding:75px 0 135px;
  background-size: cover;
  background-position: center;
}

#commonSection {
  background: #fff;
  text-align: center;
  padding:100px 0 150px;
}
#commonSection .inner{
  width:768px !important;
  max-width: 768px !important;
  gap:65px;
}



#passSection {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/passSection_bg_mo.png);
  text-align: center;
  padding:175px 0 200px;
  background-size: cover;
  background-position: center bottom;
}
#passSection .inner {
  display: flex;flex-direction: column;gap:100px;align-items: center;justify-content: center;
}
#passSection .inner .passSwiperWrap{
  display: flex;flex-direction: column;gap:65px;align-items: center;justify-content: center;width: 100%;
  overflow: hidden;
}
#passSection .inner .passSwiperWrap .swiper_title h2{
  font-size:50px;line-height:68px;font-weight:400;color:#2b2b2b;
}
#passSection .inner .passSwiperWrap .swiper_title span{
  font-weight:700;color:#0083ff;
}
#passSection .inner .passSwiperWrap .passSwiperGap{
  position: relative;
}
#passSection .inner .passSwiperWrap .passSwiper {
  width:100%;position: relative;max-width:768px;overflow: hidden;
}
#passSection .inner .passSwiperWrap .passSwiper .swiper-slide{
  display: flex;flex-direction: column;gap:25px;max-width:261px;
}
#passSection .inner .passSwiperWrap .passSwiper .swiper-slide .slide_title {
  display: flex;align-items: center;justify-content: center;gap:13px;
}
#passSection .inner .passSwiperWrap .passSwiper .swiper-slide .slide_title p{
  font-size:30px;font-weight: 400;
  color:#333333;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-next{
  right:0;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/passSwiperNextMo.png);
  width: 72px;
  height: 72px;
  background-size: cover;
  top: unset;
  bottom: -75px;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-prev{
  left:0;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/passSwiperPrevMo.png);
  width: 72px;
  height: 72px;
  background-size: cover;
  top: unset;
  bottom: -75px;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-next::after{
  display: none;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-prev::after{
  display: none;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-prev.swiper-button-disabled{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/swiperArrowPrevDisableMo.png);opacity: 1;z-index: 2;cursor: pointer;pointer-events: unset;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-next.swiper-button-disabled {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/swiperArrowNextDisableMo.png);opacity: 1;z-index: 2;cursor: pointer;pointer-events: unset;
}

#passSection .inner .passSwiperWrap .passtxtSwiperGap {
  width:100%;display: flex;flex-direction: column;gap:40px;align-items: center;justify-content: center;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap .passtxtSwiperbox{
  background: #fff;height: 228px;overflow: hidden;padding:32px 0;width: 100%;
  margin-top:15px;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap .passtxtSwiperbox .passtxtSwiper {
  height: 100%;overflow: hidden;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap .passtxtSwiperbox .passtxtSwiper p {
  font-size:28px;font-weight:500;color:#333333;line-height:38px;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap a {
  background: #0183FF;border-radius: 30px;font-size:24px;font-weight:700;display: flex;
  align-items: center;justify-content: center;gap:15px;color:#fff;padding:16px 25px;line-height: 1;
  min-width:475px;
}


.main_container #btClassSection .inner {
  gap:65px; padding:150px 0;max-width: 768px;
}
#btClassSection .inner .section_content_container{
  width: 100%;  position: relative;
}
#btClassSection .inner .section_content_container .btClassSwiper {
  position: relative;
  overflow: hidden;
  max-width: 768px;
  margin:0 auto;
  height:770px;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-wrapper{
  align-items: center;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide{
  width:434px;
  height:622px;
  overflow: hidden;
  border-radius: 16px;
  filter: grayscale(1);
  position: relative;
  transition: height 1s ease-in-out;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide.swiper-slide-active{
  filter: grayscale(0);
  height:770px;
  transition: height 1s ease-in-out;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide img {
  position: absolute;
  top:50%;left:50%;
  transform: translate(-50%, -50%);
  height: 770px;
  max-width: unset;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap {
  display: flex;height:100%;position: relative;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .video-box{
  width:100%;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap::after {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
  width:100%;height:100%;
  position: absolute;
  bottom: 0;left:0;
  z-index: 1;
  content: '';
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt {
  display: flex;
      flex-direction: column;
      gap: 8px;
      position: absolute;
      bottom: 35px;
      left: 0;
      width: 100%;
      padding: 0 35px;
      z-index: 2;
      opacity: 0;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide-active .video-box-wrap .class_txt {
      opacity: 1;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt h2{
  color:#fff;font-size:28px;font-weight:700;line-height: 38px;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt span{
  width: 25px;height:1px;background: #ffffff;
}

#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt p{
  color:#fff;font-size:25px;font-weight:400;line-height: 34px;
}









.main_container #btReviewSection .inner {
  gap:65px; padding:150px 0;border-top:1px solid #cccccc;
}
#btReviewSection .inner .section_content_container{
  width: 100%;  position: relative;
}
#btReviewSection .inner .section_content_container .btReviewSwiper {
  position: relative;
  overflow: hidden;
  max-width: 1136px;
  margin:0 auto;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide{
  max-width: 500px;
  overflow: hidden;
  border-radius: 16px;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a {
  display: flex;width:100%;height:100%;flex-direction: column;gap:30px;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a img {
  border-radius: 16px;
  width:100%;
  height: 600px;
  object-fit: cover;
  display: block;
  position: static;
  transform: none;
}

#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt {
  display: flex;
      flex-direction: column;
      gap: 10px;
      position: relative;
      width: 100%;
      z-index: 2;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt h2{
  color:#333333;font-size:35px;font-weight:700;line-height: 48px;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt span{
  color: #666666;font-weight:500;
}

#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt p{
  color:#0183FF;font-size:25px;font-weight:500;line-height: 34px;
}









.main_container #teacherSection .inner {
  gap:50px; padding:160px 0 80px;max-width: 100%;
}
.main_container #teacherSection .inner .section_title {
  gap:40px;
}
.main_container #teacherSection .inner .section_title span {
  font-size: 36px;
  font-weight: 600;
  color: #3E00CF;
  line-height: 1;
  font-family: "Pretendard";
  letter-spacing: -1px;
}
.main_container #teacherSection .inner .section_title h2{
  font-size: 56px;
  color: #222323;
  font-weight: 600;
  line-height: 74px;
  font-family: "Pretendard";
  letter-spacing: -1.2px;
}
#teacherSection .inner .section_content_container {
  width:100%;
}
#teacherSection .inner .section_content_container .best_teacher_content {
  display: flex;flex-direction: column;gap:30px;align-items: flex-start;justify-content: flex-start;
  width:100%;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap {
  display: flex;gap:20px;align-items: center;justify-content: center;width:100%;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap {
  width: 100%;position: relative;display: flex;flex-direction: column;gap:100px;align-items: center;
  justify-content: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container {
  width: 100%;overflow: hidden;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-wrapper{
  align-items: flex-end;min-height:760px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-slide {
  width: 422px;
  gap: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  justify-content: flex-end;
  align-items: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit{
  position: relative;width:100%;height:600px;  padding-top:30px;transition: padding-top 1s ease-in-out, margin-bottom 1s ease-in-out;transform: translateZ(0);
  margin-bottom: 0;
}

#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_unit{
  padding-top: 0;transition: padding-top 1s ease-in-out, margin-bottom 1s ease-in-out;margin-bottom: 30px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_bg {
  position: absolute;top:0;left:0;width:100%;height:100%;z-index: 0;background: #EBEBEB;
  border-bottom-right-radius: 24px;border-bottom-left-radius: 24px;
  border-top-right-radius: 24px;border-top-left-radius: 24px;
  transition: all 1s ease-in-out;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_unit .teacher_bg {
  border-top-right-radius: 300px;border-top-left-radius: 300px;  transition: all 1s ease-in-out;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image {
  position: absolute;bottom:0;left:0;width:100%;z-index: 1;padding-top:60px;height: 100%;
  text-align: center;
}

#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit img {
  width:100%;
}
/*#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_gradient {
  width:100%;height:100%;background: linear-gradient(180deg, rgba(0,129,255,0) 50%, rgba(255,255,255,1) 100%);position: absolute;bottom:-1px;
  z-index: 2;
}*/
#teacherSection .section_content_container
.best_teacher_content .best_teacher_info_wrap
.best_teacher_content_gap .teacher_unit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0,129,255,0) 50%,
    rgba(255,255,255,1) 100%
  );
  z-index: 2;
  pointer-events: none;

  /* iOS Safari 레이어 고정 */
  transform: translateZ(0);
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image img{
  transform: scale(1);transition: all 1s ease-in-out;height: 100%;width: unset;opacity: 0.3;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_unit .teacher_image img{
  transform: scale(1);transition: all 1s ease-in-out;height: 100%;width: unset;opacity: 1;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt {
  position: relative;bottom:0;z-index: 3;display: flex;flex-direction: column;gap:15px;align-items: center;justify-content: flex-start;height: 80px;overflow: hidden;transition: opacity 1s ease-in-out;opacity: 0;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_info_txt {
  transition: opacity 1s ease-in-out;opacity: 1;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt p{
  font-size: 22px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  text-align: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt h2{
  font-size: 28px;
  line-height: 36px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .more_teacher a {
  background: #15181F;color:#fff;font-size:32px;font-weight:400;width:373px;height:100px;border-radius: 10px;    display: block;text-align: center;line-height: 1;padding:32px 0;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .more_teacher a span{
  font-weight: 700;line-height: 1;
  display: inline-block;
}












@media all and (max-width:768px){
.main_container img {
  vertical-align: bottom;width: unset;max-width:100%;
}
.main_container {
  width:100%;position:relative;padding-top:13.0208vw;
}
.main_container section {
  overflow: hidden;
}
.main_container section .inner {
  padding:0;display: flex;flex-direction: column;gap:5.2083vw;align-items: center;max-width: 96.0938vw;
  margin:0 auto;
}
.main_container .section_title {
  display: flex;
  flex-direction: column;
  gap:1.9531vw;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.main_container .section_title h2{
  font-size:7.1615vw;color:#1C1C1C;font-weight:400;line-height:9.7656vw;
}
.main_container .section_title h2 span{
  color:#0183FF;font-weight:700;line-height:5.7292vw;
}
.main_container .section_title p {
  font-size: 3.2552vw;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
}
#lectureMain {
  position: relative;display: flex;height:39.0625vw;
  align-items: flex-end;justify-content: center;
}
#lectureMain img {
  position: relative;
}

#lectureMain .lecture_main_text {
  position: absolute;top:7.1615vw;left:50%;
  transform:translate(-50%, 0);
  text-align: center;z-index: 1;
  display: flex;flex-direction: column;gap:1.5625vw;
}
#lectureMain .lecture_main_text h2 {
  font-size:10.4167vw;font-weight:500;color:#222;line-height:12.6302vw;font-family: "Cormorant Garamond";
}

#lectureMain .lecture_main_text span {
  font-size:5.2083vw;font-weight:400;color:#222;line-height:6.2500vw;font-family: "Pretendard";
}

#lectureMain .lecture_main_text h1 {
  position: absolute;top:0;left:50%;
  transform:translate(-50%, 0);
  text-align: center;
  font-size:0;
}
#lectureMain video {
  position: relative;
  top:0;left:50%;
  transform:translate(-50%, 0);
}

#lectureMenuSection {
  background: #fff;
}
#lectureMenuSection .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap:2.6042vw;
  padding:5.2083vw 0 0;
  flex-wrap: wrap;
}
#lectureMenuSection .inner .swiper-slide{
  width: fit-content;display: flex;
}
#lectureMenuSection .inner a {
  font-size:3.6458vw;font-weight:400;color:#555555;line-height:1;font-family: "Pretendard";
  padding:1.9531vw 1.9531vw 2.3437vw;
}
#lectureMenuSection .inner a.active {
  color: #222;
  font-weight: 700;
}


#lectureSection .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:16.9271vw;
  padding:0;
}
#lectureSection .inner .section_title {
  display: flex;flex-direction: column;gap:0.9115vw;
  text-align: center;
  /* width:59.1146vw; */
}
#lectureSection .inner .section_title .line:first-child{
  width:100%;height:3.1250vw;
  border:0.5208vw solid #52B8E4;
  border-bottom:0;
}
#lectureSection .inner .section_title .line:last-child{
  width:100%;height:3.1250vw;
  border:0.5208vw solid #52B8E4;
  border-top:0;
}
#lectureSection .inner .section_title p {
  font-size:2.6042vw;color:#0081ff;line-height:3.9063vw;letter-spacing: 1.9531vw;font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
}
#lectureSection .inner .section_title h2 {
  font-size:6.5104vw;font-weight: 700;line-height: 8.8542vw;padding:0 4.1667vw;
}
#lectureSection .inner .section_title span {
  font-size:2.6042vw;font-weight: 500;line-height: 3.5156vw;color: #666666;
  padding: 0 4.1667vw;
}




.lecture_content_container {
  padding: 10.4167vw 0;
  display: flex;
  flex-direction: column;
  gap: 7.8125vw;
}

#lectureSection .inner .content {
  width: 100%;display: flex;flex-direction: column;gap:2.6042vw;
}
#lectureSection .inner .content h2 {
  font-size:5.2083vw;font-weight: 700;color:#2b2b2b;line-height: 6.2500vw;
}
#lectureSection .inner .content .content_title {
  text-align: left;
}
#lectureSection .inner .content .content_title h2{
  position: relative;
  font-size:2.8646vw;font-weight: 700;color:#2b2b2b;line-height: 3.9063vw;display: flex;align-items: center;
  gap:1.3021vw;
}
#lectureSection .inner .content .content_title h2 span {
  width:0.6510vw;height:3.2552vw;display: block;margin-top:0.2604vw;background: #0083ff;
}
#lectureSection .inner .content .content_wrap {
  display: flex;flex-direction: column;gap:7.8125vw;
}
#lectureSection .inner .content .content_wrap .con_gap{
  display: flex;justify-content: space-between;align-items: center;height: 55.3385vw;
}
#lectureSection .inner .content .content_wrap .con_gap .unit {
  max-width:32.5521vw;box-shadow: 0.0000vw 0.2604vw 0.6510vw rgba(0,0,0,.25);border-radius: 2.0833vw;overflow: hidden;
  text-align: center;width: 100%;height: 100%;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .thum{
  max-height:42.9688vw;overflow: hidden;
}
#lectureSection .inner .content .content_wrap .con_gap .unit img {
  width:100%;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt{
  padding:0.9115vw 0;display: flex;flex-direction: column;gap:0.5208vw;align-items: center;justify-content: center;
  flex-grow:1;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt h2{
  font-size: 2.6042vw;line-height:3.5156vw;font-weight:700;color:#0183FF;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt p{
  font-size: 2.3438vw;line-height:3.2552vw;font-weight:400;color:#666666;
}
#lectureSection .inner .content .content_wrap .con_table {
  width:100%;
}
#lectureSection .inner .content .content_wrap .con_table table {
  border-bottom: 0.2604vw solid #bdbdbd;width:100%;text-align: left;
}
#lectureSection .inner .content .content_wrap .con_table table tbody {
  text-align: center;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr {
  background: #0083ff;height:6.2500vw;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td {
  font-size:2.6042vw;font-weight: 700;line-height:1;padding:1.3021vw 2.6042vw;color:#ffffff;min-width:14.9740vw;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td {
  height:6.5104vw;padding:1.3021vw 2.6042vw;font-size:2.3438vw;color:#666666;font-weight: 400;
  letter-spacing: -0.0781vw;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td:first-child {
  text-align: center;font-weight: 700;border-left: 0;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td:last-child {
  border-right: 0;
}

#lectureSection .inner .content table {
  width:100%;text-align: left;
}
#lectureSection .inner .content table tbody {
  text-align: center;
}
#lectureSection .inner .content table tbody tr {
  height:6.2500vw;
}
#lectureSection .inner .content table tbody tr th{
  font-size:3.3854vw;font-weight: 700;line-height:1;padding:2.3438vw 3.9063vw;color:#222222;min-width:23.4375vw;background: #F6F6F8;
}
#lectureSection .inner .content table tbody tr td {
  padding:2.3438vw 3.9063vw;font-size:3.3854vw;color:#222222;font-weight: 400;text-align: left;
  letter-spacing: -0.0781vw;line-height: 4.6875vw;
}
#lectureSection .inner .content table tbody tr td:first-child {
  text-align: center;font-weight: 700;
}

#curriculumSection {
  background: #fff;
}
#curriculumSection .inner {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;width:100%;padding:0;gap:2.6042vw;
}
#curriculumSection .inner h2 {
  font-size:4.4271vw;font-weight: 700;color:#2b2b2b;line-height: 5.3385vw;
}
#curriculumSection .inner .curriculum_container {
  display: flex;flex-direction: column;gap:3.9063vw;align-items: center;justify-content: center;width:100%;
}
#curriculumSection .inner .curriculum_container .curriculum_unit {
  display: flex;flex-direction: column;gap:1.3021vw;align-items: flex-start;justify-content: flex-start;width:100%;
}
#curriculumSection .inner .curriculum_container .curriculum_unit h3 {
  font-size:3.9062vw;font-weight: 700;color:#2b2b2b;line-height: 4.6875vw;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table {
  width:100%;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead {
  text-align: center;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr {
  height:5.2083vw;background: #F6F6F8;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr th {
  height:10.0260vw;padding:0 3.9063vw;font-size:3.3854vw;color:#222222;font-weight: 400;text-align: center;
  letter-spacing: -0.0781vw;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr th:first-child {
  width:23.4375vw;text-align: center;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table thead tr th:last-child {
  border-right: 0;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody {
  text-align: center;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr {
  height:6.2500vw;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr td {
  padding:2.3438vw 3.9063vw;font-size:3.3854vw;color:#222222;font-weight: 400;text-align: left;
  letter-spacing: -0.0781vw;line-height: 4.6875vw;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr td:first-child {
  text-align: center;font-weight: 700;background: #F6F6F8;
}
#curriculumSection .inner .curriculum_container .curriculum_unit .curriculum_table tbody tr td:last-child {
  border-right: 0;text-align: left;
}

#curriculumSection .inner .other_lecture_btn {
  display: flex;align-items: center;justify-content: center;gap:0.1302vw;font-size:4.1667vw;font-weight: 400;color:#000000;
  padding:4.4271vw 2.6042vw;background: #EEEEEE;border-radius: 1.3021vw;margin-left:auto;line-height: 1;margin-top:0.6510vw;gap:3.9063vw;width:100%;
}




#resultSection {
  background: #F5F5F5;
}
#resultSection .inner {
  display: flex;flex-direction: column;align-items: center;justify-content: center;width:100%;padding:10.4167vw 0;gap:10.4167vw;
}
#resultSection .inner .result_title {
  display: flex;flex-direction: column;gap:2.6042vw;align-items: center;justify-content: center;width:100%;
}
#resultSection .inner .result_title h2 {
  font-size:5.7292vw;font-weight: 700;color:#222222;line-height: 7.8125vw;text-align: center;
}
#resultSection .inner .result_title p {
  font-size:3.9063vw;font-weight: 400;color:#222222;line-height: 5.9896vw;text-align: center;
}
#resultSection .inner .result_content {
  display: flex;flex-direction: column;gap:2.6042vw;align-items: center;justify-content: flex-start;width:100%;
}
#resultSection .inner .result_content .result_content_item {
  display: flex;flex-direction: column;gap:0;align-items: center;justify-content: center;width:100%;
  position: relative;
  gap:8.9844vw;
}
#resultSection .inner a {
  font-size: 4.1667vw;
  font-weight: 700;
  color: #fff;
  line-height: 4.1667vw;
  letter-spacing: -0.0521vw;
  font-family: "Pretendard";
  background: #15181F;
  padding: 4.4271vw 6.7708vw;
  border-radius: 1.3021vw;
}

/* ====== 좌측 깔때기 그래프 ====== */
#resultSection .result_chart {
  position: relative;
  width: 72.2656vw;
  flex-shrink: 0;
}
#resultSection .funnel_wrap {
  position: relative;
  width: 100%;
  height: 67.9688vw;
}
#resultSection .funnel_stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 72.2656vw;
  height: 45.7031vw;
}
#resultSection .funnel_layer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(5.2083vw);
  border-radius: 50%;
  opacity: 0;
  transition: opacity .55s ease-out, transform .55s ease-out;
}
#resultSection .funnel_layer.layer-0 {
  width: 72.2656vw;
  height: 24.6094vw;
  top: 0;
  background: #0064C7;
  z-index: 5;
  box-shadow: 0 0.7813vw 2.0833vw rgba(1,131,255,0.25);
}
#resultSection .funnel_layer.layer-1 {
  width: 65.4948vw;
  height: 24.3490vw;
  top: 5.2083vw;
  background: #3F8CD9;
  z-index: 4;
  box-shadow: 0 0.7813vw 2.0833vw rgba(1,131,255,0.25);
}
#resultSection .funnel_layer.layer-2 {
  width: 58.8542vw;
  height: 24.7396vw;
  top: 10.1563vw;
  background: #96C6F4;
  z-index: 3;
}
#resultSection .funnel_layer.layer-3 {
  width: 51.9531vw;
  height: 24.7396vw;
  top: 15.4948vw;
  background: #B4D8FB;
  z-index: 2;
}
#resultSection .funnel_layer.layer-4 {
  width: 45.1823vw;
  height: 24.8698vw;
  top: 20.8333vw;
  background: #D7E8F8;
  z-index: 1;
}
#resultSection .funnel_top_text {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
  gap: 0.5208vw;
  padding: 3.9063vw 0;
}
#resultSection .funnel_top_text strong {
  font-size: 6.5104vw;
  font-weight: 700;
  line-height: 13.9323vw;
  background: linear-gradient(180deg, #24FF5E 0%, #FFEB57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.1302vw;
  font-family: "Pretendard";
}
#resultSection .funnel_top_text strong em {
  font-style: normal;font-size:11.7188vw;font-weight: 700;line-height: 6.5104vw;font-family: "Pretendard";
}
#resultSection .funnel_top_text > span {
  font-size: 4.4271vw;
  font-weight: 500;
  color: #ffffff;
  line-height: 5.3385vw;
  white-space: nowrap;
  position: absolute;
  bottom: 4.0365vw;
  left: 50%;
  transform: translateX(-50%);
}

/* 좌측 녹색 상승 화살표 */
#resultSection .funnel_arrow {
  position: absolute;
  left: 1.3021vw;
  top: 10.6771vw;
  width: 17.4479vw;
  height: 42.7083vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  transition: clip-path 3s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 3s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 전국 합격률 박스 */
#resultSection .national_rate {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 42.4479vw;
  height: 18.4896vw;
  background: #E8E8E8;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  opacity: 0;
  transition: opacity .5s ease-out;
  border:0.2604vw solid #D6D6D6;
}
#resultSection .national_rate strong {
  font-size: 3.9063vw;
  font-weight: 700;
  color: #0064C7;
  line-height: 7.8125vw;
  letter-spacing: -0.0651vw;
  font-family: "Pretendard";
}
#resultSection .national_rate strong em {
  font-style: normal;font-size:6.5104vw;font-weight: 700;line-height: 7.8125vw;font-family: "Pretendard";
}
#resultSection .national_rate span {
  font-size: 3.3854vw;
  font-weight: 500;
  color: #333333;
  line-height: 4.0365vw;
}

/* ====== 연결 곡선 화살표 ====== */
#resultSection .connect_arrow {
  width: 43.2292vw;
  height: 4.6875vw;
  flex-shrink: 0;
  margin-top: -3.9063vw;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  transition: opacity .3s ease-out, clip-path 1s ease-out, -webkit-clip-path 1s ease-out;
  position: absolute;
  top:14.4531vw;left:100%;
}

/* ====== 우측 정보 박스 ====== */
#resultSection .result_info_box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.6042vw;
}
#resultSection .result_info_box {
  flex-shrink: 0;
  width: 78.1250vw;
  height:46.0938vw;
  background: #ffffff;
  border-radius: 6.5104vw;
  padding: 0 6.5104vw;
  box-shadow: 0 0.5208vw 2.0833vw rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  text-align: center;
  opacity: 0;
  transform: translateY(2.6042vw);
  transition: opacity .6s ease-out, transform .6s ease-out;
}
#resultSection .result_info_box .info_top {
  font-size: 3.9063vw;
  font-weight: 400;
  color: #000000;
  line-height: 4.6875vw;
  letter-spacing: -0.0651vw;
  margin-bottom: 1.3021vw;
}
#resultSection .result_info_box .info_top strong {
  font-weight: 700;
  color: #000000;
}
#resultSection .result_info_box .info_top strong em {
  font-weight: 700;
}
#resultSection .result_info_box .info_top em {
  font-style: normal;
  font-family: "Pretendard";
}
#resultSection .result_info_box .info_pill {
  display: inline-block;
  background: linear-gradient(90deg, #0185E1 0%, #00D8AB 100%);
  color: #ffffff;
  font-size: 5.9896vw;
  font-weight: 700;
  line-height: 1;
  padding: 2.2135vw 7.8125vw;
  border-radius: 130.0781vw;
  letter-spacing: -0.0651vw;
}
#resultSection .result_info_box .info_main {
  font-size: 6.5104vw;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: -0.1302vw;
  position: relative;
  top:-0.2604vw;
}
#resultSection .result_info_box .info_main span{
  font-style: normal;
  font-weight: 700;
  color: #0073E4;
  line-height: 1;
  font-size:7.8125vw;
  font-family: "Pretendard";
}
#resultSection .result_info_box .info_main em {
  font-style: normal;
  font-weight: 700;
  color: #0073E4;
  font-size:15.6250vw;
  font-family: "Pretendard";
  line-height: 1;
}

/* ====== 하단 캡션 ====== */
#resultSection .result_caption {
  width: fit-content;
  text-align: left;
  font-size: 3.1250vw;
  font-weight: 400;
  color: #9F9F9F;
  line-height: 4.4271vw;
  font-family: "Pretendard";
}

/* ====== 스크롤 진입 시 애니메이션 트리거 ====== */
#resultSection.is-animate .national_rate {
  opacity: 1;
}
#resultSection.is-animate .funnel_layer {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
#resultSection.is-animate .funnel_layer.layer-4 { transition-delay: .35s; }
#resultSection.is-animate .funnel_layer.layer-3 { transition-delay: .60s; }
#resultSection.is-animate .funnel_layer.layer-2 { transition-delay: .85s; }
#resultSection.is-animate .funnel_layer.layer-1 { transition-delay: 1.10s; }
#resultSection.is-animate .funnel_layer.layer-0 { transition-delay: 1.35s; }

#resultSection.is-animate .funnel_arrow {
  z-index: 6;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition-delay: 0.35s;
}

#resultSection.is-animate .connect_arrow {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  transition-delay: 1.6s;
}

#resultSection.is-animate .result_info_box {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.7s;
  padding:5.7292vw 0 3.1250vw;
  justify-content: space-between;
}







#BannerSection {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/lecture/curriBannerSectionMo.png) no-repeat center center;
  background-size: 100.0000vw auto;
  height:44.6615vw;
}
#BannerSection .inner {
  display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;width:100%;
}
#BannerSection .inner .banner_title {
  display: flex;flex-direction: column;gap:1.3021vw;align-items: flex-start;justify-content: flex-start;width:100%;
}


#onePassSection {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/onepass_bg_mo.png);
  text-align: center;
  padding:9.7656vw 0 17.5781vw;
  background-size: cover;
  background-position: center;
}
#onePassSection .inner img {
  width: 96.0937vw;
}
#commonSection {
  background: #fff;
  text-align: center;
  padding:13.0208vw 0 19.5313vw;
}
#commonSection .inner{
  width:100.0000vw !important;
  max-width: 100.0000vw !important;
  gap:8.4635vw;
}
#commonSection .inner .common_section_unit1 img {
  width: 96.0937vw;
}
#commonSection .inner .common_section_unit2 img {
  width: 96.0937vw;
}


#passSection {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/passSection_bg_mo.png);
  text-align: center;
  padding:22.7865vw 0 26.0417vw;
  background-size: cover;
  background-position: center bottom;
}
#passSection .inner {
  display: flex;flex-direction: column;gap:13.0208vw;align-items: center;justify-content: center;
  max-width:100%;
}
#passSection .inner > img {
  width: 87.8906vw;
}
#passSection .inner .passSectionCommon {
  width: 89.7135vw;
}
#passSection .inner .passSwiperWrap{
  display: flex;flex-direction: column;gap:8.4635vw;align-items: center;justify-content: center;width: 100%;
  overflow: hidden;
}
#passSection .inner .passSwiperWrap .swiper_title h2{
  font-size:6.5104vw;line-height:8.8542vw;font-weight:400;color:#2b2b2b;
}
#passSection .inner .passSwiperWrap .swiper_title span{
  font-weight:700;color:#0083ff;
}
#passSection .inner .passSwiperWrap .passSwiperGap{
  position: relative;
}
#passSection .inner .passSwiperWrap .passSwiper {
  width: 100%;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  padding:1.9531vw;
}
#passSection .inner .passSwiperWrap .passSwiper .swiper-slide{
  display: flex;flex-direction: column;gap:3.2552vw;max-width:33.9844vw;
}
#passSection .inner .passSwiperWrap .passSwiper .swiper-slide .slide_title {
  display: flex;align-items: center;justify-content: center;gap:1.6927vw;
}
#passSection .inner .passSwiperWrap .passSwiper .swiper-slide .slide_title p{
  font-size:3.9062vw;font-weight: 400;
  color:#333333;
}
#passSection .inner .passSwiperWrap .passSwiper .swiper-slide .slide_title img {
  width: 2.6041vw;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-next{
  right:1.9531vw;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/passSwiperNextMo.png);
  width: 9.3750vw;
  height: 9.3750vw;
  background-size: 9.3750vw 9.3750vw;
  top: unset;
  bottom: -9.7656vw;
  display:none;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-prev{
  left:1.9531vw;
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/passSwiperPrevMo.png);
  width: 9.3750vw;
  height: 9.3750vw;
  background-size: 9.3750vw 9.3750vw;
  top: unset;
  bottom: -9.7656vw;
  display:none;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-next::after{
  display: none;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-prev::after{
  display: none;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-prev.swiper-button-disabled{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/swiperArrowPrevDisableMo.png);opacity: 1;z-index: 2;cursor: pointer;pointer-events: unset;
}
#passSection .inner .passSwiperWrap .passSwiperGap .swiper-button-next.swiper-button-disabled {
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/lecture/swiperArrowNextDisableMo.png);opacity: 1;z-index: 2;cursor: pointer;pointer-events: unset;
}

#passSection .inner .passSwiperWrap .passtxtSwiperGap {
  width:100%;display: flex;flex-direction: column;gap:5.2083vw;align-items: center;justify-content: center;
  max-width: 96.0937vw;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap .passtxtSwiperbox{
  background: #fff;height: 29.6875vw;overflow: hidden;padding:4.1667vw 0;width: 100%;
  margin-top:1.9531vw;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap .passtxtSwiperbox .passtxtSwiper {
  height: 100%;overflow: hidden;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap .passtxtSwiperbox .passtxtSwiper p {
  font-size:3.6458vw;font-weight:500;color:#333333;line-height:4.9479vw;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap a {
  background: #0183FF;border-radius: 3.9063vw;font-size:3.1250vw;font-weight:700;display: flex;
  align-items: center;justify-content: center;gap:1.9531vw;color:#fff;padding:2.0833vw 3.2552vw;line-height: 1;
  min-width:61.8490vw;
}
#passSection .inner .passSwiperWrap .passtxtSwiperGap a img {
  width: 1.9531vw;
}

.main_container #btClassSection .inner {
  gap:8.4635vw; padding:19.5313vw 0;max-width: 100.0000vw;
}
#btClassSection .inner .section_content_container{
  width: 100%;  position: relative;
}
#btClassSection .inner .section_content_container .btClassSwiper {
  position: relative;
  overflow: hidden;
  max-width: 100.0000vw;
  margin:0 auto;
  height:100.2604vw;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-wrapper{
  align-items: center;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide{
  width:56.5104vw;
  height:80.9896vw;
  overflow: hidden;
  border-radius: 2.0833vw;
  filter: grayscale(1);
  position: relative;
  transition: height 1s ease-in-out;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide.swiper-slide-active{
  filter: grayscale(0);
  height:100.2604vw;
  transition: height 1s ease-in-out;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide img {
  position: absolute;
  top:50%;left:50%;
  transform: translate(-50%, -50%);
  height: 100.2604vw;
  max-width: unset;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap {
  display: flex;width:100%;height:100%;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap::after {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.6) 100%);
  width:100%;height:100%;
  position: absolute;
  bottom: 0;left:0;
  z-index: 1;
  content: '';
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt {
  display: flex;
      flex-direction: column;
      gap: 1.0417vw;
      position: absolute;
      bottom: 4.5573vw;
      left: 0;
      width: 100%;
      padding: 0 4.5573vw;
      z-index: 2;
      opacity: 0;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide-active .video-box-wrap .class_txt {
      opacity: 1;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt h2{
  color:#fff;font-size:3.6458vw;font-weight:700;line-height: 4.9479vw;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt span{
  width: 3.2552vw;background: #ffffff;
}

#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide .video-box-wrap .class_txt p{
  color:#fff;font-size:3.2552vw;font-weight:400;line-height: 4.4271vw;
}









.main_container #btReviewSection .inner {
  gap:8.4635vw; padding:19.5313vw 0;
}
#btReviewSection .inner .section_content_container{
  width: 100%;  position: relative;
}
#btReviewSection .inner .section_content_container .btReviewSwiper {
  position: relative;
  overflow: hidden;
  max-width: 147.9167vw;
  margin:0 auto;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide{
  max-width: 65.1042vw;
  overflow: hidden;
  border-radius: 2.0833vw;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a {
  display: flex;width:100%;height:100%;flex-direction: column;gap:3.9063vw;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a img{
  border-radius: 2.0833vw;
  height:78.125vw;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt {
  display: flex;
      flex-direction: column;
      gap: 1.3021vw;
      position: relative;
      width: 100%;
      z-index: 2;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt h2{
  color:#333333;font-size:4.5573vw;font-weight:700;line-height: 6.2500vw;
}
#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt span{
  color: #666666;font-weight:500;
}

#btReviewSection .inner .section_content_container .btReviewSwiper .swiper-slide a .class_txt p{
  color:#0183FF;font-size:3.2552vw;font-weight:500;line-height: 4.4271vw;
}









.main_container #teacherSection .inner {
  gap:6.5104vw; padding:20.8333vw 0 10.4167vw;max-width: 100%;
}
.main_container #teacherSection .inner .section_title {
  gap:5.2083vw;
}
.main_container #teacherSection .inner .section_title span {
  font-size: 4.6875vw;
  font-weight: 600;
  color: #3E00CF;
  line-height: 1;
  font-family: "Pretendard";
  letter-spacing: -0.1302vw;
}
.main_container #teacherSection .inner .section_title h2{
  font-size: 7.2917vw;
  color: #222323;
  font-weight: 600;
  line-height: 9.6354vw;
  font-family: "Pretendard";
  letter-spacing: -0.1563vw;
}
#teacherSection .inner .section_content_container {
  width:100%;
}
#teacherSection .inner .section_content_container .best_teacher_content {
  display: flex;flex-direction: column;gap:3.9063vw;align-items: flex-start;justify-content: flex-start;
  width:100%;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap {
  display: flex;gap:2.6042vw;align-items: center;justify-content: center;width:100%;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap {
  width: 100%;position: relative;display: flex;flex-direction: column;gap:13.0208vw;align-items: center;
  justify-content: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container {
  width: 100%;overflow: hidden;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-wrapper{
  align-items: flex-end;min-height:98.9583vw;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-slide {
  width: 54.9479vw;
  gap: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  justify-content: flex-end;
  align-items: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit{
  position: relative;width:100%;height:78.1250vw;  padding-top:3.9063vw;transition: padding-top 1s ease-in-out, margin-bottom 1s ease-in-out;transform: translateZ(0);
  margin-bottom: 0;
}

#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_unit{
  padding-top: 0;transition: padding-top 1s ease-in-out, margin-bottom 1s ease-in-out;margin-bottom: 3.9063vw;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_bg {
  position: absolute;top:0;left:0;width:100%;height:100%;z-index: 0;background: #EBEBEB;
  border-bottom-right-radius: 3.1250vw;border-bottom-left-radius: 3.1250vw;
  border-top-right-radius: 3.1250vw;border-top-left-radius: 3.1250vw;
  transition: all 1s ease-in-out;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_unit .teacher_bg {
  border-top-right-radius: 39.0625vw;border-top-left-radius: 39.0625vw;  transition: all 1s ease-in-out;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image {
  position: absolute;bottom:0;left:0;width:100%;z-index: 1;padding-top:7.8125vw;height: 100%;
  text-align: center;
}

#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit img {
  width:100%;
}
/*#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_gradient {
  width:100%;height:100%;background: linear-gradient(180deg, rgba(0,129,255,0) 50%, rgba(255,255,255,1) 100%);position: absolute;bottom:-0.1302vw;
  z-index: 2;
}*/
#teacherSection .section_content_container
.best_teacher_content .best_teacher_info_wrap
.best_teacher_content_gap .teacher_unit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1302vw;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0,129,255,0) 50%,
    rgba(255,255,255,1) 100%
  );
  z-index: 2;
  pointer-events: none;

  /* iOS Safari 레이어 고정 */
  transform: translateZ(0);
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image img{
  transform: scale(1);transition: all 1s ease-in-out;height: 100%;width: unset;opacity: 0.3;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_unit .teacher_image img{
  transform: scale(1);transition: all 1s ease-in-out;height: 100%;width: unset;opacity: 1;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt {
  position: relative;bottom:0;z-index: 3;display: flex;flex-direction: column;gap:1.9531vw;align-items: center;justify-content: flex-start;height: 10.4167vw;overflow: hidden;transition: opacity 1s ease-in-out;opacity: 0;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide-active .teacher_info_txt {
  transition: opacity 1s ease-in-out;opacity: 1;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt p{
  font-size: 2.8646vw;
  line-height: 2.8646vw;
  color: #000;
  font-weight: 400;
  text-align: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt h2{
  font-size: 3.6458vw;
  line-height: 4.6875vw;
  color: #000;
  font-weight: 700;
  text-align: center;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .more_teacher a {
  background: #15181F;color:#fff;font-size:4.1667vw;font-weight:400;width:48.5677vw;height:13.0208vw;border-radius: 1.3021vw;    display: block;text-align: center;line-height: 1;padding:4.1667vw 0;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .more_teacher a span{
  font-weight: 700;line-height: 1;
  display: inline-block;
}



.main_container #facilitiesSection .inner {
  padding:19.5313vw 0 9.7656vw;
}
.main_container #consultingSection .inner{
  padding:9.7656vw 0 16.9271vw;
}

}