@charset "utf-8";


#indexVisualSwiper {
    position:relative; width:100%; height:100%;
    background-size: cover;
    background-attachment: fixed;
    background-position:center center;
    overflow: hidden;
}


#fullVisual{ width: 100%; height: 100vh; }
#fullVisual .swiper-slide { position:relative; width:100%; height:100%; }
#fullVisual .bgimg {
    position:absolute; width:100%; height:100%; z-index:1; filter: brightness(100%);
    background: url('') no-repeat center / cover; 
}
#fullVisual .fv1 .bgimg { background-image: url(./img/visual1.jpg); }
#fullVisual .fv2 .bgimg { background-image: url(./img/visual2.jpg); filter: brightness(100%); }

#fullVisual .anim1 {
    position: absolute; display: inline-block; z-index: 2;  border: 0px solid red;
    left: 50%; top: 25%; transform: translate(-50%, -50%);
 }
#fullVisual .anim .tt {
    position: relative; display: inline-block; font-family: "Noto Sans KR", 'Noto Sans'; letter-spacing: -1px;
    font-weight: 400; text-align:center; color:#FFF100; border: 0px solid red;
}

#fullVisual .anim * {  transition: all 0.3s ease; }

#fullVisual .anim .t1 { }
#fullVisual .anim .t2 { padding:0 200px; }
#fullVisual .anim .t3 {  }
#fullVisual .anim .t4 { display: block; font-size: 1.4rem; color: #000; letter-spacing: -2px; }

#fullVisual .anim1 .tt.t1 { opacity: 0;}
#fullVisual .anim1 .tt.t2 { opacity: 0;}
#fullVisual .anim1 .tt.t3 { opacity: 0;}
#fullVisual .anim1 .tt.t4 { opacity: 0; margin-top: 20px;}

#fullVisual .swiper-slide.swiper-slide-active .bgimg { animation: bgimg 5s 0.5s ease-out both }
#fullVisual .swiper-slide.swiper-slide-active .anim1 .tt.t1 { animation: t1_1 1.2s ease-out both 1.0s}
#fullVisual .swiper-slide.swiper-slide-active .anim1 .tt.t2 { animation: t1_2 1.2s ease-out both 1.0s}
#fullVisual .swiper-slide.swiper-slide-active .anim1 .tt.t3 { animation: t1_3 1.2s ease-out both 1.0s}
#fullVisual .swiper-slide.swiper-slide-active .anim1 .tt.t4 { animation: t1_4 1s ease-in-out both 1.8s}




@keyframes bgimg {
    from { scale:1.2 }
    to { scale:1 }
}
@keyframes t1_1 {
    from {  }
    to {  opacity: 1;}
}
@keyframes t1_2 {
    from { transform: translateY(-50px); }
    to { opacity: 1; padding:0  }
}
@keyframes t1_3 {
    from { }
    to { opacity: 1;  }
}
@keyframes t1_4 {
    from { transform: translateY(30px); }
    to { opacity: 1 }
}




/*오리발*/
.fvOribal {
    position:absolute; left:10px; bottom:10px; color:#fff; text-shadow: 2px 2px 4px #000; z-index: 5; opacity: 0.8; letter-spacing: -1px;
}






@media (max-height: 800px ) {
    #fullVisual .anim1 { top:30% } 
    #fullVisual .anim1 img { width:90% }
    #fullVisual .anim1 .t4 { font-size: 1rem; margin-top:0px; }
}

@media (max-height: 700px ) {
    /*#fullVisual .anim1 .tt.t4 img { width:90%  }*/
}

@media (max-height: 600px ) {
    /*#fullVisual .anim1 .tt.t4 img { width:80%  }*/
}