@import url('https://fastly.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css');
@font-face {
  font-family: 'FlightSans-Title';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans-Title.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'FlightSans-Bold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'FlightSans-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
html,body{
  scroll-behavior: smooth;
}
:root {
  font-size: 62.5% !important;
}
.pc-no-br {
  display: none;
}
.mo-no-br {
  display: block;
}
[class*=show_] {
  display: none;
}

.block {
  display: block;
}

.flex {
  display: flex;
}
.scroll_down{position: relative;margin: 0 auto;}
.scroll_down .scroll{width: 21px; height: 35px; border: 1px solid #fff; border-radius: 25px; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.scroll_down .scroll .scroll_dot{width: 3px; height: 8px; border-radius: 3px; background: #fff; display: block; animation: scroll 1s linear infinite;}
/* 아래쪽 화살표 묶음 영역 */
.down_arrow {
  margin-top: 4px;
}

/* 각 화살표 스타일 */
.down_arrow span {
  display: block;
  position: relative;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  margin-left: -2px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateX(-50%);
  animation: fade-arrow 1s infinite;
}

/* 두 번째 화살표 애니메이션 설정 */
.down_arrow2:nth-of-type(2) {
  animation-delay: 0.2s;
  animation-direction: alternate;
}
/* 세 번째 화살표 애니메이션 설정 */
.down_arrow3:nth-of-type(3) {
  animation-delay: 0.3s;
  animation-direction: alternate;
}

/* 마우스 휠 점 애니메이션 */
@keyframes mouse-pulse {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(6px);
  }
}

/* 화살표 깜빡이는 애니메이션 */
@keyframes fade-arrow {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@keyframes scroll {
    0%{
        opacity: 0;
        transform: translateY(-8px);
    }
    100%{
        opacity: 1;
        transform: translateY(-3px);
    }
}


@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none !important;
  }
  .show_1200 {
    display: initial;
  }
  .show_1200.block {
    display: block;
  }
  .show_1200.flex {
    display: flex;
  }
  br.show_1200 {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .show_992 {
    display: initial;
  }
  .show_992.block {
    display: block;
  }
  .show_992.flex {
    display: flex;
  }
  .hide_992 {
    display: none;
  }
  br.show_992 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show_768 {
    display: initial;
  }
  .show_768.block {
    display: block;
  }
  .show_768.flex {
    display: flex;
  }
  .hide_768 {
    display: none;
  }
  br.show_768 {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  :root {
    font-size: 60% !important;
  }
  .show_576 {
    display: initial;
  }
  .show_576.block {
    display: block;
  }
  .show_576.flex {
    display: flex;
  }
  br.show_576 {
    display: block;
  }
  .hide_576 {
    display: none;
  }
}
:root {
  --point: #ff9221;
  --point2: #ff5d37;
  --point3: #e23848;
  --point4: #005b58;
}
.pc{
  display: block;
  margin: 0 auto;
}
.mo{
  display: none;
}

#section_top_banner{
  background: #f5f8ff;padding: 27px 0;
}
#section01{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section01_bg.png);
  padding:95px 0 30px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
#section01 .inner {
  display: flex;flex-direction: column;gap:86px;
}
#section01 .inner .section_title{
  position: relative;
  width: 489px;
  height: 514px;
  background-color: transparent;
  border: 10px solid transparent;
  border-radius: 50%;
  border-image: linear-gradient(0deg, #03c4f6 0%, #29fadc 100%);
  border-image-slice: 1;
  padding: 60px 0 54px;
  display: flex;flex-direction: column;gap:53px;align-items: center;justify-content: center;
}
#section01 .inner .section_title .location{
  display: flex;flex-direction: column;gap:20px;align-items: center;justify-content: center;
}
#section01 .inner .section_title .location span{
  font-family: "FlightSans-Bold";
  color: #fff;
  padding: 6px 30px;
  font-size: 20px;
  background: #2f475e;
  border-radius: 40px;
  letter-spacing: 1.4px;
}
#section01 .inner .section_title .location p{
  font-size:22px;line-height:35px;color:#fff;font-family: "FlightSans-Regular";
}



#section02{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section02_bg.png);
  padding:110px 0 109px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}
#section03{
  background:#fff;
  padding:110px 0;
}
#section03 img {
  margin-right:15px;
}


#section04{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section04_bg.png);
  padding:90px 0 110px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

#section05{
  background:#f5f8ff;
  padding:90px 0 110px;
  overflow: hidden;
}
#section05 .inner {
  max-width: 100%;display: flex;flex-direction: column;gap:120px;
}
#section05 .inner .section_content {
  display: flex;flex-direction: column;gap:44px;
}
#section05 .inner .section_content .sec05Swiper {
  width:100%;padding-top:26px;
}
#section05 .inner .section_content .sec05Swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#section05 .inner .section_content .sec05Swiper .swiper-slide {
  width: fit-content;
}
#consel_section{
  padding:90px 0 110px;
}
#consel_section .inner form .consel_section_container {
  display: flex;flex-direction: column;gap:30px;
}
#consel_section .inner form .consel_section_container h3{
  font-family: 'FlightSans-Title'; font-size:35px;line-height: 55px;background: linear-gradient(45deg, #006fff 0%, #00bdf7 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;align-items: center;justify-content: center;flex-direction: column;
}
#consel_section .inner form .consel_section_container span{
  font-family: 'Wanted Sans Variable'; font-size:20px;line-height: 40px;color: #555555;
}
#consel_section .inner form .consel_section_container .consel_content {
  border-top:1px solid #2d2c3e;display: flex;flex-direction: column;margin-top:15px;
}
#consel_section .inner form .consel_section_container .consel_content ul {
  display: flex;gap:100px;border-bottom: 1px solid #cccccc;padding:0 100px;
}
#consel_section .inner form .consel_section_container ul li {
  width:100%;display: flex;gap:70px;padding:15px 0;align-items: center;
}
#consel_section .inner form .consel_section_container ul li .consel_content_th {
  min-width:65px;text-align: left;font-size:18px;font-family: 'Wanted Sans Variable';font-weight:700;
}
#consel_section .inner form .consel_section_container ul li .input_text {
  font-size:18px;font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container ul li .input_text::placeholder{
  font-size:18px;font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container ul li input[name="store[]"]{
  display: none;
}
#consel_section .inner form .consel_section_container ul li #storeRadio {
  display: flex;gap:20px;
}
#consel_section .inner form .consel_section_container ul li #storeRadio label {
  height:50px;border:1px solid #ccc;width: 105px;text-align: center;font-size:18px;color:#2d2c3e;font-weight: 400;font-family: 'Wanted Sans Variable';display: flex;align-items: center;justify-content: center;
}
#consel_section .inner form .consel_section_container ul li #storeRadio input:checked + label {
  font-weight: 700;color: #1476fd;border:2px solid #1476fd;
}
#consel_section .inner form .consel_section_container .pr_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#consel_section .inner form .consel_section_container .sub_page_info {
  padding: 19px 10px 11px 29px;  width: 760px;margin:0 auto;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1 {
  display: block;
  height: 115px;
  width: 100%;
  overflow: auto;
  text-align: left;
  /* custom scrollbar */
  font-size:14px;
  font-weight:500;
  font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar {
  width: 5px;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 20px;
  border: 0px solid transparent;
  background-clip: content-box;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1 b {
  color: #222222;
  font-weight: 700;font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::before {
  content: "";
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1:last-of-type {
  margin-bottom: 0;
}
#consel_section .inner form .consel_section_container .privacy2{
  width: 760px;margin:0 auto;
}
#consel_section .inner form .consel_section_container .privacy2 label{
  font-size:16px;color:#555555;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check {
  width: 16px;height:16px;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check:checked::before {
  width: 16px;height:16px;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check:checked::after {
  position: absolute;
  top: 2px;
  left: 5px;
  content: "";
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#consel_section .inner form .consel_section_container .btn_blue {
  width:250px;height:55px;border-radius: 55px;color:#fff;font-size:20px;  font-weight: 700;font-family: 'Wanted Sans Variable';
  background-image: -moz-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  position: relative;
}
#consel_section .inner form .consel_section_container .btn_blue img {
  position: absolute;
  right:20px;top:50%;
  transform:translate(0, -50%);
}
.bottom_banner{
  background:#2d2c3e;    padding: 15px 0;
}
.bottom_banner .inner {
  display: flex;gap:50px;justify-content: center;
}
.bottom_banner .inner h2 {
  font-family: 'FlightSans-Title'; font-size:24px;line-height: 55px;color:#fff;
}
.bottom_banner .inner div {
  display: flex;gap:20px;align-items: center;
}
.bottom_banner .inner div p {
  font-family: 'FlightSans-Bold'; font-size:20px;line-height: 55px;color:#1bd1ff;display: flex;gap:15px;
}
.bottom_banner .inner div > span {
  width:1px;height:15px;background: #fff;
}
.bottom_banner .inner div p span {
  font-family: 'FlightSans-Regular'; font-size:20px;line-height: 55px;color:#ffffff;
}

#fixedBanner{
  position: fixed;
  top:30%;right:45px;
  z-index: 999;
  display: flex;
  flex-direction: column;gap:15px;
}
.floating_menu {
  display: none;
}

@media all and (max-width:1400px){
  .inner {
    max-width: 85.7142vw;
}
#section_top_banner{
  background: #f5f8ff;padding: 1.9286vw 0;
}
#section_top_banner img {
  width: 59.2857vw;
}
#section01{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section01_bg.png);
  padding:6.7857vw 0 2.1429vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 137.1429vw auto;
}
#section01 .inner {
  display: flex;flex-direction: column;gap:6.1429vw;
}
#section01 .inner .section_title{
  position: relative;
  width: 34.9286vw;
  height: 36.7143vw;
  background-color: transparent;
  border: 0.7143vw solid transparent;
  border-radius: 50%;
  border-image: linear-gradient(0deg, #03c4f6 0%, #29fadc 100%);
  border-image-slice: 1;
  padding: 4.2857vw 0 3.8571vw;
  display: flex;flex-direction: column;gap:3.7857vw;align-items: center;justify-content: center;
}
#section01 .inner .section_title img {
  width: 22.2857vw;
}
#section01 .inner .section_title .location{
  display: flex;flex-direction: column;gap:1.4286vw;align-items: center;justify-content: center;
}
#section01 .inner .section_title .location span{
  font-family: "FlightSans-Bold";
  color: #fff;
  padding: 0.4286vw 2.1429vw;
  font-size: 1.4286vw;
  background: #2f475e;
  border-radius: 2.8571vw;
  letter-spacing: 0.1000vw;
}
#section01 .inner .section_title .location p{
  font-size:1.5714vw;line-height:2.5000vw;color:#fff;font-family: "FlightSans-Regular";
}
#section01 .inner .section_scroll img{
  width: 1.5714vw;
}


#section02{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section02_bg.png);
  padding:7.8571vw 0 7.7857vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 137.1429vw auto;
}
#section03{
  background:#fff;
  padding:7.8571vw 0;
}
#section03 img {
  margin-right:1.0714vw;width: 84.2857vw;
}


#section04{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section04_bg.png);
  padding:6.4286vw 0 7.8571vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 137.1429vw auto;
}

#section05{
  background:#f5f8ff;
  padding:6.4286vw 0 7.8571vw;
  overflow: hidden;
}
#section05 .inner {
  max-width: 100%;display: flex;flex-direction: column;gap:8.5714vw;
}
#section05 .inner .section_content {
  display: flex;flex-direction: column;gap:3.1429vw;
}
#section05 .inner .section_content.section_content01 img {
  width: 78.9285vw;
}
#section05 .inner .section_content.section_content02 img {
  width: 63.5714vw;
}
#section05 .inner .section_content.section_content02 .content_title:last-child img{
  width: 45.8571vw;
}
#section05 .inner .section_content .sec05Swiper {
  width:100%;padding-top:1.8571vw;
}
#section05 .inner .section_content .sec05Swiper .swiper-wrapper {
  transition-timing-function: linear;
}
#section05 .inner .section_content .sec05Swiper .swiper-slide {
  width: fit-content;
}
#section05 .inner .section_content .sec05Swiper .swiper-slide img {
  width: 33.7142vw;
}
#consel_section{
  padding:6.4286vw 0 7.8571vw;
}
#consel_section .inner form .consel_section_container {
  display: flex;flex-direction: column;gap:2.1429vw;
}
#consel_section .inner form .consel_section_container h3{
  font-family: 'FlightSans-Title'; font-size:2.5000vw;line-height: 3.9286vw;background: linear-gradient(45deg, #006fff 0%, #00bdf7 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;align-items: center;justify-content: center;flex-direction: column;
}
#consel_section .inner form .consel_section_container span{
  font-family: 'Wanted Sans Variable'; font-size:1.4286vw;line-height: 2.8571vw;color: #555555;
}
#consel_section .inner form .consel_section_container .consel_content {
  border-top:0.0714vw solid #2d2c3e;display: flex;flex-direction: column;margin-top:1.0714vw;
}
#consel_section .inner form .consel_section_container .consel_content ul {
  display: flex;gap:7.1429vw;border-bottom: 0.0714vw solid #cccccc;padding:0 7.1429vw;
}
#consel_section .inner form .consel_section_container ul li {
  width:100%;display: flex;gap:5.0000vw;padding:1.0714vw 0;align-items: center;
}
#consel_section .inner form .consel_section_container ul li .consel_content_th {
  min-width:4.6429vw;text-align: left;font-size:1.2857vw;font-family: 'Wanted Sans Variable';font-weight:700;
}
#consel_section .inner form .consel_section_container ul li .input_text {
  font-size:1.2857vw;font-family: 'Wanted Sans Variable';height: 3.5714vw;
}
#consel_section .inner form .consel_section_container ul li .input_text::placeholder{
  font-size:1.2857vw;font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container ul li input[name="store[]"]{
  display: none;
}
#consel_section .inner form .consel_section_container ul li #storeRadio {
  display: flex;gap:1.4286vw;
}
#consel_section .inner form .consel_section_container ul li #storeRadio label {
  height:3.5714vw;width: 7.5000vw;text-align: center;font-size:1.2857vw;color:#2d2c3e;font-weight: 400;font-family: 'Wanted Sans Variable';display: flex;align-items: center;justify-content: center;
}
#consel_section .inner form .consel_section_container ul li #storeRadio input:checked + label {
  font-weight: 700;color: #1476fd;
}
#consel_section .inner form .consel_section_container .pr_wrap {
  gap: 2.1428vw;
}
#consel_section .inner form .consel_section_container .sub_page_info {
  padding: 1.3571vw 0.7143vw 0.7857vw 2.0714vw;  width: 54.2857vw;margin:0 auto;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1 {
  display: block;
  height: 8.2143vw;
  width: 100%;
  overflow: auto;
  text-align: left;
  /* custom scrollbar */
  font-size:1.0000vw;
  font-weight:500;
  font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar {
  width: 0.3571vw;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 1.4286vw;
  border: 0.0000vw solid transparent;
  background-clip: content-box;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1 b {
  color: #222222;
  font-weight: 700;font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::before {
  content: "";
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1:last-of-type {
  margin-bottom: 0;
}
#consel_section .inner form .consel_section_container .privacy2{
  width: 54.2857vw;margin:0 auto;
}
#consel_section .inner form .consel_section_container .privacy2 label{
  font-size:1.1429vw;color:#555555;gap: 0.5vw;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check {
  width: 1.1429vw;height:1.1429vw;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check:checked::before {
  width: 1.1429vw;height:1.1429vw;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check:checked::after {
  position: absolute;
  top: 0.1429vw;
  left: 0.3571vw;
  content: "";
  width: 0.4286vw;
  height: 0.6429vw;
  border: solid #fff;
  border-width: 0 0.1429vw 0.1429vw 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#consel_section .inner form .consel_section_container .btn_blue {
  width:17.8571vw;height:3.9286vw;border-radius: 3.9286vw;color:#fff;font-size:1.4286vw;  font-weight: 700;font-family: 'Wanted Sans Variable';
  background-image: -moz-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  position: relative;
}
#consel_section .inner form .consel_section_container .btn_blue img {
  position: absolute;
  right:1.4286vw;top:50%;
  transform:translate(0, -50%);
  width: 0.6428vw;
}
.bottom_banner{
  background:#2d2c3e;    padding: 1.0714vw 0;
}
.bottom_banner .inner {
  display: flex;gap:3.5714vw;justify-content: center;
}
.bottom_banner .inner h2 {
  font-family: 'FlightSans-Title'; font-size:1.7143vw;line-height: 3.9286vw;color:#fff;
}
.bottom_banner .inner div {
  display: flex;gap:1.4286vw;align-items: center;
}
.bottom_banner .inner div p {
  font-family: 'FlightSans-Bold'; font-size:1.4286vw;line-height: 3.9286vw;color:#1bd1ff;display: flex;gap:1.0714vw;
}
.bottom_banner .inner div > span {
  width:0.0714vw;height:1.0714vw;background: #fff;
}
.bottom_banner .inner div p span {
  font-family: 'FlightSans-Regular'; font-size:1.4286vw;line-height: 3.9286vw;color:#ffffff;
}

#fixedBanner{
  position: fixed;
  top:30%;right:3.2143vw;
  z-index: 999;
  display: flex;
  flex-direction: column;gap:1.0714vw;
}
#fixedBanner a img {
  width: 9.6428vw;
}
.floating_menu {
  display: none;
}


.scroll_down{position: relative;margin: 0 auto;}
.scroll_down .scroll{width: 1.5000vw; height: 2.5000vw; border: 0.0714vw solid #fff; border-radius: 1.7857vw; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.scroll_down .scroll .scroll_dot{width: 0.2143vw; height: 0.5714vw; border-radius: 0.2143vw; background: #fff; display: block; animation: scroll 1s linear infinite;}
/* 아래쪽 화살표 묶음 영역 */
.down_arrow {
  margin-top: 0.2857vw;
}

/* 각 화살표 스타일 */
.down_arrow span {
  display: block;
  position: relative;
  left: 50%;
  width: 0.8571vw;
  height: 0.8571vw;
  margin-bottom: -0.4286vw;
  margin-left: -0.1429vw;
  border-right: 0.0714vw solid #fff;
  border-bottom: 0.0714vw solid #fff;
  transform: rotate(45deg) translateX(-50%);
  animation: fade-arrow 1s infinite;
}

/* 두 번째 화살표 애니메이션 설정 */
.down_arrow2:nth-of-type(2) {
  animation-delay: 0.2s;
  animation-direction: alternate;
}
/* 세 번째 화살표 애니메이션 설정 */
.down_arrow3:nth-of-type(3) {
  animation-delay: 0.3s;
  animation-direction: alternate;
}

/* 마우스 휠 점 애니메이션 */
@keyframes mouse-pulse {
  0% {
      opacity: 1;
      transform: translateY(0);
  }
  100% {
      opacity: 0;
      transform: translateY(0.4286vw);
  }
}


@keyframes scroll {
  0%{
      opacity: 0;
      transform: translateY(-0.5714vw);
  }
  100%{
      opacity: 1;
      transform: translateY(-0.2143vw);
  }
}
}




@media all and (max-width:768px){
  .pc{
    display: none;
  }
  .mo{
    display: block;
    margin: 0 auto;
  }
  .inner {
    max-width: 92.1875vw;width: 100%;
  }
  #section_top_banner{
    padding:3.9063vw 3.3854vw;
  }
  #section_top_banner img{
    width: 67.5781vw;
  }
  #section01{
    background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section01_bg_mo.png);
    padding:10.5469vw 0 5.4688vw;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100.0000vw auto;
  }
  #section01 .inner {
    display: flex;flex-direction: column;gap:77.9948vw;align-items: center;justify-content: center;
  }
  #section01 .inner .section_title{
    position: relative;
    width: 66.4063vw;
    height: 66.7969vw;
    background-color: transparent;
    border: 1.3021vw solid transparent;
    border-radius: 50%;
    border-image: linear-gradient(0deg, #03c4f6 0%, #29fadc 100%);
    border-image-slice: 1;
    padding: 9.1146vw 0 5.4688vw;
    gap:6.7708vw;
  }
  #section01 .inner .section_title img {
    width: 40.6250vw;
  }
  #section01 .inner .section_title .location{
    gap:2.8646vw;
  }
  #section01 .inner .section_title .location span{
    padding: 1.1719vw 3.9063vw;
    font-size: 2.8646vw;
    border-radius: 5.2083vw;
    letter-spacing: 0.1823vw;
  }
  #section01 .inner .section_title .location p{
    font-size:2.8646vw;line-height:4.5573vw;
  }
  .scroll_down .scroll{width: 4.1667vw; height: 6.7708vw;border-radius: 4.1667vw;}
  .scroll_down .scroll .scroll_dot{width: 0.5208vw; height: 1.5625vw; border-radius: 0.3906vw;}
  /* 아래쪽 화살표 묶음 영역 */
  .down_arrow {
    margin-top: 1.3021vw;
  }
  /* 각 화살표 스타일 */
  .down_arrow span {
    width: 2.3438vw;
    height: 2.3438vw;
    margin-bottom: -1.5625vw;
    margin-left: -0.2604vw;
    border-right: 0.1302vw solid #fff;
  }
  @keyframes scroll {
    0%{
        opacity: 0;
        transform: translateY(-1.5625vw);
    }
    100%{
        opacity: 1;
        transform: translateY(-0.7813vw);
    }
}


#section02{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section02_bg_mo.png);
  padding:11.7188vw 0 14.1927vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100.0000vw auto;
  overflow: hidden;
}
#section02 .inner {
  display: flex;flex-direction: column;gap:19.5313vw;
}
#section02 .inner .section02_slide_container {
  display: flex;flex-direction: column;gap:8.9844vw;
}
#section02 .inner .section02_slide_container .swiper-slide {
  height:unset;display: flex;align-items: center;width: fit-content;
}
#section02 .inner .section02_slide_container .swiper-slide01 img{
  width: 80.5990vw;
}
#section02 .inner .section02_slide_container .swiper-slide02 img{
  width: 74.2188vw;
}
#section03{
  padding:10.4167vw 0 14.3229vw;
}
#section03 img {
  margin-right:auto;width: 89.5833vw;
}
#section04{
  background-image: url(https://img.megastudyacademy.co.kr/campusdev/mbc/partnership/section04_bg_mo.png);
  padding:11.7188vw 0 14.3229vw;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100.0000vw auto;
  overflow: hidden;
}
#section04 .inner {
  max-width:94.7917vw;
}
#section04 .inner .swiper-container {
  padding:9.1146vw 0 19.5313vw;max-width: 92.1875vw;
}
#section04 .inner .sec04_swiper .swiper-slide {
  height:unset;display: flex;align-items: center;width: fit-content;
}
#section04 .inner .sec04_swiper .swiper-slide img{
  width: 75.2604vw;
}
#section04 .inner .section04_content_mo {
  width: 92.3177vw;
}
#section04 .inner .section04_content02_mo {
  width: 94.7917vw;
}

#section05{
  padding:11.7188vw 0 14.3229vw;
}
#section05 .inner {
  gap:19.5313vw;
}
#section05 .inner .section_content.section_content01 img {
  width: 92.1875vw;
}
#section05 .inner .section_content {
  gap:7.2917vw;
}
#section05 .inner .section_content .sec05Swiper {
  padding-top:1.9531vw;
}
#section05 .inner .section_content.section_content02 .content_title img {
  width: 76.5625vw;
}
#section05 .inner .section_content.section_content02 .content_title:last-child img {
  width: 74.8698vw;
}
#section05 .inner .section_content .sec05Swiper .swiper-slide img {
  width: 61.4583vw;
}










#consel_section{
  padding:11.7188vw 0 14.3229vw;
}
#consel_section .inner {
  max-width:79.4271vw;
}
#consel_section .inner form .consel_section_container {
  display: flex;flex-direction: column;gap:6.5104vw;
}
#consel_section .inner form .consel_section_container h3{
  font-family: 'FlightSans-Title'; font-size:4.4271vw;line-height: 7.1615vw;background: linear-gradient(45deg, #006fff 0%, #00bdf7 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;align-items: center;justify-content: center;flex-direction: column;
}
#consel_section .inner form .consel_section_container span{
  font-family: 'Wanted Sans Variable'; font-size:2.6042vw;line-height: 5.2083vw;color: #555555;
}
#consel_section .inner form .consel_section_container .consel_content {
  border-top:0.1302vw solid #2d2c3e;display: flex;flex-direction: column;margin-top:0;
}
#consel_section .inner form .consel_section_container .consel_content ul {
  display: flex;gap:0;border-bottom: 0;flex-direction: column;padding:0;
  
}
#consel_section .inner form .consel_section_container ul li {
  width:100%;display: flex;gap:6.2500vw;padding:2.6042vw 9.8958vw;align-items: center;border-bottom:0.1302vw solid #ccc;
}
#consel_section .inner form .consel_section_container ul li .consel_content_th {
  min-width:10.6771vw;text-align: left;font-size:3.1250vw;font-family: 'Wanted Sans Variable';font-weight:700;
}
#consel_section .inner form .consel_section_container ul li .input_text {
  font-size:3.1250vw;font-family: 'Wanted Sans Variable';height: 7.1615vw;padding: 0 2.6042vw;
}
#consel_section .inner form .consel_section_container ul li .input_text::placeholder{
  font-size:3.1250vw;font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container ul li input[name="store[]"]{
  display: none;
}
#consel_section .inner form .consel_section_container ul li #storeRadio {
  display: flex;gap:2.6042vw;
}
#consel_section .inner form .consel_section_container ul li #storeRadio label {
  height:7.1615vw;width: 16.9271vw;text-align: center;font-size:3.1250vw;color:#2d2c3e;font-weight: 400;font-family: 'Wanted Sans Variable';display: flex;align-items: center;justify-content: center;
}
#consel_section .inner form .consel_section_container ul li #storeRadio input:checked + label {
  font-weight: 700;color: #1476fd;border:2px solid #1476fd;
}
#consel_section .inner form .consel_section_container .pr_wrap {
  flex-direction: column-reverse;gap:2.6042vw;
}
#consel_section .inner form .consel_section_container .sub_page_info {
  padding: 1.4323vw 1.3021vw 1.4323vw 3.9063vw;  width: 100%;margin:0 auto;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1 {
  display: block;
  height: 20.5729vw;
  width: 100%;
  overflow: auto;
  text-align: left;
  /* custom scrollbar */
  font-size:2.6042vw;
  font-weight:400;
  font-family: 'Wanted Sans Variable';
  padding-right: 10.4167vw;
  padding:2.6042vw 8.4635vw 2.6042vw 0;
  color:#555555;
  word-break:keep-all;
  appearance: unset;
  -webkit-appearance: unset;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar {
  width: 1.0417vw;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar-track {
  background-color: transparent;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 2.6042vw;
  border: 0.0000vw solid transparent;
  background-clip: content-box;
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1 b {
  color: #222222;
  font-weight: 400;font-family: 'Wanted Sans Variable';
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1::before {
  content: "";
}
#consel_section .inner form .consel_section_container .sub_page_info .privacy1:last-of-type {
  margin-bottom: 0;
}
#consel_section .inner form .consel_section_container .privacy2{
  width: 100%;margin:0 auto;
}
#consel_section .inner form .consel_section_container .privacy2 label{
  font-size:2.6042vw;color:#555555;gap: 1.3021vw;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check {
  width: 2.9948vw;height:2.9948vw;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check:checked::before {
  width: 2.9948vw;height:2.9948vw;
}
#consel_section .inner form .consel_section_container .privacy2 .input_check:checked::after {
  position: absolute;
  top: 0.2604vw;
  left: 0.7813vw;
  content: "";
  width: 1.3021vw;
  height: 1.8229vw;
  border: solid #fff;
  border-width: 0 0.2604vw 0.2604vw 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#consel_section .inner form .consel_section_container .btn_blue {
  width:36.9792vw;height:8.2031vw;border-radius: 8.2031vw;color:#fff;font-size:3.1250vw;  font-weight: 700;font-family: 'Wanted Sans Variable';
  background-image: -moz-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,157,250) 0%, rgb(20,118,253) 100%);
  position: relative;
}
#consel_section .inner form .consel_section_container .btn_blue img {
  position: absolute;
  right:2.6042vw;top:50%;
  transform:translate(0, -50%);
  width: 1.1719vw;
}
.bottom_banner{
  background:#2d2c3e;    padding: 4.5573vw 0;
}
.bottom_banner .inner {
  display: flex;gap:9.1146vw;justify-content: center;
}
.bottom_banner .inner h2 {
  font-family: 'FlightSans-Title'; font-size:3.1250vw;line-height: 7.1615vw;color:#fff;line-height:1.2;
}
.bottom_banner .inner div {
  display: flex;gap:2.6042vw;align-items: flex-start;flex-direction: column;
}
.bottom_banner .inner div p {
  font-family: 'FlightSans-Bold'; font-size:2.6042vw;line-height: 1.2;color:#1bd1ff;display: flex;gap:2.6042vw;
}
.bottom_banner .inner div > span {
  display:none;
}
.bottom_banner .inner div p span {
  font-family: 'FlightSans-Regular'; font-size:2.6042vw;line-height:1.2;color:#ffffff;
}



#fixedBanner{
  bottom: 3.9063vw;
  top: unset;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  flex-direction: row;
  right:unset;
  gap:1.3021vw;
  justify-content: center;
}
#fixedBanner a img{
  width:44.2708vw;
}
}