@charset "utf-8";

#sub_main_banner{overflow:hidden;width:91%;min-width:1070px;height:330px;margin:auto;animation:sub_main 10s;animation-timing-function:linear;animation-iteration-count:infinite}
@keyframes sub_main{from{background-position:top center}50%{background-position:bottom center}100%{background-position:top center}}
#sub_main_banner.s_scroll{background-position:0 -100px !important}