<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: "Noto Sans KR";
}
.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;
}
#lectureMain video {
  position: relative;
  top:0;left:50%;
  transform:translate(-50%, 0);
}


#lectureSection .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:150px;
  padding:150px 0 75px;
}
#lectureSection .inner .section_title {
  display: flex;flex-direction: column;gap:12px;
  text-align: center;
  min-width:500px;
  width: fit-content;
  max-width: 738px;
}
#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:26px;
  border:4px solid #52B8E4;
  border-top:0;
}
#lectureSection .inner .section_title p {
  font-size:22px;color:#0081ff;line-height:33px;letter-spacing: 15px;font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
}
#lectureSection .inner .section_title h2 {
  font-size:55px;font-weight: 700;line-height: 75px;padding:0 32px;
}
#lectureSection .inner .section_title span {
  font-size:25px;font-weight: 500;line-height: 34px;color: #666666;padding:0 32px;
}






#lectureSection .inner .content {
  width: 100%;display: flex;flex-direction: column;gap:30px;
}
#lectureSection .inner .content .content_title {
  text-align: left;
}
#lectureSection .inner .content .content_title h2{
  position: relative;
  font-size:35px;font-weight: 700;color:#2b2b2b;line-height: 48px;
  display: flex;align-items: center;gap:10px;
}
#lectureSection .inner .content .content_title h2 span {
  width:5px;height:35px;background: #0083ff;margin-top:4px;
}
#lectureSection .inner .content .content_wrap {
  display: flex;flex-direction: column;gap:50px;
}
#lectureSection .inner .content .content_wrap .con_gap{
  display: grid;justify-content: space-between;align-items: center;grid-template-columns: 1fr 1fr;
  gap:14px;
}
#lectureSection .inner .content .content_wrap .con_gap .unit {
  max-width:100%;box-shadow: 0px 2px 5px rgba(0,0,0,.25);border-radius: 16px;overflow: hidden;
  text-align: center;height: 100%;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .thum{
  max-height:390px;overflow: hidden;
}
#lectureSection .inner .content .content_wrap .con_gap .unit img {
  width: 100%;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt{
  padding:16px 0;display: flex;flex-direction: column;gap:8px;align-items: center;justify-content: center;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt h2{
  font-size: 30px;line-height:41px;font-weight:700;color:#0183FF;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt p{
  font-size: 25px;line-height:34px;font-weight:400;color:#666666;
}
#lectureSection .inner .content .content_wrap .con_table {
  width:100%;
}
#lectureSection .inner .content .content_wrap .con_table table {
  border-bottom: 1px solid #bdbdbd;width:100%;text-align: left;
}
#lectureSection .inner .content .content_wrap .con_table table thead {
  text-align: center;
}
#lectureSection .inner .content .content_wrap .con_table table thead tr {
  background: #0083ff;height:60px;
}
#lectureSection .inner .content .content_wrap .con_table table thead tr td {
  font-size:28px;font-weight: 700;line-height:1;padding:10px 35px;color:#ffffff;min-width:125px;
}
#lectureSection .inner .content .content_wrap .con_table table thead tr td:first-child{
  border-right: 1px solid #bdbdbd;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td {
  border:1px solid #bdbdbd;padding:25px 27px 25px 24px;font-size:28px;color:#666666;font-weight: 400;
  line-height: 38px;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;padding:25px 20px;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td:last-child {
  border-right: 0;
}


#onePassSection {
  background-image: url(https://careergate-service.s3.amazonaws.com/img/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://careergate-service.s3.amazonaws.com/img/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://careergate-service.s3.amazonaws.com/img/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://careergate-service.s3.amazonaws.com/img/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 a {
  display: flex;width:100%;height:100%;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a::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 a .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 a .class_txt {
      opacity: 1;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a .class_txt h2{
  color:#fff;font-size:28px;font-weight:700;line-height: 38px;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a .class_txt span{
  width: 25px;height:1px;background: #ffffff;
}

#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a .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:135px; padding:150px 0;    border-top: 1px solid #cccccc; border-bottom: 1px solid #cccccc;
}
#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;
}
#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:574px;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-slide {
  gap: 40px;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit{
  position: relative;width:423px;height:574px;
}
#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;
}

#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_unit .teacher_image img {
  width: unset;
  position: relative;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 574px;
  max-width: unset;
}
#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_info_txt {
  position: absolute;bottom:50px;z-index: 3;display: flex;flex-direction: column;gap:10px;align-items: flex-start;justify-content: flex-start;overflow: hidden;opacity: 1;
  padding:0 48px;
  width:100%;
  z-index: 2;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide .teacher_unit .teacher_info_txt img{
  width: unset;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt p{
  font-size: 25px;
  line-height: 34px;
  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 span{
  width: 25px;height:1px;background: #2B2B2B;
}
#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 .teacher_info_txt &gt; 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: 0;
  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 &gt; a {
  font-size: 22px;
  color: #666666;
  font-weight: 400;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}




.main_container #facilitiesSection .inner {
  padding:150px 0 75px;
}
/* .main_container #facilitiesSection .section_title p{
  display:none;
} */
.main_container #consultingSection .inner{
  padding:75px 0 130px;
}


@media all and (max-width:768px){
.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: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;
}
#lectureMain video {
  position: relative;
  top:0;left:50%;
  transform:translate(-50%, 0);
  height: 61.1979vw;
}


#lectureSection .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:19.5313vw;
  padding:19.5313vw 0 9.7656vw;
}
#lectureSection .inner .section_title {
  display: flex;flex-direction: column;gap:1.5625vw;
  text-align: center;
  min-width:65.1042vw;
  max-width:96.0937vw;
}
#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.3854vw;
  border:0.5208vw solid #52B8E4;
  border-top:0;
}
#lectureSection .inner .section_title p {
  font-size:2.8646vw;color:#0081ff;line-height:4.2969vw;letter-spacing: 1.9531vw;font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
}
#lectureSection .inner .section_title h2 {
  font-size:7.1615vw;font-weight: 700;line-height: 9.7656vw;padding: 0 4.16666vw;
}
#lectureSection .inner .section_title span {
  font-size:3.2552vw;font-weight: 500;line-height: 4.4271vw;color: #666666;padding: 0 4.1666vw;
}






#lectureSection .inner .content {
  width: 100%;display: flex;flex-direction: column;gap:3.9063vw;
}
#lectureSection .inner .content .content_title {
  text-align: left;
}
#lectureSection .inner .content .content_title h2{
  position: relative;
  font-size:4.5573vw;font-weight: 700;color:#2b2b2b;line-height: 6.2500vw;
  display: flex;align-items: center;gap:1.3021vw;
}
#lectureSection .inner .content .content_title h2 span {
  width:0.6510vw;height:4.5573vw;background: #0083ff;margin-top:0.5208vw;
}
#lectureSection .inner .content .content_wrap {
  display: flex;flex-direction: column;gap:6.5104vw;
}
#lectureSection .inner .content .content_wrap .con_gap{
  display: grid;justify-content: space-between;align-items: center;grid-template-columns: 1fr 1fr;
  gap:1.8229vw;
}
#lectureSection .inner .content .content_wrap .con_gap .unit {
  max-width:100%;box-shadow: 0.0000vw 0.2604vw 0.6510vw rgba(0,0,0,.25);border-radius: 2.0833vw;overflow: hidden;
  text-align: center;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .thum{
  max-height:50.7812vw;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt{
  padding:2.0833vw 0;display: flex;flex-direction: column;gap:1.0417vw;align-items: center;justify-content: center;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt h2{
  font-size: 3.9063vw;line-height:5.3385vw;font-weight:700;color:#0183FF;
}
#lectureSection .inner .content .content_wrap .con_gap .unit .txt p{
  font-size: 3.2552vw;line-height:4.4271vw;font-weight:400;color:#666666;
}
#lectureSection .inner .content .content_wrap .con_table {
  width:100%;
}
#lectureSection .inner .content .content_wrap .con_table table {
  border: 1px solid #bdbdbd;width:100%;text-align: left;
}
#lectureSection .inner .content .content_wrap .con_table table thead {
  text-align: center;
}
#lectureSection .inner .content .content_wrap .con_table table thead tr {
  background: #0083ff;height:7.8125vw;
}
#lectureSection .inner .content .content_wrap .con_table table thead tr td {
  font-size:3.6458vw;font-weight: 700;line-height:1;padding:1.3021vw 4.5573vw;color:#ffffff;min-width:16.2760vw;
}
#lectureSection .inner .content .content_wrap .con_table table thead tr td:first-child{
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td {
  padding:3.2552vw 3.5156vw 3.2552vw 3.1250vw;font-size:3.6458vw;color:#666666;font-weight: 400;
  line-height: 4.9479vw;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;padding:3.2552vw 2.6042vw;
}
#lectureSection .inner .content .content_wrap .con_table table tbody tr td:last-child {
  border-right: 0;
}


#onePassSection {
  background-image: url(https://careergate-service.s3.amazonaws.com/img/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: 100vw;
}
#commonSection .inner .common_section_unit2 img {
  width: 96.0937vw;
}


#passSection {
  background-image: url(https://careergate-service.s3.amazonaws.com/img/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 &gt; 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://careergate-service.s3.amazonaws.com/img/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://careergate-service.s3.amazonaws.com/img/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 a {
  display: flex;width:100%;height:100%;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a::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 a .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 a .class_txt {
      opacity: 1;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a .class_txt h2{
  color:#fff;font-size:3.6458vw;font-weight:700;line-height: 4.9479vw;
}
#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a .class_txt span{
  width: 3.2552vw;background: #ffffff;
}

#btClassSection .inner .section_content_container .btClassSwiper .swiper-slide a .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:17.5781vw; padding:19.5313vw 0;    
}
#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;
}
#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:74.7396vw;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-container .swiper-slide {
  gap: 5.2083vw;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_unit{
  position: relative;width:55.0781vw;height:74.7396vw;overflow: hidden;
}
#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;
}

#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_unit .teacher_image img {
  width: unset;
  position: relative;
  top: 7.8125vw;
  left: 50%;
  transform: translate(-50%, 0);
  height: 74.7395vw;
  max-width: unset;
}
#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_info_txt {
  position: absolute;bottom:6.5104vw;z-index: 3;display: flex;flex-direction: column;gap:1.3021vw;align-items: flex-start;justify-content: flex-start;overflow: hidden;transition: opacity .5s ease-in-out;opacity: 1;
  padding:0 6.2500vw;
  width:100%;
  z-index: 2;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .swiper-slide .teacher_unit .teacher_info_txt img {
  width: 7.9427vw;
}
#teacherSection .section_content_container .best_teacher_content .best_teacher_info_wrap .best_teacher_content_gap .teacher_info_txt p{
  font-size: 3.2552vw;
  line-height: 4.4271vw;
  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 span{
  width: 3.2552vw;background: #2B2B2B;
}
#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 .teacher_info_txt &gt; 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: 0;
  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 &gt; 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 &gt; a img {
  width: 5.2083vw;
}



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

}</pre></body></html>