/*type10_r*/
@charset "utf-8";

#sub_bnr_wrap{width:100%;height:40rem;overflow:hidden;position:relative}
#sub_bnr_wrap .sub_bnr{width:100%;height:100%;animation:sub_bnr 20s linear infinite;transition:background-position .5s ease-out}
#sub_bnr_wrap .sub_bnr::before{content:'';width:100%;height:100%;/* background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)); */background-blend-mode:multiply;position:absolute;left:0;top:0}
@keyframes sub_bnr{0%{transform:scale(1)} 50%{transform:scale(1.13)} 100%{transform:scale(1)}}

#sub_bnr_wrap .sub_tit_box{max-width:130rem;width:100%;height:100%;margin:0 auto;text-align:center;position:absolute;left:50%;top:calc(50% + 3rem);transform:translate(-50%,-50%);z-index:2;display: flex;justify-content: center;flex-direction: column;}
#sub_bnr_wrap .sub_tit_box .sub_tit{margin-bottom:1rem;font-size:5.2rem;font-weight:700;line-height:130%;color:#fff;transition:all .3s;font-family:'Poppins'}
/*페이지경로 표시*/
#sub_bnr_wrap .page_root{display:flex;flex-wrap:wrap;align-items:center;justify-content: center;gap:2rem}
#sub_bnr_wrap .page_root li{font-size:1.6rem;color:rgba(255,255,255,.7);position:relative}
#sub_bnr_wrap .page_root li.home{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
#sub_bnr_wrap .page_root li.home img{width:1.7rem;opacity:.7}
#sub_bnr_wrap .page_root li:before{content:url(/hd/sub/img/arr_side.png);position:absolute;right:-1.3rem;top:50%;transform:translateY(-50%);opacity:.5}
#sub_bnr_wrap .page_root li:last-child{font-weight:600;color:#fff}
#sub_bnr_wrap .page_root li:last-child:before{display:none}


@media(max-width: 1280px) {
#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}
}