@charset "utf-8";

#shSub{display:flex;align-items:center;justify-content:center;height:400px;margin:0 auto;background:url(./sub_bg.jpg) center no-repeat;background-size:cover;font-family:var(--main-font)}
#shSub .txt_area{color:#fff;text-align:center}
#shSub .txt_area p{margin-bottom:20px;font-size:42px;font-weight:600}
#shSub .txt_area div{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500}
#shSub .txt_area div a{color:#fff}
#shSub .txt_area div i{margin:0 20px;font-size:14px}