@charset "utf-8";

#subBnr{position:relative;z-index:20;height:500px;margin:0 auto;color:#fff;background-size:cover}
#subBnr .txt_area{position:relative;top:50%;transform:translateY(-50%);opacity:0;padding-top:30px;font-size:40px;line-height:45px;font-weight:700;text-align:center}
#subBnr .txt_area span{display:flex;justify-content:center;align-items:center;gap:10px;font-size:18px;font-weight:500;color:rgba(255,255,255,.7)}

/* 반응형 [s] */
@media (max-width:1024px){
#subBnr{height:415px}
}
@media (max-width:480px){
#subBnr{height:316px;background-position:center}
#subBnr .txt_area span{font-size:16px}
#subBnr .txt_area span svg{width:15px}
#subBnr .txt_area{top:65%;padding:10px 0px;font-size: 24px;color: #fff;}
}
/* 반응형 [e] */
