@charset "utf-8";

#shSub{display:flex;align-items:center;justify-content:center;height:500px;margin:0 auto;background:url(./sub_bg.jpg) center no-repeat;background-size:cover}
#shSub .txt_area{padding-top:40px;color:#fff;text-align:center;font-family:'Pretendard'}
#shSub .txt_area p{margin-bottom:20px;font-size:46px;font-weight:700}
#shSub .txt_area div{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500}
#shSub .txt_area div a{padding-top:3px}
#shSub .txt_area div svg{fill:#fff}
#shSub .txt_area div i{margin:0 20px;font-size:14px}
#shSubTit{display:none;padding:15px;border-top:1px solid #e1e1e1;border-bottom:1px solid #eee;font-size:16px;font-weight:700;text-align:center;color:#222;font-family:'Pretendard'}
@media(max-width:1024px){
#shSub{height:250px}
#shSub .txt_area{padding:0}
#shSub .txt_area p{font-size:36px}
#shSub .txt_area div{font-size:15px}
}
@media(max-width:480px){
#shSub{display:none}
#shSubTit{display:block}
}