/*Content CSS*/
.sub_visual{position:relative; width:100%;margin:0 auto;height:500px;overflow:hidden;background-repeat:no-repeat;background-position:center; background-size: cover;  z-index: 1; }
.sub_visual.sub .bg{background-image:url('../img/sub_visual02.jpg'); position: relative; z-index: 1; }
/* .sub_visual .bg::before {content: ''; display: block; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.3); z-index: -1;} */
.sub_visual.sub2 .bg{background-image:url('../img/sub_visual02.jpg')}
.sub_visual.sub3 .bg{background-image:url('../img/sub_visual03.jpg')}
.sub_visual.sub4 .bg{background-image:url('../img/sub_visual04.jpg')}
.sub_visual.sub5 .bg{background-image:url('../img/sub_visual05.jpg')}

@media screen and (min-width:1025px) {
    .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 {position: absolute; top: 0; left:0; z-index:2; width: 100%; height: 100%; text-align: center; display: flex; align-items: center ;justify-content: center;
padding-top:40px ;}
.sub_visual h3 {font-size:60px; font-weight: 600; color:#fff; letter-spacing: 0; font-family: 'Montserrat'; }

.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}


@media screen and (max-width:1024px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
