header{

  border-bottom: 2px solid red;
}
header .wrap {
  
  width: 100%;
}
header .wrap nav{
  
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  height: 170px;
}
header .wrap nav div.list1{
  display: flex;
  width: 991px;
  justify-content: space-between;
  align-items: center;
  height: 113px;
}
header .wrap nav div.list1 h1{
  
  display: inline-block;
  width: 273px;
  height: 53px;
}
header .wrap nav div.list1 h1 a{
  
  display: flex;
  align-items: end;
  font-size: 24px;
}
header .wrap nav div.list1 h1 a::before{
  content: "";
  width: 117px;
  height: 53px;
  display: block;
  background-image: url(../img/cgvlogo.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
header .wrap nav div.list1 ul{
  width: 456px;
  height: 56px;
  display: flex;
  justify-content: end;
  gap: 36px;
}
header .wrap nav div.list1 ul li{
  display: flex;
}
header .wrap nav div.list1 ul li a{
  
  width: 52px;
  height: 57px;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #333;
}
header .wrap nav div.list1 ul li a::before{
    content: "";
  width: 36px;
  height: 41px;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .wrap nav div.list1 ul li:nth-of-type(1) a:before{
  background-image: url(../img/rock.png);
  content: "";
}
header .wrap nav div.list1 ul li:nth-of-type(2) a:before{
  content: "";
  background-image: url(../img/user2.png);
}
header .wrap nav div.list1 ul li:nth-of-type(3) a:before{
  content: "";
  background-image: url(../img/user.png);
}
header .wrap nav div.list1 ul li:nth-of-type(4) a:before{
  content: "";
  background-image: url(../img/sv.png);
}
header .wrap nav div.list2{
  width: 100%;
  
  height: 50px;
  border-top: 1px solid #eeeeee;
}
header .wrap nav div.list2 .list2box{
  
  display: flex;
  width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
header .wrap nav div.list2 .list2box ul{
  
  display: flex;
  gap: 55px;
  justify-content: end;
}
header .wrap nav div.list2 .list2box ul li{
  
  font-size: 14px;
}
header .wrap nav div.list2 .list2box ul li a{
  
  font-weight: bold;
}
header .wrap nav div.list2 .list2box ul li:nth-child(3) a{
color: red;
}
header .wrap nav div.list2 .list2box form{
  
}
header .wrap nav div.list2 .list2box form input{
  border: none;
  background-color: transparent;
  padding: 5px;
  border-left: 1px solid #cacaca;
}
header .wrap nav div.list2 .list2box form button{
  
  border: none;
  font-size: 0;
  width: 41px;
  height: 30px;
  vertical-align: 5px;
  background: transparent url('../img/search2.png') center center/26px scroll no-repeat;
  border-right: 1px solid #cacaca;
}
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  display: none;
}

div.wgnb div.center {
  
  width: 586px;
  margin: 0 auto;
  justify-content: space-evenly;
  transform: translateX(6px);
}
div.wgnb div.center div.wsub {
  width: 92.5px;
  padding: 15px 0;
}
div.wgnb div.center div.wsub:not(:last-child){
  border-right:1px solid #fff; 
}
div.wgnb div.center div.wsub:nth-child(3){
  width: 123.8px;
}
div.wgnb div.center div.wsub h2 {
  
}
div.wgnb div.center div.wsub h2:hover{
  border-bottom: 1px solid;
}
div.wgnb div.center div.wsub ul {
  
}
div.wgnb div.center div.wsub ul li {
  
}
div.wgnb div.center div.wsub ul li a {
  color: #ccc;
  line-height: 1.7;
  display: block;
  font-size: 15px;
}


