br.show_768 {
  display: none;
}
br.hide_768 {
  display: block;
}

.about_story {
  width: 100%;
  border-bottom:0;
  overflow: hidden;
}
.about_story .story_title {
  background: #daccb8;
  width:100%;
}
.about_story .story_title .inner {
  max-width: 1600px;
  margin:0 auto;
  padding:0;
}
.about_story .story_content {
  overflow: hidden;
}
#aboutStory {
  background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/board/about_story/aboutStory_bg.png);
  background-color: #fff;
  background-position: center bottom;
  background-size: 1920px auto;
  background-repeat: no-repeat;
}
#aboutStory .inner {
  max-width:1200px;
  margin:0 auto;
  padding:120px 0 0;
  display: flex;
  flex-direction: column;gap:50px;
}
#aboutStory .inner .silde_title {
  position: relative;
  text-align: center;
  width:100%;
}
#aboutStory .inner .silde_title h2{
  font-size:50px;font-weight: 400;color: #000;line-height: 60px;
}
#aboutStory .inner .silde_title h2 span{
  font-weight: 900;
}
#aboutStory .inner .content_unit{
  display: flex;
  flex-direction: column;
}
#aboutStory .inner .content_unit01{
  display: flex;
  flex-direction: column;
  gap:65px;
}
#aboutStory .inner .content_unit01 .swiper-container {
  width:100%;
}
#aboutStory .inner .content_unit01 .swiper-container .swiper-wrapper {
  justify-content: space-evenly;align-items: flex-start;
}
#aboutStory .inner .content_unit01 .swiper-container .swiper-slide {
  display: flex;flex-direction: column;gap:30px;align-items: flex-start;justify-content: center;
  width: fit-content;
}
#aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap{
  display: flex;align-items: center;justify-content: center;gap:8px;flex-direction: column;text-align: center;
}
#aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 {
  font-size:18px;font-weight: 500;color: #000;line-height: 1.2;display: flex;flex-direction: column;gap:1px;
}
#aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 span {
  font-weight:800;font-size:30px;color: #000;line-height: 1;
}
#aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 span span{
  font-size:20px;font-weight: 400;color: #000;line-height: 1;vertical-align: top;
}
#aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap p {
  font-size:12px;font-weight: 300;color: #000;line-height: 1;
}

#aboutStory .inner .content_unit .iframe_wrap {
  border-radius: 10px;overflow: hidden;width: 1200px;
  height: 550px;
}
#aboutStory .inner .content_unit .history_wrap {
  position: relative;
  overflow: hidden;
}
#aboutStory .inner .content_unit .history_wrap .history_inner {
  width:100%;display: flex;gap:110px;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .common_section_title{
  padding:175px 0;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline {
  padding:100px 70px 90px;
  position: relative;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline::before{
  content:"";
  position:absolute;
  top:0;bottom:0;left:0;width:1px;
  background: #cccccc;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item {
  position: relative;
  display: grid;
  grid-template-columns: 45px 1fr;
  align-items: center;
  margin-bottom:14px;
  gap: 28px;
  white-space: nowrap;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item:last-child{
  margin-bottom:0;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item::before {
  content: "";
  position: absolute;
  left:-73px;
  top:4px;
  width:7px;height:7px;
  background: #ccc;
  border-radius: 50%;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item strong {
  font-size:18px;font-weight:700;color:#000;line-height: 1;font-family: 'Montserrat', sans-serif;width: fit-content;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item p {
  font-size:16px;font-weight:400;color:#555555;line-height: 1;white-space: nowrap;
}
#aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item--gap {
  margin-top:39px;
}

.common_section_title{
  display: flex;flex-direction: column;gap:19px;position: relative;
}
.common_section_title p {
  font-size:20px;font-weight: 700;line-height: 1;
  color:#fb6263;font-family: 'Montserrat', sans-serif;
}
.common_section_title h2 {
  font-size:50px;font-weight: 900;line-height: 1;
  color:#000;
}
.common_section_title span {
  font-size:20px;font-weight: 400;line-height: 1.3;
  color:#000;white-space: nowrap;
}

#aboutPioneer .inner {
  max-width:1200px;
  margin:0 auto;
  padding:135px 0 115px;
  display: flex;
  flex-direction: column;gap:35px;
}
#aboutPioneer .inner .pioneer_content {
  width:100%;
}
#aboutPioneer .inner .pioneer_content ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:10px 11px;
}
#aboutPioneer .inner .pioneer_content ul li{
  width: 100%;
  text-align: center;
}

#aboutCurriculum {
  background: #f2f6fa;
}
#aboutCurriculum .inner {
  max-width:1200px;
  margin:0 auto;
  padding:120px 0;
  display: flex;
  flex-direction: column;gap:45px;
}
#aboutCurriculum .inner .curriculum_content {
  width:100%;
}
#aboutCurriculum .inner .curriculum_content .swiper-slide {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:20px;
  align-items: flex-start;
  justify-content: flex-start;
}
#aboutCurriculum .inner .curriculum_content .curri_txt {
  display: flex;flex-direction: column;gap:10px;
}
#aboutCurriculum .inner .curriculum_content .curri_txt p {
  font-size:18px;font-weight: 500;color: #546680;line-height: 1;
}
#aboutCurriculum .inner .curriculum_content .curri_txt h2 {
  font-size:31px;font-weight: 400;color:#000;line-height: 1;
}
#aboutCurriculum .inner .curriculum_content .curri_txt h2 span {
  font-weight: 900;
}



#aboutField{
  width:100%;
}
#aboutField .inner {
  max-width:1200px;
  margin:0 auto;
  padding:120px 0;
  display: flex;
  flex-direction: column;gap:65px;
}
.about_story .story_content #aboutField .inner .common_section_title .swiper-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom:0;right:0;
  width:49px;height:23px;
}
.about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-next, .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-prev {
  position: relative;
  width:fit-content;
}
.about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-next {
  right:0;
}
.about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-prev {
  left:0;
}
.about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-next::after, .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-prev::after {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.about_story .story_content #aboutField .inner .common_section_title .swiper-navigation span {
  width: 1px;
  height: 23px;
  background: #546680;
  display: block;
}
#aboutField .inner .field_content .about_field_swiper {
  width:100%;overflow: visible;
}
#aboutField .inner .field_content .about_field_swiper .swiper-slide {
  width:calc((100% - 69px)/3);
  border-radius: 10px;
  overflow: hidden;
}




#aboutSupport {
  background: #f2f6fa;
}
#aboutSupport .inner {
  max-width:1200px;
  margin:0 auto;
  padding:120px 0;
  display: flex;
  flex-direction: column;gap:45px;
}
#aboutSupport .inner .support_content {
  width:100%;
}
#aboutSupport .inner .support_content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:34px;
}
#aboutSupport .inner .support_content ul li{
  width: 100%;
  text-align: center;
}




#aboutBanner {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}
#aboutBanner .inner {
  max-width:1200px;
  margin:0 auto;
  padding:160px 0 110px;
  display: flex;
  flex-direction: column;gap:50px;
}
#aboutBanner .inner .silde_title {
  position: relative;
  text-align: center;
  width:100%;
}
#aboutBanner .inner .silde_title h2{
  font-size:50px;font-weight: 400;color: #000;line-height: 60px;
}
#aboutBanner .inner .silde_title h2 span{
  font-weight: 900;
}


@media all and (max-width:1200px){
  .about_story .story_title .inner {
    max-width: 133.3333vw;
    margin:0 auto;
    padding:0;
  }
  .about_story .story_title .inner img{
    max-width: 120%;margin-left:-10rem;
  }
  .about_story .story_content {
    overflow: hidden;
  }
  #aboutStory {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/board/about_story/aboutStory_bg.png);
    background-color: #fff;
    background-position: center bottom;
    background-size: 160vw auto;
    background-repeat: no-repeat;
  }
  #aboutStory .inner {
    max-width:100vw;
    margin:0 auto;
    padding:10vw 1rem 0;
    display: flex;
    flex-direction: column;gap:4.1666vw;
  }
  #aboutStory .inner .silde_title {
    position: relative;
    text-align: center;
    width:100%;
  }
  #aboutStory .inner .silde_title h2{
    font-size:4.1666vw;font-weight: 400;color: #000;line-height: 5vw;
  }
  #aboutStory .inner .silde_title h2 span{
    font-weight: 900;
  }
  #aboutStory .inner .content_unit{
    display: flex;
    flex-direction: column;
  }
  #aboutStory .inner .content_unit01{
    display: flex;
    flex-direction: column;
    gap:5.4166vw;
  }
  #aboutStory .inner .content_unit01 .swiper-container {
    width:100%;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-wrapper {
    justify-content: space-evenly;align-items: flex-start;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide {
    display: flex;flex-direction: column;gap:2.5vw;align-items: flex-start;justify-content: center;
    width: fit-content;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide img {
    width: 14.3333vw;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap{
    display: flex;align-items: center;justify-content: center;gap:0.6666vw;flex-direction: column;text-align: center;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 {
    font-size:1.5vw;font-weight: 500;color: #000;line-height: 1.2;display: flex;flex-direction: column;gap:1px;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 span {
    font-weight:800;font-size:2.5vw;color: #000;line-height: 1;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 span span{
    font-size:1.6666vw;font-weight: 400;color: #000;line-height: 1;vertical-align: top;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap p {
    font-size:1vw;font-weight: 300;color: #000;line-height: 1;
  }
  
  #aboutStory .inner .content_unit .iframe_wrap {
    border-radius: 0.8333vw;overflow: hidden;width: 100%;
    height: 45.8333vw;
  }
  #aboutStory .inner .content_unit .iframe_wrap iframe {
    width:100%;height:100%;
  }
  #aboutStory .inner .content_unit .history_wrap {
    position: relative;
    overflow: hidden;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner {
    width:100%;display: flex;gap:9.1666vw;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .common_section_title{
    padding:14.5833vw 0;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline {
    padding:8.3333vw 5.8333vw 7.5vw;
    position: relative;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline::before{
    content:"";
    position:absolute;
    top:0;bottom:0;left:0;width:1px;
    background: #cccccc;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item {
    position: relative;
    display: grid;
    grid-template-columns: 3.75vw 1fr;
    align-items: center;
    margin-bottom:1.1666vw;
    gap: 2.3333vw;
    white-space: nowrap;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item:last-child{
    margin-bottom:0;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item::before {
    content: "";
    position: absolute;
    left:-6.0833vw;
    top:0.3333vw;
    width:0.5833vw;height:0.5833vw;
    background: #ccc;
    border-radius: 50%;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item strong {
    font-size:1.5vw;font-weight:700;color:#000;line-height: 1;font-family: 'Montserrat', sans-serif;width: fit-content;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item p {
    font-size:1.3333vw;font-weight:400;color:#555555;line-height: 1;white-space: nowrap;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item--gap {
    margin-top:3.25vw;
  }
  
  .common_section_title{
    display: flex;flex-direction: column;gap:1.5833vw;position: relative;
  }
  .common_section_title p {
    font-size:1.6666vw;font-weight: 700;line-height: 1;
    color:#fb6263;font-family: 'Montserrat', sans-serif;
  }
  .common_section_title h2 {
    font-size:4.1666vw;font-weight: 900;line-height: 1;
    color:#000;
  }
  .common_section_title span {
    font-size:1.6666vw;font-weight: 400;line-height: 1.3;
    color:#000;white-space: nowrap;
  }
  
  #aboutPioneer .inner {
    max-width:100vw;
    margin:0 auto;
    padding:11.25vw 1rem 9.5833vw;
    display: flex;
    flex-direction: column;gap:2.9166vw;
  }
  #aboutPioneer .inner .pioneer_content {
    width:100%;
  }
  #aboutPioneer .inner .pioneer_content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:0.8333vw 0.9166vw;
  }
  #aboutPioneer .inner .pioneer_content ul li{
    width: 100%;
    text-align: center;
  }
  
  #aboutCurriculum {
    background: #f2f6fa;
  }
  #aboutCurriculum .inner {
    max-width:100vw;
    margin:0 auto;
    padding:10vw 1rem;
    display: flex;
    flex-direction: column;gap:3.75vw;
  }
  #aboutCurriculum .inner .curriculum_content {
    width:100%;
  }
  #aboutCurriculum .inner .curriculum_content .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap:1.6666vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt {
    display: flex;flex-direction: column;gap:0.8333vw;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt p {
    font-size:1.5vw;font-weight: 500;color: #546680;line-height: 1;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt h2 {
    font-size:2.5833vw;font-weight: 400;color:#000;line-height: 1;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt h2 span {
    font-weight: 900;
  }
  
  
  
  #aboutField{
    width:100%;
  }
  #aboutField .inner {
    max-width:100vw;
    margin:0 auto;
    padding:10vw 1rem;
    display: flex;
    flex-direction: column;gap:5.4166vw;
  }
  .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom:0;right:0;
    width:4.0833vw;height:1.9166vw;
  }
  .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-next, .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-prev {
    position: relative;
    width:fit-content;
  }
  .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-next {
    right:0;
  }
  .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-prev {
    left:0;
  }
  .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-next::after, .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation .swiper-button-prev::after {
    font-size: 1.5833vw;
    font-weight: 700;
    color: #000;
  }
  .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation span {
    width: 1px;
    height: 1.9166vw;
    background: #546680;
    display: block;
  }
  #aboutField .inner .field_content .about_field_swiper {
    width:100%;overflow: visible;
  }
  #aboutField .inner .field_content .about_field_swiper .swiper-slide {
    width:calc((100% - 5.75vw)/3);
    border-radius: 0.8333vw;
    overflow: hidden;
  }
  
  
  
  
  #aboutSupport {
    background: #f2f6fa;
  }
  #aboutSupport .inner {
    max-width:100vw;
    margin:0 auto;
    padding:10vw 1rem;
    display: flex;
    flex-direction: column;gap:3.75vw;
  }
  #aboutSupport .inner .support_content {
    width:100%;
  }
  #aboutSupport .inner .support_content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:2.8333vw;
  }
  #aboutSupport .inner .support_content ul li{
    width: 100%;
    text-align: center;
  }
  
  
  
  
  #aboutBanner {
    background-color: #fff;
  }
  #aboutBanner .inner {
    max-width:100vw;
    margin:0 auto;
    padding:13.3333vw 1rem 9.1666vw;
    display: flex;
    flex-direction: column;gap:4.1666vw;
  }
  #aboutBanner .inner .silde_title {
    position: relative;
    text-align: center;
    width:100%;
  }
  #aboutBanner .inner .silde_title h2{
    font-size:4.1666vw;font-weight: 400;color: #000;line-height: 5vw;
  }
  #aboutBanner .inner .silde_title h2 span{
    font-weight: 900;
  }
}


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

  #aboutStory {
    background-image: url(https://img.megastudyacademy.co.kr/campus/mbc/board/about_story/aboutStory_bg_mo.png);
    background-color: #fff;
    background-position: center bottom;
    background-size: 100vw auto;
    background-repeat: no-repeat;
  }
  #aboutStory .inner {
    max-width:93.75vw;
    margin:0 auto;
    padding:16.9270vw 0 10.2864vw;
    display: flex;
    flex-direction: column;gap:13.0208vw;
  }
  #aboutStory .inner .silde_title {
    position: relative;
    text-align: center;
    width:100%;
  }
  #aboutStory .inner .silde_title h2{
    font-size:5.2083vw;font-weight: 400;color: #000;line-height: 6.5104vw;
  }
  #aboutStory .inner .silde_title h2 span{
    font-weight: 900;
  }
  #aboutStory .inner .content_unit{
    display: flex;
    flex-direction: column;
    gap: 15.625vw;
  }
  #aboutStory .inner .content_unit01{
    display: flex;
    flex-direction: column;
    gap:5.2083vw;
  }
  #aboutStory .inner .content_unit01 .swiper-container {
    width:100%;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-wrapper {
    justify-content: space-evenly;align-items: flex-start;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide {
    display: flex;flex-direction: column;gap:3.9062vw;align-items: center;justify-content: center;
    width: fit-content;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide {
    width: 22.3958vw;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap{
    display: flex;align-items: center;justify-content: center;gap:8px;flex-direction: column;text-align: center;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 {
    font-size:2.3437vw;font-weight: 500;color: #000;line-height: 1.2;display: flex;flex-direction: column;gap:1px;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 span {
    font-weight:800;font-size:3.9062vw;color: #000;line-height: 1;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap h2 span span{
    font-size:2.6041vw;font-weight: 400;color: #000;line-height: 1;vertical-align: top;
  }
  #aboutStory .inner .content_unit01 .swiper-container .swiper-slide .txt_wrap p {
    font-size:1.5625vw;font-weight: 300;color: #000;line-height: 1;
  }
  
  #aboutStory .inner .content_unit .iframe_wrap {
    border-radius: 1.3020vw;overflow: hidden;width: 93.75vw;
    height: 42.9687vw;
  }
  #aboutStory .inner .content_unit .iframe_wrap iframe {
    width: 100%;
    height: 100%;
  }
  #aboutStory .inner .content_unit .history_wrap {
    position: relative;
    overflow: hidden;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner {
    width:100%;display: flex;gap:7.1614vw;flex-direction: column;align-items: flex-start;
    justify-content: flex-start;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .common_section_title{
    padding:0;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline {
    padding:2.9947vw 1.3020vw 3.2552vw 3.9062vw;
    margin-left:2.6041vw;
    position: relative;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline::before{
    content:"";
    position:absolute;
    top:0;bottom:0;left:0;width:1px;
    background: #cccccc;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item {
    position: relative;
    display: grid;
    grid-template-columns: 5.8593vw 1fr;
    align-items: center;
    margin-bottom:1.8229vw;
    gap: 3.6458vw;
    white-space: nowrap;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item:last-child{
    margin-bottom:0;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item::before {
    content: "";
    position: absolute;
    left:-4.2968vw;
    top:0.5208vw;
    width:0.9114vw;height:0.9114vw;
    background: #ccc;
    border-radius: 50%;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item strong {
    font-size:2.3437vw;font-weight:700;color:#000;line-height: 1;font-family: 'Montserrat', sans-serif;width: fit-content;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item p {
    font-size:2.0833vw;font-weight:400;color:#555555;line-height: 1;white-space: nowrap;
  }
  #aboutStory .inner .content_unit .history_wrap .history_inner .history_timeline .history_item--gap {
    margin-top:5.0781vw;
  }
  



  .common_section_title{
    display: flex;flex-direction: column;gap:2.4739vw;position: relative;
  }
  .common_section_title p {
    font-size:3.125vw;font-weight: 700;line-height: 1;
    color:#fb6263;font-family: 'Montserrat', sans-serif;
  }
  .common_section_title h2 {
    font-size:5.2083vw;font-weight: 900;line-height: 1;
    color:#000;
  }
  .common_section_title span {
    font-size:3.3854vw;font-weight: 400;line-height: 4.1666vw;
    color:#000;white-space: nowrap;
  }
  
  #aboutPioneer .inner {
    max-width:93.75vw;
    margin:0 auto;
    padding:13.0208vw 0 18.0989vw;
    display: flex;
    flex-direction: column;gap:4.5572vw;
  }
  #aboutPioneer .inner .pioneer_content {
    width:100%;
  }
  #aboutPioneer .inner .pioneer_content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:1.3020vw 1.4322vw;
  }
  #aboutPioneer .inner .pioneer_content ul li{
    width: 100%;
    text-align: center;
  }


  #aboutCurriculum {
    background: #f2f6fa;
  }
  #aboutCurriculum .inner {
    max-width:93.75vw;
    margin:0 auto;
    padding:13.0208vw 0 14.3229vw;
    display: flex;
    flex-direction: column;gap:4.5572vw;
  }
  #aboutCurriculum .inner .curriculum_content {
    width:100%;
  }
  #aboutCurriculum .inner .curriculum_content .swiper-slide {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap:3.7760vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt {
    display: flex;flex-direction: column;gap:1.8229vw;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt p {
    font-size:3.125vw;font-weight: 500;color: #546680;line-height: 1;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt h2 {
    font-size:3.3854vw;font-weight: 400;color:#000;line-height: 1;
  }
  #aboutCurriculum .inner .curriculum_content .curri_txt h2 span {
    font-weight: 900;
  }



  #aboutField{
    width:100%;
  }
  #aboutField .inner {
    max-width:93.75vw;
    margin:0 auto;
    padding:13.0208vw 0;
    display: flex;
    flex-direction: column;gap:4.5572vw;
  }
  .about_story .story_content #aboutField .inner .common_section_title .swiper-navigation {
    display: none;
  }
  #aboutField .inner .field_content .about_field_swiper {
    width:100%;overflow: visible;
  }
  #aboutField .inner .field_content .about_field_swiper .swiper-slide {
    width:44.5312vw;
    border-radius: 1.3020vw;
    overflow: hidden;
  }
  
  
  
  
  #aboutSupport {
    background: #f2f6fa;
  }
  #aboutSupport .inner {
    max-width:93.75vw;
    margin:0 auto;
    padding:15.625vw 0;
    display: flex;
    flex-direction: column;gap:4.5572vw;
  }
  #aboutSupport .inner .support_content {
    width:100%;
  }
  #aboutSupport .inner .support_content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:2.7343vw;
  }
  #aboutSupport .inner .support_content ul li{
    width: 100%;
    text-align: center;
  }
  
  
  
  
  #aboutBanner {
    background-color: #fff;
  }
  #aboutBanner .inner {
    max-width:93.75vw;
    margin:0 auto;
    padding:13.0208vw 0 10.4167vw;
    display: flex;
    flex-direction: column;gap:4.5572vw;
  }
  #aboutBanner .inner .silde_title {
    position: relative;
    text-align: center;
    width:100%;
  }
  #aboutBanner .inner .silde_title h2{
    font-size:5.2083vw;font-weight: 400;color: #000;line-height: 6.5104vw;
  }
  #aboutBanner .inner .silde_title h2 span{
    font-weight: 900;
  }



  br.hide_768 {
    display: none;
  }
}