.sub_main_banner{position:relative;width:100%;height:175px;background:url("./sub_main_banner.jpg") top center no-repeat;margin-top:65px;z-index:-9999}
.sub_main_banner .tit{display:none}

/* 반응형 [s] */
@media (max-width:1050px){
.sub_main_banner{margin-top:0}
}
@media (max-width:1024px){
.sub_main_banner .tit{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;font-family:'Noto Sans KR'}
.sub_main_banner .tit h3{margin-bottom:8px;font-family:'Noto Sans KR';font-size:30px}
.sub_main_banner .tit span{font-size:16px}
}
@media (max-width:480px){
#sub_main_banner_wrap{height:55px;border-bottom:1px solid #e1e1e1}
.sub_main_banner{height:100%;background:url("/")}
.sub_main_banner .tit{display:block}
.sub_main_banner .tit h3{margin:0px;font-size:16px}
.sub_main_banner .tit span{display:none}
}
/* 반응형 [e] */