.sub_main_banner{position:relative;width:100%;height:131px;background:url(./sub_main_banner.jpg) top center no-repeat}
.sub_main_banner .tit{display:none}

/* 반응형 [s] */
@media (max-width:1024px){
#sub_main_banner_wrap{position:relative;margin-bottom:0px;height:215px}
.sub_main_banner{height:100%;background-size:cover}
.sub_main_banner::after{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,0.5)}
.sub_main_banner .tit{display:block;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-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
.sub_main_banner{background:none}
.sub_main_banner .tit h3{margin:0px;font-size:16px}
.sub_main_banner .tit span{display:none}
}
/* 반응형 [e] */