#navi-wrap {
	box-sizing:content-box ;
	width:980px;
	height:52px;
	margin:0 auto;
	background-color:#ff99cc;
	border-top:1px solid ##0000ffff;
	border-bottom:1px solid ##0000ffff;
}


#navi-bar {
	width:980px;
	height:52px;
	margin:0 auto;
	background-color:#ff99cc;
}

#navi-bar ul {
	padding:0;
	margin:0;
	width:980px;
}

#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:#ff66cc;
	color:#ffffff;
	transition: all 100ms ease-in-out;
}

#navi-bar > ul > li > a {
	display:block;
	width:119px;
	text-align:center;
	font-family:'Oswald','NanumBarunGothicWeb', 'NanumGothic','나눔 고딕','Nanum Gothic','dotum','돋움','Tahoma','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;
}

.gubun {
	width:3px;
	height:52px;
	background-image:url('/web/css/images/gubun0.png') ;
	background-position:center center;
	background-repeat:no-repeat;
}
