.card {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .card {
    align-items: center;
  }
}
.card__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}
.card__title {
  font-family: "SamsungSharpSans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 666;
  line-height: 2rem;
}
.card__description {
  font-family: "SamsungOne";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1875rem;
}
.card__cta {
  text-decoration: none !important;
  border-bottom: 1px solid currentColor !important;
  padding-right: 0% !important;
  padding-bottom: 2px !important;
}
.card__cta::before {
  content: none !important;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .aisearch-product__support-wrap .cta:after {
    bottom: -0.17888889vw;
  }
}
.aisearch-product__support-wrap .cta:after {
  bottom: -2.5px;
  pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .cta--underline-v2:after {
    bottom: 0.55555556vw;
    height: 0.06944444vw;
  }
}
li#game-banner.aisearch__item {
  background: #060b29 !important;
  border-radius: 0.5rem !important;
  margin-bottom: 2% !important;
  padding: 1.5rem !important;
}
@media only screen and (max-width: 767px) {
  li#game-banner.aisearch__item {
    flex: 0 1 100% !important;
    width: 24.125rem !important;
    height: 33.75rem !important;
    padding: 2.5rem 1rem !important;
    margin: 2rem 0 !important;
  }
}
li#game-banner.aisearch__item .aisearch-product__image .image {
  width: 16.5rem;
  height: 23.5rem;
  transform: translateY(0%);
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  li#game-banner.aisearch__item .aisearch-product__image .image {
    width: 20rem;
    height: 17.8125rem;
  }
}
li#game-banner.aisearch__item .showcase-card-tab-card__badge-wrap {
  position: unset;
}
@media only screen and (max-width: 767px) {
  li#game-banner.aisearch__item .showcase-card-tab-card__badge-wrap {
    display: none !important;
  }
}