/*Content CSS*/
.sub_visual{position:relative;max-width:2560px;margin:0 auto;height:230px;overflow:hidden;background-repeat:no-repeat;background-position:center;
background-size:cover;}
.sub_visual.sub1 .bg{background-image:url('../img/sub_visual01.jpg');}
.sub_visual.sub2 .bg{background-image:url('../img/sub_visual02.jpg?v=20');  background-position: 45% 50%;}
.sub_visual.sub3 .bg{background-image:url('../img/sub_visual03.jpg?v=20')}
.sub_visual.sub4 .bg{background-image:url('../img/sub_visual04.jpg?v=20'); background-position: 70% 50%;}
.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:100%; margin:0 auto; padding-left:20px}
.sub_visual .title_warp .title_page { position: absolute; top: 50%; left:0; z-index:2; width: 100%; text-align: center;}
/* .sub_visual h3{font-size:30px;font-weight:400;  color:#fff; font-family: 'S-CoreDream-5Medium';}
.sub_visual h3::before {content:""; display:block; height:1px; width: 50px; margin:10px auto; background-color:#fff; position: relative; top: -5px; } */
.sub_visual .cover{position:absolute;top:0;left:0;width:100%;height:100%; background: rgba(0,0,0,0); min-width:100%; 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 h2{font-size: 22px; font-weight: 500; color:#fff;font-family: 'NanumSquare', sans-serif !important; margin-bottom: 10px;}
.sub_visual h1{font-size: 22px; font-weight: 700; color:#fff;font-family: 'NanumSquare', sans-serif !important; word-break: keep-all; line-height: 30px; padding:0 15px;}
.sub_visual h1 span {color:#248fff;font-family: 'Raleway', sans-serif;font-weight: 500; }
.title_warp {width:100%; height:100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding:0;}


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

}

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

}

@media screen and (max-width: 358px) {
    .sub_visual .title_warp .title_page {top:44%;}
}
