@charset "UTF-8";

.quick_menu {
  /* display: none; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quick_menu.f_nav {
  display: block;
}

.con_wrap>section {
  padding: 150px 0;
}

.con_wrap>section .inwrap {
  max-width: 1400px;
  margin: 0 auto;
}


/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
  .con_wrap>section {
    padding: 50px 15px;
  }

}



/* new_intro */
.new_intro {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #222;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  transition: opacity 1s 1s;
  z-index: 100000000000001;
  cursor: pointer;
}

.new_intro::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(82deg, rgba(0, 55, 119, 0) 51.99%, rgba(0, 55, 119, 0.5) 96.38%), rgba(0, 0, 0, 0.47);
  z-index: -1;
}

.new_intro_wrap {
  display: block;
  text-decoration: none;
  letter-spacing: -0.1rem;
  color: transparent;
}

.new_intro_wrap h2 {
  display: flex;
  overflow: hidden;
  justify-content: center;
  font-size: 7vw;
  line-height: 7vw;
  color: #333;
  letter-spacing: -0.1rem;
}

.new_intro_wrap h2 span {
  display: block;
  min-width: 1vw;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateY(0) translateZ(0);
  text-shadow: 0 9vw 0 #fff;
  animation: splash 2s ease both;
}

@keyframes splash {
  0% {
    transform: translateY(0) translateZ(0);
  }

  100% {
    transform: translateY(-9vw) translateZ(0);
  }
}

.new_intro_wrap h2 span:nth-child(1) {
  animation-delay: 0.5s;
}

.new_intro_wrap h2 span:nth-child(2) {
  animation-delay: 0.55s;
}

.new_intro_wrap h2 span:nth-child(3) {
  animation-delay: 0.6s;
}

.new_intro_wrap h2 span:nth-child(4) {
  animation-delay: 0.65s;
}

.new_intro_wrap h2 span:nth-child(5) {
  animation-delay: 0.7s;
}

.new_intro_wrap h2 span:nth-child(6) {
  animation-delay: 0.75s;
}

.new_intro_wrap h2 span:nth-child(7) {
  animation-delay: 0.8s;
}

.new_intro_wrap h2 span:nth-child(8) {
  animation-delay: 0.85s;
}

.new_intro_wrap h2 span:nth-child(9) {
  animation-delay: 0.9s;
}

.new_intro_wrap h2 span:nth-child(10) {
  animation-delay: 0.95s;
}

.new_intro_wrap h2 span:nth-child(11) {
  animation-delay: 1s;
}

.new_intro_wrap h2 span:nth-child(12) {
  animation-delay: 1.05s;
}

.new_intro_wrap h2 span:nth-child(13) {
  animation-delay: 1.1s;
}

.new_intro_wrap h2 span:nth-child(14) {
  animation-delay: 1.15s;
}

.new_intro_wrap h2 span:nth-child(15) {
  animation-delay: 1.2s;
}

.new_intro_wrap h2 span:nth-child(16) {
  animation-delay: 1.25s;
}

.new_intro_wrap h2 span:nth-child(17) {
  animation-delay: 1.3s;
}

.new_intro_wrap h2 span:nth-child(18) {
  animation-delay: 1.35s;
}

.new_intro_wrap h2 span:nth-child(19) {
  animation-delay: 1.4s;
}

.new_intro .second {
  margin: 45px auto;
}

.new_intro h3 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 157px;
  line-height: 100px;
  border-radius: 99px;
  border: 4px solid #fff;
  font-size: 42px;
  font-weight: 400;
  padding: 0px 93px;
  width: max-content;
  color: #fff;
  letter-spacing: -0.1rem;
}

.new_intro h3 span {
  font-weight: 700;
  color: #C3D0FF;
}

/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
  .new_intro {
    display: flex;

    .new_intro_wrap {
      h2.second {
        margin: 20px 0;
      }

      h3 {
        font-size: 1.5em;
        line-height: 1.5em;
        padding: 10px 30px;
        text-align: center;
        position: relative;
        bottom: auto;
        margin-top: 2em;

        span {
          display: block;
        }
      }
    }

  }

}



/* newMainVisual */
.newMainVisual {
  background: var(--fff);
  overflow: hidden;
  max-height: 911px;
  min-height: 100vh;

  .owl-carousel {
    .owl-dots {
      position: relative;
      bottom: 210px;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      height: 38px;
      vertical-align: bottom;
      .owl-dot {
        width: 16px;
        height: 16px;
        border: 1px solid var(--fff);
        margin: 0 4px;
        padding: 0;
        vertical-align: bottom;
        bottom: 0;
        position: relative;
        transition: all 0.3s ease-in-out;

        &.active {
          opacity: 1;
          background: var(--fff);
        }
      }
    }

    .owl-nav {
      position: absolute;
      top: 50%;
      margin-top: -61px;
      width: 100%;

      button {

        &.owl-next,
        &.owl-prev {
          width: 100px;
          height: auto;
          background: none;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;

          &::after {
            margin-top: 50px;
            color: var(--fff);
            position: absolute;
            border-top: 2px solid var(--fff);
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
          }
        }

        >span {
          display: none;
        }

        &.owl-prev {
          left: 0;
          position: absolute;
          text-align: left;

          &::after {
            content: 'PREV';
            padding: 10px 10px 0 50px;
            left: -40px;
          }

          &:hover {
            &::before {
              margin-left: 0;
            }

            &::after {
              left: 0
            }
          }

        }

        &.owl-next {
          position: absolute;
          right: 0;
          text-align: right;

          &::after {
            content: 'NEXT';
            padding: 10px 50px 0 10px;
            right: -40px;
          }

          &:hover {
            &::before {
              margin-right: 0px;
            }

            &::after {
              right: 0
            }
          }
        }
      }
    }

    .item {
      height: 950px;

      .text {
        position: absolute;
        width: 900px;
        z-index: 10;
        left: 50%;
        margin-left: -700px;
        top: 50%;
        transform: translate(-0%, -60%);

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        img,
        .img1,
        ul,
        li,
        :after {
          color: var(--fff);
          letter-spacing: 0;
        }

        h2 {
          font-size: 5rem;
          font-weight: 700;
          line-height: 1.2;

          b {
            color: var(--newColor2);
            font-weight: 700;
            animation-name: font-effect;
            animation-duration: 1200ms;
            animation-iteration-count: infinite;
          }

          +h2 {
            animation-delay: .6s;
          }
        }

        h5 {
          font-size: 1.6rem;
          font-weight: 400;
          margin-bottom: 1em;
          
          
          
          
          

          &:before {
            content: '';
            background: var(--fff);
            display: block;
            width: 100px;
            height: 1px;
            margin: 40px 0;
          }

          b {
            color: var(--newColor2);
          }
        }
      }

      .img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;

        >div {
          background-size: cover;
          transform: scale(1.2);
          -webkit-transition: all 5s;
          -moz-transition: all 5s;
          -ms-transition: all 5s;
          -o-transition: all 5s;
          transition: all 5s;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background-position: center 30%;
        }
      }
      &.visual_02{
        .text{
          .tit{
              color:#ffffff;
            overflow: hidden;
            position: relative;
            width: 231px;
            display:inline-block;
            margin-top: 0px;
            vertical-align: bottom;
            height: 6rem;
            line-height: 6rem;

            span.item {
              display: inline-block;
              margin: 0;
              width: 100%;
              height: 6rem;
              line-height: 6rem;
              font-weight: 600;
              color: #00f0ff;
              vertical-align: bottom;
            }
          }
        }
      }
    }

    .active {
      .text {

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        img,
        .img1,
        ul,
        li,
        :after {
          -webkit-animation-duration: 1s;
          animation-duration: 1s;
          -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
          -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
        }

        h2 {

          +h2 {
            animation-delay: .6s;
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
          }
          span{
            &.item{
              -webkit-animation-duration: 1s;
              animation-duration: 1s;
              -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
              -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp;
              animation-delay: 1s;
            }
          }

        }

        h5 {
          -webkit-animation-duration: 2s;
          animation-duration: 2s;
          -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
          animation-delay: .8s;
        }

      }

      .img {
        >div {
          transform: scale(1);
          z-index: 10;
        }
      }
    }

  }
}

  @keyframes scrollUp {
    0% {
      transform: translateY(100%);
    }
    50%, 100% {
      transform: translateY(-100%);
    }
  }

@media (max-width: 1200px) {

}


@media (max-width: 767px) {
  .newMainVisual {
    margin-top: 56px;
    padding-top: 0;
    min-height: 0;
    height: calc(100vh - 103px);
    
    .owl-carousel {
      .item {
        height: calc(100vh - 103px);

        .text {
          left: 15px;
          right: 15px;
          margin-left: 0;
          width: auto;
          text-align: center;
          transform: translate(-0%, 00%);
          top: auto;
          bottom: 110px;
          
          h2 {
            font-size: 2.2em;
          }
          h5 {
            font-size: 14px;
            margin-bottom: 10px;
            text-align: center;
            &:before{
              width: 50px;
              margin: 20px auto;
            }

          }

          
        }
        .img {
          >div {
            background-position: 60% top;
          }
        }
        &.visual_02 {
          .img {
            >div {
              background-position: 70% bottom;
            }
          }
          .text{
            top: 70px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
          }
        }
      }
      .owl-dots{
        bottom: 50px;
        text-align: center;
      }
      .owl-nav{
        display: none;
      }
    }

    .active {
      .text {
        h3 {
          font-size: 30px;
          font-weight: 600;
          text-align: left;
          width: 100%;
        }

        h5 {
          font-size: 17px;
          text-align: left;
          word-break: auto-phrase;
        }
      }
    }


    .visual_02 {
      .img {
        >div {
          background-position: top center;
          background-image: url('../main/images/visual_02_bg_m.jpg');
          background-position: center bottom;
        }
      }
    }
  }
}


/* main_title */
.main_title {
  padding-bottom: 50px;
  
  
  
  
  

  h3 {
    font-size: 3em;
    font-weight: 600;
  }

  h4 {
    font-weight: 300;
    font-size: 2em;
  }

  h5 {
    font-size: 30px;
    font-weight: 300;

    span {
      font-weight: 600;
    }
  }
}


/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
  .main_title {
    padding: 0 0 40px;

    h3 {
      font-size: 30px;
      line-height: 1.2;
      margin-bottom: 0.4em;
    }

    h4 {
      font-size: 19px;
    }

    h5 {
      font-size: 18px;
    }
  }

}

/* banner */
.banner {
  text-align:center;
  ul {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}



/* 타블렛 (해상도 1200px 이하) */
@media (max-width: 1200px) {}

/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {

  .banner {
   ul{
     display: flex;
     flex-direction: column;
   }
  }
}


/* course */
.con_wrap>section.main_course {

}

.main_course {
  overflow: hidden;
    background: var(--bg);
  text-align: center;
}

.main_course .course_tit {
  width: 100%;
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 50px;
}

.main_course .swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main_course .swiper-slide {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 30px;
}

.main_course .swiper-slide .img {
  position: relative;
  display: inline-block;
  border: 9px solid var(--color_sub);
  border-radius: 120px;
  overflow: hidden;
}

.main_course .swiper-slide .img:before {
  content: '';
  display: block;
  background: rgba(44, 36, 25, .60);
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main_course .swiper-slide:nth-child(2n) .img {
  border-color: var(--color_main);
}

.main_course .swiper-slide:hover .img:before {
  opacity: 0;
}

.main_course .swiper-slide a> div {
  background: var(--color_sub);
  padding: 110px 0px 40px;
  color: #fff;
  margin-top: -100px;
  font-family: 'S-CoreDream';
}

.main_course .swiper-slide:nth-child(2n) a>div {
  background-color: var(--color_main);
}

.main_course .swiper-slide a>div h4 {
  color: #fff;
  font-size: 36px;
}

.main_course .swiper-slide a>div span {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  display: inline-block;
}

.main_course .swiper-scrollbar-drag {
  background: var(--color_sub);
}

/* 타블렛 (해상도 1200px 이하) */
@media (max-width: 1200px) {}

/* 모바일 (해상도 767px 이하) */
@media (max-width: 767px) {
  
  .main_course {
    .swiper {
      width: 100%;
      .swiper-slide {
        >div {
            padding: 70px 0 30px;
            margin-top: -70px;
          }
        .img {
          border-width: 5px;
          width: 110px;
        }
      }
    }
  }
  .main_course .swiper-slide a >div h4 {
    font-size: 20px;
  }

  .main_course .swiper-slide a >div p {
    margin-top: 5px;
  }

  .main_course .swiper-slide a >div a {
    margin-top: 10px;
  }

}
