/*Content CSS*/
.sub_visual{position: relative; width:100%; height:450px;overflow:hidden; background: 50% / cover no-repeat; display: flex; align-items: flex-start; justify-content: center; z-index: 2;  }
.sub_visual .bg_wrap {width: 100%; height: 100%; overflow: hidden;  margin: 0 auto; border-radius: 0; overflow: hidden;}
.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; z-index: -1;}
/* .sub_visual:hover .bg{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)} */

.sub_visual .bg {background-image:url('../img/sub_1010.jpg'); }
/* .sub_visual.sub1 .bg{background-image:url('../img/sub_bg1.jpg');} */


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

}

@media screen and (max-width:1300px) {
    .sub_visual{height: 300px; padding: 0; align-items: center;}

}

@media screen and (max-width: 1024px) {
    .sub_visual{height: 200px; text-align: center; justify-content: center;}

}

@media screen and (max-width: 640px) {
    .sub_visual{height:150px;}


}
