@charset "utf-8";

#subBnr{position:relative;z-index:20;height:500px;margin:0 auto;color:#fff;background:url(./sub_bg.jpg) center no-repeat;background-size:cover}
#subBnr .txt_area{position:relative;top:50%;opacity:0;padding-top:30px;font-size:40px;line-height:45px;font-weight:700;text-align:center}
#subBnr .txt_area span{display:block;font-size:18px;font-weight:500;color:rgba(255,255,255,.7)}

/* 반응형 [s] */
@media (max-width:1024px){
#subBnr{height:320px}
#subBnr .txt_area{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:34px;line-height:1.5}
}
@media (max-width:768px){
#subBnr{height:280px}
#subBnr .txt_area{font-size:30px}
}
@media (max-width:580px){
#subBnr{height:250px}
#subBnr .txt_area{font-size:28px}
}
@media (max-width:480px){
#subBnr{height:55px;background:none;border-bottom:1px solid #e1e1e1}
#subBnr .txt_area{font-size:16px;color:#000}
#subBnr .txt_area span{display:none}
}
/* 반응형 [e] */
