@charset "utf-8"; /* 게시판 버튼 */
/* 목록 버튼 */


/*메인배너*/
#main_bn {position:relative; text-align:center}
#main_bn .slide-wrap{display:none}
#main_bn img {max-width:100%; height:auto}
#main_bn .btn_wr {background:rgba(0,0,0,0.5); display:inline-block; position:absolute; z-index:1;  left:5%; bottom:20px; border-radius:30px; padding:0; width:100px; line-height:30px}
#main_bn .btn_wr .pager-prev {float:left; display:inline-block; padding:0; color:#fff; width:25px}
#main_bn .btn_wr .pager-next {float:right; display:inline-block; padding:0; color:#fff; width:25px}
#main_bn #slide-counter {margin:0; width:50px; float:left; display:inline-block; padding:0; color:#fff}

#main_bn .owl-carousel .owl-dots {    text-align:center; 
    position: absolute; 
    bottom: 10px; 
    left: 50%; 
    transform: translateX(-50%); }
	
#main_bn .owl-carousel button.owl-dot {    
	width: 10px; 
    height: 10px; 
    display: inline-block; 
    border-radius: 50px; 
	background: #fff;  
	opacity:.5; 
	position:relative; 
	margin-right:10px; }

#main_bn .owl-carousel button.owl-dot.active{ opacity:1; }

.main_visual #main_bn .owl-carousel .owl-dots { bottom:20px;}
.main_visual #main_bn .owl-carousel button.owl-dot.active{ opacity:1;  width:30px}