@font-face {
	font-family: "icon-font";
	src: url('icon-font.eot');
	src: url('icon-font.eot?#iefix') format('eot'), url('icon-font.woff') format('woff'), url('icon-font.ttf') format('truetype'), url('icon-font.svg#icon-font') format('svg');
}

.icon-desktop:before,
.icon-menu-close:before,
.icon-menu:before,
.icon-mobile:before,
.icon-submenu-down:before,
.icon-submenu-right:before,
.icon-world:before,
header h1:before,
.nav-button:before,
.nav-close:before,
.nav .nav-submenu > a:after,
.nav > ul > .nav-submenu > a:after {
	font-family: "icon-font";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	vertical-align: top;
}

.icon-desktop:before {
	content: "\E001";
}

.icon-menu-close:before {
	content: "\E002";
}

.icon-menu:before {
	content: "\E003";
}

.icon-mobile:before {
	content: "\E004";
}

.icon-submenu-down:before {
	content: "\E005";
}

.icon-submenu-right:before {
	content: "\E006";
}

.icon-world:before {
	content: "\E007";
}

.nav-button,
.nav-close {
	position: fixed;
	top: 10px;
	width: 3rem;
	height: 3rem;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height:3rem;
	background:linear-gradient( #077fdd, #0042ad);
	color: #fff;
	border-radius:7px;
}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	right: 1rem;
	font-size: 1.7rem;
}

.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}

.nav {
	padding-top: 3rem;
	line-height: 3rem;
	background: ;
	color: #A69A94;
	font-size:1.1em;
}

.nav ul {
	border-radius: 5px;
	background: ;
}

.nav ul ul {
	background: #e9edf5;
}

.nav ul ul ul {
	background: #e1e6f0;
}

.nav ul ul ul ul {
	background: #40362f;
}

.nav ul ul ul ul ul {
	background: #493e36;
}

.nav li {
	border-top: 1px solid #59544F;
	cursor: pointer;
}
.nav ul > li { /*¸Þ´º°£°Ý*/
	margin:0 15px;
}
.nav ul ul > li {/*¼­ºê¸Þ´º°£°Ý*/
	margin:0;
}
.nav li:hover > a,
.nav li.nav-active > a {
	color: #fff;
	background: #121a87;
}
.nav ul ul li:hover > a,
.nav ul ul li.nav-active > a {
	color: #fff;
	background: #6b72cc;
}

.nav .nav-submenu > ul {
	margin-left: 10px;
}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav .nav-submenu ul li a{
	font-weight:normal;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	border-radius: 6px;
	padding: 0 15px 1px;
	color: #000;
	text-decoration: none;
	line-height:35px;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	content: "\E005";
}
/*@media only screen and (max-width: 1000px) {
.nav ul > li { /*¸Þ´º°£°Ý*/
/*	margin:0 -3px;
}
}*/
@media only screen and (min-width: 880px) {
/*
body {
	padding: 0 !important;
}

header {
	position: relative;
}

header h1:before {
	content: "\E001";
}
*/
.nav-button {
	display: none;
}

.nav {
	padding: 0 !important;
}
.nav > ul{
	position:absolute;
	right:0;
	top:10px;
	/*width:700px;*/
}

.nav > ul > li {
	border-top: none;
}

.nav li > ul {
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
}

/****/
.nav li {
	border-top: none;
	cursor: pointer;
}
.nav li:hover > a,
.nav li.nav-active > a {
	color: #000;
	background:#f5f5f5;
}
.nav ul ul {
	background: #fff;
}
.nav ul ul li:hover > a,
.nav ul ul li.nav-active > a {
	color: #000;
	background:#fafafa;
}
/****/

.nav ul ul ul {
	border-radius: 0 6px 6px 6px;
}

.nav ul ul ul li:first-child {
	border-top: none;
}

.nav .nav-left > ul {
	border-radius: 6px 0 6px 6px;
}

.nav .nav-submenu li {
	min-width: 110px;
}

.nav .nav-submenu > ul {
	margin: 0;
}

.nav > ul > .nav-submenu > a:after {
	content: "\E005";
	font-size:0.8em;
	color:#ccc;
}

.nav .nav-submenu > a:after {
	content: "\E006";
}

}

@media (max-width: 880px) {
.nav {background:#fff;opacity:0.9;text-align:center}
.nav ul{background:#fff}
.nav a {line-height:45px;}
.nav a:hover {line-height:45px;}
}
