#gnbmenu {
	width:100%;
	position:fixed !important;
	left:0;
	top:0;
	z-index:999;
}

#gnbmenu,
#gnbmenu ul,
#gnbmenu ul li,
#gnbmenu ul li a,
#gnbmenu {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#gnbmenu:after,
#gnbmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#gnbmenu #menu-button {
  display: none;
}

/* 네비전체 바탕색 */
/* 네이전체 넓이 */
#gnbmenu {
	margin:0 auto;
	line-height: 1;
	background-color:rgba(255,255,255,0.8);
	width:[@out_ww];
	
/*
	background: #ffffff;
	width:auto;
	border:1px solid #aaa;
*/	
}

/*상단 보더색깔 */
#menu-line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background-color:#009ae1;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#gnbmenu > ul > li {
	float: left;
}

/* 메뉴 정렬 */
#gnbmenu.align-center > ul {
	font-size: 0;
	text-align:center;
}

#gnbmenu.align-center > ul > li {
	display: inline-block;
	float: none;
}

#gnbmenu.align-center ul ul {
	text-align: left;
}

#gnbmenu.align-right > ul > li {
	float: right;
}

#gnbmenu.align-right ul ul {
	text-align: right;
}

/* 대메뉴 글자색깔 */
/* 대메뉴 글자크기 */
/* 세로패딩 */
#gnbmenu > ul > li > a {
	padding:20px 20px;
	font-size:13px;
	text-decoration: none;
	text-transform: uppercase;
	color:#3f3f3f;
	font-weight:bold;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	font-family: 'Droid Sans';
}


/* 대메뉴 엑티브 or 오버시 글자색깔 */
#gnbmenu > ul > li:hover > a,
#gnbmenu > ul > li.active > a {
	color:#c63d79;
}

#gnbmenu > ul > li.has-sub > a {
	padding-right: 25px;
}

/* 서브메뉴 표시탭 */
#gnbmenu > ul > li.has-sub > a::after {
/*	
	position: absolute;
	top:31px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #3f3f3f;
	border-right: 1px solid #3f3f3f;
	content: "";
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
*/	
}


#gnbmenu > ul > li.has-sub:hover > a::after {
	border-color: #c63d79;
}

#gnbmenu ul ul {
	position: absolute;
	left: -9999px;
}

#gnbmenu li:hover > ul {
	left: auto;
}

#gnbmenu.align-right li:hover > ul {
	right: 0;
}

#gnbmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#gnbmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#gnbmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	transition: height .2s ease;
}

/* 서브메뉴 높이 */
#gnbmenu ul li:hover > ul > li {
	height: 32px;
}

/* 서브메뉴 넓이 */
/* 서브메뉴 바탕색및 글자색 */
#gnbmenu ul ul li a {
	padding: 10px 20px;
	width:172px;
	font-size:12px;
	background:#ffffff;
	text-decoration: none;
	color:#333333;
	font-weight:bold;
	border:1px solid #eaeaea;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

/* 서브메뉴 오버시 글자색깔 */
#gnbmenu ul ul li:hover > a,
#gnbmenu ul ul li a:hover {
	color:#c63d79;
}

/*서브메뉴 모어표시 */
#gnbmenu ul ul li.has-sub > a::after {
/*	
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
*/	
}

#gnbmenu.align-right ul ul li.has-sub > a::after {
/*	
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
*/	
}

/* 서브메뉴 오버시 모어표시 */
#gnbmenu ul ul li.has-sub:hover > a::after {
/*	
	border-color:#c63d79;
*/	
}



#gnb-logo-area {
	position:fixed;
	left:10px;
	top:5px;
	z-index:10001;
}


#gnb-btn-area {
	position:fixed;
	right:0px;
	top:0px;
	z-index:10001;
	line-height:0px;
  font-size:0px;
}

#gnb-btn-area img {
  display:inline-block;
  vertical-align:middle;
}