@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

#navi-wrap {
	box-sizing:content-box ;
	width:100%;
	height:52px;
	margin:0 auto;
	background-color:#202020;
	border-top:1px solid ##0000ffff;
	border-bottom:1px solid ##0000ffff;
}


#navi-bar {
	width:980px;
	height:52px;
	margin:0 auto;
	background-color:#414141;
}

#navi-bar ul {
	padding:0;
	margin:0;
	width:100%;
}

#navi-bar ul:after {
	content: "";
	clear: both;
}

#navi-bar ul li {
	float:left;
	padding:0;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

#navi-bar ul li a:hover {
	background-color:#ffffff;
	color:#000000;
	transition: all 100ms ease-in-out;
}

#navi-bar > ul > li > a {
	display:block;
	width:119px;
	text-align:center;

	font-family:'Nanum Gothic', sans-serif;
	font-size:16px;
	color:#ffffff;
	text-decoration: none;
	line-height:52px;
}

.navi li a:last-child {
	border:none;
}

.navi li img {
	vertical-align:middle;
}
