@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  background-color: #000;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.wrap {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  width: 100%;
  height: 1062px;
}

.header-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  background: url("../images/header-bg.jpg") center/cover no-repeat;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  will-change: transform;
  pointer-events: none;
}

.header-p1 {
  position: absolute;
  width: 958px;
  height: 903px;
  top: 100px;
  left: -120px;
  z-index: 1;
  will-change: transform;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); /* 視差從 0 開始 */
}

.download-box {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  bottom: 316px;
  z-index: 20;
}
.download-box a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.download-box a:hover {
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.playon-steam-btn {
  display: block;
  width: 408px;
  height: 121px;
  background: url(../images/playon-steam.png) no-repeat center top;
  outline: 4px solid #fff;
  border-radius: 28px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.playon-steam-btn .btn-light {
  position: absolute;
  top: 0;
  left: -50%;
  height: 100%;
  width: auto;
  pointer-events: none;
  opacity: 0.8;
  -webkit-animation: shine-move 4s linear infinite;
          animation: shine-move 4s linear infinite;
}

@-webkit-keyframes shine-move {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
    opacity: 0;
  }
}

@keyframes shine-move {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
    opacity: 0;
  }
}
.playon-rg-btn {
  display: block;
  width: 408px;
  height: 121px;
  background: url(../images/playon-rg.png) no-repeat center top;
  outline: 4px solid #dddddd;
  border-radius: 28px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.news-banner-box {
  position: absolute;
  top: 189px;
  right: 100px;
  z-index: 50;
  width: 500px;
  height: 335px;
  border: 5px solid #b69c72;
}
.news-banner-box .swiper-slide a {
  display: block;
  width: 100%;
  height: auto;
}

.swiper-slide img {
  display: block;
}

.banner-swiper-button-next {
  position: absolute;
  left: 88px;
  width: 22px;
  height: 42px;
  cursor: pointer;
  font-weight: 700;
  color: #fff !important;
  font-size: 25px;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
}

.banner-swiper-button-prev {
  position: absolute;
  width: 22px;
  height: 42px;
  cursor: pointer;
  font-weight: 700;
  color: #fff !important;
  font-size: 25px;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
}

.banner-swiper-pagination {
  width: 60px !important;
  height: 42px;
  line-height: 42px;
  bottom: 0 !important;
  left: 25px !important;
  color: #fff !important;
  text-align: center;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.9);
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
}

.container {
  width: 100%;
  height: auto;
  margin-top: -310px;
  z-index: 50;
}

.sec1 {
  width: 100%;
  height: 1095px;
  background: url("../images/sec1-bg.png") center top no-repeat;
  background-size: cover;
}
.sec1 .inner {
  padding-top: 17.75em;
}

.sec1-title {
  width: 466px;
  height: 125px;
  background: url("../images/sec1-title.png") center no-repeat;
  margin: 0 auto;
}

.news-box {
  position: absolute;
  width: 785px;
  height: 400px;
  background: rgba(41, 39, 46, 0.95);
  border: 3px solid #315d8f;
  top: 510px;
  left: 85px;
  padding: 30px;
  z-index: 10;
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #605f61;
  color: #c9c9c9;
  font-size: 16px;
}

.row:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.badge {
  width: 57px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 8px;
  margin-right: 10px;
}

.badge.event {
  background: #5b8500;
}

.badge.system {
  background: #2062b4;
}

.badge.service {
  background: #b66b21;
}

.badge.important {
  background: #a30000;
}

.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.date {
  font-size: 12px;
  letter-spacing: 0.04em;
}

.more-news-btn {
  position: absolute;
  bottom: -25px;
  left: 558px;
  display: block;
  width: 195px;
  height: 45px;
  background: #315d8f;
  line-height: 45px;
  text-align: center;
  letter-spacing: 10px;
  color: #82b0e4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.more-news-btn:hover {
  color: #fff;
  background: #37669c;
}

.sec1-p1 {
  position: absolute;
  width: 773px;
  height: 851px;
  background: url("../images/sec1-p1.png") center no-repeat;
  top: 250px;
  right: -148px;
  z-index: 5;
}

.sec2 {
  width: 100%;
  height: 980px;
  background: url("../images/sec2-bg.jpg") center no-repeat;
  background-size: cover;
}
.sec2 .inner {
  padding-top: 125px;
}

.sec2-title {
  width: 466px;
  height: 123px;
  background: url("../images/sec2-title.png") center no-repeat;
  margin: 0 auto;
}

.game-feature-box {
  width: 988px;
  height: 558px;
  margin: 50px auto 0 auto;
  z-index: 10;
}
.game-feature-box .game-feature-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 988px;
  height: 558px;
  z-index: 10;
  pointer-events: none;
  background: url(../images/sec2-frame.png) no-repeat center top;
}
.game-feature-box .feature-swiper {
  width: 988px;
  height: 558px;
}
.game-feature-box .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.game-feature-box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game-feature-box .swiper-button-next::after,
.game-feature-box .swiper-button-prev::after {
  display: none;
}

.feature-swiper-button-next {
  width: 63px !important;
  height: 57px !important;
  right: -80px !important;
  background: url("../images/sec2-next.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.feature-swiper-button-next:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.feature-swiper-button-prev {
  width: 63px !important;
  height: 57px !important;
  left: -80px !important;
  background: url("../images/sec2-prev.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.feature-swiper-button-prev:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination {
  bottom: -50px !important;
}

.swiper-pagination-bullet {
  width: 29px !important;
  height: 29px !important;
  background: url("../images/dot.png") center no-repeat !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 29px !important;
  height: 29px !important;
  background: url("../images/dot-ac.png") center no-repeat !important;
}

.sec2-p1 {
  position: absolute;
  z-index: 5;
  top: 92px;
  left: -400px;
  width: 744px;
  height: 888px;
  background: url("../images/sec2-p1.png") center no-repeat;
}

@media (max-width: 767px) {
  .wrap {
    min-width: 0;
  }
  .header {
    height: auto;
    padding-top: 60px;
    z-index: 50;
  }
  .news-banner-box {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 0;
    right: 0;
    border: none;
  }
  .banner-swiper-pagination {
    position: absolute;
    z-index: 50;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    bottom: 8px !important;
  }
  .banner-swiper-button-next, .banner-swiper-button-prev {
    display: none;
  }
  .download-box {
    display: none;
  }
  .header-p1 {
    display: none;
  }
  .container {
    margin-top: 0;
  }
  .sec1 {
    height: auto;
    padding-bottom: 7em;
    background: #d6e1f2;
  }
  .sec2 {
    height: auto;
    padding-bottom: 5em;
  }
  .sec1 .inner {
    padding-top: 2em;
  }
  .sec2 .inner {
    padding-top: 2em;
  }
  .sec1-p1 {
    display: none;
  }
  .sec1-title {
    width: 80%;
    height: auto;
    aspect-ratio: 466/125;
    background-size: contain;
  }
  .sec2-title {
    width: 80%;
    height: auto;
    aspect-ratio: 466/123;
    background-size: contain;
  }
  .inner {
    width: 100%;
  }
  .news-box {
    position: relative;
    top: 0;
    left: 0;
    width: 95%;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 5%;
  }
  .row {
    background: none;
    border: none;
    border-bottom: 1px solid #605f61;
  }
  .title {
    padding: 10px 0;
    font-size: 14px;
  }
  .badge {
    width: auto;
    padding: 5px;
    margin-right: 5px;
  }
  .date {
    display: none;
  }
  .more-news-btn {
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -64px;
  }
  .sec2-p1 {
    display: none;
  }
  .game-feature-box {
    margin-top: 20px;
    width: 95%;
    height: auto;
  }
  .game-feature {
    margin: 10vw auto;
  }
  .game-feature-box .game-feature-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 988/558;
    z-index: 10;
    pointer-events: none;
    background: url(../images/sec2-frame.png) no-repeat center top;
    background-size: contain;
  }
  .game-feature-box .feature-swiper, .banner-swiper {
    width: 100%;
    height: 100%;
    top: 0;
  }
  .game-feature-box .feature-swiper img, .banner-swiper img {
    width: 100%;
  }
  .intro-pic {
    display: none;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
  .swiper-pagination {
    bottom: -50px !important;
    opacity: 1 !important;
  }
}/*# sourceMappingURL=index.css.map */