@charset "utf-8";


#slideshow{overflow:hidden;position:relative;width:100%;height:100%;padding-bottom:75px;}
#slides{position:relative;width:100%;height:100%;list-style:none;overflow:hidden;margin:0 auto;border-radius:10px}
#slides li{width:100%;height:100%;background-repeat:no-repeat;background-position:top center}
#slides .img01{background-image:url(/sh_img/index/main_banner/main_banner01.jpg)}
#slides .img02{background-image:url(/sh_img/index/main_banner/main_banner02.jpg)}
#slides .img03{background-image:url(/sh_img/index/main_banner/main_banner03.jpg)}
#slides .img04{background-image:url(/sh_img/index/main_banner/main_banner04.jpg)}

/* 갯수버튼 */
.pagination{display:none}
.bx-controls{display:none}

/* 좌우버튼 */
#slideshow span{position:absolute;bottom:0px;z-index:999;display:block;width:85px;height:11px;cursor:pointer;transition:all 0.5s}
#slideshow .prev{width:43px;height:38px;bottom:440px;left:2%;background:url(/sh_img/index/main_banner/img/prev.png) center no-repeat;transition:all 0.5s}
#slideshow .prev:hover{background:url(/sh_img/index/main_banner/img/prev_h.png) center no-repeat;transition:all 0.5s}
#slideshow .next{width:43px;height:38px;bottom:440px;right:2%;background:url(/sh_img/index/main_banner/img/next.png) center no-repeat;transition:all 0.5s}
#slideshow .next:hover{background:url(/sh_img/index/main_banner/img/next_h.png) center no-repeat;transition:all 0.5s}
/* 썸네일 */
#bx-pager{position:absolute;bottom:30px;right:50%;margin-right:-24px;z-index:1001}
#bx-pager ul{list-style: none;margin:0;padding:0;float:left;width:100%;}
#bx-pager li{display:inline-block;margin:0;padding:0}
#bx-pager li a{float:left;display:block;width:10px;height:10px;margin:0 2px;background:#ededed;border-radius:10px;border:1px solid #aaa}
#bx-pager li a.active{background: #68b1f0;border:none}


