@charset "utf-8";

#sub_bnr_wrap{width:100%;height:40rem;overflow:hidden;position:relative}
#sub_bnr_wrap .sub_bnr{width:100%;height:100%}

#sub_bnr_wrap .sub_tit_box{max-width:130rem;width:100%;margin:0 auto;text-align:center;position:absolute;left:50%;top:calc(50% + 2rem);transform:translate(-50%,-50%);z-index:2}
#sub_bnr_wrap .sub_tit_box .s_tit{margin-bottom:1.5rem;font-size:1.4rem;font-weight:700;letter-spacing:1rem;color:#fff;font-family:'Poppins',sans-serif}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:4.8rem;font-weight:700;line-height:120%;color:#fff;transition:all .3s}


@media(max-width: 1280px) {
#sub_bnr_wrap{background-position-x:65% !important}
#sub_bnr_wrap{height:36rem}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:4.8rem}
}
@media(max-width: 1024px) {
#sub_bnr_wrap{height:32rem}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:4.4rem}
}
@media(max-width: 767px) {
#sub_bnr_wrap{height:28rem}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:4rem}
}
@media(max-width: 480px) {
#sub_bnr_wrap{height:24rem}    
#sub_bnr_wrap .sub_tit_box .sub_tit{margin-bottom:0;font-size:3.6rem}
#sub_bnr_wrap .sub_tit_box .sub_txt{display:none}
}
@media(max-width: 320px) {
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:3.4rem}
}