
#sub_main_banner{position:relative;overflow:hidden;min-width:1416px;height:300px;margin:auto;background:url("./sub_main_banner.jpg") no-repeat top center;background-size:cover;animation:sub_main 5s;animation-timing-function:linear;animation-iteration-count:1}
@keyframes sub_main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}
#sh_content_tit_wrap{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;opacity:0}
#sh_content_tit_wrap h3{padding-bottom:10px;font-size:38px;color:#fff;font-family:'notokr-bold'}
#sh_content_tit_wrap span{font-size:13px;color:#bebebe}

/* 반응형 [s] */
@media (max-width:1500px){
#sub_main_banner{min-width:100%}
}
@media (max-width:1024px){
#sub_main_banner{height:260px}
}
@media (max-width:768px){
#sh_content_tit_wrap h3{font-size:32px}
}
@media (max-width:480px){
#sub_main_banner{height:auto;background:url("/")}
#sh_content_tit_wrap span{display:none}
#sh_content_tit_wrap{position:static;padding:15px 0;border-top:1px solid #d1d1d1;border-bottom:1px solid #eee;color:#222;transform:none}
#sh_content_tit_wrap h3{padding:0;color:#333;font-weight:normal;font-size:16px;font-family:'notokr-medium'}
}
/* 반응형 [e] */