@font-face {
	font-family: "icon-font";
	src: url('/font/icon-font.eot');
	src: url('/font/icon-font.eot?#iefix') format('eot'), 
	url('/font/icon-font.woff') format('woff'), 
	url('/font/icon-font.ttf') format('truetype'), 
	url('/font/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-lock-scroll {
	overflow: hidden;
}

.nav {
	/* padding-top: 4.4rem; */
	line-height: 3.6rem;
	color: #A69A94;
	display: none;
	position: fixed;
	top: 60px;
	bottom: 0;
	left: 0;
	/* width: 100%; */
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto;
}

.nav ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	display: block;
	position: relative;
}

/*
body {
	padding-top: 4.4rem;
}
*/


header h1 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 4.4rem;
}

header h1:before {
	content: "\E004";
	margin-right: 8px;
}

.nav-button,
.nav-close{
	position: absolute;
	top: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 40px;
	background: #5a0505;
	color: #f9ff92 !important;
}

.nav-button:hover,
.nav-close:hover,
.nav-button:focus,
.nav-close:focus{color: #ffffff !important;}

.nav-button:before,
.nav-close:before {
	display: block;
	text-align: center;
}

.nav-button {
	display: block;
	right: 15px;
	font-size: 22px;
}

.call_btn {position: relative;color: #ffffff !important;font-size: 18px;font-weight: 600;}
.nav-button:before {
	content: "\E003";
}

.nav-close {
	display: none;
	right: 4rem;
	font-size: 1.9rem;
}

.nav-close:before {
	content: "\E002";
}




.nav ul {
	/* border-radius: 0 0 6px 6px; */
	/* background: #26201C; */
}

.nav ul ul {
	background: #2f2722;
}

.nav ul ul ul {
	background: #382f29;
}

.nav ul ul ul ul {
	background: #40362f;
}

.nav ul ul ul ul ul {
	background: #493e36;
}


.nav li a {

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}    

.nav li {
	border-top: 1px solid #e5e1dc;
	cursor: pointer;
}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #ffffff;
	background: #ff6e25;
}





.nav ul li ul li a:hover
 {
	color: #ffffff;
	background: #ff6e25;
}


.nav .nav-submenu > ul {
	margin-left: 10px;
}

.nav .nav-submenu > a {
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	/* border-radius: 6px; */
	padding: 0 28px 1px;
	color: #333333;
	font-weight: 400;
	font-size: 24px;
	text-decoration: none;
	font-family: 'Nanum Barun Gothic';
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	/* content: "\E005"; */
}




@media only screen and (min-width: 960px) {

.nav {
	padding: 0 !important;
	display: block;
	position: relative;
	bottom: 0;
	top: 25px;
	float: left;
	bottom: auto;
	overflow: visible;
	margin-left: 2%;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	/* border-radius: 8px; */
	padding: 14px 30px 12px;
	color: #111111;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	font-family: 'Nanum Barun Gothic';
}

.nav li {
	position: relative;
	white-space: nowrap;
}

.nav > ul > li {
	display: inline-block;
}

.nav ul {
	display: block;
}

.nav ul li  span{font-size:10px;color:#999;margin-top:-3px;font-family:open sans;font-weight:400;}

.nav ul li:hover span
{
 
  color: #fff;
}

.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 901;
}

.nav ul ul ul {
	top: 5px;
	left: 95%;
	z-index: 902;
}

.nav ul ul ul ul {
	z-index: 903;
}

.nav ul ul ul ul ul {
	z-index: 904;
}

.nav ul ul li.nav-left > ul {
	left: auto;
	right: 95%;
}

.nav-no-js .nav li:hover > ul {
	display: block;
}




header h1:before {
	content: "\E001";
}

.nav-button {
	display: none;
}
.call_btn{/* display:none; */}




.nav > ul > li {
	border-top: none;
}

/*.nav li > ul {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}*/

/*.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: 180px;
}

.nav .nav-submenu li a
 {
	color: #333333;
	background: #ffffff;
	line-height: 15px;
	font-size: 13px;
	padding-right:40px;
	padding-left:40px;
	font-weight: 400;
	font-family: 'Nanum Gothic';
}

.nav .nav-submenu > ul {
	margin: 0;
}

.nav > ul > .nav-submenu > a:after {
	/* content: "\E005"; */
}

.nav .nav-submenu > a:after {
	/* content: "\E006"; */
}

}

@media only screen and (max-width: 959px) {

.nav{background:#26201C;}

.nav-no-js .nav-button:hover + .nav,
.nav-no-js .nav:hover,
.nav-no-js .nav-button:hover + .nav + .nav-close,
.nav-no-js .nav:hover + .nav-close {
	display: block;
}

.nav ul {
	/*border-radius: 0 0 6px 6px;*/
	background: #26201C;
}

.nav ul ul {
	background: #2f2722;
}

.nav ul ul ul {
	background: #382f29;
}

.nav ul ul ul ul {
	background: #40362f;
}

.nav ul ul ul ul ul {
	background: #493e36;
}

.nav li {
	border-top: 1px solid #59544F;
	cursor: pointer;
	line-height: 15px;
}

.nav li:hover > a,
.nav li.nav-active > a {
	color: #e8f827;
	background: #333333;
}

.nav .nav-submenu > ul {
	margin-left: 10px;
}


.nav .nav-submenu li a
 {
	font-size:14px;
	line-height: 28px;
	font-family: 'Nanum Gothic';
}
.nav ul li span{font-size:10px;color:#999;margin-top:-3px;font-family:open sans;font-weight:400;}

.nav .nav-submenu > a {
	padding-right: 30px !important;
}

.nav a,
.nav a:hover,
.nav a:active,
.nav a:visited {
	/*border-radius: 6px;*/
	padding: 14px 15px 14px;
	color: #cecece;
	text-decoration: none;
}

.nav .nav-submenu > a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	
	content: "\E005";
}



}



