.fixed nav {
  height: 75px !important;
}
.fixed .wgnb {
  top: 75px;
}



div.wgnb {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  /*! display: none; */
  background: rgba(33, 33, 33, .95) url(../img/wgnb.png) no-repeat 95.8% bottom;
  right: 0;
}
div.wgnb div.center {
  width: 790px;
  margin: 0 auto;
}
div.wgnb div.center div.wsub {
  width: 120px;
  box-sizing: border-box;
}
div.wgnb div.center div.wsub:nth-child(3) {
  width: 140px;
}
div.wgnb div.center div.wsub:not(:last-child) {
  border-right: 1px solid rgba(237, 239, 241, .05);
}
div.wgnb div.center div.wsub ul li a {
  color: #bbb;
  line-height: 2.5;
  display: block;
  font-weight: 400;
}
div.wgnb div.center div.wsub ul li a:hover {
  color: white;
}
div.wgnb div.center div.wsub ul li:first-child a {
  padding-top: 25px;
}
div.wgnb div.center div.wsub ul li:last-child a {
  padding-bottom: 35px;
}