.stab_wrap{
  margin-bottom: 40px;  
}
.stab{
  width: 100%;
  height: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.stab li.active{
  display: block;
}
.stab li.special-stab {
}
.stab li.special-stab ul li {
  width: 33.3%;
}
.stab:nth-child(2) {
}
.stab li {
  width: auto;
  height: 40px;
  flex: 1;
  /* 다음차수엔 이거 하자.. */
  /* flex: 1 1 30%; */
  background: #ffffff;
}
.stab li:first-child {
}
.stab:first-child {
}

.stab li{
  flex: 1;
  font-size: 18px;
  position: relative;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: all .3s ease-in-out ;
  background-color: #e9eaec;
}
.stab li.active{
  background-color: #0d695b;
  color: #fff;
}
.stab li a{
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #444444;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.stab li.active a{
  color: #fff;
}
/* .stab li a:hover{
  color: #fff;
}
.stab li a:hover::before{
  height: 100%;
} */
.stab li a.on{
  color: #fff;
  font-weight: 700;
  background-color: var(--m_color);
}
.stab li.stab_100{
  width: 100%;
  flex: unset;
}
.stab li.stab_50{
  width: 50%;
  flex: unset;
}
.stab li.stab_33{
  width: calc(33.33% - (20px / 3));
  flex: unset;
}
@media (max-width: 1280px) {
  .stab li a {
    font-size: 14px;
  }
}