@charset "utf-8";
@import url('default.css');
@import url('board.css');

#wrap{position:relative; margin:0 auto; width:100%; min-width:1420px;  overflow:hidden;}

/*header*/
#header {width:100%; z-index:10;background-color: #f5f0ed;}
#header #header_top {position:relative; overflow: hidden; margin: 0 auto; width:1400px; }
#header_top #left_top {float:left; margin-top:29px; width:286px; margin-bottom: 19px;}
#left_top li {float:left;}


/*logo*/
#header_top #logo {position:absolute; left:50%; top:14px; width:380px; height:76px; margin-left:-170px;}
#logo h1 a {display:block; width:100%; height:90px; background:url(../images/logo.png) no-repeat center center;  text-indent:-3000px}

#header_top #right_top {float:right; width:230px; text-align:right; margin-top:39px}
#header_top #right_top li{float:left;}

.top_member{width:100%; height:34px; background-color:#34393b; overflow:hidden}
.mem_cont{width:1300px; text-align:right; margin:0 auto; }
.top_member li{display:inline-block; padding-right: 13px;}
.top_member li:nth-child(3) {padding-right: 0;}
.top_member .mem_cont ul li>a{color: #fff; font-weight: 500; font-size: 13px; line-height: 34px;}

#header #gnb {width:100%; background:#5ac493; position:relative; margin: 0 auto; text-align: center; height:76px; border-top:1px solid #dddddd; border-bottom:1px solid #dddddd; min-width: 1400px; }
#gnb #top_link {width:100%; height:78px; margin:0 auto; text-align: center; position:relative; top: 0px; left:0; z-index:1000; font-size: 0;}
#gnb #top_link li.sub_top span{color:#666; font-size:13px; font-weight:300; margin-top: 8px; display: inline-block;}
#gnb #top_link li.sub_top {display: inline-block; width:198.5px;text-align:center; height:76px; line-height: 76px ; border-right: 1px solid #dddddd; }
#gnb #top_link li.sub_top:first-child {border-left: 1px solid #ddd;	}
#gnb #top_link li.sub_top:hover {background-color: #53b78a;}

#gnb #top_link li.sub_top:last-child {padding-right: 0;}


#gnb #top_link li.sub_top a {display:block; color:#fff; font-size:18px; _line-height:20px; font-weight: 400;}
#gnb #top_link > .sub_top > .sub_menu {position: absolute;width:197px; height:200px; background:#fff; top:75px; overflow:hidden;border-top:3px solid #555454;}
#gnb #top_link > .sub_top > .sub_menu > li {width:197px; height:30px; margin: 0 auto; border:none; display:black; clear:both; background:#fff; text-align:center;}

#gnb #top_link > .sub_top > .sub_menu li>a {line-height:30px; font-size:16px; color:#555;}
#gnb #top_link > .sub_top > .sub_menu li a:hover {text-decoration:underline;}

#gnb #top_link > li > ul > li:hover {height:42px;background-color:#3b3838; color:#fff;}
#gnb #top_link > li > .tran_box1{position:relative; top:0px; display:none;}

#header.fixed_top #header_wrap {position:fixed; top:0; left:0; right:0; z-index:1000;background:#222;}



