@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@100;300;400;500;600;700;900&family=PT+Serif&display=swap");
* {
  -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;
}

@-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);
  }
}
/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.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 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.8);
  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;
  }
}

.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;
  }
}
.gdpr {
  color: #999;
  position: fixed;
  padding: 0.5em 1em;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 55;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  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;
}
.gdpr.relative {
  position: relative;
  background-color: black;
}
.gdpr-text {
  text-align: left;
}
.gdpr-btn {
  display: inline-block;
  border: 1px solid #999;
  padding: 0.3em 1em;
  text-align: center;
  cursor: pointer;
  margin-left: 1em;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
}
.gdpr-btn:hover {
  color: #fff;
  border-color: #fff;
}
.gdpr a {
  color: #ffd119;
}
@media only screen and (max-width: 480px) {
  .gdpr {
    font-size: 11px;
    line-height: 1.1;
  }
}

/* ==========================================================================
	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;
}

/* ================================== */
body.JP {
  font-family: "Noto Sans JP", sans-serif;
}
body.JP #cta h3 {
  font-family: "Noto Serif JP", Arial, serif;
}

body.EN {
  font-family: "Noto Sans", sans-serif;
}
body.EN #cta h3 {
  font-family: "Noto Serif JP", Arial, serif;
}

body.zh-hans {
  font-family: "Noto Sans SC", sans-serif;
}
body.zh-hans #cta h3 {
  font-family: "Noto Serif SC", Arial, serif;
}

body.zh-hant {
  font-family: "Noto Sans TC", sans-serif;
}
body.zh-hant #cta h3 {
  font-family: "Noto Serif TC", Arial, serif;
}

.news,
.news_in {
  padding: 5em;
  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%;
  margin-bottom: 1em;
}
.news .tabNav .tab_nav {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: transparent;
  border: 1px solid #d7d7d7;
}
.news .tabNav .tab_nav a {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  background: #e7e7e7;
  color: #333336;
}
.news .tabNav .tab_nav a:hover {
  background: #333336;
  color: #fff;
}
.news .tabNav .tab_nav.focus a, .news .tabNav .tab_nav.focus a:hover {
  color: #fde3a5;
  background: #333336;
  cursor: default;
}
.news .tabNav .tab_nav:last-child {
  margin-right: 0;
}
.news .tabNav .btn_more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  margin-left: 5px;
  background: #333;
  color: #fff;
  width: 30px;
  font-size: 18px;
  height: 24px;
  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;
  display: none;
}
.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 a {
  position: relative;
  width: 100%;
  font-size: 15px;
  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: 6.5em;
  color: #fff;
  line-height: 1.8;
}
.news .tabs .tab .list a.type_1 span {
  background: #566bba;
}
.news .tabs .tab .list a.type_2 span {
  background: #6ea84e;
}
.news .tabs .tab .list a.type_3 span {
  background: #bb4747;
}
.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: 480px) {
  .news .tabNav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news .tabNav .tab_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-right: 0;
  }
  .news .tabNav .tab_nav a {
    font-size: 13px;
  }
  .news .tabNav .btn_more {
    font-size: 13px;
  }
}

.pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #37383a;
}
.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: #37383a;
  border: 1px #37383a solid;
}
.pageNav span,
.pageNav a:hover {
  color: #37383a;
  background-color: #fff;
}
.pageNav span svg,
.pageNav a:hover svg {
  fill: #37383a;
}

/* ==========================================================================
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 {
  font-size: 18px;
  color: #fff;
  padding: 0 0.5em;
}
.news_in .news_title.type_1 .news_tag {
  background: #6ea84e;
}
.news_in .news_title.type_2 .news_tag {
  background: #566bba;
}
.news_in .news_title.type_3 .news_tag {
  background: #bb4747;
}
.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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em 0;
  border-bottom: 3px #c3bdb4 solid;
}
.news_in .news_title span {
  width: 7em;
  padding: 0 0.3em;
  background: #CCC;
  color: #FFF;
  text-align: center;
  line-height: 1.8em;
  margin-right: 1em;
  vertical-align: -webkit-baseline-middle;
}
.news_in .news_title li {
  font-size: 1.4em;
  text-align: left;
  width: calc(100% - 6em);
  overflow: hidden;
}
.news_in .news_title tt {
  position: absolute;
  right: 0;
  bottom: -1em;
  font-size: 0.7em;
  line-height: 4.5em;
}
.news_in .news_title.type_1 span {
  background: #2688d3;
  background: #6ea84e;
}
.news_in .news_title.type_2 span {
  background: #7bb442;
  background: #566bba;
}
.news_in .news_title.type_3 span {
  background: #c44141;
  background: #bb4747;
}
.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;
}

.detail {
  margin: 0 auto;
  min-height: 300px;
  padding: 2em 0;
  color: #3e3732;
  text-align: left;
}
.detail section {
  margin-bottom: 2.5em;
}
.detail section:last-child {
  margin-bottom: 0;
}
.detail h1 {
  font-size: 1.8em;
}
.detail h2 {
  font-size: 1.3em;
}
.detail h3 {
  font-size: 1.3em;
}
.detail h4 {
  font-size: 1.2em;
}
.detail h5 {
  font-size: 1.1em;
}
.detail h6 {
  font-size: 1em;
}
.detail p {
  font-size: 1em;
}
.detail h2, .detail h3, .detail h4 {
  line-height: 1.2;
  font-weight: 700;
}
.detail h2 {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #61bfe6), color-stop(80%, #7754a0));
  background: linear-gradient(left, #61bfe6 30%, #7754a0 80%);
  color: #FFF;
  font-size: 1.3em;
  font-weight: 500;
  text-align: left;
  line-height: 1.5em;
  padding: 0.6em 2.5em;
  margin-bottom: 1em;
}
.detail h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0.7em, 0.6em);
          transform: translate(0.7em, 0.6em);
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  background-image: url("/online/astraltale/assets/images/news/main_title_deco.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.detail h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 10px);
  border: 1px solid #f7f2ed;
  border-radius: 15em;
}
.detail h2 p, .detail h2 a, .detail h2 span, .detail h2 b {
  color: #FFF;
}
.detail h3 {
  position: relative;
  font-size: 1.3em;
  padding: 0.2em 0;
  padding-left: 1.8em;
  color: #33518b;
  margin-bottom: 0.5em;
  background-image: url("/online/astraltale/assets/images/news/sub_title_deco_A.png");
  background-position: 0% 0.2em;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.detail h3 a, .detail h3 span {
  color: #3d8d3d;
}
.detail h4 {
  position: relative;
  font-size: 1.2em;
  padding: 0.2em 0;
  padding-left: 1.5em;
  color: #996ccd;
  margin-bottom: 0.5em;
  background-image: url("/online/astraltale/assets/images/news/sub_title_deco_B.png");
  background-position: 0% 0.2em;
  background-repeat: no-repeat;
  background-size: 23px auto;
}
.detail p,
.detail ol li {
  font-size: 16px;
  line-height: 1.4;
}
.detail p {
  margin-bottom: 0.8em;
  line-height: 1.6em;
}
.detail a {
  display: inline;
  color: #e34121;
  text-decoration: underline;
}
.detail a:hover {
  text-decoration: none;
}
.detail img {
  display: block;
  max-width: 100%;
  margin: 1em 0;
  height: auto !important;
}
.detail img.center {
  margin-left: auto;
  margin-right: auto;
}
.detail hr {
  margin: 2em 0;
  height: 1px;
  background: #c7cfd8;
  border-width: 0;
}
.detail .color_1 {
  color: #c06f19;
}
.detail .color_2 {
  color: #589319;
}
.detail .color_3 {
  color: #097ec9;
}
.detail .color_4 {
  color: #8255a1;
}
.detail .color_5 {
  color: #bb0028;
}
.detail .center {
  text-align: center;
}
.detail .mb {
  margin-bottom: 20px;
}
.detail .slider {
  display: none;
  margin: 0 0 40px;
  overflow: hidden;
}
.detail ol {
  padding-left: 1.3em;
  margin: 0;
}
.detail ol li {
  list-style-position: outside;
  list-style-type: decimal;
}
.detail table {
  margin-bottom: 20px;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 15px;
  line-height: 19px;
  border-collapse: collapse;
  color: #585858;
  border-width: 0;
  border-color: #b1adab;
  border-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
}
.detail table thead {
  background: #7c688d;
  color: #FFF;
}
.detail table th {
  background: #e3f0f4;
}
.detail table td {
  background: #eef8fb;
}
.detail table th, .detail table td {
  padding: 12px 10px;
  border-width: 0;
  border-color: #b1adab;
  border-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.detail table th img, .detail table td img {
  min-width: 50px;
}
.detail table td {
  color: #3e3732;
}
.detail table h3, .detail table h4 {
  background: none;
  padding: 0;
}
.detail table .tb_color_1 {
  background: #f4f2eb;
}
.detail table .center {
  text-align: center;
}
.detail iframe {
  width: 100%;
  height: 427px;
}
@media screen and (max-width: 768px) {
  .detail {
    padding: 2em 0;
  }
  .detail h2 {
    font-size: 18px;
  }
  .detail h3 {
    font-size: 20px;
  }
}

.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 {
  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;
  height: 11.16vw;
  background-image: url("../images/index/p8-cta-bg.webp");
  background-position: top enter;
  background-repeat: no-repeat;
  background-size: cover;
}
#cta h3 {
  font-size: 1.25vw;
  text-align: center;
}
#cta .btn-transfer {
  display: none;
}
@media screen and (max-width: 1024px) {
  #cta {
    height: 23vw;
    background-size: cover;
  }
  #cta h3 {
    font-size: 2.5vw;
    max-width: 80%;
    padding: 1vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #cta {
    min-height: auto;
    padding: 5vw 0;
  }
  #cta h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  #cta {
    height: 35vw;
  }
}

/* ==========================================================================
btns
==========================================================================*/
.btns {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.btns .btn-register,
.btns .btn-account,
.btns .btn-playnow {
  display: inline-block;
  margin: 0 0.2vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #16dffd), color-stop(62%, #2d6bbf), to(#122b89));
  background: linear-gradient(to bottom, #16dffd 20%, #2d6bbf 62%, #122b89 100%);
  color: #FFF;
  border: 2px solid #1d1d1e;
  border-radius: 10em;
}
.btns .btn-register p,
.btns .btn-account p,
.btns .btn-playnow p {
  position: relative;
  display: block;
  margin: 3px;
  font-size: 1.3em;
  font-size: 1.08vw;
  line-height: 2em;
  text-indent: 0.8em;
  padding: 0 2.5em;
  border: 3px solid #efd57a;
  border-radius: 10em;
  min-width: 10em;
  text-shadow: 0px 0px 5px #1aa6ff, 0px 0px 5px #1aa6ff, 0px 0px 5px #1aa6ff, 0px 0px 5px #1aa6ff;
}
.btns .btn-register p::before,
.btns .btn-account p::before,
.btns .btn-playnow p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
  width: 1.5em;
  height: 1.5em;
  background-image: url("../images/index/btns-deco-moon.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.btns .btn-register {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #cc27f0), color-stop(62%, #7534b8), to(#210b4b));
  background: linear-gradient(to bottom, #cc27f0 20%, #7534b8 62%, #210b4b 100%);
}
.btns .btn-register p {
  text-shadow: 0px 0px 5px #ff3bef, 0px 0px 5px #ff3bef, 0px 0px 5px #ff3bef;
}
.btns .btn-account {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #16dffd), color-stop(62%, #2d6bbf), to(#122b89));
  background: linear-gradient(to bottom, #16dffd 20%, #2d6bbf 62%, #122b89 100%);
}
.btns .btn-playnow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f64c35), color-stop(62%, #c61010), to(#550c06));
  background: linear-gradient(to bottom, #f64c35 20%, #c61010 62%, #550c06 100%);
}
.btns .btn-playnow p {
  padding-left: 3em;
  text-shadow: 0px 0px 5px #fa503d, 0px 0px 5px #fa503d, 0px 0px 5px #fa503d, 0px 0px 5px #fa503d;
}
.btns .btn-playnow p::before {
  background-image: url("../images/index/btns-deco-Windows.png");
}
.btns .btn-playnow p i {
  display: block;
  font-style: normal;
  font-size: 0.5em;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-51%, -23%);
          transform: translate(-51%, -23%);
  color: #c9c9c9;
  width: 100%;
}
@media screen and (max-device-width: 820px) {
  .btns .btn-playnow {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .btns .btn-register p,
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .btns .btn-register p,
  .btns .btn-account p,
  .btns .btn-playnow p {
    font-size: 3.2vw;
  }
}

body.official .btns .btn-register,
body.official .btns .btn-account,
body.official .btns .btn-playnow {
  background: #5d5d5d;
  border-radius: 10px;
}
body.official .btns .btn-register p,
body.official .btns .btn-account p,
body.official .btns .btn-playnow p {
  background-color: #040404;
  border: none;
  text-shadow: none;
  padding: 0.2em 2em;
  border-radius: 7px;
  text-indent: 0;
  margin: 1px;
}
body.official .btns .btn-register p::before,
body.official .btns .btn-account p::before,
body.official .btns .btn-playnow p::before {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
body.official .btns .btn-register p::before,
body.official .btns .btn-account p::before {
  background: none;
}
body.official .btns .btn-playnow p {
  padding: 0.4em 1.5em 0em 2em;
  text-indent: 1.2em;
}

/* ==========================================================================
	News common
========================================================================== */
a, a > * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.language,
.top {
  display: none;
}

html, body {
  position: relative;
  min-height: 100%;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
}

.btn {
  display: inline-block;
  padding: 1em 2em;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #2d3034;
  border-radius: 3px;
}
.btn:hover {
  background: rgba(45, 48, 52, 0.8);
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
  }
}

body.official .btns .btn-register p,
body.official .btns .btn-account p,
body.official .btns .btn-playnow p {
  text-align: center;
}

.wrap {
  min-height: 100%;
  background-image: url("/online/astraltale/assets/images/news/news-in-bg.jpg");
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .wrap {
    background: none;
  }
  .wrap::before {
    content: "";
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-image: url("/online/astraltale/assets/images/news/news-in-bg-m.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/* ==========================================================================
	News header
========================================================================== */
body.JP .head h2 {
  background-image: url("../../assets/images/news/news_in_title_jp.png");
}

body.EN .head h2 {
  background-image: url("../../assets/images/news/news_in_title_en.png");
}

body.zh-hans .head h2 {
  background-image: url("../../assets/images/news/news_in_title_cn.png");
}

.head {
  height: 430px;
  position: relative;
  background-image: url("/online/astraltale/assets/images/news/news-head.webp");
  background-position: bottom center;
  background-repeat: no-repeat;
}
.head .logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 220px;
}
.head .logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 93.9252336449%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-image: url("/online/astraltale/assets/images/logo_full.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
.head-title {
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.head h2 {
  position: relative;
  display: block;
  min-width: 55vw;
  text-align: center;
  color: transparent;
  text-indent: -500vw;
  width: 100%;
  height: 3.5vw;
  height: 3em;
  background-image: url("../../assets/images/news/news_in_title_tw.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 9;
}
.head .tool {
  position: absolute;
  z-index: 2;
  top: 25px;
  right: 25px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head .tool .btn {
  font-size: 14px;
}
.head .tool .language {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .head {
    height: 485px;
    height: 70vw;
    background-image: url("/online/astraltale/assets/images/news/news-head-m.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 820px) {
  .head .language {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .head .logo {
    width: 28.64vw;
  }
}
@media screen and (max-width: 600px) {
  .head {
    height: 70vw;
  }
}
@media screen and (max-width: 480px) {
  .head .logo {
    left: 5px;
    top: 5px;
  }
  .head .tool {
    right: 10px;
    top: 10px;
  }
  .head h2 {
    margin: 0;
  }
}

.frame {
  position: relative;
  margin: 0 auto 70px;
  max-width: 900px;
}
.frame-t {
  margin-top: -1.2vw;
}
.frame-t, .frame-b {
  font-size: 0;
}
.frame-t img, .frame-b img {
  width: 100%;
  height: auto;
}
.frame-c {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#1d3488), color-stop(24%, #3c6cad), color-stop(53%, #25e5f1), to(#77539f));
  background: linear-gradient(to top, #1d3488 0%, #3c6cad 24%, #25e5f1 53%, #77539f 100%);
}
.frame-c::before, .frame-c::after {
  content: "";
  display: block;
  position: absolute;
  width: 10vw;
  height: 10vw;
  background-image: url("/online/astraltale/assets/images/news/news-in-deco-frame.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  z-index: 10;
}
.frame-c::before {
  top: 0.5em;
  left: 1.5em;
}
.frame-c::after {
  right: 1.5em;
  bottom: 0.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .frame {
    width: 95vw;
  }
}

.news, .news_in {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 1.8em);
  margin-top: -0.2em;
  margin-bottom: -0.2em;
  background: #f8feff;
  border: 0.2vw solid #f2d28c;
  border-radius: 1em;
  z-index: 10;
}

.footer {
  background-color: #252629;
  color: #cbdaee;
}
.footer footer {
  color: inherit;
}
.footer footer .links {
  color: inherit;
}
.footer footer .links a {
  color: #cbdaee;
}
.footer .rank {
  background-color: rgba(0, 0, 0, 0.5);
}
.footer .links-privacy a::after {
  display: none;
}
.footer .links-notice {
  display: none;
}