@charset "utf-8";

#subBnr{position:relative;z-index:20;width:95%;min-width:1400px;height:290px;margin:0 auto;border-radius:50px;color:#fff;background:url(./sub_bg.jpg) center no-repeat;animation:main 25s linear infinite}
@keyframes main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}
#subBnr .txt_area{position:relative;top:50%;opacity:0;margin-left:200px;padding-top:30px;font-size:40px;line-height:45px;font-weight:700;transform:translateY(-50%);font-family:'Play','Pretendard'}
#subBnr .txt_area span{display:block;font-size:18px;font-weight:500;color:rgba(255,255,255,.7)}