@charset "utf-8";

#sub_bnr_wrap{width:100%;height:36rem;overflow:hidden;position:relative}
#sub_bnr_wrap .sub_bnr{width:100%;height:100%;animation:main 20s linear infinite}
@keyframes main{from{transform:scale(1)}50%{transform:scale(1.13)}100%{transform:scale(1)}}

#sub_bnr_wrap .sub_tit_box{max-width:130rem;width:100%;margin:0 auto;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}
#sub_bnr_wrap .sub_tit_box .sub_tit{margin-bottom:1rem;font-size:5.2rem;color:#fff;font-family:'SBAggroM'}
#sub_bnr_wrap .sub_tit_box .sub_txt{font-size:1.8rem;color:rgba(255,255,255,.6);font-family:'SBAggroL'}


@media(max-width: 1280px) {
#sub_bnr_wrap{height:32rem}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:4.8rem}
}
@media(max-width: 1024px) {
#sub_bnr_wrap{height:28rem}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:4.4rem}
}
@media(max-width: 767px) {
#sub_bnr_wrap{height:24rem}
#sub_bnr_wrap .sub_tit_box .sub_tit{font-size:4rem}
}
@media(max-width: 480px) {
#sub_bnr_wrap{height:20rem}
#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}
}