.tabwrap {
  width: 1300px;
  margin: 0 auto;
  height: 60px;
  display: none;
}

.tabwrap ul {
  width: 100%;

  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #c5c5c5; */
  box-sizing: border-box;
  margin: 50px auto 0;
  /* gap: 0 30px; */
}

.tabwrap ul li {
  height: 100%;
  background: #ffffff;

  box-sizing: border-box;

  width: 100%;
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #313131;
  border: 1px solid rgb(117, 117, 117);
}

.tabwrap ul li a.tab_on {
  font-weight: 600;
  background: #292929;
  color: #ffffff;
}
