.common-components-tabs-link-pc-container[data-v-c26df38c] {
  background-color: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #ebebeb;
}
.common-components-tabs-link-pc-container .tabs[data-v-c26df38c] {
  display: flex;
  gap: clamp(0px, 3.0612244898vw, 48px);
  height: 60px;
  overflow: hidden;
}
.common-components-tabs-link-pc-container .tabs .tab-item[data-v-c26df38c] {
  padding: clamp(0px, 1.5306122449vw, 24px);
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(155, 161, 175);
  cursor: pointer;
  margin-bottom: -1px;
}
.common-components-tabs-link-pc-container .tabs .tab-item[data-v-c26df38c]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgb(229, 0, 18);
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.common-components-tabs-link-pc-container .tabs .tab-item.active[data-v-c26df38c] {
  color: rgb(26, 29, 37);
}
.common-components-tabs-link-pc-container .tabs .tab-item.active[data-v-c26df38c]::after {
  opacity: 1;
  visibility: visible;
}.common-components-tabs-link-mob-container[data-v-ca3df7de] {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.common-components-tabs-link-mob-container .tabs[data-v-ca3df7de] {
  display: flex;
  gap: 24px;
  height: 50px;
}
.common-components-tabs-link-mob-container .tabs .tab-item[data-v-ca3df7de] {
  padding: 12px 24px;
  position: relative;
  font-size: 16px;
  font-weight: 450;
  line-height: 22px;
  color: rgb(155, 161, 175);
  cursor: pointer;
  margin-bottom: -1px;
}
.common-components-tabs-link-mob-container .tabs .tab-item[data-v-ca3df7de]::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(229, 0, 18);
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.common-components-tabs-link-mob-container .tabs .tab-item.active[data-v-ca3df7de] {
  color: rgb(26, 29, 37);
}
.common-components-tabs-link-mob-container .tabs .tab-item.active[data-v-ca3df7de]::after {
  opacity: 1;
  visibility: visible;
}