@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
section {
  z-index: 2;
  min-height: 500px;
  position: relative;
}

#Sec01 {
  z-index: 21;
  position: relative;
  height: 964px;
  padding: 0;
  background-color: #6A7076;
  color: #fff;
}

#Sec01 .banner-main {
  width: 100%;
  height: calc(100% - 120px);
}

#Sec01 .banner-main .swiper-slide {
  background-size: cover;
}

#Sec01 .banner-main .swiper-slide::after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

#Sec01 .banner-main .swiper-slide > .wrap {
  height: 100%;
  padding-top: 120px;
}

#Sec01 .banner-main .swiper-01-1::after {
  background-image: url(/assets/images/main-banner-01-1.jpg);
}

#Sec01 .banner-main .swiper-01-2::after {
  background-image: url(/assets/images/main-banner-01-2.jpg);
}

#Sec01 .banner-main .swiper-01-3::after {
  background-image: url(/assets/images/main-banner-01-3.jpg);
}

#Sec01 .text-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: auto;
  margin-top: 40px;
}

#Sec01 .text-part h2, #Sec01 .text-part h2 * {
  font-size: 60px;
  line-height: 1.2em;
}

#Sec01 .text-part h2 span, #Sec01 .text-part h2 * span {
  color: #45ebd7;
}

#Sec01 .text-part h2 {
  margin-top: 50px;
}

#Sec01 .text-part h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 28px;
}

#Sec01 .text-part h4 {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 500;
}

#Sec01 .text-part1 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: calc(50% - 180px);
}

#Sec01 .text-part2, #Sec01 .text-part3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 0;
}

#Sec01 .btn-part {
  position: absolute;
  left: 15%;
  bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 120px;
  z-index: 2;
}

#Sec01 .btn-part li.btns-index-01 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#Sec01 .btn-part li.btns-index-01 a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}

#Sec01 .btn-part li.btns-index-01 img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#Sec01 .btn-part li.btns-index-01.on {
  background-color: #fff;
  -webkit-filter: none;
          filter: none;
}

#Sec01 .btn-part li.btns-index-01.on a {
  color: #000;
}

#Sec01 .btn-part li.btns-index-01.on img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

#Sec01 .btn-part li {
  width: 14%;
  text-align: center;
}

#Sec01 .btn-part li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
}

#Sec01 .btn-part li img {
  margin: auto;
  width: auto;
  height: 25px;
  margin-bottom: 0;
  vertical-align: middle;
}

#Sec01 .btn-part li:nth-of-type(1), #Sec01 .btn-part li:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24%;
  border: 1px solid #B4BAC0;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

#Sec01 .btn-part li:nth-of-type(1) img, #Sec01 .btn-part li:nth-of-type(2) img {
  margin-right: 10px;
  margin-bottom: auto;
}

#Sec01 .btn-part li:nth-of-type(3), #Sec01 .btn-part li:nth-of-type(4), #Sec01 .btn-part li:nth-of-type(5) {
  background-color: #1F3893;
}

#Sec01 .btn-part li:nth-of-type(3) .img-wrap, #Sec01 .btn-part li:nth-of-type(4) .img-wrap, #Sec01 .btn-part li:nth-of-type(5) .img-wrap {
  margin-bottom: 10px;
}

#Sec01 .btn-part li:nth-of-type(3), #Sec01 .btn-part li:nth-of-type(4) {
  position: relative;
}

#Sec01 .btn-part li:nth-of-type(3)::after, #Sec01 .btn-part li:nth-of-type(4)::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  width: 1px;
  height: 30px;
  background-color: #fff;
}

#Sec01 .label-01 {
  background-color: #0B1535;
}

#Sec01 .label-01 dl {
  height: 120px;
}

#Sec01 .label-01 dl dt {
  color: #6582E7;
  font-size: 28px;
  margin-right: 100px;
}

#Sec01 .label-01 dl dd {
  color: #fff;
  font-size: 20px;
}

#Sec01 .swiper-pagination-fraction, #Sec01 .swiper-pagination-custom, #Sec01 .swiper-horizontal > .swiper-pagination-bullets, #Sec01 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 150px;
}

#Sec01 .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}

#Sec01 .swiper-pagination-bullet-active {
  background: #45ebd7;
  opacity: 1;
}

#Sec01 .swiper-slide-active {
  background-color: #fff;
}

#Sec01 .swiper-slide-active::after {
  -webkit-animation: ani-bg 4s forwards;
          animation: ani-bg 4s forwards;
}

#Sec01 .swiper-slide-active h2 {
  opacity: 0;
  -webkit-animation: ani-h2 1s linear forwards;
          animation: ani-h2 1s linear forwards;
}

#Sec01 .swiper-slide-active h3 {
  opacity: 0;
  -webkit-animation: ani-h3 2.5s 0.5s forwards;
          animation: ani-h3 2.5s 0.5s forwards;
}

#Sec01 .swiper-slide-active h4 {
  opacity: 0;
  -webkit-animation: ani-h4 2s 1s forwards;
          animation: ani-h4 2s 1s forwards;
}

#Sec01 .swiper-slide-active .btn-01 {
  opacity: 0;
  -webkit-animation: ani-btn 2s 1.3s forwards;
          animation: ani-btn 2s 1.3s forwards;
}

@-webkit-keyframes ani-bg {
  0% {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@keyframes ani-bg {
  0% {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}

@-webkit-keyframes ani-h2 {
  0% {
    margin-top: 0;
    margin-bottom: 50px;
    opacity: 0;
  }
  100% {
    margin-top: 50px;
    margin-bottom: 0;
    opacity: 1;
  }
}

@keyframes ani-h2 {
  0% {
    margin-top: 0;
    margin-bottom: 50px;
    opacity: 0;
  }
  100% {
    margin-top: 50px;
    margin-bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes ani-h3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani-h3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ani-h4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani-h4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes ani-btn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani-btn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#Sec02 {
  background-color: #E8EDFD;
}

#Sec02 .swiper-02 {
  width: 90%;
  max-width: calc( 1600px + 15vw);
  min-height: 500px;
  margin-left: 10%;
  padding: 80px 0;
  background-color: #fff;
}

#Sec02 .swiper-02 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 15vw;
  background-color: #fff;
}

#Sec02 .swiper-02 .swiper-slide .left-part {
  margin-left: 100px;
}

#Sec02 .swiper-02 .swiper-slide h4 {
  padding-left: 20px;
  margin-bottom: 10px;
  color: #45ebd7;
}

#Sec02 .swiper-02 .swiper-slide h3 {
  min-width: 350px;
  font-size: 28px;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 1s;
  transition: border-bottom-color 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#Sec02 .swiper-02 .swiper-slide .Sec02_eg {
  font-size: 20px;
}

#Sec02 .swiper-02 .swiper-slide img {
  width: 30%;
  margin-left: 10px;
}

#Sec02 .swiper-02 .swiper-slide img:nth-of-type(1) {
  margin-left: 0;
}

#Sec02 .swiper-02 .swiper-pagination-02 {
  bottom: auto;
  top: 250px;
  width: 300px;
  margin-left: 100px;
  color: #CED4DA;
  font-size: 28px;
  font-weight: 700;
}

#Sec02 .swiper-02 .swiper-pagination-02 span {
  color: #274ac4;
}

#Sec02 .swiper-02 .swiper-button-prev, #Sec02 .swiper-02 .swiper-button-next {
  top: 272px;
}

#Sec02 .swiper-02 .swiper-button-prev:after, #Sec02 .swiper-02 .swiper-button-next:after {
  font-size: 25px;
  color: #6A7076;
}

#Sec02 .swiper-02 .swiper-button-prev, #Sec02 .swiper-02 .swiper-rtl .swiper-button-next {
  left: 120px;
}

#Sec02 .swiper-02 .swiper-button-next, #Sec02 .swiper-02 .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 350px;
}

#Sec02 .swiper-02.show .swiper-slide-active h3 {
  border-bottom-color: #CED4DA;
}

#Sec02 .swiper-02.show .swiper-slide-active img {
  position: relative;
  bottom: -80px;
  opacity: 0;
}

#Sec02 .swiper-02.show .swiper-slide-active img:nth-of-type(1) {
  -webkit-animation: ani-img-01 1.3s 0.2s forwards;
          animation: ani-img-01 1.3s 0.2s forwards;
}

#Sec02 .swiper-02.show .swiper-slide-active img:nth-of-type(2) {
  -webkit-animation: ani-img-01 1.3s 0.4s forwards;
          animation: ani-img-01 1.3s 0.4s forwards;
}

#Sec02 .swiper-02.show .swiper-slide-active img:nth-of-type(3) {
  -webkit-animation: ani-img-01 1.3s 0.6s forwards;
          animation: ani-img-01 1.3s 0.6s forwards;
}

@-webkit-keyframes ani-img-01 {
  0% {
    bottom: -80px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes ani-img-01 {
  0% {
    bottom: -80px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

#Sec03 {
  padding: 80px 0;
  background-color: #0B1535;
  overflow: hidden;
}

#Sec03 > .wrap > h3 {
  color: #CED4DA;
  font-size: 60px;
}

#Sec03 > .wrap > h3 > span {
  color: #45ebd7;
}

#Sec03 > .wrap > p {
  margin-bottom: 30px;
  color: #CED4DA;
  font-size: 20px;
}

#Sec03 > .wrap > .swipers-wrap {
  position: relative;
  width: 1300px;
}

#Sec03 > .wrap .swiper-03 .swiper-slide {
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

#Sec03 > .wrap .swiper-03 .swiper-slide .left-part {
  z-index: 1;
}

#Sec03 > .wrap .swiper-03 .swiper-slide .left-part img {
  width: auto;
  height: 150px;
  margin-bottom: 30px;
  opacity: 0.6;
  -webkit-transition: 0;
  transition: 0;
}

#Sec03 > .wrap .swiper-03 .swiper-slide .right-part {
  display: none;
  background-color: #fff;
  text-align: center;
}

#Sec03 > .wrap .swiper-03 .swiper-slide .right-part h5 {
  font-size: 14px;
  color: #274ac4;
  font-weight: 500;
  text-indent: -10px;
  opacity: 0;
}

#Sec03 > .wrap .swiper-03 .swiper-slide .right-part h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CED4DA;
  font-size: 28px;
  opacity: 0;
  text-indent: -20px;
}

#Sec03 > .wrap .swiper-03 .swiper-slide .right-part p {
  margin-bottom: 20px;
  padding-top: 10px;
  opacity: 0;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .left-part {
  z-index: 3;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .left-part img {
  height: 350px;
  margin-bottom: 0;
  opacity: 1;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .right-part {
  display: block;
  width: 550px;
  height: 350px;
  margin-left: 20px;
  padding: 30px;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .right-part.show h5 {
  -webkit-animation: ani-sec3-h5 1s forwards;
          animation: ani-sec3-h5 1s forwards;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .right-part.show h3 {
  -webkit-animation: ani-sec3-h3 1.4s forwards;
          animation: ani-sec3-h3 1.4s forwards;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .right-part.show p {
  -webkit-animation: ani-sec3-p 1.4s 0.5s forwards;
          animation: ani-sec3-p 1.4s 0.5s forwards;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-next {
  opacity: 0.6 !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-next .left-part img {
  margin-right: 200px;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 0.6 !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-next + .swiper-slide .left-part img {
  margin-right: 20px;
}

#Sec03 > .wrap .swiper-button-prev, #Sec03 > .wrap .swiper-button-next {
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Sec03 > .wrap .swiper-button-prev::after, #Sec03 > .wrap .swiper-button-next::after {
  font-size: 20px;
}

#Sec03 > .wrap .swiper-button-prev {
  left: -60px;
}

#Sec03 > .wrap .swiper-button-next, #Sec03 > .wrap .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 900px;
}

@-webkit-keyframes ani-sec3-h5 {
  0% {
    opacity: 0;
    text-indent: -10px;
  }
  100% {
    opacity: 1;
    text-indent: 0;
  }
}

@keyframes ani-sec3-h5 {
  0% {
    opacity: 0;
    text-indent: -10px;
  }
  100% {
    opacity: 1;
    text-indent: 0;
  }
}

@-webkit-keyframes ani-sec3-h3 {
  0% {
    opacity: 0;
    text-indent: -20px;
  }
  100% {
    opacity: 1;
    text-indent: 0;
  }
}

@keyframes ani-sec3-h3 {
  0% {
    opacity: 0;
    text-indent: -20px;
  }
  100% {
    opacity: 1;
    text-indent: 0;
  }
}

@-webkit-keyframes ani-sec3-p {
  0% {
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  100% {
    opacity: 1;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

@keyframes ani-sec3-p {
  0% {
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  100% {
    opacity: 1;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

#Sec04 .swiper-04 {
  height: 600px;
}

#Sec04 .swiper-04 .swiper-slide {
  background-color: #fff;
}

#Sec04 .swiper-04 .swiper-slide:nth-of-type(1) {
  background-image: url(/assets/images/swiper-04-01.jpg);
}

#Sec04 .swiper-04 .swiper-slide:nth-of-type(2) {
  background-image: url(/assets/images/swiper-04-02.jpg);
}

#Sec04 .swiper-04 .swiper-slide:nth-of-type(3) {
  background-image: url(/assets/images/swiper-04-03.jpg);
}

#Sec04 .swiper-04 .swiper-slide .right-part {
  position: relative;
  width: 65%;
  height: 100%;
  margin-left: 35%;
  padding-left: 90px;
  color: #fff;
}

#Sec04 .swiper-04 .swiper-slide .right-part::before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0B1535;
  opacity: 0.85;
}

#Sec04 .swiper-04 .swiper-slide .right-part h3 {
  padding-top: 90px;
  font-size: 60px;
}

#Sec04 .swiper-04 .swiper-slide .right-part h5 {
  margin: 20px 0;
  color: #45ebd7;
  font-size: 28px;
}

#Sec04 .swiper-04 .swiper-slide .right-part p {
  width: 500px;
  padding-top: 10px;
  padding-bottom: 0;
  font-size: 20px;
  opacity: 0;
}

#Sec04 .swiper-04 .swiper-slide .right-part .Sec04_eg {
  width: 90%;
}

#Sec04 .swiper-04 .swiper-slide.swiper-slide-active .right-part p {
  -webkit-animation: ani-sec4-p 1s 0.1s forwards;
          animation: ani-sec4-p 1s 0.1s forwards;
}

#Sec04 .swiper-04 .swiper-button-prev, #Sec04 .swiper-04 .swiper-button-next {
  top: 450px;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Sec04 .swiper-04 .swiper-button-prev::after, #Sec04 .swiper-04 .swiper-button-next::after {
  font-size: 20px;
}

#Sec04 .swiper-04 .swiper-button-prev {
  left: calc(35% + 90px);
}

#Sec04 .swiper-04 .swiper-button-next, #Sec04 .swiper-04 .swiper-rtl .swiper-button-prev {
  right: calc(65% - 270px);
}

@-webkit-keyframes ani-sec4-p {
  0% {
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  100% {
    opacity: 1;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

@keyframes ani-sec4-p {
  0% {
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  100% {
    opacity: 1;
    padding-top: 0;
    padding-bottom: 10px;
  }
}

#Sec05 {
  padding-top: 90px;
  padding-bottom: 180px;
  background-color: #E8EDFD;
}

#Sec05 h1 {
  font-size: 60px;
  color: #274ac4;
}

#Sec05 > div.wrap {
  z-index: 0;
  position: relative;
}

#Sec05 > div.wrap > div.ta-r {
  margin-bottom: 20px;
}

#Sec05 > div.wrap > div.ta-r a {
  border-bottom: 1px solid #274ac4;
  color: #274ac4;
}

#Sec05 .swiper-05 .swiper-slide {
  border-radius: 32px;
  padding: 48px 42px 45px 48px;
  background-color: #fff;
}

#Sec05 .swiper-05 .swiper-slide h3 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

#Sec05 .swiper-05 .swiper-slide h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CED4DA;
  color: #274ac4;
  font-size: 14px;
  font-weight: 600;
}

#Sec05 .swiper-05 .swiper-slide p {
  margin-bottom: 50px;
  font-size: 14px;
}

#Sec05 .swiper-05 .swiper-slide div.date {
  font-size: 12px;
  color: #CED4DA;
}

#Sec05 .swiper-button-prev, #Sec05 .swiper-button-next {
  top: calc(50% + 50px);
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #B4BAC0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#Sec05 .swiper-button-prev::after, #Sec05 .swiper-button-next::after {
  font-size: 20px;
}

#Sec05 .swiper-pagination-custom {
  bottom: -70px;
  color: #CED4DA;
  font-size: 28px;
  font-weight: 700;
}

#Sec05 .swiper-pagination-custom span {
  color: #274ac4;
}

#Sec05 .swiper-button-prev {
  left: -100px;
}

#Sec05 .swiper-button-next, #Sec05 .swiper-rtl .swiper-button-prev {
  right: -100px;
}

#Sec05 .sec05-cover {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E8EDFD;
}

#Sec06 {
  padding: 190px 0;
  overflow: hidden;
}

#Sec06 .swiper-06 .swiper-slide .inner {
  position: relative;
  width: 60%;
  height: 600px;
  margin: auto;
  background-color: #000;
}

#Sec06 .swiper-06 .swiper-slide .inner::after {
  content: 'Coaching';
  position: absolute;
  right: -250px;
  top: 160px;
  width: 400px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #EFF2F4;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

#Sec06 .swiper-pagination {
  bottom: auto;
  top: -50px;
  left: calc(20% - 50px);
  width: 60%;
  color: #CED4DA;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}

#Sec06 .swiper-pagination span {
  color: #274ac4;
}

#Sec06 .swiper-button-prev, #Sec06 .swiper-button-next {
  top: -28px;
}

#Sec06 .swiper-button-prev:after, #Sec06 .swiper-button-next:after {
  font-size: 25px;
  color: #6A7076;
}

#Sec06 .swiper-button-prev, #Sec06 .swiper-rtl .swiper-button-next {
  left: calc( 80% - 200px);
}

#Sec06 .swiper-button-next, #Sec06 .swiper-rtl .swiper-button-prev {
  right: 20%;
}

#Sec06 .swiper-06-wrap {
  position: relative;
}

#Sec06 .swiper-06-wrap::before {
  display: block;
  content: '';
  position: absolute;
  top: -100px;
  left: -100vw;
  width: 100vw;
  height: 240px;
  background-color: #EFF2F4;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

#Sec06 .swiper-06-wrap::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -70px;
  right: -100vw;
  width: 100vw;
  height: 180px;
  background-color: #10C3B8;
  -webkit-transition: 3s;
  transition: 3s;
}

#Sec06 .swiper-06-wrap.show:before {
  left: -48vw;
}

#Sec06 .swiper-06-wrap.show::after {
  right: -52vw;
}

@media screen and (max-width: 1023px) {
  #Sec01 .text-part h2, #Sec01 .text-part h2 * {
    font-size: 34px;
  }
  #Sec01 .text-part h3 {
    font-size: 16px;
  }
  #Sec01 .text-part h4 {
    font-size: 14px;
  }
  #Sec01 .text-part1 {
    margin: auto;
  }
  #Sec01 .text-part1, #Sec01 .text-part2, #Sec01 .text-part3 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
  #Sec02 .swiper-02, #Sec02 .swiper-02 .swiper-slide {
    background-color: #E8EDFD;
  }
  #Sec02 .swiper-02 .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  #Sec02 .swiper-02 {
    width: 100%;
    min-height: auto;
    margin-left: 0;
    padding: 30px 0;
  }
  #Sec02 .swiper-02 .swiper-slide .left-part {
    margin-left: 0;
  }
  #Sec02 .swiper-02.show .swiper-slide-active h3 {
    border-bottom-color: transparent;
  }
  #Sec02 .swiper-02 .swiper-slide h4 {
    font-size: 16px;
  }
  #Sec02 .swiper-02 .swiper-slide h3 {
    font-size: 20px;
  }
  #Sec02 .swiper-02 .swiper-slide img {
    width: 100%;
    max-width: 400px;
  }
  #Sec02 .swiper-02 .swiper-button-prev, #Sec02 .swiper-02 .swiper-button-next {
    top: 100px;
  }
  #Sec02 .swiper-02 .swiper-button-next, #Sec02 .swiper-02 .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 20px;
  }
  #Sec02 .swiper-02 .swiper-button-prev, #Sec02 .swiper-02 .swiper-rtl .swiper-button-next {
    left: 20px;
  }
  #Sec03 > .wrap {
    width: 100%;
  }
  #Sec03 > .wrap > .swipers-wrap {
    width: 100%;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide, #Sec03 > .wrap .swiper-03 .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-next + .swiper-slide .left-part img {
    display: none;
  }
  #Sec03 > .wrap .swiper-button-prev, #Sec03 > .wrap .swiper-button-next {
    display: none;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide .left-part img {
    margin-top: 0;
    height: 300px;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .left-part img {
    height: 300px;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide .right-part p {
    display: none;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .right-part {
    height: auto;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide .right-part h3 {
    border-bottom: 0;
    opacity: 1;
    color: #fff;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide .right-part {
    background-color: transparent;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide .right-part h5 {
    color: #45ebd7;
  }
  #Sec03 > .wrap > h3 {
    font-size: 28px;
  }
  #Sec03 > .wrap > p {
    font-size: 14px;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-prev .left-part img {
    position: absolute;
    left: -20%;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-next .left-part img {
    position: absolute;
    right: -20%;
    margin-right: 0;
  }
  #Sec04 .swiper-04 {
    height: 500px;
  }
  #Sec04 .swiper-04 .swiper-slide .right-part {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  #Sec04 .swiper-04 .swiper-slide .right-part h3 {
    max-width: 200px;
    margin: auto;
    font-size: 28px;
    line-height: 1.2em;
  }
  #Sec04 .swiper-04 .swiper-slide .right-part h5 {
    font-size: 16px;
  }
  #Sec04 .swiper-04 .swiper-slide .right-part p {
    width: 100%;
    font-size: 14px;
  }
  #Sec04 .swiper-04 .swiper-button-prev, #Sec04 .swiper-04 .swiper-button-next, #Sec05 .swiper-button-prev, #Sec05 .swiper-button-next {
    background: none;
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  #Sec04 .swiper-04 .swiper-button-prev, #Sec04 .swiper-04 .swiper-button-next {
    top: 100px;
  }
  #Sec04 .swiper-04 .swiper-button-prev {
    left: 0;
  }
  #Sec04 .swiper-04 .swiper-button-next, #Sec04 .swiper-04 .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  #Sec05 {
    overflow: hidden;
  }
  #Sec05 .swiper * {
    text-align: left;
  }
  #Sec05 .swiper-button-prev, #Sec05 .swiper-button-next {
    top: 20px;
    color: #274ac4;
  }
  #Sec05 .swiper-button-next, #Sec05 .swiper-rtl .swiper-button-prev {
    right: -3%;
  }
  #Sec05 .swiper-button-prev {
    left: -3%;
  }
  #Sec05 .swiper-05 .swiper-slide {
    padding: 30px 15px;
  }
  #Sec05 .swiper-05 .swiper-slide p {
    margin-bottom: 20px;
  }
  #Sec05 h1 {
    font-size: 28px;
  }
  #Sec05 .swiper-button-prev, #Sec05 .swiper-button-next {
    top: 5px;
  }
  #Sec05 > div.wrap > div.ta-r a {
    display: none;
  }
  #Sec05 .swiper-05 .swiper-slide h4 {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #Sec05 {
    padding-bottom: 100px;
  }
  #Sec06 {
    min-height: 0;
    padding: 40px 0 120px;
  }
  #Sec06 .swiper-06 .swiper-slide .inner {
    width: 70%;
    min-width: 280px;
    height: 200px;
  }
  #Sec06 .swiper-06-wrap::before, #Sec06 .swiper-06-wrap::after {
    display: none;
  }
  #Sec06 .swiper-button-prev, #Sec06 .swiper-button-next, #Sec06 .swiper-pagination {
    display: none;
  }
  #Sec06 .swiper-06 .swiper-slide .inner::after {
    right: -65px;
    top: 40px;
    width: 100px;
    font-size: 24px;
  }
  #Sec06 > p.wrap {
    min-width: 280px;
    width: 70%;
    margin-bottom: 12px;
    color: #274ac4;
    text-align: left;
    font-weight: 700;
  }
  #Sec01 .banner-main .swiper-01-1::after {
    background-position: 35% 0;
  }
  #Sec01 .banner-main .swiper-01-2::after {
    background-position: 55% 0;
  }
  #Sec01 .label-01 dl dd {
    font-size: 12px;
  }
  #Sec01 .swiper-pagination-fraction, #Sec01 .swiper-pagination-custom, #Sec01 .swiper-horizontal > .swiper-pagination-bullets, #Sec01 .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  section {
    min-height: 400px;
  }
  #Sec01 .banner-main {
    height: calc( 100% - 100px);
  }
  #Sec01 .text-part {
    width: 100%;
    height: 100%;
  }
  #Sec01 .btn-part {
    display: none;
  }
  #Sec01 .label-01 dl dt {
    font-size: 14px;
  }
  #Sec01 .text-part {
    margin-top: 0;
  }
  #Sec01 .text-part h2 {
    margin-top: 0 !important;
  }
  #Sec01 .text-part h3 {
    margin-top: 20px;
  }
  #Sec01 .text-part {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Sec01 .label-01 dl {
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #Sec01 .label-01 dl dt {
    margin-right: 0;
  }
  #Sec02 .swiper-02 .swiper-slide img {
    width: 80%;
  }
  #Sec02 .swiper-02 .swiper-slide h3 {
    padding-left: 0;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide .left-part img,
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-active .left-part img {
    height: 160px;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-next .left-part img {
    right: -100px;
  }
  #Sec03 > .wrap .swiper-03 .swiper-slide.swiper-slide-prev .left-part img {
    left: -100px;
  }
  #Sec03 {
    padding-bottom: 20px;
  }
  #Sec06 .swiper-06 .swiper-slide .inner::after {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */