@charset "utf-8";

/*갤러리*/
#gall_box {width:100%; text-align:center;}
#gall_box h2 {  position:relative; font-size:45px; font-weight:300; color:#222;	padding-bottom:30px; letter-spacing:-1.8px;	margin:80px 0 40px 0;}
#gall_box h2 span { font-weight:600; }
#gall_box h2 span:after{ position:absolute; bottom:0; left:50%; margin-left:-40px; width:80px; height:1px; display:inline-block; background:#222; content:''; }

#gallery_wrap {width:1280px; position:relative; margin:0 auto;}
#gallery_wrap .imgbox{width:100%; height:720px; position:relative; overflow:hidden;}
#gallery_wrap .imgbox li{left:1280px; height:720px; position:absolute;}
#gallery_wrap .imgbox li img{width:1280px; height:720px;}
#gallery_wrap .gallery_page{position:relative; width:100%; height:90px;}
#gallery_wrap .gallery_page > img{position:absolute; top:-380px; z-index:100; cursor:pointer;}
#gallery_wrap .gallery_page > img.prev{left:0;}
#gallery_wrap .gallery_page > img.next{right:0;}
#gallery_wrap .titlebox {width:100%; height:90px; background:#393939; position:absolute; top:0px; left:0px; z-index:5; text-align:center;}
#gallery_wrap .titlebox li{display:none; font-size:30px; font-weight:700; line-height:90px; color:#ffffff; letter-spacing:-1px;}
#gall_box .gall_sum_wrap{  }
#gall_box #gall_sum{overflow:hidden; width:1280px; margin:0 auto; padding-top:20px; }
#gall_box #gall_sum li{float:left; position:relative; width:240px; height:150px; margin-right:20px; margin-bottom:20px; cursor:pointer;}
#gall_box #gall_sum li:nth-of-type(5), #gall_box #gall_sum li:nth-of-type(10),#gall_box #gall_sum li:nth-of-type(15)   { margin-right:0; }
#gall_box #gall_sum li span.ovr{position:absolute; top:0px; left:0px; width:100%; height:100%; background:#000000; opacity:0; -webkit-transition: all 0.4s ease; transition: all 0.4s ease;}
#gall_box #gall_sum li.active{border:7px solid #fb83a1;}
#gall_box #gall_sum li.active span.ovr{opacity:0;}
#gall_box #gall_sum li img{width:100%; height:100%;}


.gallery_box {margin-top:100px;}