@charset "utf-8";

#shSubBnr{position:relative;overflow:hidden;height:450px}
#shSubBnr #mainImg{width:100%;height:450px;background-size:cover}

#shSubBnr .sub_nav{position:absolute;z-index:10;left:50%;top:50%;width:100%;max-width:1400px;margin:0 auto;color:#fff;transform:translate(-50%, -50%)}
#shSubBnr .tit{overflow:hidden;position:relative;z-index:1;margin-top:30px;font-size:46px;font-weight:700;font-family:'pretendard'}
#shSubBnr .crumb{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:700}
#shSubBnr .crumb svg{width:20px;color:#fff}

/* 반응형 [s] */
@media (max-width:1400px){
#shSubBnr{height:300px}
#shSubBnr #mainImg{height:300px}
#shSubBnr .sub_nav{padding-left:7%}
#shSubBnr .tit{margin-top:20px;font-size:35px}
}
@media (max-width:1024px){
#shSubBnr{height:250px}
#shSubBnr #mainImg{height:250px}
#shSubBnr .sub_nav{padding-left:0;text-align:center}
#shSubBnr .crumb{justify-content:center}
}
@media (max-width:768px){
#shSubBnr .tit{margin-top:10px;font-size:30px}
}
@media (max-width:480px){
#shSubBnr{height:auto}
#shSubBnr .crumb{display:none}
#shSubBnr .sub_nav{position:unset;color:#111;transform:none}
#shSubBnr .tit{margin-top:0;padding:15px 0;border-block:1px solid #e1e1e1;font-size:16px}
#shSubBnr #mainImg{display:none}
}
@media (max-width:380px){
}
/* 반응형 [e] */
