@import '../lib/swiper/swiper-bundle.min.css';
#hd {
  --border-radius: 20px;
}
#hd.bg-dark,
#hd .bg-dark {
  background: black;
}
#hd .bg-img {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .bg-img .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #hd {
    --border-radius: 16px;
  }
}

/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
#special-sectionOverview {
  margin-bottom: 100px;
}

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

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

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

.hd-colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 4s;
  -moz-animation-name: colorrun;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 4s;
  -o-animation-name: colorrun;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
.hd-colorrun.is-paused {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}

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

@-webkit-keyframes coverOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coverOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-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 wallpaper {
  0%, 74% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
@keyframes wallpaper {
  0%, 74% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes aida64 {
  0%, 54.5% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}
@keyframes aida64 {
  0%, 54.5% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes showUI {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes showUI {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes showShadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translate(30px, 30px);
    transform: scale(0.9) translate(30px, 30px);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@keyframes showShadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) translate(30px, 30px);
    transform: scale(0.9) translate(30px, 30px);
  }
  100% {
    opacity: 0.75;
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}
@-webkit-keyframes showDisplayUI {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0.29;
  }
}
@keyframes showDisplayUI {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0.29;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeftTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px) skew(-25deg, 0);
    transform: translateX(-30px) skew(-25deg, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) skew(-25deg, 0);
    transform: translateY(0) skew(-25deg, 0);
  }
}
@keyframes fadeInLeftTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px) skew(-25deg, 0);
    transform: translateX(-30px) skew(-25deg, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) skew(-25deg, 0);
    transform: translateY(0) skew(-25deg, 0);
  }
}
@-webkit-keyframes fadeInRightTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px) skew(-25deg, 0);
    transform: translateX(30px) skew(-25deg, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) skew(-25deg, 0);
    transform: translateY(0) skew(-25deg, 0);
  }
}
@keyframes fadeInRightTitle {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px) skew(-25deg, 0);
    transform: translateX(30px) skew(-25deg, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) skew(-25deg, 0);
    transform: translateY(0) skew(-25deg, 0);
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular.ttf") format("opentype"), url("../fonts/ROGFonts-Regular.woff"), url("../fonts/ROGFonts-Regular.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3.75em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.5em;
}
#hd .txt-larger {
  font-size: 1.25em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.25em;
  font-weight: normal;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.65em;
}
#hd h4,
#hd .h4 {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2em;
  font-weight: bold;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1.25;
}
#hd h6,
#hd .h6 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1.15em;
  line-height: 1.7;
  letter-spacing: 0;
  font-weight: 400;
}
#hd b,
#hd strong {
  font-weight: bold;
}
#hd small {
  font: inherit;
  font-size: 0.875em;
}
#hd .hd-note {
  display: inline-block;
}
#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;
}
#hd a.txt-link:hover, #hd a.txt-link:focus-visible {
  color: white !important;
}
#hd .color-primary {
  color: #ff5bfd !important;
}
#hd .color-info {
  color: #00baff !important;
}
#hd .color-grey {
  color: #999999 !important;
}
#hd .color-light-grey {
  color: #bbb !important;
}
#hd .color-dark-grey {
  color: #4d4e4f !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-gradient-primary-light, #hd .color-gradient-primary, #hd .color-gradient-light, #hd .color-gradient-yellow, #hd .color-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-primary-light::-moz-selection, #hd .color-gradient-primary::-moz-selection, #hd .color-gradient-light::-moz-selection, #hd .color-gradient-yellow::-moz-selection, #hd .color-gradient::-moz-selection, #hd .color-gradient-primary-light > *::-moz-selection, #hd .color-gradient-primary > *::-moz-selection, #hd .color-gradient-light > *::-moz-selection, #hd .color-gradient-yellow > *::-moz-selection, #hd .color-gradient > *::-moz-selection {
  color: #ff5bfd;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ff5bfd;
}
#hd .color-gradient-primary-light::selection, #hd .color-gradient-primary::selection, #hd .color-gradient-light::selection, #hd .color-gradient-yellow::selection, #hd .color-gradient::selection,
#hd .color-gradient-primary-light > *::selection,
#hd .color-gradient-primary > *::selection,
#hd .color-gradient-light > *::selection,
#hd .color-gradient-yellow > *::selection,
#hd .color-gradient > *::selection {
  color: #ff5bfd;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ff5bfd;
}
#hd .color-gradient-primary-light::-moz-selection, #hd .color-gradient-primary::-moz-selection, #hd .color-gradient-light::-moz-selection, #hd .color-gradient-yellow::-moz-selection, #hd .color-gradient::-moz-selection,
#hd .color-gradient-primary-light > *::-moz-selection,
#hd .color-gradient-primary > *::-moz-selection,
#hd .color-gradient-light > *::-moz-selection,
#hd .color-gradient-yellow > *::-moz-selection,
#hd .color-gradient > *::-moz-selection {
  color: #ff5bfd;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ff5bfd;
}
#hd .color-gradient {
  display: inline-block;
  padding-top: 0.125em;
  color: #e54aff !important;
  background-color: #1cdde6;
  background-image: linear-gradient(60deg, #1cdde6, #ffffff, #e000df);
}
#hd .color-gradient-yellow {
  display: inline-block;
  padding-top: 0.125em;
  color: #fdd876 !important;
  background-color: #fdd876;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #fdd876), color-stop(90%, #d558f3));
  background-image: linear-gradient(90deg, #fdd876 10%, #d558f3 90%);
}
#hd .color-gradient-light {
  display: inline-block;
  padding-top: 0.125em;
  color: #d558f3 !important;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(90%, #d558f3));
  background-image: linear-gradient(180deg, #fff 10%, #d558f3 90%);
}
#hd .color-gradient-primary {
  display: inline-block;
  padding-top: 0.125em;
  color: #cebaff !important;
  background-color: #8756ff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #8756ff), color-stop(90%, #cebaff));
  background-image: linear-gradient(90deg, #8756ff 10%, #cebaff 90%);
}
#hd .color-gradient-primary-light {
  display: inline-block;
  padding-top: 0.125em;
  color: #cebaff !important;
  background-color: #8756ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#8756ff), color-stop(50%, #cebaff), to(#fff));
  background-image: linear-gradient(90deg, #8756ff, #cebaff 50%, #fff);
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .nobr {
  white-space: nowrap;
}

/*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 h2,
  #hd .h2 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .txt-larger {
    font-size: 1.25em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.125em;
    letter-spacing: 0.04em;
  }
  #hd p {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em;
    line-height: 1.1;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  #hd {
    font-size: 14px;
  }
  #hd h2,
  #hd .h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
    line-height: 1.2;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1em;
    letter-spacing: 0.02em;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1400,
#hd .hd-w1600,
#hd .hd-w1680 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1366 {
  width: 90%;
  max-width: 1366px;
}
#hd .hd-w1400 {
  width: 90%;
  max-width: 1400px;
}
#hd .hd-w1600 {
  width: 90%;
  max-width: 1600px;
}
#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-col35 {
  width: 35%;
}
#hd .hd-col40 {
  width: 40%;
}
#hd .hd-col45 {
  width: 45%;
}
#hd .hd-col50 {
  width: 50%;
}
#hd .hd-col55 {
  width: 55%;
}
#hd .hd-col60 {
  width: 60%;
}
#hd .hd-col65 {
  width: 65%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#hd .hd-col100 {
  width: 100%;
}
#hd .ib-top {
  display: inline-block;
  vertical-align: top;
}
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}
#hd .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#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 .d-grid {
  display: -ms-grid;
  display: grid;
}
#hd .hd-d-none {
  display: none;
}
#hd .hd-d-block {
  display: block;
}
#hd .hd-d-ib {
  display: inline-block;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1400px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366,
  #hd .hd-w1400 {
    max-width: 1600px;
  }
  #hd .hd-w1600,
  #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-w900,
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366,
  #hd .hd-w1400 {
    max-width: 2560px;
  }
  #hd .hd-w1600,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 3000px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200 {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none;
  }
  #hd .hd-d-1023-block {
    display: block;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none;
  }
  #hd .hd-d-768-block {
    display: block;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none !important;
  }
  #hd .hd-d-620-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none;
  }
  #hd .hd-d-480-block {
    display: block;
  }
}
#hd .hd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  background: white;
  color: black;
  border-radius: 2em;
  padding: 0.4em 1.4em;
  margin: 0.25em;
  position: relative;
  overflow: hidden;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
#hd .hd-btn i {
  width: 1.1em;
  height: 1.1em;
  background: #ff5bfd;
  border-radius: 2em;
  margin: 0 -0.75em 0 0.75em;
  position: relative;
  -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-btn i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.28em 0 0.28em 0.42em;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-btn:hover, #hd .hd-btn.focus-visible {
  color: #ff5bfd;
}
#hd .hd-btn:hover i, #hd .hd-btn.focus-visible i {
  -webkit-transform: translate(3px, 0);
  transform: translate(3px, 0);
}
#hd .hd-btn:active i {
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
#hd .hd-btn.btn-watch {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.024em;
  background: white;
  border-radius: 2em;
  padding: 0.75em 0.6em 0.5em 1em;
  border: none;
  color: black;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  margin-top: 0.5em;
}
#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 span, #hd .hd-btn.btn-watch:focus-visible span {
  background: #ff5bfd;
}
#hd #pageContent-btn-cta {
  display: block;
  width: 5.6%;
  min-width: 100px;
  max-width: 270px;
  position: fixed;
  bottom: 105px;
  right: 0;
  margin: 20px;
  z-index: 100;
  -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;
}
@media (max-width: 620px) {
  #hd #pageContent-btn-cta {
    bottom: 120px;
    right: 7px;
  }
}
#hd #pageContent-btn-cta:before {
  content: "";
  display: block;
  width: 82%;
  height: 70%;
  border-radius: 2%;
  position: absolute;
  top: 14%;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  background: #9dcaff;
  -webkit-box-shadow: 0 0 5px rgba(157, 202, 255, 0.5), 0 0 30px rgba(157, 202, 255, 0.5), 0 0 70px rgba(157, 202, 255, 0.5);
          box-shadow: 0 0 5px rgba(157, 202, 255, 0.5), 0 0 30px rgba(157, 202, 255, 0.5), 0 0 70px rgba(157, 202, 255, 0.5);
  -webkit-transition: transform 0.7s ease, box-shadow 0.4s ease;
  -webkit-transition: -webkit-transform 0.7s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-transform 0.7s ease, -webkit-box-shadow 0.4s ease;
  transition: transform 0.7s ease, box-shadow 0.4s ease;
  transition: transform 0.7s ease, box-shadow 0.4s ease, -webkit-transform 0.7s ease, -webkit-box-shadow 0.4s ease;
}
#hd #pageContent-btn-cta:before,
#hd #pageContent-btn-cta img,
#hd #pageContent-btn-cta span {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.7s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.7s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-btn-cta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 80%;
  font-family: "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 100%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: white;
  position: absolute;
  top: 8%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#hd #pageContent-btn-cta:hover, #hd #pageContent-btn-cta:focus-visible {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#hd #pageContent-btn-cta:hover:before, #hd #pageContent-btn-cta:focus-visible:before {
  -webkit-box-shadow: 0 0 2px #9dcaff, 0 0 10px #9dcaff, 0 0 30px #9dcaff;
          box-shadow: 0 0 2px #9dcaff, 0 0 10px #9dcaff, 0 0 30px #9dcaff;
}
#hd #pageContent-btn-cta:hover img.hd-light, #hd #pageContent-btn-cta:focus-visible img.hd-light {
  opacity: 1 !important;
}
@media (max-width: 620px) {
  #hd #pageContent-btn-cta {
    margin: 5px;
  }
}

@media screen and (max-width: 1280px) {
  #hd .hd-btn {
    font-size: 1.25em;
  }
  #hd .hd-btn.btn-watch {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-btn {
    font-size: 1.125em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #hd .hd-btn i {
    margin-left: 0.5em;
    margin-right: -0.5em;
  }
  #hd .hd-btn.btn-watch {
    font-size: 1em;
  }
  #hd #pageContent-btn-cta {
    width: 8%;
    min-width: 100px;
  }
  #hd #pageContent-btn-cta span {
    font-size: 100%;
  }
}
#hd .hd-nav {
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
  text-shadow: 0 0 3px black;
  right: 0;
  z-index: 10;
}
#hd .hd-nav a {
  display: block;
  font-size: 0.875em;
  letter-spacing: 0.018em;
  text-align: right;
  color: white;
  padding: 0.5em 2.125em 0.25em 0.5em;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  position: relative;
  pointer-events: auto;
}
#hd .hd-nav a:before, #hd .hd-nav a:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#hd .hd-nav a:before {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#hd .hd-nav a:after {
  width: 1.125em;
  height: 0.35em;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  bottom: 0.55em;
  right: 0;
}
#hd .hd-nav a:hover, #hd .hd-nav a:focus-visible {
  background: rgba(0, 0, 0, 0.5);
}
#hd .hd-nav a:hover:before, #hd .hd-nav a:focus-visible:before {
  opacity: 1;
}
#hd .hd-nav a:hover span, #hd .hd-nav a:focus-visible span {
  opacity: 1;
}
#hd .hd-nav a.is-current {
  background: rgba(0, 0, 0, 0.5);
}
#hd .hd-nav a.is-current:before, #hd .hd-nav a.is-current:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .hd-nav a.is-current span {
  opacity: 1;
}
#hd .hd-nav a.is-current span:before {
  content: "";
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeInRight;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.25s;
  -o-animation-name: fadeInRight;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeInRight;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-nav a span {
  opacity: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
  #hd .hd-nav ul li .hd-tooltip {
    display: none;
  }
}
#hd .hd-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 110;
}
#hd .hd-lightbox.hd-active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-box {
  width: 1000px;
  max-width: 100%;
  max-height: 90%;
  background: black;
  border: 1px solid white;
  padding: 1.5em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#hd .hd-lightbox .hd-box .hd-content {
  height: 100%;
  overflow-y: auto;
}
#hd .hd-lightbox .hd-box .hd-content::-webkit-scrollbar {
  width: 4px;
}
#hd .hd-lightbox .hd-box .hd-content::-webkit-scrollbar-track {
  background: black;
}
#hd .hd-lightbox .hd-box .hd-content::-webkit-scrollbar-thumb {
  background: #999999;
}
#hd .hd-lightbox .hd-box .hd-content::-webkit-scrollbar-thumb:hover {
  background: #ff5bfd;
}
#hd .hd-lightbox .hd-box iframe {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-close {
  width: 4em;
  height: 4em;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0.8;
}
#hd .hd-lightbox .hd-close:hover {
  opacity: 1;
}
#hd .hd-lightbox .hd-close > span {
  display: block;
  width: 2em;
  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 > span:first-child {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#hd .hd-lightbox .hd-close > span:last-child {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1400px;
    height: 900px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1800px;
    height: 1500px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-close {
    width: 3em;
    height: 3em;
    top: 0;
    right: 0;
  }
  #hd .hd-lightbox .hd-close > span {
    width: 2.5em;
    height: 2px;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-box {
    width: 100% !important;
    height: 100% !important;
  }
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
#hd .vid-container video,
#hd .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
#hd .vid-control svg,
#hd .vid-control img {
  width: 90%;
  height: 90%;
  max-width: 30px !important;
  max-height: 30px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}
#hd .vid-control:focus-visible {
  outline-offset: -4px;
}
#hd .gif-container {
  position: relative;
  overflow: hidden;
}
#hd .gif-container img.hd-d-none {
  position: absolute !important;
  top: 0;
  left: 0;
}
#hd .gif-container .vid-control img {
  margin: auto !important;
}
#hd .gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}

@media screen and (min-width: 2560px) {
  #hd .vid-control svg,
  #hd .vid-control img {
    max-width: 42 !important;
    max-height: 42 !important;
  }
}
@media screen and (max-width: 1280px) {
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
#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;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -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: 20px;
  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 {
  background-color: #1cdde6;
  background-image: -webkit-gradient(linear, right top, left top, from(#1cdde6), color-stop(#ffffff), to(#e000df));
  background-image: linear-gradient(270deg, #1cdde6, #ffffff, #e000df);
  background-position: 0;
  background-size: 130%;
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) 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: 10px;
}
#hd .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 20px;
  margin: 0 8px;
  background: #999999;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: white;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 7s;
  -webkit-animation-name: slideProgress;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 7s;
  -moz-animation-name: slideProgress;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 7s;
  -o-animation-name: slideProgress;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-name: slideProgress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#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: 1em 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;
}
#hd .swiper-card .swiper-pagination-wrapper {
  width: 120%;
  margin-left: -10%;
}
#hd .swiper-card .swiper-pagination {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 6px 4px;
  border-radius: 3em;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#hd .swiper-card .custom-dot {
  font-size: 1em;
  line-height: 1;
  width: auto;
  height: auto;
  color: white;
  background: transparent;
  padding: 1em 2em 0.875em;
  border-radius: 3em;
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active {
  background-color: #683dd3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#683dd3), to(#7d5add));
  background-image: linear-gradient(180deg, #683dd3, #7d5add);
}
#hd .swiper-card .custom-dot:before {
  display: none;
}
#hd .swiper-card .custom-dot-name {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
}
#hd .swiper-card .hd-txt {
  max-width: 46em;
  padding: 30px 0 45px;
  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.7s;
  -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.7s;
  -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.7s;
  -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.7s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@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;
  }
}
@media screen and (max-width: 1023px) {
  #hd .swiper-card {
    width: 240%;
    margin-inline: -70%;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3.14em;
    height: 3.14em;
    margin: 0;
  }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2em;
  }
  #hd .swiper-card {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 620px) {
  #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: auto;
    max-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;
  }
  #hd .swiper-card .custom-dot {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1em 0.875em 0.875em;
  }
  #hd .swiper-card .custom-dot-name {
    font-size: 1.125em;
  }
}
#hd .sec-kv {
  position: relative;
  overflow: hidden;
}
#hd .sec-kv .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: -20%;
  position: relative;
}
#hd .sec-kv .vid-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30%, black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black 30%);
  z-index: 2;
}
#hd .sec-kv .vid-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-kv .vid-control {
  bottom: 0;
  right: 0;
  margin: 1em;
}
#hd .sec-kv .hd-container {
  position: relative;
  z-index: 3;
}
#hd .sec-kv .hd-content {
  padding: 6% 0;
  text-shadow: 0 0 5px black;
}
#hd .sec-kv h2 {
  font-size: 2.875em;
  line-height: 1.125;
  margin-bottom: 0.6em;
}
#hd .sec-kv p {
  width: 90%;
  max-width: 53em;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  #hd .sec-kv .vid-container {
    margin-bottom: -10%;
  }
  #hd .sec-kv h2 {
    font-size: 2.25em;
  }
  #hd .sec-kv p {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-kv .vid-container {
    margin-bottom: 0;
  }
  #hd .sec-kv .vid-control {
    margin: 0;
  }
  #hd .sec-kv h2 {
    font-size: 2em;
  }
}
#hd .sec-ksp {
  padding: 6% 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .sec-ksp .list-ksp {
  -ms-grid-columns: 1.125fr 18px 1.125fr 18px 0.75fr;
  grid-template-columns: 1.125fr 1.125fr 0.75fr;
  grid-auto-rows: auto;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
#hd .sec-ksp .list-ksp > li:nth-child(1) .hd-pd {
  margin-left: -20%;
}
#hd .sec-ksp .list-ksp > li:nth-child(2) {
  margin-bottom: 41%;
}
#hd .sec-ksp .list-ksp > li:nth-child(2) .hd-pd {
  width: 90%;
  margin: 0 auto;
  max-width: 22em !important;
}
#hd .sec-ksp .list-ksp > li:nth-child(2) h3 {
  padding-bottom: 17px;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) {
  margin-bottom: 10%;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) h3 {
  padding-bottom: 0;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) .hd-pd {
  border-radius: inherit;
}
#hd .sec-ksp .list-ksp > li:nth-child(5) {
  margin-top: -41%;
  position: relative;
  z-index: 2;
}
#hd .sec-ksp .list-ksp > li:nth-child(5) .hd-frame {
  padding-top: 1px;
}
#hd .sec-ksp .list-ksp > li:nth-child(5) .hd-pd {
  width: 98%;
  margin-right: -3%;
  margin-left: auto;
}
#hd .sec-ksp .list-ksp > li:nth-child(6) {
  position: relative;
  margin-top: -10%;
}
#hd .sec-ksp .list-ksp > li:nth-child(6) h3 {
  padding-bottom: 0;
}
#hd .sec-ksp .list-ksp > li:nth-child(6) img {
  width: 27%;
  margin: 0 auto;
}
#hd .sec-ksp .list-ksp > li:nth-child(6) strong {
  font-size: 1.5em;
}
#hd .sec-ksp .list-ksp > li:nth-child(6) .hd-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3), inset 0 0 2em rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3), inset 0 0 2em rgba(255, 255, 255, 0.3);
  z-index: 3;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) {
  margin-right: 25%;
}
#hd .sec-ksp .list-ksp > li:nth-child(8) .hd-pd {
  width: 40%;
  margin: 0 auto;
}
#hd .sec-ksp .list-ksp > li:nth-child(9) {
  margin-left: -37%;
}
#hd .sec-ksp .hd-frame {
  height: 100%;
  background-color: black;
  border-radius: var(--border-radius);
  position: relative;
}
#hd .sec-ksp .hd-frame.bg-gradient {
  background-color: #673dd2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#673dd2), to(#af91ff));
  background-image: linear-gradient(180deg, #673dd2, #af91ff);
}
#hd .sec-ksp .hd-frame .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
#hd .sec-ksp .hd-frame .hd-pd {
  position: relative;
}
#hd .sec-ksp .hd-frame h3 {
  padding: 1em 1em 0.5em;
  line-height: 1.2;
  position: relative;
  z-index: 3;
  font-size: 2em;
  margin-bottom: 0;
}
#hd .sec-ksp .hd-frame h3.txt-smaller {
  font-size: 1.5em;
}
#hd .sec-ksp .hd-frame h3.txt-smaller small {
  font-size: 0.875em;
}
#hd .sec-ksp .hd-frame h3 strong {
  font-size: 1.875em;
}
#hd .sec-ksp .hd-frame h3 strong.txt-larger {
  font-size: 2em;
}
#hd .sec-ksp .hd-frame h3 small {
  font-size: 0.6em;
}

@media screen and (min-width: 3000px) {
  #hd .sec-ksp .list-ksp > li:nth-child(7) img {
    width: 80%;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-ksp .list-ksp {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-ksp .list-ksp {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ksp {
    padding: 10% 0;
  }
  #hd .sec-ksp .list-ksp {
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5/2/6/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(n) {
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(2) {
    margin-bottom: 0;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(8) {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp .hd-frame h3 {
    font-size: 1.75em;
  }
  #hd .sec-ksp .hd-frame h3.txt-smaller {
    font-size: 1.3em;
  }
  #hd .sec-ksp .list-ksp {
    max-width: 360px;
    margin: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 1em;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(n) {
    grid-area: unset;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(7) h3 {
    padding: 2em 1em;
  }
}
#hd .sec-feature {
  overflow: hidden;
  padding-top: 3em;
}
#hd .sec-feature h2 {
  margin-bottom: 0.2em;
  font-size: 3em;
}
#hd .sec-feature .border-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
  background: linear-gradient(90deg, #000000, #000000);
}
#hd .sec-feature .swiper-slide {
  padding: 0.7em;
  text-align: center;
  height: auto;
  text-align: left;
}
#hd .sec-feature .swiper-button-prev {
  right: 98%;
}
#hd .sec-feature .swiper-button-next {
  left: 98%;
}
#hd .sec-feature .hd-frame {
  position: relative;
  padding: 0 2em;
  min-height: 100%;
  border: 1px solid white;
  border-radius: var(--border-radius);
  background: -webkit-gradient(linear, left bottom, left top, from(#333), to(#000));
  background: linear-gradient(to top, #333, #000);
}
#hd .sec-feature .hd-frame:before, #hd .sec-feature .hd-frame:after {
  content: "";
  position: absolute;
  background-size: cover;
}
#hd .sec-feature .hd-frame:before {
  width: 0.7em;
  height: 4.4em;
  top: 2em;
  left: 2em;
  background-image: url(../img/feature/deco-left.png);
}
#hd .sec-feature .hd-frame:after {
  width: 3em;
  height: 3em;
  bottom: 2em;
  right: 2em;
  background-image: url(../img/feature/deco-right.png);
}
#hd .sec-feature .hd-frame.frame-rotatable {
  padding-top: 0;
  padding-left: 0;
}
#hd .sec-feature .hd-frame.frame-rotatable .hd-content {
  margin-top: 10%;
}
#hd .sec-feature .hd-content {
  padding: 1.5em 2em;
}
#hd .sec-feature .vid-container {
  margin-top: 0.8em;
}
#hd .sec-feature .trigger-panel {
  width: auto;
  height: auto;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  z-index: 3;
  overflow: hidden;
  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;
  padding: 1.2em 1.7em 1em 2.5em;
  font-size: 1em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
#hd .sec-feature .trigger-panel:hover {
  -webkit-transform: translate(3%, 0);
          transform: translate(3%, 0);
}
#hd .sec-feature .trigger-panel p {
  position: relative;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.2em;
  z-index: 2;
  line-height: 1;
  margin-top: 0.2em;
}
#hd .sec-feature .trigger-panel .deco-btn {
  height: 1em;
  width: auto;
  position: relative;
  margin-right: 0.8em;
}
#hd .sec-feature .trigger-panel:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  background-image: url(../img/feature/bg-btn.png);
  background-size: 100% 100%;
}
#hd .sec-feature .swiper-slide-active .frame-micro figure {
  overflow: hidden;
}
#hd .sec-feature .swiper-slide-active .frame-micro figure img {
  -webkit-transform: scale(1.6, 1.6);
          transform: scale(1.6, 1.6);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#hd #pageContent-lightbox-test {
  text-align: center;
}
#hd #pageContent-lightbox-test .hd-row {
  margin: 1.5em 0;
}
#hd #pageContent-lightbox-test h3 {
  font-size: 1.8em;
  margin-bottom: 0;
}
#hd #pageContent-lightbox-test small {
  display: block;
  color: #ccc;
}
#hd #pageContent-lightbox-test img {
  margin-top: 1em;
}

@media screen and (max-width: 1440px) {
  #hd .sec-feature h2 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-feature h2 {
    font-size: 2em;
  }
  #hd .sec-feature .hd-content {
    padding: 1em;
  }
  #hd .sec-feature .swiper-button-prev,
  #hd .sec-feature .swiper-button-next {
    display: none;
  }
  #hd .sec-feature .hd-frame:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-feature .hd-content {
    width: 100%;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 2em;
  }
  #hd .sec-feature figure {
    width: 90%;
    max-width: 25em;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-feature .hd-frame.frame-pump {
    padding-left: 0;
    padding-right: 0;
  }
}
#hd .sec-aio {
  position: relative;
  padding: 6em 0 0;
}
#hd .sec-aio .hd-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.4;
}
#hd .sec-aio .hd-logo {
  width: 120px;
  margin-top: 1em;
}

@media screen and (max-width: 1023px) {
  #hd .sec-aio .hd-bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #hd .sec-aio .hd-content {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  #hd .sec-aio figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
#hd .sec-visual {
  padding: 0 0 6em;
  position: relative;
}
#hd .sec-visual h2 {
  line-height: 1.125;
  margin-bottom: 0.25em;
  font-size: 2.4em;
}
#hd .sec-visual p {
  line-height: 1.5;
}
#hd .sec-visual .hd-txt {
  padding-right: 1em;
}
#hd .sec-visual [role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
#hd .sec-visual [role=tab] {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  padding: 0.4em 0.6em 0;
  margin-right: 16px;
  color: white;
  position: relative;
}
#hd .sec-visual [role=tab] i {
  display: inline-block;
  vertical-align: middle;
  width: 0.75em;
  height: 0.75em;
  margin-bottom: 0.125em;
  margin-left: 0.25em;
  position: relative;
}
#hd .sec-visual [role=tab] i:before, #hd .sec-visual [role=tab] i:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}
#hd .sec-visual [role=tab] i:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1cdde6;
}
#hd .sec-visual [role=tab] i:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.3em;
  border-color: transparent transparent transparent #1cdde6;
  margin-left: 0.3em;
}
#hd .sec-visual [role=tab]:before, #hd .sec-visual [role=tab]:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  border-top: 1px solid #1cdde6;
  border-bottom: 1px solid #1cdde6;
}
#hd .sec-visual [role=tab]:before {
  left: 0;
  border-left: 1px solid #1cdde6;
}
#hd .sec-visual [role=tab]:after {
  right: 0;
  border-right: 1px solid #1cdde6;
}
#hd .sec-visual [role=tab][aria-selected=true] {
  color: white;
  background: rgba(28, 221, 230, 0.25);
}
#hd .sec-visual [role=tab][aria-selected=true]:before, #hd .sec-visual [role=tab][aria-selected=true]:after {
  border-color: #1cdde6;
}
#hd .sec-visual [role=tab][aria-selected=true] i:before {
  border-color: white;
}
#hd .sec-visual [role=tab][aria-selected=true] i:after {
  border-color: transparent transparent transparent white;
}
#hd .sec-visual [role=tabpanel] {
  display: none;
}
#hd .sec-visual [role=tabpanel][aria-current=true] {
  z-index: 2;
  display: block;
}
#hd .sec-visual .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0 0 20px black;
          box-shadow: 0 0 20px black;
  position: relative;
}
#hd .sec-visual .vid-container > img,
#hd .sec-visual .vid-container > video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
#hd .sec-visual .row-mb {
  position: relative;
  border: 1px solid #1cdde6;
  padding: 0em 1em 3em;
  margin-top: 2em;
}
#hd .sec-visual .row-mb .deco-bottom {
  position: absolute;
  width: 30%;
  bottom: 1em;
  right: 1em;
}
#hd .sec-visual .row-mb li {
  padding: 0 0.5em;
  max-width: 200px;
}
#hd .sec-visual .row-mb h3 {
  position: relative;
  font-size: 1.6em;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: translateY(-0.6em);
          transform: translateY(-0.6em);
  padding: 0.2em 1em;
  background-color: black;
  margin-bottom: 0;
}
#hd .sec-visual .row-mb h3:before, #hd .sec-visual .row-mb h3:after {
  content: "";
  display: inline-block;
  width: 3.3em;
  height: 0.5em;
  background-size: cover;
  margin-bottom: 0.1em;
}
#hd .sec-visual .row-mb h3:before {
  margin-right: 0.6em;
  background-image: url(../img/visual/deco-title-left.png);
}
#hd .sec-visual .row-mb h3:after {
  margin-left: 0.6em;
  background-image: url(../img/visual/deco-title-right.png);
}
#hd .sec-visual .row-mb a img {
  width: 80%;
  margin: 0 auto;
}
#hd .sec-visual .row-mb a:hover p {
  color: #1cdde6;
}
#hd .sec-visual .row-mb p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  color: white;
  font-size: 0.95em;
  margin-top: 1em;
}
#hd .sec-visual .row-mb .hd-btn {
  margin-top: 1.5em;
}

@media screen and (min-width: 2560px) {
  #hd .sec-visual .row-mb li {
    max-width: 300px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-visual .row-mb li {
    max-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-visual [role=tablist] {
    margin-bottom: 30px;
  }
  #hd .sec-visual [role=tab] {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-visual .hd-content {
    width: 100%;
    margin-bottom: 40px;
  }
  #hd .sec-visual [role=tablist] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hd .sec-visual .hd-txt {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 2em;
  }
  #hd .sec-visual figure {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-visual {
    padding: 0 0 20%;
  }
  #hd .sec-visual .vid-container {
    border-radius: 16px;
  }
  #hd .sec-visual .row-mb {
    padding: 1em 1em 2em;
  }
  #hd .sec-visual .row-mb h3 {
    font-size: 1.4em;
    -webkit-transform: translateY(-1.3em);
            transform: translateY(-1.3em);
  }
  #hd .sec-visual .row-mb h3:before, #hd .sec-visual .row-mb h3:after {
    display: none;
  }
  #hd .sec-visual .row-mb li {
    width: 50%;
    padding: 1em 0.5em;
  }
  #hd .sec-visual .row-mb a img {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-visual {
    padding: 0 0 15%;
  }
  #hd .sec-visual h2 {
    font-size: 1.8em;
  }
  #hd .sec-visual [role=tablist] {
    margin-bottom: 20px;
  }
  #hd .sec-visual [role=tab] {
    font-size: 1.25em;
    padding: 0.6em 0.75em 0.2em;
    margin-right: 10px;
  }
  #hd .sec-visual [role=tab] i {
    margin-left: 0.125em;
  }
}
#hd .sec-lcd {
  padding: 5em 0;
  background: linear-gradient(#181818 1px, transparent 0), linear-gradient(90deg, #181818 1px, transparent 0), linear-gradient(#181818 1px, transparent 0), linear-gradient(90deg, #181818 1px, transparent 0);
  background-size: 100% 40px, 40px 100%, 100% 200px, 200px 100%;
  overflow: hidden;
}
#hd .sec-lcd .hd-deco {
  position: absolute;
}
#hd .sec-lcd .deco-arrow {
  width: 26%;
  top: 20%;
  left: -12%;
}
#hd .sec-lcd .deco-rog {
  width: 26%;
  right: -20%;
  bottom: 0;
}
#hd .sec-lcd figure {
  position: relative;
}
#hd .sec-lcd .hd-txt {
  position: relative;
}
#hd .sec-lcd .hd-txt li {
  margin-bottom: 2em;
  padding: 0 0.5em;
}
#hd .sec-lcd .hd-txt li p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-lcd .hd-txt li strong {
  display: block;
  font-size: 2em;
  line-height: 1.2;
  color: #1cdde6;
}
#hd .sec-lcd h2 {
  font-size: 11vw;
  margin-bottom: 0.1em;
}
#hd .sec-lcd .vid-container {
  border-radius: 0.6em;
  position: absolute;
  width: 50.4%;
  top: 11.5%;
  left: 25%;
  padding-bottom: 50.4%;
}

@media screen and (max-width: 1440px) {
  #hd .sec-lcd .hd-txt li strong {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-lcd .hd-txt li strong {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-lcd {
    padding: 4em 0;
  }
  #hd .sec-lcd .deco-arrow {
    width: 40%;
    top: 20%;
    left: -20%;
  }
  #hd .sec-lcd .deco-rog {
    width: 36%;
    right: -10%;
    bottom: 50%;
  }
  #hd .sec-lcd figure {
    width: 100%;
  }
  #hd .sec-lcd .hd-txt {
    width: 100%;
    margin-top: -12%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-lcd {
    padding: 3em 0;
  }
}
#hd .sec-design {
  position: relative;
  overflow: hidden;
  z-index: 3;
  padding-top: 8em;
}
#hd .sec-design .hd-title {
  margin-bottom: 2%;
}
#hd .sec-design .hd-title span {
  position: relative;
}
#hd .sec-design .hd-title span:before, #hd .sec-design .hd-title span:after {
  content: "";
  display: block;
  width: 100%;
  height: 75%;
  position: absolute;
  top: -0.02em;
  margin: 0 7%;
  opacity: 0;
}
#hd .sec-design .hd-title span:before {
  background-color: rgba(255, 91, 253, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 91, 253, 0)), to(rgba(255, 91, 253, 0.25)));
  background-image: linear-gradient(90deg, rgba(255, 91, 253, 0) 50%, rgba(255, 91, 253, 0.25));
  border-right: 1px solid white;
  right: 100%;
}
#hd .sec-design .hd-title span:after {
  background-color: rgba(255, 91, 253, 0);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255, 91, 253, 0)), to(rgba(255, 91, 253, 0.25)));
  background-image: linear-gradient(-90deg, rgba(255, 91, 253, 0) 50%, rgba(255, 91, 253, 0.25));
  border-left: 1px solid white;
  left: 100%;
}
#hd .sec-design .hd-title.is-animated span:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInRightTitle;
  -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: fadeInRightTitle;
  -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: fadeInRightTitle;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInRightTitle;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-design .hd-title.is-animated span:after {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInLeftTitle;
  -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: fadeInLeftTitle;
  -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: fadeInLeftTitle;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInLeftTitle;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-design h3 {
  font-size: 3.6em;
  margin-bottom: 0;
}
#hd .sec-design .deco-title {
  display: inline-block;
  width: 7.5em;
  margin-bottom: 0.8em;
}
#hd .sec-design .hd-row {
  position: relative;
  padding: 3em 0;
}
#hd .sec-design .hd-frame {
  position: relative;
  z-index: 2;
}
#hd .sec-design .hd-frame:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: var(--border-radius);
  z-index: -1;
  border: 1px solid #ff5bfd;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#hd .sec-design .row-innovctive {
  padding-bottom: 0;
}
#hd .sec-design .row-innovctive .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-design .row-innovctive .bg-cloud {
  -o-object-fit: unset;
     object-fit: unset;
}
#hd .sec-design .row-innovctive .bg-left {
  -o-object-fit: unset;
     object-fit: unset;
}
#hd .sec-design .row-innovctive .bg-right {
  -o-object-fit: unset;
     object-fit: unset;
}
#hd .sec-design .row-innovctive figure {
  position: relative;
  width: 85%;
  margin-right: -12%;
  margin-left: auto;
  z-index: 3;
}
#hd .sec-design .row-innovctive .hd-frame:before {
  width: 116%;
  height: 220%;
  bottom: -17%;
  right: -8%;
}
#hd .sec-design .row-innovctive .hd-txt {
  margin-top: -24%;
  margin-left: 3%;
}
#hd .sec-design .row-innovctive ul {
  margin-top: 6em;
}
#hd .sec-design .row-innovctive ul li {
  margin-bottom: 2em;
}
#hd .sec-design .row-innovctive ul strong {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3.2em;
  color: #1cdde6;
}
#hd .sec-design .row-innovctive ul p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
}
#hd .sec-design .row-pre {
  padding-top: 12em;
  padding-bottom: 20em;
}
#hd .sec-design .row-pre .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-design .row-pre .bg-cloud {
  -o-object-fit: unset;
     object-fit: unset;
}
#hd .sec-design .row-pre figure {
  position: relative;
  width: 90%;
  margin-right: -7%;
  margin-left: auto;
  margin-top: -8%;
}
#hd .sec-design .row-pre figure img {
  position: relative;
  z-index: 3;
}
#hd .sec-design .row-pre .hd-frame:before {
  width: 50%;
  height: 112%;
  top: -15%;
  right: 10%;
}
#hd .sec-design .row-aura {
  padding-top: 0;
  padding-bottom: 4em;
  margin-top: -10em;
}
#hd .sec-design .row-aura figure {
  position: relative;
}
#hd .sec-design .row-aura .vid-control {
  bottom: -13%;
}
#hd .sec-design .row-aura .hd-bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#hd .sec-design .row-aura .hd-pd {
  width: 100%;
}
#hd .sec-design .row-aura .hd-aura {
  width: 76%;
  margin: 0 auto;
}
#hd .sec-design .row-aura .hd-txt {
  margin-top: 5em;
}
#hd .sec-design .row-aura .hd-txt p {
  max-width: 34em;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  #hd .sec-design h3 {
    font-size: 2.8em;
  }
  #hd .sec-design .row-innovctive figure {
    width: 75%;
    margin-right: 0;
  }
  #hd .sec-design .row-innovctive .hd-txt {
    margin-top: -21%;
  }
  #hd .sec-design .row-pre {
    padding-top: 10em;
    padding-bottom: 16em;
  }
  #hd .sec-design .row-pre figure {
    width: 80%;
    margin-right: 0;
    margin-top: -8%;
  }
  #hd .sec-design .row-aura .hd-w1200 {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-design h3 {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-design h3 {
    font-size: 2.2em;
  }
  #hd .sec-design .row-innovctive .hd-frame:before {
    height: 200%;
  }
  #hd .sec-design .row-innovctive .hd-txt {
    width: 60%;
    margin-top: -8%;
  }
  #hd .sec-design .row-innovctive ul strong {
    font-size: 2.6em;
  }
  #hd .sec-design .row-pre {
    padding-top: 6em;
    padding-bottom: 12em;
  }
  #hd .sec-design .row-pre figure {
    width: 84%;
  }
  #hd .sec-design .row-aura .hd-bg {
    width: 140%;
    max-width: none !important;
    left: -20%;
  }
  #hd .sec-design .row-aura .hd-txt {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-design {
    padding-top: 6em;
  }
  #hd .sec-design h3 {
    font-size: 2em;
  }
  #hd .sec-design .row-innovctive figure {
    width: 90%;
    margin: 0 auto;
  }
  #hd .sec-design .row-innovctive .hd-frame:before {
    height: 200%;
    width: 110%;
    left: -5%;
  }
  #hd .sec-design .row-innovctive .hd-txt {
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
    text-align: center;
  }
  #hd .sec-design .row-innovctive ul {
    margin-top: 3.5em;
    text-align: center;
  }
  #hd .sec-design .row-innovctive ul li {
    width: 50%;
  }
  #hd .sec-design .row-innovctive ul strong {
    font-size: 1.8em;
  }
  #hd .sec-design .row-innovctive ul p {
    font-size: 1em;
  }
  #hd .sec-design .row-pre {
    padding-bottom: 16em;
  }
  #hd .sec-design .row-pre .hd-txt {
    width: 100%;
    text-align: center;
  }
  #hd .sec-design .row-pre figure {
    width: 100%;
    margin-top: 1em;
  }
  #hd .sec-design .row-pre .hd-frame:before {
    width: 80%;
    height: 79%;
    top: 18%;
  }
  #hd .sec-design .row-aura .hd-bg {
    width: 180%;
    left: -40%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-design .hd-title span:before, #hd .sec-design .hd-title span:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-design {
    padding-top: 4em;
  }
  #hd .sec-design h3 {
    font-size: 1.7em;
  }
  #hd .sec-design .row-innovctive {
    padding-top: 1em;
  }
  #hd .sec-design .row-innovctive ul li {
    margin-bottom: 1em;
  }
  #hd .sec-design .row-innovctive ul strong {
    font-size: 1.4em;
  }
  #hd .sec-design .row-pre {
    padding-top: 5em;
    padding-bottom: 14em;
  }
  #hd .sec-design .row-aura .hd-bg {
    width: 220%;
    left: -60%;
  }
}
#hd .sec-operation {
  padding: 6% 0;
  position: relative;
  text-align: center;
}
#hd .sec-operation .hd-container {
  position: relative;
}
#hd .sec-operation .hd-container .hd-deco {
  width: 110%;
  height: 110%;
  position: absolute;
  inset: -5%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-operation .hd-container .hd-deco:before, #hd .sec-operation .hd-container .hd-deco:after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-color: #dd58db;
  position: absolute;
  margin: -5px;
  -webkit-transition: -webkit-transform 0.25s 0.6s;
  transition: -webkit-transform 0.25s 0.6s;
  transition: transform 0.25s 0.6s;
  transition: transform 0.25s 0.6s, -webkit-transform 0.25s 0.6s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
#hd .sec-operation .hd-container .hd-deco:before {
  left: 0;
}
#hd .sec-operation .hd-container .hd-deco:after {
  right: 0;
}
#hd .sec-operation .hd-container .deco-top:before, #hd .sec-operation .hd-container .deco-top:after {
  top: 0;
}
#hd .sec-operation .hd-container .deco-top:before {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
#hd .sec-operation .hd-container .deco-top:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#hd .sec-operation .hd-container .deco-bottom:before, #hd .sec-operation .hd-container .deco-bottom:after {
  bottom: 0;
}
#hd .sec-operation .hd-container .deco-bottom:before {
  -webkit-transform-origin: 0 bottom;
          transform-origin: 0 bottom;
}
#hd .sec-operation .hd-container .deco-bottom:after {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#hd .sec-operation .hd-container.is-animated .hd-mark {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .sec-operation .hd-container.is-animated .hd-deco:before, #hd .sec-operation .hd-container.is-animated .hd-deco:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .sec-operation .hd-content {
  margin-top: 30px;
}
#hd .sec-operation .hd-btn svg {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  margin-right: -0.5em;
}
#hd .sec-operation .hd-btn:hover path, #hd .sec-operation .hd-btn:focus-visible path {
  stroke: #ff5bfd;
}

@media screen and (max-width: 1280px) {
  #hd .sec-operation .hd-container .hd-deco:before, #hd .sec-operation .hd-container .hd-deco:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-operation .hd-container {
    padding-top: 2%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-operation {
    padding: 10% 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-operation h2 {
    line-height: 1;
  }
  #hd .sec-operation h2:before {
    height: 90%;
    max-width: -webkit-fill-available;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-operation {
    padding: 15% 0;
  }
}
#hd .sec-compatibility {
  padding: 6% 0 8%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .sec-compatibility .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: -1;
}
#hd .sec-compatibility .hd-title {
  position: relative;
  margin-bottom: 3%;
}
#hd .sec-compatibility .hd-title p {
  width: 55%;
  max-width: 34em;
  text-shadow: 0 0 3px black, 0 0 5px black;
  text-shadow: 0 0 0.2em black;
}
#hd .sec-compatibility .hd-deco {
  position: absolute;
}
#hd .sec-compatibility .deco-rog {
  height: 86%;
  width: auto;
  left: 103%;
  top: 7%;
}
#hd .sec-compatibility h2 {
  margin-bottom: 0.25em;
  text-shadow: 0 0 0.2em black;
  max-width: 12em;
}
#hd .sec-compatibility .hd-frame {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 16px);
  background-color: #f270f0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f270f0), color-stop(#c086fc), to(#53fbff));
  background-image: linear-gradient(180deg, #f270f0, #c086fc, #53fbff);
  padding: 3% 3.5%;
  border-radius: 50px;
  color: black;
}
#hd .sec-compatibility .hd-frame h3,
#hd .sec-compatibility .hd-frame h4 {
  color: inherit !important;
}
#hd .sec-compatibility .hd-frame h3 {
  font-size: 2.4em;
  border-bottom: 1px solid black;
  margin-bottom: 0;
}
#hd .sec-compatibility .hd-frame h4 {
  margin-top: 0.6em;
}
#hd .sec-compatibility .hd-frame p {
  font-size: 1.6em;
  line-height: 1.25;
  letter-spacing: 0;
}
#hd .sec-compatibility .hd-frame .hd-btn {
  margin: 30px auto 0;
}
#hd .sec-compatibility .hd-frame .hd-note {
  font-size: 1rem;
  margin-top: 0.5em;
}
#hd .sec-compatibility .hd-frame .hd-note small {
  display: block;
  line-height: 1.25;
}

@media screen and (max-width: 1280px) {
  #hd .sec-compatibility .hd-frame {
    font-size: 0.9em;
    padding-bottom: 4%;
    border-radius: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-compatibility h4 {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-compatibility {
    padding-top: 10%;
  }
  #hd .sec-compatibility .hd-bg {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  #hd .sec-compatibility .hd-title {
    margin-bottom: 40px;
  }
  #hd .sec-compatibility .hd-frame {
    width: calc(50% - 6px);
    font-size: 0.8em;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-compatibility {
    padding-bottom: 0;
    text-align: center;
  }
  #hd .sec-compatibility .hd-bg {
    width: 170%;
    max-width: none !important;
    margin-left: -70%;
    position: relative;
    margin-top: -11%;
  }
  #hd .sec-compatibility .hd-frame {
    width: 100%;
    padding-block: 5%;
    margin-bottom: 10px;
  }
  #hd .sec-compatibility .hd-frame .hd-btn {
    font-size: 1.5em;
    margin-top: 20px;
  }
  #hd .sec-compatibility .deco-rog {
    display: none;
  }
  #hd .sec-compatibility .hd-title h2 {
    width: 100%;
    max-width: none;
  }
  #hd .sec-compatibility .hd-title p {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-compatibility {
    padding: 10% 0 0;
  }
  #hd .sec-compatibility .hd-frame {
    padding-block: 8%;
  }
}
#hd .sec-faq {
  padding: 4% 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: 14px 40px 14px;
  border-radius: 20px;
  background: #222;
  margin-bottom: 20px;
}
#hd .sec-faq .list-feature button {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: white;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#hd .sec-faq .list-feature button i {
  display: block;
  width: 1.8em;
  height: 1.8em;
  border-radius: 2em;
  background: none;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -webkit-transition: transform 0.25s 0.25s ease, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease, -webkit-transform 0.25s 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: 4px;
  border-radius: 2px;
  background: #ff5bfd;
  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: black;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before, #hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  background: white;
  -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(45deg);
  transform: rotate(45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] h3 {
  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 h3 {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
  text-transform: none;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 22px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#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: #ff5bfd !important;
}
#hd .sec-faq .detail-list {
  padding-left: 1.2em;
}
#hd .sec-faq .detail-list li {
  list-style: disc;
  margin: 0.4em 0;
  font-size: 1em;
  line-height: 1.3;
}

@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 30px 6px;
    border-radius: 20px;
    background: #333;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature button {
    padding: 8px 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-faq {
    padding: 6% 0;
  }
  #hd .sec-faq .list-feature {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  #hd .sec-faq .list-feature > li {
    border-radius: 16px;
  }
  #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: 620px) {
  #hd .sec-faq h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq {
    padding: 8% 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 h3 {
    font-size: 1.4em;
  }
  #hd .sec-faq .list-feature > li {
    padding: 6px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
}
#hd .sec-gallery {
  position: relative;
  overflow: hidden;
}
/*# sourceMappingURL=hd-style.css.map */