@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/* -----------------------------------------------------------------
lib
-------------------------------------------------------------------*/
@import "/online/assets/css/lib/swiper8.min.css";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin-top: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

body {
  font-display: swap;
  text-align: center;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol {
  padding-left: 0;
  margin-left: 1em;
}

textarea:focus,
input:focus {
  outline: none;
}

figure {
  margin: 0;
}

.wrap {
  text-align: left;
}

.point {
  color: #DE5E5E;
}

.tac {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

#alert {
  display: none;
  padding: 40px;
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes Rotate360 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@keyframes lightSweep {
  from {
    -webkit-transform: skew(-45deg, 0) translate(-100%, 0);
            transform: skew(-45deg, 0) translate(-100%, 0);
  }
  to {
    left: 100%;
    -webkit-transform: skew(-45deg, 0) translate(100%, 0);
            transform: skew(-45deg, 0) translate(100%, 0);
  }
}
@-webkit-keyframes classes_role {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@keyframes classes_role {
  0% {
    -webkit-filter: blur(20px);
            filter: blur(20px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(1);
            filter: blur(1);
    opacity: 1;
  }
}
@-webkit-keyframes classes_info {
  0% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes classes_info {
  0% {
    -webkit-transform: translate(-20%, 0%);
            transform: translate(-20%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -3em);
            transform: translate(-50%, -3em);
    opacity: 1;
  }
}
@keyframes classes_info_m {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -3em);
            transform: translate(-50%, -3em);
    opacity: 1;
  }
}
@-webkit-keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(-50%, 0) scale(1.5);
            transform: translate(-50%, 0) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}
@keyframes classes_deco_text {
  0% {
    -webkit-transform: translate(-50%, 0) scale(1.5);
            transform: translate(-50%, 0) scale(1.5);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0) scale(1);
            transform: translate(-50%, 0) scale(1);
    opacity: 1;
    -webkit-filter: blur(1);
            filter: blur(1);
  }
}
@-webkit-keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
@keyframes PrizePoint_retro {
  0% {
    top: -120%;
  }
  20% {
    top: -100%;
  }
  30% {
    top: -120%;
  }
  40% {
    top: -100%;
  }
  50% {
    top: -120%;
  }
  100% {
    top: -120%;
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.footer {
  position: relative;
  background-color: #252629;
  padding: 1em;
  font-size: 14px;
}
.footer .language {
  margin: 0;
}
.footer .language-main {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  color: #fff;
}
.footer .language-main svg {
  fill: #fff;
}
.footer .language-main svg g {
  fill: #fff;
}
.footer .language-list {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.footer .language-list a {
  color: #fff;
}
@media (hover: hover) {
  .footer .language-list a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.footer .social {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
.footer .social a svg {
  fill: #fff;
}
@media (hover: hover) {
  .footer .social a svg {
    opacity: 0.8;
  }
  .footer .social a svg:hover {
    opacity: 1;
  }
}
.footer .footer-section:nth-child(1) {
  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;
  margin-bottom: 15px;
}
.footer footer {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}
.footer footer .copyright {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
}
.footer footer .logo {
  margin-right: 1em;
}
.footer footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer footer .links span:nth-child(3) a::after, .footer footer .links span:last-child a::after {
  display: none;
}
.footer footer .links span:first-child a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.footer footer .links a {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 0.5em;
  position: relative;
}
.footer footer .links a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.2);
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
@media (hover: hover) {
  .footer footer .links a:hover {
    color: #fff;
  }
}
.footer footer p {
  margin-bottom: 0;
}
.footer .rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1em;
  border-radius: 5px;
}
.footer .rank-img {
  width: 40px;
  font-size: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.footer .rank-img img {
  max-width: 100%;
  height: auto;
}
.footer .rank-text {
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .footer footer {
    height: auto;
    padding: 1em;
    width: auto;
  }
  .footer footer .footer-section:nth-child(1) {
    display: block;
    text-align: center;
  }
  .footer footer .footer-section:nth-child(1) > div {
    margin-bottom: 1em;
  }
  .footer footer .logo {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .footer footer .copyright {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
  }
  .footer .social a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .language {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 12px;
  }
}

@media screen and (orientation: portrait) and (max-width: 576px) {
  .th .footer .rank {
    display: block;
  }
  .th .footer .rank-img {
    float: left;
  }
  .th .footer .rank::after {
    content: "";
    display: block;
    clear: both;
  }
}

.language {
  position: relative;
  cursor: pointer;
}
.language dl {
  margin: 0;
  padding: 0;
}
.language-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 10em;
  background-color: #fff;
}
.language-main span {
  margin-right: 10px;
}
.language-main span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-main span:last-child {
  margin-right: 0;
}
.language-main span.icon-globel {
  position: relative;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}
.language-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 30;
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 12px;
  line-height: 2;
}
.language-list a {
  padding: 0.5em 0;
  display: block;
  color: #666;
}
.language-list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.language-list li:first a {
  border-radius: 5px 5px 0 0;
}
.language-list li:last-child a {
  border-radius: 0 0 5px 5px;
}
.language:hover .language-list {
  height: 15em;
  display: block;
}
@media screen and (max-width: 375px) {
  .language {
    font-size: 12px;
  }
}

.landscape {
  display: none;
}

@media screen and (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .landscape {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    background: #32373b;
  }
  .landscape img {
    margin-bottom: 20px;
    width: 100px;
    height: 85px;
    -webkit-animation: landscape 1s ease-out infinite alternate;
    animation: landscape 1s ease-out infinite alternate;
  }
  @-webkit-keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  @keyframes landscape {
    0% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    10% {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    70% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
  .landscape p {
    width: 100%;
    font-size: 18px;
    color: #fff;
    text-align: center;
  }
}
.navigation {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 60px;
  padding: 0 10px;
  z-index: 30;
}
.navigation .x-logo {
  margin-right: 50px;
}
.navigation .x-logo img {
  height: 40px;
}
.navigation .left-section,
.navigation .right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1180px) {
  .navigation .xlmenu a:hover::after {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  .navigation .xlmenu {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .navigation .x-logo img {
    height: 30px;
  }
}

.xlmenu {
  font-size: 16px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xlmenu a {
  color: #666;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.xlmenu a.xlmenu-games {
  padding-right: 30px;
}
.xlmenu a.xlmenu-games::after {
  z-index: 20;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-width: 6px;
  border-top-color: #666;
  pointer-events: none;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
.xlmenu a.xlmenu-games.active::after {
  -webkit-transform: translate(0, -75%) scaleY(-1);
          transform: translate(0, -75%) scaleY(-1);
}
.xlmenu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fcd200;
  left: 0;
  bottom: 0;
  display: none;
}
.xlmenu a.active::before {
  display: block;
}

.xlmenu-secondary {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 20;
}
.xlmenu-secondary .close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #aaa;
  border-radius: 50%;
  right: 10px;
  margin-top: 10px;
  cursor: pointer;
  z-index: 21;
}
.xlmenu-secondary .close svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.xlmenu-secondary .close:hover {
  background-color: #888;
}
.xlmenu-secondary-wrap {
  z-index: 20;
}
.xlmenu-secondary-container {
  padding: 20px;
  width: 100%;
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.xlmenu-secondary-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.games-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px;
  border-radius: 5px;
}
.games-item:hover {
  border: 1px solid #fcd200;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
}
.games-icon {
  margin-right: 10px;
}
.games-icon img {
  width: 44px;
  border-radius: 4px;
}
.games-name {
  margin-bottom: 0em;
  color: #666;
  font-weight: normal;
  font-size: 14px;
}
.games-info .platform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.games-info .platform svg {
  width: 14px;
  height: 14px;
  fill: #999;
}

.memberTool-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  margin: 0 10px;
  padding: 9px;
  border-radius: 5px;
}
.memberTool-item:hover {
  border: 1px solid #fcd200;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
}
.memberTool-item svg {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  fill: #999;
}

.xlmenu-control {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  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;
}
.xlmenu-control .icon-btn-menu {
  fill: #888;
  width: 20px;
  height: 20px;
}
.xlmenu-control .icon-btn-close {
  display: none;
}
@media screen and (min-width: 821px) {
  .xlmenu-control {
    display: none;
  }
}

.blank {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display: none;
}

.sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 99;
  width: 50vw;
  height: 100%;
  right: 0;
  background-color: #fff;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  opacity: 0;
}
.sidebar .x-logo img {
  height: 40px;
}
.sidebar-top {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
  color: #888;
}
.sidebar-top .icon-arrow-left,
.sidebar-top .icon-btn-close {
  width: 20px;
  height: 20px;
  fill: #888;
}
.sidebar-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}
.sidebar .xlmenu {
  height: auto;
  width: 100%;
}
.sidebar .xlmenu a {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.sidebar .xlmenu a svg {
  width: 15px;
  height: 15px;
  fill: #999;
}
@media screen and (max-width: 480px) {
  .sidebar {
    width: 100vw;
  }
  .sidebar .x-logo img {
    height: 30px;
  }
}

.top {
  position: fixed;
  z-index: 11;
  width: 100%;
  left: 0;
  top: 0;
}
.top-section:nth-child(2), .top-section #game-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}
@media screen and (max-width: 1280px) {
  .top-section:nth-child(2), .top-section #game-navigation {
    height: 90px;
  }
}
.top-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.top.active .top-section:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.8);
}
.top .game-logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0.5vw;
}
.top .game-logo .thisgame-logo {
  width: 8vw;
}
.top .game-logo img {
  max-width: 100%;
  height: auto;
}
.top .social {
  padding-right: 20px;
}

.menu {
  font-size: 0.95vw;
  margin-left: 9vw;
  text-transform: uppercase;
  height: 100%;
}
.menu a {
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}
.menu a:hover {
  color: #fee8a6;
}
.menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.menu-wrap > li {
  height: 100%;
  position: relative;
  min-width: 5em;
}
.menu-wrap > li.menu_8, .menu-wrap > li.menu_7 {
  display: none;
}
.menu-main {
  position: relative;
  padding: 0 0.5em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-main::before, .menu-main::after {
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}
.menu-main::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: #fee8a6;
  opacity: 0;
}
.menu-main::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fee8a6;
  opacity: 0;
}
.menu li.active .menu-main {
  position: relative;
}
.menu li.active .menu-main::after {
  opacity: 1;
}
.menu li.active.menu_4 .menu-main::before {
  opacity: 1;
}
.menu-sec {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 10em;
  top: 100%;
  font-size: 16px;
  padding-bottom: 3em;
  border-radius: 0.5em 0.5em 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0) 100%);
}
.menu-sec li:last-child a {
  border: none;
}
.menu-sec li a:hover {
  color: white;
  text-shadow: 0 0 1.5em black;
}
.menu-sec a {
  display: block;
  padding: 0.5em 0;
  position: relative;
  z-index: 11;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-control {
  display: none;
  -webkit-filter: drop-shadow(0 0 10px black);
          filter: drop-shadow(0 0 10px black);
}
.menu-control .icon-btn-close {
  display: none;
}
.menu-control .icon-btn-menu {
  display: block;
}
.menu-control.active .icon-btn-close {
  display: block;
}
.menu-control.active .icon-btn-menu {
  display: none;
}

.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}
.member svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 5px;
}
.member a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0 10px;
}
.member a:hover {
  color: #fee8a6;
}
.member a:hover svg {
  fill: #fee8a6;
}
.download, .nav-btn {
  height: 100%;
}
.download-main, .nav-btn-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#414965), to(#222635));
  background: linear-gradient(to bottom, #414965 0%, #222635 100%);
  color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  font-size: 26px;
  width: 9em;
}
.download-main em, .nav-btn-main em {
  display: block;
  font-style: normal;
}
.download-main svg, .nav-btn-main svg {
  fill: #fee8a6;
  width: 1em;
  height: 1em;
  position: relative;
  margin-left: 3px;
}
.download-main span, .nav-btn-main span {
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.3s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  line-height: 1;
}
.download-main span:first-child, .nav-btn-main span:first-child {
  color: #fee8a6;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.3em;
}
.download-main span:nth-child(2), .nav-btn-main span:nth-child(2) {
  letter-spacing: 2px;
  font-size: 0.8em;
}
.download-main:hover span:nth-child(1), .nav-btn-main:hover span:nth-child(1) {
  font-size: 1.1em;
}
.download.active .download-main, .nav-btn.active .download-main {
  background: -webkit-gradient(linear, left bottom, left top, from(#153058), to(#0b1a2f));
  background: linear-gradient(to top, #153058 0%, #0b1a2f 100%);
}
.download.active .download-main span:nth-child(1), .nav-btn.active .download-main span:nth-child(1) {
  font-size: 1.1em;
}
.download-select, .nav-btn-select {
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  border-radius: 8px;
}
.download-select a, .nav-btn-select a {
  color: #fff;
}
.download-select a:hover, .nav-btn-select a:hover {
  color: #ffde00;
}
.download-select span, .download-select a, .nav-btn-select span, .nav-btn-select a {
  display: block;
  padding: 0.5em;
}
.download-select ul > li, .nav-btn-select ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 15px;
  font-weight: bold;
}
.download-select ul > li:last-child, .nav-btn-select ul > li:last-child {
  border: none;
}
.download-select ul ul, .nav-btn-select ul ul {
  border-radius: 0 0 8px 8px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 0 1em 0.2em;
}
.download-select ul ul li, .nav-btn-select ul ul li {
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.download-select ul ul li:last-child, .nav-btn-select ul ul li:last-child {
  border: none;
}
.download-select .xdownloader, .nav-btn-select .xdownloader {
  display: none;
}
.download .download-select, .nav-btn .download-select {
  border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 1600px) {
  .menu {
    font-size: 15px;
  }
  .menu-sec {
    font-size: 13px;
  }
  .download-main, .nav-btn-main {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .download, .nav-btn {
    display: none;
  }
  .top-section:nth-child(1), .top-section #xl-navigation {
    display: none !important;
  }
  .top-section:nth-child(2), .top-section #game-navigation {
    background-color: #222222;
    padding: 15px;
    position: fixed;
    height: 100vh;
    width: 100vw;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    transition: all 0.3s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  }
  .top-section:nth-child(2).active, .top-section #game-navigation.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .top-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
  }
  .top.active .top-section:nth-child(2) {
    background-color: #333333;
  }
  .top .game-logo {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto;
  }
  .top .social {
    padding-right: 0;
    padding-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .top .language {
    position: absolute;
    right: 15vw;
    top: 3vw;
    -webkit-filter: invert(1) brightness(1.3);
            filter: invert(1) brightness(1.3);
  }
  .member {
    padding: 20px 0;
    font-size: 16px;
  }
  .menu {
    width: 80%;
    margin-left: 0;
    height: auto;
    font-size: 16px;
  }
  .menu-wrap {
    display: block;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: auto;
  }
  .menu-wrap > li.menu_8, .menu-wrap > li.menu_7 {
    display: block;
  }
  .menu-main {
    width: 100%;
    padding: 0.5em 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-sec {
    position: relative;
    text-align: center;
  }
  .menu-sec li {
    padding: 0;
  }
  .menu-sec li a {
    padding: 0.5em;
  }
  .menu-sec::before {
    height: 2px;
    background-color: #fff;
    z-index: 11;
  }
  .menu-sec::after {
    display: none;
  }
  .menu-control {
    position: fixed;
    top: 80px;
    right: 10px;
    top: 2vw;
    right: 2vw;
    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;
    font-size: 1vw;
    width: 6em;
    height: 6em;
    background: #202028;
    border-radius: 100%;
    -webkit-filter: none;
            filter: none;
  }
  .menu-control svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    font-size: 1vw;
    width: 2.5em;
    height: 2.5em;
  }
  .menu .menu_1 .menu-main,
  .menu .menu_6 .menu-main {
    width: auto;
  }
}
@media screen and (orientation: portrait) {
  .top-section:nth-child(1), .top-section #xl-navigation {
    display: none !important;
  }
  .top-section:nth-child(2), .top-section #game-navigation {
    width: 100vw;
  }
}
@media screen and (max-width: 640px) {
  .top-section:nth-child(2),
  .top-section #game-navigation {
    padding-top: 15vw;
  }
  .top .game-logo {
    width: 40vw;
  }
  .top .social a {
    width: 6vw;
  }
  .top .social a svg {
    width: 4vw;
    height: 4vw;
  }
  .top .language {
    font-size: 3vw;
  }
  .menu {
    width: 80vw;
  }
  .menu-control {
    font-size: 1.5vw;
  }
  .menu-control svg {
    font-size: 1.5vw;
  }
  .menu-wrap > li {
    font-size: 3.2vw;
  }
  .menu-sec {
    font-size: 3vw;
  }
  .member {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .menu-wrap > li {
    font-size: 4vw;
  }
  .download-select ul > li, .nav-btn-select ul > li {
    font-size: 13px;
  }
  .download-select ul ul, .nav-btn-select ul ul {
    padding: 0 0.5em 0.2em;
  }
  .download-select ul ul li, .nav-btn-select ul ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 375px) {
  .game-logo {
    width: 150px;
  }
  .menu {
    font-size: 12px;
    line-height: 1.3;
  }
  .menu-sec {
    padding-bottom: 0.5em;
    font-size: 12px;
  }
  .member {
    font-size: 12px;
  }
}
/* ==========================================================================
	News
========================================================================== */
/* ============ 反白設定 ============ */
::-moz-selection {
  background: #413a57;
  color: #fff;
}
::selection {
  background: #413a57;
  color: #fff;
}

::-moz-selection {
  background: #413a57;
  color: #fff;
}

.news_list_area .news_list ul.list li a p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_list ul.list li a p::selection {
  background: #dbe6d2;
}
.news_list_area .news_list ul.list li a p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_detail p::-moz-selection {
  background: #dbe6d2;
}

.news_list_area .news_detail p::selection {
  background: #dbe6d2;
}
.news_list_area .news_detail p::-moz-selection {
  background: #dbe6d2;
}

/* ================================== */
.news,
.news_in {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .news,
  .news_in {
    padding: 7vw;
  }
}

/* ==========================================================================
News list
==========================================================================*/
.news a, .news a > * {
  display: block;
}
.news .tabNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.news .tabNav .tab_nav {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: transparent;
}
.news .tabNav .tab_nav a {
  font-size: 16px;
  line-height: 2.4;
  text-align: center;
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}
@media (hover: hover) {
  .news .tabNav .tab_nav a:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
  }
}
.news .tabNav .tab_nav.focus a, .news .tabNav .tab_nav.focus a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  cursor: default;
}
.news .tabNav .tab_nav:last-child {
  margin-right: 0;
}
.news .tabNav .btn_more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.4em;
          flex: 0 0 2.4em;
  height: 2.4em;
  color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  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;
  background-color: #fff;
  display: none;
}
.news .tabNav .btn_more span {
  font-size: 20px;
}
.news .tabs {
  padding-top: 20px;
}
.news .tabs .tab {
  padding-bottom: 40px;
  min-height: 540px;
}
@media screen and (max-width: 640px) {
  .news .tabs .tab {
    min-height: 30em;
  }
}
.news .tabs .tab .list {
  font-size: 15px;
}
.news .tabs .tab .list a {
  position: relative;
  width: 100%;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #585858;
}
.news .tabs .tab .list a:hover {
  background: rgba(105, 114, 131, 0.05);
}
.news .tabs .tab .list a p {
  padding: 0 1em;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
}
.news .tabs .tab .list a span,
.news .tabs .tab .list a tt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}
.news .tabs .tab .list a span {
  left: 0;
  width: 5em;
  line-height: 1.8;
  color: #fff;
  border-radius: 5px;
}
.news .tabs .tab .list a.type_1 span {
  background-color: #667DD7;
}
.news .tabs .tab .list a.type_2 span {
  background-color: #7AAE5E;
}
.news .tabs .tab .list a.type_3 span {
  background-color: #FF7B7D;
}
.news .tabs .tab .list a tt {
  right: 0;
  width: 4em;
}
.news .tabs .tab .list a:last-child {
  border-bottom-width: 0;
}
@media screen and (max-width: 768px) {
  .news .tabNav .tab_nav a {
    font-size: 15px;
  }
  .news .tabNav .btn_more {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .news .tabNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .tabNav .tab_nav {
    margin-right: 0;
  }
  .news .tabNav .tab_nav a {
    font-size: 13px;
  }
  .news .tabNav .btn_more {
    font-size: 11px;
  }
}

.pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #7a818f;
}
.pageNav .navs {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pageNav svg {
  fill: #fff;
  width: 10px;
}
.pageNav a {
  color: #fff;
}
.pageNav a,
.pageNav span {
  display: block;
  margin: 0 3px;
  width: 1.6em;
  height: 1.6em;
  font-size: 15px;
  line-height: 24px;
  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;
  font-family: Arial;
  background-color: #7a818f;
  border: 1px #7a818f solid;
}
.pageNav span,
.pageNav a:hover {
  color: #7a818f;
  background-color: #fff;
}
.pageNav span svg,
.pageNav a:hover svg {
  fill: #7a818f;
}

/* ==========================================================================
News detail
==========================================================================*/
.news_in .news_title_main {
  font-weight: 700;
}
.news_in .news_title_main {
  font-size: 30px;
  line-height: 1.2;
  color: #2f2c2c;
}
.news_in .news_title_section {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news_in .news_title .news_tag {
  color: #fff;
  padding: 0 0.5em;
  border-radius: 5px;
}
.news_in .news_title.type_1 .news_tag {
  background-color: #667DD7;
}
.news_in .news_title.type_2 .news_tag {
  background-color: #7AAE5E;
}
.news_in .news_title.type_3 .news_tag {
  background-color: #FF7B7D;
}
.news_in .news_title tt {
  font-size: 16px;
  color: #a9a9a9;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .news_in .news_title_main {
    font-size: 24px;
  }
  .news_in .news_title span,
  .news_in .news_title tt {
    font-size: 14px;
  }
}

.news_back {
  text-align: center;
}

/* ============ news_in 新聞內頁 ============ */
.news_in .news_title {
  position: relative;
  margin: 0 auto;
  padding: 1em 0;
}
.news_in .news_title_section:nth-child(1) {
  border-bottom: 2px #c3bdb4 solid;
}
.news_in .news_title_section:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
}
.news_in .news_title span {
  padding: 0 0.3em;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  margin-right: 1em;
  vertical-align: -webkit-baseline-middle;
}
.news_in a.btn_back_list,
.news_in .btn_back {
  display: block;
  margin: 0 auto;
  width: 8em;
  background: #2d3034;
  color: #FFF;
  padding: 1em 2em;
  margin-top: 5em;
}
.news_in a.btn_back_list:hover,
.news_in .btn_back:hover {
  background: #7c688d;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.social svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.social-twitter svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
CTA
==========================================================================*/
#cta {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/cta_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #cta {
    padding: 7vw 0;
  }
}
#cta h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0.3em;
  text-align: center;
  padding: 0 1em;
  font-weight: 600;
  text-shadow: 0 0 10px #fff;
}
@media screen and (orientation: portrait) {
  #cta h2 {
    margin-bottom: 0.7em;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #cta h2 {
    font-size: 4vw;
    padding: 0 1.5em;
    line-height: 1.3;
  }
  #cta h2 span {
    display: block;
  }
}
#cta .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

/* ==========================================================================
btns
==========================================================================*/
.btns .btn {
  text-align: center;
  display: inline-block;
  background: #5d5d5d;
  border-radius: 10px;
  color: #fff;
  border: 2px solid #1d1d1e;
  position: relative;
  overflow: hidden;
  padding: 1px;
  line-height: 1;
  font-size: 1.08vw;
}
.btns .btn::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: skew(-50deg, 0) translate(-100%, 0);
          transform: skew(-50deg, 0) translate(-100%, 0);
  mix-blend-mode: overlay;
  opacity: 1;
}
.btns .btn:nth-child(1)::after {
  -webkit-animation: lightSweep 3s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
          animation: lightSweep 3s 0.2s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}
.btns .btn:nth-child(2)::after {
  -webkit-animation: lightSweep 3s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
          animation: lightSweep 3s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}
.btns .btn:nth-child(3)::after {
  -webkit-animation: lightSweep 3s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
          animation: lightSweep 3s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}
.btns .btn:nth-child(4)::after {
  -webkit-animation: lightSweep 3s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
          animation: lightSweep 3s 0.8s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}
.btns .btn:nth-child(5)::after {
  -webkit-animation: lightSweep 3s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
          animation: lightSweep 3s 1s cubic-bezier(0.1, 0.66, 0.42, 1.04) infinite;
}
.btns .btn .btn_container {
  position: relative;
  background-color: #040404;
  display: block;
  z-index: 1;
  font-size: inherit;
  height: 2.4em;
  border-radius: 7px;
  min-width: 10em;
  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;
}
.btns .btn-register {
  display: none !important;
}
.btns .btn_playnow .btn_container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  -ms-grid-columns: minmax(auto, max-content) minmax(auto, max-content);
  grid-template-columns: minmax(auto, -webkit-max-content) minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content) minmax(auto, max-content);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.btns .btn_playnow .btn_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.btns .btn_playnow .btn_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.btns .btn_playnow .btn_container > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.btns .btn_playnow .btn_container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.btns .btn_playnow .btn_container span:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
  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;
  padding-right: 0.2em;
}
.btns .btn_playnow .btn_container span:nth-child(2) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 0.5em;
  color: #c9c9c9;
  position: relative;
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
  text-align: left;
}
.btns .btn_playnow .btn_container span:nth-child(3) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  position: relative;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.btns .btn_playnow img {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
}
.btns .btn_gift p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 1em;
}
.btns .btn_gift em {
  font-style: normal;
}
.btns .btn_gift picture {
  width: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.2em;
}
@media screen and (orientation: portrait) {
  .btns .btn {
    font-size: 3vw;
  }
  .btns .btn_playnow {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .btns .btn {
    font-size: 3.2vw;
  }
}

.btn-fixed {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 101;
}
@media screen and (orientation: portrait) {
  .btn-fixed {
    bottom: 90px;
    right: 10px;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn-fixed {
    bottom: 25vw;
  }
}
.btn-fixed-main {
  display: block;
  width: 10vw;
  position: relative;
  z-index: 101;
}
@media (hover: hover) {
  .btn-fixed-main:hover {
    cursor: pointer;
  }
}
@media screen and (orientation: portrait) {
  .btn-fixed-main {
    width: 20vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 480px) {
  .btn-fixed-main {
    width: 23vw;
  }
}
.btn-fixed-main picture {
  display: block;
  -webkit-animation: zoom 0.5s infinite alternate backwards ease-in-out;
          animation: zoom 0.5s infinite alternate backwards ease-in-out;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* -----------------------------------------------------------------
聯名設定
-------------------------------------------------------------------*/
.top .game-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .top .game-logo {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .top .crossbrand-logo {
    display: none;
  }
}

.menu {
  margin-left: 20vw;
}
@media screen and (max-width: 1024px) {
  .menu {
    margin-left: 0;
  }
}

.zh-hant .crossbrand-logo span,
.zh_hant .crossbrand-logo span,
.zh-hans .crossbrand-logo span,
.zh_hans .crossbrand-logo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 35.691318328%;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/ology-logo.webp");
}

.en .crossbrand-logo span,
.ja .crossbrand-logo span,
.th .crossbrand-logo span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 21.9626168224%;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/ology-logo-en.webp");
}

.crossbrand-logo {
  width: 8vw;
  position: relative;
}
@media screen and (orientation: portrait) {
  .crossbrand-logo {
    width: 30vw;
  }
}
.crossbrand-logo span {
  background-repeat: no-repeat;
  background-size: contain;
}
.crossbrand-logo::before, .crossbrand-logo::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  left: 0;
  top: 50%;
  background-color: #fff;
}
@media screen and (orientation: portrait) {
  .crossbrand-logo::before, .crossbrand-logo::after {
    width: 4vw;
    height: 0.4vw;
  }
}
.crossbrand-logo::before {
  -webkit-transform: translate(-120%, 0) rotate(45deg);
          transform: translate(-120%, 0) rotate(45deg);
}
.crossbrand-logo::after {
  -webkit-transform: translate(-120%, 0) rotate(-45deg);
          transform: translate(-120%, 0) rotate(-45deg);
}

.zh-hant .kv .slogan,
.zh_hant .kv .slogan {
  width: 34vw;
  height: 10vw;
  top: 13vw;
  right: 4vw;
}
@media screen and (orientation: portrait) {
  .zh-hant .kv .slogan,
  .zh_hant .kv .slogan {
    right: auto;
    width: 100vw;
    height: 25vw;
  }
}
.zh-hant .kv .slogan,
.zh_hant .kv .slogan {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/slogan-zh-hant.webp");
}

.zh-hans .kv .slogan,
.zh_hans .kv .slogan {
  width: 34vw;
  height: 10vw;
  top: 13vw;
  right: 4vw;
}
@media screen and (orientation: portrait) {
  .zh-hans .kv .slogan,
  .zh_hans .kv .slogan {
    right: auto;
    width: 100vw;
    height: 25vw;
  }
}
.zh-hans .kv .slogan,
.zh_hans .kv .slogan {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/slogan-zh-hans.webp");
}

.ja .kv .slogan {
  width: 34vw;
  height: 10vw;
  top: 13vw;
  right: 6vw;
}
@media screen and (orientation: portrait) {
  .ja .kv .slogan {
    right: auto;
    width: 100vw;
    height: 24vw;
  }
}
.ja .kv .slogan {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/slogan-ja.webp");
}

.en .kv .slogan {
  width: 34vw;
  height: 13vw;
  top: 10vw;
  right: 6vw;
}
@media screen and (orientation: portrait) {
  .en .kv .slogan {
    right: auto;
    width: 100vw;
    height: 26vw;
  }
}
.en .kv .slogan {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/slogan-en.webp");
}

.th .kv .slogan {
  width: 34vw;
  height: 9vw;
  top: 14vw;
  right: 6vw;
}
@media screen and (orientation: portrait) {
  .th .kv .slogan {
    right: auto;
    width: 100vw;
    height: 21vw;
  }
}
.th .kv .slogan {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/slogan-th.webp");
}

@media screen and (orientation: portrait) {
  .zh-hant .kv .slogan,
  .zh_hant .kv .slogan,
  .zh-hans .kv .slogan,
  .zh_hans .kv .slogan,
  .ja .kv .slogan,
  .en .kv .slogan,
  .th .kv .slogan {
    top: 15vw;
  }
}
@media screen and (max-width: 480px) {
  .zh-hant .kv,
  .zh_hant .kv,
  .zh-hans .kv,
  .zh_hans .kv,
  .ja .kv,
  .en .kv,
  .th .kv {
    height: 165vw;
  }
}

.kv {
  position: relative;
  height: 47vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 3vw;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/kv_bg.webp");
  background-size: cover;
  background-position: top center;
}
@media screen and (orientation: portrait) {
  .kv {
    height: 143vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/ology/kv_bg_m.webp");
    background-position: center;
  }
}
.kv .container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 1vw;
}
@media screen and (orientation: portrait) {
  .kv .container {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 3vw;
    padding-bottom: 3vw;
  }
}
.kv h1,
.kv h2,
.kv h3 {
  margin-bottom: 0;
}
.kv .game_logo,
.kv .slogan,
.kv .btns,
.kv .scroll_down {
  position: relative;
  z-index: 1;
}
.kv .game_logo {
  display: none;
  top: 1.5vw;
  text-align: center;
}
.kv .game_logo a {
  display: block;
  width: 20.8vw;
}
.kv .game_logo picture {
  display: block;
}
@media screen and (orientation: portrait) {
  .kv .game_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 1vw;
    left: 1vw;
    gap: 6vw;
  }
  .kv .game_logo a {
    width: 24vw;
  }
}
.kv .slogan {
  position: absolute;
  top: 7vw;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.kv .slogan h1, .kv .slogan h2 {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.kv .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.kv .scroll_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv .scroll_down span {
  cursor: pointer;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kv .scroll_down svg {
  width: 1.6vw;
  height: 1.6vw;
}
.kv .scroll_down svg rect {
  fill: #B9B9B9 !important;
  stroke: #B9B9B9 !important;
}
.kv .scroll_down svg line {
  stroke: #B9B9B9 !important;
}
@media screen and (orientation: portrait) {
  .kv .scroll_down span {
    width: 10vw;
    height: 10vw;
  }
  .kv .scroll_down svg {
    width: 6vw;
    height: 6vw;
  }
}

/* -----------------------------------------------------------------
botpress設定
-------------------------------------------------------------------*/
.bpFab {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
}

.bpOpen {
  width: 60% !important;
  height: calc(100% - 180px) !important;
  max-height: none !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0%) !important;
          transform: translate(-50%, 0%) !important;
}
@media screen and (orientation: portrait) {
  .bpOpen {
    width: 100% !important;
    height: calc(100% - 100px) !important;
    bottom: auto !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}

html, body {
  position: relative;
  width: 100%;
}

body {
  overflow-x: hidden;
  line-height: 1.8;
}

.wrap {
  padding-top: 60px;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (orientation: portrait) {
  .wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    padding-top: 0;
  }
}

section {
  position: relative;
}

.role, .deco {
  position: absolute;
}
.role span, .deco span {
  display: block;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------
title 標題設定
-------------------------------------------------------------------*/
.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 1;
  font-size: 60px;
  position: relative;
  margin-bottom: 1.5em;
  z-index: 9;
}
.title::before, .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
}
.title::before {
  height: 0.6em;
  width: 5.5em;
  -webkit-transform: translate(-50%, 0.2em);
          transform: translate(-50%, 0.2em);
  border-radius: 999px;
  background: rgba(0, 170, 255, 0.07);
}
.title::after {
  width: 6.6em;
  height: 0.36em;
  opacity: 0.2;
  -webkit-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%);
  background-image: url("/online/glorydestiny-reborn/assets/images/official/title_deco.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.title span, .title h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.title span {
  color: rgba(48, 80, 118, 0.8);
  font-family: Baloo;
  font-size: 0.34em;
  font-weight: 800;
  letter-spacing: 0.15em;
  font-family: "Baloo 2", sans-serif;
}
.title h2 {
  color: #305076;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1180px) {
  .title {
    font-size: 48px;
  }
}
@media screen and (max-width: 576px) {
  .title {
    font-size: 36px;
  }
}

/* -----------------------------------------------------------------
NEWS 公告基本設定
-------------------------------------------------------------------*/
#news .detail {
  width: 760px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #news .detail {
    width: 85vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 375px) {
  #news .detail {
    width: 90vw;
  }
}

@media screen and (max-width: 576px) {
  .news {
    padding: 0;
  }
}
.news .tabNav {
  gap: 5px;
}
@media screen and (max-width: 576px) {
  .news .tabNav {
    gap: 0;
    margin-bottom: 0;
  }
}
.news .tabNav .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 576px) {
  .news .tabNav .tab_nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    border: none;
  }
}
.news .tabNav .tab_nav a {
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .news .tabNav .tab_nav a {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .news .tabNav .tab_nav a {
    font-size: 12px;
  }
}
.news .list {
  height: 15em;
  overflow: hidden;
}
.news .tabs .tab {
  min-height: auto;
}
.news .pageNav {
  display: none;
}

/* -----------------------------------------------------------------
NEWS 公告設定
-------------------------------------------------------------------*/
#news {
  height: 720px;
  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;
  background-color: #fff;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/news_bg.webp");
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) {
  #news {
    height: auto;
    padding: 15vw 0 5vw;
    background-image: none;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #news {
    padding: 25vw 0 20vw;
  }
}
#news::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 80%;
  height: 22px;
  opacity: 0.5;
  background: -webkit-gradient(linear, left top, right top, from(rgba(75, 249, 255, 0)), to(#4BF9FF));
  background: linear-gradient(90deg, rgba(75, 249, 255, 0) 0%, #4BF9FF 100%);
}
#news .role_1 {
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  width: 34.11vw;
  height: 34.64vw;
}
#news .role_1 span {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/news_role.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #news .role_1 {
    -webkit-transform: translate(-40%, -65%);
            transform: translate(-40%, -65%);
    width: 40vw;
    height: 41vw;
  }
}
@media screen and (max-width: 1280px) {
  #news .role_1 {
    display: none;
  }
}
#news .role_2 {
  z-index: 2;
  right: 0;
  top: 0;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  width: 14.27vw;
  height: 14.9vw;
}
#news .role_2 span {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/news_role_2.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #news .role_2 {
    -webkit-transform: translate(-20%, -20%);
            transform: translate(-20%, -20%);
  }
}
@media screen and (orientation: portrait) {
  #news .role_2 {
    width: 25vw;
    height: 26.11vw;
    right: auto;
    left: 0;
    -webkit-transform: translate(10%, -20%);
            transform: translate(10%, -20%);
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #news .role_2 {
    width: 29.87vw;
    height: 31.2vw;
  }
}
#news .deco_1 {
  right: 70px;
  top: 20px;
  width: 127px;
  height: 518px;
}
#news .deco_1 span {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/deco_dot_2.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #news .deco_1 {
    width: 8.82vw;
    height: 35.97vw;
    right: 3vw;
  }
}
@media screen and (orientation: portrait) {
  #news .deco_1 {
    display: none;
  }
}
#news .deco_2 {
  right: 20px;
  top: 60px;
  width: 20px;
  height: 843px;
}
#news .deco_2 span {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/deco_line_1.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #news .deco_2 {
    width: 1.39vw;
    height: 58.54vw;
    right: 1vw;
    top: 3vw;
  }
}
@media screen and (orientation: portrait) {
  #news .deco_2 {
    display: none;
  }
}

/* -----------------------------------------------------------------
setting 世界觀
-------------------------------------------------------------------*/
#setting {
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1180px) {
  #setting {
    height: auto;
    padding: 10vw 0;
  }
}
#setting .title_wrap {
  padding-left: 15em;
  padding-right: 2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  #setting .title_wrap {
    padding-left: 10vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  #setting .title_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .title_wrap {
    margin-bottom: 0;
  }
}
#setting .main {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54.17vw;
  -webkit-transform: translate(0, -5em);
          transform: translate(0, -5em);
  padding-right: 5em;
}
@media screen and (max-width: 1440px) {
  #setting .main {
    width: 62vw;
  }
}
@media screen and (max-width: 1024px) {
  #setting .main {
    width: 100%;
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .main {
    width: 100%;
    padding: 0;
  }
}
#setting .content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 2em;
  padding-left: 15em;
  background-color: rgba(248, 248, 248, 0.8);
  text-align: center;
}
#setting .content p {
  margin-bottom: 0;
}
#setting .content span {
  display: block;
}
#setting .content .deco_img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
#setting .content .deco_img img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1440px) {
  #setting .content {
    padding-left: 10vw;
    padding-right: 2vw;
  }
}
@media screen and (max-width: 1180px) {
  #setting .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  #setting .content {
    width: 62vw;
  }
}
@media screen and (max-width: 820px) {
  #setting .content {
    font-size: 12px;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .content {
    width: 100%;
    background: none;
    padding: 1em 5vw;
  }
}
#setting .container {
  position: relative;
  width: 100%;
}
#setting .container .role {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#setting .container .role_1 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42.92vw;
  height: 40.36vw;
  z-index: 2;
}
#setting .container .role_1 span {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/world_role.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#setting .container .role_bg {
  width: 92.19vw;
  height: 40.36vw;
}
#setting .container .role_bg span {
  width: 100%;
  height: 26.46vw;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/world_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
#setting .container .role_bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 87.4vw;
  height: 21.88vw;
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
  background-color: #F9B8E5;
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #setting .container .role {
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #setting .container .role_1 {
    width: 100%;
    height: 45vw;
    overflow: hidden;
  }
  #setting .container .role_1 span {
    position: absolute;
    left: 50%;
    top: 0;
    width: 90vw;
    height: 84.63vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #setting .container .role_bg {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 26.46vw;
  }
  #setting .container .role_bg span {
    background-size: cover;
  }
  #setting .container .role_bg::after {
    width: 100%;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}
#setting .role_2 {
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-20%, -150%);
          transform: translate(-20%, -150%);
  width: 21.35vw;
  height: 13.02vw;
}
#setting .role_2 span {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/world_role_2.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (orientation: portrait) {
  #setting .role_2 {
    top: 32vw;
    width: 30vw;
    height: 18vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #setting .role_2 {
    display: none;
  }
}

/* -----------------------------------------------------------------
classes 職業
-------------------------------------------------------------------*/
#classes .title {
  position: absolute;
  right: 150px;
  top: 50px;
}
@media screen and (max-width: 1440px) {
  #classes .title {
    right: 7vw;
  }
}
@media screen and (orientation: portrait) {
  #classes .title {
    position: relative;
    right: auto;
    top: auto;
  }
}
#classes .deco_1 {
  left: 0;
  bottom: 620px;
  width: 41.04vw;
  height: 4.27vw;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/deco_dot_1.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  #classes .deco_1 {
    bottom: 41vw;
  }
}
@media screen and (orientation: portrait) {
  #classes .deco_1 {
    width: 100%;
    height: 8vw;
    bottom: 61vw;
    background-repeat: repeat-x;
  }
}

.classes {
  height: 900px;
  overflow: hidden;
  position: relative;
}
.classes::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .classes {
    height: 62.5vw;
  }
}
@media screen and (orientation: portrait) {
  .classes {
    height: 100vw;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes {
    height: 120vw;
  }
}
.classes h3, .classes h4, .classes h5 {
  margin: 0;
  line-height: 1;
}
.classes_slide {
  height: 100%;
}
.classes_info {
  font-size: 16px;
  background-color: #fff;
  position: absolute;
  z-index: 4;
  top: 150px;
  left: 9vw;
}
.classes_info::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}
.classes_info_container {
  width: 25em;
  padding: 1.875em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  gap: 1em;
}
@media screen and (max-width: 1440px) {
  .classes_info {
    top: 9vw;
    left: 4vw;
  }
}
@media screen and (max-width: 1180px) {
  .classes_info {
    font-size: 14px;
  }
}
@media screen and (orientation: portrait) {
  .classes_info {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_info {
    font-size: 12px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .classes_info::after {
    display: none;
  }
  .classes_info_container {
    padding: 1em;
    gap: 0.8em;
  }
}
.classes_system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.classes_name {
  font-size: 2em;
  position: relative;
  padding-right: 0.5em;
  text-transform: uppercase;
}
.classes_race {
  font-size: 1.375em;
  padding-left: 1em;
  color: #9B9B9B;
  display: none;
}
.classes_icon {
  font-size: 0;
  width: 45px;
  position: relative;
  margin-right: 10px;
  border-radius: 5px;
  padding: 5px;
}
@media screen and (max-width: 1180px) {
  .classes_icon {
    width: 36px;
    height: 36px;
    padding: 3px;
  }
}
.classes_slogan {
  font-size: 1.125em;
}
.classes_content {
  color: rgba(0, 0, 0, 0.7);
}
.classes_content p {
  margin-bottom: 0;
}
.classes_img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.classes_img picture {
  width: 1280px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .classes_img picture {
    width: 90vw;
  }
}
@media screen and (orientation: portrait) {
  .classes_img picture {
    width: 150vw !important;
    position: absolute;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  .classes_img picture {
    width: 180vw !important;
  }
}
.classes_img img {
  max-width: 100%;
  height: auto;
}
.classes_bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 600px;
  z-index: 1;
}
.classes_bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  mix-blend-mode: screen;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .classes_bg {
    height: 40vw;
  }
}
@media screen and (orientation: portrait) {
  .classes_bg {
    height: 60vw;
  }
}
.classes_bg span {
  font-family: "Gloock", serif;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 0.7;
  font-size: 17vw;
}
.classes_bg span::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  text-stroke: 2px rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0);
  -webkit-transform: translate(3%, -20%);
          transform: translate(3%, -20%);
}
.classes_item_1 .classes_icon {
  background-color: #57d7d8;
}
.classes_item_1 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#57d7d8), to(rgba(87, 215, 216, 0.1)));
  background: linear-gradient(to bottom, #57d7d8 0%, rgba(87, 215, 216, 0.1) 100%);
}
.classes_item_1 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_1_bg.webp");
}
.classes_item_2 .classes_icon {
  background-color: #ffc63a;
}
.classes_item_2 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc63a), to(rgba(255, 198, 58, 0.1)));
  background: linear-gradient(to bottom, #ffc63a 0%, rgba(255, 198, 58, 0.1) 100%);
}
.classes_item_2 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_2_bg.webp");
}
.classes_item_3 .classes_icon {
  background-color: #f274a0;
}
.classes_item_3 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#f274a0), to(rgba(242, 116, 160, 0.1)));
  background: linear-gradient(to bottom, #f274a0 0%, rgba(242, 116, 160, 0.1) 100%);
}
.classes_item_3 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_3_bg.webp");
}
.classes_item_4 .classes_icon {
  background-color: #53c6fd;
}
.classes_item_4 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#53c6fd), to(rgba(83, 198, 253, 0.1)));
  background: linear-gradient(to bottom, #53c6fd 0%, rgba(83, 198, 253, 0.1) 100%);
}
.classes_item_4 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_4_bg.webp");
}
.classes_item_5 .classes_icon {
  background-color: #eb8787;
}
.classes_item_5 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#eb8787), to(rgba(235, 135, 135, 0.1)));
  background: linear-gradient(to bottom, #eb8787 0%, rgba(235, 135, 135, 0.1) 100%);
}
.classes_item_5 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_5_bg.webp");
}
.classes_item_6 .classes_icon {
  background-color: #d08cdc;
}
.classes_item_6 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#d08cdc), to(rgba(208, 140, 220, 0.1)));
  background: linear-gradient(to bottom, #d08cdc 0%, rgba(208, 140, 220, 0.1) 100%);
}
.classes_item_6 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_6_bg.webp");
}
.classes_item_7 .classes_icon {
  background-color: #7dd650;
}
.classes_item_7 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#7dd650), to(rgba(125, 214, 80, 0.1)));
  background: linear-gradient(to bottom, #7dd650 0%, rgba(125, 214, 80, 0.1) 100%);
}
.classes_item_7 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_7_bg.webp");
}
.classes_item_8 .classes_icon {
  background-color: #ffd2e9;
}
.classes_item_8 .classes_bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd2e9), to(rgba(255, 210, 233, 0.1)));
  background: linear-gradient(to bottom, #ffd2e9 0%, rgba(255, 210, 233, 0.1) 100%);
}
.classes_item_8 .classes_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_8_bg.webp");
}
.classes_item_1 .classes_bg span {
  font-size: 14vw;
}
.classes_item_1 .classes_bg::before {
  opacity: 0.3;
}
.classes_item_2 .classes_img picture {
  width: 1440px;
  -webkit-transform: translate(0, -2%);
          transform: translate(0, -2%);
}
.classes_item_3 .classes_img picture {
  width: 1366px;
  -webkit-transform: translate(0, -8%);
          transform: translate(0, -8%);
}
.classes_item_4 .classes_img picture {
  width: 1440px;
  -webkit-transform: translate(0, -3%);
          transform: translate(0, -3%);
}
@media screen and (orientation: portrait) {
  .classes_item_4 .classes_img picture {
    -webkit-transform: translate(-5%, -3%);
            transform: translate(-5%, -3%);
  }
}
.classes_item_5 .classes_img picture {
  width: 1500px;
  -webkit-transform: translate(0, -18%);
          transform: translate(0, -18%);
}
.classes_item_8 .classes_bg span {
  font-size: 16vw;
}

/* -----------------------------------------------------------------
Swiper 箭頭設定
-------------------------------------------------------------------*/
.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}
.swiper-button-next svg, .swiper-button-prev svg {
  display: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/arrow.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (hover: hover) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 576px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    background-size: 20px 20px;
    background-repeat: no-repeat;
  }
}
.swiper-button-next {
  right: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (orientation: portrait) {
  .swiper-button-next {
    right: 10px;
  }
}
.swiper-button-prev {
  left: 50px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (orientation: portrait) {
  .swiper-button-prev {
    left: 10px;
  }
}

/* -----------------------------------------------------------------
Classes 職業動畫設定
-------------------------------------------------------------------*/
.classes_img, .classes_info, .classes .classes_bg span {
  opacity: 0;
}
.classes .swiper-slide-active .classes_img {
  -webkit-animation: classes_role 0.8s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: classes_role 0.8s 0.4s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}
.classes .swiper-slide-active .classes_info {
  -webkit-animation: classes_info 0.8s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: classes_info 0.8s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}
@media screen and (orientation: portrait) {
  .classes .swiper-slide-active .classes_info {
    -webkit-animation: classes_info_m 0.5s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
            animation: classes_info_m 0.5s 0.6s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
  }
}
.classes .swiper-slide-active .classes_bg span {
  -webkit-animation: classes_deco_text 0.5s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
          animation: classes_deco_text 0.5s 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04) forwards;
}

@media screen and (orientation: portrait) {
  .classes_slide .classes_item .classes_img img {
    display: none;
  }
  .classes_slide .classes_item_1 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item_2 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item_3 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_3.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item_4 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_4.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item_5 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_5.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item_6 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_6.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item_7 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_7.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .classes_slide .classes_item_8 .classes_img picture {
    height: 180vw;
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_8.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
/* -----------------------------------------------------------------
features 遊戲特色
-------------------------------------------------------------------*/
@media screen and (orientation: portrait) {
  #features {
    padding: 10vw 0 0;
  }
}
#features .title {
  position: absolute;
  width: 100%;
  top: 1em;
  z-index: 4;
}
@media screen and (orientation: portrait) {
  #features .title {
    position: relative;
    top: auto;
  }
}
#features .deco_1 {
  left: 0;
  bottom: 0;
  width: 20px;
  height: 843px;
  -webkit-transform: scaleY(-1) translate(50%, -10%);
          transform: scaleY(-1) translate(50%, -10%);
  background-image: url("/online/glorydestiny-reborn/assets/images/official/deco_line_1.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (orientation: portrait) {
  #features .deco_1 {
    display: none;
  }
}
#features .deco_2 {
  left: 80px;
  bottom: 0;
  width: 1590px;
  height: 82px;
  background-image: url("/online/glorydestiny-reborn/assets/images/official/deco_dot_1.webp");
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (orientation: portrait) {
  #features .deco_2 {
    bottom: auto;
    left: 0;
    top: 105vw;
    width: 100%;
  }
}
@media screen and (orientation: portrait) and (max-width: 576px) {
  #features .deco_2 {
    top: 118vw;
  }
}

.features {
  position: relative;
  height: 45vw;
}
@media screen and (max-width: 1440px) {
  .features {
    height: 48vw;
  }
}
@media screen and (max-width: 1024px) {
  .features {
    height: 50vw;
  }
}
@media screen and (orientation: portrait) {
  .features {
    height: auto;
  }
}
.features h3 {
  margin-bottom: 0.5em;
}
.features_slide {
  height: 100%;
}
@media screen and (orientation: portrait) {
  .features_slide {
    height: auto;
  }
}
.features_img picture {
  position: absolute;
  z-index: 3;
  bottom: 0;
  display: block;
  width: 57.28vw;
  height: 36.45vw;
  overflow: hidden;
  -webkit-transform: translate(-20%, 0);
          transform: translate(-20%, 0);
}
@media screen and (max-width: 1366px) {
  .features_img picture {
    -webkit-transform: translate(-25%, 0);
            transform: translate(-25%, 0);
  }
}
@media screen and (orientation: portrait) {
  .features_img picture {
    position: relative;
    width: 120vw;
    height: 80vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.features_content {
  position: absolute;
  width: 100%;
  top: 5vw;
  z-index: 2;
  background-color: rgba(248, 248, 248, 0.7);
  font-size: 20px;
  padding: 1.65em 2em;
  padding-left: 37vw;
}
@media screen and (max-width: 1366px) {
  .features_content {
    font-size: 16px;
  }
}
@media screen and (orientation: portrait) {
  .features_content {
    position: relative;
    background: none;
    padding: 1em 0;
  }
  .features_content h3 {
    text-align: center;
  }
}
.features_text p:last-child {
  margin-bottom: 0;
}
@media screen and (orientation: portrait) {
  .features_text br {
    display: none;
  }
}
.features_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.features_bg::before, .features_bg::after {
  position: absolute;
  content: "";
}
.features_bg::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #fff;
  background-size: cover;
}
.features_bg::after {
  width: calc(100% + 60px);
  height: 80%;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30px, 30px);
          transform: translate(-30px, 30px);
  background-image: url("/online/glorydestiny-reborn/assets/images/official//features/feature_bg_deco.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1366px) {
  .features_bg::after {
    width: calc(100% + 40px);
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
}
@media screen and (orientation: portrait) {
  .features_bg::after {
    width: calc(100% + 20px);
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
}
@media screen and (orientation: portrait) {
  .features_bg {
    height: 60vw;
    top: 20vw;
  }
}
.features_item:nth-child(1) .features_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official//features/features_1_bg.webp");
}
.features_item:nth-child(2) .features_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official//features/features_2_bg.webp");
}
.features_item:nth-child(3) .features_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official//features/features_3_bg.webp");
}
.features_item:nth-child(4) .features_bg::before {
  background-image: url("/online/glorydestiny-reborn/assets/images/official//features/features_4_bg.webp");
}
.features_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  padding-bottom: 50px;
}
.features_item_container {
  position: relative;
  width: 80vw;
  height: 28vw;
}
@media screen and (orientation: portrait) {
  .features_item_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (orientation: portrait) {
  .features_slide .features_item .features_img img {
    display: none;
  }
  .features_slide .features_item:nth-child(1) .features_img picture {
    background-image: url("/online/glorydestiny-reborn/assets/images/official/features/features_1_role.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .features_slide .features_item:nth-child(2) .features_img picture {
    background-image: url("/online/glorydestiny-reborn/assets/images/official/features/features_2_role.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .features_slide .features_item:nth-child(3) .features_img picture {
    background-image: url("/online/glorydestiny-reborn/assets/images/official/features/features_3_role.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .features_slide .features_item:nth-child(4) .features_img picture {
    background-image: url("/online/glorydestiny-reborn/assets/images/official/classes/classes_1.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
/* -----------------------------------------------------------------
media 精彩畫面基本設定
-------------------------------------------------------------------*/
.media {
  position: relative;
  z-index: 5;
}
.media_item {
  position: relative;
  width: 40vw;
  -webkit-filter: blur(4px) brightness(1.3);
          filter: blur(4px) brightness(1.3);
}
.media_item img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .media_item {
    width: 62.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .media_item {
    width: 75vw;
    -webkit-filter: none;
            filter: none;
  }
}
.media picture {
  display: block;
  font-size: 0;
}
.media .swiper-slide.swiper-slide-active {
  -webkit-filter: blur(0px) brightness(1);
          filter: blur(0px) brightness(1);
}
@media screen and (max-width: 1024px) {
  .media .swiper-slide.swiper-slide-active {
    -webkit-filter: none;
            filter: none;
  }
}
.media .swiper-slide.swiper-slide-active::before, .media .swiper-slide.swiper-slide-active::after {
  opacity: 1;
}

/* -----------------------------------------------------------------
media 精彩畫面Style設定
-------------------------------------------------------------------*/
#media {
  background-image: url("/online/glorydestiny-reborn/assets/images/official//media/media_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#media::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 60vh;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
#media .container {
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (orientation: portrait) {
  #media .container {
    height: auto;
    padding: 10vw 0 20vw;
  }
}

.media .swiper-slide-shadow-left, .media .swiper-slide-shadow-right {
  display: none;
}
.media .swiper-slide.swiper-slide-active figure::before, .media .swiper-slide.swiper-slide-active figure::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #FFC078;
}
.media .swiper-slide.swiper-slide-active figure::before {
  right: 0;
  top: 0;
  -webkit-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
}
.media .swiper-slide.swiper-slide-active figure::after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
}
.media .swiper-slide.swiper-slide-active picture {
  position: relative;
  z-index: 1;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.footer .links-notice {
  display: none;
}