@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url(/aurakingdom2evolution//assets/css/lib/swiper8.min.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;
}

@font-face {
  font-family: "Beaufort-LOL";
  font-style: normal;
  font-weight: normal;
  src: url("/aurakingdom2evolution/assets/font/beaufortforlol-regular.otf") format("opentype");
}

@font-face {
  font-family: "Beaufort-LOL 5";
  font-style: normal;
  font-weight: 500;
  src: url("/aurakingdom2evolution/assets/font/beaufortforlol-medium.otf") format("opentype");
}

@font-face {
  font-family: "Beaufort-LOL 7";
  font-style: normal;
  font-weight: bold;
  src: url("/aurakingdom2evolution/assets/font/beaufortforlol-bold.otf") format("opentype");
}

.wrap {
  text-align: left;
}

.point {
  color: #DE5E5E;
}

.tac {
  text-align: center;
}

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

#alert {
  display: none;
}

@-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);
  }
}

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

.nav-icon {
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 11;
}

.nav-icon span {
  position: absolute;
  height: 4px;
  left: 0;
  display: block;
  width: 100%;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #fff;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav-icon span:nth-child(4) {
  bottom: 0;
}

.nav-icon.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.nav-icon.active span:nth-child(3) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.nav-icon.active span:nth-child(1), .nav-icon.active span:nth-child(4) {
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.masthead {
  position: fixed;
  width: 100%;
  z-index: 21;
  width: 100%;
  left: 0;
  top: 0;
}

.top {
  font-family: "Beaufort-LOL", serif;
}

.top .logo {
  display: block;
  width: 140px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top .logo img {
  width: 100%;
  height: auto;
}

.top .btn {
  background-color: #850922;
  color: #fff;
  font-family: "Beaufort-LOL", serif;
  border-radius: 3px;
  line-height: 2.4em;
  height: 2.4em;
  display: block;
  padding: 0 .5em;
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (min-width: 1181px) {
  .top .btn:hover {
    background-color: #9d0b28;
  }
}

@media screen and (min-width: 901px) {
  .top-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
  }
  .top-section:nth-child(1) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.85);
    height: 90px;
    z-index: 21;
  }
  .top-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .top .game-info, .top .btn-download, .top .menu-control {
    display: none;
  }
  .top .social {
    margin-left: 1em;
  }
}

@media screen and (max-width: 900px) {
  .top .logo {
    display: none;
  }
  .top-section:nth-child(1) {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #464341;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
    -o-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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
  }
  .top-section:nth-child(1).active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .top-section:nth-child(1) .top-col {
    width: 35vw;
  }
  .top-section:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    height: 55px;
    -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 10px;
  }
  .top-section:nth-child(2) .top-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top .game-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top .game-info .icon {
    width: 80px;
    -webkit-transform: translate(0, 24px);
    -ms-transform: translate(0, 24px);
    transform: translate(0, 24px);
    margin-right: 10px;
    padding: 2px;
    border-radius: 7px;
    background-color: #fff;
    font-size: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#b2a190), color-stop(50%, #dfd9c9), to(#b2a190));
    background: -webkit-linear-gradient(top, #b2a190 0%, #dfd9c9 50%, #b2a190 100%);
    background: -o-linear-gradient(top, #b2a190 0%, #dfd9c9 50%, #b2a190 100%);
    background: linear-gradient(top, #b2a190 0%, #dfd9c9 50%, #b2a190 100%);
  }
  .top .game-info .icon img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .top .game-info .name {
    color: #fff;
    text-align: left;
    line-height: 1.1;
  }
  .top .game-info .name span {
    display: block;
  }
  .top .nav-icon {
    margin-left: 10px;
  }
  .top .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4.5vw;
  }
  .top .social a {
    width: 10vw;
    height: 10vw;
  }
  .top .social svg {
    width: 6vw;
    height: 6vw;
  }
  .top .social-twitter svg {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  .top #btn-bug {
    margin-top: 4.5vw;
    font-size: 3vw;
    background-color: transparent;
    border: 1px solid #fff;
  }
}

@media screen and (max-width: 600px) {
  .top-section:nth-child(1) .top-col {
    width: 50vw;
  }
  .top .game-info .name {
    font-size: 14px;
  }
  .top .btn {
    font-size: 14px;
  }
}

.menu a {
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  -o-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);
}

.menu-sec {
  display: none;
}

@media screen and (min-width: 901px) {
  .menu {
    font-size: 18px;
    text-transform: uppercase;
    height: 100%;
  }
  .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
  }
  .menu-list > li {
    height: 100%;
    position: relative;
    width: 10em;
  }
  .menu-list > li.menu-3 {
    width: 6em;
  }
  .menu a:hover {
    color: #ffea00;
  }
  .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;
  }
  .menu-wrap > li.menu_8, .menu-wrap > li.menu_7 {
    display: none;
  }
  .menu-main {
    position: relative;
    padding: 0 0.5em;
    width: 100%;
    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-sec {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    font-size: 16px;
    padding-top: 2px;
    padding-bottom: 1em;
  }
  .menu-sec::before, .menu-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .menu-sec::before {
    height: 2px;
    background-color: #fff;
    z-index: 11;
    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: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  }
  .menu-sec::after {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  }
  .menu-sec li {
    padding: 0 1em;
  }
  .menu-sec li:last-child a {
    border: none;
  }
  .menu-sec a {
    display: block;
    padding: .5em 0;
    position: relative;
    z-index: 11;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
  .menu {
    font-size: 16px;
  }
  .menu-list > li {
    width: 5em;
  }
}

@media screen and (max-width: 900px) {
  .menu-list > li {
    border-bottom: 1px #5c5a58 solid;
  }
  .menu-list > li.active {
    border-bottom: none;
  }
  .menu-main {
    display: block;
    font-size: 3.5vw;
    padding: 2.5vw 0 1.8vw;
    line-height: 3.5vw;
    position: relative;
  }
  .menu-sec {
    border-bottom: 1px #5c5a58 solid;
    padding-bottom: 1.8vw;
  }
  .menu-sec a {
    display: block;
    font-size: 3vw;
    color: #a79780;
    background: #5a5551;
    height: 2em;
    line-height: 2;
    width: 90%;
    margin: 0 auto 1vw;
    border-radius: 2px;
  }
}

@media screen and (max-width: 600px) {
  .menu-main {
    display: block;
    font-size: 5.5vw;
    padding: 4vw 0 3vw;
    line-height: 1;
  }
  .menu-sec {
    padding-bottom: 3vw;
  }
  .menu-sec a {
    font-size: 4.5vw;
    margin: 0 auto 1vw;
  }
}

/* ==========================================================================
	News
========================================================================== */
.news,
.news_in {
  padding: 0 70px;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .news,
  .news_in {
    padding: 0 5vw;
  }
}

/* ==========================================================================
News list
==========================================================================*/
.news a,
.news a > * {
  display: block;
}

.news .tabNav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 2px #222 solid;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .tabNav .tab_nav {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 1px;
  background: transparent;
}

.news .tabNav .tab_nav a {
  padding: .8em 3px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #909090;
  background: #ededed;
}

.news .tabNav .tab_nav a:hover {
  color: #fff;
  background: #222;
}

.news .tabNav .tab_nav.focus a,
.news .tabNav .tab_nav.focus a:hover {
  padding-bottom: .8em;
  margin-bottom: 0;
  color: #fff;
  background: #222;
  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;
}

.news .tabs .tab .list a {
  position: relative;
  width: 100%;
  font-size: 15px;
  border-bottom: 1px #b8beca 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: #222;
}

.news .tabs .tab .list a:hover {
  background: rgba(255, 255, 255, 0.05);
}

.news .tabs .tab .list a p {
  padding: 0 1em;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  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: #4d5574;
}

.news .tabs .tab .list a.type_2 span {
  background: #9a8262;
}

.news .tabs .tab .list a.type_3 span {
  background: #891e16;
}

.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: 820px) {
  .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: #000;
}

.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: #000;
  border: 1px #000 solid;
}

.pageNav span,
.pageNav a:hover {
  color: #000;
  background-color: #fff;
}

.pageNav span svg,
.pageNav a:hover svg {
  fill: #000;
}

/* ==========================================================================
News detail
==========================================================================*/
.news_in .news_title_main {
  font-weight: 700;
}

.news_in .news_title_main {
  font-size: 30px;
  line-height: 1.2;
}

.news_in .news_title_section {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_in .news_title_section:first-child {
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.news_in .news_title .news_tag {
  font-size: 18px;
  color: #fff;
  padding: 0 .5em;
}

.news_in .news_title.type_1 .news_tag {
  background: #4d5574;
}

.news_in .news_title.type_2 .news_tag {
  background: #9a8262;
}

.news_in .news_title.type_3 .news_tag {
  background: #891e16;
}

.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;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}

.social-twitter svg {
  -webkit-transform: translate(15%, 0);
  -ms-transform: translate(15%, 0);
  transform: translate(15%, 0);
}

.gdpr {
  color: #fff;
  padding: .5em 1em;
  background-color: dimgray;
  width: 100%;
  z-index: 11;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.06, 0.71, 0.59, 1.02);
  -o-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;
  font-size: 12px;
}

.gdpr.relative {
  position: relative;
  background-color: black;
}

.gdpr-text {
  text-align: left;
}

.gdpr-btn {
  display: inline-block;
  border: 1px solid #999;
  padding: .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);
  -o-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: 10px;
    line-height: 1.1;
  }
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.app a {
  margin: 0 4px;
  font-size: 0;
}

.app img {
  width: 180px;
  height: auto;
}

@media screen and (max-width: 1366px) and (max-height: 688px) and (orientation: landscape) {
  .app img {
    width: 150px;
  }
}

@media screen and (max-width: 480px) {
  .app img {
    width: 40vw;
  }
}

.card {
  font-size: 22px;
  color: #8c8377;
  position: relative;
}

.card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 67px;
  height: 14px;
  background-image: url("/aurakingdom2evolution/assets/images/card-bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.card-wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  border: 1px solid #9c9286;
  padding: 10px;
}

.card-wrap::before, .card-wrap::after, .card-container::before, .card-container::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #9c9286;
}

.card-wrap::before {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.card-wrap::after {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.card-container::before {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}

.card-container::after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%) rotate(45deg);
  -ms-transform: translate(50%, 50%) rotate(45deg);
  transform: translate(50%, 50%) rotate(45deg);
}

.card-container {
  background-color: #fff;
  border: 1px solid #e8e4df;
  padding: 1em;
  padding-top: 2em;
}

.card-decorate {
  width: 191px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.card-decorate span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 47.12042%;
  background-image: url("/aurakingdom2evolution/assets/images/index/card-decorate.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.card h3,
.card h4 {
  font-family: "Beaufort-LOL", serif;
}

.card-title {
  width: 316px;
  position: absolute;
  left: 50%;
  top: 0;
}

.card-title h3 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  height: 0;
  padding-top: 16.77215%;
  background-image: url("/aurakingdom2evolution/assets/images/index/card-title-bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-title span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -5%);
  -ms-transform: translate(0, -5%);
  transform: translate(0, -5%);
  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;
}

.card-content {
  text-align: left;
}

.card-content h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: .5em;
}

.card-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1180px) {
  .card {
    font-size: 18px;
  }
  .card-title {
    width: 14em;
  }
  .card-title h3 {
    font-size: 26px;
  }
  .card-container {
    padding-top: 1em;
  }
}

@media screen and (max-width: 820px) {
  .card {
    font-size: 14px;
  }
  .card-title h3 {
    font-size: 20px;
  }
  .card-content h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .card-decorate {
    display: none;
  }
  .card-content h4 {
    margin-bottom: 0;
  }
}

.footer {
  background-color: #000;
  color: #cbdaee;
  min-height: auto;
  padding: 1em;
}

.footer .footer-section:nth-child(1) {
  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;
}

.footer footer {
  font-size: 13px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.footer footer .copyright {
  line-height: 1.5;
}

.footer footer .logo {
  margin-right: 1em;
}

.footer footer .logo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.footer footer .logo-xlegend {
  width: 145px;
}

.footer footer .logo-audere {
  width: 160px;
}

.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;
  color: inherit;
}

.footer footer .links a {
  color: #fff;
  padding: 0 0.5em;
}

.footer footer p {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .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 .logo-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .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;
  }
}

.side {
  display: none;
  position: fixed;
  z-index: 21;
}

.side .app {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side .app .btn-homecoming, .side .app .btn-apk, .side .app .btn-pc {
  display: none !important;
}

.side-banner {
  width: 172px;
  margin-left: auto;
  margin-right: auto;
}

.side-banner span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 91.86047%;
  background-image: url("/aurakingdom2evolution/assets/images/index/side-banner.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 901px) {
  .side {
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .side .app a {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 900px) {
  .side {
    width: 100%;
    bottom: 0;
    padding: 10px;
    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: -webkit-gradient(linear, left top, left bottom, from(#1f3969), to(#161c2d));
    background: -webkit-linear-gradient(top, #1f3969 0%, #161c2d 100%);
    background: -o-linear-gradient(top, #1f3969 0%, #161c2d 100%);
    background: linear-gradient(to bottom, #1f3969 0%, #161c2d 100%);
  }
  .side.hidden {
    display: none !important;
  }
  .side-banner {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .side .app {
    position: relative;
    padding-left: 160px;
  }
}

/* -----------------------------------------------------------------
lib
-------------------------------------------------------------------*/
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

body {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

@media screen and (max-width: 820px) {
  body {
    padding-top: 0;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

.wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.swiper-lazy {
  opacity: 0;
}

.swiper-lazy-loaded {
  opacity: 1;
}

#kv {
  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: end;
  background-image: url("/aurakingdom2evolution/assets/images/index/kv-bg.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#kv .container {
  padding: 0;
  -webkit-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  transform: translate(0, -10%);
}

#kv .btn-play {
  width: 160px;
  position: relative;
  display: inline-block;
}

#kv .btn-play img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 820px) {
  #kv .btn-play {
    width: 30vw;
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}

#kv h1 {
  margin-left: auto;
  margin-right: auto;
}

#kv h1 span {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 821px) {
  #kv h1 {
    width: 1192px;
  }
  #kv h1 span {
    width: 100%;
    height: 0;
    padding-top: 8.38926%;
    background-image: url("/aurakingdom2evolution/assets/images/index/slogan.png");
  }
}

@media screen and (max-width: 1280px) {
  #kv h1 {
    width: 90vw;
  }
}

@media screen and (max-width: 820px) {
  #kv h1 span {
    width: 100%;
    height: 0;
    padding-top: 22.22222%;
    background-image: url("/aurakingdom2evolution/assets/images/index/slogan-m.png");
  }
}

#kv .scroll-down {
  display: inline-block;
  padding-top: 30px;
  -webkit-animation: upDown .5s ease-in-out infinite alternate;
  animation: upDown .5s ease-in-out infinite alternate;
}

#kv .scroll-down img {
  width: 92px;
  height: auto;
}

#kv .scroll-down img:hover {
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  #kv {
    background-image: url("/aurakingdom2evolution/assets/images/index/kv-bg-m.jpg");
    background-position: center;
  }
}

@media screen and (max-width: 480px) {
  #kv .scroll-down img {
    width: 40px;
    height: auto;
  }
}

section {
  min-height: 100vh;
  position: relative;
}

section .container {
  padding: 120px 0;
}

section .title {
  -webkit-filter: drop-shadow(0 0 5px #fff);
  filter: drop-shadow(0 0 5px #fff);
  position: relative;
  z-index: 11;
  font-size: 65px;
}

section h2 {
  font-family: "Beaufort-LOL 7", serif;
  font-size: inherit;
  position: relative;
  text-transform: uppercase;
  margin-bottom: .5em;
  background: -webkit-linear-gradient(top, #000 0, #717171 32%, #000 100%);
  -webkit-filter: drop-shadow(0 0 10px #fff);
  filter: drop-shadow(0 0 10px #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

@media screen and (max-width: 820px) {
  section .container {
    padding: 70px 0;
  }
}

@media screen and (max-width: 600px) {
  section h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 480px) {
  section h2 {
    font-size: 36px;
  }
}

/* ==========================================================================
NEWS
==========================================================================*/
.banner {
  position: relative;
  width: 530px;
}

.banner-slide {
  overflow: hidden;
  margin-bottom: 10px;
}

.banner-slide img {
  width: 530px;
}

.banner .swiper-slide {
  min-height: auto;
}

.banner .swiper-pagination {
  bottom: auto;
  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;
}

.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: white;
  border: 2px #444 solid;
  opacity: 1;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner .swiper-pagination-bullet-active {
  background-color: black;
  border: 2px #000 solid;
}

@media screen and (min-width: 1180px) {
  .banner {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1180px) {
  .banner {
    margin-bottom: 70px;
  }
}

#news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/aurakingdom2evolution/assets/images/index/news-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#news .container {
  width: 1120px;
  position: relative;
  margin: auto;
}

#news .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .banner .swiper-pagination-bullet {
  margin: 0 7px;
}

#news .news {
  width: 530px;
  overflow: hidden;
  padding: 0;
}

#news .tab_nav a {
  background-color: transparent;
  color: #222;
}

#news .tab_nav.focus a {
  background-color: #222;
  color: #fff;
}

#news .tabNav .btn_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#news .tabs {
  padding: 17px 0;
}

#news .tab {
  height: 225px;
  min-height: auto;
  overflow: hidden;
}

#news .tab .list a {
  color: #222;
  padding: 0 10px;
}

#news .tab .list a:nth-child(5) {
  border: none;
}

#news .tab .list a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

#news .pageNav {
  display: none;
}

#news .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (max-width: 1179px) {
  #news {
    height: auto;
  }
  #news .container {
    width: auto;
  }
  #news .content {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #news .news, #news .banner, #news .banner img {
    width: 90vw;
  }
  #news .banner img {
    height: auto;
  }
  #news .tab_nav a {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  #news .tab_nav:nth-child(3), #news .tab_nav:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  #news .tab_nav .btn_more {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
  }
  #news .tab_nav a {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  #news .tab_nav a {
    font-size: 10px;
  }
}

/* ==========================================================================
MILESTONE , NFT
==========================================================================*/
#milestone, #nft {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#milestone .title h3, #nft .title h3 {
  font-family: "Beaufort-LOL", serif;
  font-size: 24px;
  color: #4e4646;
  text-transform: uppercase;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1080px) {
  #milestone .title h3, #nft .title h3 {
    width: 90vw;
  }
}

@media only screen and (max-width: 480px) {
  #milestone .title h3, #nft .title h3 {
    font-size: 18px;
    line-height: 1.5;
  }
}

#milestone {
  background-image: url("/aurakingdom2evolution/assets/images/index/milestone-bg.jpg");
}

#milestone .point {
  color: #891e16;
  font-size: 22px;
}

@media only screen and (max-width: 480px) {
  #milestone .point {
    font-size: 14px;
  }
}

#milestone .title h3 {
  margin-top: 1em;
}

.milestone {
  position: relative;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.milestone-item {
  width: 480px;
  margin-bottom: 20px;
}

.milestone-item span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 29.16667%;
  background-size: 100%;
  background-position: left top;
}

.milestone-item:nth-child(1) span {
  background-image: url("/aurakingdom2evolution/assets/images/index/milestone/milestone-1.jpg");
}

.milestone-item:nth-child(2) span {
  background-image: url("/aurakingdom2evolution/assets/images/index/milestone/milestone-2.jpg");
}

.milestone-item:nth-child(3) span {
  background-image: url("/aurakingdom2evolution/assets/images/index/milestone/milestone-3.jpg");
}

.milestone-item:nth-child(4) span {
  background-image: url("/aurakingdom2evolution/assets/images/index/milestone/milestone-4.jpg");
}

.milestone-item:last-child {
  position: absolute;
  right: 0;
  top: 0;
}

.milestone-item:last-child span {
  width: 100%;
  height: 0;
  padding-top: 95.83333%;
}

.milestone-item.active span {
  background-position: left bottom;
}

@media only screen and (max-width: 1088px) {
  .milestone {
    width: 90vw;
  }
  .milestone-item {
    width: 44vw;
    margin-bottom: 1.8vw;
  }
}

@media only screen and (max-width: 480px) {
  .milestone-item {
    width: 100%;
  }
  .milestone-item:last-child {
    position: relative;
    right: auto;
    top: auto;
  }
}

#nft {
  background-image: url("/aurakingdom2evolution/assets/images/index/nft-bg.jpg");
}

#nft h2 span {
  display: block;
  font-size: .738em;
  background: -webkit-linear-gradient(top, #000 0, #717171 32%, #000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

#nft .button {
  text-align: center;
}

#nft .button .btn {
  background-color: #850922;
  color: #fff;
  font-family: "Beaufort-LOL", serif;
  border-radius: 3px;
  line-height: 2.4em;
  height: 2.4em;
  display: inline-block;
  padding: 0 2em;
  text-transform: uppercase;
  font-size: 24px;
}

@media screen and (min-width: 1181px) {
  #nft .button .btn:hover {
    background-color: #9d0b28;
  }
}

.nft .card {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

.nft .card-container {
  padding: 15px;
}

@media only screen and (max-width: 960px) {
  .nft .card {
    width: 90vw;
  }
  .nft .card-container {
    padding: 2vw;
  }
}

.nft .nft-img {
  width: 780px;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.nft .nft-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nft .nft-img figure {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1181px) {
  .nft .nft-img figure {
    -webkit-animation: moveup linear 20s infinite;
    animation: moveup linear 20s infinite;
  }
}

.nft .nft-img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 960px) {
  .nft .nft-img {
    width: 100%;
  }
}

@-webkit-keyframes moveup {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 設定結束位置 */
  }
}

@keyframes moveup {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* 設定結束位置 */
  }
}

/* ==========================================================================
CLASSES , EIDOLONS
==========================================================================*/
.classes .card, .eidolons .card {
  position: absolute;
  left: 50%;
  top: 50%;
}

.introduction {
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: "Beaufort-LOL", serif;
  font-size: 20px;
  text-align: left;
}

.introduction span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
  color: #fff;
  padding: 0 1em;
  margin: .2em 0;
  line-height: 2;
}

.introduction span:last-child {
  margin-left: 2em;
}

#classes, #eidolons {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#classes .container, #eidolons .container {
  padding: 100px 0;
  min-height: 100vh;
  position: relative;
}

@media screen and (max-width: 1180px) {
  #classes .container, #eidolons .container {
    padding: 20px 0;
  }
}

.classes, .eidolons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.classes-slide, .eidolons-slide {
  height: 100%;
}

.classes-character, .eidolons-character {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}

.classes-character figure, .eidolons-character figure {
  position: relative;
  height: 100%;
}

.classes-character img, .eidolons-character img {
  position: relative;
  height: 100%;
  width: auto;
}

.classes-nav, .eidolons-nav {
  position: absolute;
  z-index: 10;
  bottom: 0px;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -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;
}

.classes-nav span, .eidolons-nav span {
  margin: 0 5px;
  cursor: pointer;
  background-position: left top;
  background-size: cover;
}

.classes .card, .eidolons .card {
  width: 22em;
}

@media screen and (max-width: 1180px) {
  .classes .card, .eidolons .card {
    width: 20em;
  }
}

@media screen and (max-width: 820px) {
  .classes-character img, .eidolons-character img {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .classes .content, .eidolons .content {
    position: relative;
    top: 50%;
  }
  .classes .card, .classes .introduction, .eidolons .card, .eidolons .introduction {
    position: relative;
    top: auto;
  }
  .classes .card, .eidolons .card {
    margin-bottom: 1em;
    position: relative;
    width: 80vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .classes .introduction, .eidolons .introduction {
    font-size: 14px;
    width: 100%;
    text-align: center;
    left: 0%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .classes .introduction span:last-child, .eidolons .introduction span:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .classes .card, .eidolons .card {
    width: 90vw;
  }
}

#classes {
  background-image: url("/aurakingdom2evolution/assets/images/index/classes/classes-bg.jpg");
}

.classes .card {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.classes .introduction {
  -webkit-transform: translate(-120%, 50%);
  -ms-transform: translate(-120%, 50%);
  transform: translate(-120%, 50%);
}

.classes-character {
  text-align: left;
}

.classes-nav span {
  width: 150px;
  height: 168px;
}

.classes-nav-1 {
  background-image: url("/aurakingdom2evolution/assets/images/index/classes/classes-icon-1.png");
}

.classes-nav-1:hover, .classes-nav-1.active {
  background-position: right top;
}

.classes-nav-2 {
  background-image: url("/aurakingdom2evolution/assets/images/index/classes/classes-icon-2.png");
}

.classes-nav-2:hover, .classes-nav-2.active {
  background-position: right top;
}

.classes-nav-3 {
  background-image: url("/aurakingdom2evolution/assets/images/index/classes/classes-icon-3.png");
}

.classes-nav-3:hover, .classes-nav-3.active {
  background-position: right top;
}

.classes-nav-4 {
  background-image: url("/aurakingdom2evolution/assets/images/index/classes/classes-icon-4.png");
}

.classes-nav-4:hover, .classes-nav-4.active {
  background-position: right top;
}

@media screen and (max-width: 1180px) {
  .classes .card {
    left: auto;
    right: 3vw;
  }
  .classes-nav {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .classes-nav span {
    width: 10vw;
    height: 11.2vw;
  }
  .classes .introduction {
    left: 0;
    -webkit-transform: translate(10%, 50%);
    -ms-transform: translate(10%, 50%);
    transform: translate(10%, 50%);
  }
}

@media screen and (max-width: 820px) {
  .classes .card {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .classes-nav span {
    width: 15vw;
    height: 16.8vw;
  }
  .classes .introduction {
    width: 100%;
    text-align: center;
    left: 0%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

#eidolons {
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-bg.jpg");
}

.eidolons-character {
  text-align: right;
}

.eidolons .card {
  -webkit-transform: translate(-110%, -50%);
  -ms-transform: translate(-110%, -50%);
  transform: translate(-110%, -50%);
}

.eidolons .introduction {
  -webkit-transform: translate(50%, 150%);
  -ms-transform: translate(50%, 150%);
  transform: translate(50%, 150%);
}

.eidolons-nav span {
  width: 120px;
  height: 120px;
  position: relative;
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-icon-bg.jpg");
}

.eidolons-nav span::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  opacity: .6;
}

.eidolons-nav span:hover, .eidolons-nav span.active {
  background-position: right top;
}

.eidolons-nav span:hover::before, .eidolons-nav span.active::before {
  opacity: 1;
}

.eidolons-nav-1::before {
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-icon-1.jpg");
}

.eidolons-nav-2::before {
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-icon-2.jpg");
}

.eidolons-nav-3::before {
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-icon-3.jpg");
}

.eidolons-nav-4::before {
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-icon-4.jpg");
}

.eidolons-nav-5::before {
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-icon-5.jpg");
}

.eidolons-nav-6::before {
  background-image: url("/aurakingdom2evolution/assets/images/index/eidolons/eidolons-icon-6.jpg");
}

@media screen and (max-width: 1180px) {
  .eidolons-nav {
    -webkit-transform: translate(0, -120%);
    -ms-transform: translate(0, -120%);
    transform: translate(0, -120%);
  }
  .eidolons-nav span {
    width: 9vw;
    height: 9vw;
  }
  .eidolons-nav span::before {
    width: 7vw;
    height: 7vw;
  }
  .eidolons .card {
    left: 3vw;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .eidolons .introduction {
    left: auto;
    right: 3vw;
    -webkit-transform: translate(0%, 40%);
    -ms-transform: translate(0%, 40%);
    transform: translate(0%, 40%);
  }
  .eidolons-1 figure {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
  .eidolons-2 figure {
    -webkit-transform: translate(8%, 0);
    -ms-transform: translate(8%, 0);
    transform: translate(8%, 0);
  }
  .eidolons-3 figure {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}

@media screen and (max-width: 820px) {
  .eidolons-nav span {
    width: 14vw;
    height: 14vw;
  }
  .eidolons-nav span::before {
    width: 11vw;
    height: 11vw;
  }
  .eidolons .content {
    top: 45%;
  }
  .eidolons .card {
    left: auto;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .eidolons .introduction {
    width: 100%;
    text-align: center;
    left: 0%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .eidolons-5 figure {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
  }
}

@media screen and (max-width: 480px) {
  .eidolons-1 figure {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
  .eidolons-4 figure {
    -webkit-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
  }
  .eidolons .content {
    top: 50%;
  }
  .eidolons-nav span {
    margin: 0 3px;
  }
}

@media screen and (max-width: 375px) {
  .eidolons .content {
    top: 40%;
  }
}

/* ==========================================================================
FEATURES
==========================================================================*/
#features {
  background-image: url("/aurakingdom2evolution/assets/images/index/features/features-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.features {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.features-nav {
  font-family: "Beaufort-LOL", serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #4e4646;
  margin-bottom: 1em;
}

.features-nav span {
  cursor: pointer;
}

.features-nav span::after {
  content: "|";
  padding: 0 1em;
  color: #4e4646;
}

.features-nav span:last-child::after {
  display: none;
}

.features-nav span:hover, .features-nav span.active {
  color: #8c652e;
}

.features-slide {
  width: 900px;
  height: 506px;
  overflow: hidden;
  border: 2px solid #908577;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.features-slide-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features-slide-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60.3%;
  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-image: url("/aurakingdom2evolution/assets/images/index/features/features-border.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-slide img {
  width: 100%;
  height: auto;
}

.features-prev, .features-next {
  cursor: pointer;
  width: 40px;
  position: absolute;
  top: 50%;
}

.features-prev::before, .features-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 105%;
  left: 0;
  top: 0;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url("/aurakingdom2evolution/assets/images/index/arrow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.features-prev {
  left: 0;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.features-next {
  right: 0;
  -webkit-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
}

.features-next::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.features h3 {
  font-family: "Beaufort-LOL", serif;
  font-size: 48px;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-weight: 600;
}

.features h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px #000;
  box-shadow: 0 0 15px #000;
  opacity: .5;
}

@media screen and (max-width: 1180px) {
  .features-slide {
    width: 80vw;
    height: 44.97vw;
    overflow: hidden;
  }
  .features-slide-container {
    width: 90vw;
  }
}

@media screen and (max-width: 820px) {
  .features-nav {
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 1em;
  }
  .features-slide {
    width: 65vw;
    height: 87.9531vw;
    overflow: hidden;
  }
  .features-slide-container {
    width: 80vw;
  }
  .features-slide-wrap {
    width: 100%;
    height: 0;
    padding-top: 127.58007%;
    background-image: url("/aurakingdom2evolution/assets/images/index/features/features-border-m.png");
  }
  .features-prev {
    -webkit-transform: translate(-120%, 0%);
    -ms-transform: translate(-120%, 0%);
    transform: translate(-120%, 0%);
  }
  .features-next {
    right: 0;
    -webkit-transform: translate(120%, 0%);
    -ms-transform: translate(120%, 0%);
    transform: translate(120%, 0%);
  }
}

@media screen and (max-width: 480px) {
  .features-nav {
    font-size: 12px;
  }
  .features-prev {
    -webkit-transform: translate(-70%, 0%);
    -ms-transform: translate(-70%, 0%);
    transform: translate(-70%, 0%);
  }
  .features-next {
    right: 0;
    -webkit-transform: translate(70%, 0%);
    -ms-transform: translate(70%, 0%);
    transform: translate(70%, 0%);
  }
}

/* ==========================================================================
Auraco
==========================================================================*/
#rainbowCrystal {
  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-image: url("/aurakingdom2evolution/assets/images/index/auraco/auraco-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#rainbowCrystal:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 66px;
  -webkit-transform: translate(0, -48px);
  -ms-transform: translate(0, -48px);
  transform: translate(0, -48px);
  background-image: url("/aurakingdom2evolution/assets/images/index/auraco/decorate.png");
  background-position: center top;
  background-repeat: no-repeat;
}

#rainbowCrystal .title {
  -webkit-filter: drop-shadow(0 0 5px #000);
  filter: drop-shadow(0 0 5px #000);
}

#rainbowCrystal h2 {
  background: -webkit-linear-gradient(top, #b3b3b3 0, #fff 32%, #b3b3b3 100%);
  -webkit-filter: drop-shadow(0 0 10px #000);
  filter: drop-shadow(0 0 10px #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
}

#rainbowCrystal h2 span {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 100;
}

#rainbowCrystal .content {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #fff;
  font-size: 20px;
}

#rainbowCrystal p {
  line-height: 1.6;
  margin-bottom: 1.5em;
}

#rainbowCrystal p:last-child {
  margin-bottom: 0;
}

#rainbowCrystal h3 {
  color: #ffdb49;
  font-size: 32px;
  font-family: "Beaufort-LOL 5", serif;
  margin-bottom: .5em;
}

#rainbowCrystal figure {
  -webkit-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-right: 1em;
}

#rainbowCrystal figure img {
  width: 100%;
  height: auto;
}

#rainbowCrystal .info {
  -webkit-transform: translate(-10%, 0%);
  -ms-transform: translate(-10%, 0%);
  transform: translate(-10%, 0%);
}

#rainbowCrystal .btn-more {
  width: 15em;
  background-color: #e5e3cf;
  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;
  text-transform: uppercase;
  color: #333;
  position: relative;
  line-height: 2.5em;
  height: 2.5em;
}

#rainbowCrystal .btn-more span {
  padding: 0 0.5em;
}

#rainbowCrystal .btn-more .icon-arrow {
  display: block;
  width: 2.5em;
  height: 100%;
  display: block;
  background-color: #e6d746;
  height: 100%;
  position: relative;
}

#rainbowCrystal .btn-more .icon-arrow::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1280px) {
  #rainbowCrystal .content {
    width: 90vw;
  }
  #rainbowCrystal figure {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  #rainbowCrystal .info {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  #rainbowCrystal .btn-more {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 820px) {
  #rainbowCrystal .title span {
    display: block;
  }
  #rainbowCrystal figure {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
  #rainbowCrystal .content {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #rainbowCrystal .content {
    font-size: 16px;
  }
}

/*# sourceMappingURL=index.css.map */