@charset "utf-8";

#shSubBnr{position:relative;overflow:hidden;height:450px}
#shSubBnr #mainImg{width:100%;height:450px;background-size:cover;background-position:center}

#shSubBnr .sub_nav{position:absolute;z-index:4;left:50%;top:50%;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';text-align:center}
#shSubBnr .crumb{display:flex;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:700}
#shSubBnr .crumb svg{width:20px;color:#fff}

/* 반응형 [s] */
@media (max-width:1024px){
#shSubBnr{height:auto}
#shSubBnr .sub_nav{display:flex;flex-direction:column;justify-content:center}
#shSubBnr #mainImg{height:400px;opacity:1 !important;transform:translate(0px) !important}
#shSubBnr .crumb{opacity:1 !important;transform:translate(0px) !important}
#shSubBnr .tit{opacity:1 !important;transform:translate(0px) !important;font-size:38px}
}
@media (max-width:480px){
#shSubBnr{height:60px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1}
#shSubBnr #mainImg{height:auto;background-image:none !important}
#shSubBnr .crumb{display:none}
#shSubBnr .tit{margin:0px;font-size:17px;color:#000}
}
/* 반응형 [e] */
