/*Content CSS*/
.sub_visual{position:relative; width:100%; margin:0 auto; height:220px;overflow:hidden;background-repeat:no-repeat;background-position:center bottom; background-size: cover;}
.sub_visual.sub .bg{background-image:url('../img/sub_visual01.jpg'); background-size: cover;}
.sub_visual.sub1 .bg{background-image:url('../img/sub_visual01.jpg'); background-size: cover; }
.sub_visual.sub2 .bg{background-image:url('../img/sub_visual02.jpg'); background-size: cover; background-position: 45% 50%; }
.sub_visual.sub3 .bg{background-image:url('../img/sub_visual03.jpg'); background-size: cover;}
.sub_visual.sub4 .bg{background-image:url('../img/sub_visual04.jpg'); background-size: cover;}
.sub_visual.sub5 .bg{background-image:url('../img/sub_visual05.jpg'); background-size: cover;}
.sub_visual.sub6 .bg{background-image:url('../img/sub_visual06.jpg'); background-size: cover;}

.sub_visual .title_page { position: absolute; top: 50%; left: 0; z-index:2; width: 100%; text-align: center; transform: translateY(-50%); padding-top: 60px;}
.sub_visual h4 {font-size:14px;font-weight: 400;color: rgba(255,255,255,.47);letter-spacing: 2px;font-family: 'NanumSquare',sans-serif; margin-bottom: 15px;}
.sub_visual p {font-size: 28px; font-weight: 700; color: #fff; letter-spacing: 1px; font-family: 'NanumSquare',sans-serif;}
.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:1200px) {

}

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

}

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