@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pretendard:wght@100..900&display=swap');
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Pretendard';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}
.mo_show {
  display: none;
}
.sub .tit{position: relative; width: 1200px; margin: 0 auto; padding: 60px 0 30px; text-align: center; border-bottom: 1px solid;}
.sub .tit p,
.sub .sub_txt{margin-top: 5px; font-size: 16px; text-align: center;}
.about_facility .tit .tiny_noti{color: #bbbbbb; text-align: right; font-size: 13px; margin:0; /*margin: 27px 0 -40px 0;*/}
.sub .tit h2{line-height: 1.6; color: #000; /* font-size: 26px; font-weight: 700; */ font-size: 32px !important; font-weight: 900 !important; text-align: center;}
.sub .sub_page > h2{line-height: 1.6; color: #000; /* font-size: 26px; font-weight: 700; */ font-size: 32px !important; font-weight: 900 !important; text-align: center;}
  .sub .tit strong{font-weight: 900;}
  .sub .inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 50px;
    padding: 60px 0;
  }
  .sub.about_news .inner {
    border-bottom:1px solid #efefef;
  }
  .sub.about_review .inner {
    border-bottom:1px solid #efefef;
  }
  .sub.about_beauty_gallery .inner {
    border-bottom:1px solid #efefef;
  }
  .sub.about_news .inner {
    border-bottom:1px solid #efefef;
  }
  .sub .lnb {
    width: 200px;
    padding: 40px 30px 40px 40px;
    background-color: #f9f9f9;
  }
  .sub .lnb ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .sub .lnb ul li.active a, .sub .lnb ul li:hover a {
    color: #222222;
    font-weight: 700;
  }
  .sub .lnb ul li.active a::before {
    position: absolute;
    top: 23%;
    left: -18px;
    transform: translate(0, -50%);
    content: "●";
    width: 4px;
    height: 0px;
    background-color: #222222;
    font-size: 10px;
  }
  .sub .lnb ul li a {
    position: relative;
    color: #777777;
  }
  .sub_page {
    width: 100%;
    flex: 1;
  }
  .sub_page > h2 {
    margin-bottom: 50px;
    color: #222222;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
  }
  .sub_page_img {
    margin-bottom: 30px;
  }
  
#wrap{
  position: relative;
}
.main_header_bnr {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.main_header_bnr .swiper-slide {
  position: relative;
}
.main_header_bnr .swiper-slide a {
  display: block;
  position: relative;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.main_header_bnr .swiper-slide.toggle .toggle_on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main_header_bnr .swiper-slide.toggle .toggle_on.on {
  opacity: 1;
}
.main_header_bnr .swiper-slide .mo {
  display: none;
}
.main_header_bnr .swiper-slide .bnr_inner {
  display: block;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.main_header_bnr .swiper-slide .bnr_inner .bnr_text {
  width: 47%;
  text-align: left;
}
.main_header_bnr .swiper-slide .bnr_inner .bnr_link_flex {
  width: 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 90px;
}
.main_header_bnr .swiper-slide .bnr_inner .bnr_link_flex .bnr_link_box {
  width: 33%;
}
.main_header_bnr .swiper-slide .bnr_inner .bnr_link_flex .bnr_link_box a {
  width: 100%;
}

.header {
  position: sticky;
  top:0;left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
}
.header * {
  font-family: "Pretendard";
}

/* 모바일 GNB — 기본 숨김 (≤768에서 노출) */
.mo_menu,
.mo_menu_dim {
  display: none;
}

/* PC / MO 슬롯 */
.mo_common {
  display: none !important;
}
.pc_common {
  display: revert;
}
.header_title{height: 38px; display: flex; border-bottom: 1px solid #e0e0e0;}
.header_title .inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width:1200px;
  padding: 10px 0;
}
.header_title h1 {
  padding: 48px 0;
  text-align: center;
}
.header_title h1 img{width: 75%;}

.header_title h1 a {
  width: 253px;
}
.header_title h1 .mobile_menu {
  display: none;
}
.header_title .user {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header_title .user li {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.header_title .user li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 8px;
  background-color: #cccccc;
}
.header_title .user li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.header_title .user li:last-of-type::before {
  display: none;
}
.header_title .user li a {
  color: #777777;
  font-size: 14px;
}
.header_title .user li a.login {
  position: relative;
  padding-left: 21px;
}
.header_title .user li a.login::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 13px;
  height: 15px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/main/icon_login.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header_title .point {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.header_title .point p {
  position: relative;
  padding-left: 23px;
  color: #222222;
  font-size: 14px;
}
.header_title .point p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/main/icon_point.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header_title .header_left_bnr {
  position: relative;
}
.header_title .header_left_bnr .swiper {
  overflow: hidden;
}
.header_title .header_left_bnr .swiper a{
  font-size: 12px;
  color: #000000;
  font-weight:400;
  display: block;
}
.header_title .header_left_bnr .button-prev {
  position: absolute;
  top: calc(50% - 3.5px);
  left: -16px;
  width: 7px;
  height: 10px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/header_left_bnr_arrow_left.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}
.header_title .header_left_bnr .button-next {
  position: absolute;
  top: calc(50% - 3.5px);
  right: -16px;
  width: 7px;
  height: 10px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/header_left_bnr_arrow_right.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.headerRightBnr {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left:auto;
  gap:9px;
}
.headerRightBnr a {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
}
.headerRightBnr a span {
  color: #fb6263;
  font-weight: 600;
}
.headerRightBnr a svg {
  width: 9px;
  height: 8px;
}
.headerRightBnr > span {
  width:1px;
  height: 11px;
  background-color: #cccccc;
}
.mo_depth2_wrap {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
.mo_depth2_wrap .mo_depth2 {
  display: none;
}
.mo_depth2_wrap .mo_depth2.on {
  display: block;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide {
  width: auto;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide a {
  color: #bbbbbb;
  font-size: 28px;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide.active a {
  color: #222222;
  font-weight: 700;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide:last-of-type {
  margin-right: 0;
}
.mo_depth2_wrap .mo_depth2 ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mo_depth2_wrap .mo_depth2 ul li i {
  margin-right: 10px;
  color: #0082ff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.mo_depth2_wrap .mo_depth2 ul li .link_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}




.campus_info {
  display: none;
  gap:10px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 405px;
  background-color: #fff;
  border: 1px solid #000000;
  z-index: 9999;
  padding:30px 25px;
}
.campus_info_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  row-gap:15px;
}
.campus_info_inner a {
  font-size: 13px;
  font-weight: 300;
  color: #000;
  text-align: center;
}
.campus_info_inner a:hover {
  color: #0082ff;
}
.campus_info_inner a:last-of-type {
  margin-right: 0;
}

.header .nav {
  width: 100%;
}
.header .nav_contents {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.header .nav_contents .inner {
  display: flex;gap:30px;align-items: center;justify-content: space-between;max-width:1200px;
}
.header .nav_contents .inner > a {
  min-height:50px;
  display: flex;
  align-items: center;
}
.header .nav_contents .gnb_wrap {
  position: relative;
  flex: 1;
  max-width: 1200px;
  z-index: 11;
}
.header .nav_contents .depth2_panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  background-color: rgba(255, 255, 255, 0.95);
  border-top:1px solid #e0e0e0;
  z-index: 10;
}
.header .nav_contents.gnb-open .depth2_panel {
  grid-template-rows: 1fr;
}
.header .nav_contents .depth2_panel_inner {
  overflow: hidden;
  min-height: 0;
}
.header .nav_contents .depth2_panel .inner {
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}
.header .nav_contents .depth2_logo_space {
  flex-shrink: 0;
  visibility: hidden;
  pointer-events: none;
}
.header .nav_contents .depth2_logo_space img {
  display: block;
  height: auto;
}
.header .nav_contents .depth2_cols {
  display: flex;
  flex: 1;
  max-width: 1200px;
}
.header .nav_contents .depth2_col {
  flex: 1;
}
.header .nav_contents .depth2_panel .depth2 {
  position: static;
  transform: none;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: 0;
}
.header .nav_contents .depth2_panel .depth2 ul {
  padding: 32px 0;
  display: flex;flex-direction: column;
  gap:10px;
}
.header .nav_contents .depth2_panel .depth2 ul li {
  text-align: center;
}
.header .nav_contents .depth2_panel .depth2 ul li a {
  align-items: center;
  font-size:14px;
  font-weight: 200;
  color: #000;
}
.header .nav_contents .depth2_panel .depth2 ul li a:hover{
  font-weight: 700;
}

.header .nav_contents .depth1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width:1200px;
}
.header .nav_contents .depth_box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 50px;
  color: #222222;
  font-size: 16px;
  white-space: nowrap;
}
.header .nav_contents .depth_box_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  position: relative;
  font-size:16px;
  height: 100%;
}
.header .nav_contents .depth_box_title:hover {
  color: #222222;
  font-weight: 700;
}
.header .nav_contents .depth_box_title p.new_icon {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .nav_contents .depth_box_title p.new_icon span {
  color: #e41e29;
  font-size: 12px;
  font-weight: 400 !important;
  display: flex;
}
.header .nav_contents .depth_box_title span.new_icon_point {
  position: absolute;
  top: 0px;
  right: -6px;
  transform: translate(-50%, -50%);
  color: #e41e29;
  font-size: 12px;
}
.header .nav_contents .depth_box.on, .header .nav_contents .depth_box.active{
  border-bottom:1px solid #efefef;
}
.header .nav_contents .depth_box.on .depth_box_title, .header .nav_contents .depth_box.active .depth_box_title {
  font-weight: 700;
}
.header .nav_contents .depth_box.active .depth_box_title {
  border-bottom:2px solid #000;
}
.header .nav_contents.gnb-open .depth_box.on .depth_box_title,
.header .nav_contents.gnb-open .depth_box:hover .depth_box_title {
  color: #222222;
  font-weight: 700;
}
.header .nav_contents .depth_location .depth_box_title {
  color: #222222;
}
/*.header .nav.fix .nav_contents {
  position: fixed;
  left: 0;
  top: 0;
}*/


.footer * {
  font-family: 'Pretendard';
}
.footer {
  padding: 70px 0 110px;
  background-color: #fff;
  border-top: 1px solid #000;
}
.footer .inner{
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.footer .inner .branch_line {
  width:100%;height:1px;background-color: #ccc;
}
.footer_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:36px;
}
.footer_contents .footer_logo {
  display: flex;flex-direction:column;align-items: center;justify-content: center;gap:13px;
}
.footer_contents .footer_logo img.pc {
  display: block;
}
.footer_contents .footer_logo img.mo {
  display: none;
}
.footer_contents .footer_logo h2 {
  font-size:27px;font-weight:700;color: #000000;
}
.footer_contents .footer_logo h2 span {
  font-weight:200;
}
.footer_contents .footer_logo p {
  font-size:11px;font-weight:400;color: #000000;
}
.footer_contents .contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:26px;
  max-width:860px;
}
.footer_contents .contents > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap:32px;
}
.footer_contents .contents > ul li {
  position: relative;
}
.footer_contents .contents > ul li a {
  color: #000000;
  font-size: 12px;
}
.footer_contents .contents .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.footer_contents .contents .info > div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:7px;
}
.footer_contents .contents .info > h2 {
  display:none;
}
.footer_contents .contents .info span.mo {
  display: none;
}
.footer_contents .contents .info > div p {
  line-height: 12px;
  color: #000000;
  font-size: 12px;
  text-align: left;
}
.footer_contents .contents .info > div p {
  position: relative;
  padding-right: 7px;
}
.footer_contents .contents .info > div .mo_br {
  display: none;
}
.footer_contents .contents .info > div p::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}
.footer_contents .contents .info > div p:last-child::before{
  display:none;
}
.footer_contents .contents .info > div p a {
  color: #777777;
}
.footer_contents .contents .sns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.footer_contents .contents .sns ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.footer_contents .contents .sns ul li {
  position: relative;
}
.footer_contents .contents .sns ul li a {
  filter: grayscale(95%);
}
.footer_contents .contents .sns ul li a img {
  width: 21px;
}
.footer_contents fieldset.mo {
  display: none;
}
.footer_contents fieldset details {
  position: relative;
}
.footer_contents fieldset details summary {
  position: relative;
  width: 178px;
  height: 32px;
  line-height: 30px;
  padding: 0 12px;
  color: #777777;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid #dbdbdb;
  cursor: pointer;
  list-style: none;
}
.footer_contents fieldset details summary::-webkit-details-marker {
  display: none;
}
.footer_contents fieldset details summary::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  content: "";
  width: 6px;
  height: 4px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/main/icon_footer_select_arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer_contents fieldset details[open] summary::before {
  transform: translate(0, -50%) rotate(180deg);
}
.footer_contents fieldset details .link_box {
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #dbdbdb;
  border-top: 0;
}
.footer_contents fieldset details .link_box li {
  width: 100%;
}
.footer_contents fieldset details .link_box li a {
  display: inline-block;
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  color: #777777;
  font-size: 12px;
}

.footer_contents fieldset details .link_box li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.footer_contents_bottom {
  margin-top: 30px;
}
.footer_contents_bottom p {
  line-height: 1.2;
  color: #acacac;
  font-size: 14px;
  text-align: left;
}

/* 하단 고정 배너 (수강료 조회 / 전화 문의) */
.common_bottom_banner {
  display: none;
}

/* 전국 캠퍼스 대표번호 팝업 */
.modal.phone_pop {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  border: 1px solid #cfe0f5;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
}
.modal.phone_pop .close_btn {
  position: absolute;
  top: 26px;
  right: 19px;
  width: 35px;
  height: 35px;
}
.modal.phone_pop .mfp-close,
.modal.phone_pop .mfp-arrow {
  top: 18px;
  right: 18px;
  width: 24px;
  height: 24px;
  margin: 0;
  background-image: none;
  color: transparent;
  opacity: 1;
  z-index: 2;
}
.modal.phone_pop .mfp-close::before,
.modal.phone_pop .mfp-close::after,
.modal.phone_pop .mfp-arrow::before,
.modal.phone_pop .mfp-arrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1.5px;
  background-color: #333;
}
.modal.phone_pop .mfp-close::before,
.modal.phone_pop .mfp-arrow::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal.phone_pop .mfp-close::after,
.modal.phone_pop .mfp-arrow::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal.phone_pop .modal_contents_box {
  padding: 47px 0 65px;
  background: #fff;
}
.modal.phone_pop .phone_pop_header {
  padding-bottom: 18px;
  margin-bottom: 49px;
  border-bottom: 1px solid #5c6675;
  text-align: left;
}
.modal.phone_pop .phone_pop_header h4 {
  color: #5c6675;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.modal.phone_pop .phone_pop_header p {
  color: #5c6675;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.modal.phone_pop .phone_pop_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.modal.phone_pop .phone_pop_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  border-right: 1px solid #eee;
  transition: color 0.2s;
}
.modal.phone_pop .phone_pop_list a:nth-child(4n) {
  border-right: none;
}
.modal.phone_pop .phone_pop_list a:nth-child(-n+4) {
  padding-top: 0;
}
.modal.phone_pop .phone_pop_list a:nth-child(4n+1):nth-last-child(-n+4),
.modal.phone_pop .phone_pop_list a:nth-child(4n+1):nth-last-child(-n+4) ~ a {
  padding-bottom: 0;
}
.modal.phone_pop .phone_pop_list a:hover {
  color: #0082ff;
}

.footer_branch {
  padding: 70px 0;
  background-color: #f7f7f7;
}
.footer_branch .inner{
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.footer_branch .inner .branch_line {
  width:100%;height:1px;background-color: #ccc;
}
.footer_branch .footer_contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap:60px;
}
.footer_branch .footer_contents .footer_logo {
  display: flex;flex-direction:column;align-items: flex-start;justify-content: center;gap:13px;
}
.footer_branch .footer_contents .footer_logo h2 {
  font-size:27px;font-weight:700;color: #000000;
}
.footer_branch .footer_contents .footer_logo h2 span {
  font-weight:200;
}
.footer_branch .footer_contents .footer_logo p {
  font-size:11px;font-weight:400;color: #000000;
}
.footer_branch .footer_contents .contents {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:30px;
  max-width: 860px;
}
.footer_branch .footer_contents .contents > ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap:16px;
}
.footer_branch .footer_contents .contents > ul li {
  position: relative;
  padding-right: 16px;
}
.footer_branch .footer_contents .contents > ul li::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 8px;
  background-color: #cccccc;
}
.footer_branch .footer_contents .contents > ul li:last-of-type {
  padding-right: 0;
}
.footer_branch .footer_contents .contents > ul li:last-of-type::before {
  display: none;
}
.footer_branch .footer_contents .contents > ul li a {
  color: #000000;
  font-size: 14px;
}
.footer_contents .contents > ul li.bd a {
  font-weight: 900;
}
.footer_branch .footer_contents .contents .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.footer_branch .footer_contents .contents .info > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap:7px;
}
.footer_branch .footer_contents .contents .info > h2 {
  display:none;
}
.footer_branch .footer_contents .contents .info > div > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap:7px;
}
.footer_branch .footer_contents .contents .info > div p {
  line-height: 13px;
  color: #838383;
  font-size: 14px;
  text-align: left;
}
.footer_branch .footer_contents .contents .info > div .mo_br {
  display: none;
}
.footer_branch .footer_contents .contents .info > div p {
  position: relative;
  padding-right: 7px;
}
.footer_branch .footer_contents .contents .info > div p::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  content: "";
  width: 1px;
  height: 12px;
  background-color: #cccccc;
}
.footer_branch .footer_contents .contents .info > div p:last-child::before{
  display:none;
}
.footer_branch .footer_contents .contents .info > div p a {
  color: #777777;
}




#teacherPop {
  max-width: 850px;
}
#teacherPop .mfp-arrow {
  top:19px;right:18px;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0;
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/modal_close_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.2s;
  cursor: pointer;
  font-size: 0;
  opacity: 1;
}

.modal.teacher_pop .modal_contents_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  padding: 63px 56px 63px 68px;
  border-radius: 10px;
}
.modal.teacher_pop .teacher_portrait {
  margin-right: 40px;
}
.modal.teacher_pop .teacher_portrait_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  width: 250px;
  height: 250px;
  border-radius: 20px;
  background-color: #e6eaf1;
  position: relative;
  overflow: hidden;
}
.modal.teacher_pop .teacher_portrait_img img {
  position: absolute;
  max-width: unset;
  width: auto;
  height: 500px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.modal.teacher_pop .teacher_portrait_who {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}
.modal.teacher_pop .teacher_portrait_who .type {
  display: inline-block;
  margin-bottom: 9px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.modal.teacher_pop .teacher_portrait_who .name {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}
.modal.teacher_pop .teacher_portrait_who .name span {
  font-weight: 200;
  line-height: 1;
}
.modal.teacher_pop .teacher_portrait_who .campus {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.modal.teacher_pop .teacher_portrait_who .campus span { 
  color: #546680;
}
.modal.teacher_pop .teacher_portrait_who .btn_more {
  display: inline-block;
  margin-top: 29px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  background-color: #000;
  padding: 16px 20px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
.modal.teacher_pop .teacher_portrait_who .btn_more span {
  font-weight: 100;
}
/* .modal.teacher_pop .teacher_portrait_who .name::before {
  position: absolute;
  right: 0;
  content: "강사";
} */
.modal.teacher_pop .teacher_career {
  flex: 1;
}
.modal.teacher_pop .teacher_career .slogan {
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  line-height: 39px;
  margin-bottom:33px;
  word-break: keep-all;
}
.modal.teacher_pop .teacher_career .career_contents {
  max-height: 469px;
  overflow: auto;
  /* custom scrollbar */
}
.modal.teacher_pop .teacher_career > div::-webkit-scrollbar {
  width: 5px;
}
.modal.teacher_pop .teacher_career > div::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.modal.teacher_pop .teacher_career > div::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  border-radius: 20px;
  background-clip: content-box;
}
.modal.teacher_pop .teacher_career .text_box {
  margin-bottom: 15px;    padding-right: 20px;
}
.modal.teacher_pop .teacher_career .text_box:last-of-type {
  margin-bottom: 0;
}
.modal.teacher_pop .teacher_career .text_box h6 {
  margin-bottom: 10px;
  color: #fb6263;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.modal.teacher_pop .teacher_career .text_box p {
  position: relative;
  line-height: 19px;
  color: #000000;
  font-size: 14px;
  text-align: left;
}
.modal.teacher_pop .teacher_career .text_box p:last-of-type {
  margin-bottom: 0;
}






/* 상담예약 폼 리뉴얼 (2026) */
.consult_form_container.consult_form_renew {
  background-color: #fff;
  overflow: hidden;
}
.consult_form_container.consult_form_renew .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  /*border-top: 1px solid #ebebeb;*/
  padding: 70px 0 120px;
}
.consult_form_container.consult_form_renew .consult_form_title {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap:23px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
  width: 100%;
}
.consult_form_container.consult_form_renew .offline_consult_head {
  padding-bottom: 0;
}
.consult_form_container.consult_form_renew .offline_consult_head .consult_form_title {
  border-bottom: none;
  padding-bottom: 0;
}
.consult_form_container.consult_form_renew .offline_consult_body {
  padding-top: 40px;
}
.consult_form_container.consult_form_renew .consult_form_title h2 {
  font-size: 40px;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.5px;
  line-height: 1;
}
.consult_form_container.consult_form_renew .consult_form_title p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.3px;
  line-height: 1;
}
.consult_form_container.consult_form_renew .consult_form_content form {
  width: 100%;
}
.consult_form_container.consult_form_renew .consult_form_input_wrap {
  display: flex;
  flex-direction: row;
  gap: 70px;
  width: 100%;
  align-items: flex-start;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left {
  width: 730px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.consult_form_container.consult_form_renew .consult_section_title {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin: 0;
  position: relative;
  width: fit-content;
}
.consult_form_container.consult_form_renew .consult_section_title .req {
  background: #fb6263;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -9px;
}
.consult_form_container.consult_form_renew .consult_form_input_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.consult_form_container.consult_form_renew .consult_form_wrap_left .consult_form_input_item {
  padding-bottom: 19px;
}
.consult_form_container.consult_form_renew .consult_form_wrap_left .consult_form_input_item:last-child {
  padding-bottom: 0;
}
.consult_form_container.consult_form_renew .consult_check_box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #c8cdd7;
  overflow: hidden;
  box-shadow: 0 2px 9px 0 rgba(47, 47, 47, 0.16);
}
.consult_form_container.consult_form_renew .consult_check_box h3 {
  font-size: 16px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  background: #fff;
  padding: 24px 30px 18px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}
.consult_form_container.consult_form_renew .consult_check_box h3 span {
  font-weight: 500;
  color: #546680;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f9f9f9;
  padding: 7px 0 8px;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 20px 30px;
  box-sizing: border-box;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li:nth-child(-n+3) {
  border-bottom: 1px solid #e6e6e6;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  cursor: pointer;
  width: 100%;
  gap: 4px;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input {
  display: none;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label svg {
  flex-shrink: 0;
  width: 19px;
  height: 16px;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label svg path {
  fill: #465260;
  stroke: #465260;
  transition: fill 0.15s, stroke 0.15s;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label span {
  font-size: 16px;
  font-weight: 500;
  color: #465260;
  line-height: 1;
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-align: left;
  width: auto;
  border-radius: 0;
  transition: color 0.15s;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input:checked ~ svg path {
  fill: #ff5253;
  stroke: #ff5253;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input:checked ~ span {
  background: none !important;
  border: 0 !important;
  color: #ff5253 !important;
  font-weight: 700;
  width: auto;
}
.consult_form_container.consult_form_renew .consult_select_row {
  display: flex;
  gap: 10px;
  width: 100%;
}

.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel select,.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_select_row select,.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel input {
  width: 100%;
  padding: 0 14px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
  max-width: none;
  height: 42px;
  font-family: "Montserrat";
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item > input[type="text"]{
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
  max-width: none;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_select_row select {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/passcenter/select_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  background-size: 10px auto;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 32px;
  cursor: pointer;
  height: 56px;
  color: #546680;
  font-family: "Noto Sans KR";
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item > input[type="text"]::placeholder {
  color: #546680;
  font-weight: 500;
}
.consult_form_container.consult_form_renew .consult_form_input_item_user_tel {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}
.consult_form_container.consult_form_renew .consult_form_input_item_user_tel .tel_dash {
  color: #999;
  flex-shrink: 0;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel select {
  max-width: 120px;
  flex: 0 0 120px;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/passcenter/select_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  text-align: center;
  background-size: 10px auto;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  padding:0;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel input {
  flex: 1;
  text-align: center;
  max-width: none;
  font-weight: 400;
}
.consult_form_container.consult_form_renew .consult_form_input_item_privacy {
  gap: 40px;padding-top:14px;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .privacy3 {
  border: 1px solid #c8cdd7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.consult_form_container.consult_form_renew .privacy3 .label_all {
  padding:21px 20px 13px;
  border-bottom: 1px solid #d9dde1;
  margin-bottom: 0;
}
.consult_form_container.consult_form_renew .privacy3 .label_all .input_check {
  width:17px;height:17px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  accent-color: #000;
  border-radius: 0;
}
.consult_form_container.consult_form_renew .privacy3 .label_all .input_check:hover {
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
}
.consult_form_container.consult_form_renew .privacy3 .label_all span {
  font-size: 16px;
  font-weight: 900;
  color: #111;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex {
  padding: 14px 20px;
  background: #f9f9f9;
  justify-content: space-between;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt {
  display: flex;align-items: center;gap:10px;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt .input_check {
  width:17px;height:17px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  accent-color: #000;
  border-radius: 0;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt .input_check:hover {
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px #000;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt span {
  font-size: 14px;
  font-weight: 700;
  color: #4f5b68;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow {
  display: inline-block;
  cursor: pointer;
  transition: 0.25s;
  width: 24px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow img {
  width: 12px;
  height: 8px;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow.on{
  transform: rotate(180deg);
}
.consult_form_container.consult_form_renew .privacy3 .privacy_divider {
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  margin: 0;
  border: 0;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .privacy3 .sub_page_info.privacy1 {
  max-height: 100px;
  overflow-y: auto;
  border-radius: 6px;
  background-color: #f7f7f7;
  padding: 0;
}
.consult_form_container.consult_form_renew .privacy3 .sub_page_info.privacy1 p {
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
  letter-spacing: -0.3px;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .btn_consult_submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 312px;
  background: #111;
  border: 0;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  padding: 19px 0;
  cursor: pointer;
  transition: background 0.2s;
}
.consult_form_container.consult_form_renew .btn_consult_submit:hover {
  background: #333;
}

/* 상담예약 배너: 콘텐츠(1200) 정렬 + 양옆 peek (story_banner 동일 패턴) */
.offline_slide_banner {
  width: 100%;
  margin-top: 23px;
  margin-bottom: 40px;
  overflow: hidden;
}
.offline_slide_banner_swiper {
  width: 100%;
  overflow: visible;
}
.offline_slide_banner_swiper .swiper-slide {
  width: 1200px;
  max-width: calc(100vw - 120px);
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden;
}
.offline_slide_banner_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.offline_slide_banner_swiper .swiper-slide img.hide_768{display: block;}
.offline_slide_banner_swiper .swiper-slide img.show_768{display: none;}


.content_tab_btn  {
  overflow: hidden;
}
.content_tab_btn .swiper-wrapper{
  height: auto;
}
.content_tab_btn .swiper-slide {
  width: fit-content;
  display: flex;
}
.content_tab_btn a {
  font-size: 18px;
  font-weight: 500;
  color: #5c6675;
  background: #eceff3;
  padding: 13px 30px;
  border-radius: 30px;
}
.content_tab_btn .swiper-slide a.active,
.content_tab_btn .swiper-slide.on a {
  background: #fb6263;
  color: #fff;
  font-weight: 900;
}

.board_common_title {
  width:100%;
}
.board_common_title .inner {
  max-width: 1600px;
  margin:0 auto;
  padding:0;
}

.main_quick_menu {
  position: fixed;
  top:150px;
  right:30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:8px;
  z-index: 999;
}
.main_quick_menu .marketing_banner img{
  width: 77px;
}
.main_quick_menu .quick_banner_wrap {
  display: flex;flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  width:100px;
  box-shadow: 0 0 16px rgba(0,0,0,.09);
}
.main_quick_menu .quick_banner_wrap .quick_title_txt {
  background-color: #fb6263;
  padding:10px;
  text-align: center;
}
.main_quick_menu .quick_banner_wrap .quick_title_txt h2{
  font-size:15px;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
  color:#fff;
}
.main_quick_menu .quick_banner_wrap ul{ 
  display: flex;flex-direction: column;
  padding:10px;background: #fff;
}
.main_quick_menu .quick_banner_wrap ul li a{
  padding: 10px;
  display: flex;
  flex-direction: column;gap:8px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid  #efefef;
}
.main_quick_menu .quick_banner_wrap ul li img {
  height:36px
}
.main_quick_menu .quick_banner_wrap ul li a.kakao {
  gap:2px;border-bottom:0;
}
.main_quick_menu .quick_banner_wrap ul li p{
  font-size:12px;
  font-weight:500;
  line-height: 1;
  color:#000;
}

@media screen and (max-width: 1200px) {
  .board_common_title .inner {
    background: #cfddd9;
    width:100%;
  }
  .board_common_title .inner {
    max-width: unset;
    margin:0 auto;
    padding:0;
  }
  .board_common_title .inner img{
    max-width: 120%;margin-left:-10rem;
  }
  .content_tab_btn  {
    overflow: hidden;
  }
  .content_tab_btn .swiper-slide {
    width: fit-content;
    display: flex;
  }
  .content_tab_btn a {
    font-size: 1.5000vw;
    font-weight: 500;
    color: #5c6675;
    background: #eceff3;
    padding: 1.0833vw 2.5000vw;
    border-radius: 2.5000vw;
  }
  .content_tab_btn .swiper-slide a.active,
  .content_tab_btn .swiper-slide a.on {
    background: #fb6263;
    color: #fff;
    font-weight: 900;
  }

  .sub .tit{width: 97%;}
  .sub .tit h2{line-height: 1.2;}
  .sub .tit p{padding-top: 1rem;}
  .sub .inner {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    padding: 3rem 0 6rem 0;
  }
  .sub .lnb {
    display: none;
  }
  .sub_page > h2 {
    margin-bottom: 5rem;
    font-size: 2.6rem;
  }
  .sub_page_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
  }
  .sub_page_info {
    gap: 1rem;
    margin-bottom: 3.3rem;
    padding: 2.8rem 3.5rem;
  }
  .sub_page_info p {
    padding-left: 0.8rem;
    font-size: 1.4rem;
  }
  .sub_page .tab_base {
    margin-bottom: 5rem;
  }
  .header .inner {
    padding: 0 1rem;
  }
  .main_header_bnr {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .main_header_bnr .swiper-slide {
    position: relative;
  }
  .main_header_bnr .swiper-slide a {
    display: block;
    position: relative;
    text-align: center;
    width: 100.0000vw;
    margin: 0 auto;
  }
  .main_header_bnr .swiper-slide.toggle .toggle_on {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .main_header_bnr .swiper-slide.toggle .toggle_on.on {
    opacity: 1;
  }
  .main_header_bnr .swiper-slide .mo {
    display: none;
  }
  .main_header_bnr .swiper-slide .bnr_inner {
    display: block;
    position: relative;
    width: 100.0000vw;
    margin: 0 auto;
  }
  .main_header_bnr .swiper-slide .bnr_inner .bnr_text {
    width: 47%;
    text-align: left;
  }
  .main_header_bnr .swiper-slide .bnr_inner .bnr_link_flex {
    width: 48%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 7.5000vw;
  }
  .main_header_bnr .swiper-slide .bnr_inner .bnr_link_flex .bnr_link_box {
    width: 33%;
  }
  .main_header_bnr .swiper-slide .bnr_inner .bnr_link_flex .bnr_link_box a {
    width: 100%;
  }
  
  .header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
  }
  .header * {
    font-family: "Pretendard";
  }
  .header_title{height: 3.1667vw; display: flex; border-bottom: 1px solid #e0e0e0;}
  .header_title .inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width:100vw;
    padding: 0.8333vw 1rem;
  }
  .header_title h1 {
    padding: 4.0000vw 0;
    text-align: center;
  }
  .header_title h1 img{width: 75%;}
  
  .header_title h1 a {
    width: 21.0833vw;
  }
  .header_title h1 .mobile_menu {
    display: none;
  }
  .header_title .user {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header_title .user li {
    position: relative;
    margin-right: 0.8333vw;
    padding-right: 0.8333vw;
  }
  .header_title .user li::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 1px;
    height: 0.6667vw;
    background-color: #cccccc;
  }
  .header_title .user li:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
  .header_title .user li:last-of-type::before {
    display: none;
  }
  .header_title .user li a {
    color: #777777;
    font-size: 1.1667vw;
  }
  .header_title .user li a.login {
    position: relative;
    padding-left: 1.7500vw;
  }
  .header_title .user li a.login::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: "";
    width: 1.0833vw;
    height: 1.2500vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/main/icon_login.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .header_title .point {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
  .header_title .point p {
    position: relative;
    padding-left: 1.9167vw;
    color: #222222;
    font-size: 1.1667vw;
  }
  .header_title .point p::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    content: "";
    width: 1.1667vw;
    height: 1.1667vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/main/icon_point.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .header_title .header_left_bnr {
    position: relative;
  }
  .header_title .header_left_bnr .swiper {
    overflow: hidden;
  }
  .header_title .header_left_bnr .swiper a{
    font-size: 1.0000vw;
    color: #000000;
    font-weight:400;
    display: block;
  }
  .header_title .header_left_bnr .button-prev {
    position: absolute;
    top: calc(50% - 0.2917vw);
    left: -1.3333vw;
    width: 0.5833vw;
    height: 0.8333vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/header_left_bnr_arrow_left.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .header_title .header_left_bnr .button-next {
    position: absolute;
    top: calc(50% - 0.2917vw);
    right: -1.3333vw;
    width: 0.5833vw;
    height: 0.8333vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/header_left_bnr_arrow_right.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  
  .headerRightBnr {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left:auto;
    gap:0.7500vw;
  }
  .headerRightBnr a {
    color: #000000;
    font-size: 1.0000vw;
    font-weight: 400;
  }
  .headerRightBnr a span {
    color: #fb6263;
    font-weight: 600;
  }
  .headerRightBnr a svg {
    width: 0.7500vw;
    height: 0.6667vw;
  }
  .headerRightBnr > span {
    width:0.0833vw;
    height: 0.9167vw;
    background-color: #cccccc;
  }
  
  .campus_info {
    display: none;
    gap:0.8333vw;
    position: absolute;
    top: 100%;
    right: 0;
    width: 33.7500vw;
    background-color: #fff;
    border: 1px solid #000000;
    z-index: 9999;
    padding:2.5000vw 2.0833vw;
  }
  .campus_info_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    row-gap:1.2500vw;
  }
  .campus_info_inner a {
    font-size: 1.0833vw;
    font-weight: 300;
    color: #000;
    text-align: center;
  }
  .campus_info_inner a:hover {
    color: #0082ff;
  }
  .campus_info_inner a:last-of-type {
    margin-right: 0;
  }
  .header .nav {
    width: 100%;
  }
  .header .nav_contents {
    position: relative;
    width: 100%;
    background-color: #fff;
  }
  .header .nav_contents .inner {
    display: flex;gap:2.5000vw;align-items: center;justify-content: space-between;max-width:100vw;
  }
  .header .nav_contents .inner > a {
    min-height:4.1666vw;
  }
  .header .nav_contents .inner > a img {
    display: block;
    width: calc(var(--logo-nw, 181) * 1vw / 12);
    height: auto;
    min-width: calc(var(--logo-nw, 181) * 1vw / 12);
  }
  .header .nav_contents .gnb_wrap {
    position: relative;
    flex: 1;
    max-width: 80vw;
    z-index: 11;
    overflow: hidden;
  }
  .header .nav_contents .depth2_panel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    background-color: rgba(255, 255, 255, 0.95);
    border-top:1px solid #e0e0e0;
    z-index: 10;
  }
  .header .nav_contents.gnb-open .depth2_panel {
    grid-template-rows: 1fr;
  }
  .header .nav_contents .depth2_panel_inner {
    overflow: hidden;
    min-height: 0;
  }
  .header .nav_contents .depth2_panel .inner {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header .nav_contents .depth2_logo_space {
    flex-shrink: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header .nav_contents .depth2_logo_space img {
    display: block;
    width: calc(var(--logo-nw, 181) * 1vw / 12);
    height: auto;
  }
  .header .nav_contents .depth2_cols {
    display: flex;
    flex: 1;
    max-width: 100.0000vw;
  }
  .header .nav_contents .depth2_col {
    flex: 1;
  }
  .header .nav_contents .depth2_panel .depth2 {
    position: static;
    transform: none;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: 0;
  }
  .header .nav_contents .depth2_panel .depth2 ul {
    padding: 2.6667vw 0;
    display: flex;flex-direction: column;
    gap:0.8333vw;
  }
  .header .nav_contents .depth2_panel .depth2 ul li {
    text-align: center;
  }
  .header .nav_contents .depth2_panel .depth2 ul li a {
    align-items: center;
    font-size:1.1667vw;
    font-weight: 200;
    color: #000;
  }
  
  .header .nav_contents .depth1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width:100.0000vw;
  }
  .header .nav_contents .depth_box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 4.1667vw;
    color: #222222;
    font-size: 1.3333vw;
    white-space: nowrap;
  }
  .header .nav_contents .depth_box_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0.4167vw;
    cursor: pointer;
    position: relative;
    font-size:1.3333vw;
  }
  .header .nav_contents .depth_box_title:hover {
    color: #222222;
    font-weight: 700;
  }
  .header .nav_contents .depth_box_title p.new_icon {
    position: absolute;
    top: 0.75vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .header .nav_contents .depth_box_title p.new_icon span {
    color: #e41e29;
    font-size: 1.0000vw;
    font-weight: 400 !important;
    display: flex;
  }
  .header .nav_contents .depth_box_title span.new_icon_point {
    position: absolute;
    top: 0.0000vw;
    right: -0.5000vw;
    transform: translate(-50%, -50%);
    color: #e41e29;
    font-size: 1.0000vw;
  }
  .header .nav_contents .depth_box.on .depth_box_title, .header .nav_contents .depth_box.active .depth_box_title {
    font-weight: 700;
  }
  .header .nav_contents.gnb-open .depth_box.on .depth_box_title,
  .header .nav_contents.gnb-open .depth_box:hover .depth_box_title {
    color: #222222;
    font-weight: 700;
  }
  .header .nav_contents .depth_location .depth_box_title {
    color: #222222;
  }
  /*.header .nav.fix .nav_contents {
    position: fixed;
    left: 0;
    top: 0;
  }*/








  .footer * {
    font-family: 'Pretendard';
  }
  .footer {
    padding: 5.8333vw 0 9.1667vw;
    background-color: #fff;
  }
  .footer .inner{
    display: flex;
    flex-direction: column;
    gap: 2.8333vw;
  }
  .footer .inner .branch_line {
    width:100%;height:0.0833vw;background-color: #ccc;
  }
  .footer_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:3.0000vw;
  }
  .footer_contents .footer_logo {
    display: flex;flex-direction:column;align-items: center;justify-content: center;gap:1.0833vw;
  }
  .footer_contents .footer_logo img {
    width: 14.9166vw;
  }
  .footer_contents .footer_logo h2 {
    font-size:2.2500vw;font-weight:700;color: #000000;
  }
  .footer_contents .footer_logo h2 span {
    font-weight:200;
  }
  .footer_contents .footer_logo p {
    font-size:0.9167vw;font-weight:400;color: #000000;
  }
  .footer_contents .contents {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:2.1667vw;
    max-width:71.6667vw;
  }
  .footer_contents .contents > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:2.6667vw;
  }
  .footer_contents .contents > ul li {
    position: relative;
  }
  .footer_contents .contents > ul li a {
    color: #000000;
    font-size: 1.0000vw;
  }
  .footer_contents .contents .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.1667vw;
  }
  .footer_contents .contents .info > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:0.5833vw;
  }
  .footer_contents .contents .info > h2 {
    display:none;
  }
  .footer_contents .contents .info > div p {
    line-height: 1.0000vw;
    color: #000000;
    font-size: 1.0000vw;
    text-align: left;
  }
  .footer_contents .contents .info > div p {
    position: relative;
    padding-right: 0.5833vw;
  }
  .footer_contents .contents .info > div p::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 0.0833vw;
    height: 1.0000vw;
    background-color: #cccccc;
  }
  .footer_contents .contents .info > div p:last-child::before{
    display:none;
  }
  .footer_contents .contents .info > div p a {
    color: #777777;
  }
  .footer_contents .contents .sns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.0000vw;
  }
  .footer_contents .contents .sns ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.3333vw;
  }
  .footer_contents .contents .sns ul li {
    position: relative;
  }
  .footer_contents .contents .sns ul li a {
    filter: grayscale(95%);
  }
  .footer_contents .contents .sns ul li a img {
    width: 1.7500vw;
  }
  .footer_contents fieldset.mo {
    display: none;
  }
  .footer_contents fieldset details {
    position: relative;
  }
  .footer_contents fieldset details summary {
    position: relative;
    width: 14.8333vw;
    height: 2.6667vw;
    line-height: 2.5000vw;
    padding: 0 1.0000vw;
    color: #777777;
    font-size: 1.0000vw;
    background-color: transparent;
    border: 1px solid #dbdbdb;
    cursor: pointer;
    list-style: none;
  }
  .footer_contents fieldset details summary::-webkit-details-marker {
    display: none;
  }
  .footer_contents fieldset details summary::before {
    position: absolute;
    top: 50%;
    right: 0.8333vw;
    transform: translate(0, -50%);
    content: "";
    width: 0.5000vw;
    height: 0.3333vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/main/icon_footer_select_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer_contents fieldset details[open] summary::before {
    transform: translate(0, -50%) rotate(180deg);
  }
  .footer_contents fieldset details .link_box {
    position: absolute;
    top: 2.6667vw;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid #dbdbdb;
    border-top: 0;
  }
  .footer_contents fieldset details .link_box li {
    width: 100%;
  }
  .footer_contents fieldset details .link_box li a {
    display: inline-block;
    width: 100%;
    height: 2.0833vw;
    line-height: 2.0833vw;
    padding: 0 1.0000vw;
    color: #777777;
    font-size: 1.0000vw;
  }
  .footer_contents fieldset details .link_box li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .footer_contents_bottom {
    margin-top: 2.5000vw;
  }
  .footer_contents_bottom p {
    line-height: 1.2;
    color: #acacac;
    font-size: 1.1667vw;
    text-align: left;
  }















  .footer_branch {
    padding: 7rem 0;
    background-color: #f7f7f7;
  }
  .footer_branch .footer_contents {
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer_branch .footer_contents .footer_logo {
    display:none;
  }
  .footer_branch .footer_contents > img {
    display: none;
  }
  .footer_branch .footer_contents .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    width: 100%;
    margin: 0 auto;
  }
  .footer_branch .footer_contents .contents ul {
    width: 100%;
    margin-top: 0;
    justify-content: center;
  }
  .footer_branch .footer_contents .contents ul li {
    padding-right: 0;
  }
  .footer_branch .footer_contents .contents ul li::before {
    display: none;
  }
  .footer_branch .footer_contents .contents .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap:0;
  }
  .footer_branch .footer_contents .contents .info > h2.mo {
    display: block;font-size: 24px;font-weight:400;margin-bottom:30px;
  }
  .footer_branch .footer_contents .contents .info > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 0.7rem;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) {
    width: 100%;
    margin-top: 0.7rem;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) p {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) p::before {
    display: none;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) p:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) p:last-of-type::before {
    display: none;
  }
  .footer_branch .footer_contents .contents .info > div p {
    position: relative;
    padding-right: 1.2rem;
    margin-right: 1rem;
    margin-bottom: 0;
    text-align: center;
  }
  .footer_branch .footer_contents .contents .info > div p::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    content: "";
    width: 1px;
    height: 0.8rem;
    background-color: #b1b1b1;
  }
  .footer_branch .footer_contents:nth-child(1) .contents .info > div:nth-child(2) > p:last-of-type {
    padding-right: 1.2rem;
    margin-right: 1rem;
  }
  .footer_branch .footer_contents:nth-child(1) .contents .info > div:nth-child(2) > p:last-of-type::before {
    display: block;
  }
  .footer_branch .footer_contents .contents .info > div p:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .footer_branch .footer_contents .contents .info > div p:last-of-type::before {
    display: none;
  }
  .footer_branch .footer_contents:nth-child(1) .contents .info > div:nth-child(2) > p:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .footer_branch .footer_contents:nth-child(1) .contents .info > div:nth-child(2) > p:last-of-type::before {
    display:none;
  }


  #teacherPop {
    max-width: 70.8333vw;
  }

  #teacherPop .mfp-arrow {
    top:1.5833vw;right:1.5000vw;
    display: inline-block;
    width: 2.3333vw;
    height: 2.3333vw;
    margin: 0;
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/modal_close_black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 0.2s;
    cursor: pointer;
    font-size: 0;
    opacity: 1;
  }
  
  .modal.teacher_pop .modal_contents_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    padding: 5.2500vw 4.6667vw 5.2500vw 5.6667vw;
    border-radius: 0.8333vw;
  }
  .modal.teacher_pop .teacher_portrait {
    margin-right: 3.3333vw;
  }
  .modal.teacher_pop .teacher_portrait_img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    width: 20.8333vw;
    height: 20.8333vw;
    border-radius: 1.6667vw;
    background-color: #e6eaf1;
    position: relative;
    overflow: hidden;
  }
  .modal.teacher_pop .teacher_portrait_img img {
    position: absolute;
    max-width: unset;
    width: auto;
    height: 41.6666vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal.teacher_pop .teacher_portrait_who {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2.5000vw;
  }
  .modal.teacher_pop .teacher_portrait_who .type {
    display: inline-block;
    margin-bottom: 0.7500vw;
    color: #000000;
    font-size: 1.1667vw;
    font-weight: 500;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_portrait_who .name {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 2.2500vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.1667vw;
  }
  .modal.teacher_pop .teacher_portrait_who .name span {
    font-weight: 200;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_portrait_who .campus {
    color: #000000;
    font-size: 1.1667vw;
    font-weight: 400;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_portrait_who .campus span { 
    color: #546680;
  }
  .modal.teacher_pop .teacher_portrait_who .btn_more {
    display: inline-block;
    margin-top: 2.4167vw;
    color: #ffffff;
    font-size: 1.6667vw;
    font-weight: 900;
    line-height: 1;
    background-color: #000;
    padding: 1.3333vw 1.6667vw;
    border-radius: 0.4167vw;
    text-align: center;
    width: 100%;
  }
  .modal.teacher_pop .teacher_portrait_who .btn_more span {
    font-weight: 100;
  }
  /* .modal.teacher_pop .teacher_portrait_who .name::before {
    position: absolute;
    right: 0;
    content: "강사";
  } */
  .modal.teacher_pop .teacher_career {
    flex: 1;
  }
  .modal.teacher_pop .teacher_career .slogan {
    color: #000000;
    font-size: 2.6667vw;
    font-weight: 400;
    text-align: left;
    line-height: 3.2500vw;
    margin-bottom:2.7500vw;
    word-break: keep-all;
  }
  .modal.teacher_pop .teacher_career .career_contents {
    max-height: 39.0833vw;
    overflow: auto;
    /* custom scrollbar */
  }
  .modal.teacher_pop .teacher_career > div::-webkit-scrollbar {
    width: 0.4167vw;
  }
  .modal.teacher_pop .teacher_career > div::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
  .modal.teacher_pop .teacher_career > div::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
    border-radius: 1.6667vw;
    background-clip: content-box;
  }
  .modal.teacher_pop .teacher_career .text_box {
    margin-bottom: 1.2500vw;    padding-right: 1.6667vw;
  }
  .modal.teacher_pop .teacher_career .text_box:last-of-type {
    margin-bottom: 0;
  }
  .modal.teacher_pop .teacher_career .text_box h6 {
    margin-bottom: 0.8333vw;
    color: #fb6263;
    font-size: 1.3333vw;
    font-weight: 700;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_career .text_box p {
    position: relative;
    line-height: 1.5833vw;
    color: #000000;
    font-size: 1.1667vw;
    text-align: left;
  }
  .modal.teacher_pop .teacher_career .text_box p:last-of-type {
    margin-bottom: 0;
  }
  /* 상담예약 폼 리뉴얼 (2026) */
.consult_form_container.consult_form_renew {
  background-color: #fff;
}
.consult_form_container.consult_form_renew .inner {
  max-width: 100.0000vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3.3333vw;
  /*border-top: 1px solid #ebebeb;*/
  padding: 5.8333vw 1rem 10.0000vw;
}
.consult_form_container.consult_form_renew .offline_consult_head {
  padding-bottom: 0;
}
.consult_form_container.consult_form_renew .offline_consult_head .consult_form_title {
  border-bottom: none;
  padding-bottom: 0;
}
.consult_form_container.consult_form_renew .offline_consult_body {
  padding-top: 3.3333vw;
}
.consult_form_container.consult_form_renew .consult_form_title {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap:1.9167vw;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 3.3333vw;
}
.consult_form_container.consult_form_renew .consult_form_title h2 {
  font-size: 3.3333vw;
  font-weight: 800;
  color: #000000;
  letter-spacing: -0.0417vw;
  line-height: 1;
}
.consult_form_container.consult_form_renew .consult_form_title p {
  font-size: 1.5000vw;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.0250vw;
  line-height: 1;
}
.consult_form_container.consult_form_renew .consult_form_content form {
  width: 100%;
}
.consult_form_container.consult_form_renew .consult_form_input_wrap {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right {
  width: 33.3333vw;
  display: flex;
  flex-direction: column;
  gap: 2.5000vw;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left {
  width: 60.8333vw;
  display: flex;
  flex-direction: column;
  gap: 1.2500vw;
}
.consult_form_container.consult_form_renew .consult_section_title {
  font-size: 1.3333vw;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin: 0;
}
.consult_form_container.consult_form_renew .consult_section_title .req {
  background: #fb6263;
  width: 0.4166vw;
  height: 0.4166vw;
  border-radius: 0.4166vw;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -0.75vw;
}
.consult_form_container.consult_form_renew .consult_form_input_item {
  display: flex;
  flex-direction: column;
  gap: 1.2500vw;
  width: 100%;
}
.consult_form_container.consult_form_renew .consult_form_wrap_left .consult_form_input_item {
  padding-bottom: 1.5833vw;
}
.consult_form_container.consult_form_renew .consult_form_wrap_left .consult_form_input_item:last-child {
  padding-bottom: 0;
}
.consult_form_container.consult_form_renew .consult_check_box {
  background: #fff;
  border-radius: 0.8333vw;
  border: 1px solid #c8cdd7;
  overflow: hidden;
  box-shadow: 0 0.1667vw 0.7500vw 0 rgba(47, 47, 47, 0.16);
}
.consult_form_container.consult_form_renew .consult_check_box h3 {
  font-size: 1.3333vw;
  font-weight: 900;
  color: #000;
  line-height: 1;
  background: #fff;
  padding: 2.0000vw 2.5000vw 1.5000vw;
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
}
.consult_form_container.consult_form_renew .consult_check_box h3 span {
  font-weight: 500;
  color: #546680;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f9f9f9;
  padding: 0.5833vw 0 0.6667vw;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li {
  display: flex;
  flex-direction: row;
  gap: 0;
  padding: 1.6667vw 2.5000vw;
  box-sizing: border-box;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li:nth-child(-n+3) {
  border-bottom: 1px solid #e6e6e6;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  cursor: pointer;
  width: 100%;
  gap: 0.3333vw;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input {
  display: none;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label svg {
  flex-shrink: 0;
  width: 1.5833vw;
  height: 1.3333vw;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label svg path {
  fill: #465260;
  stroke: #465260;
  transition: fill 0.15s, stroke 0.15s;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label span {
  font-size: 1.3333vw;
  font-weight: 500;
  color: #465260;
  line-height: 1;
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
  text-align: left;
  width: auto;
  border-radius: 0;
  transition: color 0.15s;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input:checked ~ svg path {
  fill: #ff5253;
  stroke: #ff5253;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input:checked ~ span {
  background: none !important;
  border: 0 !important;
  color: #ff5253 !important;
  font-weight: 700;
  width: auto;
}
.consult_form_container.consult_form_renew .consult_select_row {
  display: flex;
  gap: 0.8333vw;
  width: 100%;
}

.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel select,.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_select_row select,.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel input {
  width: 100%;
  padding: 0 1.1667vw;
  border: 1px solid #d0d0d0;
  border-radius: 0.6667vw;
  font-size: 1.3333vw;
  font-weight: 500;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
  max-width: none;
  height: 3.5000vw;
  font-family: "Montserrat";
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item > input[type="text"]{
  width: 100%;
  height: 3.8333vw;
  padding: 0 1.1667vw;
  border: 1px solid #d0d0d0;
  border-radius: 0.6667vw;
  font-size: 1.3333vw;
  font-weight: 400;
  color: #111;
  background-color: #fff;
  box-sizing: border-box;
  max-width: none;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_select_row select {
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/passcenter/select_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.1667vw) center;
  background-size: 0.8333vw auto;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.6667vw;
  cursor: pointer;
  height: 4.6667vw;
  color: #546680;
  font-family: "Noto Sans KR";
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item > input[type="text"]::placeholder {
  color: #546680;
  font-weight: 500;
  font-size: 1.3333vw;
}
.consult_form_container.consult_form_renew .consult_form_input_item_user_tel {
  display: flex;
  align-items: center;
  gap: 0.5000vw;
  width: 100%;
}
.consult_form_container.consult_form_renew .consult_form_input_item_user_tel .tel_dash {
  color: #999;
  flex-shrink: 0;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel select {
  max-width: 10.0000vw;
  flex: 0 0 10.0000vw;
  background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/passcenter/select_arrow.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.0000vw) center;
  text-align: center;
  background-size: 0.8333vw auto;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 400;
  padding:0;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel input {
  flex: 1;
  text-align: center;
  max-width: none;
  font-weight: 400;
}
.consult_form_container.consult_form_renew .consult_form_input_item_privacy {
  gap: 3.3333vw;padding-top:1.1667vw;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .privacy3 {
  border: 1px solid #c8cdd7;
  border-radius: 0.8333vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.consult_form_container.consult_form_renew .privacy3 .label_all {
  padding:1.7500vw 1.6667vw 1.0833vw;
  border-bottom: 1px solid #d9dde1;
  margin-bottom: 0;
}
.consult_form_container.consult_form_renew .privacy3 .label_all .input_check {
  width:1.4167vw;height:1.4167vw;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  accent-color: #000;
  border-radius: 0;
}
.consult_form_container.consult_form_renew .privacy3 .label_all .input_check:hover {
  -webkit-box-shadow: 0 0 0 0.0833vw #000;
  box-shadow: 0 0 0 0.0833vw #000;
}
.consult_form_container.consult_form_renew .privacy3 .label_all span {
  font-size: 1.3333vw;
  font-weight: 900;
  color: #111;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex {
  padding: 1.1667vw 1.6667vw;
  background: #f9f9f9;
  justify-content: space-between;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt {
  display: flex;align-items: center;gap:0.8333vw;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt .input_check {
  width:1.4167vw;height:1.4167vw;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -ms-appearance: auto;
  -o-appearance: auto;
  accent-color: #000;
  border-radius: 0;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt .input_check:hover {
  -webkit-box-shadow: 0 0 0 0.0833vw #000;
  box-shadow: 0 0 0 0.0833vw #000;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt span {
  font-size: 1.1667vw;
  font-weight: 700;
  color: #4f5b68;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow {
  display: inline-block;
  cursor: pointer;
  transition: 0.25s;
  width: 2.0000vw;
  height: 1.4167vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow img {
  width: 1vw;
  height: auto;
  object-fit: contain;
}
.consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow.on{
  transform: rotate(180deg);
}
.consult_form_container.consult_form_renew .privacy3 .privacy_divider {
  width: 100%;
  height: 0.0833vw;
  background-color: #e8e8e8;
  margin: 0;
  border: 0;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .privacy3 .sub_page_info.privacy1 {
  max-height: 8.3333vw;
  overflow-y: auto;
  border-radius: 0.5000vw;
  background-color: #f7f7f7;
  padding: 0;
}
.consult_form_container.consult_form_renew .privacy3 .sub_page_info.privacy1 p {
  padding: 1.1667vw 1.3333vw;
  font-size: 1.0833vw;
  line-height: 1.5;
  color: #555;
  letter-spacing: -0.0250vw;
}
.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .btn_consult_submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 26.0000vw;
  background: #111;
  border: 0;
  border-radius: 4.1667vw;
  color: #fff;
  font-size: 1.5000vw;
  font-weight: 900;
  padding: 1.5833vw 0;
  cursor: pointer;
  transition: background 0.2s;
}
.consult_form_container.consult_form_renew .btn_consult_submit:hover {
  background: #333;
}

.offline_slide_banner {
  width: 100%;
  margin-top: 1.9166vw;
  margin-bottom: 3.3333vw;
  overflow: hidden;
}
.offline_slide_banner_swiper {
  width: 100%;
  overflow: visible;
}
.offline_slide_banner_swiper .swiper-slide {
  width: 100vw;
  max-width: calc(100vw - 10vw);
  height: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 1.6666vw;
}

.main_quick_menu {
  position: fixed;
  top:12.5vw;
  right:2.5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:0.6666vw;
}
.main_quick_menu .marketing_banner img{
  width: 6.4166vw;
}
.main_quick_menu .quick_banner_wrap {
  display: flex;flex-direction: column;
  border-radius: 0.8333vw;
  overflow: hidden;
  width:8.3333vw;
}


.main_quick_menu .quick_banner_wrap .quick_title_txt {
  background-color: #fb6263;
  padding:0.8333vw;
  text-align: center;
}
.main_quick_menu .quick_banner_wrap .quick_title_txt h2{
  font-size:1.25vw;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}
.main_quick_menu .quick_banner_wrap ul{ 
  display: flex;flex-direction: column;
  padding:0.8333vw;background: #fff;
}
.main_quick_menu .quick_banner_wrap ul li a{
  padding: 0.8333vw;
  display: flex;
  flex-direction: column;gap:0.6666vw;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid  #efefef;
}
.main_quick_menu .quick_banner_wrap ul li img {
  height:3vw
}
.main_quick_menu .quick_banner_wrap ul li a.kakao {
  gap:0.1666vw;border-bottom:0;height: 5.5989vw;
}
.main_quick_menu .quick_banner_wrap ul li p{
  font-size:1vw;
  font-weight:500;
  line-height: 1;
  color:#000;
}
}




@media all and (max-width: 768px) {
  .header {
    overflow: hidden;
  }
  .board_common_title {
    width:100%;
  }
  .board_common_title .inner {
    max-width: 100vw;
    margin:0 auto;
    padding:0;
  }
  .board_common_title .inner img{
    max-width: 100%;margin-left:0;
  }

  .content_tab_btn  {
    overflow: hidden;
  }
  .content_tab_btn .swiper-slide {
    width: fit-content;
    display: flex;
  }
  .content_tab_btn a {
    font-size: 3.3854vw;
    font-weight: 500;
    color: #5c6675;
    background: #eceff3;
    padding: 2.6042vw 4.8177vw;
    border-radius: 4.8177vw;
  }
  .content_tab_btn .swiper-slide a.active,
  .content_tab_btn .swiper-slide a.on {
    background: #fb6263;
    color: #fff;
    font-weight: 900;
  }


  .sub .inner {
    padding:10.4166vw 1rem 6rem;
  }
  .mo_common {
    display: revert !important;
  }

  /* 하단 고정 배너 */
  .common_bottom_banner {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 999;
    width: 100%;
    max-width: 91.1458vw;
    
  }
  .common_bottom_banner .inner {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding: 0;
    max-width: 91.1458vw;
    margin: 0 auto;
    gap:2.3437vw;
    align-items: center;
    justify-content: center;
  }
  .common_bottom_banner .inner a {
    box-shadow: 0 0.2604vw 3.125vw rgba(47, 47, 47, 0.54);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45.5729vw;
    height: 12.7604vw;
    color: #222;
    font-size: 3.90625vw;
    font-weight: 700;
    letter-spacing: -0.02em;
    background: #fb6263;
    color: #fff;
    border-top-right-radius: 1.9531vw;
    border-top-left-radius: 1.9531vw;
  }
  .common_bottom_banner .inner a:last-child {
    border-right: none;
    color: #fff;
    background: #000000;
  }
  .footer {
    padding-bottom: calc(9.1667vw + 14.0625vw);
  }

  /* 전국 캠퍼스 대표번호 팝업 (모바일) */
  .modal.phone_pop {
    max-width: 91.1458vw;
    border-radius: 1.0417vw;
  }
  .modal.phone_pop .close_btn {
    top: 3.3854vw;
    right: 2.4739vw;
    width: 4.5572vw;
    height: 4.5572vw;
  }
  .modal.phone_pop .mfp-close,
  .modal.phone_pop .mfp-arrow {
    top: 3.6458vw;
    right: 3.6458vw;
    width: 5.2083vw;
    height: 5.2083vw;
  }
  .modal.phone_pop .mfp-close::before,
  .modal.phone_pop .mfp-close::after,
  .modal.phone_pop .mfp-arrow::before,
  .modal.phone_pop .mfp-arrow::after {
    width: 3.6458vw;
  }
  .modal.phone_pop .modal_contents_box {
    padding: 6.1197vw 0 8.4635vw;
  }
  .modal.phone_pop .phone_pop_header {
    padding:0 4.4270vw 3.7760vw;
    margin-bottom: 6.3802vw;
    display: flex;
    flex-direction: column;gap:1.3020vw;
  }
  .modal.phone_pop .phone_pop_header h4 {
    font-size: 4.6875vw;
  }
  .modal.phone_pop .phone_pop_header p {
    font-size: 3.3854vw;
  }
  .modal.phone_pop .phone_pop_list a {
    padding: 2.3438vw 0;
    font-size: 4.1666vw;
  }

  .main_header_bnr .swiper-slide > a .bnr_inner .bnr_img.pc {
    display: none;
  }
  .main_header_bnr .swiper-slide > a .bnr_inner .bnr_img.mo {
    display: block;
  }
  .main_header_bnr .swiper-slide img {
    width: 100%;
  }
  .main_header_bnr .swiper-slide .pc {
    display: none;
  }
  .main_header_bnr .swiper-slide .mo {
    display: block;
  }
  .main_header_bnr .swiper-slide .bnr_inner .bnr_text {
    display: none;
  }
  .main_header_bnr .swiper-slide .bnr_inner .bnr_link_flex {
    width: 100%;
    margin: auto;
    padding: 1% 9%;
    gap: 1%;
    margin-right: 0%;
  }
  .main_header_bnr .swiper-slide .bnr_inner .bnr_obj {
    position: absolute;
    left: -6%;
    bottom: 0px;
    width: 20%;
  }

  .pc_common{
    display: none;
  }
  .header .nav_contents .inner{
    overflow: hidden;
    padding: 0 24px;
  }
  .header .nav_contents .gnb_wrap {
    width:100%;
    max-width: 100vw;
  }
  .headerRightBnr {
    margin:0 auto;
    gap:1.1719vw;
  }
  .header_title{height: 13.0208vw; display: flex;}
  .header_title .inner {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width:195.3125vw;
    padding: 1.3021vw 0;
  }
  .header_title .inner .mobile_menu {
    display: inline-block;
    width: 5.2083vw;
    height: 3.6458vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/icon_mobile_menu.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top:50%;
    left:3.9063vw;
    transform: translate(0, -50%);
  }
  
  .header .nav_contents .depth_box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 9.7656vw;
    color: #222222;
    font-size: 3.6458vw;
    white-space: nowrap;
    padding: 0;
}
  .header .nav_contents .depth_box_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0.6510vw;
    cursor: pointer;
    position: relative;
    font-size:3.6458vw;
    font-weight: 500;
    height: 9.7656vw;
  }
  .header .nav_contents .depth_box_title:hover {
    color: #222222;
    font-weight: 500;
  }
  .header .nav_contents .depth_box_title p.new_icon {
    position: absolute;
    top: 3.9063vw;
    right: -1.9531vw;
    left: unset;
    transform: translate(-50%, -50%);
}
.header .nav_contents .depth_box_title p.new_icon span {
    color: #e41e29;
    font-size: 1.5625vw;
    font-weight: 400 !important;
    display: none;
}
.header .nav_contents .depth_box_title span.new_icon_point {
  position: relative;
  color: #e41e29;
  font-size: 3.6458vw !important;
  display: flex !important;
}
.mo_depth2_wrap {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 3.125vw;
}
.mo_depth2_wrap.on {
  display: flex;
}
.mo_depth2_wrap .mo_depth2 {
  display: none;
}
.mo_depth2_wrap .mo_depth2.on {
  display: block;  height: 11.0677vw;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide {
  width: auto;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide a {
  color: #5c6675;
  font-size: 3.6458vw;
  font-weight: 500;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide.active a {
  color: #222222;
  font-weight: 700;
}
.mo_depth2_wrap .mo_depth2 .swiper-slide:last-of-type {
  margin-right: 0;
}
.mo_depth2_wrap .mo_depth2 ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.mo_depth2_wrap .mo_depth2 ul li i {
  margin-right: 1.3020vw;
  color: #0082ff;
  font-size: 1.8229vw;
  font-style: normal;
  font-weight: 700;
}
.mo_depth2_wrap .mo_depth2 ul li .link_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.3020vw;
}
.header .nav_contents .depth2_panel {
  border:0;
}
.header .nav_contents .depth_location .depth_box_title{
  color:#222222;
}
.header .nav_contents .depth_box.active .depth_box_title{
  color:#222222;
  font-weight: 500;
  border-bottom:0.6510vw solid #222;
}

.campus_info_bg {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 11;
}
.campus_info {
  display: none;
  gap:1.3021vw;
  position: fixed;
  top: unset;
  bottom:0;
  left: 0;
  right: unset;
  width: 100%;
  background-color: #fff;
  border: 0;
  box-shadow: 0.0000vw -0.5208vw 1.3021vw 0.0000vw rgba(0, 0, 0, 0.1);
  border-top-left-radius: 1.9531vw;
  border-top-right-radius: 1.9531vw;
  z-index: 9999;
  padding:7.1615vw 3.9063vw 10.4167vw;
}
.campus_info .close_btn {
  position: absolute;
  top: 4.4271vw;
  right: 4.4271vw;
  width: 4.5573vw;
  height: 4.5573vw;
  background-color: transparent;
  border: none;
}
.campus_info h2 {
  font-size: 4.6875vw;
  color: #5c6675;
  font-weight: 800;
  margin-bottom: 7.6823vw;
  padding-bottom: 3.7760vw;
  width: 100%;
}
.campus_info_inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  row-gap:0;
}
.campus_info_inner a {
  font-size: 4.1667vw;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding: 2.6042vw 0;
}
.campus_info_inner a:nth-child(4n) {
  border-right: none;
}
.campus_info_inner a:nth-child(-n+4) {
  padding-top: 0;
}
.campus_info_inner a:nth-child(4n+1):nth-last-child(-n+4),
.campus_info_inner a:nth-child(4n+1):nth-last-child(-n+4) ~ a {
  padding-bottom: 0;
}
.campus_info_inner a:hover {
  color: #0082ff;
}
.campus_info_inner a:last-of-type {
  margin-right: 0;
}
.headerRightBnr a img {
  width: 36.8489vw;
}
.headerRightBnr a .icon_mobile_arrow {
  width: 3.9062vw;
}
  /* S: Mobile GNB Menu */
  .header .nav {
    display: none;
  }
  .mo_menu_dim {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9998;
  }
  .mo_menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow: hidden;
  }
  .mo_menu.on {
    transform: translateX(0);
  }
  .mo_menu_scroll {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 5.2083vw;
  }
  .mo_menu_top {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap:3.9063vw;
    padding:3.9063vw 0 5.2083vw;
    flex-direction: column;
  }
  .mo_menu_top .btn_close {
    position: relative;
    width: 3.9063vw;
    height: 3.9063vw;
    background: url("https://img.megastudyacademy.co.kr/campus/mbc/common/icon_mobile_close.png") center / 3.1250vw 3.1250vw no-repeat;
    border: 0;
  }
  .mo_menu_logo {
    display: block;
    line-height: 0;
  }
  .mo_menu_logo img {
    height: 3.9063vw;
    width: auto;
  }
  .mo_menu_inner {
    max-width: 91.1458vw;
    width: 100%;
    margin: 0 auto;
  }
  .mo_menu_cate {
    display: flex;
    justify-content: center;
    gap:3.9063vw;
    padding: 4.8177vw 5.9896vw;
    border:1px solid #000000;
    border-radius: 1.9531vw;
  }
  .mo_menu_cate li {
    flex: 1;
    text-align: center;
    display: flex;
        gap: 4.1667vw;
  }
  .mo_menu_cate a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5625vw;
  }
  .mo_menu_cate a i {
    display: block;
    width: 9.1146vw;
    height: 9.1146vw;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .mo_menu_cate a.mo_cate_makeup i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/mo_menu_cate_makeup.png");
  }
  .mo_menu_cate a.mo_cate_hair i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/mo_menu_cate_hair.png");
  }
  .mo_menu_cate a.mo_cate_nailart i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/mo_menu_cate_nail.png");
  }
  .mo_menu_cate a.mo_cate_esthetic i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/mo_menu_cate_esthetic.png");
  }
  .mo_menu_cate a.mo_cate_special i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/mo_menu_cate_special.png");
  }
  .mo_menu_cate a span {
    font-size: 2.3438vw;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.0521vw;
  }
  .mo_menu_cate li > span {
    display: block;
    width: 0.1302vw;
    height: 100%;
    background-color: #e0e0e0;
  }
  .mo_menu_cate li:last-child > span {
    display: none;
  }
  .mo_menu_contents {
    padding:3.9063vw 0;
  }  
  .mo_menu_contents .depth_box {
    border-bottom: 1px solid #ececec;
  }
  .mo_menu_contents .depth_box_title {
    position: relative;
    display: block;
    padding: 3.9063vw 0;
    font-size: 3.9063vw;
    font-weight: 700;
    color: #546680;
    line-height: 1;
  }
  .mo_menu_contents .depth_box_title.is-menu::after {
    content: "";
    position: absolute;
    right: 3.9063vw;
    top: 50%;
    width: 2.0833vw;
    height: 1.3021vw;
    margin-top: -0.6510vw;
    background: url("https://img.megastudyacademy.co.kr/campus/mbc/common/is-menu-arrow.png") center / contain no-repeat;
    transition: transform 0.2s ease;
  }
  .mo_menu_contents .depth_box.on .depth_box_title.is-menu::after {
    transform: rotate(180deg);
  }
  .mo_menu_contents .depth2 {
    display: none;
    padding: 0;
  }
  .mo_menu_contents .depth_box.on .depth2 {
    display: block;
    padding-bottom:5.8594vw;
  }
  .mo_menu_contents .depth2 ul li a {
    display: block;
    padding: 1.8229vw 0;
    font-size: 4.6875vw;
    font-weight: 400;
    color: #000000;
    line-height: 1;
  }
  .mo_menu_util {
    display: flex;
    justify-content: space-between;
    gap: 0.7813vw;
    padding: 2.6042vw 0 6.5104vw;
  }
  .mo_menu_util a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3021vw;
    height:14.0625vw;
  }
  .mo_menu_util a i {
    display: block;
    width: 6.2500vw;
    height: 6.2500vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .mo_menu_util a.util_fee i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/quick_banner_pay_icon_off.png");
  }
  .mo_menu_util a.util_campus i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/quick_banner_campus_icon_off.png");
  }
  .mo_menu_util a.util_kakao i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/quick_banner_kakao_icon_off.png");
  }
  .mo_menu_util a.util_event i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none'%3E%3Ccircle cx='20' cy='20' r='18' fill='%23FFF4D6'/%3E%3Cpath d='M20 10v12M14 16h12' stroke='%23F5A623' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='20' cy='28' r='1.5' fill='%23F5A623'/%3E%3C/svg%3E");
  }
  .mo_menu_util a.util_reserve i {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/quick_banner_consult_icon_off.png");
  }
  .mo_menu_util a span {
    font-size: 3.1250vw;
    font-weight: 500;
    color: #000000;
    letter-spacing: -0.0651vw;
    white-space: nowrap;
  }
  .mo_menu_util a img {
    margin:auto 0;
  }
  .mo_menu_sns {
    padding: 7.5521vw 0 11.7188vw;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mo_menu_sns_title {
    margin-bottom: 2.0833vw;
    font-size: 3.1250vw;
    font-weight: 700;
    color: #222;
  }
  .mo_menu_sns_title span {
    font-size: 3.1250vw;
    font-weight: 700;
    color: #222;
    font-family: "Montserrat";
  }
  .mo_menu_sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.2135vw;
  }
  .mo_menu_sns ul li a {
    display: block;
    width: 5.9896vw;
    line-height: 0;
  }
  .mo_menu_sns ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(95%);
  }
  /* E: Mobile GNB Menu */















  .footer {
    padding: 10.4167vw 0 13.0208vw;
    background-color: #fff;
  }
  .footer .inner{
    display: flex;
    flex-direction: column;
    gap: 4.4271vw;
  }
  .footer .inner .branch_line {
    width:100%;height:0.1302vw;background-color: #ccc;
  }
  .footer_contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5.2083vw;
    max-width: 100%;
    margin: 0;
    padding: 0 5.2083vw;
    box-sizing: border-box;
  }
  .footer_contents .footer_logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.6927vw;
  }
  .footer_contents .footer_logo img.pc {
    display: none;
  }
  .footer_contents .footer_logo img.mo {
    display: block;
  }
  .footer_contents .footer_logo img {
    width: 39.7135vw;
  }
  .footer_contents .footer_logo h2 {
    font-size:3.5156vw;font-weight:700;color: #000000;
  }
  .footer_contents .footer_logo h2 span {
    font-weight:200;
  }
  .footer_contents .footer_logo p {
    font-size:1.4323vw;font-weight:400;color: #000000;
  }
  .footer_contents .contents {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.9063vw;
    max-width: 100%;
    width: 100%;
  }
  .footer_contents .contents > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    row-gap:1.3020vw;
  }
  .footer_contents .contents > ul li {
    position: relative;
    display: flex;
    align-items: center;
  }
  .footer_contents .contents > ul li.footer_menu_pc {
    display: none;
  }
  .footer_contents .contents > ul li:not(.footer_menu_pc):not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 0.2604vw;
    height: 2.3437vw;
    margin: 0 1.8229vw;
    background-color: #cccccc;
    vertical-align: middle;
  }
  .footer_contents .contents > ul li::before {
    display: none;
  }
  .footer_contents .contents > ul li a {
    color: #000000;
    font-size: 3.1250vw;
  }
  .footer_contents .contents .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
  }
  .footer_contents .contents .info > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }
  .footer_contents .contents .info > h2 {
    display:none;
  }
  .footer_contents .contents .info span.mo {
    display: inline;
  }
  .footer_contents .contents .info > div:nth-of-type(3) {
    margin-top: 0;
  }
  .footer_contents .contents .info > div:nth-of-type(4) {
    margin-top: 0;
  }
  .footer_contents .contents .info > div p {
    line-height: 4.6875vw;
    color: #000000;
    font-size: 3.1250vw;
    text-align: left;
    position: relative;
    padding-right: 0;
  }
  .footer_contents .contents .info > div .mo_br {
    display: block;
  }
  .footer_contents .contents .info > div p::before {
    display: none;
  }
  .footer_contents .contents .info > div p:last-child::before{
    display:none;
  }
  .footer_contents .contents .info > div p a {
    color: #777777;
  }
  .footer_contents .contents .sns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5625vw;
  }
  .footer_contents .contents .sns ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 2.0833vw;
  }
  .footer_contents .contents .sns ul li {
    position: relative;
  }
  .footer_contents .contents .sns ul li a {
    filter: grayscale(95%);
  }
  .footer_contents .contents .sns ul li a img {
    width: 6.2500vw;
  }
  .footer_contents fieldset.mo {
    display: none;
  }
  .footer_contents fieldset details {
    position: relative;
  }
  .footer_contents fieldset details summary {
    position: relative;
    width: 23.1771vw;
    height: 4.1667vw;
    line-height: 3.9063vw;
    padding: 0 1.5625vw;
    color: #777777;
    font-size: 1.5625vw;
    background-color: transparent;
    cursor: pointer;
    list-style: none;
  }
  .footer_contents fieldset details summary::-webkit-details-marker {
    display: none;
  }
  .footer_contents fieldset details summary::before {
    position: absolute;
    top: 50%;
    right: 1.3021vw;
    transform: translate(0, -50%);
    content: "";
    width: 0.7813vw;
    height: 0.5208vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/common/main/icon_footer_select_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .footer_contents fieldset details[open] summary::before {
    transform: translate(0, -50%) rotate(180deg);
  }
  .footer_contents fieldset details .link_box {
    position: absolute;
    top: 4.1667vw;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    border-top: 0;
  }
  .footer_contents fieldset details .link_box li {
    width: 100%;
  }
  .footer_contents fieldset details .link_box li a {
    display: inline-block;
    width: 100%;
    height: 3.2552vw;
    line-height: 3.2552vw;
    padding: 0 1.5625vw;
    color: #777777;
    font-size: 1.5625vw;
  }
  .footer_contents fieldset details .link_box li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .footer_contents_bottom {
    margin-top: 3.9063vw;
  }
  .footer_contents_bottom p {
    line-height: 1.2;
    color: #acacac;
    font-size: 1.8229vw;
    text-align: left;
  }





  .footer_branch {
    padding:9.1145vw 0;
  }
  .footer_branch .inner {
    gap:8.8541vw;
    padding-bottom: 72px;
  }
  .footer_branch .inner .branch_line {
    display:none;
  }
  .footer_branch .footer_contents.footer_contents_branch .contents .info > div:nth-of-type(1){
    flex-direction: column;
  } 
  .footer_branch .footer_contents .contents {
    max-width: unset;gap:10.8072vw;
  }
  .footer_branch .footer_contents .contents > ul {
    width: 100%;
    flex-wrap: wrap;
    column-gap: 6.9010vw;
    row-gap: 3.125vw;
    max-width: 55.2083vw;
  }
  .footer_branch .footer_contents .contents > ul li a {
    font-size: 2.8645vw;font-weight:500;
  }
  .footer_branch .footer_contents .contents .info {
    max-width:unset;
  }
  .footer_branch .footer_contents .contents .info > div {
    gap:0;margin-bottom:0 !important;
  }
  .footer_branch .footer_contents .contents .info > div > div {
    gap:0;
  }
  .footer_contents .contents .info > div:nth-of-type(1) {
    margin-bottom:0;
  }
  .footer_contents .contents .info > div:nth-of-type(3) {
    margin-top:0;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) {
    margin-top:0;
  }
  .footer_branch .footer_contents .contents .info > h2.mo {
    font-size: 3.3854vw;font-weight:400;margin-bottom:3.2552vw;
  }
  .footer_branch .footer_contents .contents .info > h2.mo span {
    font-weight:200;
  }
  .footer_branch .footer_contents .contents .info > div p {
    font-size: 2.3437vw;color: #000;line-height:3.3854vw;letter-spacing: -0.1041vw;     font-weight: 400; padding-right:1.5625vw;margin-right:1.3020vw;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) p {
    padding-right:1.5625vw;margin-right:1.3020vw;
  }
  .footer_branch .footer_contents .contents .info > div:nth-of-type(3) p:before{
    display: block;
  }
  .footer_branch .footer_contents .contents .info > div p::before {
    height: 1.8229vw;
    background-color: #000000;
  }
  .footer_branch .footer_contents:nth-child(1) .contents .info > div:nth-child(2) > p:last-of-type{
    padding-right: 0;
    margin-right: 0;
  }
  .footer_branch .footer_contents:nth-child(1) .contents .info > div:nth-child(2) > p:last-of-type::before {
    display: none;
  }
  .footer_branch .footer_contents.footer_contents_def .contents{
    max-width:67.7083vw;
  }
  .footer_branch .footer_contents.footer_contents_def .contents .info > div:nth-child(2) p:first-child {
    padding-right:0;
    margin-right:0;
  }
  .footer_branch .footer_contents.footer_contents_def .contents .info > div:nth-child(2) p:first-child::before {
    display:none;
  }
  .footer_branch .footer_contents.footer_contents_def .contents .info > div:nth-child(3) p:nth-child(2) {
    padding-right:0;
    margin-right:0;
  }
  .footer_branch .footer_contents.footer_contents_def .contents .info > div:nth-child(3) p:nth-child(2)::before {
    display:none;
  }


  #teacherPop {
    max-width: 91.1458vw;
  }
  #teacherPop .mfp-arrow {
    top: 2.6042vw;
    right: 2.4740vw;
    display: inline-block;
    width: 4.5573vw;
    height: 4.5573vw;
    margin: 0;
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/common/icon_mobile_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: opacity 0.2s;
    cursor: pointer;
    font-size: 0;
    opacity: 1;
}
  .modal.teacher_pop .modal_contents_box{
    flex-direction: column;
    gap:7.8125vw;
    padding: 6.6406vw 6.3802vw 14.3229vw 7.8125vw;
    border-radius: 1.9531vw;
  }
  .modal.teacher_pop .teacher_portrait {
    margin-right: 0;
    width:100%;
    display: flex;
    gap:4.5573vw;
    align-items: center;
    justify-content: flex-start;
  }
  .modal.teacher_pop .teacher_portrait_img {
    width:32.5521vw;
    height:32.5521vw;
    min-width:32.5521vw;
    min-height:32.5521vw;
    border-radius: 2.6042vw;
    background-color: #e6eaf1;
    position: relative;
    overflow: hidden;
  }
  .modal.teacher_pop .teacher_portrait_img img {
    position: absolute;
    max-width: unset;
    height: 72.7865vw;
  }
  .modal.teacher_pop .teacher_portrait_who {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width:100%;
    margin-top: 0;
  }
  .modal.teacher_pop .teacher_portrait_who .type {
    display: inline-block;
    margin-bottom: 1.4323vw;
    color: #546680;
    font-size: 2.8646vw;
    font-weight: 500;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_portrait_who .name {
    position: relative;
    display: inline-block;
    color: #000000;
    font-size: 4.6875vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2.4740vw;
  }
  .modal.teacher_pop .teacher_portrait_who .name span {
    font-weight: 200;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_portrait_who .campus {
    color: #000000;
    font-size: 2.3438vw;
    font-weight: 400;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_portrait_who .campus span {
    color: #546680;
    font-weight: 200;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_portrait_who .btn_more {
    width: 100%;
    height: 7.8125vw;
    border-radius: 0.6510vw;
    background-color: #000;
    color: #fff;
    font-size: 3.1250vw;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.9115vw;
    margin-top: 4.4271vw;
  }
  .modal.teacher_pop .teacher_portrait_who .btn_more span {
    font-size: 3.1250vw;
    font-weight: 100;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_career {
    width: 100%;
  }
  .modal.teacher_pop .teacher_career .slogan {
    color: #000000;
    font-size: 4.1667vw;
    font-weight: 400;
    text-align: left;
    line-height: 5.0781vw;
    margin-bottom: 5.2083vw;
    word-break: keep-all;
  }
  .modal.teacher_pop .teacher_career .text_box {
    margin-bottom: 5.0781vw;
    padding-right: 5.2083vw;
}
  .modal.teacher_pop .teacher_career .text_box h6 {
    margin-bottom: 2.2135vw;
    color: #fb6263;
    font-size: 3.1250vw;
    font-weight: 700;
    line-height: 1;
  }
  .modal.teacher_pop .teacher_career .text_box p {
    color: #000000;
    font-size: 2.6042vw;
    font-weight: 400;
    line-height: 3.6458vw;
    text-align: left;
  }






  .header {
    position: sticky;
    top:0;left:0;
  }









  /* 상담예약 폼 리뉴얼 (2026) */
  .consult_form_container.consult_form_renew {
    background-color: #fff;
  }
  .consult_form_container.consult_form_renew .inner {
    max-width: 93.7500vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10.1563vw;
    /*border-top: 0.1302vw solid #ebebeb;*/
    padding: 10.4167vw 0 15.6250vw;
  }
  .consult_form_container.consult_form_renew .offline_consult_head {
    padding-bottom: 0;
  }
  .consult_form_container.consult_form_renew .offline_consult_head .consult_form_title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .consult_form_container.consult_form_renew .offline_consult_body {
    padding-top: 40px;
  }

  .offline_slide_banner {
    width: 100%;
    margin-top: 2.9947vw;
    margin-bottom: 5.2083vw;
    overflow: hidden;
  }
  .offline_slide_banner_swiper {
    width: 100%;
    overflow: visible;
  }
  .offline_slide_banner_swiper .swiper-slide {
    width: 93.75vw;
    max-width: calc(100vw - 47px);
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 2.6041vw;
  }
  .offline_slide_banner_swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }


  .offline_slide_banner_swiper .swiper-slide img.hide_768{display: none;}
  .offline_slide_banner_swiper .swiper-slide img.show_768{display: block;}
  .consult_form_container.consult_form_renew .consult_form_title {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap:2.2135vw;
    padding-bottom: 4.5573vw;
  }
  .consult_form_container.consult_form_renew .consult_form_title h2 {
    font-size: 5.2083vw;
    font-weight: 800;
    color: #000000;
    letter-spacing: -0.0651vw;
    line-height: 1;
  }
  .consult_form_container.consult_form_renew .consult_form_title p {
    font-size: 3.9063vw;
    font-weight: 300;
    color: #000000;
    letter-spacing: -0.0391vw;
    line-height: 4.8177vw;
  }
  .consult_form_container.consult_form_renew .consult_form_content form {
    width: 100%;
  }
  .consult_form_container.consult_form_renew .consult_form_input_wrap {
    display: flex;
    flex-direction: column;
    gap: 9.1146vw;
    width: 100%;
    align-items: flex-start;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9.1146vw;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.7760vw;
  }
  .consult_form_container.consult_form_renew .consult_section_title {
    font-size: 3.6458vw;
    font-weight: 800;
    color: #000;
    line-height: 1;
    margin: 0;
  }
  .consult_form_container.consult_form_renew .consult_section_title .req {
    background: #fb6263;
    width: 1.0416vw;
    height: 1.0416vw;
    border-radius: 1.0416vw;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -2.7343vw;
  }
  .consult_form_container.consult_form_renew .consult_form_input_item {
    display: flex;
    flex-direction: column;
    gap: 3.7760vw;
    width: 100%;
  }
  .consult_form_container.consult_form_renew .consult_form_wrap_left .consult_form_input_item {
    padding-bottom: 0;
  }
  .consult_form_container.consult_form_renew .consult_form_wrap_left .consult_form_input_item:last-child {
    padding-bottom: 0;
  }
  .consult_form_container.consult_form_renew .consult_check_box {
    background: #fff;
    border-radius: 1.3021vw;
    overflow: hidden;
    box-shadow: 0 0.2604vw 1.1719vw 0 rgba(47, 47, 47, 0.16);
  }
  .consult_form_container.consult_form_renew .consult_check_box h3 {
    font-size: 3.6458vw;
    font-weight: 900;
    color: #000;
    line-height: 1;
    background: #fff;
    padding: 4.4271vw 3.9063vw 3.2552vw;
    margin: 0;
  }
  .consult_form_container.consult_form_renew .consult_check_box h3 span {
    font-weight: 600;
    color: #546680;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f9f9f9;
    padding: 0.9115vw 0 1.0417vw;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li {
    display: flex;
    flex-direction: row;
    gap: 0;
    padding: 3.6458vw 3.9063vw;
    box-sizing: border-box;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    cursor: pointer;
    width: 100%;
    gap: 0.6510vw;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input {
    display: none;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label svg {
    flex-shrink: 0;
    width: 2.4740vw;
    height: 2.0833vw;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label svg path {
    fill: #465260;
    stroke: #465260;
    transition: fill 0.15s, stroke 0.15s;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label span {
    font-size: 3.3854vw;
    font-weight: 500;
    color: #465260;
    line-height: 1;
    border: 0 !important;
    padding: 0 !important;
    background: none !important;
    text-align: left;
    width: auto;
    border-radius: 0;
    transition: color 0.15s;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input:checked ~ svg path {
    fill: #ff5253;
    stroke: #ff5253;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_left .consult_form_input_item .consult_check_box ul li label input:checked ~ span {
    background: none !important;
    border: 0 !important;
    color: #ff5253 !important;
    font-weight: 700;
    width: auto;
  }
  .consult_form_container.consult_form_renew .consult_select_row {
    display: flex;
    gap: 1.3021vw;
    width: 100%;
  }
  
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel select,.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_select_row select,.consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel input {
    width: 100%;
    padding: 0 4.4271vw;
    border-radius: 1.0417vw;
    font-size: 3.3854vw;
    font-weight: 600;
    color: #111;
    background-color: #fff;
    box-sizing: border-box;
    max-width: none;
    height: 9.7656vw;
    font-family: "Montserrat";
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item > input[type="text"]{
    width: 100%;
    height: 10.8073vw;
    padding: 0 4.4271vw;
    border-radius: 1.0417vw;
    font-size: 3.3854vw;
    font-weight: 600;
    color: #111;
    background-color: #fff;
    box-sizing: border-box;
    max-width: none;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_select_row select {
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/passcenter/select_arrow_mo.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 4.4271vw) center;
    background-size: 2.7344vw auto;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 4.1667vw;
    cursor: pointer;
    height: 13.0208vw;
    color: #546680;
    font-family: "Noto Sans KR";
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item > input[type="text"]::placeholder {
    color: #bbbbbb;
    font-weight: 500;
    font-size: 3.3854vw;
  }
  .consult_form_container.consult_form_renew .consult_form_input_item_user_tel {
    display: flex;
    align-items: center;
    gap: 0.7813vw;
    width: 100%;
  }
  .consult_form_container.consult_form_renew .consult_form_input_item_user_tel .tel_dash {
    color: #999;
    flex-shrink: 0;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel select {
    max-width: 28.2552vw;
    flex: 0 0 28.2552vw;
    background-image: url("https://img.megastudyacademy.co.kr/campus/mbc/passcenter/select_arrow_mo.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 2.2135vw) center;
    text-align: center;
    background-size: 2.7344vw auto;
    appearance: none;
    -webkit-appearance: none;
    font-weight: 400;
    cursor: pointer;
    font-family: "Montserrat";
    padding:0;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item .consult_form_input_item_user_tel input {
    flex: 1;
    text-align: center;
    max-width: none;
    font-weight: 400;
  }
  .consult_form_container.consult_form_renew .consult_form_input_item_privacy {
    gap: 11.7188vw;padding-top:0;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .privacy3 {
    border-radius: 1.3021vw;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_all {
    padding:4.8177vw 5.2083vw 3.1250vw;
    margin-bottom: 0;
    gap:2.6042vw;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_all .input_check {
    width:3.9063vw;height:3.9063vw;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    accent-color: #000;
    border-radius: 0;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_all .input_check::after {
    display:none;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_all .input_check:hover {
    -webkit-box-shadow: 0 0 0 0.1302vw #000;
    box-shadow: 0 0 0 0.1302vw #000;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_all span {
    font-size: 3.6458vw;
    font-weight: 900;
    color: #111;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex {
    padding: 4.0365vw 5.2083vw;
    background: #f9f9f9;
    justify-content: space-between;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt {
    display: flex;align-items: center;gap:1.3021vw;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt .input_check {
    width:3.9063vw;height:3.9063vw;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    accent-color: #000;
    border-radius: 0;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt .input_check::after {
    display:none;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt .input_check:hover {
    -webkit-box-shadow: 0 0 0 0.1302vw #000;
    box-shadow: 0 0 0 0.1302vw #000;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .chk_txt span {
    font-size: 3.3854vw;
    font-weight: 700;
    color: #4f5b68;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow {
    display: inline-block;
    cursor: pointer;
    transition: 0.25s;
    width: 3.1250vw;
    height: 2.2135vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow img {
    width: 2.7344vw;
    height: 1.5625vw;
  }
  .consult_form_container.consult_form_renew .privacy3 .label_flex .toggle_arrow.on{
    transform: rotate(180deg);
  }
  .consult_form_container.consult_form_renew .privacy3 .privacy_divider {
    width: 100%;
    height: 0.1302vw;
    background-color: #e8e8e8;
    margin: 0;
    border: 0;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .privacy3 .sub_page_info.privacy1 {
    max-height: 13.0208vw;
    overflow-y: auto;
    border-radius: 0.7813vw;
    background-color: #f7f7f7;
    padding: 0;
  }
  .consult_form_container.consult_form_renew .privacy3 .sub_page_info.privacy1 p {
    padding: 0.9115vw 5.2083vw;
    font-size: 2.8646vw;
    line-height: 1.5;
    color: #000;
    letter-spacing: -0.0391vw;
  }
  .consult_form_container.consult_form_renew .inner .consult_form_content .consult_form_input_wrap .consult_form_wrap_right .consult_form_input_item_privacy .btn_consult_submit {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 72.9167vw;
    background: #111;
    border: 0;
    border-radius: 6.5104vw;
    color: #fff;
    font-size: 4.1667vw;
    font-weight: 900;
    padding: 4.4271vw 0;
    cursor: pointer;
    transition: background 0.2s;
  }
  .consult_form_container.consult_form_renew .btn_consult_submit:hover {
    background: #333;
  }
  .mo_show {
    display: block;
  }

  .main_quick_menu {
    display: none;
  }
}













