header {
  width: 100%;
  position: absolute;
}
header .wrap {
  height: 150px;
  align-items: center;
  max-width: 1903px;
  padding: 0 50px;
}
header .wrap h1 {

}
header .wrap h1 a {
  display: block;
  background-image: url(../img/logo.png);
  font-size: 0;
  width: 130px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}
header .wrap ul.gnb {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
header .wrap ul.gnb li {

}
header .wrap ul.gnb li a {
  display: block;
  line-height: 150px;
  padding: 0 45px;
  font-size: 21px;
  transition: 0.5s;
  color: white;
  font-weight: 700;
}
header .wrap ul.gnb li a:hover{
  border-bottom: 3px solid green;
  transition: 1s;
}
header div.wrap .wgnb{
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  display: none;
  /*! z-index: -1; */
}
header div.wrap .wgnb .sublist {
  display: grid;
  grid-template-columns: calc((100vw - 979px) / 2) repeat(5,162.6px) 1fr;
  transition: 0.5s;
  padding: 180px 0 30px 0px;
  background-color: #fff;
}
header div.wrap .wgnb .sublist::before{
  content: "";
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 150px;
  width: 100%;
}
header div.wrap .wgnb .sublist div {
  width: 152.6px;
  text-align: center;
}
header div.wrap .wgnb .sublist div:nth-child(1) {
  grid-column: 2;
}
header div.wrap .wgnb .sublist div:nth-child(2) {

}
header .sublist div:nth-child(3) {

}
header .sublist div:nth-child(4) {

}
header .sublist div h2 {

}
header .sublist div ul.useguide {

}
header .sublist div ul.useguide li {
  line-height: 2;
  font-size: 17px;
  margin: 0 auto;
}
header .sublist div ul.useguide li a {
  transition: 0.5s;
  line-height: 2.5;
}
header .sublist div ul.useguide li a:hover{
  color: green;
  font-weight: 700;
}
header .wrap span.lang {

}
header .wrap span.lang a {
  display: block;
  color: white;
}
header .wrap span.lang a:nth-child(2){
  display: none;
}
header .wrap span.lang a::before{
  content: "";
  background-image: url(../img/lang_w.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-right: 4px;
}
header .wrap span.lang a::after{
  content: "";
  background-image: url(../img/lang_arrow_w.png);
  width: 7px;
  height: 7px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: 2px;
  margin-left: 7px;
}
header .wrap .searchbar{
  position: relative;
}
header .wrap i{
  background-image: url(../img/search.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 37px;
  top: 6px;
  background-size: contain;
}
header .wrap input{
  border-radius: 20px;
  background-color: white;
  width: 210px;
  height: 35px;
  color: #ddd;
  font-size: 13px;
  line-height: 34px;
  padding: 0 15px 0 20px;
  box-sizing: border-box;
  margin-right: 20px;
  border: 1px solid #eee;
}
header .wrap input::after{
  content: "";
  background-image: url(../img/seach.png);
  display: inline-block;
  width: 17px;
  height: 18px;
  background-size: contain;
  vertical-align: -4px;
  margin-left: 33px;
}
header .wrap button{
  
}
.fontGreen{
  color: green;
}
.borderGreen{
  border-bottom: 3px solid green;
}