/*Content CSS*/
.sub_visual{position:relative;width:100%;margin:0 auto;height:100vh; max-height: 1080px; min-height: 900px; overflow:hidden;background-repeat:no-repeat;background-position:center center;  }
.sub_visual .bg{ background-image:url('../img/sub_bg1.jpg'); }
.sub_visual.sub1 .bg{background-image:url('../img/sub_bg1.jpg');}
.sub_visual.sub2 .bg{background-image:url('../img/sub_bg2.jpg');}
.sub_visual.sub3 .bg{background-image:url('../img/sub_bg3.jpg');}
.sub_visual.sub4 .bg{background-image:url('../img/sub_bg4.jpg');}
.sub_visual.sub5 .bg{background-image:url('../img/sub_bg5.jpg');}
.sub_visual.sub6 .bg{background-image:url('../img/sub_bg6.jpg');}


.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:1500px; width: 100%; margin:0 auto; padding:0 50px; position: absolute; left: 50%;  transform: translateX(-50%); top:0; z-index: 2;
height: 100%; display: flex ;align-items: center; justify-content: center; text-align: center;}
.sub_visual h2 {font-size:80px;font-weight:700; color:#fff; line-height: .8; display: inline-block; position: relative; top: -40px;}
.sub_visual h2::before{content: ''; display: block; width: 50px; height: 5px; background-color: #fff; margin: 0 auto 49px;;}
.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_scroll {position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); animation:ani 1s infinite linear; z-index: 20;}
.sub_scroll a{display: block;}
@keyframes ani {
    0%{bottom: 56px;}
    50% {bottom: 66px;}
    100%{bottom: 56px;}
}
@media screen and (max-width:1280px) {
    .sub_visual{max-height: 100%; min-height: 500px;}
}

@media screen and (max-width:1024px) {
    .sub_visual h2::before{margin-bottom: 35px;}
    .sub_visual h2 { font-size:65px; }
}

@media screen and (max-width: 640px) {
    .sub_visual h2::before{margin-bottom: 30px;}
    .sub_visual h2 { font-size:52px; letter-spacing: -.5px; line-height: 1.1;}
}
