@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:30px; width:266px; height:58px; margin-left:-150px;}
#logo h1 a {display:block; width:100%; height:58px; background:url(/new2021/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;}




