@charset "utf-8";

#shSubBnr p{overflow:hidden;position:relative;z-index:1;max-width:1320px;margin:65px auto 0;font-size:35px;font-weight:600;color:#222;font-family:'pretendard'}
#shSubBnr p span{opacity:0;position:relative;bottom:-46px}
#shSubBnr .bg{height:330px;margin-top:20px;background:center no-repeat;background-size:cover}

/* 반응형 [s] */
@media (max-width:1400px){
#shSubBnr p{padding-left:50px}   
}
@media (max-width:1230px){
#shSubBnr p{padding-left:30px}   
}
@media (max-width:1024px){
#shSubBnr{position:relative}
#shSubBnr p{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:0px;padding-left:0}
#shSubBnr p span{bottom:0px !important;opacity:1 !important;color:#fff;font-size:36px}
#shSubBnr .bg{margin-top:0px;filter:brightness(0.7);height:300px}
}
@media (max-width:480px){
#shSubBnr p{position:static;transform:none;text-align:center;padding-bottom:10px;border-bottom:1px solid #e1e1e1}
#shSubBnr p span{font-size:16px;color:#000}
#shSubBnr .bg{display:none}
}
/* 반응형 [e] */
