@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: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:700;line-height:130%;color:#fff;transition:all .3s;font-family:'Playfair Display','Noto Sans KR'}
#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:var(--pt-color);font-family:'Montserrat',sans-serif}
#sub_bnr_wrap .sub_tit_box .sub_txt{font-size:1.8rem;line-height:150%;color:rgba(255,255,255,.6);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}
}