.navxx {
	display: flex;
	align-items: center;
	position: fixed;
	top: 30%;
	z-index: -1;
	padding-top: 51px;
	min-width: 148px;
	background: url(../images/title_nav.png) 0 0/148px 26px no-repeat;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	opacity: 0;
	z-index: -1;
	color: #7c8185;
	font-size: 14px;
	right: 1px;
}

.navxx .gnb li {
  position: relative;
}

.navxx .gnb li a {
  position: relative;
  padding-left: 25px;
}

.navxx .gnb li a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  z-index: 5;
  width: 11px;
  height: 11px;
  background: url(../images/bullet_nav.png) 0 0/100% no-repeat;
}

.navxx .gnb li a:hover {
  color: #c7c07a;text-decoration: none;
}

.navxx .gnb li a:hover::before {
  top: 1px;
  left: -3px;
  width: 19px;
  height: 20px;
  background-image: url(../images/bullet_nav_on.png);
}

.navxx .gnb li:not(:first-child) {
  padding-top: 35px;
}

.navxx .gnb li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 6px;
  width: 1px;
  height: 100%;
  background-color: #3c3a38;
}

.navxx .gnb li.active a {
  color: #c7c07a;
}

.navxx .gnb li.active a::before {
  top: 1px;
  left: -3px;
  width: 19px;
  height: 20px;
  background-image: url(../images/bullet_nav_on.png);
}

.navxx.show {
	opacity: 1;
	z-index: 100;
}



#header {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 60px;
	background-color: #000;
	color: #fff;
}

#header .logo,
#header .menu {
	position: absolute;
	left: 200;
}

#header .logo img {
	position: absolute;
	left: 200px;
	top: 48px;
	margin-top: -37px;
	margin-left: 0px;
}

#header .menu {
	left: 1000px;
	right: 0;
}

#header .menu ul {
  list-style-type: none;
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

#header .menu ul li {
  text-align: center;
  margin: 8px;
  padding: 0 15px;
  float: left;
  width: 128px;
}

#header .menu ul li .t1,
#header .menu ul li .t2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header .menu ul li .t1 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 3px;
  font-weight: bold;
}

#header .menu ul li .t2 {
  font-size: 12px;
  font-weight: lighter;
  text-transform: uppercase;
  white-space: nowrap;
}

#header .menu ul li:hover .t1,
#header .menu ul li:hover .t2 {
  color: #00ff00;
}

#header .menu ul li:hover .t2 {
  letter-spacing: 1px;
}

#header .btn {
  display: none;
}
