@charset "utf-8";

#shSub{display:none;height:55px;border-bottom:1px solid #e1e1e1;background:none}
#shSub .txt_area{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}
#shSub .txt_area p{margin-bottom:0px;font-weight:550;font-size:16px;color:#111}
#shSub .txt_area div{display:none}

/* 반응형 [s] */
@media (max-width:480px){
#shSub{display:block}  
}
/* 반응형 [e] */