@charset "UTF-8";
.ball {
  background: 50% / cover no-repeat url(../images/bg/ball.svg);
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 1px;
  line-height: 34px;
  width: 34px;
}
@media (min-width: 768px) {
  .ball {
    font-size: 20px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    width: 48px;
  }
}
.color-super {
  background: 50% / cover no-repeat url(../images/bg/ball_super.svg);
  color: #fff;
}
.color-super.ball {
  position: relative;
}
.color-super.ball.secondary-area,
.color-super.ball.special-number {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area,
  .color-super.ball.special-number {
    margin-top: 34px;
  }
}
.color-super.ball.secondary-area:before {
  content: "第二區";
}
.color-super.ball.special-number:before {
  content: "特別號";
}
.color-super.ball.secondary-area:before,
.color-super.ball.special-number:before {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area:before,
  .color-super.ball.special-number:before {
    font-size: 16px;
    line-height: 1.4;
  }
}
.color-bigSmall {
  background: 50% / cover no-repeat url(../images/bg/ball_big_small.svg);
}
.color-singleDouble {
  background: 50% / cover no-repeat url(../images/bg/ball_single_double.svg);
  color: #fff;
}
.custom-container {
  margin-inline: auto !important;
  width: calc(100vw - 32px) !important;
}
@media (min-width: 768px) {
  .custom-container {
    width: 90vw !important;
  }
}
@media (min-width: 1024px) {
  .custom-container {
    max-width: 1200px !important;
    width: 75vw !important;
  }
}
.banner {
  background: 0 0 / auto 100% no-repeat url(../images/bg/banner_small_1.svg),
    100% 100% / auto 100% no-repeat url(../images/bg/banner_small_2.svg),
    #ffe361;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .banner {
    background: 25% / auto 100% no-repeat url(../images/bg/banner_big_1.svg),
      75% / auto 100% no-repeat url(../images/bg/banner_big_2.svg),
      linear-gradient(180deg, #ffefb0 9.06%, #ffe600);
  }
}
.banner h1 {
  margin: 30px 0 87px;
  transform: matrix(1, 0, -0.09, 1, 0, 0);
}
@media (min-width: 768px) {
  .banner h1 {
    margin: 140px 0 !important;
  }
}
.banner .marquee {
  bottom: 50px;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  .banner .marquee {
    bottom: 20px;
  }
}
.banner .marquee div {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
}
.banner .marquee div:after,
.banner .marquee div:before,
.banner .marquee:after,
.banner .marquee:before {
  animation: shrink-7dc8c135 50s linear 0s infinite;
  color: #fff8;
  content: attr(data-marquee);
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
  padding-right: 0.5rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .banner .marquee div:after,
  .banner .marquee div:before,
  .banner .marquee:after,
  .banner .marquee:before {
    font-size: 80px;
    line-height: 95px;
  }
}
@keyframes shrink-7dc8c135 {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
.banner.no-slot h1 {
  margin: 30px 0 46px;
}
@media (min-width: 768px) {
  .banner.no-slot h1 {
    margin: 145px 0 140px !important;
  }
}
.banner.no-slot .marquee {
  bottom: 5px;
}
.banner.is-brand-banner h1 {
  margin: 94px 0 46px;
}
@media (min-width: 768px) {
  .banner.is-brand-banner h1 {
    margin: 145px 0 140px;
  }
}
.slot {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px #0000001a;
  margin: -70px auto 0;
  padding: 16px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .slot {
    padding: 20px 24px;
  }
}
.slot .game-select-text {
  font-weight: 700;
  margin: 0 0 8px 5px;
}
@media (min-width: 768px) {
  .slot .game-select-text {
    margin: 0 0 16px;
  }
}
.slot .game-select-list {
  grid-gap: 7px;
  display: grid;
  grid-auto-rows: 52px;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
}
@media (min-width: 768px) {
  .slot .game-select-list {
    grid-gap: 24px;
    grid-auto-rows: 65.5px;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
}
.slot .game-select-list .game-select-item {
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 5px;
}
.slot .game-select-list .game-select-item:hover {
  background: #fff3ed;
  cursor: pointer;
}
.slot .game-select-list .game-select-item:hover img {
  transform: scale(1.1);
}
.slot .game-select-list .game-select-item.chosen,
.slot .game-select-list .game-select-item.router-link-active {
  background-clip: content-box, border-box;
  background-image: linear-gradient(#fff3ed, #fff3ed),
    linear-gradient(180deg, #ffdc84, #ff8550);
  background-origin: border-box;
}
.slot .game-select-list .game-select-item img {
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 6px 0;
  transition: 0.3s;
}
