/*Content CSS*/
.sub_visual{position:relative;width:100%;margin:0 auto;height:420px;overflow:hidden;background-repeat:no-repeat;background-position:center center; }
.sub_visual .bg{ background-image:url('../img/sub_visual01.jpg?v=250522'); }
.sub_visual.sub1 .bg{background-image:url('../img/sub_visual01.jpg?v=250522');}
.sub_visual.sub2 .bg{background-image:url('../img/sub_visual02.jpg?v=250522');  }
.sub_visual.sub3 .bg{background-image:url('../img/sub_visual03.jpg?v=250522');}
.sub_visual.sub4 .bg{background-image:url('../img/sub_visual04.jpg?v=250522'); }
.sub_visual.sub5 .bg{background-image:url('../img/sub_visual05.jpg?v=250522'); }


.sub_visual:hover .bg{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}
.sub_visual .title_warp { max-width:1520px; width: 100%; margin:0 auto; padding:0 60px; position: absolute; left: 50%;  transform: translateX(-50%); top:0; z-index: 2;
height: 100%; display: flex ;align-items: center; justify-content: center; padding-top:60px; text-align: center;}
.sub_visual h2 {font-size:72px;font-weight:800; color:#fff; line-height: 1; display: inline-block; position: relative; letter-spacing: 3.6px;}


.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%; background: rgba(0,0,0,0); min-width:1200px; z-index:1}
.sub_visual .bg{position:absolute;top:0;left:0;width:100%;height:100%; background-position:center center;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;z-index:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
/* .sub_visual .bg::before {content: ''; display: block ;width: 100%; height: 100%; left: 0; top:0; background-color: } */
.sub_visual .wave {position: absolute; left: 0; bottom: -80px; height: 148px; width: 200%; transform-origin: center bottom; background:url("../img/wave.png") 0 0/50% 100% repeat no-repeat; animation: wave1 25s linear infinite;}
@keyframes wave1{
    0% {background-position: 100% 0;}
    100% {background-position: 0 0;}
}


@media screen and (max-width:1420px) {
    .sub_visual .wave {height: 120px; bottom: -60px;}
}

@media screen and (max-width:1023px) {
    .sub_visual { height:300px; }
    .sub_visual .title_warp {padding-top:40px; justify-content: center;}
    .sub_visual h2 { font-size:55px; }

    .sub_visual .wave {height: 60px; bottom: 0;}



}

@media screen and (max-width: 767px) {
    .sub_visual .title_warp {justify-content: center; padding-top: 60px; }
    .sub_visual { height:220px; }
    .sub_visual h2 { font-size:40px; }

    .sub_visual .wave {height:30px; }



}
