@charset "utf-8";




#main_visual {text-align:center; position:relative; overflow:hidden;}
#main_visual li {width:100%; text-align:center;}
#main_visual li img {width:100%; text-align:center; vertical-align:top;} 

#main_visual .cs_slider_pager {position:absolute; bottom:5px; width:100%; text-align:center; z-index:9999;}
#main_visual .cs_slider_pager span{display:inline-block; margin:0 3px; width:8px; height:8px; border-radius:8px; border:1px #fff solid; cursor:pointer;}
#main_visual .cs_slider_pager .cycle-pager-active{background:#fff;}



/*바로가기*/
.main_quick {background:#705e5e; overflow:hidden;} 
.main_quick li{float:left; width:25%; border-right:1px #625353 solid; text-align:center; -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.main_quick li img {height:40px;padding-bottom:5px; }
.main_quick li a{display:block; padding:15px 0px;  font-size:14px; font-weight:bold; color:#fff; border-right:1px #7d6868 solid; }


/*바로가기*/
.main_notice {background:#fff; border-bottom:1px #ddd solid;   margin-top:10px; height:175px; overflow:hidden; position:relative; }
.main_notice dt {float:left; width:50%; line-height:45px; background:#f8f8f8; letter-spacing:-0.5px; text-align:center; position:relative; }
.main_notice dt.on a{display:block; line-height:45px; background:#fff; color:#222;  }
.main_notice dt a {display:block; color:#888; font-size:14px;}

.main_notice dd {position:absolute; top:60px; width:100%; background:#fff; height:120px; left:0%; display:none; overflow:hidden; overflow-y:auto;}
.main_notice dd.first {display:block;}
.main_notice dd ul {margin:0 10px;}
.main_notice dd ul li a{padding:0 5px; color:#666666; font-size:13px;;}
.main_notice dd ul li span{float:right;}


/*메인갤러리*/
.main_gallery {background:#fff;    margin-top:10px;  height:180px; overflow:hidden; position:relative; padding:0 10px; border-bottom:1px #ddd solid; }
.main_gallery h3{font-size:14px; line-height:45px; border-bottom:1px #eeeeee solid; color:#222; font-weight:normal; }

.main_gallery ul {text-align:center;margin:15px 0px;}
.main_gallery ul li {display:inline-block; width:30%; margin:0 1%; text-align:center;}
.main_gallery ul li a div{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-size:13px; padding-top:5px;}
.main_gallery ul li img {width:100%; height:80px;}



