
#header {
	width:100%;
	background:#fff;
}

#logo{
	width:30%;
	/*padding-left:20px;*/
	text-align:left;
	font: 25px bold;
	color:#555;
	float:left;
}
#top_header {width:100%;margin:auto;}
#top_header_l {float:left;width:30%;text-align:left;}
#top_header_r {float:left;width:70%;text-align:right;}

/*³×ºñ°ÔÀÌ¼Ç »ö»ó*/

.navi_bg{
	/*background:#383a3b;*/
	background:#000;
	border-top:1px solid #eeeeee;
	font-family: "NanumGothic","³ª´®°íµñ","µ¸¿ò", "Dotum";
	font-size:100%;
}


/*³×ºñ°ÔÀÌ¼Ç ÀüÃ¼ ¿µ¿ª Á¦¾î*/

.nav {
	height:52px;
	list-style: none;
	width:100%;
	margin:auto;
	/*background: #383a3b;*/
	background:#000;
	/*font-size: 18px;*/
	color:#fafafa;
	line-height:25px;z-index:9999
}


/*ÁÖ¸Þ´º ¿µ¿ª Á¦¾î*/

.topnav{
	width:50px;
	height:52px;
	line-height:52px;
	cursor:pointer;
	z-index:9999;
	text-align:center;
}


/*ÁÖ¸Þ´º ¸¶¿ì½º ¿À¹ö½Ã*/

.topnav:hover{
	/*color:#d3d3d3;*/
	background:#007acc;
}


/*ÁÖ¸Þ´º,¼­ºê¸Þ´º ÇÑ¹­À½ Á¦¾î*/

.navi_set{
	float: left;
	position: relative;z-index:9999
}


/*.navi_set .name {color:#656565;font-size:14px;line-height:20px;}*/
.navi_set .name {color:#555;font-size:14px;line-height:12px;}
.navi_set .subname {
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 0;
	margin: 10px 0 15px;
	text-transform: uppercase;
}

.navi_set a {
    color: #656565;
}

.navi_set a:link, a:visited, a:active {
    text-decoration: none;
}

.navi_set a:hover {
    color:#07c;font-weight:bold;
}


.subnav2 li {text-align:center;display:inline;height:38px;line-height:39px;font-size:14px;background-color:#fff;color:#656565;border-right:1px solid #dddfe2;}
.subnav2 span{padding-left:10px;padding-right:10px;
	color: #4d4d4d;
	font-family: µ¸¿ò, Dotum, sans-serif;
}