@charset "utf-8";

#shSub{display:flex;align-items:center;height:500px;margin:0 auto;background:url(./sub_bg.jpg) center no-repeat;background-size:cover}
#shSub .txt_area{padding:85px 0 0 12%;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;color:#fff}
#shSub .txt_area div a+a{padding-left:20px;margin-left:20px;border-left:1px solid rgba(255,255,255,.2)}
#shSub .txt_area div svg{fill:#fff}
#shSub .txt_area div i{margin:0 20px;font-size:14px}