@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%;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
  background: #200d06;
}

body.is-loading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 1000;
  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: transparent;
}
.site-loader[hidden] {
  display: none;
}

.loader-curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(18%, rgba(255, 255, 255, 0.08)), color-stop(29%, transparent), color-stop(53%, rgba(255, 255, 255, 0.07)), color-stop(65%, transparent), to(rgba(0, 0, 0, 0.26))), -webkit-gradient(linear, left top, left bottom, from(#9b1d25), color-stop(70%, #631016), to(#37070b));
  background: linear-gradient(90deg, transparent 0 8%, rgba(255, 255, 255, 0.08) 18%, transparent 29% 43%, rgba(255, 255, 255, 0.07) 53%, transparent 65% 80%, rgba(0, 0, 0, 0.26) 100%), linear-gradient(180deg, #9b1d25, #631016 70%, #37070b);
  -webkit-box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.58);
          box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.58);
  -webkit-transition: -webkit-transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 1.25s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1.25s cubic-bezier(0.76, 0, 0.24, 1);
}

.loader-curtain-left {
  left: 0;
}

.loader-curtain-right {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.loader-center {
  z-index: 2;
  width: min(78vw, 390px);
  text-align: center;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.loader-logo {
  display: block;
  width: min(82%, 300px);
  height: auto;
  margin: 0 auto 22px;
  -webkit-filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.48));
          filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.48));
}

.loader-progress {
  overflow: hidden;
  width: 210px;
  height: 5px;
  margin: 14px auto 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
}
.loader-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#9e6926), to(#ffe29a));
  background: linear-gradient(90deg, #9e6926, #ffe29a);
  -webkit-box-shadow: 0 0 10px rgba(255, 215, 126, 0.7);
          box-shadow: 0 0 10px rgba(255, 215, 126, 0.7);
  -webkit-transition: width 0.18s ease;
  transition: width 0.18s ease;
}

.loader-percent {
  color: #fff1c7;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.site-loader.is-opening {
  pointer-events: none;
}
.site-loader.is-opening .loader-curtain-left {
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
}
.site-loader.is-opening .loader-curtain-right {
  -webkit-transform: translateX(102%) scaleX(-1);
          transform: translateX(102%) scaleX(-1);
}
.site-loader.is-opening .loader-center {
  opacity: 0;
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}

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

.wrap {
  width: 100%;
  min-width: 1280px;
  height: auto;
  overflow: hidden;
  z-index: 1;
}

.promo-btn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: -2px;
  width: 173px;
  z-index: 100;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  border: 2px solid #ffbc45;
  cursor: pointer;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
}
.promo-btn img {
  display: block;
}
.promo-btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.header {
  width: 100%;
  height: 968px;
  background: url("../images/header-bg.png") no-repeat center;
  z-index: 10;
}

.header-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  z-index: 0;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.header-tit {
  width: 660px;
  height: 261px;
  background: url("../images/header-tit.png") no-repeat center;
  margin: 0 auto;
  top: 620px;
  opacity: 0;
}

body.is-page-ready .header-tit {
  -webkit-animation: headerTitleFadeIn 1.2s ease 0.15s both;
          animation: headerTitleFadeIn 1.2s ease 0.15s both;
}

@-webkit-keyframes headerTitleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerTitleFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(28px);
            transform: translateY(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
a.logo {
  position: absolute;
  display: block;
  width: 362px;
  height: 191px;
  top: 20px;
  left: 20px;
  z-index: 50;
}

.social-btns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  top: 55px;
  right: 50px;
  z-index: 50;
}
.social-btns a {
  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;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-btns a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-btns a:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

.container {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  isolation: isolate;
  padding-top: 50px;
}

.fixed-bg-box {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 1s ease, visibility 0s linear 1s;
  transition: opacity 1s ease, visibility 0s linear 1s;
}

.fixed-bg-box.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.fixed-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixed-bg-sec4 {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.fixed-bg-sec4.is-active {
  opacity: 1;
}

.bg-fixed-section {
  z-index: 1;
}

.sec1, .sec2, .sec3, .sec4, .sec5, .sec6 {
  width: 100%;
  margin-bottom: 50px;
  z-index: 10;
}

.tit-box {
  text-align: center;
  margin-bottom: 20px;
}
.tit-box .tit-d {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}

.content {
  width: 1280px;
  margin: 0 auto;
}

.cont-top {
  width: 100%;
  height: 109px;
  background: url("../images/cont-top.png") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cont-mid {
  width: 100%;
  background: url("../images/cont-mid.png") repeat-y center;
  padding: 10px 130px;
  color: #fff;
}

.sec1-pic1 {
  position: absolute;
  top: 60px;
  right: -210px;
  width: 514px;
  height: 865px;
  background: url("../images/sec1-pic1.png") no-repeat center;
}

.sec1-coin1 {
  position: absolute;
  top: 170px;
  left: -100px;
  width: 157px;
  height: 131px;
  z-index: 20;
  background: url("../images/sec1-coin1.png") no-repeat center;
}

.sec1-coin2 {
  position: absolute;
  top: 750px;
  left: -160px;
  width: 178px;
  height: 143px;
  z-index: 20;
  background: url("../images/sec1-coin2.png") no-repeat center;
}

.sec1-coin3 {
  position: absolute;
  top: 960px;
  left: 100px;
  width: 111px;
  height: 133px;
  z-index: 20;
  background: url("../images/sec1-coin3.png") no-repeat center;
}

.sec1-coin4 {
  position: absolute;
  top: 60px;
  right: -120px;
  width: 167px;
  height: 135px;
  z-index: 20;
  background: url("../images/sec1-coin4.png") no-repeat center;
}

.sec1-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding-top: 22px;
}

.sec1-tab-btn {
  width: 223px;
  height: 68px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.sec1-tab-btn:focus-visible {
  outline: 3px solid #f7d873;
  outline-offset: 4px;
}
.sec1-tab-btn.is-active .sec1-tab-gold {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.65s cubic-bezier(0.2, 0.9, 0.25, 1.2);
  transition: opacity 0.25s ease, -webkit-transform 0.65s cubic-bezier(0.2, 0.9, 0.25, 1.2);
  transition: opacity 0.25s ease, transform 0.65s cubic-bezier(0.2, 0.9, 0.25, 1.2);
  transition: opacity 0.25s ease, transform 0.65s cubic-bezier(0.2, 0.9, 0.25, 1.2), -webkit-transform 0.65s cubic-bezier(0.2, 0.9, 0.25, 1.2);
}
.sec1-tab-btn.is-active .sec1-tab-img-normal {
  opacity: 0;
}
.sec1-tab-btn.is-active .sec1-tab-img-active {
  opacity: 1;
}

.sec1-tab-gold {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 42px;
  width: 117px;
  height: 83px;
  background: url("../images/sec1-btn-gold.png") no-repeat center;
  opacity: 0;
  -webkit-transform: translate(-50%, -32px);
          transform: translate(-50%, -32px);
  pointer-events: none;
  -webkit-transition: opacity 0.28s ease, -webkit-transform 0.38s ease-in;
  transition: opacity 0.28s ease, -webkit-transform 0.38s ease-in;
  transition: opacity 0.28s ease, transform 0.38s ease-in;
  transition: opacity 0.28s ease, transform 0.38s ease-in, -webkit-transform 0.38s ease-in;
}

.sec1-tab-img {
  position: absolute;
  inset: 0;
  display: block;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.sec1-tab-img-active {
  opacity: 0;
}

.sec1-tab-panels {
  margin-top: 30px;
}

.sec1-tab-panel {
  display: none;
}
.sec1-tab-panel.is-active {
  display: block;
  -webkit-animation: sec1PanelFadeIn 0.45s ease both;
          animation: sec1PanelFadeIn 0.45s ease both;
}

.sec1-tab-panel p {
  margin-bottom: 10px;
}
.sec1-tab-panel {
  text-align: center;
}

@-webkit-keyframes sec1PanelFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes sec1PanelFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec2-cont {
  text-align: center;
}
.sec2-cont p {
  margin-bottom: 10px;
}

.sec2-coin1 {
  position: absolute;
  top: 100px;
  left: 50px;
  width: 127px;
  height: 122px;
  z-index: 20;
  background: url("../images/sec2-coin1.png") no-repeat center;
}

.sec2-coin2 {
  position: absolute;
  top: 850px;
  left: -100px;
  width: 178px;
  height: 143px;
  z-index: 20;
  background: url("../images/sec2-coin2.png") no-repeat center;
}

.sec2-coin3 {
  position: absolute;
  top: 480px;
  right: -100px;
  width: 137px;
  height: 105px;
  z-index: 20;
  background: url("../images/sec2-coin3.png") no-repeat center;
}

.sec3-cont {
  top: 20px;
  left: 283px;
  width: 750px;
  min-height: 550px;
}
.sec3-cont p {
  margin-bottom: 10px;
}

.sec3-slider {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 0 50px;
}

.sec3-swiper {
  overflow: hidden;
  width: 100%;
}
.sec3-swiper .swiper-slide {
  text-align: center;
}
.sec3-swiper img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.sec3-slider-prev {
  left: 0;
}

.sec3-slider-next {
  right: 0;
}

.sec3-pic1 {
  position: absolute;
  top: 120px;
  left: -90px;
  width: 511px;
  height: 838px;
  background: url("../images/sec3-pic1.png") no-repeat center;
  z-index: 20;
}

.sec3-coin1 {
  position: absolute;
  top: 170px;
  left: -220px;
  width: 137px;
  height: 105px;
  z-index: 20;
  background: url("../images/sec2-coin3.png") no-repeat center;
}

.sec3-coin2 {
  position: absolute;
  top: 470px;
  right: -170px;
  width: 178px;
  height: 143px;
  z-index: 20;
  background: url("../images/sec2-coin2.png") no-repeat center;
}

.sec3-coin3 {
  position: absolute;
  top: 730px;
  right: -20px;
  width: 127px;
  height: 122px;
  z-index: 20;
  background: url("../images/sec2-coin1.png") no-repeat center;
}

.sec4-cont {
  min-height: 820px;
}

.sec4-intro {
  width: 490px;
  line-height: 1.85;
}
.sec4-intro > p {
  width: 100%;
  max-width: 100%;
}
.sec4-intro > p img {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
.sec4-intro p:first-child span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 3px;
  padding: 4px 8px;
  border: 1px solid rgba(205, 235, 166, 0.7);
  border-radius: 999px;
  background: rgba(185, 220, 137, 0.24);
  color: #e5f6cc;
  line-height: 1.25;
  vertical-align: middle;
  white-space: nowrap;
}
.sec4-intro p:first-child span img {
  margin-left: 0;
}

.sec4-cost .sec4-detail-title {
  margin-top: 10px;
}
.sec4-cost .sec4-table {
  width: 320px;
}

.sec4-table-title {
  margin-top: 8px;
  color: #ffe64f;
}

.sec4-table {
  width: 320px;
  margin-top: 5px;
  border-collapse: collapse;
  text-align: center;
}
.sec4-table th, .sec4-table td {
  height: 41px;
  border: 2px solid #fff;
  vertical-align: middle;
}
.sec4-table thead th {
  background: #704091;
}
.sec4-table tbody tr:nth-child(odd) {
  background: #b91e22;
}
.sec4-table tbody tr:nth-child(even) {
  background: #3b2c28;
}

.sec4-pic1 {
  position: absolute;
  top: 5px;
  right: 35px;
  width: 375px;
  height: 450px;
  z-index: 1;
}
.sec4-pic1 img {
  display: block;
  width: 100%;
  height: auto;
}

.sec4-effects {
  padding-top: 100px;
  z-index: 2;
}
.sec4-effects h3 {
  margin-bottom: 14px;
  color: #ffe64f;
  font-size: 34px;
  font-family: "DFKai-SB", "BiauKai", serif;
  text-align: center;
}
.sec4-effects ol {
  list-style-position: inside;
}
.sec4-effects li {
  margin-bottom: 6px;
  padding: 8px 14px;
  background: -webkit-gradient(linear, left top, right top, from(#5e8435), color-stop(80%, #3e5624));
  background: linear-gradient(to right, #5e8435 0%, #3e5624 80%);
}

.sec4-note {
  margin-top: 8px;
  color: #b8c89f;
}

.sec4-detail-title {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ffe64f;
  font-size: 20px;
}

.sec4-cont > .sec4-table:first-of-type {
  width: 716px;
}

.sec4-cont > .sec4-table:last-of-type {
  width: 362px;
}
.sec4-cont > .sec4-table:last-of-type th:first-child {
  width: 118px;
}

.sec4-word-pic {
  width: 487px;
  height: 44px;
  margin: 0 auto;
  background: url("../images/sec4-word-pic.png") no-repeat center;
}

.sec4-pic2 {
  position: absolute;
  top: 506px;
  right: -316px;
  width: 774px;
  height: 1197px;
  z-index: 20;
  background: url("../images/sec4-pic2.png") no-repeat center;
}

.sec5-cont p {
  margin-bottom: 10px;
  text-align: center;
}

.sec5-pic1 {
  position: absolute;
  top: 56px;
  left: -257px;
  width: 423px;
  height: 653px;
  z-index: 20;
  background: url("../images/sec5-pic1.png") no-repeat center;
}

.sec6-cont {
  line-height: 1.7;
}

.sec6-block {
  margin-bottom: 38px;
}
.sec6-block:last-child {
  margin-bottom: 0;
}
.sec6-block > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(220, 179, 91, 0.55);
  color: #f6d66f;
  font-size: 24px;
}
.sec6-block > h3 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border: 1px solid #d4a950;
  border-radius: 50%;
  background: #5a351b;
  color: #ffe09a;
  font-size: 18px;
}
.sec6-block > p {
  margin-bottom: 12px;
}

.sec6-note {
  padding: 10px 14px;
  border-left: 4px solid #c99a45;
  background: rgba(62, 38, 22, 0.56);
  color: #e7d6b1;
}

.sec6-table-wrap {
  overflow-x: auto;
}

.sec6-table {
  width: 520px;
  max-width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.sec6-table th, .sec6-table td {
  height: 42px;
  border: 2px solid #fff;
  vertical-align: middle;
}
.sec6-table thead th {
  background: #704091;
}
.sec6-table tbody tr:nth-child(odd) {
  background: #b91e22;
}
.sec6-table tbody tr:nth-child(even) {
  background: #3b2c28;
}
.sec6-table del {
  margin-right: 22px;
  color: #c6b9b2;
}
.sec6-table b {
  color: #ffe36e;
}
.sec6-table b::before {
  content: "→";
  margin-right: 22px;
  color: #fff;
}

.sec6-change-list,
.sec6-effect-list {
  font-size: 14px;
  margin-top: 14px;
  list-style: none;
}
.sec6-change-list li,
.sec6-effect-list li {
  margin-bottom: 7px;
  padding: 5px 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(94, 132, 53, 0.86)), to(rgba(62, 86, 36, 0.72)));
  background: linear-gradient(to right, rgba(94, 132, 53, 0.86), rgba(62, 86, 36, 0.72));
  line-height: 1.65;
}
.sec6-change-list strong,
.sec6-effect-list strong {
  display: block;
  color: #ffe36e;
  font-size: 16px;
}

.sec6-effect-list {
  list-style: none;
}

.cont-bottom {
  width: 100%;
  height: 111px;
  background: url("../images/cont-bottom.png") no-repeat center;
}

.footer-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.footer-social-btns a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-social-btns a img {
  top: -1px;
  left: -1px;
}
.footer-social-btns a:hover {
  background: #b69c72;
  border: 1px solid #b69c72;
  opacity: 1;
}

.level-table {
  width: 300px;
  border: 2px solid #b57d2a;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.level-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  border-bottom: 1px solid #b57d2a;
}

.level-table .row:last-child {
  border-bottom: none;
}

.level-table .label {
  width: 120px;
  background: #9b7332;
  color: #fff;
  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;
}

.level-table .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f7f7f7;
  color: #bd812d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}

.table-title {
  width: 120px;
  background: #201107;
  color: #dfcf9c;
  font-weight: bold;
  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;
}

.text-ol {
  margin-left: 1em;
}

.footer {
  width: 100%;
  height: auto;
  z-index: 1;
  background: #000;
  color: #7b7b7b;
  border-top: 2px solid #b69c72;
}

.footer-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 0;
  background: #181818;
}
.footer-social-btns a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-social-btns a img {
  top: -1px;
  left: -1px;
}
.footer-social-btns a:hover {
  background: #b69c72;
  border: 1px solid #b69c72;
  opacity: 1;
}

.footer-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 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;
}

.footer-left {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.copyright {
  font-size: 12px;
}

.text-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pic-row {
  border-bottom: 1px solid #553e2f;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.agreement a {
  color: #7b7b7b;
  font-size: 12px;
}
.agreement a:hover {
  color: #666666;
}

.agreement-line {
  display: block;
  width: 2px;
  height: 16px;
  background: #7b7b7b;
  margin: 0 25px;
}

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

.class-txt {
  font-size: 12px;
}

.card-showcase {
  width: min(100% - 32px, 1160px);
  margin-inline: auto;
  padding: clamp(56px, 8vw, 110px) 0 90px;
}

.showcase-heading {
  margin: 0 0 42px 6px;
}

.eyebrow {
  margin: 0 0 8px;
  color: #b9e788;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
}

h1 {
  margin: 0;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: 0.03em;
}

.showcase-heading > p:last-child {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.slider-shell {
  position: relative;
  padding-inline: 50px;
  z-index: 21;
}

.card-swiper {
  overflow: hidden;
  padding: 10px 4px 24px;
}

.swiper-slide {
  height: auto;
}

.card-item {
  height: calc(100% - 6px);
  margin-top: 6px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(187, 241, 117, 0.32);
  border-radius: 12px;
  background: rgba(9, 27, 7, 0.48);
  -webkit-box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
          box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

.card-item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  border-color: rgba(201, 255, 132, 0.78);
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38), 0 0 24px rgba(144, 221, 69, 0.12);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38), 0 0 24px rgba(144, 221, 69, 0.12);
}

.card-item img {
  display: block;
  width: 100%;
  aspect-ratio: 219/344;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
}

.slider-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(217, 255, 178, 0.55);
  border-radius: 50%;
  background: rgba(14, 38, 10, 0.82);
  color: #fff;
  font: 300 36px/1 Arial, sans-serif;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.slider-button span {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  font-size: 0;
}

.page-nav {
  position: fixed;
  top: 50%;
  left: 18px;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.page-nav.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.page-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 126px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid rgba(190, 145, 72, 0.65);
  border-radius: 4px;
  background: rgba(58, 38, 22, 0.9);
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  backdrop-filter: blur(4px);
  -webkit-transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-nav a span {
  width: 24px;
  margin-right: 7px;
  color: #d3a85f;
  font-size: 11px;
}
.page-nav a:hover, .page-nav a.is-active {
  color: #fff;
  border-color: #efd18b;
  background: -webkit-gradient(linear, left top, right top, from(#a77935), to(#62401f));
  background: linear-gradient(to right, #a77935, #62401f);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.coin-fx {
  --coin-delay: 0s;
  opacity: 0;
  -webkit-transform: translateY(28px) scale(0.92);
          transform: translateY(28px) scale(0.92);
  will-change: transform, opacity;
}

.coin-fx.is-visible {
  -webkit-animation: coinFadeInUp 0.75s cubic-bezier(0.2, 0.8, 0.3, 1) var(--coin-delay) both, coinFloat 3.8s ease-in-out calc(var(--coin-delay) + 0.75s) infinite;
          animation: coinFadeInUp 0.75s cubic-bezier(0.2, 0.8, 0.3, 1) var(--coin-delay) both, coinFloat 3.8s ease-in-out calc(var(--coin-delay) + 0.75s) infinite;
}

.sec1-coin2, .sec2-coin2, .sec3-coin2 {
  --coin-delay: .18s;
}

.sec1-coin3, .sec2-coin3, .sec3-coin3 {
  --coin-delay: .36s;
}

.sec1-coin4 {
  --coin-delay: .54s;
}

@-webkit-keyframes coinFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(28px) scale(0.92);
            transform: translateY(28px) scale(0.92);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@keyframes coinFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(28px) scale(0.92);
            transform: translateY(28px) scale(0.92);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes coinFloat {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-1.5deg);
            transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(1.5deg);
            transform: translateY(-12px) rotate(1.5deg);
  }
}
@keyframes coinFloat {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-1.5deg);
            transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(1.5deg);
            transform: translateY(-12px) rotate(1.5deg);
  }
}
.reveal-fx {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity 1.2s ease 0.15s, -webkit-transform 1.3s cubic-bezier(0.2, 0.8, 0.3, 1) 0.15s;
  transition: opacity 1.2s ease 0.15s, -webkit-transform 1.3s cubic-bezier(0.2, 0.8, 0.3, 1) 0.15s;
  transition: opacity 1.2s ease 0.15s, transform 1.3s cubic-bezier(0.2, 0.8, 0.3, 1) 0.15s;
  transition: opacity 1.2s ease 0.15s, transform 1.3s cubic-bezier(0.2, 0.8, 0.3, 1) 0.15s, -webkit-transform 1.3s cubic-bezier(0.2, 0.8, 0.3, 1) 0.15s;
}

.reveal-from-left {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

.reveal-from-right {
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}

.reveal-fx.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slider-button--prev span,
.sec3-slider-prev span {
  -webkit-transform: translateX(2px) rotate(-135deg);
          transform: translateX(2px) rotate(-135deg);
}

.slider-button--next span,
.sec3-slider-next span {
  -webkit-transform: translateX(-2px) rotate(45deg);
          transform: translateX(-2px) rotate(45deg);
}

.slider-button:hover {
  background: #68a737;
  -webkit-transform: translateY(-50%) scale(1.07);
          transform: translateY(-50%) scale(1.07);
}

.slider-button--prev {
  left: 0;
}

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

@media (max-width: 600px) {
  body {
    overflow-x: hidden;
  }
  .card-showcase {
    width: 100%;
    padding: 42px 16px 64px;
  }
  .showcase-heading {
    margin-bottom: 26px;
  }
  .slider-shell {
    width: 100%;
    padding-inline: 0;
  }
  .card-swiper {
    width: 80%;
    margin-inline: auto;
    padding-inline: 0;
  }
  .swiper-slide, .card-item {
    width: 100%;
  }
  .slider-button {
    width: 34px;
    height: 34px;
    font-size: 29px;
  }
  .slider-button--prev {
    left: 8px;
  }
  .slider-button--next {
    right: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header-tit {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  .loader-curtain,
  .loader-center {
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
  }
  .card-item, .slider-button {
    -webkit-transition: none;
    transition: none;
  }
  .coin-fx,
  .coin-fx.is-visible,
  .reveal-fx,
  .reveal-fx.is-visible {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .container {
    padding-top: 30px;
  }
  .wrap {
    min-width: 0;
  }
  .page-nav {
    display: none;
  }
  .fixed-bg-box {
    width: 100vw;
    height: 100dvh;
    min-height: 100svh;
  }
  .fixed-bg {
    background-attachment: scroll;
    background-position: center top;
  }
  a.logo {
    display: block;
    width: 38%;
    height: auto;
    top: 10px;
    left: 10px;
  }
  a.logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .inner {
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .promo-btn {
    width: 100%;
    bottom: 0;
    right: 0;
    -webkit-animation: none;
            animation: none;
    border: none;
  }
  .promo-btn img {
    max-width: 100%;
  }
  .header {
    width: 100%;
    height: auto;
    aspect-ratio: 768/920;
    background: url("../images/header-bg-m.jpg") top no-repeat;
    background-size: 100% auto;
  }
  .header-video {
    display: none;
  }
  .header-tit {
    display: none;
  }
  .cont-top {
    height: auto;
    aspect-ratio: 1280/109;
    background: url("../images/cont-top.png") top no-repeat;
    background-size: 98% 100%;
    margin-bottom: -1px;
  }
  .cont-mid {
    padding: 10px 8%;
    background-size: 98% auto;
    z-index: 1;
  }
  .cont-bottom {
    height: auto;
    aspect-ratio: 1280/111;
    padding: 30px 16px 12px;
    background-size: 98% 100%;
    margin-top: -1px;
  }
  .sec1-coin1, .sec1-coin2, .sec1-coin3, .sec1-coin4, .sec2-coin1, .sec2-coin2, .sec2-coin3, .sec3-coin1, .sec3-coin2, .sec3-coin3 {
    display: none;
  }
  .sec1-pic1 {
    display: none;
  }
  .sec1-tabs {
    width: 100%;
    gap: 6px;
    padding-top: 20px;
  }
  .sec1-tab-btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: auto;
    aspect-ratio: 223/68;
  }
  .sec1-tab-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .sec1-tab-gold {
    bottom: 55%;
    width: 72px;
    height: auto;
    aspect-ratio: 117/83;
    background-size: contain;
  }
  .sec1-tab-panels {
    margin-top: 18px;
  }
  .sec1-tab-panel img {
    max-width: 100%;
    height: auto;
  }
  .sec2-cont img {
    max-width: 100%;
    height: auto;
  }
  .sec3-pic1 {
    display: none;
  }
  .sec3-cont {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    min-height: 0;
  }
  .sec3-cont img {
    max-width: 100%;
    height: auto;
  }
  .sec3-slider {
    padding: 0 34px;
  }
  .sec3-slider .slider-button {
    width: 30px;
    height: 30px;
  }
  .sec4-pic2 {
    display: none;
  }
  .sec5-pic1 {
    display: none;
  }
  .social-btns {
    width: 38%;
    top: 20px;
    right: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 6px;
  }
  .social-btns a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
  .social-btns a img {
    width: 100%;
  }
  .tit-box {
    width: 100%;
  }
  .tit-box img {
    max-width: 80%;
  }
  .tit-d {
    padding: 0 5%;
  }
  .tab-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .tab-btn {
    width: calc(50% - 5px);
  }
  .tab-btn img {
    width: 100%;
  }
  .tab-panels {
    min-height: auto;
  }
  .tab-copy {
    padding: 24px 18px;
  }
  .tab-cont {
    width: 100%;
    padding: 0 4%;
  }
  .main-cont-top, .main-cont-bottom {
    width: 100%;
    height: auto;
  }
  .flex-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  .flex-box img {
    max-width: 100%;
  }
  .pic-row img, .text-row img {
    max-width: 100%;
  }
  .glyph-table-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .sec4-cont {
    min-height: 0;
    font-size: 15px;
  }
  .sec4-intro {
    display: block;
    width: 100%;
    line-height: 1.7;
  }
  .sec4-intro > p {
    width: 100%;
  }
  .sec4-table {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
    table-layout: fixed;
  }
  .sec4-table th, .sec4-table td {
    height: 36px;
    padding: 2px;
  }
  .sec4-cost .sec4-table {
    width: 100%;
  }
  .sec4-cont > .sec4-table {
    width: 100%;
  }
  .sec4-cont > .sec4-table:first-of-type,
  .sec4-cont > .sec4-table:last-of-type {
    width: 100%;
  }
  .sec4-pic1 {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .sec4-pic1 img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  .sec4-word-pic {
    width: 100%;
    height: auto;
    aspect-ratio: 487/44;
    background-size: contain;
  }
  .sec4-detail-title {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
  }
  .sec4-cont > .sec4-table:last-of-type th:first-child {
    width: 34%;
  }
  .sec4-effects {
    padding-top: 20px;
  }
  .sec4-effects h3 {
    font-size: 26px;
  }
  .sec4-effects li {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.45;
  }
  .sec4-note {
    font-size: 13px;
    line-height: 1.5;
  }
  .sec6-cont {
    font-size: 14px;
    line-height: 1.6;
  }
  .sec6-block {
    margin-bottom: 28px;
  }
  .sec6-block > h3 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 18px;
    line-height: 1.45;
  }
  .sec6-block > h3 span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    font-size: 15px;
  }
  .sec6-table {
    width: 100%;
    table-layout: fixed;
    font-size: 13px;
  }
  .sec6-table th, .sec6-table td {
    height: 38px;
    padding: 2px 4px;
  }
  .sec6-table del {
    margin-right: 8px;
  }
  .sec6-table b::before {
    margin-right: 8px;
  }
  .sec6-note {
    padding: 9px 10px;
  }
  .sec6-change-list li,
  .sec6-effect-list li {
    padding: 9px 10px;
    line-height: 1.55;
  }
  .sec6-effect-list li {
    padding-left: 42px;
  }
  .sec6-effect-list li::before {
    top: 9px;
    left: 9px;
  }
  .footer {
    padding: 0;
    height: auto;
  }
  .footer-social-btns {
    padding: 30px 0;
  }
  .footer-inner {
    width: 100%;
    display: block;
    padding: 10% 5%;
  }
  .footer-left,
  .footer-right {
    display: block;
    width: 100%;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .lager-logo,
  .class-level {
    margin-bottom: 10px;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .scroll-down {
    display: none;
  }
}
