.link {
  position: relative;
  z-index: 101;
}
.link .link_toggle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 40px;
  white-space: nowrap;
}
.link a {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  padding: 20px 28px 16px 28px;
}
@media (max-width: 768px) {
  .link a {
    font-size: 20px;
    padding: 12px 12px 10px 12px;
  }
}
.link a.active {
  box-shadow: 1px 0px 10.2px 0px rgba(0, 0, 0, 0.6);
}
.link .superSaleLink {
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(0deg, rgba(204, 51, 107, 0.4) 0%, rgba(204, 51, 107, 0.4) 100%), linear-gradient(180deg, #CF497C 0%, #97063D 72.6%, #66062B 90.87%);
}
.link .SeatSaleLink {
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(0deg, #2F6A9A 8.59%, #306799 17.38%, #306799 54.28%, #395593 77.59%, #456CBE 100%);
  color: rgba(244, 244, 244, 0.8);
}