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

.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 .title_warp { max-width:1400px; 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:70px;font-weight:700; color:#fff; line-height: 1; display: inline-block; position: relative; letter-spacing: -1.75px; }
.sub_visual h3 {font-family: 'SCoreDream'; font-size: 70px; font-weight: 700; color:#fff; text-transform: uppercase;}
.sub_visual h4 {font-family: 'SCoreDream'; font-size: 17px; font-weight: 400; color:rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: 3.4px; margin-bottom: 10px; }

.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.sub2 h4::before{content: 'ABOUT COMPANY';}
.sub_visual.sub3 h4::before{content: 'Our Business';}
.sub_visual.sub4 h4::before{content: 'SHARING INFORMATION';}
.sub_visual.sub5 h4::before{content: 'notice';}
.sub_visual.sub6 h4::before{content: 'Inquiries and suggestions';}
.sub_visual.sub7 h4::before{content: 'COEXISTENCE';}



@media screen and (max-width:1024px) {
    .sub_visual { height:300px; }
    .sub_visual h3{font-size: 50px;}
    .sub_visual h4{font-size: 14px; letter-spacing: 2.4px;}
    .sub_visual h2 { font-size:50px; }


}

@media screen and (max-width: 640px) {
    .sub_visual { height:200px; margin-top: 60px;}
    .sub_visual h3 {font-size: 40px;}
    .sub_visual h4{font-size: 13px; letter-spacing: 1.4px;}
}
