#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 .bgcolor {
	opacity:1;
	transition:all 0.8s;
	background-color:rgba(0,0,0,0.5);
}

#gnbmenu #menu-button {
  display: none;
}

/* 네비전체 바탕색 */
/* 네이전체 넓이 */
#gnbmenu {
  margin:0 auto;
  line-height: 1;
  background-color:transparent;
  width:[@out_ww];
  
/*
  background: #ffffff;
  width:auto;
  border:1px solid #aaa;
*/  
}

/*상단 보더색깔 */
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color:#b2cfcd;
  -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:15px;
  text-decoration: none;
  text-transform: uppercase;
  color:#ffffff;
  font-weight:normal;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  font-family: '';
  text-shadow:1px 1px 1px #7f7f7f;
}


/* 대메뉴 엑티브 or 오버시 글자색깔 */
#gnbmenu > ul > li:hover > a,
#gnbmenu > ul > li.active > a {
  color:#b2cfcd;
}

#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 #ffffff;
  border-right: 1px solid #ffffff;
  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: #b2cfcd;
}

#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 15px;
  width:160px;
  font-size:12px;
  background:#ffffff;
  text-decoration: none;
  color:#333333;
  font-weight:normal;
  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:#87a599;
}

/*서브메뉴 모어표시 */
#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:#87a599;
*/  
}



#gnb-logo-area {
  display:inline-block;
  width:200px;
  height:96px;
  margin-bottom:-20px;
  position:relative;
  overflow:hidden;
}


#gnb-logo {
  position:absolute;
  left:0px;
  top:15px;
}


#gnb-btn-area {
  position:fixed;
  right:30px;
  top:20px;
  z-index:10001;
  line-height:0px;
  font-size:0px;
}

#gnb-btn-area img {
  display:inline-block;
  vertical-align:middle;
}