body{
  font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
}
.main_top_slide {
  position: relative;
  z-index: 0;
}
.main_top_slide_view {
  position: relative;
  overflow: hidden;
  /*min-height: 770px;*/
}
.main_top_slide_view .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.main_top_slide_view .swiper-horizontal>.swiper-pagination-bullets, .main_top_slide_view .swiper-pagination-bullets.swiper-pagination-horizontal, .main_top_slide_view .swiper-pagination-custom, .main_top_slide_view .swiper-pagination-fraction {
  bottom:30px;
}
.main_top_slide .main_top_slide_view .swiper-pagination .swiper-pagination-bullet {
  background-color: #6b6e73;opacity: 1;width:11px;height:11px;transition: width 0.3s ease-in-out;
  border-radius: 11px;
}
.main_top_slide .main_top_slide_view .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fb6263;
  width:27px;height:11px;transition: width 0.3s ease-in-out;
  border-radius: 11px;
}

.main_section {
  border-bottom:1px solid #ececec;
}
.main_menu {
  background-color: #fff;
  padding:60px 0;
}
.main_menu .inner ul{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:85px;
}
.main_menu .inner ul li a {
  display: flex;flex-direction: column;
  gap:18px;
  align-items: center;
  justify-content: space-between;
  height:78px;
}
.main_menu .inner ul li a img {
  height: 46px;
}
.main_menu .inner ul li a.main_menu_counsel img {
  height: 46px;
}
.main_menu .inner ul li a.main_menu_campus img {
  height: 46px;
}
.main_menu .inner ul li a.main_menu_kakao img {
  height: 45px;
}
.main_menu .inner ul li a.main_menu_curriculum img {
  height: 46px;
}
.main_menu .inner ul li a.main_menu_event img {
  height: 45px;
}
.main_menu .inner ul li img {
  margin:auto 0;
}
.main_menu .inner ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.main_menu.main_menu_branch .main_menu_wrap ul li.main_menu_curriculum_wrap {
  display: none;
}
.main_menu_branch .main_menu_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.main_menu_branch .main_menu_wrap ul {
  justify-content: center;
  flex: 1;
}
.main_menu_branch .main_menu_wrap ul li.main_menu_tel_wrap{
  display: flex;
  align-items: center;
  border-left: 1px solid #dbdbdb;
  gap:25px;
  padding:8px 0 8px 73px;
}
.main_menu_branch .main_menu_tel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex-shrink: 0;
}
.main_menu_branch .main_menu_tel_wrap .main_menu_tel_label {
  font-size: 17px;
  font-weight: 200;
  color: #000;
  line-height: 1;
}
.main_menu_branch .main_menu_tel_wrap .main_menu_tel_num {
  font-size: 41px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1;
  letter-spacing: -2%;
  height: unset;
}
.main_section {
  padding:80px 0;
  overflow: hidden;
}
.main_section .inner {
  display: flex;
  flex-direction: column;
  gap:30px;
}
.section_title {
  display: flex;gap:12px;
  align-items: flex-start;
  justify-content: flex-start;
}
.section_title h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000;
}
.section_title a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_content {
  display: flex;
  flex-direction: column;
  gap:30px;
}
.lecture_object_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:19px;
  row-gap:30px;
}
.lecture_object_item {
  width: 100%;
}
.lecture_object_item a{
  width: 100%;
  display: flex;flex-direction: column;
  gap:20px;
}
.lecture_object_item a .lecture_object_item_title {
  display: flex;flex-direction: column;
  gap:10px;
}
.lecture_object_item a .lecture_object_item_title p {
  font-size:14px;font-weight: 400;color: #546680;
}
.lecture_object_item a .lecture_object_item_title h3 {
  font-size:18px;font-weight: 700;color: #000000;
}
.lecture_object_item a .lecture_object_item_image {
  width:225px;height:230px;
  overflow: hidden;
  border-radius: 20px;
}
.lecture_object_item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success_story_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
  row-gap:32px;
}
.success_story_item {
  width: 100%;
}
.success_story_item a,
.success_story_item .success_story_video_btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  text-align: left;
}
.success_story_item_image {
  position: relative;
  width: 100%;
  height:225px;
  overflow: hidden;
  border-radius: 20px;
}
.success_story_item_image img,
.success_story_item_image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.success_story_item_title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.success_story_play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
}
.success_story_play_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}

.content_tab_btn_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.content_tab_btn_container .content_tab_btn {
  flex: 1;
  min-width: 0;
}
.content_swiper_navigation {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  margin-left: auto;

}
.content_swiper_navigation span {
  width: 1px;
  height: 23px;
  background: #dbdbdb;
  display: block;
}
.content_swiper_navigation .content_swiper_navigation_prev,
.content_swiper_navigation .content_swiper_navigation_next {
  position: static;
  margin: 0;
  cursor: pointer;
  width: fit-content;
  z-index: 9;
}
.content_swiper_navigation .content_swiper_navigation_prev::after,
.content_swiper_navigation .content_swiper_navigation_next::after {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.content_swiper_navigation .swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.teacher_list_container .swiper-slide {
  display: flex;
  height: auto;
  width: 227px;
  flex-shrink: 0;
}
.teacher_list_container .swiper-slide .teacher_item {
  width: 100%;
}
.teacher_list_container .swiper-slide .teacher_item .teacher_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.teacher_list_container .swiper-slide .teacher_item .teacher_item_image {
  width: 224px;
  height: 254px;
  overflow: hidden;
  border-radius: 20px;
  background: #cfdadd;
  position: relative;
}
.teacher_list_container .swiper-slide:nth-child(even) .teacher_item .teacher_item_image {
  background: #e1d2cf;
}
.teacher_list_container .swiper-slide .teacher_item .teacher_item_image img {
  position: absolute;
  max-width: unset;
  width: auto;
  height: 500px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.teacher_list_container .swiper-slide .teacher_item .teacher_item_title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.teacher_list_container .swiper-slide .teacher_item .teacher_item_title p {
  font-size: 13px;
  font-weight: 400;
  color: #546680;
}
.teacher_list_container .swiper-slide .teacher_item .teacher_item_title h2 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}
.teacher_list_container .swiper-slide .teacher_item .teacher_item_title h2 span{
  font-weight:300;
}

.beauty_story_list {
  width: 100%;
}
.beauty_story_list .beauty_story_swiper {
  width:100%;
}
.beauty_story_list .swiper-slide {
  width: 280px;
  flex-shrink: 0;
  height: auto;
}
.beauty_story_item {
  width: 100%;
}
.beauty_story_item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 280px;

}
.beauty_story_item_image {
  width: 280px;
  height: 280px;
  overflow: hidden;
  border-radius: 20px;
}
.beauty_story_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.beauty_story_item_title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.beauty_story_item_title p {
  font-size: 13px;
  font-weight: 400;
  color: #546680;
  height: 13px;
}
.beauty_story_item_title_text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.beauty_story_item_title_text h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
}
.beauty_story_item_title_text h3 span {
  font-weight: 300;
  color: #dbdbdb;
}
.beauty_story_item_title_text > span {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 24px;
}

.facility_container .facility_swiper_navigation {
  margin-left: auto;
}
.facility_list_container {
  width: 100%;
}
.facility_list_container .facility_swiper {
  width: 100%;
  overflow: visible;
}
.facility_list_container .swiper-slide {
  width: 794px;
  flex-shrink: 0;
  height: auto;
  max-height:500px;
}
.facility_list_container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.event_container .event_swiper_navigation {
  margin-left: auto;
}
.event_list_container {
  width: 100%;
}
.event_list_container .event_swiper {
  width: 100%;
}
.event_list_container .swiper-slide {
  width: 280px;
  flex-shrink: 0;
  height: auto;
}
.event_item {
  width: 100%;
}
.event_item a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 380px;
}
.event_item_image {
  width: 280px;
  height: 360px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.event_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event_item_title {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.event_item_title p {
  font-size: 13px;
  font-weight: 700;
  color: #fb6263;
}
.event_item_title h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}
.consult_form_container {
  display: none;
}

/* logo slide — CSS marquee (constant px/s; Swiper per-slide speed caused bounce) */
.partner_container .slide_box{position: relative; width: 100%; height: 107px; margin: 0 auto; overflow: hidden;display: flex;}
.partner_container .slide_box .swiper-container{width: 100%; overflow: hidden;}
.partner_container .slide_box .swiper-slide {width: auto; display: flex; align-items: center; flex-shrink: 0; margin: 0 100px 0 0;}
.partner_container .slide_box .swiper-wrapper{
  display: flex;
  align-items: center;
  width: max-content;
  transition: none;
  animation: partner-marquee 50s linear infinite;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.partner_container .slide_box img{width: auto; display: block;}
.partner_container .slide_box img.partner_pc {
  display: block;
}
.partner_container .slide_box img.partner_mobile {
  display: none;
}
@keyframes partner-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .partner_container .slide_box .swiper-wrapper {
    animation: none;
  }
}



.branch_review_list {
  width: 100%;
}
.branch_review_list .swiper-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
}
.branch_review_list .swiper-slide {
  flex: 1 1 0;
  min-width: 0;
  max-width: 230px;
  height: auto;
  align-self: stretch;
  box-sizing: border-box;
}
.branch_review_list a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border:1px solid #e4e6ea;
  border-radius: 10px;
  gap: 10px;
  padding:24px 12px 24px 17px;
  width: 100%;
  max-width:230px;
  height: 100%;
  box-sizing: border-box;
}
.branch_review_list a h2 {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #fb6263;
  border-radius: 3px;
  padding:3px 10px;
  min-width:54px;
  text-align: center;
  line-height: 1;
}
.branch_review_list a b {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.branch_review_list a p {
  font-size: 12px;
  font-weight:300;
  color: #5c6675;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: auto;
  min-height: 32px;
}

.branch_board_list.branch_notice_list {
  width:100%;
  border-top:1px solid #5c6675;
}
.branch_board_list.branch_notice_list .branch_board_item {
  width:100%;
  border-bottom:1px solid #e4e6ea;
  padding:24px 12px 24px 17px;
  display: flex;
  gap:30px
}
.branch_board_list.branch_notice_list .branch_board_item span {
  font-size: 16px;
  font-weight: 900;
  color: #fb6263;
  line-height: 1;
  min-width: 27px;
  text-align: center;
}
.branch_board_list.branch_notice_list .branch_board_item span.none_badge {
  color:#000;
  font-weight: 100;
}
.branch_board_list.branch_notice_list .branch_board_item a {
  display: block;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.branch_board_list.branch_notice_list .branch_board_item span.notice_date {
  font-size: 16px;
  font-weight: 400;
  color: #878787;
  line-height: 1;
  margin-left:auto;
  font-family: 'Montserrat';
  white-space: nowrap;
  min-width: 95px;
  text-align: right;
}

.table_pagination ul {
  gap:20px;
  margin-top: 49px;
}
.table_pagination ul > li a{
  font-size: 13px;
  font-weight: 400;
  color: #546680;
  line-height: 1;
  font-family: 'Montserrat';
}
.table_pagination ul > li.active a {
  font-weight: 800;
  color: #000000;
}
.table_pagination ul > li.before {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_left_v2.png);
  background-size: 6px 9px;
  background-repeat: no-repeat;
  background-position: center center;
}
.table_pagination ul > li.after {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_right_v2.png);
  background-size: 6px 9px;
  background-repeat: no-repeat;
  background-position: center center;
}

.branch_main_map_container {
  display: flex;
  flex-direction: row;
  gap: 33px;
}
.branch_main_map_container #branch_main_map {
  min-width: 660px;
  max-width: 660px;
}
.branch_main_map_info {
  display: flex;
  flex-direction: column;
  border:1px solid #e4e6ea;
  border-radius: 5px;
  width:100%;
  overflow: hidden;
}
.branch_main_map_info h3 {
  font-size: 23px;
  font-weight: 700;
  color: #546680;
  line-height: 1;
  padding:28px 34px;
  border-bottom:1px solid #e6e6e6;
}
.branch_main_map_info h3 span {
  font-weight: 300;
  color: #000000;
  line-height: 1;
}
.branch_main_map_info_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f9f9f9;
  height: 100%;
  padding:35px 40px;
}
.branch_main_map_info_button {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
.branch_main_map_info_button img {
  width: auto;
  height: 35px;
  object-fit: cover;
}
.branch_main_map_info_content .sns_button_container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top:7px;
}
.branch_main_map_info_content .sns_button_container h4 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  line-height: 1;
  font-family: 'Montserrat';
}
.branch_main_map_info_content .sns_button_container .sns_button_item {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.branch_main_map_info_content .sns_button_container .sns_button_item img {
  width: auto;
  height: 32px;
  object-fit: cover;
}
.branch_main_map_info p {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap:8px;
  word-break: keep-all;
}
.branch_main_map_info_content_tel {
  padding-bottom:5px;
}
.branch_main_map_info p span {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.branch_main_map_info p span {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  font-family: 'Montserrat';
}

@media all and (max-width: 1200px) {
  .main_top_slide {
    position: relative;
    z-index: 0;
  }
  .main_top_slide_view {
    position: relative;
    overflow: hidden;
    /*min-height: 64.1667vw;*/
  }
  .main_top_slide_view .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .main_top_slide_view .swiper-horizontal>.swiper-pagination-bullets, .main_top_slide_view .swiper-pagination-bullets.swiper-pagination-horizontal, .main_top_slide_view .swiper-pagination-custom, .main_top_slide_view .swiper-pagination-fraction {
    bottom:2.5000vw;
  }
  .main_top_slide .main_top_slide_view .swiper-pagination .swiper-pagination-bullet {
    background-color: #6b6e73;opacity: 1;width:0.9167vw;height:0.9167vw;transition: width 0.3s ease-in-out;
    border-radius: 0.9167vw;
  }
  .main_top_slide .main_top_slide_view .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fb6263;
    width:2.2500vw;height:0.9167vw;transition: width 0.3s ease-in-out;
    border-radius: 0.9167vw;
  }
  
  .main_section {
  }
  .main_menu {
    background-color: #fff;
    padding:5.0000vw 0;
  }
  .main_menu .inner ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:7.0833vw;
  }
  .main_menu .inner ul li a {
    display: flex;flex-direction: column;
    gap:1.5000vw;
    align-items: center;
    justify-content: space-between;
    height:6.5000vw;
  }
  .main_menu .inner ul li a img {
    width:auto;
    height: 3.8333vw;
  }
  .main_menu .inner ul li a.main_menu_counsel img {
    height: 3.8333vw;
  }
  .main_menu .inner ul li a.main_menu_campus img {
    height: 3.8333vw;
  }
  .main_menu .inner ul li a.main_menu_kakao img {
    height: 3.7500vw;
  }
  .main_menu .inner ul li a.main_menu_curriculum img {
    height: 3.8333vw;
  }
  .main_menu .inner ul li a.main_menu_event img {
    height: 3.7500vw;
  }
  .main_menu .inner ul li img {
    margin:auto 0;
  }
  .main_menu .inner ul li span {
    font-size: 1.1667vw;
    font-weight: 500;
    color: #000;
  }
  
  .main_menu_branch .main_menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.3333vw;
  }
  .main_menu_branch .main_menu_wrap ul {
    justify-content: center;
    flex: 1;
  }
  .main_menu_branch .main_menu_wrap ul li.main_menu_tel_wrap{
    display: flex;
    align-items: center;
    gap:2.0833vw;
    padding:0.6667vw 0 0.6667vw 6.0833vw;
  }
  .main_menu_branch .main_menu_wrap ul li.main_menu_tel_wrap img {
    width: 4.25vw;
    height: 4.25vw;
  }
  .main_menu_branch .main_menu_tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.3333vw;
    flex-shrink: 0;
  }
  .main_menu_branch .main_menu_tel_wrap .main_menu_tel_label {
    font-size: 1.4167vw;
    font-weight: 200;
    color: #000;
    line-height: 1;
  }
  .main_menu_branch .main_menu_tel_wrap .main_menu_tel_num {
    font-size: 3.4167vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1;
    letter-spacing: -2%;
    height: unset;
  }
  .main_section {
    padding:6.6667vw 0;
    overflow: hidden;
  }
  .main_section .inner {
    display: flex;
    flex-direction: column;
    gap:2.5000vw;
    padding: 0 1rem;
  }
  .section_title {
    display: flex;gap:1.0000vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section_title h2 {
    font-size: 3.3333vw;
    font-weight: 800;
    color: #000;
  }
  .section_title a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section_title a svg {
    width: 1.5833vw;
    height: 1.5833vw;
  }
  .section_title a svg image{
    width: 100%;
    height: 100%;
  }
  .section_content {
    display: flex;
    flex-direction: column;
    gap:2.5000vw;
  }
  .lecture_object_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap:1.5833vw;
    row-gap:2.5000vw;
  }
  .lecture_object_item {
    width: 100%;
  }
  .lecture_object_item a{
    width: 100%;
    display: flex;flex-direction: column;
    gap:1.6667vw;
  }
  .lecture_object_item a .lecture_object_item_title {
    display: flex;flex-direction: column;
    gap:0.8333vw;
  }
  .lecture_object_item a .lecture_object_item_title p {
    font-size:1.1667vw;font-weight: 400;color: #546680;
  }
  .lecture_object_item a .lecture_object_item_title h3 {
    font-size:1.5000vw;font-weight: 700;color: #000000;
  }
  .lecture_object_item a .lecture_object_item_image {
    width:18.7500vw;height:19.1667vw;
    overflow: hidden;
    border-radius: 1.6667vw;
  }
  .lecture_object_item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .success_story_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:2.5000vw;
    row-gap:2.6667vw;
  }
  .success_story_item {
    width: 100%;
  }
  .success_story_item a,
  .success_story_item .success_story_video_btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6667vw;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    text-align: left;
  }
  .success_story_item_image {
    position: relative;
    width: 100%;
    height:18.7500vw;
    overflow: hidden;
    border-radius: 1.6667vw;
  }
  .success_story_item_image img,
  .success_story_item_image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .success_story_item_title h3 {
    font-size: 1.5000vw;
    font-weight: 700;
    color: #000;
  }
  .success_story_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.0000vw;
    height: 4.0000vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
  }
  .success_story_play_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 0.6667vw 0 0.6667vw 1.1667vw;
    border-color: transparent transparent transparent #fff;
  }
  
  .content_tab_btn_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5000vw;
  }
  .content_tab_btn_container .content_tab_btn {
    flex: 1;
    min-width: 0;
  }
  .content_swiper_navigation {
    display: flex;
    align-items: center;
    gap: 1.0833vw;
    flex-shrink: 0;
    margin-left: auto;
  
  }
  .content_swiper_navigation span {
    height: 1.9167vw;
    background: #dbdbdb;
    display: block;
  }
  .content_swiper_navigation .content_swiper_navigation_prev,
  .content_swiper_navigation .content_swiper_navigation_next {
    position: static;
    margin: 0;
    cursor: pointer;
    width: fit-content;
    z-index: 9;
  }
  .content_swiper_navigation .content_swiper_navigation_prev::after,
  .content_swiper_navigation .content_swiper_navigation_next::after {
    font-size: 1.5833vw;
    font-weight: 700;
    color: #000;
  }
  .content_swiper_navigation .swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
  }
  
  .teacher_list_container .swiper-slide {
    display: flex;
    height: auto;
    width: 18.9167vw;
    flex-shrink: 0;
  }
  .teacher_list_container .swiper-slide .teacher_item {
    width: 100%;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.0833vw;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_image {
    width: 18.6667vw;
    height: 21.1667vw;
    overflow: hidden;
    border-radius: 1.6667vw;
    background: #cfdadd;
    position: relative;
  }
  .teacher_list_container .swiper-slide:nth-child(even) .teacher_item .teacher_item_image {
    background: #e1d2cf;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_image img {
    position: absolute;
    max-width: unset;
    width: auto;
    height: 41.6666vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title {
    display: flex;
    flex-direction: column;
    gap: 0.8333vw;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title p {
    font-size: 1.0833vw;
    font-weight: 400;
    color: #546680;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title h2 {
    font-size: 1.5000vw;
    font-weight: 900;
    color: #000000;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title h2 span{
    font-weight:300;
  }
  
  .beauty_story_list {
    width: 100%;
  }
  .beauty_story_list .beauty_story_swiper {
    width:100%;
  }
  .beauty_story_list .swiper-slide {
    width: 23.3333vw;
    flex-shrink: 0;
    height: auto;
  }
  .beauty_story_item {
    width: 100%;
  }
  .beauty_story_item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.6667vw;
    max-width: 23.3333vw;
  
  }
  .beauty_story_item_image {
    width: 23.3333vw;
    height: 23.3333vw;
    overflow: hidden;
    border-radius: 1.6667vw;
  }
  .beauty_story_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .beauty_story_item_title {
    display: flex;
    flex-direction: column;
    gap: 0.6667vw;
  }
  .beauty_story_item_title p {
    font-size: 1.0833vw;
    font-weight: 400;
    color: #546680;
    height: 1.0833vw;
  }
  .beauty_story_item_title_text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .beauty_story_item_title_text h3 {
    font-size: 1.5vw;
    font-weight: 900;
    color: #000000;
    line-height: 2vw;
  }
  .beauty_story_item_title_text h3 span {
    font-weight: 300;
    color: #dbdbdb;
  }
  .beauty_story_item_title_text > span {
    font-size: 1.5vw;
    font-weight: 300;
    color: #000000;
    line-height: 2vw;
  }
  
  .facility_container .facility_swiper_navigation {
    margin-left: auto;
  }
  .facility_list_container {
    width: 100%;
  }
  .facility_list_container .facility_swiper {
    width: 100%;
    overflow: visible;
  }
  .facility_list_container .swiper-slide {
    width: 66.1667vw;
    flex-shrink: 0;
  }
  .facility_list_container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1.6667vw;
  }
  
  .event_container .event_swiper_navigation {
    margin-left: auto;
  }
  .event_list_container {
    width: 100%;
  }
  .event_list_container .event_swiper {
    width: 100%;
  }
  .event_list_container .swiper-slide {
    width: 23.3333vw;
    flex-shrink: 0;
    height: auto;
  }
  .event_item {
    width: 100%;
  }
  .event_item a {
    display: flex;
    flex-direction: column;
    gap: 1.6667vw;
    width: 100%;
    max-width: 31.6667vw;
  }
  .event_item_image {
    width: 23.3333vw;
    height: 30.0000vw;
    overflow: hidden;
    border-radius: 1.6667vw;
    position: relative;
  }
  .event_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .event_item_title {
    display: flex;
    flex-direction: column;
    gap: 0.6667vw;
  }
  .event_item_title p {
    font-size: 1.0833vw;
    font-weight: 700;
    color: #fb6263;
  }
  .event_item_title h3 {
    font-size: 1.5000vw;
    font-weight: 400;
    color: #000000;
    line-height: 2.0000vw;
  }
  .consult_form_container {
    display: none;
  }
  
  /* logo slide*/
  .partner_container .slide_box{position: relative; width: 100%; height: 8.9167vw; margin: 0 auto; overflow: hidden;display: flex;}
  .partner_container .slide_box .swiper-container{width: 100%; overflow: hidden;}
  .partner_container .slide_box .swiper-slide {width: auto; display: flex; align-items: center; flex-shrink: 0; margin: 0 4.1667vw 0 0;}
  .partner_container .slide_box .swiper-wrapper{
    display: flex;
    align-items: center;
    width: max-content;
    transition: none;
    animation: partner-marquee 50s linear infinite;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
  .partner_container .slide_box img{width: calc(var(--img-nw) * 1vw / 12); height: auto;}
  .partner_container .slide_box img.partner_pc {
    display: block;
  }
  .partner_container .slide_box img.partner_mobile {
    display: none;
  }


  .branch_review_list .swiper-wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1.0000vw;
  }
  .branch_review_list .swiper-slide {
    flex: 1 1 0;
    min-width: 0;
    max-width: 19.1667vw;
    height: auto;
    align-self: stretch;
  }
  .branch_review_list a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 0.8333vw;
    gap: 0.8333vw;
    padding:2.0000vw 1.0000vw 2.0000vw 1.4167vw;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .branch_review_list a h2 {
    font-size: 1.0000vw;
    font-weight: 700;
    color: #fff;
    background: #fb6263;
    border-radius: 0.2500vw;
    padding:0.2500vw 0.8333vw;
    min-width:4.5000vw;
    text-align: center;
    line-height: 1;
  }
  .branch_review_list a b {
    font-size: 1.5000vw;
    font-weight: 600;
    color: #000000;
    line-height: 1.7500vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .branch_review_list a p {
    font-size: 1.0000vw;
    font-weight:300;
    color: #5c6675;
    line-height: 1.3333vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: auto;
    min-height: 2.6667vw;
  }
  
  .branch_board_list.branch_notice_list {
    width:100%;
  }
  .branch_board_list.branch_notice_list .branch_board_item {
    width:100%;
    padding:2.0000vw 1.0000vw 2.0000vw 1.4167vw;
    display: flex;
    gap:2.5000vw
  }
  .branch_board_list.branch_notice_list .branch_board_item span {
    font-size: 1.3333vw;
    font-weight: 900;
    color: #fb6263;
    line-height: 1;
    min-width: 2.2500vw;
  }
  .branch_board_list.branch_notice_list .branch_board_item a {
    gap: 0.8333vw;
    font-size: 1.3333vw;
    font-weight: 500;
    color: #000000;
    line-height: 1;
  }
  .branch_board_list.branch_notice_list .branch_board_item span.notice_date {
    font-size: 1.3333vw;
    font-weight: 400;
    color: #878787;
    line-height: 1;
    margin-left:auto;
    font-family: 'Montserrat';
    min-width: 7.9166vw;
  }
  .table_pagination ul {
    gap:1.6667vw;
    margin-top: 4.0833vw;
  }
  .table_pagination ul > li a{
    font-size: 1.0833vw;
    font-weight: 400;
    color: #546680;
    line-height: 1;
    font-family: 'Montserrat';
  }
  .table_pagination ul > li.active a {
    font-weight: 800;
    color: #000000;
  }
  .table_pagination ul > li.before {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_left_v2.png);
    background-size: 0.5000vw 0.7500vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .table_pagination ul > li.after {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_right_v2.png);
    background-size: 0.5000vw 0.7500vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .branch_main_map_container {
    display: flex;
    flex-direction: row;
    gap: 2.7500vw;
  }
  .branch_main_map_container #branch_main_map {
    min-width: 55.0000vw;
    max-width: 55.0000vw;
  }
  .branch_main_map_info {
    display: flex;
    flex-direction: column;
    border-radius: 0.4167vw;
    width:100%;
    overflow: hidden;
  }
  .branch_main_map_info h3 {
    font-size: 1.9167vw;
    font-weight: 700;
    color: #546680;
    line-height: 1;
    padding:2.3333vw 2.8333vw;
  }
  .branch_main_map_info h3 span {
    font-weight: 300;
    color: #000000;
    line-height: 1;
  }
  .branch_main_map_info_content {
    display: flex;
    flex-direction: column;
    gap: 0.8333vw;
    background: #f9f9f9;
    height: 100%;
    padding:2.9167vw 3.3333vw;
  }
  .branch_main_map_info_button {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.6510vw;
  }
  .branch_main_map_info_button img {
    width: auto;
    height: 2.9166vw;
    object-fit: cover;
  }
  .branch_main_map_info_content .sns_button_container {
    display: flex;
    flex-direction: column;
    gap: 0.8333vw;
    padding-top:1.6667vw;
  }
  .branch_main_map_info_content .sns_button_container h4 {
    font-size: 1.2500vw;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    font-family: 'Montserrat';
  }
  .branch_main_map_info_content .sns_button_container .sns_button_item {
    display: flex;
    flex-direction: row;
    gap: 0.4167vw;
  }
  .branch_main_map_info_content .sns_button_container .sns_button_item img {
    width: auto;
    height: 2.6666vw;
    object-fit: cover;
  }
  .branch_main_map_info p {
    font-size: 1.5833vw;
    font-weight: 400;
    color: #000000;
    line-height: 1.8333vw;
    display: flex;
    align-items: center;
    gap:0.6667vw
  }
  .branch_main_map_info_content_tel {
    padding-bottom:0.4167vw;
  }
  .branch_main_map_info p span {
    font-size: 1.5833vw;
    font-weight: 400;
    color: #000000;
    line-height: 1;
  }
  .branch_main_map_info p span {
    font-size: 2.0833vw;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    font-family: 'Montserrat';
  }
}


@media all and (max-width: 768px) {
  .main_section {
    padding:13.02083vw 0;
  }
  .main_section .inner {
    max-width: 93.75vw;
    margin:0 auto;
    padding: 0;
    gap:5.0781vw;
  }
  .section_title {
    display: flex;gap:1.5625vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section_title h2 {
    font-size: 5.2083vw;
    font-weight: 800;
    color: #000;
  }
  .section_title a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section_title a svg {
    width: 2.4740vw;
    height: 2.4740vw;
}
  .section_content {
    display: flex;
    flex-direction: column;
    gap:5.2083vw;
  }
  .content_swiper_navigation {
    display: none !important;
  }
  .main_top_slide {
    position: relative;
    z-index: 0;
  }
  .main_top_slide_view {
    position: relative;
    overflow: hidden;
  }
  .main_top_slide_view .swiper-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }
  .main_top_slide_view .swiper-horizontal>.swiper-pagination-bullets, .main_top_slide_view .swiper-pagination-bullets.swiper-pagination-horizontal, .main_top_slide_view .swiper-pagination-custom, .main_top_slide_view .swiper-pagination-fraction {
    display: none;
  }
  .main_menu {
    background-color: #fff;
    padding:9.1146vw 0;
  }
  .main_menu .inner ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:6.5104vw;
  }
  .main_menu .inner ul li a {
    display: flex;flex-direction: column;
    gap:2.3438vw;
    align-items: center;
    justify-content: space-between;
    height:14.0625vw;
  }
  .main_menu .inner ul li a img {
    height: 8.9844vw;
  }
  .main_menu .inner ul li a.main_menu_counsel img {
    height: 8.9844vw;
  }
  .main_menu .inner ul li a.main_menu_campus img {
    height: 8.9844vw;
  }
  .main_menu .inner ul li a.main_menu_kakao img {
    height: 7.9427vw;
  }
  .main_menu .inner ul li a.main_menu_curriculum img {
    height: 9.1146vw;
  }
  .main_menu .inner ul li a.main_menu_event img {
    height: 8.7240vw;
  }
  .main_menu.main_menu_branch .main_menu_wrap ul li.main_menu_curriculum_wrap {
    display: block;
  }
  .main_menu_branch .main_menu_wrap ul li.main_menu_tel_wrap {
    display: none;
  }

  .main_menu .inner ul li img {
    margin:auto 0;
  }
  .main_menu .inner ul li span {
    font-size: 3.1250vw;
    font-weight: 500;
    color: #000;
  }
  .lecture_object_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:3.3854vw;
    row-gap:6.5104vw;
  }
  .lecture_object_item {
    width: 100%;
  }
  .lecture_object_item a{
    width: 100%;
    display: flex;flex-direction: column;
    gap:3.9063vw;
  }
  .lecture_object_item a .lecture_object_item_title {
    display: flex;flex-direction: column;
    gap:0;
  }
  .lecture_object_item a .lecture_object_item_title p {
    display: none;
  }
  .lecture_object_item a .lecture_object_item_title h3 {
    font-size:3.9063vw;font-weight: 700;color: #000000;
  }
  .lecture_object_item a .lecture_object_item_image {
    width:100%;height:46.2240vw;
    overflow: hidden;
    border-radius: 1.9531vw;
  }

  .success_story_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:3.3854vw;
    row-gap:3.6458vw;
  }
  .success_story_item {
    width: 100%;
  }
  .success_story_item a,
  .success_story_item .success_story_video_btn {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    text-align: left;
  }
  .success_story_item_image {
    position: relative;
    width: 100%;
    height:26.6927vw;
    overflow: hidden;
    border-radius: 1.9531vw;
  }
  .success_story_item_image img,
  .success_story_item_image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .success_story_item_title h3 {
    font-size: 3.9063vw;
    font-weight: 700;
    color: #000;
  }
  .success_story_play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 9.1146vw;
    height: 9.1146vw;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
  }
  .success_story_play_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 1.8229vw 0 1.8229vw 2.6042vw;
    border-color: transparent transparent transparent #fff;
  }

  .content_tab_btn_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3.9062vw;
  }
  .content_tab_btn_container .content_tab_btn {
    flex: 1;
    min-width: 0;
    overflow:visible;
  }
  .teacher_list_container .swiper-slide {
    display: flex;
    height: auto;
    width: 43.6198vw;
    flex-shrink: 0;
  }
  .teacher_list_container .swiper-slide .teacher_item {
    width: 100%;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.9063vw;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_image {
    width: 43.6198vw;
    height: 50.3906vw;
    overflow: hidden;
    border-radius: 2.6042vw;
    background: #cfdadd;
    position: relative;
  }
  .teacher_list_container .swiper-slide:nth-child(even) .teacher_item .teacher_item_image {
    background: #e1d2cf;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_image img {
    position: absolute;
    max-width: unset;
    width: auto;
    height: 97.5260vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title {
    display: flex;
    flex-direction: column;
    gap: 1.9531vw;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title p {
    font-size: 3.1250vw;
    font-weight: 400;
    color: #546680;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title h2 {
    font-size: 3.9063vw;
    font-weight: 900;
    color: #000000;
  }
  .teacher_list_container .swiper-slide .teacher_item .teacher_item_title h2 span{
    font-weight:300;
  }




  .beauty_story_list {
    width: 100%;
  }
  .beauty_story_list .beauty_story_swiper {
    width:100%;
  }
  .beauty_story_list .swiper-slide {
    width: 43.3594vw;
    flex-shrink: 0;
    height: auto;
  }
  .beauty_story_item {
    width: 100%;
  }
  .beauty_story_item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5.2083vw;
    max-width: 43.3594vw;
  
  }
  .beauty_story_item_image {
    width: 43.3594vw;
    height: 43.3594vw;
    overflow: hidden;
    border-radius: 2.6042vw;
  }
  .beauty_story_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .beauty_story_item_title {
    display: flex;
    flex-direction: column;
    gap: 1.0417vw;
  }
  .beauty_story_item_title p {
    display:none;
  }
  .beauty_story_item_title_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .beauty_story_item_title_text h3 {
    font-size: 3.9063vw;
    font-weight: 900;
    color: #000000;
    line-height: 4.9479vw;
  }
  .beauty_story_item_title_text h3 span {
    display: none;
  }
  .beauty_story_item_title_text > span {
    font-size: 3.9063vw;
    font-weight: 300;
    color: #000000;
    line-height: 4.9479vw;
    width:100%;
  }
  
  .facility_container .facility_swiper_navigation {
    margin-left: auto;
  }
  .facility_list_container {
    width: 100%;
  }
  .facility_list_container .facility_swiper {
    width: 100%;
    overflow: visible;
  }
  .facility_list_container .swiper-slide {
    width: 93.7500vw;
    flex-shrink: 0;
  }
  .facility_list_container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 2.6042vw;
  }
  .event_container .event_swiper_navigation {
    margin-left: auto;
  }
  .event_list_container {
    width: 100%;
  }
  .event_list_container .event_swiper {
    width: 100%;
  }
  .event_list_container .swiper-slide {
    width: 43.6198vw;
    flex-shrink: 0;
    height: auto;
  }
  .event_item {
    width: 100%;
  }
  .event_item a {
    display: flex;
    flex-direction: column;
    gap: 3.9063vw;
    width: 100%;
    max-width: 43.6198vw;
  }
  .event_item_image {
    width: 43.6198vw;
    height: 56.1198vw;
    overflow: hidden;
    border-radius: 2.6042vw;
    position: relative;
  }
  .event_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .event_item_title {
    display: flex;
    flex-direction: column;
    gap: 1.0417vw;
  }
  .event_item_title p {
    font-size: 3.1250vw;
    font-weight: 700;
    color: #fb6263;
  }
  .event_item_title h3 {
    font-size: 3.9063vw;
    font-weight: 400;
    color: #000000;
    line-height: 4.9479vw;
  }
  .event_item_title h3 span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
  }
  .consult_form_container {
    display: none;
  }
  
  /* logo slide*/
  .partner_container .slide_box{position: relative; width: 100%; height: 13.9323vw; margin: 0 auto; overflow: hidden;display: flex;}
  .partner_container .slide_box .swiper-container{width: 100%; overflow: hidden;}
  .partner_container .slide_box .swiper-slide {width: auto; display: flex; align-items: center; flex-shrink: 0; margin: 0 13.0208vw 0 0;}
  .partner_container .slide_box .swiper-wrapper{
    display: flex;
    align-items: center;
    width: max-content;
    transition: none;
    animation: partner-marquee 40s linear infinite;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
  .partner_container .slide_box img{width: calc(var(--img-nw) * 1vw / 7.68); height: auto;}
  .partner_container .slide_box img.partner_pc {
    display: none;
  }
  .partner_container .slide_box img.partner_mobile {
    display: block;
  }

  .branch_review_list .swiper-wrapper {
    gap: 0;
    align-items: stretch;
  }
  .branch_review_list .swiper-slide {
    width: 43.4896vw;
    flex: none;
    max-width: none;
    height: auto;
    align-self: stretch;
  }
  .branch_review_list a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 1.3021vw;
    gap: 1.9531vw;
    padding:4.0365vw 3.2552vw 3.2552vw 3.2552vw;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    max-width: none;
  }
  .branch_review_list a h2 {
    font-size: 2.3438vw;
    font-weight: 700;
    color: #fff;
    background: #fb6263;
    border-radius: 0.3906vw;
    padding:0.6510vw 1.1719vw;
    min-width:10.2865vw;
    text-align: center;
    line-height: 1;
  }
  .branch_review_list a b {
    font-size: 3.3854vw;
    font-weight: 600;
    color: #000000;
    line-height: 3.9063vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .branch_review_list a p {
    font-size: 2.3438vw;
    font-weight:300;
    color: #5c6675;
    line-height: 2.9948vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: auto;
    min-height: 5.9896vw;
  }
  .branch_board_list.branch_notice_list {
    width:100%;
  }
  .branch_board_list.branch_notice_list .branch_board_item {
    width:100%;
    padding:5.2083vw 0;
    display: flex;
    flex-direction: column;
    gap:1.3021vw
  }
  .branch_board_list.branch_notice_list .branch_board_item span {
    font-size: 3.6458vw;
    font-weight: 900;
    color: #fb6263;
    line-height: 1;
    min-width: 3.5156vw;
    text-align: left;
  }
  .branch_board_list.branch_notice_list .branch_board_item span.none_badge {
    display: none;
  }
  .branch_board_list.branch_notice_list .branch_board_item a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 3.6458vw;
    font-weight: 500;
    color: #000000;
    line-height: 4.4271vw;
    overflow: hidden;
    max-width: 100%;
    white-space: unset;
  }
  .branch_board_list.branch_notice_list .branch_board_item span.notice_date {
    font-size: 3.3854vw;
    font-weight: 400;
    color: #878787;
    line-height: 1;
    margin-left:unset;
    font-family: 'Montserrat';
    min-width: unset;
    text-align: left;
  }

  .table_pagination ul {
    gap:1.3021vw;
    margin-top: 13.0208vw;
  }
  .table_pagination ul > li a{
    font-size: 3.3854vw;
    font-weight: 400;
    color: #546680;
    line-height: 1;
    font-family: 'Montserrat';
  }
  .table_pagination ul > li.active a {
    font-weight: 800;
    color: #000000;
  }
  .table_pagination ul > li.before {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_left_v2.png);
    background-size: 1.1719vw 1.8229vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .table_pagination ul > li.after {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/pagination_arrow_right_v2.png);
    background-size: 1.1719vw 1.8229vw;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .branch_main_map_container {
    display: flex;
    flex-direction: column;
    gap: 5.2083vw;
  }
  .branch_main_map_container #branch_main_map {
    min-width: 93.7500vw;
    max-width: 93.7500vw;
    height: 42.3177vw;
  }
  .branch_main_map_info {
    display: flex;
    flex-direction: column;
    border-radius: 0.6510vw;
    width:100%;
    overflow: hidden;
  }
  .branch_main_map_info h3 {
    font-size: 4.1667vw;
    font-weight: 700;
    color: #546680;
    line-height: 1;
    padding:5.2083vw 6.1198vw 3.9063vw;
  }
  .branch_main_map_info h3 span {
    font-weight: 300;
    color: #000000;
    line-height: 1;
  }
  .branch_main_map_info_content {
    display: flex;
    flex-direction: column;
    gap: 2.2135vw;
    background: #f9f9f9;
    height: 100%;
    padding:6.5104vw 7.8125vw;
  }
  .branch_main_map_info_content .sns_button_container {
    display: flex;
    flex-direction: column;
    gap: 2.6042vw;
    padding-top:2.6042vw;
  }
  .branch_main_map_info_content .sns_button_container h4 {
    font-size: 2.8646vw;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    font-family: 'Montserrat';
  }
  .branch_main_map_info_button {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.6510vw;
  }
  .branch_main_map_info_button img {
    width: auto;
    height: 6.7708vw;
    object-fit: cover;
  }
  .branch_main_map_info_content .sns_button_container .sns_button_item {
    display: flex;
    flex-direction: row;
    gap: 0.6510vw;
  }
  .branch_main_map_info_content .sns_button_container .sns_button_item img{
    width: auto;
    height: 5.9896vw;
    object-fit: cover;
  }
  .branch_main_map_info p {
    font-size: 3.3854vw;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    display: flex;
    align-items: center;
    gap:1.8229vw
  }
  .branch_main_map_info_content_tel {
    padding-bottom:1.9531vw;
  }
  .branch_main_map_info p span {
    font-size: 4.1667vw;
    font-weight: 700;
    color: #000000;
    line-height: 1;
    font-family: 'Montserrat';
  }
}