* {
  font-family: "Noto Sans KR";
}
.main_container img {
  vertical-align: bottom;width: unset;max-width:100%;
}
.main_container {
  width:100%;position:relative;padding:130px 0 0;
}
.main_container section {
  overflow: hidden;
}
.main_container section .inner {
  padding:0;display: flex;flex-direction: column;gap:110px;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;
}
#mainVideoSection .inner {
  padding: 0;max-width: 768px;
}
#mainVideoSection .inner .section_content_container {
  display: flex;flex-direction: column;gap:130px;align-items: center;justify-content: center;width: 100%;
}
#mainVideoSection .inner .section_content_container .academy_video{
  width: 100%;max-width:735px;height: 466px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#mainVideoSection .inner .section_content_container .academy_video::after{
  content: '';
  position: absolute;
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/video_border_top.png);
  background-size: cover;
  width:203px;height:107px;
  top:0;left:0;
}
#mainVideoSection .inner .section_content_container .academy_video::before{
  content: '';
  position: absolute;
  background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/video_border_bottom.png);
  background-size: cover;
  width:203px;height:107px;
  bottom:0;right:0;
}
#mainVideoSection .inner .section_content_container .academy_video .video_box{
  max-width:672px;max-height:386px;width:100%;height:100%;
}
#mainVideoSection .inner .section_content_container .academy_info_txt {
  margin-right:auto ;
}




#facSwiperSection .swiper_section_inner{
  width:100%;
}
#facSwiperSection .swiper_section_inner .swiper-container{
  overflow: hidden;width:100%;position: relative;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide {
  position: relative;display: flex;flex-direction: column-reverse;
}

#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_bg{
  width:768px;height:100%;
  background: rgba(255,251,244,.9);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  padding:50px 0;
  min-height: 508px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info{
  display: flex;flex-direction: column;gap:30px;
  align-items: center;
  justify-content: center;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info h2{ 
  font-size:35px;font-weight:700;color:#82632C;
  line-height: 48px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info .txt_line{ 
  background:#82632C;
  width:100px;height: 2px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info p{ 
  font-size:28px;font-weight:500;color:#666666;
  line-height: 1.5;white-space: pre-line;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .bg_img {
  position: relative;  height: 500px; overflow: hidden;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .bg_img img {
  width: max-content;
  max-width: unset;
  min-height: 500px;
  height: unset;
  position: absolute;
  right: 0;
  top: 0;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box {
  max-width: 768px;
  width: 100%;
  height: 30px;
  position: absolute;
  top: calc(50% + 88px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-next {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/academy/fac_swiper_next.png);
  width:24px;height:41px;
  right: 38px;
  background-size: cover;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-next::after {
  display: none;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-prev {
  background: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/academy/fac_swiper_prev.png);
  width:24px;height:41px;
  background-size: cover;
  left: 38px;
}
#facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-prev::after {
  display: none;
}






.main_container #historySection .inner {
  gap:60px; padding:130px 0 0;
}
#historySection .inner .section_content_container{
  width: 100%;
}
#historySection .inner .section_content_container .history_container {
  display: flex;padding: 0px;align-items: center;gap:60px;flex-direction: column;
}
#historySection .inner .section_content_container .history_container .years-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap:70px;
}
#historySection .inner .section_content_container .history_container .years-list > div{
  display: flex;align-items: center;justify-content: center;
}
#historySection .inner .section_content_container .history_container .years-list > div.yearI img{
  max-width:672px;width:100%;
}
#historySection .inner .section_content_container .history_container .years-list > div.yearT {
  border-top:2px solid #E0E0E0;
  position: relative;padding-top:32px;
  align-items: center;gap:35px;
}
.year-item {
  transition: all .5s ease-in-out;
  display: flex;flex-direction: column;
  position: relative;
}
#historySection .inner .section_content_container .history_container .years-list > div.yearT .line {
  width: 1px;height:50px;background: #e0e0e0;display: block;
}
#historySection .inner .section_content_container .history_container .years-list > div.yearT .line:last-child{
  display:none;
}
.year-item span{
  font-size:50px;font-weight:500;
  color: #9E9E9E;
  font-family: "Noto Sans KR";
  position: relative;
}
.year-item img {
  height: 0;  transition: all .5s ease-in-out; border-radius: 20px;
}
.year-item.active {

}
.year-item.active span{
  font-weight: bold;
  color: #0183FF;
  font-size:50px;
  
}
.year-item.active span::after{
  content:'';position: absolute;
  top:-32px;left:50%;
  width:22px;height:22px;border-radius:22px;
  background: #fff;
  transform: translate(-50%, -50%);border: 6px solid #0183ff;
  box-sizing: border-box;
  box-shadow: 0px 1.5px 1.5px 0 rgba(0,0,0,.25);
}
.year-item.active img {
  transition: all .5s ease-in-out;height: unset; 
}
.year-sections {
  height: 100%;
  padding:65px 50px;
  overflow-y: scroll;
  max-height: 770px;
  flex: 1;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  background: rgba(214,219,223,.2);width: 100%;height:520px;border-radius: 24px;
}
.year-sections::-webkit-scrollbar {
  width: 8px; /* 스크롤바 너비 */
}

.year-sections::-webkit-scrollbar-track {
  background: #BDBDBD;
  border-radius: 10px;
}

.year-sections::-webkit-scrollbar-thumb {
  background: #007bff;  /* 파란색 Thumb */
  border-radius: 10px;
}

.year-sections::-webkit-scrollbar-thumb:hover {
  background: #0056b3; /* hover 시 진한 파란색 */
}

.year-sections section{
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: visible;
}
.year-sections h2{
  font-size:30px;font-weight:700;color:#0183ff;line-height:1;
}
.year-section p{
  white-space: pre-line;font-size:18px;font-weight:400;color:#333333;line-height: 1;
}
.year-section p strong {
  color:#2b2b2b
}
.year-section p b {
  color:#2b2b2b
}



.main_container #teacherSection .inner {
  gap:110px; padding:130px 0 0;
}
#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:40px;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: 30px;
  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: all 1s ease-in-out;
  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: all 1s ease-in-out;margin-bottom: 50px;
}
#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: #FFF4E2;
  border-top-right-radius: 24px;border-top-left-radius: 24px;
}
#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%;
}

#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: relative;
  z-index: 2;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image img{
  transform: scale(1);transition: transform 1s ease-in-out;height: 100%;width: unset;
}
#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: 1.5;
  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: #0183FF;color:#fff;font-size:28px;font-weight:400;width:333px;height:58px;border-radius: 58px;    display: block;text-align: center;line-height: 1;padding:15px 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;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt > img{
  position: absolute;
  bottom:0;
  right:30px;
  width: unset;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container {
  position: absolute;
  top: -70px;
  right: 15px;
  min-width: 131px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container > a {
  font-size: 22px;
  color: #666666;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#curriculumSection .inner{
  padding:130px 0 65px;gap:80px;
}
#curriculumSection .inner .section_content_container {
  width:100%;display: flex;flex-direction: column;gap:40px;position: relative;
}
#curriculumSection .section_content_container .main_board_slide_tab_btn_pagination_container {
  position: absolute;
  top: -70px;
  right: -2.5px;
  min-width: 184px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
#curriculumSection .section_content_container .main_board_slide_tab_btn_pagination_container > a {
  font-size: 22px;
  color: #666666;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
#curriculumSection .inner .section_content_container ul {
  display: grid;grid-template-columns: 1fr 1fr;
  gap:16px;  width:100%;
}
#curriculumSection .inner .section_content_container ul li {
  width: 100%;
  height: 383px;
  border-radius:8px;
  overflow: hidden;
}
#curriculumSection .inner .section_content_container ul li a {
  width:100%;height:100%;
  position: relative;
  display: flex;
}
/*#curriculumSection .inner .section_content_container ul li a::after{
  position: absolute;
  content:'';
  width:100%;height:100%;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 100%);
}*/
#curriculumSection .inner .section_content_container ul li a .txt_box{
  position: absolute;
  z-index: 1;
  bottom:35px;left:25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap:10px;
}
#curriculumSection .inner .section_content_container .dir_btn {
  display: flex;flex-direction: row;gap:7px;width: 100%;
  justify-content: space-between;
}
#curriculumSection .inner .section_content_container .dir_btn a {
  box-shadow: 0px 2px 7px rgba(191,179,159,.5);
}
#curriculumSection .inner .section_content_container ul li a .txt_box p{
  font-size:25px;font-weight: 500;color:#1C1C1C;line-height: 1;
}
#curriculumSection .inner .section_content_container ul li a .txt_box span{
  width:25px;height:1px;background-color: #1C1C1C;
}
#curriculumSection .inner .section_content_container ul li a .txt_box h2{
  font-size:28px;font-weight: 700;color:#1C1C1C;line-height: 1;
}
.main_container #facilitiesSection .inner {
  padding:130px 0 0;
}












@media all and (max-width:768px){
  * {
    font-family: "Noto Sans KR";
  }
  .main_container img {
    vertical-align: bottom;width: unset;max-width:100%;
  }
  .main_container {
    width:100%;position:relative;padding:16.9271vw 0 0;
  }
  .main_container section {
    overflow: hidden;
  }
  .main_container section .inner {
    padding:0;display: flex;flex-direction: column;gap:14.3229vw;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;
  }
  #mainVideoSection .inner {
    padding: 0;max-width: 100.0000vw;
  }
  #mainVideoSection .inner .section_content_container {
    display: flex;flex-direction: column;gap:16.9271vw;align-items: center;justify-content: center;width: 100%;
  }
  #mainVideoSection .inner .section_content_container .academy_video{
    width: 100%;max-width:95.7031vw;height: 60.6771vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #mainVideoSection .inner .section_content_container .academy_video::after{
    content: '';
    position: absolute;
    background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/video_border_top.png);
    background-size: cover;
    width:26.4323vw;height:13.9323vw;
    top:0;left:0;
  }
  #mainVideoSection .inner .section_content_container .academy_video::before{
    content: '';
    position: absolute;
    background-image: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/common/video_border_bottom.png);
    background-size: cover;
    width:26.4323vw;height:13.9323vw;
    bottom:0;right:0;
  }
  #mainVideoSection .inner .section_content_container .academy_video .video_box{
    max-width:87.5000vw;max-height:50.2604vw;width:100%;height:100%;
  }
  #mainVideoSection .inner .section_content_container .academy_info_txt {
    margin-right:auto ;
  }
  #mainVideoSection .inner .section_content_container .academy_info_txt img {
    width: 93.8802vw;
  }
  
  
  
  #facSwiperSection .swiper_section_inner{
    width:100%;
  }
  #facSwiperSection .swiper_section_inner .swiper-container{
    overflow: hidden;width:100%;position: relative;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide {
    position: relative;display: flex;flex-direction: column-reverse;
  }
  
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_bg{
    width:100.0000vw;height:100%;
    background: rgba(255,251,244,.9);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    padding:6.5104vw 0;
    min-height: 66.1458vw;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info{
    display: flex;flex-direction: column;gap:3.9063vw;
    align-items: center;
    justify-content: center;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info h2{ 
    font-size:4.5573vw;font-weight:700;color:#82632C;
    line-height: 6.2500vw;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info .txt_line{ 
    background:#82632C;
    width:13.0208vw;height: 0.2604vw;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .txt_info p{ 
    font-size:3.6458vw;font-weight:500;color:#666666;
    line-height: 1.5;white-space: pre-line;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .bg_img {
    position: relative;  height: 65.1042vw; overflow: hidden;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-slide .bg_img img {
    width: max-content;
    max-width: unset;
    min-height: 65.1042vw;
    height: unset;
    position: absolute;
    right: 0;
    top: 0;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box {
    max-width: 100.0000vw;
    width: 100%;
    height: 3.9063vw;
    position: absolute;
    top: calc(50% + 11.4583vw);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-next {
    background: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/academy/fac_swiper_next.png);
    width:3.1250vw;height:5.3385vw;
    right: 4.9479vw;
    background-size: cover;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-next::after {
    display: none;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-prev {
    background: url(https://img.megastudyacademy.co.kr/campusdev/beautym_html_img/academy/fac_swiper_prev.png);
    width:3.1250vw;height:5.3385vw;
    background-size: cover;
    left: 4.9479vw;
  }
  #facSwiperSection .swiper_section_inner .swiper-container .swiper-button-box .swiper-button-prev::after {
    display: none;
  }
  
  
  
  
  
  
  .main_container #historySection .inner {
    gap:7.8125vw; padding:16.9271vw 0 0;
  }
  #historySection .inner .section_content_container{
    width: 100%;
  }
  #historySection .inner .section_content_container .history_container {
    display: flex;padding: 0.0000vw;align-items: center;gap:7.8125vw;flex-direction: column;
  }
  #historySection .inner .section_content_container .history_container .years-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap:9.1146vw;
  }
  #historySection .inner .section_content_container .history_container .years-list > div{
    display: flex;align-items: center;justify-content: center;
  }
  #historySection .inner .section_content_container .history_container .years-list > div.yearI img{
    max-width:87.5000vw;width:87.5000vw;
  }
  #historySection .inner .section_content_container .history_container .years-list > div.yearT {
    border-top:0.2604vw solid #E0E0E0;
    position: relative;padding-top:4.1667vw;
    align-items: center;gap:4.5573vw;
  }
  
  .year-item {
    transition: all .5s ease-in-out;
    display: flex;flex-direction: column;
    position: relative;
  }
  #historySection .inner .section_content_container .history_container .years-list > div.yearT .line {
    width: 0.1302vw;height:6.5104vw;background: #e0e0e0;display: block;
  }
  #historySection .inner .section_content_container .history_container .years-list > div.yearT .line:last-child{
    display:none;
  }
  .year-item span{
    font-size:6.5104vw;font-weight:500;
    color: #9E9E9E;
    font-family: "Noto Sans KR";
    position: relative;
  }
  .year-item img {
    height: 0;  transition: all .5s ease-in-out; border-radius: 2.6042vw;
  }
  .year-item.active {
  
  }
  .year-item.active span{
    font-weight: bold;
    color: #0183FF;
    font-size:6.5104vw;
    
  }
  #historySection .inner .section_content_container .history_container .years-list > div.yearI .year-item{
    display: none;
  }
  #historySection .inner .section_content_container .history_container .years-list > div.yearI .year-item.active{
    display: flex;
  }
  .year-item.active span::after{
    content:'';position: absolute;
    top:-4.1667vw;left:50%;
    width:2.8646vw;height:2.8646vw;border-radius:2.8646vw;
    background: #fff;
    transform: translate(-50%, -50%);border: 0.7813vw solid #0183ff;
    box-sizing: border-box;
    box-shadow: 0.0000vw 0.1953vw 0.1953vw 0 rgba(0,0,0,.25);
  }
  .year-item.active img {
    transition: all .5s ease-in-out;height: unset; 
  }
  .year-sections {
    height: 100%;
    padding:8.4635vw 6.5104vw;
    overflow-y: scroll;
    max-height: 100.2604vw;
    flex: 1;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 7.8125vw;
    background: rgba(214,219,223,.2);width: 100%;height:67.7083vw;border-radius: 3.1250vw;
  }
  .year-sections::-webkit-scrollbar {
    width: 1.0417vw; /* 스크롤바 너비 */
  }
  
  .year-sections::-webkit-scrollbar-track {
    background: #BDBDBD;
    border-radius: 1.3021vw;
  }
  
  .year-sections::-webkit-scrollbar-thumb {
    background: #007bff;  /* 파란색 Thumb */
    border-radius: 1.3021vw;
  }
  
  .year-sections::-webkit-scrollbar-thumb:hover {
    background: #0056b3; /* hover 시 진한 파란색 */
  }
  
  .year-sections section{
    display: flex;
    gap: 3.2552vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }
  .year-sections h2{
    font-size:3.9063vw;font-weight:700;color:#0183ff;line-height:1;
  }
  .year-section p{
    white-space: pre-line;font-size:2.3438vw;font-weight:400;color:#333333;line-height: 1;
  }
  .year-section p strong {
    color:#2b2b2b
  }
  .year-section p b {
    color:#2b2b2b
  }
  
  
  .main_container #teacherSection .inner {
    gap:14.3229vw; padding:16.9270vw 0 0;max-width: 100%;
  }
  #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:5.2083vw;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: 3.9063vw;
    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: all 1s ease-in-out;
    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: all 1s ease-in-out;margin-bottom: 6.5104vw;
  }
  #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: #FFF4E2;
    border-top-right-radius: 3.1250vw;border-top-left-radius: 3.1250vw;
  }
  #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;
  }
  
  #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: relative;
    z-index: 2;
  }
  #teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit .teacher_image img{
    transform: scale(1);transition: transform 1s ease-in-out;
  }
  #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: 1.5;
    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: #0183FF;color:#fff;font-size:3.6458vw;font-weight:400;width:43.3594vw;height:7.5521vw;border-radius: 7.5521vw;    display: block;text-align: center;line-height: 1;padding:1.9531vw 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;
  }

  #teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt > img{
    position: absolute;
    bottom:0;
    right:3.9063vw;
    width: unset;
  }
  #teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container {
    position: absolute;
    top: -9.1146vw;
    right: 1.9531vw;
    min-width: 17.0573vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6042vw;
  }
  
  #teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container > a {
    font-size: 2.8646vw;
    color: #666666;
    font-weight: 400;
    height: 5.2083vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.3021vw;
  }
  #teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .main_board_slide_tab_btn_pagination_container > a img{
    width: 5.2083vw;
  }




  
  #curriculumSection .inner{
    padding:16.9271vw 0 8.4635vw;gap:10.4167vw;
  }
  #curriculumSection .inner .section_content_container {
    width:100%;display: flex;flex-direction: column;gap:5.2083vw;position: relative;
  }
  #curriculumSection .section_content_container .main_board_slide_tab_btn_pagination_container {
    position: absolute;
    top: -9.1146vw;
    right: -0.3255vw;
    min-width: 23.9583vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2.6042vw;
  }
  #curriculumSection .section_content_container .main_board_slide_tab_btn_pagination_container > a {
    font-size: 2.8646vw;
    color: #666666;
    font-weight: 400;
    height: 5.2083vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.3021vw;
  }
  #curriculumSection .inner .section_content_container ul {
    display: grid;grid-template-columns: 1fr 1fr;
    gap:2.0833vw;  width:100%;
  }
  #curriculumSection .inner .section_content_container ul li {
    width: 100%;
    height: 49.8698vw;
    border-radius:1.0417vw;
    overflow: hidden;
  }
  #curriculumSection .inner .section_content_container ul li a {
    width:100%;height:100%;
    position: relative;
    display: flex;
  }
  /*#curriculumSection .inner .section_content_container ul li a::after{
    position: absolute;
    content:'';
    width:100%;height:100%;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 30%, rgba(255,255,255,1) 100%);
  }*/
  #curriculumSection .inner .section_content_container ul li a .txt_box{
    position: absolute;
    z-index: 1;
    bottom:4.5573vw;left:3.2552vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:1.3021vw;
  }
  #curriculumSection .inner .section_content_container .dir_btn {
    display: flex;flex-direction: row;gap:0.9115vw;width: 100%;
    justify-content: space-between;
  }
  #curriculumSection .inner .section_content_container .dir_btn a {
    box-shadow: 0.0000vw 0.2604vw 0.9115vw rgba(191,179,159,.5);
  }
  #curriculumSection .inner .section_content_container ul li a .txt_box p{
    font-size:3.2552vw;font-weight: 500;color:#1C1C1C;line-height: 1;
  }
  #curriculumSection .inner .section_content_container ul li a .txt_box span{
    width:3.2552vw;height:0.1302vw;background-color: #1C1C1C;
  }
  #curriculumSection .inner .section_content_container ul li a .txt_box h2{
    font-size:3.6458vw;font-weight: 700;color:#1C1C1C;line-height: 1;
  }
  .main_container #facilitiesSection .inner {
    padding:16.9271vw 0 0;
  }
}