@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
.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;
  /* ---------- SCREEN READER ---------- */
}
.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: #ff32ee;
  color: black;
}
.style-reset * ::selection {
  background: #ff32ee;
  color: black;
}
.style-reset * ::-moz-selection {
  background: #ff32ee;
  color: black;
}
.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 .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: 3px solid #ff32ee;
  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 wind {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%, 100% {
    opacity: 0;
  }
}
@keyframes wind {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes showDesignFeature {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showDesignFeature {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes audiowave1 {
  0% {
    padding: 0 0;
  }
  25% {
    padding: 0.5em 0;
  }
  50% {
    padding: 5em 0;
  }
  75% {
    padding: 2em 0;
  }
  100% {
    padding: 0 0;
  }
}
@keyframes audiowave1 {
  0% {
    padding: 0 0;
  }
  25% {
    padding: 0.5em 0;
  }
  50% {
    padding: 5em 0;
  }
  75% {
    padding: 2em 0;
  }
  100% {
    padding: 0 0;
  }
}
@-webkit-keyframes audiowave2 {
  0% {
    padding: 0 0;
  }
  25% {
    padding: 2em 0;
  }
  50% {
    padding: 1em 0;
  }
  75% {
    padding: 2em 0;
  }
  100% {
    padding: 0 0;
  }
}
@keyframes audiowave2 {
  0% {
    padding: 0 0;
  }
  25% {
    padding: 2em 0;
  }
  50% {
    padding: 1em 0;
  }
  75% {
    padding: 2em 0;
  }
  100% {
    padding: 0 0;
  }
}
@-webkit-keyframes audiowave3 {
  0% {
    padding: 0 0;
  }
  25% {
    padding: 1em 0;
  }
  50% {
    padding: 0.5em 0;
  }
  75% {
    padding: 4em 0;
  }
  100% {
    padding: 0 0;
  }
}
@keyframes audiowave3 {
  0% {
    padding: 0 0;
  }
  25% {
    padding: 1em 0;
  }
  50% {
    padding: 0.5em 0;
  }
  75% {
    padding: 4em 0;
  }
  100% {
    padding: 0 0;
  }
}
@-webkit-keyframes audiowaveMove {
  0% {
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes audiowaveMove {
  0% {
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 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);
  }
}
/* ---------- color effect ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rainbow {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes smart {
  0%, 28% {
    background-color: red;
  }
  30%, 58% {
    background-color: yellow;
  }
  60%, 88% {
    background-color: #42ca42;
  }
  90%, 98% {
    background-color: yellow;
  }
  100% {
    background-color: red;
  }
}
@keyframes smart {
  0%, 28% {
    background-color: red;
  }
  30%, 58% {
    background-color: yellow;
  }
  60%, 88% {
    background-color: #42ca42;
  }
  90%, 98% {
    background-color: yellow;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes comet {
  0% {
    z-index: -1;
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%);
  }
  100% {
    z-index: -1;
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%);
  }
}
@keyframes comet {
  0% {
    z-index: -1;
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%);
  }
  100% {
    z-index: -1;
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%);
  }
}
@-webkit-keyframes adaptive {
  0% {
    background-color: white;
  }
  30% {
    background-color: #ff32ee;
  }
  45% {
    background-color: #07A9FF;
  }
  60% {
    background-color: #42ca42;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
@keyframes adaptive {
  0% {
    background-color: white;
  }
  30% {
    background-color: #ff32ee;
  }
  45% {
    background-color: #07A9FF;
  }
  60% {
    background-color: #42ca42;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
@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;
}
#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: 4em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.25em;
}
#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: 1.6em;
  font-weight: normal;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
#hd h3 sup,
#hd .h3 sup {
  display: inline-block;
  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: 1.75em;
  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.25em;
  font-weight: normal;
  letter-spacing: 0;
  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: 1em;
  line-height: 1.4;
  letter-spacing: 0;
  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;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#hd a.txt-link:hover {
  color: white !important;
}
#hd a.txt-link:hover {
  color: white;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .nobr {
  white-space: nowrap;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .color-primary {
  color: #ff32ee !important;
}
#hd .color-primary-dark {
  color: #92a1b4 !important;
}
#hd .color-grey {
  color: #A7A7A7 !important;
}
#hd .color-dark-grey {
  color: #646464 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #ff32ee !important;
  background-color: #7bb8e4;
  background-image: -webkit-gradient(linear, left top, right top, from(#7bb8e4), color-stop(#ffffff), to(#eb66dd));
  background-image: linear-gradient(90deg, #7bb8e4, #ffffff, #eb66dd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .color-gradient::selection,
#hd .color-gradient ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .color-gradient::-moz-selection,
#hd .color-gradient ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .color-gradient-oblique {
  display: inline-block;
  color: #ff32ee !important;
  background-color: #7bb8e4;
  background-image: linear-gradient(45deg, #7bb8e4, #ffffff, #eb66dd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient-oblique::-moz-selection, #hd .color-gradient-oblique ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .color-gradient-oblique::selection,
#hd .color-gradient-oblique ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .color-gradient-oblique::-moz-selection,
#hd .color-gradient-oblique ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .color-gradient-secondary {
  display: inline-block;
  color: #ff32ee !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: #ff32ee;
}
#hd .color-gradient-secondary::selection,
#hd .color-gradient-secondary ::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .color-gradient-secondary::-moz-selection,
#hd .color-gradient-secondary ::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ff32ee;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: normal;
}
#hd .font-title-medium {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-content {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .title-deco {
  display: inline-block;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 100;
  font-size: 3.7em;
  letter-spacing: 0.5em;
  line-height: 1.25;
  position: relative;
  padding: 0 2em 0 2.5em;
}
#hd .title-deco:before, #hd .title-deco:after {
  content: "";
  width: 1.25em;
  height: 0.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/title-deco-left-light.svg) 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;
}
#hd .title-deco:before {
  left: 0;
  -webkit-transform: scale(-1, 1) translate(50%, 0);
  transform: scale(-1, 1) translate(50%, 0);
}
#hd .title-deco:after {
  right: 0;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
#hd .title-deco.is-animated:before {
  opacity: 1;
  -webkit-transform: scale(-1, 1) translate(0, 0);
  transform: scale(-1, 1) translate(0, 0);
}
#hd .title-deco.is-animated:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*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: 1.4em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 1280px) {
  #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.75em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 3em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
  #hd p {
    line-height: 1.75;
  }
  #hd p.txt-larger {
    font-size: 1.125em;
  }
  #hd .title-deco {
    letter-spacing: 0.4em;
    padding: 0 1.5em 0 1.9em;
  }
}
@media screen and (max-width: 768px) {
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd .title-deco {
    font-size: 3em;
    letter-spacing: 0.3em;
    padding: 0 1.2em 0 1.5em;
  }
  #hd .title-deco:before, #hd .title-deco:after {
    width: 1em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.2em;
    margin-bottom: 0.25em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2.25em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.35em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.25em;
  }
  #hd p.txt-larger {
    font-size: 1.125em;
  }
  #hd .title-deco {
    font-size: 2.25em;
    letter-spacing: 0.2em;
    padding: 0 0.8em 0 1em;
  }
  #hd .title-deco:before, #hd .title-deco:after {
    width: 0.5em;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
  width: 75%;
  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-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-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 .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;
}
#hd section {
  min-height: 200px;
  padding: 6em 0;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900 {
    max-width: 1200px;
  }
  #hd .hd-w1000 {
    max-width: 1300px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1600px;
  }
  #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-w900 {
    max-width: 1400px;
  }
  #hd .hd-w1000 {
    max-width: 2200px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2560px;
  }
  #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-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    width: 90%;
  }
  #hd .hd-d-1023-none {
    display: none !important;
  }
  #hd .hd-d-1023-block {
    display: block !important;
  }
  #hd .hd-d-1023-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #hd section {
    padding: 4em 0;
  }
}
@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;
  }
  #hd section {
    padding: 3em 0;
  }
}
@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-dark, #hd .bg-black {
  position: relative;
  overflow: hidden;
}
#hd .bg-dark > .hd-deco, #hd .bg-black > .hd-deco {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .bg-dark > .hd-deco.deco-stripe, #hd .bg-black > .hd-deco.deco-stripe {
  width: 4.3%;
  top: 15%;
  left: 3.5%;
  opacity: 0.25;
}
#hd .bg-dark > .hd-deco.deco-line, #hd .bg-black > .hd-deco.deco-line {
  width: 0.5%;
  top: 20%;
  left: 8.5%;
  opacity: 0.25;
}
#hd .bg-dark .title-deco:before, #hd .bg-black .title-deco:before, #hd .bg-dark .title-deco:after, #hd .bg-black .title-deco:after {
  background-image: url(../img/title-deco-left-dark.svg);
}
#hd .bg-light {
  background: #eeeeee;
  color: black;
  position: relative;
  overflow: hidden;
}
#hd .bg-light > .hd-deco {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .bg-light > .hd-deco.deco-stripe-large {
  width: 7.5%;
  top: 0;
  right: 0;
  margin-right: -3%;
}
#hd .bg-light > .hd-deco.deco-txt {
  width: 6.5%;
  top: 50%;
  left: 0;
}
#hd .bg-light > .hd-deco.deco-stripe-small {
  width: 3.6%;
  top: 40%;
  right: 80%;
  opacity: 0.3;
}
#hd .bg-light h2,
#hd .bg-light .h2 {
  color: black !important;
}
#hd .bg-light .color-grey {
  color: #646464 !important;
}
#hd .bg-black {
  background: black;
}
#hd .bg-black.bg-grid:before {
  opacity: 1;
}
#hd .bg-black.bg-grid > .hd-deco.deco-stripe {
  left: auto;
  right: 3.5%;
}
#hd .bg-black.bg-grid > .hd-deco.deco-line {
  left: auto;
  right: 8.5%;
}
#hd .bg-grid {
  position: relative;
}
#hd .bg-grid:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url(../img/bg-grid.svg) 60% top no-repeat;
  background-size: 125%;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
}
#hd .bg-grid.bg-white:before, #hd .bg-grid.bg-light:before {
  background-image: url(../img/bg-grid-dark.svg);
}

@media screen and (max-width: 768px) {
  #hd .bg-light > .hd-deco.deco-stripe-large {
    width: 15%;
  }
  #hd .bg-light > .hd-deco.deco-txt {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  #hd .bg-light > .hd-deco.deco-stripe-large {
    width: 20%;
  }
  #hd .bg-light > .hd-deco.deco-txt {
    width: 10%;
  }
}
#hd .hd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  outline: none;
  background: black;
  color: #00eaff;
  border-radius: 0;
  padding: 0.6em 1.5em 0.4em;
  margin: 0.25em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  min-height: 44px;
  min-width: 44px;
  border-radius: 50px;
  border: 1px solid #00eaff;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn i {
  width: 1.1em;
  height: 1.1em;
  border-radius: 2em;
  margin: 0 -0.75em 0.2em 0.3em;
  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 {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
#hd .hd-btn:active {
  background: black;
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
#hd .trigger-panel-close {
  position: fixed;
  top: 100px !important;
  right: 7% !important;
  margin: 20px !important;
  z-index: 20;
}
#hd .trigger-panel-close:before {
  width: 38px;
  height: 38px;
}
#hd #pageContent-btn-cta {
  display: block;
  width: 7%;
  min-width: 120px;
  max-width: 280px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 20px;
  z-index: 11;
  -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 #pageContent-btn-cta.is-hidden {
  opacity: 0;
}
#hd #pageContent-btn-cta.is-hidden:focus-visible {
  opacity: 1;
}
#hd #pageContent-btn-cta.is-closed {
  display: none !important;
}
#hd #pageContent-btn-cta .trigger-close {
  margin: 0.5em;
  opacity: 0;
}
#hd #pageContent-btn-cta a {
  display: block;
}
#hd #pageContent-btn-cta img,
#hd #pageContent-btn-cta .hd-frame {
  -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 .trigger-close {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 0.7s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 0.7s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 0.7s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-btn-cta .hd-frame {
  padding: 10px 0 5px;
  border-radius: 6px;
  border: 0;
}
#hd #pageContent-btn-cta .hd-txt {
  position: relative;
  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: 100%;
  font-family: "TradeGothicBold", "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;
  margin: auto;
  padding: 0.4em 0 0.2em;
  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 .hd-txt:before, #hd #pageContent-btn-cta .hd-txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#hd #pageContent-btn-cta .hd-txt:before {
  background-color: #222;
  background-image: linear-gradient(45deg, #222, #444);
}
#hd #pageContent-btn-cta .hd-txt:after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  background-color: #252525;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#252525), to(black));
  background-image: linear-gradient(180deg, #252525, black);
}
#hd #pageContent-btn-cta:hover, #hd #pageContent-btn-cta:focus-visible {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
@media (max-width: 620px) {
  #hd #pageContent-btn-cta {
    margin: 5px;
  }
}

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

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1020px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em;
  }
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
  #hd .hd-lightbox .hd-box iframe {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 0.5em;
  }
  #hd .hd-lightbox .hd-box {
    padding: 4em 1.5em;
  }
}
#hd .list-info > li {
  padding: 20px 30px;
}
#hd .list-info .hd-frame {
  height: 100%;
  padding: 54px 40px;
  border-radius: 1em;
  background: black;
  border: 1px solid white;
}
#hd .list-info .hd-img-container {
  margin-bottom: 50px;
}
#hd .list-info h3 {
  margin-bottom: 0.5em;
}
#hd .feature-container li {
  padding: 0 0.25em;
  margin-bottom: 2em;
}
#hd .feature-container p {
  line-height: 1.25;
}
#hd .feature-container h3 {
  font-size: 2em;
  line-height: 1.125;
  letter-spacing: 0;
  margin: 0.2em 0 -0.05em;
}
#hd .feature-container h3 sup {
  font-size: 0.55em;
  margin-top: -0.5em;
}

@media screen and (max-width: 1440px) {
  #hd .feature-container li {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .list-info > li {
    padding-inline: 20px;
  }
  #hd .list-info .hd-frame {
    padding: 40px 30px;
  }
  #hd .feature-container h3 {
    font-size: 2em;
  }
  #hd .feature-container p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .list-info > li {
    padding-inline: 16px;
  }
  #hd .list-info .hd-frame {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 768px) {
  #hd .feature-container h3 {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 620px) {
  #hd .list-info > li {
    width: 100%;
  }
  #hd .list-info .hd-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    padding: 20px;
  }
  #hd .list-info .hd-img-container {
    width: 40%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 0;
  }
  #hd .list-info .hd-txt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  #hd .list-info > li {
    padding: 0;
    margin-bottom: 10px;
  }
  #hd .list-info .hd-frame {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
  #hd .list-info .hd-img-container {
    width: 100%;
    margin-bottom: 20px;
  }
  #hd .list-info .hd-txt {
    padding-left: 0;
  }
  #hd .feature-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #hd .feature-container li {
    width: auto !important;
    text-align: left;
    margin-bottom: 1.5em;
    padding-left: 0 !important;
    padding-right: 2em !important;
  }
  #hd .feature-container h3 {
    font-size: 2.25em;
  }
}
#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: #ff32ee;
  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: #A7A7A7;
  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-container {
  width: 100%;
  height: 0;
  padding-bottom: 51.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: 50px;
  height: 50px;
  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 .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;
  -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: 1.5em;
  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: #7bb8e4;
  background-image: -webkit-gradient(linear, right top, left top, from(#7bb8e4), color-stop(#ffffff), to(#eb66dd));
  background-image: linear-gradient(270deg, #7bb8e4, #ffffff, #eb66dd);
  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 {
  display: block !important;
  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: 1em;
}
#hd .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  margin: 8px;
  background: #A7A7A7;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -6px;
  left: -6px;
  background-color: white;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
#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;
}
#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: black;
  padding: 0.875em 2em 0.75em;
  border-radius: 3em;
}
#hd .swiper-card .custom-dot.swiper-pagination-bullet-active {
  background: #303030;
}
#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: 60px 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;
}

@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-button-prev,
  #hd .swiper-button-next {
    width: 3.5em;
    height: 3.5em;
  }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2em;
  }
  #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 .hd-nav {
  font-size: 14px;
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 30px;
  margin-top: 50px;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: transform 0.4s, opacity 0.25s;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.4s;
  transition: opacity 0.25s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.25s;
  transition: transform 0.4s, opacity 0.25s, -webkit-transform 0.4s;
}
#hd .hd-nav.is-hidden {
  -webkit-transform: translate3d(20px, -50%, 0);
  transform: translate3d(20px, -50%, 0);
  opacity: 0;
}
#hd .hd-nav.is-hidden:focus-within {
  -webkit-transform: translate3d(20px, -50%, 0);
  transform: translate3d(20px, -50%, 0);
  opacity: 1;
}
#hd .hd-nav .main-nav {
  position: relative;
  margin: 0;
  padding: 0;
}
#hd .hd-nav .main-nav:before, #hd .hd-nav .main-nav:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 0;
  right: -10px;
  background-repeat: no-repeat;
  background-size: 100%;
}
#hd .hd-nav .main-nav::before {
  background-image: url(../img/nav-rog.png);
  height: 150px;
  bottom: 105%;
}
#hd .hd-nav .main-nav::after {
  background-image: url(../img/nav-glacial.svg);
  height: 100px;
  top: 105%;
}
#hd .hd-nav .main-nav > li {
  display: block;
  margin: 0.5em 0 0.75em;
  position: relative;
}
#hd .hd-nav .main-nav a {
  height: 1em;
  margin-bottom: -0.25em;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
  min-height: 24px;
  cursor: pointer;
}
#hd .hd-nav .main-nav a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff32ee;
  -webkit-box-shadow: 0 0 0 1px white inset;
          box-shadow: 0 0 0 1px white inset;
  margin-left: auto;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#hd .hd-nav .main-nav a:hover span, #hd .hd-nav .main-nav a:focus-visible span {
  background: white;
}
#hd .hd-nav .main-nav a:hover .hd-tooltip, #hd .hd-nav .main-nav a:focus-visible .hd-tooltip {
  color: black;
  display: block;
}
#hd .hd-nav .main-nav a.hd-active:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
#hd .hd-nav .main-nav a.hd-active .hd-tooltip {
  color: black;
  display: block;
}
#hd .hd-nav .main-nav a.hd-active + .sub-nav button {
  color: white;
}
#hd .hd-nav .main-nav a.hd-active + .sub-nav button:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
  background-image: -webkit-gradient(linear, left top, right top, from(white));
  background-image: linear-gradient(90deg, white);
}
#hd .hd-nav .main-nav .hd-tooltip {
  display: none;
  max-width: 220px;
  height: 1.8em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  line-height: 1;
  top: 0;
  right: -15px;
  padding: 0.5em 1.5em 0.5em 1em;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #7bb8e4;
  background-image: linear-gradient(45deg, #7bb8e4, #ffffff, #eb66dd);
}
#hd .hd-nav .sub-nav {
  padding: 0.75em 0 0;
  position: relative;
}
#hd .hd-nav .sub-nav span,
#hd .hd-nav .sub-nav a,
#hd .hd-nav .sub-nav button {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  max-width: 15em;
  color: #A7A7A7;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.9em;
  line-height: 1;
  padding: 0.25em 0;
  padding-right: 40px;
  margin: 0;
  text-align: right;
  position: relative;
  overflow: visible;
}
#hd .hd-nav .sub-nav span:before,
#hd .hd-nav .sub-nav a:before,
#hd .hd-nav .sub-nav button:before {
  display: none;
}
#hd .hd-nav .sub-nav span:after,
#hd .hd-nav .sub-nav a:after,
#hd .hd-nav .sub-nav button:after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: transparent;
  -webkit-box-shadow: 0 0 0 1px white inset;
          box-shadow: 0 0 0 1px white inset;
  margin-left: auto;
  z-index: 1;
  position: absolute;
  top: 4px;
  right: 12px;
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
  -webkit-transition: background 0.6s ease;
  transition: background 0.6s ease;
}
#hd .hd-nav .sub-nav a:hover, #hd .hd-nav .sub-nav a:focus-visible,
#hd .hd-nav .sub-nav button:hover,
#hd .hd-nav .sub-nav button:focus-visible {
  color: #ff32ee !important;
}

@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 16px;
    right: 50px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    font-size: 0.8em;
  }
  #hd .hd-nav .main-nav > li {
    margin: 0.5em 0 0.75em;
  }
  #hd .hd-nav .sub-nav {
    padding-bottom: 0;
  }
  #hd .hd-nav .sub-nav:after {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    right: 1.5em;
    display: none !important;
  }
  #hd .hd-nav .main-nav > li:hover .hd-tooltip {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  #hd .hd-nav .main-nav > li:hover button {
    color: white !important;
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out;
  }
  #hd .hd-nav .hd-tooltip {
    color: transparent;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  #hd .hd-nav .sub-nav span,
  #hd .hd-nav .sub-nav button {
    padding-top: 0;
    padding-bottom: 0;
    color: transparent !important;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none;
  }
}
#hd .tab-content > div {
  width: 100%;
  display: none;
  padding: 3.5em 0;
}
#hd .tab-content > div.hd-active {
  display: block;
}
#hd .tab-content > div.hd-active .reveal-fromBottom {
  -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: forwards;
  -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: forwards;
  -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: forwards;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .tab-content > div.hd-active .reveal-fromLeft {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.8s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInLeft;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .filter-tab-row {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3;
  margin-top: 0.5em;
}
#hd .filter-tab-row .filter-tab {
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  overflow-x: auto;
  overflow-y: visible;
  -ms-overflow-style: none;
}
#hd .filter-tab-row .filter-tab::-webkit-scrollbar {
  height: 0;
}
#hd .filter-tab-row .filter-tab::-webkit-scrollbar-track {
  background: transparent;
}
#hd .filter-tab-row .filter-tab::-webkit-scrollbar-thumb {
  background: transparent;
}
#hd .filter-tab-row .filter-tab::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
#hd .filter-tab-row button {
  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;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 0.018em;
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: white;
  padding: 0.6em 1.2em;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#hd .filter-tab-row button sup {
  display: inline-block;
  vertical-align: super;
  font-size: 0.5em;
  margin-top: -1em;
}
#hd .filter-tab-row button:hover {
  color: white;
}
#hd .filter-tab-row button.hd-active {
  color: black;
  pointer-events: none;
  background-color: white;
  border-radius: 50px;
}

@media screen and (max-width: 1024px) {
  #hd .tab-content > div {
    padding: 4em 0 4em;
  }
}
@media screen and (max-width: 620px) {
  #hd .title-tab .filter-tab {
    min-width: 100%;
  }
  #hd .title-tab button {
    font-size: 1.125em;
    min-width: 50%;
    max-width: 10em;
    padding: 1.5em 1em 1em;
    white-space: break-spaces;
  }
}
@media screen and (max-width: 480px) {
  #hd .tab-content > div {
    padding: 2.5em 0 2.5em;
  }
  #hd .title-tab button {
    font-size: 1.125em;
    letter-spacing: 0.018em;
  }
  #hd .title-tab button.hd-active:after {
    height: 4px;
  }
}
#hd .hd-panel {
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  background: black;
  display: none;
}
#hd .hd-panel.is-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: 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-panel .swiper-pagination-wrapper {
  margin-top: 0;
  margin-bottom: 40px;
}
#hd .hd-panel > .hd-container {
  margin: auto;
}
#hd .hd-panel .lightbox-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
#hd .hd-panel .lightbox-container > .hd-lightbox-s {
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
  #hd .hd-panel {
    padding: 60px 0;
  }
}
#hd .hd-border {
  border-left: 1px solid #ff32ee;
  border-right: 1px solid #ff32ee;
}
#hd .hd-border-full {
  border: 1px solid #ff32ee;
}
#hd .hd-frame {
  border: 1px solid #ff32ee;
  border-top-width: 8px;
}
#hd .img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  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 {
  position: absolute !important;
  right: 1em;
  bottom: 1em;
}
#hd .gif-container .vid-control img {
  margin: auto !important;
}
#hd .gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}
#hd .border-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(#032347));
  background: linear-gradient(90deg, #000000, #032347);
  position: relative;
  border-radius: 5px;
}
#hd .border-gradient:after {
  content: "";
  position: absolute;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(150deg, #3f5afe, #a541ff);
  padding: 1px;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

#hd .sec-kv {
  overflow: hidden;
  padding-top: 0;
}
#hd .sec-kv .h2 {
  font-size: 2.1em;
  display: block;
  letter-spacing: 0.05em;
}
#hd .sec-kv .h1 {
  font-size: 4.2em;
  margin-top: 0.5em;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .sec-kv figure {
  position: relative;
}
#hd .sec-kv figure img {
  width: 100%;
}
#hd .sec-kv figure .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-kv .hd-container {
  margin-top: -7%;
}
#hd .sec-kv .hd-container.is-animated .h1, #hd .sec-kv .hd-container.is-animated .h2 {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv .hd-container.is-animated p {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv p {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  #hd .sec-kv .h1 {
    font-size: 3.2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-kv .h1 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-kv figure .kv {
    width: 140%;
    max-width: none !important;
    margin-left: -20%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .hd-container {
    margin-top: -17%;
  }
  #hd .sec-kv figure .kv {
    width: 180%;
    margin-left: -40%;
  }
  #hd .sec-kv .h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .h2 {
    font-size: 1.6em;
  }
}
#hd .sec-ksp {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
#hd .sec-ksp .hd-container {
  width: 90%;
}
#hd .sec-ksp .border-pink {
  border: 1px solid rgba(255, 194, 240, 0.5);
}
#hd .sec-ksp .border-blue {
  border: 1px solid rgba(132, 198, 255, 0.5);
}
#hd .sec-ksp .frame-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-ksp .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-ksp figure img {
  width: 120%;
  max-width: none !important;
  margin-left: -15%;
  margin-right: -5%;
  margin-top: 3em;
}
#hd .sec-ksp .hd-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 18px 1fr 18px 1fr 18px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
}
#hd .sec-ksp .hd-grid > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#hd .sec-ksp .hd-grid > li:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2/1/3/2;
}
#hd .sec-ksp .hd-grid > li:nth-child(3) {
  -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 .hd-grid > 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 .hd-grid > li:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/3/4;
}
#hd .sec-ksp .hd-grid > li:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/3/5;
}
#hd .sec-ksp .hd-grid > li:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 3/1/4/5;
}
#hd .sec-ksp .hd-frame {
  height: 100%;
  background: black;
  border-radius: 1em;
  position: relative;
  overflow: hidden;
  padding: 2.5em 1em;
}
#hd .sec-ksp .hd-frame:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3), inset 0 0 1em rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.3), inset 0 0 1em rgba(255, 255, 255, 0.3);
  z-index: 3;
}
#hd .sec-ksp .hd-frame .hd-txt {
  position: relative;
  z-index: 2;
  z-index: 3;
  margin-bottom: 0;
}
#hd .sec-ksp .hd-frame h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  line-height: 1.1;
  font-size: 1.3em;
  margin-bottom: 0;
}
#hd .sec-ksp .hd-frame p {
  line-height: 1.25;
}
#hd .sec-ksp .frame-dual,
#hd .sec-ksp .frame-card,
#hd .sec-ksp .frame-cpu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .sec-ksp .frame-dual .hd-txt,
#hd .sec-ksp .frame-card .hd-txt,
#hd .sec-ksp .frame-cpu .hd-txt {
  width: 100%;
}
#hd .sec-ksp .frame-dual h3,
#hd .sec-ksp .frame-card h3,
#hd .sec-ksp .frame-cpu h3 {
  font-size: 1em !important;
}
#hd .sec-ksp .frame-dual strong,
#hd .sec-ksp .frame-card strong,
#hd .sec-ksp .frame-cpu strong {
  font-size: 2.6em;
  display: block;
  margin-top: 0.2em;
}
#hd .sec-ksp .frame-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .sec-ksp .frame-up .hd-txt {
  width: 100%;
}
#hd .sec-ksp .frame-up h3 {
  font-size: 1em;
  color: #f8d0ff !important;
}
#hd .sec-ksp .frame-up strong {
  font-size: 2em;
  display: block;
  margin-top: 0.2em;
  color: white;
}
#hd .sec-ksp .frame-lcd {
  padding-left: 4em !important;
  padding-right: 4em !important;
}
#hd .sec-ksp .frame-lcd h3 {
  font-size: 2em;
}
#hd .sec-ksp .frame-lcd .left {
  width: 75%;
}
#hd .sec-ksp .frame-lcd .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 25%;
  padding-left: 1em;
  gap: 0.4em;
}
#hd .sec-ksp .frame-lcd .right .box {
  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;
  padding: 0.8em 0.5em;
  min-height: 3em;
  border-radius: 5px;
}
#hd .sec-ksp .frame-lcd .right .icon {
  position: relative;
}
#hd .sec-ksp .frame-lcd .right p {
  position: relative;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6em;
  margin-bottom: 0;
  padding-top: 0.4em;
}
#hd .sec-ksp .frame-lcd .right .box-pixels p {
  font-size: 1.2em;
  z-index: 2;
}
#hd .sec-ksp .frame-lcd .right .box-pixels .icon {
  position: absolute;
  width: 80%;
  height: 86%;
  bottom: 5%;
  right: 3%;
}
#hd .sec-ksp .frame-lcd .right .box-nit .icon {
  width: 2.1em;
  margin-left: 0.5em;
}
#hd .sec-ksp .frame-lcd .right .box-hz .icon {
  width: 1.4em;
  margin-right: 0.5em;
}
#hd .sec-ksp .frame-lcd h3 {
  position: relative;
  margin-bottom: 0.3em;
  display: inline-block;
}
#hd .sec-ksp .frame-lcd h3:before, #hd .sec-ksp .frame-lcd h3:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(../img/ksp/deco-star.png);
  background-size: 100%;
  vertical-align: middle;
}
#hd .sec-ksp .frame-lcd h3:before {
  margin-right: 0.5em;
}
#hd .sec-ksp .frame-lcd h3:after {
  margin-left: 0.5em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-ksp .hd-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  #hd .sec-ksp .hd-frame {
    padding: 1em 0.5em;
  }
  #hd .sec-ksp .hd-frame h3 {
    font-size: 1.3em;
  }
  #hd .sec-ksp .frame-dual strong,
  #hd .sec-ksp .frame-card strong,
  #hd .sec-ksp .frame-cpu strong {
    font-size: 2em;
  }
  #hd .sec-ksp .frame-up strong {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ksp figure {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #hd .sec-ksp figure img {
    width: 100%;
    margin: 0 auto;
    margin-top: 2em;
  }
  #hd .sec-ksp .hd-grid {
    width: 100%;
  }
  #hd .sec-ksp .frame-lcd {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  #hd .sec-ksp .frame-lcd .right p {
    font-size: 1.4em;
  }
  #hd .sec-ksp .frame-lcd .right .box-hz .icon {
    width: 1em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ksp h3 {
    font-size: 2em;
  }
  #hd .sec-ksp .hd-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
    gap: 7px;
  }
  #hd .sec-ksp .frame-fan {
    padding-bottom: 90%;
  }
  #hd .sec-ksp .frame-slot {
    padding-bottom: 80%;
  }
  #hd .sec-ksp .frame-slot img {
    -o-object-position: bottom;
       object-position: bottom;
  }
  #hd .sec-ksp .frame-lcd {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  #hd .sec-ksp .frame-lcd .left {
    width: 100%;
  }
  #hd .sec-ksp .frame-lcd .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-ksp .hd-frame h3 {
    font-size: 1.15em;
  }
}
#hd .sec-vid {
  padding: 0;
}
#hd .sec-vid figure {
  position: relative;
}
#hd .sec-vid .play-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;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
}
#hd .sec-vid .play-btn-container img {
  width: 200px;
}
#hd .sec-vid .play-btn-container button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hd .sec-vid .play-btn-container button:hover {
  -webkit-transform: scale(110%, 110%);
  transform: scale(110%, 110%);
}
#hd .sec-vid .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 4em;
}
#hd .sec-vid .vid-control {
  right: 10%;
}

@media screen and (max-width: 1440px) {
  #hd .sec-vid .play-btn-container img {
    width: 150px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 3em;
  }
  #hd .sec-vid .play-btn-container img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 2em;
  }
  #hd .sec-vid .play-btn-container {
    top: 33%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-vid .play-btn-container {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-vid .vid-control {
    right: 0;
  }
  #hd .sec-vid .btn-container {
    position: relative;
    margin: 1em auto;
  }
}
#hd .sec-detail {
  position: relative;
}
#hd .sec-detail .bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
#hd .sec-detail .deco-top {
  position: absolute;
  width: 8%;
  top: 1.5em;
  right: 1.5em;
}
#hd .sec-detail .detail-list {
  position: relative;
  margin-top: 2em;
}
#hd .sec-detail .detail-list > div {
  padding: 0.6em;
}
#hd .sec-detail .detail-list:before, #hd .sec-detail .detail-list:after {
  content: "";
  position: absolute;
  height: 104%;
  width: 0;
  padding-right: 2%;
  top: -2%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
#hd .sec-detail .detail-list:before {
  left: -2%;
  background-image: url(../img/detail/deco-left.png);
}
#hd .sec-detail .detail-list:after {
  right: -2%;
  background-image: url(../img/detail/deco-right.png);
}
#hd .sec-detail figure {
  position: relative;
}
#hd .sec-detail figure img {
  width: 100%;
}
#hd .sec-detail .card {
  position: relative;
}
#hd .sec-detail h3 {
  position: absolute;
  left: 9%;
  bottom: 2%;
  width: 90%;
  text-align: left;
  text-shadow: 0 0 0.3em black;
}
#hd .sec-detail h3:before {
  content: "#";
  position: absolute;
  left: -0.8em;
  top: 0;
}

@media screen and (max-width: 1024px) {
  #hd .sec-detail .deco-top {
    width: 12%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-detail .deco-top {
    display: none;
  }
  #hd .sec-detail .detail-list {
    max-width: 400px;
    margin: 0 auto;
    margin-top: 2em;
  }
  #hd .sec-detail .detail-list > div {
    width: 100%;
  }
  #hd .sec-detail .detail-list:before, #hd .sec-detail .detail-list:after {
    padding-right: 7%;
  }
  #hd .sec-detail .detail-list:before {
    left: -6%;
  }
  #hd .sec-detail .detail-list:after {
    right: -6%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-detail .detail-list:before, #hd .sec-detail .detail-list:after {
    display: none;
  }
}
#hd .sec-patent .hd-col50 {
  padding: 2em 1em 0;
  text-align: left;
}
#hd .sec-patent .hd-img-container {
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.5em;
}

@media screen and (max-width: 620px) {
  #hd .sec-patent .hd-col50 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3em;
    text-align: center;
  }
}
#hd .sec-module {
  position: relative;
  padding: 8em 0 25em;
}
#hd .sec-module .bg {
  position: absolute;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-module .deco-right {
  position: absolute;
  width: 1%;
  top: 2em;
  right: 2em;
}
#hd .sec-module .deco-top {
  position: absolute;
  width: 25%;
  top: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-module .detail-list {
  margin-top: 2em;
  margin-bottom: 3em;
}
#hd .sec-module .detail-list li {
  padding: 0.3em;
}
#hd .sec-module .detail-list .card {
  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;
  padding: 0.6em 0.5em;
  min-height: 100%;
}
#hd .sec-module .detail-list p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  line-height: 1;
  margin-top: 0.2em;
}
#hd .sec-module .detail-list .icon {
  width: 2.4em;
  margin: 0 0.7em;
}
#hd .sec-module .detail-list .card-pixel img {
  position: absolute;
  width: 90%;
  height: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 4%;
}

@media screen and (max-width: 1024px) {
  #hd .sec-module .detail-list li {
    width: 33.333%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-module .detail-list .icon {
    width: 2em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-module .detail-list li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-module {
    padding: 6em 0 25em;
  }
}
#hd .sec-feature {
  margin-top: -18em;
  overflow: hidden;
}
#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 .deco-top {
  position: absolute;
  width: 96%;
  left: 0;
  right: 0;
  top: 1em;
  margin: 0 auto;
}
#hd .sec-feature .deco-bottom {
  position: absolute;
  width: 86%;
  left: 0;
  right: 0;
  bottom: 1em;
  margin: 0 auto;
}
#hd .sec-feature .swiper-slide {
  padding: 0.7em;
  text-align: center;
  height: auto;
  text-align: left;
}
#hd .sec-feature .card {
  padding: 2em 12em 5em;
  min-height: 100%;
}
#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 .feature-panel .hd-container {
  position: relative;
  padding: 0 5%;
}
#hd .feature-panel .hd-bg {
  position: absolute;
  height: auto;
  width: 100%;
  left: 0;
  max-width: none !important;
}
#hd .feature-panel .bg-top {
  bottom: calc(100% - 100px);
}
#hd .feature-panel .bg-bottom {
  top: calc(100% - 100px);
}
#hd .feature-panel .bg-center {
  height: calc(100% - 200px);
  width: 100%;
  top: 100px;
}
#hd .feature-panel .hd-txt {
  padding-left: 3em;
  padding-right: 1em;
}
#hd .feature-panel h4 {
  position: relative;
  font-size: 1.2em;
}
#hd .feature-panel h4:before {
  content: "";
  position: absolute;
  height: 0.6em;
  width: 2em;
  left: -2.4em;
  top: 0.2em;
  background-image: url(../img/feature/deco-title.png);
  background-size: cover;
  background-repeat: no-repeat;
}
#hd .feature-panel p {
  position: relative;
  color: white;
  z-index: 3;
}
#hd .feature-panel .vid-container {
  border: 1px solid #555;
}
#hd .feature-panel .row {
  margin: 2em 0;
}
#hd .feature-panel .trigger-panel-close {
  position: absolute;
  top: -2em !important;
  right: 0 !important;
  width: 44px;
  height: 44px;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#hd .feature-panel .trigger-panel-close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 1440px) {
  #hd .sec-feature .card {
    padding: 3em 8em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-feature .card {
    padding: 3em 6em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-feature .card {
    padding: 4em 2em;
  }
  #hd .feature-panel .hd-bg {
    display: none;
  }
  #hd .feature-panel figure {
    width: 100%;
  }
  #hd .feature-panel .hd-txt {
    width: 100%;
    margin-bottom: 1em;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-feature {
    margin-top: -22em;
  }
  #hd .sec-feature .deco-top,
  #hd .sec-feature .deco-bottom {
    display: none;
  }
  #hd .sec-feature .swiper-slide {
    width: 80vw;
  }
}
@media screen and (max-width: 620px) {
  #hd .feature-panel .hd-container {
    position: relative;
    padding: 0;
    padding-top: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-feature .card {
    padding: 2em 1.5em;
  }
}
#hd .sec-gallery {
  padding: 0;
}
#hd .sec-gallery img {
  width: 100%;
}

#hd .sec-free {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#222222));
  background: linear-gradient(180deg, #000000, #222222);
}
#hd .sec-free .deco-bottom {
  position: absolute;
  width: 3%;
  bottom: 1em;
  right: 2em;
}
#hd .sec-free #pageContent-swiper-free {
  margin-top: 2em;
}
#hd .sec-free .swiper-slide {
  width: 22em;
  padding: 0.7em;
  text-align: center;
  height: auto;
}
#hd .sec-free .card {
  border: 1px solid white;
  border-top: 7px solid white;
  padding: 1.2em 1em 5em;
  min-height: 100%;
}
#hd .sec-free h3 {
  margin-top: 1em;
}
#hd .sec-free .navigation-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5em;
}
#hd .sec-free .swiper-button-prev,
#hd .sec-free .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  margin: 0 0.5em 0em;
}

@media screen and (min-width: 1921px) {
  #hd .sec-free .swiper-container {
    width: 90%;
    margin: 0 auto;
    max-width: 90em;
  }
  #hd .sec-free .swiper-slide {
    width: 20%;
  }
  #hd .sec-free .swiper-pagination,
  #hd .sec-free .navigation-row {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-free .deco-bottom {
    display: none;
  }
  #hd .sec-free .navigation-row {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-free .swiper-slide {
    width: 22em;
  }
  #hd .sec-free .card {
    padding: 1.5em 1.5em 4em;
  }
}
#hd .sec-design {
  position: relative;
}
#hd .sec-design .hd-txt {
  padding-right: 2em;
}
#hd .sec-design #pageContent-panel-gc strong {
  font-size: 3.6em;
  margin-top: 0.8em;
  display: block;
  line-height: 1;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-design figure img {
  width: 100%;
}
#hd .sec-design #pageContent-panel-fan img,
#hd .sec-design #pageContent-panel-radiator img {
  width: 60%;
  margin: 0 auto;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  #hd .sec-design .hd-txt {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 1.5em;
  }
  #hd .sec-design figure {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }
  #hd .sec-design #pageContent-panel-gc strong {
    margin-top: 0.3em;
  }
  #hd .sec-design #pageContent-panel-gc br {
    display: none;
  }
  #hd .sec-design #pageContent-panel-fan img,
  #hd .sec-design #pageContent-panel-radiator img {
    width: 100%;
    max-width: 550px !important;
    margin: 0 auto;
    margin-top: 2em;
  }
}
#hd .sec-io .hd-left {
  position: relative;
}
#hd .sec-io .hd-right {
  padding-left: 1em;
}
#hd .sec-io .figure-bg {
  width: 100%;
}
#hd .sec-io figure {
  position: absolute;
  width: 84%;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
}
#hd .sec-io figure img {
  width: 100%;
}
#hd .sec-io .detail {
  border: 1px solid white;
  margin-top: 1.5em;
}
#hd .sec-io .detail > div {
  padding: 1.6em 2em;
}
#hd .sec-io h3 {
  text-align: left;
  border-bottom: 1px solid white;
  padding: 0.4em 1em 0.2em;
}
#hd .sec-io .gif-container {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  #hd .sec-io .hd-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 2em;
  }
  #hd .sec-io .hd-left {
    width: 100%;
  }
}
#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: #333;
  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: #ff32ee;
  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;
}
#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: #ff32ee !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 > li {
    padding: 6px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
}
#hd #pageContent-btn-psu {
  display: block;
  width: 8%;
  min-width: 120px;
  max-width: 280px;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 20px;
  z-index: 10;
  -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 #pageContent-btn-psu:before {
  content: "";
  display: block;
  width: 95%;
  height: 95%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: black;
  -webkit-box-shadow: 0 0 5px #0038dd, 0 0 20px #0038dd;
          box-shadow: 0 0 5px #0038dd, 0 0 20px #0038dd;
  -webkit-transition: transform 0.7s ease;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
#hd #pageContent-btn-psu img.hd-light {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  -webkit-transition: transform 0.25s;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd #pageContent-btn-psu:before,
#hd #pageContent-btn-psu img,
#hd #pageContent-btn-psu 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-psu span {
  display: block;
  width: 56%;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 110%;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  color: white;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-shadow: 0 0 2px #0038dd, 0 0 10px #0038dd;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#hd #pageContent-btn-psu span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.35em 0.35em 0;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  top: 0.125em;
  left: 100%;
  z-index: 2;
}
#hd #pageContent-btn-psu:hover {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#hd #pageContent-btn-psu:hover img.hd-light {
  opacity: 1 !important;
}
@media (max-width: 620px) {
  #hd #pageContent-btn-psu {
    margin: 5px;
  }
}

#hd #pdc {
  margin-top: 60px;
  padding-bottom: 30px;
  background-color: #262626;
}

body.no-scroll {
  position: relative;
  overflow: hidden;
}