@charset "UTF-8";
html,
body,
#main {
  color: #fff;
}

body {
  overflow-y: hidden;
}

#main {
  display: flow-root;
  padding-top: 0.1px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: auto;
}

#Top, #footer {
  font-family: "Heiti TC", "Microsoft JhengHei", Verdana;
  line-height: 1;
}

#download-btn {
  font-size: 1em;
  position: fixed;
  left: 50%;
  transform: translate(-50%);
  top: 50vh;
  z-index: 5;
  pointer-events: none;
  width: 100%;
  max-width: 24em;
}

#download-btn-container {
  font-size: clamp(30px, 6vw, 60px);
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: 4em;
  pointer-events: all;
  list-style: none;
}

.btn-play {
  width: 4em;
  height: 3.9em;
  max-width: 280px;
  max-height: 280px;
  border: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
.btn-play::after, .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100% auto;
  border-radius: inherit;
  pointer-events: none;
}
.btn-play::before {
  background-image: url(/img/Edm/Game-Fortune/btn-play1.png?v=20250930);
  animation: btnPlay1 1.6s infinite step-end;
}
.btn-play::after {
  background-image: url(/img/Edm/Game-Fortune/btn-play2.png?v=20250930);
  animation: btnPlay2 1.6s infinite step-end;
  opacity: 0;
  transition: opacity 0.1s, transform 0.1s;
}
.btn-play:hover, .btn-play:active {
  transition: filter 0.1s;
  filter: brightness(1.1) drop-shadow(0 0 0.25em #ffffcc);
}
@media (max-width: 1200px) {
  .btn-play {
    right: 0;
  }
}

.section-bg {
  position: absolute;
  top: 0;
  left: calc(50% - 16em);
  width: 32em;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: hidden;
}
.section-bg img {
  width: 100%;
  height: auto;
}
.section-bg div {
  flex-grow: 1;
}

#article {
  margin: 10.5em auto 0.25em;
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 16.5em;
  max-width: 980px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: -0.4em;
}
#content-area .swiper {
  margin: 0.25em auto;
}
#content-area .swiper-container {
  width: 100%;
  max-width: 980px;
  overflow: hidden;
  padding: 0 0 1em 0;
}
#content-area .swiper-wrapper {
  align-items: center;
}
#content-area .swiper-slide img {
  max-width: 100%;
}
#content-area .swiper-button-next,
#content-area .swiper-button-prev {
  width: 2em;
  height: 2em;
  margin: 0;
  color: transparent;
  background-image: url(/img/Edm/Game-Fortune/swiper-btns.png?v=20250930);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% auto;
  top: calc(50% - 1.5em);
  transition: filter 0.2s;
}
#content-area .swiper-button-next:hover,
#content-area .swiper-button-prev:hover {
  background-position-y: 100%;
  filter: brightness(1.4) drop-shadow(0 0 5px rgb(253, 238, 149));
}
#content-area .swiper-button-prev {
  background-position-x: 0%;
  left: 0em;
}
#content-area .swiper-button-next {
  background-position-x: 100%;
  right: 0em;
}
#content-area .swiper-pagination {
  display: flex;
  align-items: end;
  justify-content: center;
  top: auto;
  bottom: 0;
  line-height: 1;
  vertical-align: middle;
}
#content-area .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1em;
  height: 1em;
  opacity: 1;
  background: url(/img/Edm/Game-Fortune/swiper-tabs.png?v=20250930);
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: right;
}
#content-area .swiper-pagination .swiper-pagination-bullet-active {
  background-position: left;
}
#content-area #video {
  width: 16em;
  height: 9em;
  max-width: 960px;
  margin: 0 auto;
  top: -0.5em;
  position: relative;
  margin: 1em auto 0.2em;
}
#content-area #video::before {
  content: "";
  width: 110%;
  height: 114%;
  background: url(/img/Edm/Game-Fortune/border.png?v=20250930) center/contain no-repeat;
  margin: auto;
  position: absolute;
  top: -1em;
  left: -0.7em;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#content-area .video-contanier {
  width: 100%;
  height: 100%;
}
#content-area .yotubeMore {
  background-image: url(/img/Edm/Game-Fortune/btn.png?v=20250930);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 20;
  font-size: 0.55em;
  right: 0;
  bottom: -2em;
  height: 3.6em;
  line-height: 3.2em;
  width: 12em;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  transition: filter 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
  filter: brightness(1);
  transform: scale(0.95);
}
#content-area .yotubeMore:hover {
  filter: brightness(1.25);
  transform: scale(1);
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6509803922);
}
#content-area .goNews {
  display: block;
  max-width: 980px;
  margin: 0.5em auto 0.5em;
}
#content-area .goNews .box {
  transition: transform 0.1s, filter 0.1s;
}
#content-area .goNews .box:hover {
  transform: translateY(-0.08em);
  filter: brightness(1.2);
}
#content-area .goNews .finger {
  margin-top: -5.6em;
  margin-left: 12.7em;
}

@keyframes btnPlay1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 影片與圖片,時間到開啟的樣式條整 */
#video {
  display: none;
}

#video.active {
  display: block;
}

#banner.hidden {
  display: none;
}

#video, #banner {
  transition: opacity 0.5s ease-in-out;
}

#video.active, #banner {
  opacity: 1;
}

#video, #banner.hidden {
  opacity: 0;
}/*# sourceMappingURL=main.css.map */