@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 .anim {
    position: absolute; display: block; z-index: 2;
    border:0px solid #f2f2f2; 
}
#fullVisual .anim img { max-width:100%;  }
#fullVisual .anim1 { width: 444px; height: 258px; right: 2%; top: 41%; transform: translate(-50%, -50%); }
#fullVisual .anim2 { width: 498px; left: 5%; top: 28%; transform: translateY(-50%); }
#fullVisual .anim2 img { transition: all .3s ease; }

#fullVisual .anim .tt {
    position: realtive; width: 100%; text-align: center; border: 0px solid blue;
}

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


#fullVisual .anim1 .tt.t1, #fullVisual .anim1 .tt.t2 {  text-align: left; padding-left: 35px; }
#fullVisual .anim .tt.t1 { opacity: 0; margin-bottom: 10px;}
#fullVisual .anim .tt.t2 { opacity: 0; margin-bottom: 10px;}
#fullVisual .anim .tt.t3 { display: block; opacity: 0; margin-bottom: 10px;}
#fullVisual .anim .tt.t4 { opacity: 0;}

#fullVisual .swiper-slide.swiper-slide-active .bgimg { animation: bgimg 5s 0.5s ease-out both }
#fullVisual .swiper-slide.swiper-slide-active .anim .tt.t1 { animation: t1_1 0.7s ease-out both 1.0s}
#fullVisual .swiper-slide.swiper-slide-active .anim .tt.t2 { animation: t1_1 0.7s ease-out both 1.3s}
#fullVisual .swiper-slide.swiper-slide-active .anim .tt.t3 { animation: t1_4 0.7s ease-out both 2.2s}
#fullVisual .swiper-slide.swiper-slide-active .anim .tt.t4 { animation: t1_4 0.7s ease-out both 2.4s}


/*#fullVisual .anim img { max-width:100% }*/


@keyframes bgimg {
    from { scale: 1.2 }
    to { scale: 1 }
}
@keyframes t1_1 {
    from { left: 100px; transform: translateX(100px); }
    to {  opacity: 1; }
}
@keyframes t1_2 {
    from { left: 100px; transform: translateX(100px);  }
    to { opacity: 1;  }
}
@keyframes t1_3 {
    from { left:100px; transform: translateX(100px);  }
    to { opacity: 1;  }
}
@keyframes t1_4 {
    from { transform: translateY(70px); }
    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: 700px ) {
    /*#fullVisual .anim2 { width: 350px; }*/
}

@media (max-height: 800px ) {
    #fullVisual .anim2 { width: 350px; left: 10%;  }
}

@media (max-width: 1600px ) {
    #fullVisual .anim1 { width: 400px; height: 330px; }
}

@media (max-width: 1400px ) {
    #fullVisual .anim1 { width: 350px; height: 289px; }
}

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