@charset "utf-8";

/* 서브 상단 BG */
#sub_bg {position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;text-align:center;background:url(/sh_img/hd/sub_main_banner/sub_bg.jpg) no-repeat}
.sub_txt_area{padding-top:88px;text-align:center}
.sub_txt_area .sub_tit{font-size:34px;color:#fff;font-family:'notokr-bold'}
.sub_txt_area .sub_txt{font-size:15px;color:rgba(255,255,255,.7);font-family:'notokr-regular'}


.sub_txt_area .sub_tit .move{position:relative;display:inline-block}

.sub_txt_area .sub_tit .active:nth-of-type(1){-webkit-animation:updown .5 .8s linear;animation:updown .5s .8s linear}
.sub_txt_area .sub_tit .active:nth-of-type(2){-webkit-animation:updown .5 1s linear;animation:updown .5s 1s linear}
.sub_txt_area .sub_tit .active:nth-of-type(3){-webkit-animation:updown .5 1.2s linear;animation:updown .5s 1.2s linear}

@-webkit-keyframes updown{from{top:0}50%{top:-5px}to{top:0}}
@keyframes updown{from{top:0}50%{top:-5px}to{top:0}}
