@charset "utf-8";

#shSubBnr{position:relative;overflow:hidden;text-align:center;background-color:var(--pale)}

#shSubBnr{padding:100px 0;color:#111}
#shSubBnr .tit{overflow:hidden;position:relative;z-index:1;font-size:46px;font-family:var(--p-font)}

/* 반응형 [s] */
@media (max-width:1024px){
#shSubBnr{display:flex;align-items:center;justify-content:center;height:250px;padding:65px 0 0}
#shSubBnr .tit{font-size:30px}
}
@media (max-width:768px){
#shSubBnr{height:180px;padding-top:0}
}
@media (max-width:480px){
#shSubBnr{height:50px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background-color:#fff}
#shSubBnr .tit{font-size:16px;font-weight:600;font-family:var(--k-font)}
}
/* 반응형 [e] */
