@charset "utf-8";

/* 서브 상단 BG */
#sub_bg {overflo:hidden;position:absolute;top:0;left:0;z-index:10;transform:translateY(0);width:100%;min-width:1150px;height:480px;background:url(/sh_img/hd/sub_main_banner/sub_bg.jpg) center top no-repeat}
#sub_overlay {content:'';position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;opacity:0;pointer-events:none;background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
background:linear-gradient(to bottom, rgba(0,0,0,0) 15%, rgba(0,0,0,.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000,endColorstr=#99000000);transition:all .3s}

#sub_tit_wrap {position:relative;z-index:12;width:1150px;padding-left:50px;font-size:17px;color:#fff;opacity:0;transition:all .3s}
#sub_tit_wrap h2 {padding-bottom:8px;font-size:34px;letter-spacing:-1.5px;font-family:'arita-Bold'}
#sub_tit_wrap p {position:absolute;right:0;top:15px;font-size:15px}
#sub_tit_wrap .fa-home {color:#fff}
#sub_tit_wrap .fa-angle-right {padding:0 5px}