/* [P-FIX 20260824] 모바일 히어로 즉시 반영용. */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,900;1,900&display=swap");

@media (max-width: 1023px) {
  .sko-hero-stack__banner .stake-ko-hero-events::after { display: none; }
  .sko-hero-stack__banner .stake-ko-hero-event__bg {
    inset: 0;
    width: 100%;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .sko-hero-stack__banner .stake-ko-hero-event__bg img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .sko-hero-stack__banner .stake-ko-hero-event__bg-shade { display: none; }
  .sko-hero-stack__banner .stake-ko-hero-events--js .stake-ko-hero-event {
    padding: 12px 16px 36px;
  }
  .sko-hero-stack__banner .stake-ko-hero-event__copy {
    position: absolute;
    right: 12px;
    left: auto;
    bottom: 34px;
    margin: 0;
    max-width: 72%;
    align-items: flex-end;
    text-align: right;
    transform: none;
    padding-bottom: 0;
    z-index: 5;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.75);
  }
  .sko-hero-stack__banner .stake-ko-hero-event__copy span,
  .sko-hero-stack__banner .stake-ko-hero-event__copy strong,
  .sko-hero-stack__banner .stake-ko-hero-event__copy p {
    color: #ffffff;
  }
  .sko-hero-stack__banner .stake-ko-hero-event__copy span { font-size: 12px; }
  .sko-hero-stack__banner .stake-ko-hero-event__copy strong { font-size: clamp(22px, 5.6vw, 36px); }
  .sko-hero-stack__banner .stake-ko-hero-event__copy p { font-size: 14px; }
  .sko-hero-stack__banner .stake-ko-hero-events--js .stake-ko-hero-event__cta {
    position: absolute;
    left: 12px;
    right: auto;
    bottom: 8px;
    z-index: 5;
    align-self: auto;
    margin-bottom: 0;
    min-width: 72px;
    min-height: 28px;
    height: 28px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 28px;
    box-shadow: none;
  }
  .sko-hero-stack__banner .stake-ko-hero-events__dots {
    right: 12px;
    bottom: 10px;
  }

  .ax-mobile-top-bar .ax-site-logo,
  .ax-mobile-top-bar .ax-site-logo__word,
  .ax-mobile-top-bar .ax-site-logo__east,
  .ax-mobile-top-bar .ax-site-logo__bet-east {
    font-weight: 900;
  }
}
