@font-face {
    font-family: "GmarketSansMedium";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
      format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "GmarketSansBold";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff")
      format("woff");
    font-weight: normal;
    font-style: normal;
  }
body{overflow-x: hidden;}
 

section{text-align: center; margin: 0 auto;}

  #main{
    background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership_renew/main_bg.png)
    no-repeat;
  background-position: center center;
  background-size: 1920px auto;

  width: 100%;
  height: 780px;
  }


  #section01{
    background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership_renew/section1_bg.png)
    no-repeat;
  background-position: center;
  background-size: 1920px auto;
  width: 100%;
  height: 1030px;
  padding: 80px 0 0;
  }

  #section_video{
    background: #BFCBFF url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership_renew/section_video_bg.png") no-repeat;
  background-position: bottom center;
  background-size: 1920px auto;
  width: 100%;
  height: 1869px;
  padding: 364px 0 0;
  display: flex;
  flex-direction: column;gap:80px;
  }
  .S1Video, .S5Video {
    width: 990px;
    height: 560px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 2px 3px 10px rgb(243,170,106,0.3);
}

.center{width: 990px; margin: 0 auto; text-align: left; padding: 20px;background: #fff;}

.sketch_slide{overflow: visible !important;}
.sketch_slide_img{width: 1695px !important; display: flex !important; align-items: center; justify-content: space-between; gap:16px;}
.slidePart{gap:16px; display: flex; flex-direction: row;}
.divflex{display: flex; justify-content: space-between;gap:16px;flex-direction: column;}
.divflexC{
  display: flex;flex-direction: row;gap:16px;
}
.width466{width: 466px; height:275px;}
.width225{width: 225px; height:148px;}
.height275{width: 225px; height:275px;}
.height130{width: 225px; height:130px;}



#section02{
  background: #BFCBFF;
  width: 100%;
  padding: 29px 0 0;
  position: relative;
}
#section02::after{
  content:'';
  position: absolute;
  bottom: 0;
  left:0;
  width:100%;height:60%;
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  z-index: 9;
}

.section02_list{
  margin: 0 auto;
  max-width: 960px;
}

.section02_listDiv{display: flex; justify-content: space-between;}
.nameListSwiper{width:100%; height: 700px;position: relative;}
.nameListSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
.namelist{
  font-size:30px;
  font-weight:400;
  line-height: 50px;
  height: fit-content !important;
  transition: color 3s ease-in-out;
  transition-property:unset !important;
  color:rgba(44,1,171,1);
  will-change: color;
}

.namelist.swiper-slide-next, .namelist.swiper-slide-prev, .namelist.swiper-slide-active, .namelist.next2, .namelist.next3, .namelist.next4{
  color:rgba(0,68,255,1);
}
.namelist.next5, .namelist.next6 , .namelist.next7, .namelist.next8{
  color:rgba(22,35,200,1);
}
.center2{width: 1060px !important;  }

.center2 img{box-shadow: 2px 3px 10px rgb(243,170,106,0.3);}

.s2_img,.s2_1_img{width: 1120px; margin: 0 auto;}

  .swiper-button-next1, .swiper-button-next2 {
    background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership/section2_arrowR.png) no-repeat;
    width: 62px; height: 62px;
    background-position: center;
    position: absolute;
    top: 150px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
  }
  
  .swiper-button-prev1, .swiper-button-prev2 {
    background: url(https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership/section2_arrowL.png) no-repeat;
    width: 62px; height: 62px;
    background-position: center;
    position: absolute;
    top: 150px;
    left: 0;
    z-index: 100;
    cursor: pointer;
}

#section03{
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership_renew/section03_bg.png") no-repeat;
background-position: top center;
background-size: 1920px auto;
width: 100%;
height: 304px;
display: flex;
flex-direction: column;
}


#section04{background-color: #e3ebf5; padding:80px 0 ;}


#section05{
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership_renew/section05_bg.png") no-repeat;
background-position: top center;
background-size: 1920px auto;
width: 100%;
height: 498px;
display: flex;
flex-direction: column;
}

#section06{
  background:url("https://img.megastudyacademy.co.kr/campusdev/beauty_html_img/partnership_renew/section06_bg.png") no-repeat;
background-position: top center;
background-size: 1920px auto;
width: 100%;
height: 357px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap:60px;
padding:0;
}
#section06 a{
  color:#fff;
  background: #FF83B3;
  width:487px;min-height:65px;
  font-size:28px;font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 65px;
}








.KNbtn{margin-right: 13px;}


  /*상담*/
  .mainGuide{display: none;}
.right {
    float: right;
  }
  .left {
    float: left;
  }
  
  .counselingForm .btnCounseling {
    margin-top: 30px;
  }
  .counselingForm {
    margin-top: 20px;
  }
  
  .mainCounseling .mSubTit {
    background: url(https://img.megastudyacademy.co.kr/campus/beauty_html_img/main/ico_dan2.png)
      no-repeat 0 bottom;
  }
  
  .counselingForm .btnCounseling a {
    background: #f02828;
    font-size: 30px;
    line-height: 76px;
    border-radius: 5px;
  }
  
  .personalGuide {
    margin-top: 30px;
  }
  
  .S3Box {
    margin: 0 5px 30px 5px;
  }
  .S3Img {
    width: 241px;
    height: 348px;
    border: 1px solid #f3d770;
  }
  .S3Img img {
    width: 100%;
    object-fit: cover;
  }
  .S3Name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  .S3Name p {
    font-family: "GmarketSansMedium";
    font-size: 20px;
    padding-top: 5px;
  }
  
  .S3content .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
  }
  
  .S3NameObjL {
    padding-right: 6px;
  }
  .S3NameObjR {
    padding-left: 6px;
  }
  

.mainCounseling{padding: 70px 0 95px;}