.tabwrap {
  width: 1300px;
  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: #003E2F;
	border-left: 1px solid white;
	box-sizing: border-box;
	width: 100%;
	
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

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