header {
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: 1s;
  top: 0;
}
header >a{
  font-size: 0;
  background-image: url(../img/up.svg);
  display: block;
  width: 50px;
  height: 30px;
  background-color: burlywood;
  position: absolute;
  right: 0;
  border-radius: 0 0 5px 5px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 1s;
}
header div.wrap {
  align-items: center;
  transition: 0.5s;
}
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: 90%;
  background-position-y: 7px;
}
header div.wrap ul.gnb {
 transition: 0.5s;
 opacity: 0;
 align-items: center;
}
header div.wrap ul.gnb li {
  
}
header div.wrap ul.gnb li a {
  padding: 10px 20px;
}
header div.wrap ul.gnb li a:hover {
  color: #0096D7;
}
header div.wrap div.right {
  gap: 20px;
  font-size: 14px;
  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: #CCCCCC;
}
header div.wrap div.right ul.lang li:nth-child(1) a:hover{
  color: black;
}
header div.wrap div.right > a.ham {
  /*! font-size: 0; */
  /*! width: 35px; */
  /*! height: 7px; */
  /*! border-top: 2px solid #333; */
  /*! border-bottom: 2px solid #333; */
}
.opacity1{
  opacity: 1 !important;
}
.close{
  top: -85px;
}
.up_down{
  background-image: url(../img/down.svg);
}
