@charset "UTF-8";
#menu_bg {
	z-index:999;
	width:100%;
	height:50px;
	background:#fff;
	box-shadow:0 0 10px #cfcfcf;
	/* min-width:1180px; */
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#menu_wrap {
	/* z-index:999; */
	width:98%;
	height:50px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#menu_wrap > a > #logo {
	width:10px;
	height:35px;
	float:left;
	background:url(/TDW/kr/resources/img/logo_t.png);
	cursor:pointer;
	background-repeat:no-repeat;
	margin-top:15px;
}
