@charset "utf-8";

/*갤러리*/
#gall_box {width:1140px; margin:0px auto 0; text-align:center;}
#gallery_wrap {width:1140px; position:relative; margin:0 auto;}


#gallery_wrap .imgbox{width:1140px; height:610px; position:relative; overflow:hidden;}
#gallery_wrap .imgbox li{left:1200px; height:610px; position:absolute;}
#gallery_wrap .imgbox li img{width:1140px; height:610px;}
#gallery_wrap .gallery_page{position:relative; width:100%; height:100px;}
#gallery_wrap .gallery_page > img{position:absolute; top:0px; z-index:100; cursor:pointer;}
#gallery_wrap .gallery_page > img.prev{position:absolute; top:-355px; left:0;}
#gallery_wrap .gallery_page > img.next{position:absolute; top:-355px; right:0;}

#gall_box .gall_sum_wrap{padding-top:0px; margin-top:-50px;}
#gall_box #gall_sum{overflow:hidden; margin:0 -5px; margin-top:0px;}
#gall_box #gall_sum li{float:left; position:relative; width:220px; margin:5px; border:1px solid #e6e6e6; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; cursor:pointer;}
#gall_box #gall_sum li img{width:100%; height:100%; opacity:0.6;}
#gall_box #gall_sum li.active img{opacity:1;}
#gall_box #gall_sum li.active:after {position:absolute; top:0; left:0; right:0; bottom:0; border:3px solid #e0ac4f; content:'';}

/* #gall_box #gall_sum li:after {position:absolute; top:0; left:0; width:230px; height:107px; opacity:0.3; content:'';} */
