@charset "utf-8";

#shSubBnr{display:flex;flex-flow:column;justify-content:center;height:600px;padding:0 12%;background:url(./sub_banner01.jpg) center no-repeat;background-size:cover;color:#fff;font-family:'Pretendard'}
#shSubBnr p{margin-bottom:25px;font-size:52px;font-weight:700}
#shSubBnr p.stxt{padding-left:5px;font-size:22px;font-weight:600;opacity:.5}

/* 반응형 [s] */
@media (max-width:1380px){
#shSubBnr{padding:0 5%}
}
@media (max-width:1024px){
#shSubBnr{padding:0px;height:370px}
#shSubBnr p{margin-bottom:10px;text-align:center;font-size:32px}
#shSubBnr p.stxt{margin-bottom:0px;padding-left:0px;font-size:16px}
}
@media (max-width:480px){
#shSubBnr{height:55px;border-bottom:1px solid #e1e1e1;background:none}
#shSubBnr p{margin:0px;font-size:16px;color:#000}
#shSubBnr p.stxt{display:none}
}
/* 반응형 [e] */
