@charset "UTF-8";
@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
#special-sectionOverview {
  margin-bottom: 100px;
}

.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
  position: relative;
  z-index: 2;
}

.width-line-gray {
  background: none;
}

/* ---------- RESET ---------- */
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #eacb72;
}
#hd * ::selection {
  background: #1d2124;
  color: #eacb72;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #eacb72;
}
#hd ul,
#hd li,
#hd figure {
  margin: 0;
  padding: 0;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
  font: inherit;
  padding: 0;
  margin: 0;
}
#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0;
}
#hd img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#hd iframe,
#hd video {
  max-width: 100%;
}
#hd button {
  display: block;
  font: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
#hd {
  /* ---------- SCREEN READER ---------- */
}
#hd .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role=button]:focus-visible,
#hd [tabindex="0"]:focus-visible {
  outline: 2px solid #eacb72;
  outline-offset: -1px;
}
#hd a:focus:not(:focus-visible),
#hd button:focus:not(:focus-visible),
#hd input:focus:not(:focus-visible),
#hd select:focus:not(:focus-visible),
#hd textarea:focus:not(:focus-visible),
#hd [role=button]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hd .fadeIn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.25s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes share {
  50% {
    opacity: 1;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
}
@keyframes share {
  50% {
    opacity: 1;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
}
@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes breathing {
  50% {
    opacity: 0;
  }
}
@keyframes breathing {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes hint {
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@keyframes hint {
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@-webkit-keyframes hint2 {
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes hint2 {
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  display: inline-block;
  font-size: 3.25em;
  letter-spacing: 0.018;
  line-height: 1.25;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.13em;
}
#hd .txt-larger {
  font-size: 1.25em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.2em;
  color: white !important;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 0.2em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.25;
}
#hd h6 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.018em;
  font-weight: 400;
}
#hd b {
  font-weight: bold;
}
#hd small {
  font: inherit;
  font-size: 0.875em;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-right {
  text-align: right;
}
#hd .align-italic {
  font-style: italic;
}
#hd .nobr {
  white-space: nowrap;
}
#hd a.txt-link {
  display: inline-block;
  font: inherit;
  text-decoration: underline;
}
#hd a.txt-link:hover, #hd a.txt-link:focus-visible {
  color: white !important;
}
#hd .color-primary {
  color: #eacb72 !important;
}
#hd .color-secondary {
  color: #45ffff !important;
}
#hd .color-secondary-light {
  color: #7bdaff !important;
}
#hd .color-info {
  color: #00baff !important;
}
#hd .color-grey {
  color: #c8c8c8 !important;
}
#hd .color-light-grey {
  color: #a4a4a4 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-gradient {
  display: inline-block;
  padding-top: 0.125em;
  color: #eacb72 !important;
  background-color: #dcbe62;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcbe62), color-stop(#f6d77b), to(#bea250));
  background-image: linear-gradient(0deg, #dcbe62, #f6d77b, #bea250);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient > *::-moz-selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .color-gradient::selection,
#hd .color-gradient > *::selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .color-gradient::-moz-selection,
#hd .color-gradient > *::-moz-selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .txt-stroke {
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(234, 203, 114, 0.5);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#hd .txt-stroke.stroke-white {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  #hd h2,
  #hd .h2 {
    font-size: 3em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h5,
  #hd .h5 {
    font-size: 0.9em;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em;
    line-height: 1.1;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
    line-height: 1.2;
  }
  #hd h5,
  #hd .h5 {
    font-size: 0.75em;
    letter-spacing: 0.02em;
  }
  #hd p {
    font-size: 0.9em;
  }
  #hd .txt-stroke {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(245, 25, 40, 0.1);
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1366 {
  width: 90%;
  max-width: 1366px;
}
#hd .hd-w1520 {
  width: 90%;
  max-width: 1520px;
}
#hd .hd-w1680 {
  width: 90%;
  max-width: 1680px;
}
#hd .hd-w2560 {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-mw900 {
  max-width: 900px;
}
#hd .hd-mw1000 {
  max-width: 1000px;
}
#hd .hd-mw700 {
  max-width: 700px;
}
#hd .hd-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col30 {
  width: 30%;
}
#hd .hd-col33 {
  width: 33.3333%;
}
#hd .hd-col40 {
  width: 40%;
}
#hd .hd-col45 {
  width: 45%;
}
#hd .hd-col50 {
  width: 50%;
}
#hd .hd-col55 {
  width: 55%;
}
#hd .hd-col60 {
  width: 60%;
}
#hd .hd-col65 {
  width: 65%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#hd .hd-col100 {
  width: 100%;
}
#hd .ib-top {
  display: inline-block;
  vertical-align: top;
}
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}
#hd .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#hd .align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#hd .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#hd .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hd .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#hd .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#hd .hd-d-none {
  display: none;
}
#hd .hd-d-ib {
  display: inline-block;
}
#hd .hd-d-480-block {
  display: none;
}
#hd .hd-d-768-block {
  display: none;
}
#hd .hd-d-1024-block {
  display: none;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#hd .border-square {
  position: relative;
}
#hd .border-square:before, #hd .border-square:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 3%;
  background-image: url("../img/border-square.svg");
  background-size: cover;
  background-position: center;
  z-index: 2;
}
#hd .border-square:before {
  top: 0;
}
#hd .border-square:after {
  bottom: 0;
}
#hd section {
  padding: 6% 0;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1400px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1600px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 1800px;
  }
  #hd .hd-mw1000 {
    max-width: 1200px;
  }
  #hd .hd-mw900 {
    max-width: 1100px;
  }
  #hd .hd-mw700 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2200px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2600px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366,
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none;
  }
  #hd .hd-d-1024-block {
    display: block;
  }
  #hd .hd-d-1024-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none;
  }
  #hd .hd-d-1023-block {
    display: block;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none;
  }
  #hd .hd-d-768-block {
    display: block;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd section {
    padding: 10% 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none;
  }
  #hd .hd-d-620-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none;
  }
  #hd .hd-d-480-block {
    display: block;
  }
  #hd section {
    padding: 15% 0;
  }
}
#hd section {
  padding: 6% 0;
  position: relative;
}
#hd .deco-code {
  text-align: left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
}
#hd .deco-code .hd-type-effect {
  display: block;
  font-family: monospace;
  font-size: 0.5vw;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
  opacity: 0.5;
}
#hd .deco-code .hd-type-effect::after {
  content: "█";
  margin-left: 2px;
  color: white;
  -webkit-animation: cursor-blink 0.8s steps(1) infinite;
          animation: cursor-blink 0.8s steps(1) infinite;
}
#hd .deco-code .hd-type-effect.done::after {
  display: none;
}
#hd .deco-code img.deco-code-hr {
  width: 70% !important;
  position: absolute;
  top: 9.5em;
}
#hd .deco-code.is-animated .deco-txt {
  -webkit-animation: fadeInLeft 0.5s ease-out 2.8s forwards;
          animation: fadeInLeft 0.5s ease-out 2.8s forwards;
}
#hd .reveal-txt {
  display: inline-block;
}
#hd .reveal-txt .char {
  display: inline-block;
  white-space: pre;
  color: transparent;
  -webkit-text-stroke: 0.5px white;
  -webkit-font-smoothing: antialiased;
  will-change: opacity, color;
  opacity: 1;
}
#hd .bg-main {
  position: relative;
}
#hd .bg-main > .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .bg-main > .hd-bg .hd-sticky {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: sticky;
  inset: 0;
  margin: auto;
  opacity: 0.3;
}
#hd .bg-main > .hd-bg .hd-sticky.is-animated img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .bg-main > .hd-bg img {
  width: 100%;
  height: 110%;
  max-height: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset: 0;
  top: -5%;
}
#hd .bg-main > .hd-bg .bg-h {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
}
#hd .bg-main > .hd-bg .bg-v {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
}
#hd .bg-main > .hd-bg .bg-frame {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.4s;
  transition: opacity 0.8s 0.4s;
}
#hd .hd-border {
  border-left: 1px solid #eacb72;
  border-right: 1px solid #eacb72;
}
#hd .hd-border-full {
  border: 1px solid #eacb72;
}
#hd .trigger-close:not(.hd-btn) {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
  cursor: pointer;
}
#hd .trigger-close:not(.hd-btn):before, #hd .trigger-close:not(.hd-btn):after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .trigger-close:not(.hd-btn):before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .trigger-close:not(.hd-btn):after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
#hd .trigger-close:not(.hd-btn):hover:before, #hd .trigger-close:not(.hd-btn):hover:after {
  background: #eacb72;
}

@media screen and (max-width: 768px) {
  #hd section {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  #hd section {
    padding: 15% 0;
  }
  #hd .deco-code {
    display: none;
  }
}
#hd .hd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.25;
  outline: none;
  background: black;
  color: white;
  border: 2px solid white;
  border-radius: 0;
  padding: 0.5em 1.5em 0.25em;
  margin-top: 10px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: transparent !important;
  background-color: #d5ad4d;
  background-image: linear-gradient(92deg, #d5ad4d 10%, #eacb72, rgba(234, 203, 114, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#hd .hd-btn:hover, #hd .hd-btn:focus-visible {
  color: black;
  border-color: transparent;
}
#hd .hd-btn:hover:before, #hd .hd-btn:focus-visible:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .hd-btn:active {
  background: black;
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

@media screen and (max-width: 1280px) {
  #hd .hd-btn {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-btn {
    font-size: 1.125em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #hd .hd-btn i {
    margin-left: 0.5em;
    margin-right: -0.5em;
  }
}
#hd .hd-nav {
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100% - 100px);
  pointer-events: none;
  visibility: visible !important;
  -webkit-transition: transform 0.6s, opacity 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  right: 10px;
  z-index: 10;
}
#hd .hd-nav.is-hidden:not(:focus-within) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
#hd .hd-nav li {
  position: relative;
  text-align: right;
  margin: -0.5em 0;
}
#hd .hd-nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
  letter-spacing: 0.018em;
  text-align: right;
  color: #c8c8c8;
  padding: 0 3em 0 0.75em;
  margin-bottom: 0;
  position: relative;
  pointer-events: auto;
  min-height: 44px;
}
#hd .hd-nav a:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 5px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/nav_dot.png);
}
#hd .hd-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/nav_dot_border.png);
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
#hd .hd-nav a:hover, #hd .hd-nav a:focus-visible {
  color: white;
}
#hd .hd-nav a:hover:before, #hd .hd-nav a:focus-visible:before {
  opacity: 1;
}
#hd .hd-nav a:hover span, #hd .hd-nav a:focus-visible span {
  opacity: 1;
}
#hd .hd-nav a.is-current {
  color: white;
}
#hd .hd-nav a.is-current span {
  opacity: 1;
}
#hd .hd-nav a.is-current span:before {
  content: "";
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeInRight;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.25s;
  -o-animation-name: fadeInRight;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeInRight;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-nav a.is-current:before {
  opacity: 1;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#hd .hd-nav a.is-current:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .hd-nav a span {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.5em 0.1em 0.5em;
  font-size: 1.2em;
  opacity: 0;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  nav-up: auto;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

@media screen and (max-width: 1600px) {
  #hd .hd-nav a span {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
}
#hd .hd-lightbox {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
#hd .hd-lightbox.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  padding: 100px 3em 20px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar {
  width: 4px;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-track {
  background: transparent;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb {
  background: #c8c8c8;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
  background: #eacb72;
}
#hd .hd-lightbox .hd-box {
  width: 90%;
  max-width: 800px;
  background: black;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
#hd .hd-lightbox .hd-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-box h2 {
  margin-bottom: 0.25em;
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#hd .hd-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-close {
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  top: -3.5em;
  right: -0.5em;
  margin: 0.75em;
  pointer-events: all;
  cursor: pointer;
  z-index: 2;
}
#hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
  content: "";
  display: block;
  width: 2.25em;
  height: 1px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .hd-lightbox .hd-close:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .hd-lightbox .hd-close:after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
#hd .hd-lightbox .hd-close:hover:before, #hd .hd-lightbox .hd-close:hover:after {
  background: #eacb72;
}

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1020px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em;
  }
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
  #hd .hd-lightbox .hd-box iframe {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 0.5em;
  }
  #hd .hd-lightbox .hd-box {
    padding: 4em 1.5em;
  }
}
#hd .hd-dialog {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  overflow-y: auto;
  text-align: center;
  opacity: 0;
}
#hd .hd-dialog .hd-box {
  padding: 60px;
  margin: auto;
}
#hd .hd-dialog .dialog-btn-container {
  width: 100%;
  display: block;
  position: fixed;
  bottom: 50px;
  left: 0;
  z-index: 3;
}
#hd .hd-dialog .dialog-btn-container .hd-btn {
  opacity: 0;
  margin: 0;
}
#hd .hd-dialog.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.3s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-dialog.hd-active .dialog-btn-container .hd-btn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.8s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-dialog section {
  padding: 6% 0;
  max-width: 2560px;
  margin: 0 auto;
}
#hd .hd-dialog .hd-close {
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #hd .hd-dialog .dialog-btn-container {
    bottom: 40px;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-dialog .hd-container {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-dialog .hd-box {
    padding: 60px 40px;
  }
}
#hd .feature-list {
  margin-top: 1.875em;
}
#hd .feature-list li {
  margin-right: 1.875em;
  margin-bottom: 1.75em;
}
#hd .feature-list h4 {
  font-size: 2.25em;
}
#hd .feature-list p {
  font-size: 0.875em;
  opacity: 0.6;
}
#hd .list-decimal > li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#hd .list-disc > li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1440px) {
  #hd .feature-list h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .feature-list li {
    margin-bottom: 1.5em;
  }
  #hd .feature-list h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  #hd .feature-list li {
    margin-bottom: 0.5em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .feature-list li {
    margin-right: 1.25em;
    margin-bottom: 0.25em;
  }
  #hd .feature-list h4 {
    font-size: 1.25em;
  }
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-container {
  width: 100%;
  height: 0;
  background: black;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#hd .vid-container video,
#hd .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
#hd .vid-control svg,
#hd .vid-control img {
  width: 90%;
  height: 90%;
  max-width: 30px !important;
  max-height: 30px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}
#hd .gif-container {
  position: relative;
  overflow: hidden;
}
#hd .gif-container img.hd-d-none {
  position: absolute !important;
  top: 0;
  left: 0;
}
#hd .gif-container .vid-control img {
  margin: auto !important;
}
#hd .gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}

@media screen and (min-width: 2560px) {
  #hd .vid-control svg,
  #hd .vid-control img {
    max-width: 42 !important;
    max-height: 42 !important;
  }
}
@media screen and (max-width: 1280px) {
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #hd .vid-control {
    bottom: 10px;
    right: 0;
  }
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
#hd .swiper-pagination-wrapper.is-paused .swiper-pagination-bullet:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pagination-wrapper.is-paused .swiper-pause-btn .play {
  display: block;
}
#hd .swiper-pagination-wrapper.is-paused .swiper-pause-btn .pause {
  display: none;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  display: none;
}
#hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-next:focus-visible {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#hd .swiper-button-prev {
  margin-left: -10%;
  background-image: url(../img/arrow-left.png);
}
#hd .swiper-button-next {
  margin-right: -10%;
  background-image: url(../img/arrow-right.png);
}
#hd .swiper-pagination {
  padding: 4px 16px;
  border-radius: 20px;
  margin: 0;
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
  z-index: 3;
}
#hd .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 8px;
  background: #777;
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: #eacb72;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 6s;
  -webkit-animation-name: slideProgress;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 6s;
  -moz-animation-name: slideProgress;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 6s;
  -o-animation-name: slideProgress;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-name: slideProgress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .swiper-pause-btn img,
#hd .swiper-pause-btn svg {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .swiper-pause-btn .play {
  display: none;
}
#hd .swiper-pause-btn:hover, #hd .swiper-pause-btn:focus-visible {
  opacity: 1;
}
#hd .swiper-pause-btn[aria-pressed=true] .play {
  display: block;
}
#hd .swiper-pause-btn[aria-pressed=true] .pause {
  display: none;
}

@media screen and (max-width: 1280px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 20px;
  }
  #hd .swiper-pagination {
    padding: 16px 12px;
  }
  #hd .swiper-pause-btn {
    width: 48px;
    height: 48px;
    border-radius: 48px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .swiper-button-prev {
    margin-left: -56px;
  }
  #hd .swiper-button-next {
    margin-right: -56px;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 620px) {
  #hd .swiper-pagination {
    padding: 14px 12px;
  }
  #hd .swiper-pause-btn {
    width: 44px;
    height: 44px;
    border-radius: 44px;
  }
  #hd .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
  }
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
  }
}
#hd .sec-overview {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
#hd .sec-overview .hd-container {
  position: relative;
  z-index: 2;
}
#hd .sec-overview h2 {
  line-height: 1.25;
  margin-bottom: 0.35em;
}
#hd .sec-overview h2 > strong {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 0.4em;
}
#hd .sec-overview h2 > span {
  display: block;
  font-size: 1.125em;
}
#hd .sec-overview p {
  max-width: 48em;
  margin: 0 auto 0.5em;
}
#hd .sec-overview .hd-btn {
  font-size: 1.25em;
  color: white;
  border: 2px solid white;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
#hd .sec-overview .hd-btn:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: transparent !important;
  background-color: #d5ad4d;
  background-image: linear-gradient(92deg, #d5ad4d 10%, #eacb72, rgba(234, 203, 114, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#hd .sec-overview .hd-btn:hover, #hd .sec-overview .hd-btn:focus-visible {
  color: black;
  border-color: transparent;
}
#hd .sec-overview .hd-btn:hover:before, #hd .sec-overview .hd-btn:focus-visible:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-overview .hd-img-container {
  margin-top: 0;
  margin-bottom: -27%;
  position: relative;
}
#hd .sec-overview .hd-img-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#hd .sec-overview .hd-img-container .hd-pd-container {
  position: absolute;
  inset: 0;
}
#hd .sec-overview .hd-img-container img {
  width: 100%;
}
#hd .sec-overview .hd-img-container img.hd-deco, #hd .sec-overview .hd-img-container img.hd-pd {
  position: absolute;
  inset: 0;
  z-index: 3;
}
#hd .sec-overview .hd-img-container img.deco-top {
  width: 55%;
  margin: 0 auto;
  top: 15%;
}
#hd .sec-overview .hd-img-container img.deco-bottom {
  width: 17%;
  margin: 0 auto;
  top: auto;
  right: 42%;
  bottom: 25%;
}
#hd .sec-overview .hd-img-container img.deco-left {
  width: 2.2%;
  top: 38%;
  left: auto;
  right: 72%;
}
#hd .sec-overview .hd-img-container img.hd-bg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}
#hd .sec-overview .hd-img-container img.hd-pd {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98) translate(0, 5%);
          transform: scale(0.98, 0.98) translate(0, 5%);
  -webkit-transition: opacity 0.4s, -webkit-transform 1.2s ease-in-out;
  transition: opacity 0.4s, -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, opacity 0.4s;
  transition: transform 1.2s ease-in-out, opacity 0.4s, -webkit-transform 1.2s ease-in-out;
}
#hd .sec-overview .hd-img-container img.pd-shadow {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.8s;
  transition: opacity 0.6s 0.8s;
}
#hd .sec-overview .hd-img-container.is-animated img.hd-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#hd .sec-overview .hd-img-container.is-animated img.hd-pd {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0, 0);
          transform: scale(1, 1) translate(0, 0);
}
#hd .sec-overview .hd-img-container.is-animated img.pd-shadow {
  opacity: 1;
}
#hd .sec-overview .deco-code {
  left: 69%;
  bottom: 12%;
}

@media screen and (max-width: 768px) {
  #hd .sec-overview .hd-img-container {
    width: 130%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-overview .hd-img-container {
    width: 160%;
    margin-left: -30%;
  }
  #hd .sec-overview .hd-img-container img.deco-top {
    top: 15%;
  }
  #hd .sec-overview .hd-img-container img.deco-bottom {
    left: 5%;
    bottom: 15%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-overview h2 {
    font-size: 2em;
  }
}
#hd .sec-design {
  position: relative;
  overflow: hidden;
}
#hd .sec-design .hd-intro {
  position: relative;
  z-index: 3;
}
#hd .sec-design .hd-intro p {
  max-width: 38em;
  margin: 0 auto 20px;
}
#hd .sec-design #pageContent-fig-design {
  position: relative;
  margin-bottom: -10%;
}
#hd .sec-design #pageContent-fig-design .hd-logo-container {
  position: absolute;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-design #pageContent-fig-design img {
  width: 100%;
  position: absolute;
  inset: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: opacity 0.4s, transform 0.8s;
  transition: opacity 0.4s, transform 0.8s, -webkit-transform 0.8s;
}
#hd .sec-design #pageContent-fig-design .hd-bg {
  -webkit-filter: grayscale(1) brightness(0.5);
          filter: grayscale(1) brightness(0.5);
  -webkit-transition: -webkit-filter 1s;
  transition: -webkit-filter 1s;
  transition: filter 1s;
  transition: filter 1s, -webkit-filter 1s;
  position: relative;
}
#hd .sec-design #pageContent-fig-design .logo-left {
  opacity: 0;
  -webkit-transform: translate(2%, 0);
          transform: translate(2%, 0);
}
#hd .sec-design #pageContent-fig-design .logo-right {
  opacity: 0;
  -webkit-transform: translate(-2%, 0);
          transform: translate(-2%, 0);
}
#hd .sec-design #pageContent-fig-design .hd-block {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
  -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.4s 0.4s, -webkit-transform 0.8s 0.4s;
  transition: opacity 0.4s 0.4s, transform 0.8s 0.4s;
  transition: opacity 0.4s 0.4s, transform 0.8s 0.4s, -webkit-transform 0.8s 0.4s;
}
#hd .sec-design #pageContent-fig-design .hd-block:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
#hd .sec-design #pageContent-fig-design .hd-block:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#hd .sec-design #pageContent-fig-design .hd-block:nth-child(3) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
#hd .sec-design #pageContent-fig-design .hd-block:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#hd .sec-design #pageContent-fig-design .hd-block:nth-child(5) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#hd .sec-design #pageContent-fig-design .block-red {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 5% 30%;
          transform-origin: 5% 30%;
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
#hd .sec-design #pageContent-fig-design button {
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.8s, -webkit-transform 0.8s 0.8s;
  transition: opacity 0.4s 0.8s, -webkit-transform 0.8s 0.8s;
  transition: opacity 0.4s 0.8s, transform 0.8s 0.8s;
  transition: opacity 0.4s 0.8s, transform 0.8s 0.8s, -webkit-transform 0.8s 0.8s;
}
#hd .sec-design #pageContent-fig-design .hd-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.4s 1s, -webkit-transform 0.8s 1s;
  transition: opacity 0.4s 1s, -webkit-transform 0.8s 1s;
  transition: opacity 0.4s 1s, transform 0.8s 1s;
  transition: opacity 0.4s 1s, transform 0.8s 1s, -webkit-transform 0.8s 1s;
}
#hd .sec-design #pageContent-fig-design .hd-arrow.arrow-black, #hd .sec-design #pageContent-fig-design .hd-arrow.arrow-red {
  -webkit-transform: translate(-2%, 0);
          transform: translate(-2%, 0);
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: hint;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.8s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: hint;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 3;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.8s;
  -o-animation-duration: 1.2s;
  -o-animation-name: hint;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 3;
  -o-animation-fill-mode: both;
  animation-delay: 1.8s;
  animation-duration: 1.2s;
  animation-name: hint;
  animation-timing-function: linear;
  animation-iteration-count: 3;
  animation-fill-mode: both;
}
#hd .sec-design #pageContent-fig-design .hd-arrow.arrow-crystal, #hd .sec-design #pageContent-fig-design .hd-arrow.arrow-gold {
  -webkit-transform: translate(2%, 0);
          transform: translate(2%, 0);
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-name: hint2;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 1.8s;
  -moz-animation-duration: 1.2s;
  -moz-animation-name: hint2;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 3;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 1.8s;
  -o-animation-duration: 1.2s;
  -o-animation-name: hint2;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 3;
  -o-animation-fill-mode: both;
  animation-delay: 1.8s;
  animation-duration: 1.2s;
  animation-name: hint2;
  animation-timing-function: linear;
  animation-iteration-count: 3;
  animation-fill-mode: both;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-black], #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-red] {
  -webkit-transform: translate(-8px, 0);
          transform: translate(-8px, 0);
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-black] strong, #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-red] strong {
  opacity: 0;
  -webkit-transform: translate(-8px, 0);
          transform: translate(-8px, 0);
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-crystal], #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-gold] {
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-crystal] strong, #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-gold] strong {
  opacity: 0;
  -webkit-transform: translate(8px, 0);
          transform: translate(8px, 0);
}
#hd .sec-design #pageContent-fig-design button strong {
  transition: opacity 0.4s 1s, transform 0.8s 1s, -webkit-text-fill-color 0.25s;
}
#hd .sec-design #pageContent-fig-design.is-animated .hd-bg {
  -webkit-filter: grayscale(0) brightness(1);
          filter: grayscale(0) brightness(1);
}
#hd .sec-design #pageContent-fig-design.is-animated .hd-logo,
#hd .sec-design #pageContent-fig-design.is-animated .hd-arrow,
#hd .sec-design #pageContent-fig-design.is-animated button {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#hd .sec-design #pageContent-fig-design.is-animated button strong {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#hd .sec-design #pageContent-fig-design.is-animated .hd-block {
  opacity: 1;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#hd .sec-design #pageContent-fig-design button {
  display: block;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.875em;
  color: white !important;
  text-transform: uppercase;
  position: absolute;
  z-index: 3;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-black] {
  top: 15.5%;
  margin-top: -0.5em;
  left: 28%;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-black] strong {
  left: 100%;
  top: 0;
  margin-left: 0.25em;
  margin-top: -0.125em;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.75);
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.75), 1px -1px 0 rgba(255, 255, 255, 0.75), -1px 1px 0 rgba(255, 255, 255, 0.75), 1px 1px 0 rgba(255, 255, 255, 0.75);
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-black]:hover strong, #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-black]:focus-visible strong {
  -webkit-text-fill-color: white;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-red] {
  bottom: 65%;
  margin-bottom: -0.5em;
  left: 29%;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-red] strong {
  left: 100%;
  bottom: 0;
  margin-left: 0.25em;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d81522;
  text-shadow: -1px -1px 0 #d81522, 1px -1px 0 #d81522, -1px 1px 0 #d81522, 1px 1px 0 #d81522;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-red]:hover strong, #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-red]:focus-visible strong {
  -webkit-text-fill-color: #d81522;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-crystal] {
  top: 24.5%;
  margin-top: -0.5em;
  right: 26.75%;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-crystal] span {
  opacity: 0.875;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-crystal] strong {
  top: 100%;
  right: 0;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-crystal]:hover strong, #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-crystal]:focus-visible strong {
  -webkit-text-fill-color: white;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-gold] {
  bottom: 28.5%;
  margin-bottom: -0.5em;
  right: 40%;
  color: black !important;
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-gold] strong {
  right: 0;
  bottom: 100%;
  -webkit-text-fill-color: #eacb72; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.5);
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px 1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-gold]:hover strong, #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-gold]:focus-visible strong {
  -webkit-text-fill-color: black;
}
#hd .sec-design #pageContent-fig-design button strong {
  font-size: 2em;
  position: absolute;
  white-space: nowrap;
  margin-bottom: -0.25em;
  mix-blend-mode: lighter;
}
#hd .sec-design .hd-dialog .hd-box:before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  inset: 0;
  margin: auto;
  border: 2px solid white;
  border-radius: 20px;
}
#hd .sec-design .hd-dialog h3 small {
  display: block;
  font-size: 0.6em;
  margin-bottom: 0.5em;
}
#hd .sec-design #pageContent-dialog-black .hd-box:before {
  border-color: white;
}
#hd .sec-design #pageContent-dialog-red .hd-box:before {
  border-color: #d81522;
}
#hd .sec-design #pageContent-dialog-crystal .hd-box:before {
  border-color: #c8c8c8;
}
#hd .sec-design #pageContent-dialog-gold .hd-box:before {
  border-color: #eacb72;
}

@media screen and (max-width: 1440px) {
  #hd .sec-design #pageContent-fig-design {
    width: 120%;
    margin-left: -10%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-design #pageContent-fig-design {
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-design #pageContent-fig-design {
    width: 160%;
    margin-left: -30%;
    font-size: 0.65em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-design #pageContent-fig-design {
    width: 178%;
    margin-left: -40%;
    font-size: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-design #pageContent-fig-design {
    width: 178%;
    margin-left: -40%;
    font-size: 1em;
  }
  #hd .sec-design #pageContent-fig-design .block-black,
  #hd .sec-design #pageContent-fig-design .arrow-black,
  #hd .sec-design #pageContent-fig-design .block-red,
  #hd .sec-design #pageContent-fig-design .arrow-red {
    margin-top: -6%;
  }
  #hd .sec-design #pageContent-fig-design .hd-logo-container {
    margin-top: -3%;
  }
  #hd .sec-design #pageContent-fig-design .block-gold,
  #hd .sec-design #pageContent-fig-design .arrow-gold {
    margin-top: 5%;
    margin-bottom: -5%;
  }
  #hd .sec-design #pageContent-fig-design button {
    font-size: 0.75em;
  }
  #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-black] {
    top: 5.5%;
  }
  #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-red] {
    bottom: 75%;
  }
  #hd .sec-design #pageContent-fig-design button[aria-controls=pageContent-dialog-gold] {
    bottom: 20%;
  }
}
#hd .sec-video {
  padding: 0;
  position: relative;
}
#hd .sec-video li {
  padding: 10px;
  position: relative;
  z-index: 2;
}
#hd .sec-video li p {
  margin-top: 10px;
}
#hd .sec-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-video .hd-tag {
  position: absolute;
  background-color: #eacb72;
  top: 0;
  left: 0;
  padding: 0.4em 0.8em;
  z-index: 3;
  color: black;
  font-size: 1em;
  font-weight: 500;
}
#hd .sec-video .vid-container {
  position: relative;
  padding-bottom: 56.25%;
  clip-path: inset(5% 5% 5% 5%);
  -webkit-transition: clip-path 0.8s ease-in;
  transition: clip-path 0.8s ease-in;
}
#hd .sec-video .vid-container.is-animated {
  clip-path: inset(0 0 0 0);
}
#hd .sec-video .vid-container.is-animated ~ .trigger-video {
  opacity: 1;
}
#hd .sec-video .vid-control {
  right: 0;
  bottom: 0;
  margin: 10px;
}
#hd .sec-video .trigger-video {
  width: 160px;
  height: 160px;
  border-radius: 5em;
  background: rgba(159, 170, 183, 0.8) url(../img/play-video.svg) center no-repeat;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  transition: background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, opacity 0.8s 0.25s;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  opacity: 0;
}
#hd .sec-video .trigger-video:hover, #hd .sec-video .trigger-video:focus-visible {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background-size: 60%;
  opacity: 1;
}
#hd .sec-video .deco-code {
  right: 69%;
  top: -50%;
  bottom: auto;
}
#hd .sec-video .deco-code .hd-type-effect {
  opacity: 0.3;
}

@media screen and (max-width: 1024px) {
  #hd .sec-video .trigger-video {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-video li {
    padding: 6px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-video li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-video .trigger-video {
    width: 100px;
    height: 100px;
  }
  #hd .sec-video .vid-control {
    margin: 0;
  }
}
#hd .sec-product {
  --year-length: 14;
  padding: 6% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-product h2 {
  margin-bottom: 0.5em;
}
#hd .sec-product .hd-main {
  margin-bottom: 10px;
  overflow: visible;
}
#hd .sec-product .hd-year {
  position: relative;
  overflow: visible;
}
#hd .sec-product .swiper {
  overflow: visible;
}
#hd .sec-product .swiper-slide {
  height: auto;
}
#hd .sec-product .hd-frame {
  width: 100%;
  height: 100%;
  background: #131313;
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .sec-product .bg-container {
  width: 70%;
  height: 92%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2%;
  margin: auto 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}
#hd .sec-product .bg-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.4s;
  transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.4s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.4s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
}
#hd .sec-product .bg-container .bg-stipe {
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .sec-product .bg-container .bg-grid-h {
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .sec-product .bg-container .bg-grid-v {
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
#hd .sec-product .bg-container .bg-stripe {
  opacity: 0;
  -webkit-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
}
#hd .sec-product #pageContent-swiper-nav {
  width: 100%;
  margin-bottom: 40px;
}
#hd .sec-product #pageContent-swiper-nav::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(20%, rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0));
  margin: 0 auto;
  z-index: 0;
}
#hd .sec-product #pageContent-swiper-nav .swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#hd .sec-product #pageContent-swiper-nav .swiper-slide {
  width: auto;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  padding: 0 6px;
  position: relative;
  z-index: 1;
}
#hd .sec-product #pageContent-swiper-nav .swiper-slide .nav-text {
  color: #eee;
  font-size: 1.25em;
  background: #222;
  padding: 4px 16px;
  border-radius: 40px;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#hd .sec-product #pageContent-swiper-nav .swiper-slide .nav-node {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #666;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
#hd .sec-product #pageContent-swiper-nav .swiper-slide .nav-node:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: inherit;
  position: absolute;
  inset: 0;
  margin: -1px;
  background-color: #eacb72;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .sec-product #pageContent-swiper-nav .swiper-slide.is-active .nav-text {
  color: #f2d378;
  background-color: rgba(234, 203, 114, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 203, 114, 0.1)), to(#222));
  background-image: linear-gradient(180deg, rgba(234, 203, 114, 0.1), #222);
}
#hd .sec-product #pageContent-swiper-nav .swiper-slide.is-active .nav-node {
  border-color: #eacb72;
}
#hd .sec-product #pageContent-swiper-nav .swiper-slide.is-active .nav-node:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .sec-product #pageContent-swiper-product {
  width: 100%;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide {
  width: 1200px;
  max-width: 100%;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#hd .sec-product #pageContent-swiper-product .hd-cate,
#hd .sec-product #pageContent-swiper-product .deco-txt,
#hd .sec-product #pageContent-swiper-product h3 {
  opacity: 0;
}
#hd .sec-product #pageContent-swiper-product .hd-content {
  margin-bottom: 20px;
}
#hd .sec-product #pageContent-swiper-product .hd-content p {
  max-width: 58em;
  margin: 0 0 0.5em;
  line-height: 1.4;
}
#hd .sec-product #pageContent-swiper-product .hd-btn {
  padding-inline: 1em;
}
#hd .sec-product #pageContent-swiper-product .hd-txt h4, #hd .sec-product #pageContent-swiper-product .hd-txt .h5, #hd .sec-product #pageContent-swiper-product .hd-txt p:not(.h5) {
  opacity: 0;
}
#hd .sec-product #pageContent-swiper-product .hd-pd {
  opacity: 0;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-cate {
  opacity: 0;
  -webkit-animation: fadeInLeft 0.4s 0.25s 1 forwards;
          animation: fadeInLeft 0.4s 0.25s 1 forwards;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active h3,
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .deco-txt {
  opacity: 0;
  -webkit-animation: fadeInLeft 0.4s 0.2s 1 forwards;
          animation: fadeInLeft 0.4s 0.2s 1 forwards;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .char {
  -webkit-transition: color 0.15s steps(1, end);
  transition: color 0.15s steps(1, end);
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-txt h4, #hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-txt .h5, #hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-txt p:not(.h5) {
  opacity: 0;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-txt h4 {
  -webkit-animation: fadeInLeft 0.4s 0.25s 1 forwards;
          animation: fadeInLeft 0.4s 0.25s 1 forwards;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-txt .h5 {
  -webkit-animation: fadeInLeft 0.4s 0.3s 1 forwards;
          animation: fadeInLeft 0.4s 0.3s 1 forwards;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-txt p:not(.h5) {
  -webkit-animation: fadeInLeft 0.4s 0.35s 1 forwards;
          animation: fadeInLeft 0.4s 0.35s 1 forwards;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .hd-pd {
  opacity: 0;
  -webkit-animation: fadeInLeft 0.6s 0.25s 1 forwards;
          animation: fadeInLeft 0.6s 0.25s 1 forwards;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .bg-container .bg-stipe,
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .bg-container .bg-grid-h,
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .bg-container .bg-grid-v {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .bg-container .bg-stripe {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .char {
  -webkit-animation: char-flicker 2s ease-out both;
          animation: char-flicker 2s ease-out both;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .char:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .char:nth-child(2) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .char:nth-child(3) {
  -webkit-animation-delay: 0.11s;
          animation-delay: 0.11s;
}
#hd .sec-product #pageContent-swiper-product .swiper-slide-active .char:nth-child(4) {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
#hd .sec-product #pageContent-swiper-product .swiper-button-next {
  margin-right: -10px;
}
#hd .sec-product #pageContent-swiper-product .swiper-button-prev {
  margin-left: -10px;
}
#hd .sec-product #pageContent-swiper-product .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 10em);
  padding: 2px 10px;
  border-radius: 4px;
  background: black;
}
#hd .sec-product #pageContent-swiper-product .swiper-pagination-bullet:before {
  -webkit-animation: none !important;
          animation: none !important;
}
#hd .sec-product #pageContent-swiper-product .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .sec-product #pageContent-swiper-product .hd-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 30px 10px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .sec-product #pageContent-swiper-product .deco-txt {
  width: 20%;
  margin-bottom: 10px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
#hd .sec-product #pageContent-swiper-product .hd-txt {
  width: 50%;
  padding-right: 3%;
  margin-right: -2%;
  position: relative;
  overflow: visible;
}
#hd .sec-product #pageContent-swiper-product .list-disc {
  font-size: 1em;
}
#hd .sec-product #pageContent-swiper-product .hd-cate {
  font-size: 2.5em;
  max-width: 60%;
  letter-spacing: 0.04em;
  white-space: break-spaces;
  line-height: 1;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  margin: 30px 30px 0 0;
  opacity: 0.5;
}
#hd .sec-product #pageContent-swiper-product h4 {
  width: 100%;
  font-weight: normal;
  letter-spacing: 0.026em;
  line-height: 1.25;
  margin-bottom: 0.3em;
}
#hd .sec-product #pageContent-swiper-product h4 small {
  display: block;
  font-size: 0.75em;
  line-height: 1;
  opacity: 0.9;
  margin-bottom: 0.25em;
}
#hd .sec-product #pageContent-swiper-product .h5 {
  margin-bottom: 0.5em;
}
#hd .sec-product #pageContent-swiper-product p {
  line-height: 1.125;
}
@-webkit-keyframes gif-loop {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gif-loop {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#hd .sec-product #pageContent-swiper-product .gif-container {
  width: 100%;
}
#hd .sec-product #pageContent-swiper-product .gif-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: gif-loop 4.8s infinite step-end;
          animation: gif-loop 4.8s infinite step-end;
}
#hd .sec-product #pageContent-swiper-product .gif-container > img:first-child {
  position: relative;
}
#hd .sec-product #pageContent-swiper-product .gif-container > img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#hd .sec-product #pageContent-swiper-product .gif-container > img:nth-child(2) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
#hd .sec-product #pageContent-swiper-product .gif-container > img:nth-child(3) {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
#hd .sec-product #pageContent-swiper-product .gif-container.is-reduced-motion > img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
#hd .sec-product #pageContent-swiper-product .hd-pd {
  width: 50%;
  margin: -5% auto;
}
#hd .sec-product #pageContent-swiper-product .hd-pd-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
}
#hd .sec-product #pageContent-swiper-product .hd-btn-container {
  margin-top: 20px;
  padding-bottom: 20px;
}
#hd .sec-product #pageContent-swiper-product .hd-btn-container .hd-tag {
  display: block;
}
#hd .sec-product #pageContent-swiper-product .hd-btn-container .hd-tag:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.25em 0px 0.25em 0.5em;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 0.5em;
}
#hd .sec-product #pageContent-swiper-product .hd-btn-container .hd-btn {
  font-size: 1em;
}
#hd .sec-product .hd-rule-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#hd .sec-product .hd-rule {
  width: 100%;
  height: 40px;
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  /* CSS 變數定義 */
  --tick-width: 1px;
  /* 刻度寬度 */
  --tick-short-height: 4px;
  /* 短刻度高度 */
  --tick-short-spacing: 16px;
  /* 短刻度間距 */
  --tick-short-color: #999;
  /* 短刻度顏色 */
  --tick-long-height: 10px;
  /* 長刻度高度 */
  --tick-long-spacing: calc((var(--tick-short-spacing) * 7));
  /* 長刻度間距 (建議為短刻度間距的倍數) */
  --tick-long-color: #aaa;
  /* 長刻度顏色 */
}
#hd .sec-product .hd-rule:before, #hd .sec-product .hd-rule:after {
  content: "";
  width: calc(var(--year-length) * 100%);
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: -10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hd .sec-product .hd-rule {
  /* 中間橫線 + 短刻度 */
}
#hd .sec-product .hd-rule::before {
  height: var(--tick-short-height);
  background: repeating-linear-gradient(to right, var(--tick-short-color) 0px, var(--tick-short-color) var(--tick-width), transparent var(--tick-width), transparent var(--tick-short-spacing)) center/100% var(--tick-short-height) no-repeat;
}
#hd .sec-product .hd-rule {
  /* 長刻度 */
}
#hd .sec-product .hd-rule::after {
  height: var(--tick-long-height);
  background: repeating-linear-gradient(to right, var(--tick-long-color) 0px, var(--tick-long-color) var(--tick-width), transparent var(--tick-width), transparent var(--tick-long-spacing));
  background-size: 100% var(--tick-long-height);
  background-position: center;
}
#hd .sec-product .hd-label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="0"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 0 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 0 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="1"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 1 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 1 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="2"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 2 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 2 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="3"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 3 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 3 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="4"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 4 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 4 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="5"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 5 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 5 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="6"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 6 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 6 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="7"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 7 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 7 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="8"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 8 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 8 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="9"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 9 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 9 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="10"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 10 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 10 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="11"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 11 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 11 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="12"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 12 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 12 / 14));
}
#hd .sec-product .hd-label-container:has(.year-item.hd-active[data-year-index="13"]) .hd-label-year {
  -webkit-transform: translateX(calc((var(--hd-container-w) - 10em) * 13 / 14));
          transform: translateX(calc((var(--hd-container-w) - 10em) * 13 / 14));
}
#hd .sec-product .hd-label {
  color: #aaa;
  text-align: center;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#hd .sec-product .hd-label:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #aaa transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 0;
  right: 0;
  margin: 0 auto 4px;
}
#hd .sec-product .hd-label-year {
  min-width: 5em;
  height: 1.25em;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}
#hd .sec-product .hd-label-year .year-wrapper {
  position: relative;
}
#hd .sec-product .hd-label-year .year-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
}
#hd .sec-product .hd-label-year .year-item.hd-active {
  display: block;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  #hd .sec-product .swiper-year .hd-title {
    margin-bottom: 0.5em;
  }
  #hd .sec-product .swiper-year h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-product .hd-main {
    margin-bottom: 8px;
  }
  #hd .sec-product #pageContent-swiper-product .swiper-slide {
    padding: 0 20px;
  }
  #hd .sec-product #pageContent-swiper-product .hd-frame {
    padding: 24px 30px 10px;
  }
  #hd .sec-product #pageContent-swiper-product .hd-cate {
    font-size: 2em;
  }
  #hd .sec-product #pageContent-swiper-product .hd-content p {
    font-size: 1em;
  }
  #hd .sec-product #pageContent-swiper-product .list-disc {
    font-size: 1em;
  }
  #hd .sec-product .hd-label-container {
    margin-bottom: 8px;
  }
  #hd .sec-product .hd-label:before {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-product {
    padding: 10% 0;
  }
  #hd .sec-product #pageContent-swiper-product .bg-container .bg-stripe {
    -o-object-position: center 30%;
       object-position: center 30%;
  }
  #hd .sec-product #pageContent-swiper-product .swiper-button-next,
  #hd .sec-product #pageContent-swiper-product .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 2em;
  }
  #hd .sec-product #pageContent-swiper-product .swiper-button-next {
    margin-right: -20px;
  }
  #hd .sec-product #pageContent-swiper-product .swiper-button-prev {
    margin-left: -20px;
  }
  #hd .sec-product #pageContent-swiper-product .swiper-slide {
    padding: 0 10px;
  }
  #hd .sec-product #pageContent-swiper-product .hd-pd-container {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #hd .sec-product #pageContent-swiper-product .hd-pd-container.hd-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 40px);
  }
  #hd .sec-product #pageContent-swiper-product .hd-frame {
    display: block;
  }
  #hd .sec-product #pageContent-swiper-product .deco-txt {
    width: 22%;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    z-index: -1;
  }
  #hd .sec-product #pageContent-swiper-product .hd-cate {
    width: 100%;
    max-width: none;
    font-size: 2.25em;
    margin: 16px 0;
    position: relative;
    text-align: left;
    padding-left: 2.75em;
  }
  #hd .sec-product #pageContent-swiper-product .hd-txt {
    width: 100%;
    max-width: none;
    height: auto;
  }
  #hd .sec-product #pageContent-swiper-product h3 {
    display: block;
    font-size: 2.25em;
    margin-bottom: -1.85em;
  }
  #hd .sec-product #pageContent-swiper-product h4 {
    width: 100%;
    font-size: 1.75em;
    margin-right: 0;
  }
  #hd .sec-product #pageContent-swiper-product .hd-pd {
    width: 100%;
    margin-bottom: -2%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-product {
    padding: 15% 0;
  }
  #hd .sec-product .hd-label {
    font-size: 0.875em;
  }
  #hd .sec-product #pageContent-swiper-nav {
    width: 100%;
    margin-bottom: 20px;
  }
  #hd .sec-product #pageContent-swiper-nav .swiper-slide {
    padding: 0 10px;
  }
  #hd .sec-product #pageContent-swiper-nav .swiper-slide .nav-text {
    font-size: 1.125em;
  }
  #hd .sec-product #pageContent-swiper-product {
    width: 104%;
    margin-left: -2%;
  }
  #hd .sec-product #pageContent-swiper-product .swiper-slide {
    padding: 0 4px;
  }
  #hd .sec-product #pageContent-swiper-product .hd-frame {
    padding: 20px 16px;
  }
  #hd .sec-product #pageContent-swiper-product .deco-txt {
    margin: 20px 16px;
  }
  #hd .sec-product #pageContent-swiper-product .hd-cate {
    font-size: 1.125em;
  }
  #hd .sec-product #pageContent-swiper-product .hd-content {
    font-size: 0.875em;
  }
  #hd .sec-product #pageContent-swiper-product h3 {
    font-size: 1.125em;
    margin-bottom: -2.25em;
  }
  #hd .sec-product #pageContent-swiper-product h4 {
    font-size: 1.125em;
    margin-bottom: 0.75em;
  }
  #hd .sec-product #pageContent-swiper-product .h5 {
    font-size: 1em;
  }
  #hd .sec-product #pageContent-swiper-product .list-disc {
    font-size: 0.9em;
  }
  #hd .sec-product #pageContent-swiper-product .swiper-button-next,
  #hd .sec-product #pageContent-swiper-product .swiper-button-prev {
    top: -14px;
  }
  #hd .sec-product .hd-rule {
    height: 20px;
  }
}
#hd .sec-ac {
  position: relative;
  overflow: hidden;
}
#hd .sec-ac .hd-intro {
  margin-bottom: 60px;
}
#hd .sec-ac .hd-intro h2 small {
  font-size: 0.7em;
}
#hd .sec-ac .hd-intro h2 strong {
  display: block;
}
#hd .sec-ac .hd-intro p {
  max-width: 50em;
  margin: 0 auto;
}
#hd .sec-ac .hd-intro .hd-btn {
  margin-top: 30px;
}
#hd .sec-ac #pageContent-swiper-ac {
  width: 150%;
  margin-left: -25%;
}
#hd .sec-ac #pageContent-swiper-ac .swiper-slide {
  padding: 0 1%;
}
#hd .sec-ac #pageContent-swiper-ac .swiper-slide img {
  width: 100%;
  aspect-ratio: 1920/1030;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s 0.1s;
  transition: opacity 0.25s 0.1s;
}
#hd .sec-ac #pageContent-swiper-ac .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#hd .sec-ac #pageContent-swiper-ac .swiper-button-prev {
  margin-left: 33%;
}
#hd .sec-ac #pageContent-swiper-ac .swiper-button-next {
  margin-right: 33%;
}
#hd .sec-ac #pageContent-swiper-ac .swiper-pagination {
  margin-top: 20px;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  #hd .sec-ac #pageContent-swiper-ac {
    width: 140%;
    margin-left: -20%;
  }
  #hd .sec-ac #pageContent-swiper-ac .swiper-button-prev {
    margin-left: 24%;
  }
  #hd .sec-ac #pageContent-swiper-ac .swiper-button-next {
    margin-right: 24%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ac .hd-intro {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ac #pageContent-swiper-ac {
    width: 90%;
    margin: 0 auto;
  }
  #hd .sec-ac #pageContent-swiper-ac .swiper-button-prev,
  #hd .sec-ac #pageContent-swiper-ac .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ac .hd-intro {
    margin-bottom: 20px;
  }
}
#hd .sec-gallery {
  padding: 6em 0 0;
}
#hd .sec-gallery .swiper-gallery {
  padding-bottom: 50px;
}
#hd .sec-gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
#hd .sec-gallery .swiper-slide img {
  width: 100%;
}
#hd .sec-gallery .swiper-pause-btn {
  margin: 0 auto;
  left: 0;
  right: 0;
}
#hd .sec-gallery .swiper-pagination-wrapper {
  margin-top: 15px;
}

#hd .sec-swiper {
  position: relative;
  overflow: hidden;
}
#hd .sec-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#hd .sec-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  padding: 0 28px;
}
#hd .sec-swiper .swiper-slide.swiper-slide-active .hd-content {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.2s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.2s;
  -o-animation-duration: 0.6s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.2s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-swiper .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
#hd .sec-swiper .hd-intro {
  margin-bottom: 60px;
}

@media screen and (max-width: 1280px) {
  #hd .sec-swiper .hd-intro {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-swiper .swiper-slide {
    padding: 0 16px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-swiper .hd-content {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-swiper .swiper-slide {
    padding: 0 8px;
  }
  #hd .sec-swiper .hd-intro {
    margin-bottom: 20px;
  }
}
#hd .hd-footer {
  padding-top: 6%;
  position: relative;
  z-index: 3;
}
#hd .hd-footer .hd-badge {
  display: block;
  width: 8%;
  min-width: 140px;
  margin: 0 auto;
}
#hd .hd-footer .deco-footer {
  display: block;
  width: 80%;
  max-width: 660px !important;
  min-width: 240px;
  margin: 80px auto 40px;
}

#hd .sec-overview .hd-deco {
  display: none;
}
/*# sourceMappingURL=hd-style.css.map */