@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
  position: relative;
  z-index: 2;
}

.ProductTabBar__productTabBarContainer__1e5nP {
  position: relative;
  z-index: 3;
}

.Product__onFixed__119Rh {
  display: none;
}

.ProductTabBar__productTabBarContainer__1e5nP.ProductTabBar__isFixed__3fX1Q {
  position: relative;
}

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

/* ---------- RESET ---------- */
.style-reset {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #000000;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.style-reset * {
  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;
}
.style-reset * ::-moz-selection {
  background: #222;
  color: #e294f8;
}
.style-reset * ::selection {
  background: #222;
  color: #e294f8;
}
.style-reset * ::-moz-selection {
  background: #222;
  color: #e294f8;
}
.style-reset ul,
.style-reset li,
.style-reset figure {
  margin: 0;
  padding: 0;
}
.style-reset h1,
.style-reset h2,
.style-reset h3,
.style-reset h4,
.style-reset p,
.style-reset a,
.style-reset li {
  font: inherit;
  padding: 0;
  margin: 0;
}
.style-reset img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0;
}
.style-reset img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.style-reset iframe,
.style-reset video {
  max-width: 100%;
}
.style-reset button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.style-reset {
  /* ---------- SCREEN READER ---------- */
}
.style-reset .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;
}
.style-reset a:focus-visible, .style-reset button:focus-visible, .style-reset input:focus-visible, .style-reset select:focus-visible, .style-reset textarea:focus-visible,
.style-reset [role=button]:focus-visible,
.style-reset [tabindex="0"]:focus-visible {
  outline: 2px solid #e294f8;
  outline-offset: -1px;
}
.style-reset a:focus:not(:focus-visible), .style-reset button:focus:not(:focus-visible), .style-reset input:focus:not(:focus-visible), .style-reset select:focus:not(:focus-visible), .style-reset textarea:focus:not(:focus-visible),
.style-reset [role=button]:focus:not(:focus-visible),
.style-reset [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 shine {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes shine {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-filter: brightness(2);
            filter: brightness(2);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
.hd-colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: colorrun;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: colorrun;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@-webkit-keyframes playSpriteH {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
@keyframes playSpriteH {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}
@-webkit-keyframes dotHint {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@keyframes dotHint {
  0% {
    opacity: 0.9;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@-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: both;
  -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: both;
  -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: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-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);
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("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 h1,
#hd .h1 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 4.75em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.125;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.25em;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.5em;
}
#hd h2 .txt-larger,
#hd .h2 .txt-larger {
  font-size: 1.5em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.5em;
  font-weight: normal;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#hd h3 sup,
#hd .h3 sup {
  display: inline-block;
  font-size: 0.5em;
  margin-top: -0.25em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0.25;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 0.018em;
  line-height: 1.125;
}
#hd h6,
#hd .h6 {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.125;
}
#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.4;
  letter-spacing: 0.018em;
  font-weight: 400;
}
#hd p.txt-larger {
  font-size: 1.3em;
}
#hd b {
  font-weight: normal;
}
#hd small {
  font-size: 0.875em;
  font-weight: 400;
}
#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 a.txt-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0.5em;
}
#hd a.txt-link:hover {
  color: white;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .nobr {
  white-space: nowrap;
}
#hd .hd-note {
  margin-top: 0.5em;
}
#hd .hd-note small {
  display: block;
  line-height: 1.125;
}
#hd .color-primary {
  color: #e294f8 !important;
}
#hd .color-highlight {
  color: #ff00e4 !important;
}
#hd .color-primary-dark {
  color: #50f0ee !important;
}
#hd .color-grey {
  color: #939393 !important;
}
#hd .color-light-grey {
  color: #bbbbbb !important;
}
#hd .color-dark-grey {
  color: #4d4e4f !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #e294f8 !important;
  background-color: #e08df8;
  background-image: -webkit-gradient(linear, left top, right top, from(#e08df8), to(#ffffff));
  background-image: linear-gradient(90deg, #e08df8, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 0.125em;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient::selection,
#hd .color-gradient ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient::-moz-selection,
#hd .color-gradient ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient-secondary {
  display: inline-block;
  color: #e294f8 !important;
  background-color: #a383ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#a383ff), color-stop(#ffffff), to(#fe96fa));
  background-image: linear-gradient(90deg, #a383ff, #ffffff, #fe96fa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-secondary::-moz-selection, #hd .color-gradient-secondary ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient-secondary::selection,
#hd .color-gradient-secondary ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient-secondary::-moz-selection,
#hd .color-gradient-secondary ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient-kv {
  display: inline-block;
  color: white !important;
  background-color: #bb9fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#bb9fff), color-stop(#ffffff), to(#bb9fff));
  background-image: linear-gradient(90deg, #bb9fff, #ffffff, #bb9fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-kv::-moz-selection, #hd .color-gradient-kv ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient-kv::selection,
#hd .color-gradient-kv ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .color-gradient-kv::-moz-selection,
#hd .color-gradient-kv ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #e294f8;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
}
#hd .font-content {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-title {
  font-size: 1.3em;
  position: relative;
  z-index: 2;
}
#hd .title-deco {
  text-align: center;
  position: relative;
  padding: 30px 0;
  font-size: 0.75em;
  z-index: 3;
}
#hd .title-deco h2 {
  display: inline-block;
  min-width: 33%;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 300;
  padding: 0.875em 0.5em 0.75em;
  letter-spacing: 0.24em;
  opacity: 0;
}
#hd .title-deco h2:before, #hd .title-deco h2:after {
  content: "";
  width: 300px;
  height: 36px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: center no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s, transform 0.8s;
  -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;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
#hd .title-deco h2:before {
  background-image: url(../img/title-deco-left.svg);
  background-position: center top;
  right: 100%;
}
#hd .title-deco h2:after {
  background-image: url(../img/title-deco-right.svg);
  background-position: center bottom;
  left: 100%;
}
#hd .title-deco.is-animated h2 {
  -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 .title-deco.is-animated h2:before {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .title-deco.is-animated h2:after {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 1s;
  -moz-animation-name: fadeInRight;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 1s;
  -o-animation-name: fadeInRight;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 1s;
  animation-name: fadeInRight;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

/*ie11 above fixed*/
_:-ms-fullscreen,
:root #hd .color-gradient {
  background: transparent !important;
}

@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 h3,
  #hd .h3 {
    font-size: 2.25em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h1,
  #hd .h1 {
    font-size: 4em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.75em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2.5em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em;
  }
  #hd p.txt-larger {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd {
    font-size: 14px;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 3em;
  }
  #hd .title-deco h2:before, #hd .title-deco h2:after {
    height: 30px;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd p {
    line-height: 1.6;
  }
  #hd p.txt-larger {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 768px) {
  #hd h1,
  #hd .h1 {
    font-size: 3em;
  }
  #hd .title-deco {
    font-size: 1.25em;
    margin-bottom: 40px;
  }
  #hd .title-deco h2 {
    display: block;
    letter-spacing: 0.16em;
  }
  #hd .title-deco h2:before, #hd .title-deco h2:after {
    width: 200px;
    height: 30px;
    padding-bottom: 0;
    margin: -5% 2%;
  }
  #hd .title-deco h2:before {
    left: 0;
    right: auto;
    top: auto;
    bottom: 100%;
  }
  #hd .title-deco h2:after {
    left: auto;
    right: 0;
    top: 100%;
    bottom: auto;
  }
}
@media screen and (max-width: 480px) {
  #hd h1,
  #hd .h1 {
    font-size: 2em;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2em;
    margin-bottom: 0.25em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2.25em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.25em;
  }
  #hd p.txt-larger {
    font-size: 1.125em;
  }
  #hd .title-deco h2 {
    padding: 0.75em 0.5em 0.5em;
    letter-spacing: 0.1em;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w800,
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
  width: 75%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w800 {
  max-width: 800px;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1200 {
  max-width: 1200px;
}
#hd .hd-w1366 {
  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-col90 {
  width: 90%;
}
#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 !important;
}
#hd .hd-d-ib {
  display: inline-block !important;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w800 {
    max-width: 1000px;
  }
  #hd .hd-w900 {
    max-width: 1200px;
  }
  #hd .hd-w1000 {
    max-width: 1300px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200 {
    max-width: 1600px;
  }
  #hd .hd-w1366 {
    max-width: 1800px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2000px;
  }
  #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-w800 {
    max-width: 1200px;
  }
  #hd .hd-w900 {
    max-width: 1400px;
  }
  #hd .hd-w1000 {
    max-width: 2200px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200 {
    max-width: 2560px;
  }
  #hd .hd-w1366 {
    max-width: 3000px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    max-width: 3000px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none !important;
  }
  #hd .hd-d-1024-block {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-d-mobile-none {
    display: none !important;
  }
  #hd .hd-d-mobile-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w800,
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none !important;
  }
  #hd .hd-d-1023-block {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none !important;
  }
  #hd .hd-d-768-block {
    display: block !important;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none !important;
  }
  #hd .hd-d-620-block {
    display: block !important;
  }
  #hd .hd-d-620-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none !important;
  }
  #hd .hd-d-480-block {
    display: block !important;
  }
  #hd .hd-d-480-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
#hd .bg-gradient {
  background-color: #212121;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#212121), to(black));
  background-image: linear-gradient(0deg, #212121, black);
}
#hd .bg-dark {
  background: #212121;
  position: relative;
  overflow: hidden;
}

#hd .hd-btn {
  cursor: pointer;
}
#hd .hd-btn.btn-frame {
  display: inline-block;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  color: #e294f8;
  padding: 12px 20px 8px;
  margin-top: 4px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: black;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#hd .hd-btn.btn-frame:hover, #hd .hd-btn.btn-frame:focus-visible {
  border-color: #e294f8;
  -webkit-box-shadow: 0 0 5px rgba(226, 148, 248, 0.5);
          box-shadow: 0 0 5px rgba(226, 148, 248, 0.5);
}
#hd .hd-btn.btn-watch {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.024em;
  background: white;
  border-radius: 2em;
  padding: 0.8em 0.6em 0.6em 1em;
  border: none;
  color: black;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
#hd .hd-btn.btn-watch span {
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  border-radius: 1em;
  background: black;
  margin-left: 0.5em;
  margin-top: -0.15em;
  position: relative;
}
#hd .hd-btn.btn-watch span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
}
#hd .hd-btn.btn-watch:hover, #hd .hd-btn.btn-watch:focus-visible {
  background: rgba(255, 255, 255, 0.5);
}
#hd .hd-btn.btn-underline {
  display: block;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  color: #e294f8;
  text-decoration: underline;
  padding: 1em 0 0;
  margin-top: 0.5em;
}
#hd .hd-btn.btn-underline:after {
  content: ">>";
  display: inline-block;
  vertical-align: top;
  font-size: 0.9em;
  margin-left: 0.4em;
  margin-top: -0.3em;
  margin-bottom: 0.3em;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .hd-btn.btn-underline:hover, #hd .hd-btn.btn-underline:focus-visible {
  color: white;
}
#hd .hd-btn.btn-underline:hover:after, #hd .hd-btn.btn-underline:focus-visible:after {
  -webkit-transform: translate(0.5em, 0);
  transform: translate(0.5em, 0);
}

@media screen and (max-width: 1280px) {
  #hd .hd-btn.btn-watch {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-btn.btn-watch {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-btn.btn-watch {
    font-size: 1em;
  }
}
#hd .hd-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-box {
  width: 1280px;
  height: auto;
  max-width: 90%;
  max-height: 720px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#hd .hd-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#hd .hd-lightbox .hd-close {
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
#hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 2px;
  background: white;
  border-radius: 1.5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-close:before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#hd .hd-lightbox .hd-close:after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#hd .trigger-play {
  cursor: pointer;
}

@media (min-aspect-ratio: 16/9) and (max-height: 800px) {
  #hd .hd-vid-lightbox .hd-box {
    width: 90%;
    max-width: 1280px;
    height: calc(100% - 100px);
    margin-top: 50px;
  }
  #hd .hd-vid-lightbox .vid-container {
    height: 100%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-box {
    margin-top: 50px;
  }
  #hd .hd-lightbox .hd-close {
    width: 2.75em;
    height: 2.75em;
  }
  #hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
    width: 1.25em;
    height: 2px;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
}
#hd .list-decimal > li, #hd .list-lower-roman > li, #hd .list-lower-alpha > li {
  font-size: 1.125em;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.25;
  position: relative;
  padding-left: 0.5em;
  margin-left: 1em;
  margin-bottom: 0.25em;
}
#hd .list-lower-alpha > li {
  list-style-type: lower-alpha;
}
#hd .list-lower-roman > li {
  list-style-type: lower-roman;
}
#hd .list-disc > li {
  font-size: 1.125em;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.125em;
}
#hd .list-disc > li:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0.4em;
  left: 0;
}
#hd .list-arrow > li {
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.125em;
}
#hd .list-arrow > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0.25em;
  left: 0;
}

#hd video {
  display: block;
  height: auto;
}
#hd .cover-container {
  position: relative;
  cursor: pointer;
}
#hd .cover-container:hover figure img {
  opacity: 0.75;
}
#hd .cover-container.trigger-video:hover .icon-play {
  background: #e294f8;
  opacity: 1;
  -webkit-transform: scale(1.25, 1.25);
  transform: scale(1.25, 1.25);
}
#hd .cover-container figure {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd .cover-container figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .cover-container .icon-play {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #939393;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.5;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .cover-container .icon-play:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 15px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
#hd .trigger-video {
  cursor: pointer;
}
#hd .vid-control {
  width: 50px;
  height: 50px;
  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;
  cursor: pointer;
}
#hd .vid-control img {
  width: 50% !important;
  height: 50% !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#hd .vid-control svg {
  width: 100%;
  height: 100%;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play, #hd .vid-control[aria-pressed=true] .play {
  display: block;
}
#hd .vid-control.hd-active .pause, #hd .vid-control[aria-pressed=true] .pause {
  display: none;
}
#hd .vid-control.left {
  right: auto;
  left: 0;
}
#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 (max-width: 768px) {
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
#hd .swiper-container {
  overflow: visible;
}
#hd .swiper-container .swiper-scrollbar {
  height: 0.5em;
  width: 100%;
  margin: 0 auto;
  background-color: black;
  border-radius: 0;
  z-index: 2;
  position: relative;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
}
#hd .swiper-container .swiper-scrollbar-drag {
  max-width: 45em;
  background-color: white;
  border-radius: 0;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 44px;
  height: 44px;
  color: black;
  background: white;
  border-radius: 50%;
  margin: 0 1.5em 3em;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -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 .swiper-button-prev:after,
#hd .swiper-button-next:after {
  font-size: 1.4em;
  font-weight: bold;
}
#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);
  transform: scale(1.1);
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#hd .swiper-button-prev {
  left: auto;
  right: 100%;
}
#hd .swiper-button-prev:after {
  margin-right: 0.125em;
}
#hd .swiper-button-next {
  right: auto;
  left: 100%;
}
#hd .swiper-button-next:after {
  margin-left: 0.125em;
}
#hd .swiper-pagination {
  width: auto;
  bottom: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
#hd .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 0 5px;
  background: #939393;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 62px;
  background: white;
}
#hd .swiper-pagination-bullet.swiper-paused:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pagination-wrapper {
  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;
  margin: 2em 0 1em;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5em;
  height: 2.5em;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pause-btn svg {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
}
#hd .swiper-card {
  width: 126%;
  margin: 0 -13% 90px;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
#hd .swiper-card .swiper-pagination-wrapper {
  width: 110%;
  margin-top: 30px;
  margin-inline: -5%;
}
#hd .swiper-card .swiper-pagination {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
  padding: 0 4px;
}
#hd .swiper-card .swiper-pagination:after {
  content: "";
  display: block;
  width: 150vw;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: -50vw;
}
#hd .swiper-card .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: auto;
}
#hd .swiper-card .custom-dot {
  font-size: 1em;
  line-height: 1;
  width: auto;
  height: auto;
  color: white;
  background: black;
  padding: 0.875em 2em 1.25em;
  margin: 0;
  border-radius: 0;
  position: relative;
  overflow: visible;
  color: #aaa;
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active {
  color: white;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active:after {
  opacity: 1;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-top:before, #hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-top:after, #hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-bottom:before, #hd .swiper-card .custom-dot.swiper-pagination-bullet-active .hd-deco.deco-bottom:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#hd .swiper-card .custom-dot:before {
  display: none;
}
#hd .swiper-card .custom-dot:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-filter 0.4s;
  transition: opacity 0.25s, -webkit-filter 0.4s;
  transition: opacity 0.25s, filter 0.4s;
  transition: opacity 0.25s, filter 0.4s, -webkit-filter 0.4s;
}
#hd .swiper-card .custom-dot .hd-deco {
  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 .swiper-card .custom-dot .hd-deco.deco-top:before, #hd .swiper-card .custom-dot .hd-deco.deco-top:after, #hd .swiper-card .custom-dot .hd-deco.deco-bottom:before, #hd .swiper-card .custom-dot .hd-deco.deco-bottom:after {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  position: absolute;
  margin: 4px 10px;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.4s 0.1s;
  transition: -webkit-transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s;
  transition: transform 0.4s 0.1s, -webkit-transform 0.4s 0.1s;
}
#hd .swiper-card .custom-dot .hd-deco.deco-top:before, #hd .swiper-card .custom-dot .hd-deco.deco-top:after {
  border-top: 2px solid #e294f8;
  top: 0;
}
#hd .swiper-card .custom-dot .hd-deco.deco-top:before {
  border-left: 2px solid #e294f8;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
#hd .swiper-card .custom-dot .hd-deco.deco-top:after {
  border-right: 2px solid #e294f8;
  right: 0;
  -webkit-transform-origin: right 0;
          transform-origin: right 0;
}
#hd .swiper-card .custom-dot .hd-deco.deco-bottom:before, #hd .swiper-card .custom-dot .hd-deco.deco-bottom:after {
  border-bottom: 2px solid #e294f8;
  bottom: 8px;
}
#hd .swiper-card .custom-dot .hd-deco.deco-bottom:before {
  border-left: 2px solid #e294f8;
  left: 0;
  -webkit-transform-origin: 0 bottom;
          transform-origin: 0 bottom;
}
#hd .swiper-card .custom-dot .hd-deco.deco-bottom:after {
  border-right: 2px solid #e294f8;
  right: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#hd .swiper-card .custom-dot-name {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.04em;
}
#hd .swiper-card .hd-txt {
  max-width: 46em;
  padding: 30px 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
#hd .swiper-card .swiper-slide {
  -webkit-transform-origin: 50% center;
          transform-origin: 50% center;
  -webkit-transition: transform-origin, transform;
  -webkit-transition: -webkit-transform-origin, -webkit-transform;
  transition: -webkit-transform-origin, -webkit-transform;
  transition: transform-origin, transform;
  transition: transform-origin, transform, -webkit-transform-origin, -webkit-transform;
}
#hd .swiper-card .swiper-slide.swiper-slide-prev {
  -webkit-transform-origin: 85% center;
          transform-origin: 85% center;
}
#hd .swiper-card .swiper-slide.swiper-slide-next {
  -webkit-transform-origin: 15% center;
          transform-origin: 15% center;
}
#hd .swiper-card .swiper-slide.swiper-slide-active .hd-txt {
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .swiper-card .hd-controls {
  margin-left: 80px;
  margin-right: -80px;
  margin-top: -0.25em;
  margin-bottom: 0.25em;
}
#hd .swiper-card .swiper-button-prev,
#hd .swiper-card .swiper-button-next {
  width: 44px;
  height: 44px;
  color: black;
  background: white;
  border: 4px solid black;
  border-radius: 50%;
  margin: 0;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -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 .swiper-card .swiper-button-prev:after,
#hd .swiper-card .swiper-button-next:after {
  font-size: 1em;
  font-weight: bold;
}
#hd .swiper-card .swiper-button-prev:hover, #hd .swiper-card .swiper-button-prev:focus-visible,
#hd .swiper-card .swiper-button-next:hover,
#hd .swiper-card .swiper-button-next:focus-visible {
  -webkit-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}
#hd .swiper-card .swiper-button-prev:active,
#hd .swiper-card .swiper-button-next:active {
  -webkit-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}
#hd .swiper-card .swiper-button-prev.swiper-button-disabled,
#hd .swiper-card .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#hd .swiper-card .swiper-button-prev:after {
  margin-right: 0.125em;
}
#hd .swiper-card .swiper-button-next:after {
  margin-left: 0.125em;
}

@media screen and (max-width: 1440px) {
  #hd .swiper-card {
    width: 170%;
    margin-inline: -35%;
  }
  #hd .swiper-card .swiper-pagination-wrapper {
    width: 140%;
    margin-left: -20%;
    margin-top: 1em;
  }
  #hd .swiper-card .custom-dot-name {
    font-size: 1.25em;
  }
  #hd .swiper-card .hd-txt {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .swiper-card {
    width: 180%;
    margin-inline: -40%;
  }
  #hd .swiper-card .hd-txt {
    padding: 20px 0 30px;
  }
  #hd .swiper-card .hd-controls {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1023px) {
  #hd .swiper-card {
    width: 240%;
    margin-inline: -70%;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 620px) {
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
  #hd .swiper-card {
    width: 260%;
    margin-inline: -80%;
  }
  #hd .swiper-card .swiper-pagination-wrapper {
    width: 120%;
    margin-left: -10%;
    margin-top: 0;
  }
  #hd .swiper-card .swiper-pagination {
    width: 100vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-inline: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 2px solid white;
    margin-inline: auto;
  }
  #hd .swiper-card .swiper-pagination:after {
    display: none;
  }
  #hd .swiper-card .custom-dot {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1em 1.5em 0.875em;
  }
  #hd .swiper-card .custom-dot:after {
    bottom: -2px;
  }
  #hd .swiper-card .custom-dot-name {
    font-size: 1.25em;
  }
}
#hd .hd-nav {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 20px;
  padding: 0 8px;
  position: fixed;
  top: 100px;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  z-index: 10;
  -webkit-transition: transform 0.25s, opacity 0.4s;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.25s;
  transition: opacity 0.4s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.4s;
  transition: transform 0.25s, opacity 0.4s, -webkit-transform 0.25s;
}
#hd .hd-nav.is-hidden {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
#hd .hd-nav.is-hidden:focus-within {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .hd-nav a {
  display: block;
  width: 8px;
  height: 44px;
  position: relative;
}
#hd .hd-nav a span {
  display: block;
  height: 100%;
  padding-left: 1em;
  padding-right: 2.75em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  line-height: 50px;
  white-space: nowrap;
  color: white;
  text-transform: uppercase;
  border-radius: 40px 0 0 40px;
  position: absolute;
  right: -26px;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(40px, 0);
  transform: translate(40px, 0);
  -webkit-transition: opacity 0.25s, transform 0.25s;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  z-index: 2;
  pointer-events: none;
}
#hd .hd-nav a span:before, #hd .hd-nav a span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  inset: 0;
}
#hd .hd-nav a span:before {
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
  padding: 1px;
  margin: -1px;
  background-color: #555;
  background-image: -webkit-gradient(linear, left top, right top, from(#555), color-stop(#aaa), to(#555));
  background-image: linear-gradient(90deg, #555, #aaa, #555);
  z-index: -1;
}
#hd .hd-nav a span:after {
  background: black;
  z-index: -1;
}
#hd .hd-nav a:before {
  content: "";
  display: block;
  width: 90px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
}
#hd .hd-nav a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #939393;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -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;
  z-index: 2;
}
#hd .hd-nav a:hover:after, #hd .hd-nav a:focus-visible:after {
  background: white;
}
#hd .hd-nav a:hover span, #hd .hd-nav a:focus-visible span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .hd-nav a:focus-visible {
  outline: none;
}
#hd .hd-nav a:focus-visible span {
  outline: 2px solid #e294f8;
}
#hd .hd-nav a.is-current:after {
  background-color: #e08df8;
  background-image: -webkit-gradient(linear, left top, right top, from(#e08df8), to(#ffffff));
  background-image: linear-gradient(90deg, #e08df8, #ffffff);
}
#hd .hd-nav a.is-current span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 1280px) {
  #hd .hd-nav a span {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-nav {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
}
#hd .sec-kv {
  padding-bottom: 2%;
  position: relative;
}
#hd .sec-kv .hd-img-container {
  margin-top: -5%;
  margin-bottom: -12%;
  position: relative;
  overflow: hidden;
}
#hd .sec-kv .hd-img-container img {
  width: 100%;
}
#hd .sec-kv .hd-container {
  position: relative;
  z-index: 2;
}
#hd .sec-kv h2 {
  font-size: 1rem;
}
#hd .sec-kv .font-rog {
  display: block;
  font-size: 3em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#hd .sec-kv .font-rog small {
  display: block;
  font: inherit;
  font-size: 0.4em;
  margin-bottom: 6px;
}
#hd .sec-kv p {
  font-size: 1.125em;
  max-width: 54em;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  #hd .sec-kv {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-kv {
    padding-bottom: 20px;
  }
  #hd .sec-kv .font-rog {
    font-size: 2.5em;
  }
  #hd .sec-kv p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-kv .hd-img-container {
    margin-bottom: 0;
  }
  #hd .sec-kv p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-kv .hd-img-container {
    margin-bottom: -14%;
  }
  #hd .sec-kv .hd-img-container img {
    width: 120%;
    max-width: none !important;
    margin-left: -10%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .font-rog {
    font-size: 2em;
  }
  #hd .sec-kv .hd-img-container {
    margin-top: 0;
    margin-bottom: -5%;
  }
  #hd .sec-kv .hd-img-container img {
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .font-rog {
    font-size: 1.6em;
    letter-spacing: 0.04em;
  }
}
#hd .sec-ksp {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-ksp .deco-right {
  width: 22%;
  position: absolute;
  left: -5%;
  top: 0;
  margin-top: -7%;
}
#hd .sec-ksp .hd-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: 1.25em;
}
#hd .sec-ksp .hd-grid > li {
  width: 100%;
}
#hd .sec-ksp .hd-grid > li.hd-col100 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
#hd .sec-ksp .hd-frame {
  height: 100%;
  background-color: #21253d;
  background-image: -webkit-gradient(linear, left top, right top, from(#21253d), to(#000000));
  background-image: linear-gradient(90deg, #21253d, #000000);
  padding: 24px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
}
#hd .sec-ksp .hd-frame:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 20px;
  margin: 12px;
  background-image: url("../img/ksp/deco-slash-p.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
#hd .sec-ksp .hd-frame.bg-gradient-2 {
  background-color: #21253d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#21253d), to(#000000));
  background-image: linear-gradient(0deg, #21253d, #000000);
}
#hd .sec-ksp .hd-frame .hd-txt {
  padding: 30px 8%;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp .hd-frame h3 {
  font-size: 1.75em;
  line-height: 1;
  margin-bottom: 0.125em;
}
#hd .sec-ksp .hd-frame h3 .txt-larger {
  font-size: 1.25em;
}
#hd .sec-ksp .hd-frame p {
  line-height: 1.25;
}
#hd .sec-ksp .hd-frame img {
  width: 100%;
}
#hd .sec-ksp .hd-frame.frame-power img {
  width: 7em;
}
#hd .sec-ksp .hd-frame.frame-capacity .hd-txt {
  margin-right: -8%;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp .hd-frame.frame-capacity .hd-txt strong {
  display: block;
  margin-top: 0.5em;
}
#hd .sec-ksp .hd-frame.frame-capacity .hd-img-container {
  margin-left: auto;
}
#hd .sec-ksp .hd-frame.frame-capacity img {
  margin-top: -10%;
  margin-bottom: 10%;
}
#hd .sec-ksp .hd-frame.frame-capacity small {
  font-size: 0.75rem;
}
#hd .sec-ksp .hd-frame.frame-temp {
  padding: 30px 0;
}
#hd .sec-ksp .hd-frame.frame-temp .hd-txt {
  margin-right: -5%;
  margin-left: 3%;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp .hd-frame.frame-temp .hd-img-container {
  margin-left: -5%;
  margin-right: 3%;
}
#hd .sec-ksp .hd-frame.frame-temp img {
  width: 85%;
  margin: 0 auto;
}
#hd .sec-ksp .hd-frame.frame-ui {
  padding: 36px 0;
}
#hd .sec-ksp .hd-frame.frame-ui .hd-img-container img {
  width: 80%;
  margin: 0 auto;
}
#hd .sec-ksp .hd-frame.frame-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0;
}
#hd .sec-ksp .hd-frame.frame-txt h3 {
  width: 50%;
  line-height: 0.9;
}
#hd .sec-ksp .hd-frame.frame-txt strong {
  display: block;
  font-size: 1.5em;
}
#hd .sec-ksp .hd-frame.frame-txt span {
  font-size: 0.875em;
}
#hd .sec-ksp .hd-frame.frame-etched {
  padding: 0;
}
#hd .sec-ksp .hd-frame.frame-etched .hd-img-container img {
  width: 64%;
  margin: 0 auto;
}
#hd .sec-ksp .hd-frame.frame-badge .hd-img-container img {
  width: 75%;
  margin: 0 auto;
}

@media screen and (min-width: 2560px) {
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 30px;
    grid-row-gap: 34px;
    font-size: 1.4em;
  }
  #hd .sec-ksp .hd-frame.frame-power img {
    width: 10em;
  }
  #hd .sec-ksp .hd-frame.frame-badge .hd-img-container img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1600px) {
  #hd .sec-ksp .hd-frame .hd-txt {
    padding: 24px 8%;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-ksp .hd-frame .hd-txt {
    padding: 20px 5%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
  #hd .sec-ksp .hd-frame h3 {
    font-size: 1.5em;
  }
  #hd .sec-ksp .hd-frame p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ksp {
    padding: 60px 0;
  }
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-ksp .hd-container {
    max-width: 600px;
  }
  #hd .sec-ksp .hd-grid {
    font-size: 1em;
  }
  #hd .sec-ksp .hd-frame p {
    font-size: 1em;
  }
  #hd .sec-ksp .hd-frame.frame-txt {
    font-size: 1em;
    padding-block: 10px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ksp {
    padding: 40px 0;
  }
  #hd .sec-ksp .hd-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  #hd .sec-ksp .hd-grid > li.hd-col100 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  #hd .sec-ksp .hd-frame .hd-txt {
    padding: 16px;
  }
  #hd .sec-ksp .hd-frame.frame-power img {
    width: 70%;
  }
  #hd .sec-ksp .hd-frame.frame-temp .hd-txt {
    margin-left: 0;
  }
  #hd .sec-ksp .hd-frame.frame-temp .hd-img-container {
    margin-right: 0;
  }
  #hd .sec-ksp .hd-frame.frame-temp .hd-img-container img {
    width: 100%;
  }
  #hd .sec-ksp .hd-frame.frame-txt {
    font-size: 1em;
  }
  #hd .sec-ksp .hd-frame.frame-etched .hd-img-container img {
    width: 45%;
  }
  #hd .sec-ksp .hd-frame.frame-badge .hd-img-container img {
    width: 10em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp .hd-container {
    max-width: 400px;
  }
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  #hd .sec-ksp .hd-frame:before {
    margin: 8px;
  }
  #hd .sec-ksp .hd-frame h3 {
    font-size: 1.5em;
  }
}
#hd .sec-video {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}
#hd .sec-video .hd-container {
  position: relative;
}
#hd .sec-video .vid-control {
  width: 44px;
  height: 44px;
  right: 5%;
  bottom: 3em;
}
#hd .sec-video .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 2em;
  z-index: 2;
}
#hd .sec-video .vid-container {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#hd .sec-video .vid-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 620px) {
  #hd .sec-video .vid-control {
    left: auto;
    right: 0;
    bottom: 0;
  }
  #hd .sec-video .btn-container {
    position: relative;
    margin: 20px auto;
  }
}
#hd .sec-design {
  padding: 6% 0 4%;
  position: relative;
  overflow: hidden;
}
#hd .sec-design .deco-rog {
  width: 15%;
  position: absolute;
  top: 3%;
  right: 5%;
  z-index: 3;
}
#hd .sec-design .hd-container {
  position: relative;
  z-index: 2;
}
#hd .sec-design .hd-container .hd-bg {
  width: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}
#hd .sec-design .container-top .hd-intro {
  margin-bottom: 40px;
}
#hd .sec-design .container-top .hd-intro p {
  max-width: 48em;
  margin: 0 auto 1em;
}
#hd .sec-design .container-top .list-thermal > li {
  width: 50%;
  padding: 20px;
}
#hd .sec-design .container-top .list-thermal img {
  width: 100%;
  max-width: 16em !important;
  margin: 0 auto;
}
#hd .sec-design .container-top .list-thermal .hd-txt {
  padding: 20px 5% 0;
}
#hd .sec-design .container-top .list-thermal p {
  font-size: 1.25em;
  margin: 10px 0;
}
#hd .sec-design .container-top .hd-note {
  max-width: 40em;
  margin: 0 auto 40px;
}
#hd .sec-design .container-top .hd-note small {
  display: block;
  line-height: 1.25;
}
#hd .sec-design .container-top .color-cyan {
  color: cyan;
}
#hd .sec-design .container-top .color-red {
  color: red;
}
#hd .sec-design .hd-table-scroller {
  width: 100%;
  position: relative;
  overflow-x: auto;
}
#hd .sec-design .hd-table-scroller::-webkit-scrollbar {
  height: 5px;
}
#hd .sec-design .hd-table-scroller::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#hd .sec-design .hd-table-scroller::-webkit-scrollbar-thumb {
  background: #888;
}
#hd .sec-design .hd-table-scroller::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#hd .sec-design .hd-table {
  width: 100%;
  max-width: 1000px;
  min-width: 600px;
  margin: 0 auto;
  border-collapse: collapse;
}
#hd .sec-design .hd-table thead tr:first-child th {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #000;
  background: #e1e1e1;
  padding: 16px 16px 10px;
}
#hd .sec-design .hd-table thead tr:nth-child(2) th {
  font-size: 1.25em;
}
#hd .sec-design .hd-table thead th {
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em;
}
#hd .sec-design .hd-table thead th small {
  font-size: 0.9em;
  font-weight: normal;
}
#hd .sec-design .hd-table thead th:first-child {
  background: #2c2c2c;
}
#hd .sec-design .hd-table thead th:last-child {
  background: #1d1d1d;
}
#hd .sec-design .hd-table tbody {
  text-align: center;
}
#hd .sec-design .hd-table tbody tr:first-child {
  font-size: 1.125em;
}
#hd .sec-design .hd-table tbody th,
#hd .sec-design .hd-table tbody td {
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#hd .sec-design .hd-table tbody th {
  background: #2c2c2c;
  font-weight: normal;
}
#hd .sec-design .hd-table tbody td:last-child {
  background: #1d1d1d;
}
#hd .sec-design .container-middle {
  padding-top: 6%;
}
#hd .sec-design .container-middle .hd-bg {
  top: auto;
  bottom: -45%;
}
#hd .sec-design .container-middle .hd-intro {
  margin-bottom: 40px;
}
#hd .sec-design .container-middle .hd-intro p {
  max-width: 48em;
  margin: 0 auto 1em;
}
#hd .sec-design .container-middle .hd-frame {
  background: #0a0911;
  padding: 5%;
}
#hd .sec-design .container-middle .hd-frame img {
  margin-bottom: 40px;
}
#hd .sec-design .container-middle .hd-frame small {
  display: block;
  font-size: 1em;
  line-height: 1.5;
}
#hd .sec-design .container-middle .hd-dec-t,
#hd .sec-design .container-middle .hd-dec-b {
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
}
#hd .sec-design .container-middle .hd-dec-t::before, #hd .sec-design .container-middle .hd-dec-t::after,
#hd .sec-design .container-middle .hd-dec-b::before,
#hd .sec-design .container-middle .hd-dec-b::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: -20px;
}
#hd .sec-design .container-middle .hd-dec-t {
  top: 0;
}
#hd .sec-design .container-middle .hd-dec-t::before {
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
}
#hd .sec-design .container-middle .hd-dec-t::after {
  top: 0;
  right: 0;
  border-left: 0;
  border-bottom: 0;
}
#hd .sec-design .container-middle .hd-dec-b {
  bottom: 0;
}
#hd .sec-design .container-middle .hd-dec-b::before {
  bottom: 0;
  left: 0;
  border-right: 0;
  border-top: 0;
}
#hd .sec-design .container-middle .hd-dec-b::after {
  bottom: 0;
  right: 0;
  border-left: 0;
  border-top: 0;
}
#hd .sec-design .container-middle .hd-dec-l,
#hd .sec-design .container-middle .hd-dec-r {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto 0;
}
#hd .sec-design .container-middle .hd-dec-l::before, #hd .sec-design .container-middle .hd-dec-l::after,
#hd .sec-design .container-middle .hd-dec-r::before,
#hd .sec-design .container-middle .hd-dec-r::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}
#hd .sec-design .container-middle .hd-dec-l::before,
#hd .sec-design .container-middle .hd-dec-r::before {
  width: 50%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#hd .sec-design .container-middle .hd-dec-l::after,
#hd .sec-design .container-middle .hd-dec-r::after {
  width: 1px;
  height: 100%;
}
#hd .sec-design .container-middle .hd-dec-l {
  left: 0;
  margin-left: -20px;
}
#hd .sec-design .container-middle .hd-dec-l:before, #hd .sec-design .container-middle .hd-dec-l:after {
  left: 0;
}
#hd .sec-design .container-middle .hd-dec-r {
  right: 0;
  margin-right: -20px;
}
#hd .sec-design .container-middle .hd-dec-r:before, #hd .sec-design .container-middle .hd-dec-r:after {
  right: 0;
}
#hd .sec-design .container-bottom .hd-content {
  max-width: 34em;
  margin-left: 20%;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#hd .sec-design .container-bottom .hd-content p {
  margin-bottom: 1em;
}
#hd .sec-design .container-bottom .hd-content strong.h2 {
  display: block;
  margin-top: 40px;
}
#hd .sec-design .container-bottom .hd-img-container {
  width: 47%;
  margin-left: -10%;
}

@media screen and (max-width: 1440px) {
  #hd .sec-design .container-middle .hd-bg {
    bottom: -30%;
  }
  #hd .sec-design .container-bottom {
    padding-top: 10%;
  }
  #hd .sec-design .container-bottom .hd-content {
    margin-left: 12%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-design .container-top .hd-intro {
    margin-bottom: 20px;
  }
  #hd .sec-design .container-top .list-thermal h4 {
    font-size: 1.5em;
  }
  #hd .sec-design .container-top .list-thermal p {
    font-size: 1.125em;
  }
  #hd .sec-design .container-bottom .hd-content {
    margin-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-design {
    padding: 10% 0;
  }
  #hd .sec-design .deco-rog {
    top: 1%;
    right: 3%;
  }
  #hd .sec-design .container-top .list-thermal > li {
    padding: 6px;
  }
  #hd .sec-design .hd-table {
    max-width: 600px;
    min-width: 380px;
  }
  #hd .sec-design .hd-table thead tr:first-child th {
    font-size: 1.25em;
  }
  #hd .sec-design .hd-table thead tr:last-child th {
    font-size: 1.125em;
  }
  #hd .sec-design .container-middle {
    padding-top: 10%;
  }
  #hd .sec-design .container-middle .hd-frame {
    padding: 3%;
  }
  #hd .sec-design .container-middle .hd-frame img {
    margin-bottom: 20px;
  }
  #hd .sec-design .container-middle .hd-frame small {
    font-size: 0.875em;
  }
  #hd .sec-design .container-middle .hd-dec-t,
  #hd .sec-design .container-middle .hd-dec-b {
    height: 20px;
  }
  #hd .sec-design .container-middle .hd-dec-t::before, #hd .sec-design .container-middle .hd-dec-t::after,
  #hd .sec-design .container-middle .hd-dec-b::before,
  #hd .sec-design .container-middle .hd-dec-b::after {
    width: 20px;
    height: 20px;
    margin: -10px;
  }
  #hd .sec-design .container-middle .hd-dec-l,
  #hd .sec-design .container-middle .hd-dec-r {
    width: 20px;
    height: 20px;
  }
  #hd .sec-design .container-middle .hd-dec-l .hd-dec-l,
  #hd .sec-design .container-middle .hd-dec-r .hd-dec-l {
    margin-left: -10px;
  }
  #hd .sec-design .container-middle .hd-dec-l .hd-dec-r,
  #hd .sec-design .container-middle .hd-dec-r .hd-dec-r {
    margin-right: -10px;
  }
  #hd .sec-design .container-bottom {
    padding-top: 10%;
  }
  #hd .sec-design .container-bottom .hd-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-design .container-bottom .hd-content {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
  }
  #hd .sec-design .container-bottom .hd-img-container {
    width: 80%;
    margin-left: auto;
    margin-top: -15%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-design .deco-rog {
    width: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #hd .sec-design .container-top .hd-intro {
    margin-bottom: 40px;
  }
  #hd .sec-design .container-top .list-thermal {
    max-width: 400px;
    margin: 0 auto;
  }
  #hd .sec-design .container-top .list-thermal > li {
    font-size: 0.75em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-design {
    padding: 15% 0;
  }
  #hd .sec-design .container-middle {
    padding-top: 15%;
  }
  #hd .sec-design .container-middle .hd-dec-l,
  #hd .sec-design .container-middle .hd-dec-r {
    display: none;
  }
  #hd .sec-design .container-middle .hd-bg {
    bottom: -10%;
  }
  #hd .sec-design .container-bottom {
    padding-top: 15%;
  }
}
#hd .sec-protection {
  padding: 6% 0 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-protection .deco-rule {
  width: 100px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-protection .hd-intro {
  position: relative;
  z-index: 2;
}
#hd .sec-protection .hd-intro p {
  max-width: 54em;
  margin: 0 auto;
}
#hd .sec-protection .hd-intro .hd-btn {
  margin-top: 20px;
}
#hd .sec-protection .hd-img-container {
  margin-top: -10%;
}
#hd .sec-protection .hd-img-container img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #hd .sec-protection {
    padding: 10% 0 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-protection {
    padding: 15% 0 0;
  }
  #hd .sec-protection .deco-rule {
    width: 60px;
  }
}
#hd .sec-comb {
  padding: 6% 0;
  background-color: #110140;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#110140), to(black));
  background-image: linear-gradient(0deg, #110140, black);
  position: relative;
  overflow: hidden;
}
#hd .sec-comb .list-comb > li {
  padding: 8px 20px;
}
#hd .sec-comb .hd-frame {
  height: 100%;
  border-radius: 0 0 35px 0;
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 0 0 50px;
  position: relative;
  overflow: hidden;
}
#hd .sec-comb .hd-frame:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #e08df8;
  background-image: -webkit-gradient(linear, left top, right top, from(#e08df8), to(#ffffff));
  background-image: linear-gradient(90deg, #e08df8, #ffffff);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-comb .hd-frame .hd-txt {
  padding: 0 7%;
  position: relative;
  z-index: 2;
}
#hd .sec-comb .hd-frame h3 {
  padding: 50px 7% 20px;
  min-height: calc(2.5em + 70px);
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 0;
}
#hd .sec-comb .hd-frame p {
  margin-bottom: 0.5em;
}
#hd .sec-comb .hd-frame .txt-larger {
  display: block;
  font-size: 1.25em;
  line-height: 1;
}
#hd .sec-comb .hd-frame .hd-img-container {
  width: 90%;
  aspect-ratio: 648/472;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
#hd .sec-comb .hd-frame .hd-img-container video,
#hd .sec-comb .hd-frame .hd-img-container img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-comb .deco-rule {
  width: 25%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10% 40px;
}

@media screen and (max-width: 1280px) {
  #hd .sec-comb .list-comb > li {
    padding: 4px;
  }
  #hd .sec-comb .hd-frame {
    padding: 0 0 40px;
  }
  #hd .sec-comb .hd-frame .hd-txt {
    padding: 0 5%;
  }
  #hd .sec-comb .hd-frame h3 {
    min-height: calc(2.5em + 50px);
    padding: 40px 5% 10px;
  }
  #hd .sec-comb .hd-frame .hd-img-container {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-comb {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-comb .hd-frame {
    padding: 0 0 30px;
  }
  #hd .sec-comb .hd-frame .hd-txt {
    padding: 0 10px;
  }
  #hd .sec-comb .hd-frame h3 {
    min-height: calc(2.5em + 40px);
    padding: 30px 10px 10px;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-comb .title-deco {
    margin-bottom: 0;
  }
  #hd .sec-comb .list-comb {
    max-width: 360px;
    margin: 0 auto;
  }
  #hd .sec-comb .list-comb > li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #hd .sec-comb .list-comb > li:last-child {
    margin-bottom: 0;
  }
  #hd .sec-comb .hd-frame {
    border-width: 1px;
    padding: 0 0 30px;
  }
  #hd .sec-comb .hd-frame h3 {
    min-height: 0;
  }
  #hd .sec-comb .hd-frame .hd-txt {
    padding-inline: 16px;
  }
}
#hd .sec-standards {
  padding: 6% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-standards .hd-intro {
  position: relative;
  z-index: 3;
}
#hd .sec-standards .hd-wrapper {
  margin-top: -6%;
}
#hd .sec-standards .hd-img-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin: 0;
  z-index: 0;
}
#hd .sec-standards .hd-img-container img {
  display: block;
  width: 100%;
  height: auto;
}
#hd .sec-standards .hd-img-container .hd-highlight {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#hd .sec-standards .hd-content {
  margin-left: -5%;
  margin-right: auto;
  padding-right: 10%;
  position: relative;
  z-index: 2;
}
#hd .sec-standards .hd-content p {
  margin-bottom: 1em;
}
#hd .sec-standards .hd-content .hd-deco {
  width: 240px;
  margin-top: 140px;
}
#hd .sec-standards .hd-content .txt-link:hover, #hd .sec-standards .hd-content .txt-link:focus-visible {
  color: white !important;
}

@media screen and (max-width: 1440px) {
  #hd .sec-standards .hd-content {
    padding-right: 5%;
  }
  #hd .sec-standards .hd-content .hd-deco {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-standards .hd-content {
    padding-right: 0;
  }
  #hd .sec-standards .hd-content .hd-deco {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-standards .hd-img-container {
    width: 70%;
    margin-left: -12%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-standards {
    padding: 10% 0;
  }
  #hd .sec-standards .hd-wrapper {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-standards .hd-content {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  #hd .sec-standards .hd-content .hd-deco {
    width: 200px;
    margin-inline: auto;
  }
  #hd .sec-standards .hd-img-container {
    width: 100%;
    margin-left: 0;
    margin-top: -15%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-standards {
    padding: 15% 0;
  }
  #hd .sec-standards .hd-img-container {
    width: 120%;
    margin-left: -20%;
  }
}
#hd .sec-cables {
  padding: 6% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-cables .hd-content {
  max-width: 50em;
  margin: 20px auto 60px;
}
#hd .sec-cables .title-deco {
  margin-bottom: 0;
  padding-bottom: 0;
}
#hd .sec-cables .hd-note {
  margin-top: 1em;
}
#hd .sec-cables .hd-note small {
  display: block;
}
#hd .sec-cables .wrapper-top {
  margin-bottom: 70px;
}
#hd .sec-cables .wrapper-top .hd-img-container {
  margin-left: -2%;
  margin-right: 2%;
  position: relative;
}
#hd .sec-cables .wrapper-top .hd-img-container img {
  width: 100%;
}
#hd .sec-cables .wrapper-top .hd-img-container .hd-pd {
  position: relative;
  z-index: 2;
}
#hd .sec-cables .wrapper-top .hd-img-container .hd-line {
  position: absolute;
  inset: 0;
}
#hd .sec-cables .wrapper-top .hd-img-container ol li {
  font-size: 1.25em;
  font-weight: 500;
  text-align: right;
  position: absolute;
  right: 7%;
}
#hd .sec-cables .wrapper-top .hd-img-container ol li:nth-child(1) {
  bottom: 90%;
}
#hd .sec-cables .wrapper-top .hd-img-container ol li:nth-child(2) {
  bottom: 76%;
}
#hd .sec-cables .wrapper-top .hd-img-container ol li:nth-child(3) {
  bottom: 62.5%;
}
#hd .sec-cables .wrapper-top .hd-frame {
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 0 0 35px 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 40px 30px 50px 50px;
  position: relative;
  overflow: hidden;
}
#hd .sec-cables .wrapper-top .list-features {
  margin-left: -2%;
  margin-top: 20px;
}
#hd .sec-cables .wrapper-top .list-features > li {
  font-size: 1.25em;
  padding: 0.5em 0.125em;
  position: relative;
  padding-left: 2.5em;
}
#hd .sec-cables .wrapper-top .list-features > li:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/cables/check.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3em;
  left: 0.25em;
}
#hd .sec-cables .wrapper-top .list-features > li:nth-child(2n) {
  background: rgba(226, 148, 248, 0.3);
}
#hd .sec-cables .wrapper-bottom .hd-txt {
  max-width: 36em;
  padding-right: 7%;
  padding-left: 2%;
}
#hd .sec-cables .wrapper-bottom .list-icons {
  margin-left: -5%;
  padding-right: 3%;
  margin-bottom: 30px;
}
#hd .sec-cables .wrapper-bottom .list-icons > li {
  padding: 2%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-cables .hd-content {
    margin-bottom: 30px;
  }
  #hd .sec-cables .wrapper-top h3 {
    font-size: 2em;
  }
  #hd .sec-cables .wrapper-top .list-features > li {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-cables .wrapper-top {
    margin-bottom: 50px;
  }
  #hd .sec-cables .wrapper-top .hd-frame {
    padding: 30px 20px 40px 30px;
  }
  #hd .sec-cables .wrapper-bottom .hd-txt {
    padding-left: 2%;
  }
  #hd .sec-cables .wrapper-bottom .list-icons {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-cables {
    padding: 10% 0;
  }
  #hd .sec-cables .wrapper-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-cables .wrapper-top .hd-txt {
    width: 100%;
    max-width: 36em;
    padding: 0;
    magin: 20px auto;
  }
  #hd .sec-cables .wrapper-top .hd-img-container {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  #hd .sec-cables .wrapper-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  #hd .sec-cables .wrapper-bottom .hd-txt {
    width: 100%;
    max-width: 36em;
    padding: 0;
    magin: 20px auto;
  }
  #hd .sec-cables .wrapper-bottom .hd-img-container {
    width: 100%;
    margin: 0 auto;
  }
  #hd .sec-cables .wrapper-bottom .list-icons {
    max-width: 20em;
    margin: 20px auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-cables .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-cables .hd-img-container {
    width: 90%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-cables {
    padding: 15% 0;
  }
  #hd .sec-cables .wrapper-top {
    margin-bottom: 40px;
  }
  #hd .sec-cables .wrapper-top .hd-img-container ol li {
    font-size: 0.9em;
  }
  #hd .sec-cables .wrapper-top .hd-frame {
    padding: 20px 12px 20px 20px;
  }
  #hd .sec-cables .wrapper-bottom .list-icons {
    max-width: 18em;
  }
}
#hd .sec-compatibility {
  padding: 6% 0 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-compatibility .container-top {
  margin-top: -5%;
  position: relative;
}
#hd .sec-compatibility .container-top .hd-img-container {
  position: relative;
}
#hd .sec-compatibility .container-top .hd-img-container img {
  width: 100%;
}
#hd .sec-compatibility .container-top .hd-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 2;
}
#hd .sec-compatibility .container-top .hd-content {
  padding-left: 3%;
}
#hd .sec-compatibility .container-top .hd-frame {
  max-width: calc(34em + 20px);
  margin-top: 60px;
  padding: 30px 26px;
  background-color: black;
  background-image: linear-gradient(135deg, black, #313133, black);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
#hd .sec-compatibility .container-top .hd-frame:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65px;
  height: 24px;
  margin: 16px 30px;
  background-image: url("../img/compatibility/deco-slash-w.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
#hd .sec-compatibility .container-top .hd-frame p {
  color: #fff;
  margin-bottom: 1.25em;
}
#hd .sec-compatibility .container-top .btn-reclaim {
  min-width: 300px;
}
#hd .sec-compatibility .container-top .btn-reclaim[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-compatibility .container-bottom .hd-intro {
  position: relative;
  z-index: 2;
}
#hd .sec-compatibility .container-bottom .hd-img-container {
  margin-top: -5%;
}

@media screen and (max-width: 1600px) {
  #hd .sec-compatibility .container-top .hd-img-container {
    width: 120%;
    margin-left: -10%;
  }
  #hd .sec-compatibility .container-top .hd-wrapper {
    width: 85%;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-compatibility .container-top .hd-content {
    padding-left: 0;
  }
  #hd .sec-compatibility .container-top .hd-frame {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-compatibility .container-top {
    margin-top: -2%;
  }
  #hd .sec-compatibility .container-top .hd-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-compatibility .container-top {
    padding-bottom: 6%;
  }
  #hd .sec-compatibility .container-top .hd-frame {
    padding: 16px 20px;
  }
  #hd .sec-compatibility .container-top .hd-frame p {
    margin-bottom: 1em;
  }
  #hd .sec-compatibility .container-top .btn-reclaim {
    min-width: 220px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-compatibility .container-top {
    padding-bottom: 6%;
  }
  #hd .sec-compatibility .container-top .hd-img-container {
    width: 165%;
    margin-left: -65%;
    margin-top: -15%;
    margin-bottom: -10%;
  }
  #hd .sec-compatibility .container-top .hd-wrapper {
    position: relative;
  }
  #hd .sec-compatibility .container-top .hd-content {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0;
  }
  #hd .sec-compatibility .container-top .hd-frame {
    padding-bottom: 30px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-compatibility {
    padding: 10% 0 0;
  }
  #hd .sec-compatibility .container-bottom .hd-img-container {
    width: 140%;
    margin-left: -20%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-compatibility {
    padding: 15% 0 0;
  }
  #hd .sec-compatibility .container-top .hd-img-container {
    width: 200%;
    margin-left: -86%;
    margin-right: -14%;
  }
  #hd .sec-compatibility .container-top .hd-frame {
    padding-inline: 10px;
  }
  #hd .sec-compatibility .container-bottom .hd-img-container {
    width: 180%;
    margin-left: -40%;
  }
}
#hd .sec-faq {
  padding: 6% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-faq .hd-intro {
  position: relative;
  z-index: 2;
}
#hd .sec-faq .hd-wrapper {
  width: 100%;
}
#hd .sec-faq .hd-content {
  width: 100%;
}
#hd .sec-faq .list-feature > li {
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
#hd .sec-faq .list-feature > li:last-child {
  border-bottom: none;
}
#hd .sec-faq .list-feature button {
  display: block;
  padding: 10px 0;
  padding-right: 3em;
  width: 100%;
  color: white;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#hd .sec-faq .list-feature button i {
  display: block;
  width: 1.25em;
  height: 1.25em;
  border-radius: 2em;
  background: #50f0ee;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -webkit-transition: transform 0.25s ease, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease;
  transition: transform 0.25s ease, background 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  border-radius: 2px;
  background: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -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 .sec-faq .list-feature button i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .sec-faq .list-feature button:hover i, #hd .sec-faq .list-feature button:focus-visible i {
  background: #e294f8;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before, #hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transition: transform 0.25s 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] .h4 {
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUpSmall;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUpSmall;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUpSmall;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-faq .list-feature .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 0;
  padding-bottom: 10px;
}
#hd .sec-faq .list-feature p {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature .txt-link {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
#hd .sec-faq .list-feature .txt-link:hover, #hd .sec-faq .list-feature .txt-link:focus-visible {
  color: #e294f8 !important;
}
#hd .sec-faq .list-disc {
  margin: 20px 0;
}
#hd .sec-faq .list-disc > li {
  margin-bottom: 10px;
}
#hd .sec-faq .hd-scroller {
  width: 100%;
  position: relative;
  overflow-x: auto;
  margin: 20px 0;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar {
  height: 4px;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar-track {
  background: black;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar-thumb {
  background: #888;
}
#hd .sec-faq .hd-scroller::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
#hd .sec-faq table {
  width: 100%;
  min-width: 40em;
  border-collapse: collapse;
}
#hd .sec-faq table th, #hd .sec-faq table td {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}
#hd .sec-faq table thead th {
  background-color: rgba(255, 255, 255, 0.05);
  font-weight: bold;
}
#hd .sec-faq table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1280px) {
  #hd .sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-faq .list-feature > li {
    padding: 10px;
  }
  #hd .sec-faq .list-feature button {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-faq {
    padding: 10% 0;
  }
  #hd .sec-faq .list-feature {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature button {
    padding-top: 10px;
  }
  #hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
    height: 3px;
  }
  #hd .sec-faq .list-feature .hd-txt {
    padding-right: 0;
  }
  #hd .sec-faq .hd-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq {
    padding: 15% 0;
  }
  #hd .sec-faq .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-faq .hd-intro {
    width: 100%;
    text-align: center;
  }
  #hd .sec-faq .list-feature {
    font-size: 1em;
  }
  #hd .sec-faq .list-feature > li {
    padding: 6px 12px;
  }
}
#hd .color-primary {
  color: #50f0ee !important;
}
#hd .color-primary-dark {
  color: #50f0ee !important;
}
#hd .color-highlight {
  color: #b2fffe !important;
}
#hd .color-gradient {
  background-color: #50f0ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#50f0ee), to(#ffffff));
  background-image: linear-gradient(90deg, #50f0ee, #ffffff);
}
#hd .color-gradient-kv {
  background-color: #50f0ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#50f0ee), color-stop(#ffffff), to(#50f0ee));
  background-image: linear-gradient(90deg, #50f0ee, #ffffff, #50f0ee);
}
#hd .hd-btn.btn-frame {
  color: #50f0ee;
}
#hd .hd-btn.btn-frame:hover {
  border: 1px solid #50f0ee;
}
#hd .hd-nav a.is-current:after {
  background-color: #50f0ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#50f0ee), to(#ffffff));
  background-image: linear-gradient(90deg, #50f0ee, #ffffff);
}
#hd .sec-ksp .hd-frame {
  background-color: #0f2e40;
  background-image: -webkit-gradient(linear, left top, right top, from(#0f2e40), to(#000000));
  background-image: linear-gradient(90deg, #0f2e40, #000000);
}
#hd .sec-ksp .hd-frame.bg-gradient-2 {
  background-color: #0f2e40;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0f2e40), to(#000000));
  background-image: linear-gradient(0deg, #0f2e40, #000000);
}
#hd .sec-comb {
  background-color: #37607d;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#37607d), to(black));
  background-image: linear-gradient(0deg, #37607d, black);
}
#hd .sec-comb .hd-frame:before {
  background-color: #50f0ee;
  background-image: -webkit-gradient(linear, left top, right top, from(#50f0ee), to(#ffffff));
  background-image: linear-gradient(90deg, #50f0ee, #ffffff);
}
#hd .sec-cables .wrapper-top .list-features > li:nth-child(2n) {
  background: rgba(80, 240, 238, 0.2);
}
#hd .sec-faq .list-feature button:hover i, #hd .sec-faq .list-feature button:focus-visible i {
  background-color: white;
}

#pdc {
  padding: 1px 0;
}
/*# sourceMappingURL=hd-style.css.map */