.tabwrap {
  width: calc(100% - 100px);
  box-sizing: border-box;
  height: 60px;
  display: none;
  margin: 0 auto 40px;
}

.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;
}

.tabwrap ul li {
	height: 100%;
	box-sizing: border-box;
	width: 100%;
  border: 1px solid #e31837;
  font-size: 18px;
  color: #000;	
  font-weight: 600;
}
.tabwrap ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tabwrap ul li a.tab_on {
    background: #e31837;
    color: #fff;
}
