header {
  position: fixed;
  width: 100%;
  z-index: 1;
}
header:hover{
  
  background-color: white;
}

/* header::after {
  content: "";
  border: 50px solid rgba(123, 118, 118, 0.7);
  width: 0px;
  display: block;
  height: 0;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-right-width: 100vw;
  border-left-width: 0;
  position: absolute;
  border-top-width: 30px;
  
} */
header .wrap {
  height: 100px;
  align-items: center;
  display: grid;
  grid-template-columns: 30% 1fr auto;
  /*! justify-items: end; */
}
header .wrap h1 {
  
}
header .wrap h1 a {
  font-size: 0;
  display: block;
  width: 188px;
  height: 33px;
  background-image: url(../img/logo.png);
}
header .wrap ul.gnb {
  
}
header .wrap ul.gnb li {
  
}
header .wrap ul.gnb li a {
  display: block;
  line-height: 100px;
  padding: 0 50px;
  font-size: 18px;
  color: white;
  border-bottom: 1px solid transparent;
  /*! transition: width .3s; */
}
header .wrap ul.gnb li a:hover{
  border-bottom: 2px solid black;
  color: black;
  z-index: 1;
}
header .wrap .sublist {
  background-color: white;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  display: grid;
  grid-template-columns: calc((100% - 1520px) / 2) calc(1520px * 0.3) 162px 162px 162px 162px 1fr calc((100% - 1520px) / 2);
  display: grid;
}

header .wrap .sublist div {
  
}
header .wrap .sublist div:nth-child(1) {
  grid-column: 3;
}
header .wrap .sublist div:nth-child(2) {
  
}
header .wrap .sublist div:nth-child(3) {
  
}
header .wrap .sublist div:nth-child(4) {
  
}
header .wrap .sublist div h2 {
  
}
header .wrap .sublist div ul.useguide {
  
}
header .wrap .sublist div ul.useguide li {
  
}
header .wrap .sublist div ul.useguide li a {
  transition: 0.5s;
  line-height: 2;
}
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: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: url(../img/lang.png);
  background-size: contain;
  vertical-align: -2px;
  margin-right: 7px;
}
header .wrap span.lang a::after{
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-image: url(../img/lang_arrow.png);
  background-size: contain;
  vertical-align: 2px;
  margin-left: 7px;
}
.show{
  display: grid !important;
}










