@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  background-color: #1c3a61;
  color: #373737;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

/* Loading */
.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
}

.loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #243;
  font: 600 18px/1 ui-sans-serif, system-ui;
  letter-spacing: 0.08em;
}

.cloud {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120vw;
  height: 150vh;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  mix-blend-mode: screen;
  will-change: transform;
}

.progress-container {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 15px;
  border-radius: 15px;
  background: #5c6d29;
  border: 2px solid #838b45;
}

.progress-bar {
  width: 0%;
  height: 100%;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#ffe3af), to(#fffecd));
  background: linear-gradient(90deg, #ffe3af, #fffecd);
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.progress-text {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 25px;
  font-weight: bold;
  color: #5c6d29;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}

.walker {
  position: absolute;
  bottom: 50%;
  left: 0%;
  width: 99px;
  height: auto;
  pointer-events: none;
  z-index: 1000;
}

@media (prefers-reduced-motion: reduce) {
  .cloud, .loading-text {
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}
.wrap {
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  min-width: 1280px;
  background: url(../images/bg1.jpg) no-repeat center top;
  background-attachment: fixed;
}

.container {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 1041px;
  background: url(../images/header-bg.png) no-repeat center top;
}

.top-menu {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  left: 0;
  width: 213px;
  height: 467px;
  z-index: 100;
  background: url(../images/menu-bg.png) no-repeat center top;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-menu.show {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.promo-btn {
  position: fixed;
  right: 10px;
  bottom: 50px;
  width: 169px;
  height: 192px;
  z-index: 50;
  -webkit-animation: heartbeat 1.2s infinite;
          animation: heartbeat 1.2s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#menu {
  padding-top: 81px;
}

#menu a {
  width: 161px;
  height: 43px;
  display: block;
  margin: 0 auto 8px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-btn-sec1 {
  background: url(../images/menu-btn1.png) no-repeat center top;
}
.menu-btn-sec1.active {
  background: url(../images/menu-btn1-ac.png) no-repeat center top;
}

.menu-btn-sec2 {
  background: url(../images/menu-btn2.png) no-repeat center top;
}
.menu-btn-sec2.active {
  background: url(../images/menu-btn2-ac.png) no-repeat center top;
}

.menu-btn-sec3 {
  background: url(../images/menu-btn3.png) no-repeat center top;
}
.menu-btn-sec3.active {
  background: url(../images/menu-btn3-ac.png) no-repeat center top;
}

.menu-btn-sec4 {
  background: url(../images/menu-btn4.png) no-repeat center top;
}
.menu-btn-sec4.active {
  background: url(../images/menu-btn4-ac.png) no-repeat center top;
}

.menu-btn-sec5 {
  background: url(../images/menu-btn5.png) no-repeat center top;
}
.menu-btn-sec5.active {
  background: url(../images/menu-btn5-ac.png) no-repeat center top;
}

.menu-btn-sec6 {
  background: url(../images/menu-btn6.png) no-repeat center top;
}
.menu-btn-sec6.active {
  background: url(../images/menu-btn6-ac.png) no-repeat center top;
}

.social-btns {
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding-top: 20px;
  padding-right: 10px;
}
.social-btns a {
  display: block;
  width: 53px;
  height: 53px;
  margin-right: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-btns a:hover {
  opacity: 0.8;
}

.m-social-btns {
  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;
  gap: 10px;
  margin-top: 20px;
}
.m-social-btns a {
  display: block;
  width: 56px;
  height: 53px;
  padding: 0 !important;
  border-bottom: none !important;
}

.logo {
  display: block;
  width: 211px;
  height: 176px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-title {
  position: absolute;
  width: 687px;
  height: 403px;
  top: 203px;
  left: -60px;
  background: url(../images/title.png) no-repeat center top;
}

.header-girl {
  position: absolute;
  width: 797px;
  height: 871px;
  top: -40px;
  left: 560px;
  background: url(../images/header-girl.png) no-repeat center top;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
.header-flower {
  position: absolute;
  width: 1907px;
  height: 1022px;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  background: url(../images/header-flower.png) no-repeat center top;
}

.title-box {
  text-align: center;
  z-index: 15;
}

.title-box-s {
  text-align: center;
  z-index: 15;
  margin: 60px auto 20px auto;
}

.sec1 {
  width: 100%;
  height: 2550px;
}

.sec1-word {
  width: 970px;
  height: 561px;
  margin: 20px auto 0 auto;
  background: url(../images/sec1-word.png) no-repeat center top;
  z-index: 15;
}

.sec1-bg-bamboo {
  width: 1920px;
  height: 1114px;
  background: url(../images/sec1-bg-bamboo.png) no-repeat center top;
  z-index: 10;
  position: absolute;
  top: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec1-1-bg {
  width: 1920px;
  height: 673px;
  background: url(../images/sec1-intro-bg.png) no-repeat center top;
  z-index: 1;
  position: absolute;
  top: 852px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec1-1-content {
  width: 100%;
  z-index: 10;
  height: 700px;
}

.sec1-girl {
  position: absolute;
  top: -88px;
  left: 70px;
  width: 584px;
  height: 732px;
  z-index: 9;
}

.sec1-girl-pic {
  width: 584px;
  height: 732px;
  background: url(../images/sec1-girl.png) no-repeat center top;
  -webkit-animation: floatY 3.6s ease-in-out infinite alternate;
          animation: floatY 3.6s ease-in-out infinite alternate;
}

.sec1-girl-shadow {
  width: 454px;
  height: 85px;
  background: url(../images/sec1-girl-shadow.png) no-repeat center top;
  position: relative;
  left: 63px;
  -webkit-animation: shadowScale 3.6s ease-in-out infinite alternate;
          animation: shadowScale 3.6s ease-in-out infinite alternate;
}

@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  100% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
}

@keyframes floatY {
  0% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
  50% {
    -webkit-transform: translateY(-18px);
            transform: translateY(-18px);
  }
  100% {
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
}
@-webkit-keyframes shadowScale {
  0% {
    -webkit-transform: scaleX(1.12);
            transform: scaleX(1.12);
    opacity: 0.55;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  50% {
    -webkit-transform: scaleX(0.72);
            transform: scaleX(0.72);
    opacity: 0.35;
    -webkit-filter: blur(1.5px);
            filter: blur(1.5px);
  }
  100% {
    -webkit-transform: scaleX(1.12);
            transform: scaleX(1.12);
    opacity: 0.55;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}
@keyframes shadowScale {
  0% {
    -webkit-transform: scaleX(1.12);
            transform: scaleX(1.12);
    opacity: 0.55;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  50% {
    -webkit-transform: scaleX(0.72);
            transform: scaleX(0.72);
    opacity: 0.35;
    -webkit-filter: blur(1.5px);
            filter: blur(1.5px);
  }
  100% {
    -webkit-transform: scaleX(1.12);
            transform: scaleX(1.12);
    opacity: 0.55;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}
.sec1-introbox {
  position: absolute;
  top: 3px;
  right: 20px;
  width: 660px;
  height: 628px;
  background: url(../images/sec1-introbox.png) no-repeat center top;
  z-index: 5;
}

.sec1-shine {
  width: 1288px;
  height: 598px;
  position: absolute;
  top: 40;
  left: -40px;
  z-index: 11;
  background: url(../images/sec1-shine.png) no-repeat center top;
  -webkit-animation: twinkle 3.4s infinite ease-in-out;
          animation: twinkle 3.4s infinite ease-in-out;
}

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.sec1-cloud-out {
  position: absolute;
  top: 250px;
  left: -180px;
  width: 450px;
  height: 80px;
  background: url(../images/sec1-cloud1.png) no-repeat center top;
  -webkit-animation: cloudMove 5s ease-in-out infinite alternate;
          animation: cloudMove 5s ease-in-out infinite alternate;
  will-change: transform;
  z-index: 3;
}

.sec1-cloud-left {
  position: absolute;
  top: 547px;
  left: -180px;
  width: 310px;
  height: 65px;
  background: url(../images/sec1-cloud2.png) no-repeat center top;
  -webkit-animation: cloudMove 4s ease-in-out infinite alternate;
          animation: cloudMove 4s ease-in-out infinite alternate;
  will-change: transform;
}

.sec1-cloud-right {
  position: absolute;
  top: 50px;
  right: -110px;
  width: 450px;
  height: 80px;
  background: url(../images/sec1-cloud3.png) no-repeat center top;
  -webkit-animation: cloudMove 6s ease-in-out infinite alternate;
          animation: cloudMove 6s ease-in-out infinite alternate;
  will-change: transform;
}

@-webkit-keyframes cloudMove {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@keyframes cloudMove {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.sec1-girl-intro-m {
  display: none;
}

.sec1-stats-box {
  width: 550px;
  position: absolute;
  top: 280px;
  right: 40px;
}

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

.stat-label {
  background: #2e3877;
  color: #d8def5;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  min-width: 65px;
  margin-right: 3px;
}

.stat-value {
  font-size: 16px;
  font-weight: bold;
  color: #ebeeff;
}

.stat-box {
  padding-right: 20px;
  padding-bottom: 10px;
}
.stat-box span {
  display: inline-block;
}

.skills-title {
  background: #95A977;
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.skills-list {
  font-size: 16px;
  color: #d8def5;
  margin-top: 10px;
  line-height: 1.4;
}

.skill-slot {
  background: #95A977;
  color: white;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
}

.sec1-2-content {
  width: 1101px;
  height: 715px;
  background: url(../images/map-bg.png) no-repeat center top;
  margin: 0 auto;
}

.sec2 {
  width: 100%;
  height: 1250px;
}

.swiper {
  position: absolute;
  top: 38px;
  width: 1020px;
  height: 635px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #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;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  width: 115px !important;
  height: 100px !important;
  right: -96px !important;
  background: url("../images/arrow-next.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-button-next:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-button-prev {
  width: 115px !important;
  height: 100px !important;
  left: -96px !important;
  background: url("../images/arrow-prev.png") center no-repeat;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.swiper-button-prev:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination {
  bottom: -20px !important;
}

.swiper-pagination-bullet {
  width: 60px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 20px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 60px !important;
  height: 10px !important;
  background: #bbe654 !important;
  border-radius: 20px !important;
  -webkit-box-shadow: 0 0 10px rgb(180, 230, 84);
          box-shadow: 0 0 10px rgb(180, 230, 84);
}

.sec2-word1 {
  width: 695px;
  height: 48px;
  margin: 0 auto;
}

.sec2-gift-boxes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-btn {
  position: absolute;
  top: -69px;
  right: 77px;
  width: 200px;
  height: 40px;
  background: #7e7e7e;
  border: none;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.logout-btn {
  position: absolute;
  top: -69px;
  right: 77px;
  /* width: 150px; */
  width: 200px;
  height: 40px;
  background: #7e7e7e;
  border: none;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.sec1-gift-box {
  width: 555px;
  height: 721px;
}

.sec1-gift-box1 {
  background: url(../images/sec2-gift1.png) no-repeat center top;
}

.sec1-gift-box2 {
  background: url(../images/sec2-gift2.png) no-repeat center top;
}

.reward-btn {
  width: 282px;
  height: 105px;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  bottom: 80px;
  background: url(../images/reward-btn.png) no-repeat center top;
  cursor: pointer;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.received-btn {
  width: 282px;
  height: 105px;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  bottom: 80px;
  background: url(../images/received-btn.png) no-repeat center top;
  cursor: default;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.noreward-btn {
  width: 282px;
  height: 105px;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  bottom: 80px;
  background: url(../images/noreward-btn.png) no-repeat center top;
  cursor: default;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec2-notice-title {
  width: 695px;
  height: 48px;
  margin: 30px auto 20px auto;
}

.sec2-notice-box {
  width: 1150px;
  margin: 0 auto;
}

.sec2-notice-list {
  font-size: 18px;
  color: #8fbcfa;
  line-height: 1.5;
}

.white {
  color: #e3efff;
}

.paper-content-box {
  width: 1085px;
  margin: 0 auto;
  top: -80px;
}
.paper-content-box .paper-content-box-top {
  width: 1085px;
  height: 145px;
  background: url(../images/content-top.png) top center/100% auto no-repeat;
}
.paper-content-box .paper-content-box-middle {
  width: 1085px;
  height: auto;
  padding: 20px 75px;
  font-size: 18px;
  background: url(../images/content-middle.png) center/100% 24px repeat-y;
}
.paper-content-box .paper-content-box-bottom {
  width: 1085px;
  height: 100px;
  background: url(../images/content-bottom.png) top center/100% auto no-repeat;
}

.cont-s {
  display: block;
}
.cont-s .word {
  padding: 0 0 0 15px;
}

.cont-d .word {
  width: 100% !important;
}

.cont-d-list {
  font-size: 18px;
  color: #373737;
  line-height: 1.5;
}
.cont-d-list > li {
  margin-left: 2em;
  margin-bottom: 5px;
}

.subtitle-s {
  margin: 20px 0 10px 0;
}

.sec4-word {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.red {
  color: #b03a2e;
}

.flexboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-wrap {
  max-width: 1200px;
  margin: 24px auto;
}
.table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff8eb;
  border: 2px solid #bb9664;
}
.table-wrap thead th {
  position: sticky;
  top: 0;
  background: #bb9664;
  text-align: left;
  vertical-align: middle;
  padding: 12px;
  color: #efe3cd;
  border-bottom: 1px solid #fff;
}
.table-wrap tbody td {
  vertical-align: middle;
  padding: 12px;
  border-top: 1px solid #ddcaa7;
}
.table-wrap tbody tr:nth-child(even) {
  background-color: #fff6e4;
}
.table-wrap .hi {
  color: #b03a2e;
}
.table-wrap .lvl, .table-wrap .cat, .table-wrap .place, .table-wrap .npc {
  text-align: center;
}
.table-wrap .percent {
  text-align: center;
}
.table-wrap .skill-name {
  line-height: 40px;
}
.table-wrap .skill-name img {
  vertical-align: middle;
  margin-right: 10px;
}
.table-wrap .skill-item {
  line-height: 40px;
}
.table-wrap .skill-item img {
  vertical-align: middle;
  margin-right: 10px;
}

.sec6-word {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.serial-box {
  width: 500px;
  margin: 20px 0 0 50px;
}

.code-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border: 3px solid #d7cbb5;
  border-radius: 20px;
  padding: 0 20px 0 0;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.label {
  background: #e9dcc4;
  color: #8d7852;
  width: 110px;
  height: 64px;
  font-size: 24px;
  font-weight: bold;
  padding: 0 15px;
  margin-right: 10px;
  min-width: 50px;
  text-align: center;
  border-radius: 16px 0 0 16px;
  line-height: 64px;
}

.code {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.copy-btn {
  background: #ccc;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.copy-btn:hover {
  background: #aaa;
}

.copy-btn:active {
  background: #888;
}

.copied {
  background: #5cb85c !important;
  color: white;
}

.sec6-gift {
  padding-left: 50px;
}

.sec6-girl {
  position: absolute;
  bottom: 0px;
  right: -14px;
  width: 385px;
  height: 586px;
}

@media (max-width: 860px) {
  .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS 慣性捲動 */
  }
  table {
    min-width: 1000px; /* 給一個最小寬，讓它需要時可以橫向捲動 */
  }
  thead th, tbody td {
    white-space: nowrap; /* 避免換行撐高 */
  }
}
.footer {
  width: 100%;
  height: 150px;
  background: #09172e;
  color: #5c7091;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-left, .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.class-level {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

/* 漢堡選單按鈕 */
.hamburger {
  display: none;
  position: fixed;
  top: 15px;
  width: 50px;
  height: 50px;
  background: #f2e6d3;
  border-radius: 50% 0 50% 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 1000;
  border: 3px solid #b68862;
}

.hamburger div {
  width: 25px;
  height: 3px;
  background: #b68862;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 21px;
  left: 9px;
  border-radius: 10px;
}

.hamburger div::before,
.hamburger div::after {
  content: "";
  width: 25px;
  height: 3px;
  background: #b68862;
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger div::before {
  top: -8px;
}

.hamburger div::after {
  top: 8px;
}

/* 漢堡選單開啟時變叉叉 */
.hamburger.active div {
  background: transparent;
}

.hamburger.active div::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.hamburger.active div::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

/* 側邊選單 */
.menu {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: rgba(49, 40, 17, 0.95);
  color: white;
  padding-top: 20px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 999;
}

.menu.active {
  left: 0;
}

.scroll-btn {
  width: 100%;
  display: block;
  height: 60px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-shadow: 0 0 5px #f2e6d3;
  cursor: pointer;
}

.m-download-btn {
  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;
  width: 100%;
  margin-top: 10px;
}
.m-download-btn .apple-download-btn {
  margin-top: 10px;
  background: none;
  outline: none;
  border: none;
}

.menu-promo {
  border-top: 1px dashed #a87c50;
  text-align: center;
  padding-top: 30px;
}

.m-menu-logo {
  width: 177px;
  height: 129px;
  background: url("../images/logo-s.png") no-repeat center;
  margin: 0 auto 20px auto;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

.fade-in.show, .fade-in-left.show, .fade-in-down.show, .fade-in-right.show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}