header {
  position: absolute;
  width: 100%;
  z-index: 2;
  transition: 1s;
  top: 0;
  height: 100px;
  display: flex;
  align-items: center;
  position: fixed;
}
header div.wrap {
  
  /*! align-items: center; */
}
header div.wrap h1 {
  
}
header div.wrap h1 a {
  font-size: 0;
  width: 45px;
  height: 35px;
  display: block;
  background-image: url(../img/logo.svg);
}
header div.wrap h1 a::after{
  content: "";
  width: 140px;
  height: 35px;
  display: inline-block;
  background-image: url(../img/logotext.svg);
  margin-left: 45px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position-x: 10px;
  
  background-size: 91%;
  background-position-y: 8px;
}
header div.wrap ul.gnb {
  align-items: center;
  transition: 0.5s;
}
header div.wrap ul.gnb li {
  
}
header div.wrap ul.gnb li a {
  padding: 10px 20px;
  font-weight: bold;
}
header div.wrap ul.gnb li a:hover {
 color: #f0c77b;
 transition: 0.4s ease-in-out;
}
header div.wrap div.right {
  gap: 20px;
  font-size: 13px;
  align-items: center;
}
header div.wrap div.right ul.lang {
  
}
header div.wrap div.right ul.lang li {
  
}
header div.wrap div.right ul.lang li a {
  
  padding: 10px 5px;
}
header div.wrap div.right ul.lang li:nth-child(1) {
  
}
header div.wrap div.right ul.lang li:nth-child(1) a {
  
  color: #a29f9f;
}
header div.wrap div.right > a.ham {
  /*! font-size: 0; */
  /*! width: 35px; */
  /*! height: 7px; */
  /*! border-top: 2px solid #333; */
  /*! border-bottom: 2px solid #333; */
}
header .wrap .wgnb{
  
  position: absolute;
  display: flex;
  top: 90px;
  left: calc(100%/2 - 318px);
  text-align: center;
  width: 50%;
  
}
header .wrap .wgnb .sub1{
  
  background-color: #0059a9;
}
header .wrap .wgnb .sub1 ul{
  
}
header .wrap .wgnb .sub1 ul li{
  
  text-align: center;
}
header .wrap .wgnb .sub1 ul li a{
  
  line-height: 2.5;
  color: #fff;
}
header .wrap .wgnb .sub1 ul li a br{
  
}
header .wrap .wgnb .sub2{  
  background-color: #0059a9;
  position: absolute;
  left: 85px !important;
}
header .wrap .wgnb .sub2 ul{
  
}
header .wrap .wgnb .sub2 ul li{
  
  padding: 0 20px;
}
header .wrap .wgnb .sub2 ul li a{
  
  line-height: 2.5;
  color: #fff;
}
header .wrap .wgnb .sub3{
  background-color: #0059a9;
  position: absolute; 
  left: 195px !important;
}
header .wrap .wgnb .sub3 ul{
  
}
header .wrap .wgnb .sub3 ul li{
  
  padding: 0 25px;
}
header .wrap .wgnb .sub3 ul li a{ 
  line-height: 2.5;
  color: #fff;
}
header .wrap .wgnb .sub5{
  background-color: #0059a9;
  position: absolute;
  left: 360px !important;
}
header .wrap .wgnb .sub5 ul{
  
}
header .wrap .wgnb .sub5 ul li{
  
  padding: 0 15px;
}
header .wrap .wgnb .sub5 ul li a{
  line-height: 2.5;
  color: #fff;
}

header .updown{
/*   width: 70px;
  height: 30px;
  display: block;
  background-color: #ccc;
  position: absolute;
  right: 50px;
  bottom: -30px;
  text-align: center;
  line-height: 30px;
  border-radius: 0 0 10px 10px;
  font-size: 0;
  background-image: url(../img/up-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; */
  font-size: 0;
} 
/* header .updown::before{
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  border-top: 1px solid #ccc;
  width: 100vw;
}
.up{
  top:-90px;
} */
.upbg{
  background-image: url(../img/down.svg) !important;
}
.opacity1{
  opacity: 1 !important;
}