@charset "utf-8";

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

#sub_bnr_wrap .sub_tit_box{max-width:140rem;width:100%;margin:0 auto;text-align:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2}
#sub_bnr_wrap .sub_tit_box .sub_tit{margin-top:3rem;margin-bottom:1.5rem;font-size:4.8rem;font-weight:600;line-height:130%;color:#fff}
#sub_bnr_wrap .sub_tit_box .sub_tit .s_tit{margin-bottom:1.5rem;font-size:1.6rem;font-weight:500;line-height:normal;color:rgba(255,255,255,.7);font-family:'Montserrat',sans-serif}
#sub_bnr_wrap .sub_tit_box .sub_txt{font-size:1.7rem;line-height:150%;color:rgba(255,255,255,.7)}


@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}
}