@charset "utf-8";

#sub_main_banner{position:relative;height:250px;text-align:center}
#sh_content_tit_wrap{position:absolute;top:63px;left:50%;transform: translateX(-50%); margin-top:-30px;text-align:center;opacity:0;font-family:'notokr-regular'}
#sh_content_tit_wrap h3{padding-bottom:10px;font-size:38px;color:#fff;}
#sh_content_tit_wrap span{font-size:13px;color:#bebebe}

/* 반응형 [s] */
@media (max-width:1024px){
#sub_main_banner{height:220px;background:url(../head_sub_bg.png)no-repeat center / cover;}
#sh_content_tit_wrap{top:50%;transform: translate(-50%, -50%);margin-top:0px !important;opacity: 1 !important;}
#sh_content_tit_wrap h3{font-size:32px;}
#sh_content_tit_wrap span{font-size:15px;}
}
@media (max-width:480px){
#sub_main_banner{height:55px;border-bottom: 1px solid #e1e1e1; background:none;}
#sh_content_tit_wrap h3{padding:0px; font-size:16px;color: #000;}
#sh_content_tit_wrap span{display: none;}
}
/* 반응형 [e] */
