@charset "utf-8";

#top_bnr{overflow:hidden;position:relative;}
#top_bnr ul, #top_bnr li{margin:0!important;padding:0!important;list-style:none} 
 
/* 이미지 */
#top_bnr .main_img{position:relative;left:0;z-index:1001;width:400px;height:180px}
#top_bnr .main_img li{overflow:hidden;opacity:0;position:absolute;width:100%;height:100%;-webkit-transition:all .4s;transition:all .4s}
#top_bnr .main_img li.on{opacity:1}

/* 페이저 */
#top_bnr .pager_dot{position:absolute;right:25px;top:20px;z-index:1002}
#top_bnr .pager_dot li{display:inline-block;width:12px;height:12px;margin:20px 0;border-radius:50%;background-color:rgba(0,0,0,.6)}
#top_bnr .pager_dot li.on{background-color:#fff}
#top_bnr .pager_dot li:hover{cursor:pointer}

