@charset "UTF-8";
/* -----------------------------------------------------------------
基本設定
-------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(/online/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;
}

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

/* -----------------------------------------------------------------
組件設定
-------------------------------------------------------------------*/
.gdpr {
  color: #999;
  position: fixed;
  padding: .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);
  -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;
}

.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: 11px;
    line-height: 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;
  }
}

.language {
  position: relative;
  cursor: pointer;
}

.language dl {
  margin: 0;
  padding: 0;
}

.language-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 5px 10px;
  min-width: 10em;
  background-color: #fff;
}

.language-main span {
  margin-right: 10px;
}

.language-main span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-main span:last-child {
  margin-right: 0;
}

.language-main span.icon-globel {
  position: relative;
  -webkit-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%);
}

.language-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 30;
  background-color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 12px;
}

.language-list a {
  padding: .5em 0;
  display: block;
  color: #666;
}

.language-list a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.language-list li:first a {
  border-radius: 5px 5px 0 0;
}

.language-list li:last-child a {
  border-radius: 0 0 5px 5px;
}

.language:hover .language-list {
  height: 9.6em;
  display: block;
}

@media screen and (max-width: 375px) {
  .language {
    font-size: 12px;
  }
}

.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%);
  -ms-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: .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%);
  -ms-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;
  }
}

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

.fancybox__content {
  padding: 0;
}

#notice {
  text-align: left;
  color: #fff;
}

#notice .lightbox-inner {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  background-image: url("/online/astraltale/assets/images/register/game-bg.webp");
  background-size: cover;
  background-position: center;
}

#notice .title {
  color: #ffee7e;
  text-align: center;
  font-size: 36px;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #notice .title {
    font-size: 24px;
  }
}

.game, #notice {
  display: none;
}

.point {
  color: #fffa79;
}

input, textarea {
  color: #bcbcbc;
}

figure picture {
  font-size: 0;
}

.btn {
  min-width: 10em;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffc969), color-stop(51%, #fff5a2), to(#ffc969));
  background: -webkit-linear-gradient(top, #ffc969 0%, #fff5a2 51%, #ffc969 100%);
  background: -o-linear-gradient(top, #ffc969 0%, #fff5a2 51%, #ffc969 100%);
  background: linear-gradient(to bottom, #ffc969 0%, #fff5a2 51%, #ffc969 100%);
  padding: 5px;
  border-radius: 2em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

@media only screen and (max-width: 1280px) {
  .btn {
    font-size: 20px;
  }
}

@media screen and (orientation: portrait) {
  .btn {
    font-size: 24px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 767px) {
  .btn {
    font-size: 4.5vw;
    padding: 3px;
  }
}

.btn .outer {
  height: 2em;
  line-height: 1.8;
  border-radius: 1em;
  padding: 0 1.5em;
  color: #fff;
}

.btn span {
  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;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
}

.btn span picture {
  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;
}

.btn img {
  width: 1.3em;
  height: 1.3em;
  margin-right: 5px;
}

@media (hover: hover) {
  .btn:hover {
    -webkit-filter: contrast(1.4);
    filter: contrast(1.4);
  }
}

.btn-primary .outer {
  background: -webkit-gradient(linear, left top, left bottom, from(#d84129), to(#b90d08));
  background: -webkit-linear-gradient(top, #d84129 0%, #b90d08 100%);
  background: -o-linear-gradient(top, #d84129 0%, #b90d08 100%);
  background: linear-gradient(to bottom, #d84129 0%, #b90d08 100%);
}

.btn-secondary .outer {
  background: -webkit-gradient(linear, left top, left bottom, from(#865892), to(#4b2d5d));
  background: -webkit-linear-gradient(top, #865892 0%, #4b2d5d 100%);
  background: -o-linear-gradient(top, #865892 0%, #4b2d5d 100%);
  background: linear-gradient(to bottom, #865892 0%, #4b2d5d 100%);
}

section .container {
  z-index: 10;
}

section#invite, section#regular, section#milestone, section#inquiry {
  min-height: 960px;
}

@media screen and (orientation: portrait) {
  section#invite, section#regular, section#milestone, section#inquiry {
    min-height: auto;
  }
}

section#invite .title, section#regular .title, section#milestone .title, section#inquiry .title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  text-shadow: 0 0 15px #000, 0 0 15px #000;
  letter-spacing: .1em;
}

@media screen and (orientation: portrait) {
  section#invite .title, section#regular .title, section#milestone .title, section#inquiry .title {
    font-size: 8vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  section#invite .title, section#regular .title, section#milestone .title, section#inquiry .title {
    font-size: 9vw;
    letter-spacing: 0;
  }
}

section#invite .title h2, section#regular .title h2, section#milestone .title h2, section#inquiry .title h2 {
  font-size: 1em;
  margin-top: -0.2em;
}

section#invite .title span, section#regular .title span, section#milestone .title span, section#inquiry .title span {
  font-size: .5em;
  font-family: 'Times New Roman',serif;
}

section#invite .title-content, section#regular .title-content, section#milestone .title-content, section#inquiry .title-content {
  position: relative;
}

section#invite .title::before, section#regular .title::before, section#milestone .title::before, section#inquiry .title::before {
  content: "";
  position: absolute;
  width: 452px;
  height: 270px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("/online/astraltale/assets/images/register/title-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (orientation: portrait) {
  section#invite .title::before, section#regular .title::before, section#milestone .title::before, section#inquiry .title::before {
    width: 55vw;
    height: 33vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  section#invite .title::before, section#regular .title::before, section#milestone .title::before, section#inquiry .title::before {
    width: 70vw;
    height: 42vw;
  }
}

section#invite .description, section#regular .description, section#milestone .description, section#inquiry .description {
  position: relative;
  margin-top: -1em;
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}

@media screen and (orientation: portrait) {
  section#invite .description, section#regular .description, section#milestone .description, section#inquiry .description {
    font-size: inherit;
  }
}

section#invite .description span, section#regular .description span, section#milestone .description span, section#inquiry .description span {
  display: block;
}

@media screen and (orientation: portrait) {
  section#invite .description span, section#regular .description span, section#milestone .description span, section#inquiry .description span {
    display: inline;
  }
}

@media screen and (orientation: portrait) {
  section#invite .container, section#regular .container, section#milestone .container, section#inquiry .container {
    padding: 0 1em;
  }
}

#btn-result {
  display: none;
}

.arrow-down {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 2vw;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background-color: #fff;
  border-radius: 50%;
  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;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  animation: upDown .5s infinite alternate-reverse;
}

.arrow-down svg {
  fill: #666;
}

@media only screen and (max-width: 820px) {
  .arrow-down {
    bottom: 5vw;
  }
}

@media only screen and (max-width: 480px) {
  .arrow-down {
    bottom: 10vw;
  }
}

body {
  color: #777777;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

@media screen and (orientation: portrait) {
  body {
    font-size: 16px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}

.wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wrap:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/online/astraltale/assets/images/register/fixed-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

#alert {
  display: none;
}

.nav-icon {
  display: none;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  position: fixed;
  z-index: 101;
  width: 30px;
  height: 24px;
  margin-left: 10px;
  right: 10px;
  top: 10px;
}

.nav-icon span {
  display: block;
  background-color: #fff;
  height: 4px;
  border-radius: 2px;
  margin-bottom: 3px;
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.nav-icon span:first-child {
  top: 0;
}

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

.nav-icon span:last-child {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav-icon.active {
  cursor: pointer;
}

.nav-icon.active span:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.active span:nth-child(2) {
  opacity: 0;
}

.nav-icon.active span:last-child {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 820px) {
  .nav-icon {
    display: block;
  }
}

.nav {
  position: absolute;
  z-index: 99;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1280px) {
  .nav {
    top: 10px;
  }
}

.nav .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.nav .social a {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  margin: 0 7px;
  background-color: #fff;
  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;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
  -o-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
  transition: all 0.3s cubic-bezier(0.17, 0.67, 0.62, 1.01);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media (hover: hover) {
  .nav .social a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.nav .social-fb svg {
  fill: #4862a3;
}

.nav .social-twitter svg {
  fill: #000;
}

.nav .social-discord svg {
  fill: #5c6bc0;
}

.nav .language-main, .nav .language-list {
  border: none;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
}

.nav .language svg {
  fill: #fff;
}

.nav .language svg g {
  fill: #fff;
}

.nav .language a {
  color: #fff;
}

.nav .menu {
  display: none;
}

@media only screen and (max-width: 820px) {
  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  }
  .nav.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  .nav .menu {
    display: block;
    width: 100%;
    padding: 0 2em;
    margin: 0 auto 1em;
    font-size: 5vw;
  }
  .nav .menu li {
    text-align: center;
  }
  .nav .menu li:last-child a {
    border: none;
  }
  .nav .menu a {
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 2.5em;
  }
  .nav .social {
    margin-bottom: 15px;
  }
}

.game-logo {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 2;
}

.game-logo a {
  display: block;
  width: 12vw;
  position: relative;
}

.game-logo a img {
  max-width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
}

@media screen and (orientation: portrait) {
  .game-logo {
    top: 2vw;
    left: 2vw;
  }
  .game-logo a {
    width: 25vw;
  }
}

#register {
  padding: 0 20px 15px;
}

@media only screen and (max-width: 1280px) {
  #register {
    padding: 0 15px 15px;
  }
}

@media screen and (orientation: portrait) {
  #register {
    padding: 10px 30px 30px;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #register {
    padding: 0 15px 20px;
  }
}

#register .section {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

@media only screen and (max-width: 1280px) {
  #register .section {
    padding: 10px 0;
  }
}

@media screen and (orientation: portrait) {
  #register .section {
    padding: 20px 0;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #register .section {
    padding: 10px 0;
  }
}

#register .section:last-child {
  border: 0;
}

#register .section-num {
  font-size: 30px;
  font-family: 'Times New Roman', serif;
}

@media only screen and (max-width: 1280px) {
  #register .section-num {
    font-size: 24px;
  }
}

#register .section-num span {
  display: inline-block;
  background-color: #3583c4;
  color: #fff;
  width: 1.3em;
  height: 1.3em;
  border-radius: .2em;
  text-align: center;
  line-height: 1.1;
  position: relative;
}

#register .section-num span::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 .3em .4em 0;
  border-color: transparent #3583c4 transparent transparent;
  left: 50%;
  bottom: 1px;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

#register .section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0px 15px;
}

@media only screen and (orientation: portrait) and (max-width: 400px) {
  #register .section-content {
    padding-right: 0;
  }
}

#register .field {
  margin-bottom: 10px;
}

#register .field:last-child {
  margin-bottom: 0;
}

#register .field-input input, #register .field-input select {
  width: 100%;
  border: 1px solid #bdbdbd;
  height: 2em;
  line-height: 2;
  padding: 0 0.5em;
}

#register .field-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#register .field-tel select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
}

#register .field-tel input {
  margin-left: .5em;
}

#register .field-checkbox {
  text-align: left;
  font-size: 12px;
}

#register .field-checkbox input {
  border: 1px solid #bdbdbd;
}

#register .field-checkbox a {
  color: inherit;
  text-decoration: underline;
}

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

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

.social-login .social-icon, .social-logout .social-icon {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  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: 0 5px;
}

.social-login .social-icon-facebook, .social-logout .social-icon-facebook {
  background-color: #4862a3;
}

.social-login .social-icon-facebook svg, .social-logout .social-icon-facebook svg {
  fill: #fff;
}

.social-login .social-icon-twitter, .social-logout .social-icon-twitter {
  background-color: #000;
}

.social-login .social-icon-twitter svg, .social-logout .social-icon-twitter svg {
  fill: #fff;
}

.social-login .social-icon-google, .social-logout .social-icon-google {
  background-color: #fff;
  border: 1px solid #bdbdbd;
}

.social-logout {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
}

.social-logout .social-icon {
  width: 100%;
  padding: 0 2em;
  height: 40px;
  border-radius: 20px;
}

.social-logout .social-icon-facebook, .social-logout .social-icon-twitter {
  color: #fff;
}

.social-logout .social-icon-google {
  color: #333;
}

.social-logout .social-icon svg {
  margin-right: .2em;
}

#input {
  position: relative;
}

#input .label {
  display: block;
  margin-bottom: .5em;
}

#input .field-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 10%);
  -ms-transform: translate(-50%, 10%);
  transform: translate(-50%, 10%);
}

@media screen and (orientation: portrait) {
  #input .field-btn {
    bottom: 0;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}

#kv {
  position: relative;
  min-height: auto;
  height: 52.3vw;
  overflow: hidden;
  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-image: url("/online/astraltale/assets/images/register/kv-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (orientation: portrait) {
  #kv {
    height: 168.4vw;
    background-image: url("/online/astraltale/assets/images/register/kv-bg-m.png");
  }
}

#kv .container {
  position: absolute;
  left: 50vw;
  -webkit-transform: translate(10%, -10%);
  -ms-transform: translate(10%, -10%);
  transform: translate(10%, -10%);
}

@media only screen and (max-width: 1440px) {
  #kv .container {
    top: 4.5em;
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}

@media only screen and (max-width: 1280px) {
  #kv .container {
    top: 4em;
  }
}

@media only screen and (max-width: 1024px) {
  #kv .container {
    -webkit-transform: translate(5%, 0);
    -ms-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
}

@media screen and (orientation: portrait) {
  #kv .container {
    top: 55vw;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media only screen and (orientation: portrait) and (max-width: 768px) {
  #kv .container {
    top: 45vw;
  }
}

#kv .slogan {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

#kv .slogan h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}

#kv .slogan h1 span {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

#kv .slogan h2 {
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-shadow: 0 0 10px #4093ce, 0 0 10px #4093ce, 0 0 10px #4093ce, 0 0 10px #4093ce, 0 0 10px #4093ce;
  font-size: 1.3vw;
}

@media screen and (orientation: portrait) {
  #kv .slogan h2 {
    font-size: 4vw;
  }
}

#kv .content {
  position: relative;
  z-index: 10;
  padding: 10px;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 1280px) {
  #kv .content {
    width: 30em;
  }
}

@media screen and (orientation: portrait) {
  #kv .content {
    width: 90vw;
  }
}

#kv .content-inner {
  background-color: white;
}

#kv #btn_logout {
  display: none;
}

.register-prize {
  position: absolute;
  right: 0;
  bottom: 4vw;
  z-index: 12;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.register-prize.hide {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

@media screen and (orientation: portrait) {
  .register-prize {
    bottom: 15vw;
    position: fixed;
  }
  .register-prize.bottom {
    bottom: 3vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .register-prize {
    bottom: 20vw;
  }
}

.register-prize figure {
  width: 14vw;
}

@media screen and (orientation: portrait) {
  .register-prize figure {
    width: 35vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .register-prize figure {
    width: 45vw;
  }
}

.register-prize figure img {
  max-width: 100%;
  height: auto;
}

.register-prize-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -120%);
  -ms-transform: translate(-50%, -120%);
  transform: translate(-50%, -120%);
  width: 10em;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px #2f3e6d, 0 0 10px #2f3e6d, 0 0 10px #2f3e6d, 0 0 10px #2f3e6d, 0 0 10px #2f3e6d;
}

@media only screen and (max-width: 1280px) {
  .register-prize-name {
    font-size: 16px;
  }
}

@media screen and (orientation: portrait) {
  .register-prize-name {
    font-size: 3.5vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .register-prize-name {
    font-size: 14px;
  }
}

.register-prize-name span {
  display: block;
}

.register-prize-name span:last-child {
  font-size: .6em;
}

@media only screen and (max-width: 1280px) {
  .register-prize-name span:last-child {
    font-size: 12px;
  }
}

@media screen and (orientation: portrait) {
  .register-prize-name span:last-child {
    font-size: .7em;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .register-prize-name span:last-child {
    font-size: 12px;
  }
}

#main {
  position: relative;
}

/* -----------------------------------------------------------------
invite
-------------------------------------------------------------------*/
#invite {
  padding-top: 120px;
  padding-bottom: 200px;
  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;
  position: relative;
}

@media screen and (orientation: portrait) {
  #invite {
    padding-bottom: 10vw;
  }
}

#invite .before, #invite .after {
  position: absolute;
  z-index: 3;
  top: 50%;
}

@media only screen and (max-width: 1280px) {
  #invite .before, #invite .after {
    display: none;
  }
}

#invite .before::before, #invite .after::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#invite .before {
  width: 26.8vw;
  left: 0;
}

#invite .before::before {
  width: 100%;
  height: 0;
  padding-top: 144.66019%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("/online/astraltale/assets/images/register/invite-before.webp");
}

@media only screen and (max-width: 1440px) {
  #invite .before::before {
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
  }
}

#invite .after {
  width: 33vw;
  right: 0;
}

#invite .after::before {
  width: 100%;
  height: 0;
  padding-top: 139.34169%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("/online/astraltale/assets/images/register/invite-after.webp");
}

@media only screen and (max-width: 1440px) {
  #invite .after::before {
    -webkit-transform: translate(20%, -50%);
    -ms-transform: translate(20%, -50%);
    transform: translate(20%, -50%);
  }
}

#invite .button {
  text-align: center;
  margin-bottom: 15px;
}

#invite .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 0 1.5em;
}

@media screen and (orientation: portrait) {
  #invite .info {
    display: block;
  }
}

#invite .recruited {
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1em;
}

@media screen and (orientation: portrait) {
  #invite .recruited {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

#invite .recruited-nums {
  display: inline-block;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #162034;
  color: #fef6a4;
  font-size: 2.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: .75em;
  line-height: 1.5;
  margin: 0 0.2em;
}

@media only screen and (max-width: 480px) {
  #invite .recruited-nums {
    font-size: 2em;
  }
}

.url-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.4em;
  position: relative;
  display: none;
}

@media screen and (orientation: portrait) {
  .url-section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.url-section .copyied-wrapper {
  top: 0;
}

.url-section .urlField {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 1em;
}

.url-section .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #162034;
  padding: 0 1em;
  margin-right: .5em;
  color: #fff;
  cursor: pointer;
}

.url-section .copy svg {
  fill: #fff;
}

.url-section .share {
  cursor: pointer;
  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;
}

.url-section .share svg {
  fill: #162034;
}

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

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .invite {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.invite-item {
  position: relative;
  margin: 0 10px;
}

@media screen and (orientation: portrait) {
  .invite-item {
    margin: 0;
  }
}

.invite-item:last-child .invite-prize {
  width: 316px;
}

@media screen and (orientation: portrait) {
  .invite-item:last-child .invite-prize {
    width: 36.153vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .invite-item:last-child .invite-prize {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.invite-item:last-child .invite-prize span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.invite-prize {
  width: 236px;
}

@media screen and (orientation: portrait) {
  .invite-prize {
    width: 27vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .invite-prize {
    width: 45vw;
  }
}

.invite-prize span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 133.89831%;
  background-size: cover;
  background-repeat: no-repeat;
}

.invite-name {
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}

/* -----------------------------------------------------------------
game
-------------------------------------------------------------------*/
.process {
  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;
}

.process .step {
  padding-right: 40px;
  position: relative;
}

.process .step span {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  background-color: rgba(137, 137, 137, 0.2);
  color: #fff;
}

.process .step.active span {
  background-color: #ae9c88;
}

.process .step::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: rgba(137, 137, 137, 0.3);
}

.process .step:last-child {
  padding-right: 0;
}

.process .step:last-child::after {
  display: none;
}

.lightbox {
  position: relative;
  background: transparent;
}

.lightbox * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.game .lightbox-inner {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  background-image: url("/online/astraltale/assets/images/register/game-bg.webp");
  background-size: cover;
  background-position: center;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .game .lightbox-inner {
    padding: 5vw;
  }
}

.game .title {
  margin-bottom: 10px;
  color: #e9e3cf;
}

.game .title span {
  display: block;
  font-size: 18px;
}

.game .title span:nth-child(1) {
  font-size: 14px;
  font-family: 'Times New Roman', serif;
  text-transform: uppercase;
}

.game .description {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.swiper-button-next, .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-image: url("/online/astraltale/assets/images/register/icon-arrow.webp");
  background-size: cover;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .swiper-button-next, .swiper-button-prev {
    width: 10vw;
    height: 10vw;
  }
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  right: 0;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .swiper-button-next {
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
  }
}

.swiper-button-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .swiper-button-prev {
    -webkit-transform: translate(-20%, 0) scaleX(-1);
    -ms-transform: translate(-20%, 0) scaleX(-1);
    transform: translate(-20%, 0) scaleX(-1);
  }
}

.scenery {
  padding: 0 60px;
  position: relative;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .scenery {
    padding: 0 0vw;
  }
}

.scenery-slide {
  width: 480px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .scenery-slide {
    width: 75vw;
  }
}

.scenery input[type=radio] {
  margin-right: 5px;
}

.scenery .swiper-slide {
  width: 480px;
  color: #fff;
  position: relative;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .scenery .swiper-slide {
    width: 80vw;
  }
}

.scenery .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.scenery .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 21;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  left: 0;
  top: 0;
  background-image: url("/online/astraltale/assets/images/register/game/scenery-border.webp");
  background-size: cover;
  background-position: center;
}

.scenery figcaption {
  padding-top: 10px;
}

.avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.avatar-item {
  margin-bottom: 10px;
  cursor: pointer;
}

.avatar figure {
  width: 100px;
  height: 100px;
  font-size: 0;
  overflow: hidden;
  border: 2px solid #4f4f4f;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .avatar figure {
    width: 27vw;
    height: 27vw;
  }
}

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

.avatar figure.active {
  border: 2px solid #ffe400;
}

.avatar input[type=radio] {
  visibility: hidden;
  position: absolute;
}

@media only screen and (max-width: 700px) {
  .avatar-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.btn-lightbox {
  background-color: #ae9c88;
  color: #fff;
  border: 2px solid #dad1c7;
  cursor: pointer;
  line-height: 1.8;
  padding: 0 1em;
  -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
  transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
}

.btn-lightbox-complete {
  background-color: #eda350;
}

@media (hover: hover) {
  .btn-lightbox:hover {
    background-color: #99836a;
  }
  .btn-lightbox-complete:hover {
    background-color: #e88b22;
  }
}

#game-step-1 {
  min-height: auto;
}

#game-step-1 .button {
  text-align: right;
}

#game-step-2 {
  min-height: auto;
}

#game-step-2 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#game-step-2 .select-title {
  text-align: left;
  margin-bottom: 10px;
}

#game-step-2 .select-title select {
  color: #999999;
  font-size: 14px;
  border: 1px solid #dad1c7;
}

#game-step-2 .game-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
}

@media screen and (orientation: portrait) {
  #game-step-2 .game-content {
    width: auto;
    display: block;
  }
}

#game-step-2 .textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 10px;
  margin-left: 10px;
}

@media screen and (orientation: portrait) {
  #game-step-2 .textarea {
    margin-left: 0;
  }
}

#game-step-2 .textarea textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #dad1c7;
  padding: 1em;
  line-height: 1.3;
}

.fancybox__result {
  width: 800px !important;
  height: 450px !important;
}

@media only screen and (max-width: 820px) {
  .fancybox__result {
    width: 80vw !important;
    height: 85vw !important;
  }
}

@media only screen and (max-width: 480px) {
  .fancybox__result {
    height: 120vw !important;
  }
}

#game-step-3 {
  position: relative;
  height: 450px;
  overflow: hidden;
  min-height: auto;
}

@media only screen and (max-width: 670px) {
  #game-step-3 {
    height: 100%;
  }
}

#game-step-3 .avatar-img, #game-step-3 .scenery-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
  font-size: 0;
}

#game-step-3 .avatar-img img, #game-step-3 .scenery-img img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .scenery-img {
    position: relative;
  }
}

#game-step-3 .lightbox-inner {
  position: relative;
  height: 100%;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .lightbox-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 670px) {
  #game-step-3 .img {
    position: relative;
  }
}

#game-step-3 .game-complete-header,
#game-step-3 .game-complete-content,
#game-step-3 .game-complete-tool {
  position: absolute;
  z-index: 22;
}

#game-step-3 .game-complete-header {
  width: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-header {
    display: block;
    height: 100%;
    padding: 0;
  }
}

#game-step-3 .game-complete-header .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-header .logo {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #game-step-3 .game-complete-header .logo {
    width: 30vw;
  }
}

#game-step-3 .game-complete-header .logo img {
  max-width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 15px black);
  filter: drop-shadow(0 0 15px black);
}

#game-step-3 .game-complete-header h2 {
  margin-left: 1em;
  text-shadow: 0 0 10px black;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-header h2 {
    width: 100%;
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
    margin-left: 0;
    left: 0;
    padding: 0 .5em .5em;
  }
}

@media only screen and (max-width: 480px) {
  #game-step-3 .game-complete-header h2 {
    font-size: 16px;
  }
}

#game-step-3 .game-complete-content {
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 400px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-content {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    padding: 2em;
  }
}

@media only screen and (max-width: 480px) {
  #game-step-3 .game-complete-content {
    padding: 1em;
  }
}

#game-step-3 .text {
  background-color: #fff;
  text-align: left;
  padding: 1em;
  border-radius: 10px;
  margin-bottom: 1em;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .text {
    background-color: #dfdfdf;
  }
}

#game-step-3 .saysomething {
  font-size: 14px;
  min-height: 5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  #game-step-3 .saysomething {
    font-size: 12px;
  }
}

#game-step-3 .url {
  color: #000;
  margin-bottom: 10px;
}

#game-step-3 .url p {
  margin-bottom: .5em;
  font-size: 12px;
}

#game-step-3 .url-section {
  background-color: rgba(89, 90, 114, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
  border-radius: 20px;
}

@media only screen and (max-width: 480px) {
  #game-step-3 .url-section {
    padding: 1em;
    height: 3em;
  }
}

#game-step-3 .url input {
  background: transparent;
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 36px;
  height: 36px;
  color: #fff;
}

#game-step-3 .url .copy {
  background-color: #0c1427;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

#game-step-3 .url .copy svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
}

#game-step-3 .game-complete-tool {
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-tool {
    position: relative;
    padding: 10px;
  }
}

#game-step-3 .game-complete-tool .icon-refresh,
#game-step-3 .game-complete-tool .icon-share2 {
  fill: #fff;
  margin-right: 5px;
  -webkit-filter: drop-shadow(0 0 5px black);
  filter: drop-shadow(0 0 5px black);
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-tool .icon-refresh,
  #game-step-3 .game-complete-tool .icon-share2 {
    -webkit-filter: drop-shadow(0 0 0 black);
    filter: drop-shadow(0 0 0 black);
    fill: #666;
  }
}

#game-step-3 .game-complete-tool .playagain,
#game-step-3 .game-complete-tool .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
}

#game-step-3 .game-complete-tool .playagain span,
#game-step-3 .game-complete-tool .share span {
  text-shadow: 0 0 5px black, 0 0 10px black;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-tool .playagain span,
  #game-step-3 .game-complete-tool .share span {
    text-shadow: 0 0 0 #000;
    color: #666;
  }
}

#game-step-3 .game-complete-tool .share > * {
  margin-right: 5px;
}

#game-step-3 .game-complete-tool .share-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: drop-shadow(0 0 10px black);
  filter: drop-shadow(0 0 10px black);
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-tool .share-text {
    -webkit-filter: drop-shadow(0 0 0 black);
    filter: drop-shadow(0 0 0 black);
  }
}

#game-step-3 .game-complete-tool .playagain {
  -webkit-filter: drop-shadow(0 0 10px black);
  filter: drop-shadow(0 0 10px black);
  cursor: pointer;
}

@media only screen and (max-width: 670px) {
  #game-step-3 .game-complete-tool .playagain {
    -webkit-filter: drop-shadow(0 0 0 black);
    filter: drop-shadow(0 0 0 black);
  }
}

#game-step-3 .game-complete-tool .icon-facebook, #game-step-3 .game-complete-tool .icon-twitter {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  cursor: pointer;
  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;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

#game-step-3 .game-complete-tool .icon-facebook svg, #game-step-3 .game-complete-tool .icon-twitter svg {
  fill: #fff;
}

#game-step-3 .game-complete-tool .icon-facebook {
  background-color: #4862a3;
}

#game-step-3 .game-complete-tool .icon-twitter {
  background-color: #000;
  margin-right: 0px;
}

/* -----------------------------------------------------------------
register complete
-------------------------------------------------------------------*/
.fancybox__complete {
  width: 600px !important;
  height: 420px !important;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .fancybox__complete {
    width: 90vw !important;
    height: 130vw !important;
  }
}

#complete {
  position: relative;
  height: 100%;
  font-size: 14px;
}

#complete .lightbox-inner {
  position: relative;
  height: 100%;
  background-image: url("/online/astraltale/assets/images/register/complete-bg.webp");
  background-size: cover;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .lightbox-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#complete .main {
  position: relative;
  padding: 20px;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .main {
    padding-bottom: 0;
  }
}

#complete .title {
  color: #ffee7e;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: .5em;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .title {
    font-size: 24px;
  }
}

#complete .prize {
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#complete .prize figure {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .prize figure {
    width: 75vw;
  }
}

#complete .prize figure img {
  max-width: 100%;
  height: auto;
}

#complete .prize .content {
  text-align: center;
  line-height: 1.5;
}

#complete .prize .subtitle {
  color: #fff;
  font-size: 18px;
  margin-bottom: .2em;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .prize .subtitle {
    font-size: 16px;
  }
}

#complete .prize .subtitle span {
  color: #d8ceab;
}

#complete .prize p {
  color: #c0c0c0;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .prize p {
    margin-bottom: 0;
  }
}

#complete .prize p span {
  color: #ffee7e;
}

#complete .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #c0c0c0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 2em;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .bottom {
    position: relative;
    display: block;
    font-size: 12px;
  }
}

#complete .bottom p {
  text-align: left;
  padding-right: 1em;
  line-height: 1.5;
  margin-bottom: 0;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .bottom p {
    margin-bottom: 1em;
    text-align: center;
  }
}

#complete .bottom #btn-toSteam {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  width: 160px;
  display: block;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  #complete .bottom #btn-toSteam {
    margin-left: auto;
    margin-right: auto;
  }
}

#complete .bottom #btn-toSteam img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------
regular 老玩家大禮包
-------------------------------------------------------------------*/
#regular {
  padding-top: 100px;
  position: relative;
}

#regular .container {
  position: relative;
}

#regular .description em {
  font-style: normal;
  color: #ffa69f;
}

#regular .before, #regular .after {
  position: absolute;
  z-index: 3;
  top: 50%;
}

@media only screen and (max-width: 1280px) {
  #regular .before, #regular .after {
    display: none;
  }
}

#regular .before::before, #regular .after::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#regular .before {
  width: 37.5vw;
  left: 0;
}

#regular .before::before {
  width: 100%;
  height: 0;
  padding-top: 103.19444%;
  -webkit-transform: translate(5%, -50%);
  -ms-transform: translate(5%, -50%);
  transform: translate(5%, -50%);
  background-image: url("/online/astraltale/assets/images/register/ninja-female.webp");
}

@media only screen and (max-width: 1600px) {
  #regular .before::before {
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
  }
}

#regular .after {
  width: 30vw;
  right: 0;
}

#regular .after::before {
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  width: 100%;
  height: 0;
  padding-top: 158.99654%;
  background-image: url("/online/astraltale/assets/images/register/ninja-male.webp");
}

@media only screen and (max-width: 1600px) {
  #regular .after::before {
    -webkit-transform: translate(-10%, -50%);
    -ms-transform: translate(-10%, -50%);
    transform: translate(-10%, -50%);
  }
}

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

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .regular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.regular-item {
  position: relative;
  margin: 0 10px;
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .regular-item {
    margin: 0 0 2em;
  }
}

.regular-prize {
  width: 232px;
  margin-bottom: 15px;
}

@media screen and (orientation: portrait) {
  .regular-prize {
    width: 27vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .regular-prize {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.regular-prize span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.regular #regular-item-1 span {
  background-image: url("/online/astraltale/assets/images/register/regular-prize-1.png");
}

.regular #regular-item-2 span {
  background-image: url("/online/astraltale/assets/images/register/regular-prize-2.png");
}

.regular #regular-item-3 span {
  background-image: url("/online/astraltale/assets/images/register/regular-prize-3.png");
}

.regular-name {
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}

/* -----------------------------------------------------------------
milestone
-------------------------------------------------------------------*/
#milestone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 100px;
}

@media screen and (orientation: portrait) {
  #milestone {
    padding-top: 20vw;
    padding-bottom: 10vw;
  }
}

#milestone .before, #milestone .after {
  position: absolute;
  z-index: 3;
  top: 50%;
}

@media only screen and (max-width: 1280px) {
  #milestone .before, #milestone .after {
    display: none;
  }
}

#milestone .before::before, #milestone .after::before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#milestone .before {
  width: 28.75vw;
  left: 0;
}

#milestone .before::before {
  width: 100%;
  height: 0;
  padding-top: 134.96377%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("/online/astraltale/assets/images/register/milestone-before.webp");
}

@media only screen and (max-width: 1440px) {
  #milestone .before::before {
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
  }
}

#milestone .after {
  width: 28.64vw;
  right: 0;
}

#milestone .after::before {
  width: 100%;
  height: 0;
  padding-top: 154.54545%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("/online/astraltale/assets/images/register/milestone-after.webp");
}

@media only screen and (max-width: 1440px) {
  #milestone .after::before {
    -webkit-transform: translate(20%, -50%);
    -ms-transform: translate(20%, -50%);
    transform: translate(20%, -50%);
  }
}

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

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .milestone {
    display: block;
  }
}

.milestone-row .milestone-item {
  margin: 0 -8px -17px;
}

.milestone-item {
  position: relative;
}

.milestone-item-5 .milestone-prize span {
  width: 100%;
  height: 0;
  padding-top: 76.68394%;
}

.milestone-prize {
  width: 386px;
}

@media screen and (orientation: portrait) {
  .milestone-prize {
    width: 43vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 480px) {
  .milestone-prize {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.milestone-prize span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 40.41451%;
  background-size: cover;
  background-repeat: no-repeat;
}

.milestone-name {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  position: absolute;
}

/* -----------------------------------------------------------------
inquiry 獎勵查詢
-------------------------------------------------------------------*/
#inquiry {
  position: relative;
  padding: 50px 0;
  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-image: url("/online/astraltale/assets/images/register/inquiry-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (max-width: 820px) {
  #inquiry {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-top: 30vw;
  }
}

@media only screen and (max-width: 700px) {
  #inquiry {
    padding-top: 40vw;
  }
}

@media only screen and (max-width: 480px) {
  #inquiry {
    padding-top: 50vw;
  }
}

#inquiry .before, #inquiry .after {
  position: absolute;
  z-index: 3;
}

#inquiry .before::before, #inquiry .after::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#inquiry .before {
  width: 720px;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1440px) {
  #inquiry .before {
    width: 50vw;
  }
}

@media only screen and (max-width: 1280px) {
  #inquiry .before {
    display: none;
  }
}

#inquiry .before::before {
  width: 100%;
  height: 0;
  padding-top: 117.36111%;
  -webkit-transform: translate(-15%, -100%);
  -ms-transform: translate(-15%, -100%);
  transform: translate(-15%, -100%);
  background-image: url("/online/astraltale/assets/images/register/inquiry-before.webp");
}

@media only screen and (max-width: 1600px) {
  #inquiry .before::before {
    -webkit-transform: translate(-25%, -100%);
    -ms-transform: translate(-25%, -100%);
    transform: translate(-25%, -100%);
  }
}

@media only screen and (max-width: 1440px) {
  #inquiry .before::before {
    -webkit-transform: translate(-35%, -100%);
    -ms-transform: translate(-35%, -100%);
    transform: translate(-35%, -100%);
  }
}

#inquiry .container {
  position: relative;
  z-index: 10;
}

#inquiry .button {
  text-align: center;
  margin-bottom: 40px;
}

.inquiry-login {
  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;
  position: relative;
  padding: 0 0 2em;
}

.inquiry-login .label {
  color: #000;
  margin-right: 1em;
}

.inquiry-logout {
  position: relative;
  padding: 0 0 2em;
}

.inquiry-logout .social-logout .social-icon {
  width: 13em;
}

.inquiry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inquiry-list .item {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin: 0 1% 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.inquiry-list .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  height: 110px;
  margin-right: 10px;
  background-color: #908d82;
  padding: 0;
  font-size: 0;
  border-radius: 5px;
}

.inquiry-list .img img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.inquiry-list .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.inquiry-list .content p {
  margin-bottom: 5px;
  color: #000;
}

.inquiry-list .content input {
  display: none;
  border: none;
  background-color: #d5d5d5;
  width: 100%;
  color: #646464;
  line-height: 2;
  padding: 0 0.5em;
}

.inquiry-list .btn-copy_ser {
  position: absolute;
  right: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #999;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 20px;
  padding: 3px 8px;
  cursor: pointer;
}

@media (hover: hover) {
  .inquiry-list .btn-copy_ser:hover {
    background-color: #666;
  }
}

.inquiry-list .btn-copy_ser svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

@media only screen and (max-width: 820px) {
  .inquiry-list {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .inquiry-list .item {
    margin: 0 0 15px;
  }
  .inquiry-list .item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 480px) {
  .inquiry-list {
    width: 90vw;
  }
}

.copyied-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  display: none;
  font-size: 14px;
}

.copyied-wrapper .copyied {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#login-complete {
  position: relative;
  height: 100%;
}

#login-complete .lightbox-inner {
  position: relative;
  height: 100%;
  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;
}

#login-complete .title {
  color: #3983b7;
  font-size: 30px;
}

.float {
  z-index: 11;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.float-container {
  display: none;
}

.float .menu {
  position: relative;
  z-index: 13;
}

.float .menu li {
  margin-bottom: 10px;
}

.float .menu li a {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#2e2624), to(#1d1817));
  background: -webkit-linear-gradient(left, #2e2624 0%, #1d1817 100%);
  background: -o-linear-gradient(left, #2e2624 0%, #1d1817 100%);
  background: linear-gradient(to right, #2e2624 0%, #1d1817 100%);
  padding: 0 1em 0 2em;
  line-height: 2.2;
  height: 2.4em;
  border-radius: 1.2em 0 0 1.2em;
  text-align: left;
  -webkit-box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5);
  position: relative;
}

.float .menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(40%, -50%);
  -ms-transform: translate(40%, -50%);
  transform: translate(40%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("/online/astraltale/assets/images/register/menu-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (hover: hover) {
  .float .menu li a:hover {
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    -o-transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    transition: all 0.5s cubic-bezier(0.1, 0.66, 0.42, 1.04);
    color: #ffecb2;
    background: -webkit-gradient(linear, left top, right top, from(#0a1c4e), to(#061232));
    background: -webkit-linear-gradient(left, #0a1c4e 0%, #061232 100%);
    background: -o-linear-gradient(left, #0a1c4e 0%, #061232 100%);
    background: linear-gradient(to right, #0a1c4e 0%, #061232 100%);
  }
  .float .menu li a:hover::before {
    background-image: url("/online/astraltale/assets/images/register/menu-icon-active.png");
  }
}

.float .gotop {
  cursor: pointer;
  position: relative;
  z-index: 13;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.float svg {
  fill: #fff;
}

.float .close, .float .open {
  display: none;
  position: absolute;
  z-index: 13;
  top: 15px;
  cursor: pointer;
}

@media only screen and (max-width: 820px) {
  .float {
    display: none !important;
  }
}

/* -----------------------------------------------------------------
footer
-------------------------------------------------------------------*/
.footer {
  min-height: auto;
}

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