@charset "utf-8";
html,body {
  position: relative;
  height: 100%;
}

.inline-YTPlayer{
  max-width: none !important;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.mySwiper2 .swiper-slide{
  position: relative;
      background-color: #e4f0f4;
}
.mySwiper2 .one{
  background: url(/images/main_banner_01.jpg) no-repeat,#c4d2dd;
  background-position: bottom left;
  background-size: cover;
}
.mySwiper2 .two{
  background: url(/images/main_banner_02.jpg) no-repeat,#cee4e3;
  background-position: bottom right;
  background-size: cover;
}
.mySwiper2 .three{
  background: url(/images/main_banner_03.jpg) no-repeat,#dae3da ;
  background-position: bottom left;
  background-size: cover;
}
.mySwiper2 .four{
  background: url(/images/main_banner_04.jpg) no-repeat,#bdd4dd;
  background-position: bottom right;
  background-size: cover;
}


.mySwiper2 .swiper-slide .txt{
  position: absolute;
  top:50%;
  left:20%;
  transform: translateY(-50%);
  text-align: left;
  width: 100%;
  max-width: 850px;
}
.mySwiper2 .swiper-slide .txt.right{
  position: absolute;
  top:50%;
  left:60%;
  transform: translateY(-50%);
  text-align: left;
  width: 100%;
  max-width: 696px;
}
.mySwiper2 .swiper-slide .txt.center{
  position: absolute;
  top:40%;
  left:222px;
  transform: translateY(-50%);
  text-align: left;
  width: 100%;

  max-width: 950px;
}

.mySwiper2 .swiper-slide.swiper-slide-active .txt.center,.mySwiper2 .swiper-slide.swiper-slide-active .txt.right{ animation: opacity 0.8s 0.3s both;}

    @keyframes opacity {
    0%{
        opacity: 0;
        top: 55%;
    }
    100% {
        opacity: 1;
        top: 50%;
    }
}

.mySwiper2 .swiper-slide .txt h1{
  font-size: 72px;
  font-weight: 100;
  color: #333333;
  margin-bottom: 50px;
  letter-spacing: -1px;
  line-height: 1;
}
.mySwiper2 .swiper-slide .txt h1 img{
  vertical-align: bottom;
  margin-right: 5px;
}
.mySwiper2 .swiper-slide .txt h1 span{
  font-size: 72px;
  font-weight: 600;
  color: #333333;

}
.mySwiper2 .swiper-slide .txt h4{
  font-size: 36px;
  font-weight: 300;
  color: #333;
  line-height: 1.4;
  letter-spacing: -2px;
}
.mySwiper2 .swiper-slide .txt h4 span.b{
  font-size: 48px;
  font-weight: 600;
  color: #333;
}
.mySwiper2 .swiper-slide .txt p{
  font-size: 36px;
  font-weight: 300;
  color: #ffff00;
  padding-top: 5px;
  width:100%;
  max-width: 446px;
}
.mySwiper2 .swiper-slide .txt p span{
  font-size: 36px;
  font-weight: 600;
  color: #ffff00;
}

/* 미디어쿼리 */
@media(max-width:1700px){
  .mySwiper2 .one{
    background: url(/images/main_banner_01.jpg) no-repeat,#c4d2dd;
    background-position:70% 0;
    background-size: cover;
  }
  .mySwiper2 .two{
    background: url(/images/main_banner_02.jpg) no-repeat,#cee4e3;
    background-position:-10% 0;
    background-size: cover;
  }
  .mySwiper2 .three{
    background: url(/images/main_banner_03.jpg) no-repeat,#dae3da ;
    background-position: 70% 0;
    background-size: cover;
  }
  .mySwiper2 .four{
    background: url(/images/main_banner_04.jpg) no-repeat,#bdd4dd;
    background-position: 20% 0;
    background-size: cover;
  }
  .mySwiper2 .swiper-slide .txt.right{
    position: absolute;
    top:50%;
    left:53%;
    transform: translateY(-50%);
    text-align: left;
    width: 100%;
    max-width: 696px;
  }
}

@media(max-width:1210px){
    html,body {
      position: relative;
    
  
    }
    #pc{display: none !important;}
    #m{display: block !important;margin-top:131px;}
  
   /* .swiper-container.mySwiper2{
        height: auto;
    }
    .mySwiper .swiper-slide{
        height: auto;
    }
   */
    .video{
      min-height:230px !important;
      max-height:230px !important
    }
    .mySwiper2 .swiper-slide{
      background:none;
      background-position: center;
      background-size: cover;
      background-color: #ccd7d5;
      height: auto;
    }
    .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
      height: auto !important;
    }
    .mySwiper2 .swiper-wrapper{
      min-height: 451px !important;
    }
    .mySwiper2 .swiper-slide>img{
        width: 100%;
    }
    .mySwiper2 .swiper-slide.two{
      background:none;
      background-color: #cee4e3;
    }
    .mySwiper2 .swiper-slide.three{
      background:none;
      background-color: #dae3da;
    }
    .mySwiper2 .swiper-slide.four{
      background:none;
      background-color: #bdd4dd;
    }
    .mySwiper2 .swiper-slide .txt p{
      display: none;
    }
    .mySwiper2 .swiper-slide .txt,.mySwiper2 .swiper-slide .txt.center,.mySwiper2 .swiper-slide .txt.right{
      position: relative;
      top:0;
      left:0;
      transform: translateY(0);
      text-align: left;
      width: 100%;
      max-width: none;
      padding: 70px 0 90px 70px;
      height: 100%;
      max-height: 450px;
      min-height: 450px;
    }
    .mySwiper2 .swiper-slide .txt h4 {
      letter-spacing: -2px;
    }
    @keyframes opacity {
      0%{
          opacity: 1;
          top: 0;
      }
      100% {
          opacity: 1;
          top: 0;
      }
  }

 
}

@media(max-width:710px){
  .mySwiper2 .swiper-slide .txt,.mySwiper2 .swiper-slide .txt.center,.mySwiper2 .swiper-slide .txt.right{
  
    padding: 40px 0 70px 40px;
    height: 100%;
    max-height: 370px;
    min-height: 370px;
  }
  .mySwiper2 .swiper-slide .txt h1,.mySwiper2 .swiper-slide .txt h1 span{
    font-size:50px;
  }
  .mySwiper2 .swiper-slide .txt h4 span.b{
    font-size: 44px;
  }
  .mySwiper2 .swiper-slide .txt h1 img{
    height: 60px;
  }
  .mySwiper2 .swiper-slide .txt h4 {
    font-size: 28px;
  }
  .mySwiper2 .swiper-slide .txt p,.mySwiper2 .swiper-slide .txt p span{
    font-size: 32px;
  }
}
@media(max-width:612px){
  .mySwiper2 .swiper-slide .txt,.mySwiper2 .swiper-slide .txt.center,.mySwiper2 .swiper-slide .txt.right{
  
    padding: 40px 0 70px 40px;
    height: 100%;
    max-height: 350px;
    min-height: 350px;
  }
  .mySwiper2 .swiper-slide .txt h1,.mySwiper2 .swiper-slide .txt h1 span{
    font-size:50px;
  }
  .mySwiper2 .swiper-slide .txt h4 span.b{
    font-size: 40px;
  }
  .mySwiper2 .swiper-slide .txt h4 {
    font-size: 24px;
  }
 
}
@media(max-width:550px){
  #m{margin-top:77px;}
  .mySwiper2 .swiper-slide .txt,.mySwiper2 .swiper-slide .txt.center,.mySwiper2 .swiper-slide .txt.right{
  
    padding: 40px 0 70px 40px;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
  }
  .mySwiper2 .swiper-slide .txt h1, .mySwiper2 .swiper-slide .txt h1 span{
    font-size: 45px;
  }
  .mySwiper2 .swiper-slide .txt h1{
    margin-bottom: 30px;
  }
  .mySwiper2 .swiper-slide .txt h4 span.b{
    font-size: 36px;
  }
  
  .mySwiper2 .swiper-slide .txt h4 {
    font-size: 20px;
  }
 
}



@media(max-width:460px){
  .mySwiper2 .swiper-slide .txt,.mySwiper2 .swiper-slide .txt.center,.mySwiper2 .swiper-slide .txt.right{
  
    padding: 30px 20px 40px 30px;
    height: 100%;
    max-height: 240px;
    min-height: 240px;
  }
  .mySwiper2 .swiper-slide .txt h1 img{
    height: 34px;
  }
  .mySwiper2 .swiper-slide .txt h1,.mySwiper2 .swiper-slide .txt h1 span{
    font-size:32px;
  }
  .mySwiper2 .swiper-slide .txt h4 span.b{
    font-size:23px;
  }
  .mySwiper2 .swiper-slide .txt h4 {
    font-size: 17px;
    letter-spacing: -2.3px;
  }

  .mySwiper2 .swiper-wrapper{
    min-height: 476px !important;
  }
  .mySwiper2 {
      background-color: #ccd7d5;
  }
}
@media (max-width:375px) {
    .mySwiper2 .swiper-wrapper{
        min-height: 451px !important;
      }
}