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

.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;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 5px 20px;
  min-width: 9em;
  background-color: #fff;
}

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

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

.language-list {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 20;
  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;
  }
}

.kv .language {
  margin-left: 1em;
}

.kv .language a {
  color: #666;
}

.kv .language a:hover {
  color: #000;
  background-color: #F4F4F4;
}

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

.footer .language {
  margin: 0;
}

.footer .language-main {
  border-color: #fff;
  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;
}

.footer .language-list a:hover {
  background-color: #4b372d;
}

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

.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 {
  font-size: 14px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #e6cec3;
}

.footer footer .copyright {
  line-height: 1.5;
  margin-left: 50px;
  margin-right: 50px;
}

.footer footer .copyright p {
  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::after {
  content: "|";
}

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

.footer footer .links a:hover {
  color: #fff;
}

.footer footer .links-notice::after, .footer footer .links-license::after {
  display: none;
}

.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: #4d372d;
  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: 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 .copyright {
    margin-left: 0px;
    margin-right: 0px;
  }
  .footer footer .logo {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .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;
  }
}

@-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: 11;
  bottom: 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;
  }
}

#cta {
  display: none;
  padding: 10px;
  background-image: url("/online/edeneternal/assets/images/register/cta-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

#cta .container {
  min-height: 200px;
  border: 1px solid rgba(255, 255, 255, 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;
}

#cta h2 {
  color: #fff;
  font-size: 30px;
  text-shadow: 0 0 10px #fff;
  padding: 0 1em;
  margin-bottom: 0;
}

@media only screen and (max-width: 820px) {
  #cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #cta h2 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  #cta {
    min-height: auto;
    background-size: cover;
  }
  #cta h2 {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
}

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

.fancybox__content {
  padding: 0;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  width: 80vw;
  height: 42.82352vw;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content.fancybox_subscribe {
  width: 870px;
  height: 470px;
}

@media only screen and (max-width: 1024px) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content.fancybox_subscribe {
    width: 90vw;
    height: 48.62069vw;
  }
}

@media only screen and (max-width: 820px) {
  .fancybox__carousel .fancybox__slide.has-iframe .fancybox__content.fancybox_subscribe {
    width: 90vw;
    height: 48.17646vw;
  }
}

.fancybox__complete {
  width: 600px !important;
  height: 420px !important;
}

.fancybox__result {
  width: 600px !important;
  height: 600px !important;
}

.fancybox__login {
  width: 300px !important;
  height: 150px !important;
}

#notice {
  text-align: left;
}

.game, #notice {
  display: none;
}

.point {
  color: #ff7d2f;
}

input, textarea {
  color: #bcbcbc;
}

.field-input {
  position: relative;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-input input {
  border: none;
  padding: 0 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #bcbcbc;
  height: 34px;
  line-height: 34px;
}

.event-font {
  font-family: "PT Serif", serif;
}

figure picture {
  font-size: 0;
}

.btn {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff;
  line-height: 1.6;
  height: 2em;
  padding: 0 1em;
}

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

.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff8f00), to(#ff6600));
  background: -webkit-linear-gradient(top, #ff8f00 0%, #ff6600 100%);
  background: -o-linear-gradient(top, #ff8f00 0%, #ff6600 100%);
  background: linear-gradient(to bottom, #ff8f00 0%, #ff6600 100%);
  color: #fff;
}

.btn-primary:hover {
  text-shadow: 0 0 10px #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff8f00), to(#ff6600));
  background: -webkit-linear-gradient(bottom, #ff8f00 0%, #ff6600 100%);
  background: -o-linear-gradient(bottom, #ff8f00 0%, #ff6600 100%);
  background: linear-gradient(to top, #ff8f00 0%, #ff6600 100%);
}

.btn-secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#fffca6), to(#ffd258));
  background: -webkit-linear-gradient(top, #fffca6 0%, #ffd258 100%);
  background: -o-linear-gradient(top, #fffca6 0%, #ffd258 100%);
  background: linear-gradient(to bottom, #fffca6 0%, #ffd258 100%);
  color: #493d3d;
}

.btn-secondary:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fffca6), to(#ffd258));
  background: -webkit-linear-gradient(bottom, #fffca6 0%, #ffd258 100%);
  background: -o-linear-gradient(bottom, #fffca6 0%, #ffd258 100%);
  background: linear-gradient(to top, #fffca6 0%, #ffd258 100%);
}

.btn-logout {
  display: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#c1c1c1));
  background: -webkit-linear-gradient(top, #ebebeb 0%, #c1c1c1 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, #c1c1c1 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #c1c1c1 100%);
  color: #4c4c4c;
}

.btn-logout:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#ebebeb), to(#c1c1c1));
  background: -webkit-linear-gradient(bottom, #ebebeb 0%, #c1c1c1 100%);
  background: -o-linear-gradient(bottom, #ebebeb 0%, #c1c1c1 100%);
  background: linear-gradient(to top, #ebebeb 0%, #c1c1c1 100%);
}

.btn-complete {
  text-shadow: 0 0 10px #58b237,0 0 10px #58b237,0 0 10px #58b237;
  height: auto;
  line-height: 1.2;
  padding: .5em 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, from(#a7df1f), to(#58b237));
  background: -webkit-linear-gradient(top, #a7df1f 0%, #58b237 100%);
  background: -o-linear-gradient(top, #a7df1f 0%, #58b237 100%);
  background: linear-gradient(to bottom, #a7df1f 0%, #58b237 100%);
  color: #fff;
  border-radius: 10px;
}

.btn-complete span {
  display: block;
}

.btn-complete:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#a7df1f), to(#58b237));
  background: -webkit-linear-gradient(bottom, #a7df1f 0%, #58b237 100%);
  background: -o-linear-gradient(bottom, #a7df1f 0%, #58b237 100%);
  background: linear-gradient(to top, #a7df1f 0%, #58b237 100%);
}

section .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

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

section .description {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  color: #555;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}

section .description span {
  display: block;
}

@media only screen and (max-width: 820px) {
  section .description span {
    display: inline;
  }
}

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

.cloud {
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 850px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url("/online/edeneternal/assets/images/register/cloud.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.cloud2 {
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 865px;
  -webkit-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  transform: translate(0, -55%);
  background-image: url("/online/edeneternal/assets/images/register/cloud2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media only screen and (max-width: 820px) {
  .cloud2 {
    height: 100vw;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }
}

body {
  color: #777777;
  font-size: 16px;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

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

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

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

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

.nav .social a {
  width: 50px;
  height: 50px;
  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);
}

.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: #42b9f0;
}

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

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

#kv {
  position: relative;
  height: 960px;
  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/edeneternal/assets/images/register/kv-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#kv .logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#kv .logo a {
  display: block;
  width: 214px;
  position: relative;
}

#kv .logo a img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1366px) {
  #kv .logo a {
    width: 12vw;
  }
}

@media only screen and (max-width: 820px) {
  #kv .logo {
    top: 5px;
    left: 10px;
  }
  #kv .logo a {
    width: 20vw;
  }
}

#kv .title {
  position: relative;
  z-index: 10;
  width: 34.68vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

#kv .title img {
  max-width: 100%;
  height: auto;
}

#kv .content {
  position: relative;
  z-index: 10;
  -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));
  border: 3px solid #fff;
  padding: 5px;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

#kv .section {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#kv .section-prize {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  position: relative;
}

#kv .section-content {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px 25px;
}

#kv .btn {
  width: 100%;
}

#kv .subtitle {
  margin-bottom: 10px;
}

#kv .subtitle-sub {
  font-size: 20px;
  color: #a7a7a7;
}

#kv .subtitle-main {
  color: #3983b7;
  font-weight: 600;
  font-size: 30px;
}

#kv .prize-name {
  position: absolute;
  padding: 0 0.5em;
  bottom: 15px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 10px #000 ,0 0 10px #000,0 0 10px #000;
  font-size: 15px;
}

#kv .prize-name span {
  display: block;
}

#kv .prize-name span:nth-child(1) {
  font-size: 1.5em;
}

#kv #register {
  margin-bottom: 5px;
}

#kv #register .section-prize {
  background-image: url("/online/edeneternal/assets/images/register/register-prize-bg.webp");
  background-size: cover;
}

#kv #register .subtitle .event-font {
  position: relative;
}

#kv #register .subtitle .event-font::before, #kv #register .subtitle .event-font::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #a7a7a7;
  top: 50%;
}

#kv #register .subtitle .event-font::before {
  left: -5px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#kv #register .subtitle .event-font::after {
  right: -5px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#kv #register .prize-name {
  left: 50%;
  bottom: 15px;
  width: 11em;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#kv #register .prize-name span:nth-child(1) {
  font-size: 1.5em;
  color: #ffef3e;
}

#kv #register figure {
  position: absolute;
  width: 270px;
  height: 325px;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#kv #register figure img {
  width: 300px;
}

#kv #register .field {
  margin-bottom: 10px;
  width: 100%;
}

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

#kv #register .field-input {
  padding-left: 30px;
}

#kv #register .field-input input {
  width: 100%;
}

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

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

#kv #register .label {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bcbcbc;
  left: .5em;
  height: 36px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#kv #register .label label {
  cursor: text;
  display: none;
}

#kv #register .label svg {
  fill: #bcbcbc;
  margin-right: .5em;
}

#kv #register .label.active label {
  display: none;
}

#kv #login-event {
  position: relative;
}

#kv #login-event.lock .lock-main {
  display: block;
}

#kv #login-event .lock-main {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(56, 56, 56, 0.95);
  left: 0;
  top: 0;
}

#kv #login-event .lock-content {
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  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;
  color: #fff;
}

#kv #login-event .lock-content svg {
  fill: #fff;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(0, -15%);
  -ms-transform: translate(0, -15%);
  transform: translate(0, -15%);
}

#kv #login-event .lock-content span {
  display: block;
}

#kv #login-event .section-content p span {
  display: block;
}

#kv #login-event .section-prize {
  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: inset 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  background-image: url("/online/edeneternal/assets/images/register/login-prize-bg.webp");
  background-size: cover;
}

#kv #login-event figure {
  width: 155px;
}

#kv #login-event figure img {
  width: 100%;
  height: auto;
}

#kv #btn_logout {
  display: none;
}

@media only screen and (max-width: 1440px) {
  #kv {
    height: 66vw;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  #kv .container {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 1280px) {
  #kv {
    height: 100vh;
    background-image: url("/online/edeneternal/assets/images/register/kv-bg-pad.webp");
  }
}

@media only screen and (max-width: 820px) {
  #kv {
    height: 143vw;
    background-image: url("/online/edeneternal/assets/images/register/kv-bg-m.webp");
  }
  #kv .title {
    width: 76.48vw;
    margin-bottom: 3vw;
    z-index: 11;
  }
  #kv .container {
    padding-top: 43vw;
  }
  #kv .content {
    width: 90vw;
  }
  #kv .section-prize {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  #kv #register figure {
    width: 120%;
    height: auto;
  }
  #kv #register figure img {
    width: 100%;
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  #kv #login-event figure {
    width: 80%;
  }
}

@media only screen and (max-width: 640px) {
  #kv {
    height: 177vw;
  }
  #kv .content {
    width: 95vw;
    border: none;
    padding: 0;
  }
  #kv .subtitle-sub {
    font-size: 12px;
  }
  #kv .subtitle-main {
    font-size: 24px;
  }
  #kv .prize-name {
    font-size: 12px;
    text-align: center;
  }
  #kv .section-prize {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  #kv .section-content {
    padding: 10px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
  }
  #kv #register figure {
    width: 100%;
  }
  #kv #register figure img {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}

@media only screen and (max-width: 540px) {
  #kv #register figure {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  #kv #register figure img {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 375px) {
  #kv #register .field-input {
    width: 200px;
  }
  #kv #register .field-input input {
    width: 100%;
  }
}

#main {
  position: relative;
  background-image: url("/online/edeneternal/assets/images/register/main-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

/* -----------------------------------------------------------------
invite
-------------------------------------------------------------------*/
#invite {
  padding-top: 30px;
  padding-bottom: 100px;
  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;
}

#invite .left, #invite .right {
  position: absolute;
  z-index: 3;
}

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

#invite .left {
  width: 516px;
  left: 0;
  top: 0;
}

#invite .left::before {
  width: 100%;
  height: 0;
  padding-top: 201.55039%;
  background-image: url("/online/edeneternal/assets/images/register/invite-before.webp");
}

#invite .right {
  width: 416px;
  right: 0;
  top: 0;
}

#invite .right::before {
  width: 100%;
  height: 0;
  padding-top: 176.44231%;
  background-image: url("/online/edeneternal/assets/images/register/invite-after.webp");
}

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

#invite .title {
  width: 250px;
  margin-bottom: 15px;
}

#invite .description {
  margin-bottom: 15px;
  text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
  color: #555555;
  text-align: center;
}

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

#invite .button .btn {
  width: 10em;
}

#invite .recruited {
  text-align: center;
  color: #555555;
  font-size: 30px;
  margin-bottom: 1em;
}

#invite .recruited span {
  color: #000;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 1440px) {
  #invite .left {
    width: 30vw;
  }
  #invite .right {
    width: 25vw;
  }
}

@media only screen and (max-width: 820px) {
  #invite .left, #invite .right {
    display: none;
  }
  #invite .button .btn {
    width: 8em;
  }
}

@media only screen and (max-width: 480px) {
  #invite .title {
    width: 52vw;
  }
}

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

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

.invite .item figure {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.invite .item-border {
  border: 1px solid #c3c3c3;
}

.invite .item-top {
  background: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), to(#fff));
  background: -webkit-linear-gradient(bottom, #e3e3e3 0%, #fff 100%);
  background: -o-linear-gradient(bottom, #e3e3e3 0%, #fff 100%);
  background: linear-gradient(to top, #e3e3e3 0%, #fff 100%);
  height: 235px;
  overflow: hidden;
  padding: 5px 5px 0 5px;
}

.invite .item-top .item-border {
  border-bottom: none;
  background-image: url("/online/edeneternal/assets/images/register/game-item-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.invite .item-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#d5d5d5), to(#cdcdcd));
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #d5d5d5 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #cdcdcd 100%);
  text-align: center;
  padding: 5px;
  padding-top: 0;
  color: #151b29;
}

.invite .item-bottom .item-border {
  border-top: none;
  padding: 10px;
}

.invite .item .num {
  position: absolute;
  width: 100%;
  top: 15px;
  font-weight: bold;
  text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  text-align: center;
  color: #4c96b9;
  font-size: 20px;
}

.invite .item .num span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

.invite .item figure {
  width: 100%;
}

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

.invite .item.active .complete {
  display: block;
}

.invite .item .complete {
  display: none;
  position: absolute;
  font-size: 12px;
  left: 0;
  top: 0;
  -webkit-transform: translate(-5px, -50%);
  -ms-transform: translate(-5px, -50%);
  transform: translate(-5px, -50%);
  background-color: #ffd200;
  color: #780000;
  padding: 2px;
}

.invite .item .complete span {
  display: block;
  border: 1px solid #fff;
  padding: 5px;
}

@media only screen and (max-width: 767px) {
  .invite .item {
    width: 30vw;
    margin: 0 0.5vw;
  }
  .invite .item-top {
    height: auto;
    padding: 3px;
    padding-bottom: 0;
  }
  .invite .item-bottom {
    padding: 3px;
    padding-top: 0;
  }
  .invite .item .num {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .invite .item-bottom .item-border {
    padding: 5px;
    height: 4em;
    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;
  }
  .invite .item .complete {
    -webkit-transform: translate(-5px, -70%);
    -ms-transform: translate(-5px, -70%);
    transform: translate(-5px, -70%);
  }
  .invite .item .num {
    top: 8px;
  }
}

/* -----------------------------------------------------------------
footer
-------------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color: #252629;
}

.footer footer {
  color: #cbdaee;
}

.footer footer .links a {
  color: #cbdaee;
}

.footer .rank {
  background-color: #2e313a;
}

.footer .social svg {
  fill: #fff;
}

.footer .language-list {
  background-color: #252629;
}

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

/* -----------------------------------------------------------------
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.3);
  color: #fff;
}

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

.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 {
  border: 2px solid #d2b18c;
  padding: 3px;
  position: relative;
  background-image: url("/online/edeneternal/assets/images/register/lightbox-bg.webp");
}

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

.lightbox-inner {
  border: 2px solid #d2b18c;
  padding: 20px 40px;
}

.lightbox .lt, .lightbox .rt, .lightbox .lb, .lightbox .rb {
  position: absolute;
  width: 43px;
  height: 43px;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox .lt {
  left: 0;
  top: 0;
  background-image: url("/online/edeneternal/assets/images/register/lt.webp");
}

.lightbox .rt {
  right: 0;
  top: 0;
  background-image: url("/online/edeneternal/assets/images/register/rt.webp");
}

.lightbox .lb {
  left: 0;
  bottom: 0;
  background-image: url("/online/edeneternal/assets/images/register/lb.webp");
}

.lightbox .rb {
  right: 0;
  bottom: 0;
  background-image: url("/online/edeneternal/assets/images/register/rb.webp");
}

@media only screen and (max-width: 700px) {
  .lightbox-inner {
    padding: 20px 15px;
  }
}

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

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

.game .title span:nth-child(1) {
  font-size: 14px;
  font-family: "PT Serif", serif;
}

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

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

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

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

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

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

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

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

.scenery .swiper-slide {
  width: 480px;
}

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

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

@media only screen and (max-width: 700px) {
  .scenery-slide {
    width: 70vw;
  }
}

.avatar {
  position: relative;
}

.avatar-slide {
  width: 550px;
  overflow: hidden;
  margin-bottom: 15px;
}

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

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

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

.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;
  }
  .avatar figure {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .avatar-slide {
    width: auto;
  }
  .avatar figure {
    width: 16vw;
    height: 16vw;
  }
}

.btn-lightbox {
  background-color: #ae9c88;
  color: #fff;
  border: 2px solid #dad1c7;
  cursor: pointer;
  line-height: 1.8;
  padding: 0 1em;
}

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

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

#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 .textarea {
  margin-bottom: 10px;
}

#game-step-2 .textarea textarea {
  width: 100%;
  border: 1px solid #dad1c7;
}

#game-step-3 {
  position: relative;
  height: 100%;
}

#game-step-3 .lightbox-inner {
  position: relative;
  height: 100%;
  padding: 20px;
}

#game-step-3 .scenery-show {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

#game-step-3 .scenery-show .scenery-img {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 0;
  border-radius: 5px;
  position: relative;
}

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

#game-step-3 .scenery-show .scenery-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .8;
}

#game-step-3 .scenery-show h2, #game-step-3 .scenery-show .logo {
  position: absolute;
}

#game-step-3 .scenery-show h2 {
  width: 100%;
  color: #fff;
  font-size: 24px;
  bottom: 0px;
  left: 0;
  text-align: center;
}

#game-step-3 .scenery-show .logo {
  width: 100px;
  left: 10px;
  top: 10px;
}

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

#game-step-3 .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

#game-step-3 .avatar-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 100px;
  font-size: 0;
  overflow: hidden;
  border: 2px solid #dad1c7;
  margin-right: 10px;
}

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

#game-step-3 .text {
  text-align: left;
  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-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#game-step-3 .title-text {
  font-size: 18px;
  color: #555;
  margin-bottom: 5px;
}

#game-step-3 .saysomething {
  font-size: 14px;
  border: 1px solid #dad1c7;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  padding: .5em;
  width: 100%;
}

#game-step-3 .url {
  background-color: #ab9f92;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

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

#game-step-3 .url-section {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px;
}

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

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

#game-step-3 .url .copy svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

#game-step-3 .tool {
  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: 14px;
  color: #555555;
}

#game-step-3 .tool .icon-refresh,
#game-step-3 .tool .icon-share2 {
  fill: #796a5a;
  margin-right: 5px;
}

#game-step-3 .tool .playagain,
#game-step-3 .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 .tool .share > * {
  margin-right: 5px;
}

#game-step-3 .tool .icon-facebook, #game-step-3 .tool .icon-twitter {
  padding: 3px 5px;
  border-radius: 5px;
  cursor: pointer;
}

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

#game-step-3 .tool .icon-facebook {
  background-color: #2374e1;
}

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

@media only screen and (max-width: 580px) {
  #game-step-3 .lightbox-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #game-step-3 .scenery-show {
    width: 100%;
  }
  #game-step-3 .scenery-show h2 {
    font-size: 16px;
  }
  #game-step-3 .scenery-show .logo {
    width: 60px;
  }
}

@media only screen and (max-width: 414px) {
  #game-step-3 .avatar-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
  }
  #game-step-3 .saysomething {
    font-size: 12px;
  }
  #game-step-3 .title-text {
    font-size: 12px;
  }
}

/* -----------------------------------------------------------------
register complete
-------------------------------------------------------------------*/
#complete {
  position: relative;
  height: 100%;
}

#complete .lightbox-inner {
  position: relative;
  height: 100%;
}

#complete .char {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 20px;
  margin-bottom: -5px;
  width: 300px;
}

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

#complete .main {
  padding-left: 250px;
  position: relative;
  z-index: 2;
}

#complete .title {
  color: #3983b7;
  font-size: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding-bottom: .5em;
  margin-bottom: 15px;
}

#complete .prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

#complete .prize figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  margin-right: 10px;
}

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

#complete .prize .content {
  text-align: left;
}

#complete .prize .subtitle {
  color: #000;
}

#complete .prize .subtitle span {
  font-weight: bold;
  display: block;
}

#complete .btn-complete {
  font-size: 15px;
}

#complete .btn-complete span {
  font-size: 1.6em;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  #complete .char {
    width: 60%;
    left: 0;
  }
  #complete .main {
    padding-left: 45%;
  }
}

@media only screen and (max-width: 480px) {
  #complete .char {
    display: none;
  }
  #complete .main {
    padding-left: 0;
  }
  #complete .prize {
    display: block;
  }
  #complete .prize figure {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #complete .prize .content {
    text-align: center;
  }
}

/* -----------------------------------------------------------------
milestone
-------------------------------------------------------------------*/
#milestone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 1164px;
  background-image: url("/online/edeneternal/assets/images/register/milestone-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
}

#milestone .title {
  width: 310px;
}

#milestone .title img {
  max-width: 100%;
  height: auto;
}

#milestone .description {
  margin-bottom: 100px;
  text-align: center;
  color: #555;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}

#milestone .description span {
  display: block;
}

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

@media only screen and (max-width: 1440px) {
  #milestone {
    background: none;
  }
  #milestone .description {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
  #milestone .before,
  #milestone .after {
    position: absolute;
    z-index: 9;
  }
  #milestone .before::before,
  #milestone .after::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #milestone .before {
    width: 50vw;
    left: 0;
  }
  #milestone .before::before {
    width: 100%;
    height: 0;
    padding-top: 156.66218%;
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    background-image: url("/online/edeneternal/assets/images/register/milestone-character-1.webp");
  }
  #milestone .after {
    width: 35vw;
    right: 0;
    top: 50%;
  }
  #milestone .after::before {
    width: 100%;
    height: 0;
    padding-top: 77.6%;
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
    background-image: url("/online/edeneternal/assets/images/register/milestone-character-2.webp");
  }
}

@media only screen and (max-width: 1440px) {
  #milestone {
    height: auto;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 480px) {
  #milestone .title {
    width: 64vw;
  }
}

.milestone-main {
  position: relative;
  z-index: 12;
  width: 660px;
  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;
}

.milestone-1 .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-1.webp");
}

.milestone-1.active .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-1-active.webp");
}

.milestone-1.active .complete {
  display: block;
}

.milestone-2 .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-2.webp");
}

.milestone-2.active .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-2-active.webp");
}

.milestone-2.active .complete {
  display: block;
}

.milestone-3 .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-3.webp");
}

.milestone-3.active .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-3-active.webp");
}

.milestone-3.active .complete {
  display: block;
}

.milestone-4 .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-4.webp");
}

.milestone-4.active .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-4-active.webp");
}

.milestone-4.active .complete {
  display: block;
}

.milestone-5 .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-5.webp");
}

.milestone-5.active .img {
  background-image: url("/online/edeneternal/assets/images/register/milestone-5-active.webp");
}

.milestone-5.active .complete {
  display: block;
}

.milestone .item {
  position: relative;
  width: 200px;
  margin: 0 10px 20px;
}

.milestone .item .img {
  width: 100%;
  height: 0;
  padding-top: 123%;
  margin-bottom: 15px;
  position: relative;
  background-size: cover;
}

.milestone .item .img .complete {
  position: absolute;
}

.milestone .milestone-5 {
  width: 270px;
}

.milestone .milestone-5 .img {
  width: 100%;
  height: 0;
  padding-top: 91.11111%;
}

.milestone .complete {
  display: none;
  width: 162px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.milestone .complete span {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 39.50617%;
  background-image: url("/online/edeneternal/assets/images/register/milestone-complete.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.milestone .name {
  text-align: center;
  color: #1b346e;
  font-size: 14px;
}

.milestone .name span {
  display: block;
}

@media only screen and (max-width: 1440px) {
  .milestone {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: relative;
    background-image: url("/online/edeneternal/assets/images/register/milestone-bg-m.webp");
    background-repeat: repeat;
    border: 4px solid #ababab;
  }
  .milestone-container {
    border: 2px solid #fff;
    padding: 20px;
  }
  .milestone-main {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 820px) {
  .milestone {
    padding: 10px;
  }
  .milestone-container {
    padding: 10px;
  }
  .milestone-main {
    width: auto;
  }
  .milestone .item {
    width: 30%;
    margin: 0 1.5% 20px;
  }
  .milestone .item .name {
    font-size: 12px;
  }
  .milestone .item .img .complete {
    width: 90%;
  }
  .milestone .milestone-5 {
    width: 40.5%;
  }
}

@media only screen and (max-width: 550px) {
  .milestone .item {
    width: 47%;
  }
  .milestone .milestone-5 {
    width: 100%;
    margin: 0;
  }
}

/* -----------------------------------------------------------------
NFT
-------------------------------------------------------------------*/
#nft {
  padding: 5vw 0;
  height: 960px;
  background-image: url("/online/edeneternal/assets/images/register/nft-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

#nft::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(#90d4ee), to(rgba(144, 212, 238, 0)));
  background: -webkit-linear-gradient(bottom, #90d4ee 0%, rgba(144, 212, 238, 0) 100%);
  background: -o-linear-gradient(bottom, #90d4ee 0%, rgba(144, 212, 238, 0) 100%);
  background: linear-gradient(to top, #90d4ee 0%, rgba(144, 212, 238, 0) 100%);
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

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

#nft .title {
  width: 370px;
}

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

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

#nft .char {
  width: 736px;
  position: absolute;
  right: 0;
  top: 0;
}

#nft .char::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 155.57065%;
  -webkit-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  transform: translate(40%, 0);
  background-image: url("/online/edeneternal/assets/images/register/nft-character.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1440px) {
  #nft .char {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  #nft {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  #nft .title {
    width: 77vw;
  }
}

.nft {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  height: 460px;
  position: relative;
}

.nft-border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  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;
}

.nft-border-top, .nft-border-bottom {
  width: 100%;
  height: 0;
  padding-top: 17.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  background-image: url("/online/edeneternal/assets/images/register/nft-border-top.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.nft-border-top {
  top: 0;
}

.nft-border-bottom {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.nft-border-center {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-image: url("/online/edeneternal/assets/images/register/nft-border-center.webp");
  background-repeat: repeat-y;
  background-position: center top;
}

.nft-img {
  padding: 55px 15px;
  width: 100%;
  height: 100%;
}

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

.nft-img figure {
  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-img figure {
    -webkit-animation: moveup linear 20s infinite;
    animation: moveup linear 20s infinite;
  }
}

@media only screen and (max-width: 820px) {
  .nft {
    width: 90vw;
  }
  .nft-border-top, .nft-border-bottom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.6vw;
    flex: 0 0 15.6vw;
  }
  .nft-border-center {
    background-size: contain;
  }
  .nft-img {
    padding: 6vw 1vw;
  }
}

@-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%);
    /* 設定結束位置 */
  }
}

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

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

#inquiry .title {
  width: 269px;
}

#inquiry .title img {
  width: 100%;
  height: auto;
}

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

@media only screen and (max-width: 480px) {
  #inquiry .title {
    width: 56vw;
  }
}

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

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

.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 {
  visibility: hidden;
  position: absolute;
  right: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #999;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 3px;
  padding: 3px 5px;
  cursor: pointer;
}

.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: #333;
  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 {
  border: 4px solid #fff;
  border-radius: 10px 0 0 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#62a43f), to(#8abb5f));
  background: -webkit-linear-gradient(bottom, #62a43f 0%, #8abb5f 100%);
  background: -o-linear-gradient(bottom, #62a43f 0%, #8abb5f 100%);
  background: linear-gradient(to top, #62a43f 0%, #8abb5f 100%);
  padding: 10px 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  padding-top: 90px;
  display: none;
}

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

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

.float .menu li a {
  display: block;
  color: #fff;
  background-color: #756414;
  border: 2px solid #fff;
  padding: 0 1em;
  line-height: 1.5;
  height: 2em;
  border-radius: 1.2em;
}

.float .menu li a:hover {
  background-color: #493f0d;
}

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

.float .close {
  background: #568013;
  padding: 7px;
  -webkit-transform: translate(-14px, 0);
  -ms-transform: translate(-14px, 0);
  transform: translate(-14px, 0);
  left: 0;
}

.float .close::before {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent #35500a transparent transparent;
}

.float .open {
  display: none;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background: #568013;
  padding: 7px;
}

.float-character {
  width: 230px;
  position: absolute;
  z-index: 12;
  top: 0;
  left: 0;
}

.float-character::before {
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  transform: translate(0, -20%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 165.21739%;
  background-image: url("/online/edeneternal/assets/images/register/float-character.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

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

.ad {
  display: none;
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100px;
  bottom: 0;
  background-color: #2c426d;
}

.ad-container {
  position: relative;
  height: 100%;
}

.ad-banner {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.ad-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-top: 33.97746%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}

@media only screen and (min-width: 481px) {
  .ad {
    display: none !important;
  }
}

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