@charset "utf-8";

#shSub{display:flex;align-items:center;justify-content:center;width:90%;height:350px;margin:0 auto;background:url(./sub_bg.jpg) center no-repeat;background-size:cover}
#shSub .txt_area{font-size:18px;text-align:center;color:rgba(255,255,255,.7);font-family:'Pretendard'}
#shSub .txt_area p{margin-bottom:20px;font-size:45px;font-weight:700;color:#fff}

@media(max-width:1300px){
#shSub{width:100%;height:260px}	
#shSub .txt_area{font-size:16px}
#shSub .txt_area p{font-size:36px}
}
@media(max-width:480px){
#shSub{height:auto;background:none;border-top:1px solid #e1e1e1;border-bottom:1px solid #eee}
#shSub .txt_area p{margin:15px 0;font-size:18px;color:#222}
#shSub .txt_area span{display:none}	
}