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

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

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

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

#hd .fadeIn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@-webkit-keyframes kvLine-1 {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  70%, 80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(45deg);
    transform: scale(1, 1) rotate(45deg);
  }
}
@keyframes kvLine-1 {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  70%, 80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(45deg);
    transform: scale(1, 1) rotate(45deg);
  }
}
@-webkit-keyframes kvLine-2 {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  70%, 80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(-45deg);
    transform: scale(1, 1) rotate(-45deg);
  }
}
@keyframes kvLine-2 {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  70%, 80% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(-45deg);
    transform: scale(1, 1) rotate(-45deg);
  }
}
@-webkit-keyframes kvZoom {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes kvZoom {
  0% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes hintArrowRight {
  0% {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hintArrowRight {
  0% {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes hintArrowLeft {
  0% {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hintArrowLeft {
  0% {
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes txtFill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes txtFill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes breathing {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes breathing {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-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 colorrunScroller {
  0% {
    -webkit-filter: hue-rotate(220deg);
            filter: hue-rotate(220deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}
@keyframes colorrunScroller {
  0% {
    -webkit-filter: hue-rotate(220deg);
            filter: hue-rotate(220deg);
  }
  100% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}
@-webkit-keyframes scroller {
  0%, 25% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
}
@keyframes scroller {
  0%, 25% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50%, 100% {
    -webkit-transform: translateY(-2%);
    transform: translateY(-2%);
  }
}
@-webkit-keyframes txtFill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes txtFill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes showLight {
  0%, 40% {
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showLight {
  0%, 40% {
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showXray {
  0%, 40%, 80% {
    opacity: 0;
  }
  20%, 60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showXray {
  0%, 40%, 80% {
    opacity: 0;
  }
  20%, 60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hintColor {
  0% {
    background: #dd302f;
  }
  99%, 100% {
    background: #ffffff;
  }
}
@keyframes hintColor {
  0% {
    background: #dd302f;
  }
  99%, 100% {
    background: #ffffff;
  }
}
@-webkit-keyframes hint {
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
  }
}
@keyframes hint {
  50% {
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
  }
}
@-webkit-keyframes hintV {
  50% {
    -webkit-transform: rotate(90deg) scale(0.5, 1);
    transform: rotate(90deg) scale(0.5, 1);
  }
}
@keyframes hintV {
  50% {
    -webkit-transform: rotate(90deg) scale(0.5, 1);
    transform: rotate(90deg) scale(0.5, 1);
  }
}
@-webkit-keyframes dotHint {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
}
@keyframes dotHint {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
}
@-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 fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes showBar {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes showBar {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes wave1 {
  0% {
    -webkit-transform: translate(-86.5%, 0);
    transform: translate(-86.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes wave1 {
  0% {
    -webkit-transform: translate(-86.5%, 0);
    transform: translate(-86.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes wave2 {
  0% {
    -webkit-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes wave2 {
  0% {
    -webkit-transform: translate(-40%, 0);
    transform: translate(-40%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes wave3 {
  0% {
    -webkit-transform: translate(-45.5%, 0);
    transform: translate(-45.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes wave3 {
  0% {
    -webkit-transform: translate(-45.5%, 0);
    transform: translate(-45.5%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes wave4 {
  0% {
    -webkit-transform: translate(-65%, 0);
    transform: translate(-65%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes wave4 {
  0% {
    -webkit-transform: translate(-65%, 0);
    transform: translate(-65%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes row-2-up {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }
}
@keyframes row-2-up {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
  }
}
@-webkit-keyframes row-3-up {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }
}
@keyframes row-3-up {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -15%);
    transform: translate(0, -15%);
  }
}
@-webkit-keyframes row-1-down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 40%);
    transform: translate(0, 40%);
  }
}
@keyframes row-1-down {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 40%);
    transform: translate(0, 40%);
  }
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.eot") format("embedded-opentype"), url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TradeGothicLTPro";
  src: url("../fonts/TradeGothicLTPro-Bold.ttf") format("opentype"), url("../fonts/TradeGothicLTPro-Bold.woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TradeGothicLTW05-Bold";
  src: url("../fonts/TradeGothicLTW05-Bold.woff"), url("../fonts/TradeGothicLTW05-Bold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.8em;
  letter-spacing: 0;
  line-height: 1.125;
  color: white !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.6em;
}
#hd h2.txt-larger,
#hd .h2.txt-larger {
  font-size: 3.5em;
  letter-spacing: 0;
}
#hd h2.txt-smaller,
#hd .h2.txt-smaller {
  font-size: 2.75em;
  line-height: 1.2;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  color: #ffffff !important;
  letter-spacing: 0.018em;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.75em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.04em;
  font-weight: bold;
  line-height: 1.25;
}
#hd h6,
#hd .h6 {
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.25;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.016em;
  font-weight: 400;
}
#hd b,
#hd strong {
  font-weight: bold;
}
#hd small {
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.018em;
}
#hd .hd-nobr {
  white-space: nowrap;
}
#hd .bg-dark h2,
#hd .bg-dark .h2 {
  color: white !important;
}
#hd .bg-dark p {
  color: white !important;
}
#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 .txt-link {
  display: inline;
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  color: white;
  font-weight: 400;
  padding-right: 0.25em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: left;
  position: relative;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.225em;
  text-decoration-thickness: 1px;
}
#hd .txt-link span {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 0;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: hintRight;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: hintRight;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#hd .color-primary {
  color: #c3d1ff !important;
}
#hd .color-primary-light {
  color: #54fff8 !important;
}
#hd .color-primary-dark {
  color: #17239e !important;
}
#hd .color-light {
  color: #667fff !important;
}
#hd .color-secondary {
  color: #ffc441 !important;
}
#hd .color-info {
  color: #53c6e6 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-grey {
  color: #c8c8c8 !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-light-grey {
  color: #bbbbbb !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #c3d1ff !important;
  background-color: #ffd83d;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffd83d), to(#c3d1ff));
  background-image: linear-gradient(90deg, #ffd83d, #c3d1ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .color-gradient::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffc441;
}
#hd .color-gradient::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffc441;
}
#hd .color-gradient::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffc441;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}

/*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: 1280px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.75em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 3em;
  }
  #hd h2.txt-smaller,
  #hd .h2.txt-smaller {
    font-size: 2.5em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1.25em;
    letter-spacing: 0.04em;
  }
  #hd h6,
  #hd .h6 {
    font-size: 1em;
  }
  #hd p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.5em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2.75em;
  }
  #hd h2.txt-smaller,
  #hd .h2.txt-smaller {
    font-size: 2.25em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  #hd {
    font-size: 14px;
  }
}
@media screen and (max-width: 620px) {
  #hd h2,
  #hd .h2 {
    font-size: 1.75em;
  }
  #hd h2.txt-larger,
  #hd .h2.txt-larger {
    font-size: 2em;
  }
  #hd h2.txt-smaller,
  #hd .h2.txt-smaller {
    font-size: 1.5em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.125em;
  }
  #hd h5,
  #hd .h5 {
    font-size: 1em;
    letter-spacing: 0.02em;
  }
  #hd h6,
  #hd .h6 {
    font-size: 0.9em;
  }
  #hd .txt-link {
    font-size: 1.25em;
    line-height: 1.5;
    padding-right: 0.1em;
  }
}
#hd {
  clip-path: inset(0 0 0 0);
}
#hd .hd-nav {
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1em 0.5em;
  border-radius: 1em;
  position: fixed;
  z-index: 9;
  top: 50%;
  right: 50px;
  opacity: 1;
  mix-blend-mode: difference;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
#hd .hd-nav > img {
  width: 0.35em;
  margin: 0 auto;
}
#hd .hd-nav ul {
  margin-bottom: 2.5em;
}
#hd .hd-nav li {
  display: block;
  position: relative;
}
#hd .hd-nav li span {
  display: block;
  width: 0.5em;
  height: 0.25em;
  border: 1px solid white;
  border-radius: 1px;
  opacity: 0.75;
  margin: 0.25em 0;
}
#hd .hd-nav li span:before {
  content: "";
  display: block;
  width: 2.875em;
  height: 1px;
  background: white;
  position: absolute;
  top: 0.125em;
  right: 100%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -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-nav li.hd-active span {
  background: white;
}
#hd .hd-nav li.hd-active span:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .hd-nav li.hd-active .hd-tooltip {
  opacity: 1;
}
#hd .hd-nav .hd-tooltip {
  width: auto;
  height: 20em;
  font-family: "ROGFonts", "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: 100%;
  top: 100%;
  margin: 0.5em 1em 0 0;
  opacity: 0;
}

@media screen and (min-width: 2560px) {
  #hd .hd-nav {
    font-size: 16px;
    right: 100px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .hd-nav {
    right: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-nav {
    font-size: 12px;
    right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-nav {
    display: none;
  }
  #hd .hd-nav ul li .hd-tooltip {
    display: none;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1400 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1400 {
  max-width: 1400px;
}
#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;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900, #hd .hd-w1000 {
    max-width: 1260px;
  }
  #hd .hd-w1100 {
    max-width: 1366px;
  }
  #hd .hd-w1200,
  #hd .hd-w1400 {
    max-width: 1600px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900, #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100 {
    max-width: 2000px;
  }
  #hd .hd-w1200,
  #hd .hd-w1400 {
    max-width: 2200px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-d-1280-block {
    display: block !important;
  }
  #hd .hd-d-1280-none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none !important;
  }
  #hd .hd-d-1023-block {
    display: block !important;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block !important;
  }
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1400 {
    width: 90%;
  }
}
@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: 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;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none !important;
  }
  #hd .hd-d-480-block {
    display: block !important;
  }
}
#hd .hd-btn {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: white;
  padding: 0.4em 0;
  margin: 2em 0;
  position: relative;
}
#hd .hd-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -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:hover:after, #hd .hd-btn:focus-visible:after {
  -webkit-transform: scale(0.8, 1);
  transform: scale(0.8, 1);
}
#hd .hd-btn:active:after {
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

@media screen and (max-width: 1280px) {
  #hd .hd-btn {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-btn {
    margin: 1em 0;
  }
}
#hd .hd-dots {
  text-align: center;
  margin: 2em auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
#hd .hd-dots li {
  display: inline-block;
  width: 3.5em;
  height: 0.3em;
  margin: 0.25em;
  background: #222;
  cursor: pointer;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease;
}
#hd .hd-dots li.hd-active {
  background: white;
  cursor: default;
}

@media screen and (max-width: 1280px) {
  #hd .hd-dots {
    margin: 1em auto;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-dots {
    font-size: 12px;
    position: relative;
    margin-bottom: 0;
  }
  #hd .hd-dots li {
    width: 2em;
  }
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-control {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 1em;
  bottom: 1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#hd .vid-control img {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}

@media screen and (max-width: 620px) {
  #hd .vid-control {
    width: 48px;
    height: 48px;
  }
}
body.no-scroll {
  overflow: hidden;
}

#hd .hd-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000;
}
#hd .hd-lightbox .hd-filter {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
#hd .hd-lightbox .hd-box {
  width: 80%;
  height: auto;
  max-width: 1280px;
  max-height: 720px;
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#hd .hd-lightbox .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#hd .hd-lightbox .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-close {
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
#hd .hd-lightbox .hd-close:hover > span {
  background: #c3d1ff;
}
#hd .hd-lightbox .hd-close > span {
  display: block;
  width: 1.5em;
  height: 2px;
  background: white;
  border-radius: 1.5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-lightbox .hd-close > span:first-child {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#hd .hd-lightbox .hd-close > span:last-child {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#hd .trigger-play {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-box {
    width: 90%;
    margin-top: 50px;
  }
  #hd .hd-lightbox .hd-close {
    width: 2.75em;
    height: 2.75em;
  }
  #hd .hd-lightbox .hd-close > span {
    width: 1.25em;
    height: 2px;
  }
}
#hd .fix-bg {
  position: relative;
  overflow: hidden;
}
#hd .bg-dark {
  background: #222;
}
#hd .title-deco {
  display: inline-block;
  position: relative;
  z-index: 2;
}
#hd .title-deco:before, #hd .title-deco:after {
  content: "";
  display: block;
  position: absolute;
  width: 3em;
  height: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 0.3em;
  background: url(../img/title-deco.png) center no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#hd .title-deco:before {
  width: 7em;
  padding-bottom: 0.55em;
  bottom: -0.1em;
  left: -0.5em;
  -webkit-transition: -webkit-transform 0.25s 0.1s ease-in-out;
  transition: -webkit-transform 0.25s 0.1s ease-in-out;
  transition: transform 0.25s 0.1s ease-in-out;
  transition: transform 0.25s 0.1s ease-in-out, -webkit-transform 0.25s 0.1s ease-in-out;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: hard-light;
}
#hd .title-deco:after {
  width: 4em;
  bottom: -0.2em;
  left: -5em;
  background: url(../img/title-deco.jpg) center no-repeat;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  z-index: -2;
  opacity: 0.8;
  mix-blend-mode: color-dodge;
}
#hd .title-deco.is-animated:before, #hd .title-deco.is-animated:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .title-deco.is-animated span:before, #hd .title-deco.is-animated span:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .title-deco.is-animated span:before {
  opacity: 1;
}
#hd .title-deco.is-animated span:after {
  clip-path: inset(0 0 0 0);
}
#hd .feature-container {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
#hd .feature-container li {
  padding: 0 0.5em;
  margin-bottom: 2em;
}
#hd .feature-container h3 {
  margin-bottom: 0;
}
#hd .feature-container h3 small {
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  color: white;
}
#hd .hd-tabs {
  margin-bottom: 3em;
}
#hd .hd-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2.5em 0 1.5em;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  position: relative;
  cursor: pointer;
}
#hd .hd-tabs li:before, #hd .hd-tabs li:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #dd302f;
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#hd .hd-tabs li:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .hd-tabs li.hd-active {
  border-color: #dd302f;
}
#hd .hd-tabs li.hd-active:before, #hd .hd-tabs li.hd-active:after {
  opacity: 0;
}
#hd .hd-tabs li.hd-active h3 {
  color: #dd302f !important;
  opacity: 1;
  cursor: default;
}
#hd .hd-tabs li:hover:before, #hd .hd-tabs li:hover:after {
  -webkit-animation-iteration-count: infinite !important;
          animation-iteration-count: infinite !important;
}
#hd .hd-tabs h3 {
  width: auto;
  font-size: 1.5em;
  letter-spacing: 0.06em;
  padding: 0.35em 0;
  margin-bottom: 0;
  opacity: 0.75;
  text-align: center;
}
#hd .hd-tabs.is-animated li:before {
  -webkit-animation: hint 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
          animation: hint 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
}
#hd .hd-tabs.is-animated li:after {
  -webkit-animation: hintV 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
          animation: hintV 1s -0.5s ease 3 both, hintColor 4s 0s ease 1 both;
}
#hd .hd-trigger-dot {
  width: 2.5em;
  height: 2.5em;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
#hd .hd-trigger-dot:before, #hd .hd-trigger-dot:after {
  content: "";
  display: block;
  width: 35%;
  height: 35%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .hd-trigger-dot:before {
  background: rgba(255, 255, 255, 0.1);
}
#hd .hd-trigger-dot:after {
  background: white;
}
#hd .hd-trigger-dot:hover, #hd .hd-trigger-dot:focus-visible {
  opacity: 1 !important;
}
#hd .hd-trigger-dot:hover:before, #hd .hd-trigger-dot:hover:after, #hd .hd-trigger-dot:focus-visible:before, #hd .hd-trigger-dot:focus-visible:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .is-animated .hd-trigger-dot:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: dotHint;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: dotHint;
  animation-timing-function: ease;
  animation-iteration-count: 5;
  animation-fill-mode: both;
}

@media screen and (max-width: 1280px) {
  #hd .hd-tabs li {
    padding: 0 1em 0 0.5em;
  }
  #hd .hd-tabs li.hd-active:before, #hd .hd-tabs li.hd-active:after {
    right: 1em;
  }
  #hd .feature-container h3 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-trigger-dot:after {
    width: 30%;
    height: 30%;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-tabs {
    margin-bottom: 1em;
  }
  #hd .hd-tabs h3 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 480px) {
  #hd .feature-container {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  #hd .feature-container li {
    padding: 0 0.25em;
    margin-bottom: 1em;
  }
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
}
#hd .swiper-pagination-bullet {
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  margin: 0.25em;
  background: white;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.75em;
  background-color: #c3d1ff;
}
#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;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1em auto;
}
#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;
  z-index: 2;
}
#hd .swiper-pause-btn img {
  width: 70%;
}
#hd .swiper-pause-btn svg {
  width: 150%;
  height: 150%;
  position: absolute;
  top: -25%;
  left: -25%;
}
#hd .swiper-pause-btn .play {
  display: none;
}
#hd .swiper-pause-btn[aria-pressed=true] .play {
  display: block;
}
#hd .swiper-pause-btn[aria-pressed=true] .pause {
  display: none;
}

@media screen and (max-width: 1024px) {
  #hd .swiper-pagination-bullet {
    width: 0.6em;
    height: 0.6em;
    margin: 0.25em;
  }
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-pagination-wrapper {
    margin: 0.5em auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .swiper-pagination-wrapper {
    position: relative;
  }
}
#hd .sec-kv {
  position: relative;
  background-color: #000;
}
#hd .sec-kv .h1 {
  position: absolute;
  font-size: 5vw;
  text-align: center;
  bottom: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: "ROGFonts", "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
  opacity: 0;
}
#hd .sec-kv h2 {
  text-align: center;
  font-size: 3.6em;
  margin-bottom: 0.3em;
}
#hd .sec-kv figure {
  position: relative;
}
#hd .sec-kv figure img {
  width: 100%;
}
#hd .sec-kv figure .cover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#hd .sec-kv figure .cover-3 {
  opacity: 0;
}
#hd .sec-kv figure .cover-4 {
  opacity: 0;
}
#hd .sec-kv figure .cover-5 {
  opacity: 0;
}
#hd .sec-kv figure span {
  position: absolute;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transform: rotate(-31deg);
  transform: rotate(-31deg);
  bottom: 19%;
  left: -2%;
}
#hd .sec-kv .hd-content {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
}
#hd .sec-kv .hd-content h2 {
  position: relative;
}

@media screen and (max-width: 1280px) {
  #hd .sec-kv {
    padding-bottom: 5em;
    padding-top: 50px;
  }
  #hd .sec-kv:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 52px;
    top: -1px;
    left: 0;
    background-color: white;
  }
  #hd .sec-kv .hd-content {
    top: 18%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-kv h2 {
    font-size: 3em;
  }
  #hd .sec-kv .h1 {
    position: relative;
    opacity: 1;
    font-size: 7vw;
    margin-top: -10%;
  }
  #hd .sec-kv .hd-content-row {
    position: relative;
  }
  #hd .sec-kv .hd-content {
    top: 0;
    margin-top: -7%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv {
    padding-bottom: 9em;
  }
  #hd .sec-kv h2 {
    font-size: 2.4em;
  }
  #hd .sec-kv .hd-content-1 h2, #hd .sec-kv .hd-content-1 p {
    text-shadow: 0 0 2px black;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .h1 {
    font-size: 7vw;
    -webkit-text-stroke-width: 1px;
  }
  #hd .sec-kv h2 {
    font-size: 2em;
  }
}
#hd .sec-size {
  padding: 6em 0 8em;
}
#hd .sec-size figure {
  position: relative;
}
#hd .sec-size figure img {
  width: 100%;
}
#hd .sec-size figure img.cover {
  position: absolute;
  top: 0;
  left: 0;
}

#hd .sec-material {
  padding: 20em 0 28em;
  position: relative;
  overflow: hidden;
  background: #121212;
}
#hd .sec-material .deco-container {
  width: 31%;
  background: black;
  position: absolute;
  left: 4%;
  bottom: 10%;
  opacity: 0.8;
}
#hd .sec-material .deco-container img {
  width: 100%;
}
#hd .sec-material .deco-container .eye-2 {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-material .deco-container .hd-gradient {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3551a4;
  background-image: linear-gradient(43deg, #3551a4, #2c8ec4, #31cdb0, #3551a4, #2c8ec4, #31cdb0);
  background-size: 250% auto;
  mix-blend-mode: multiply;
  margin: 1px;
}
#hd .sec-material .deco-container .hd-light {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #555;
  background-image: -webkit-gradient(linear, left top, right top, from(#555), color-stop(white), color-stop(#555), to(white));
  background-image: linear-gradient(90deg, #555, white, #555, white);
  background-size: 250% auto;
  mix-blend-mode: overlay;
  margin: 1px;
}
#hd .sec-material .title-deco {
  margin-bottom: 1em;
}
#hd .sec-material .title-deco:before, #hd .sec-material .title-deco:after {
  margin-bottom: -0.2em;
}
#hd .sec-material .title-deco:before {
  width: 5.5em;
  padding-bottom: 0.2em;
  margin-bottom: -0.4em;
}
#hd .sec-material .title-deco:after {
  width: 3em;
  padding-bottom: 0.175em;
  left: 3em;
}
#hd .sec-material h2 {
  font-size: 2.6em;
  margin-bottom: 0.4em;
}
#hd .sec-material p {
  margin: 0 auto 1.4em;
}
#hd .sec-material figure {
  position: relative;
}
#hd .sec-material figure img {
  width: 100%;
}
#hd .sec-material figure:before, #hd .sec-material figure:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 1.2%;
  height: 0;
  background-size: cover;
  background-position: center;
}
#hd .sec-material figure:after {
  right: 3%;
  bottom: -24%;
  padding-top: 32%;
  background-image: url("../img/material/deco.svg");
}
#hd .sec-material figure.is-animated:before, #hd .sec-material figure.is-animated:after {
  -webkit-animation-delay: 0.2s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.2s;
  animation-duration: 0.5s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-material .hd-content .img-container {
  width: 40%;
  position: absolute;
}
#hd .sec-material .hd-content .img-container .hd-line,
#hd .sec-material .hd-content .img-container .hd-focus,
#hd .sec-material .hd-content .img-container .hd-frame {
  opacity: 0;
}
#hd .sec-material .hd-content .img-container .hd-frame,
#hd .sec-material .hd-content .img-container .hd-line {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-material .hd-content .img-container .hd-line {
  -webkit-transform: translate(10%, 0);
  transform: translate(10%, 0);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.25s ease;
  transition: transform 0.4s ease, opacity 0.25s ease, -webkit-transform 0.4s ease;
}
#hd .sec-material .hd-content .img-container .hd-focus {
  -webkit-transform-origin: 30% center;
          transform-origin: 30% center;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.25s 0.25s ease, -webkit-transform 0.4s 0.25s ease;
  transition: opacity 0.25s 0.25s ease, -webkit-transform 0.4s 0.25s ease;
  transition: transform 0.4s 0.25s ease, opacity 0.25s 0.25s ease;
  transition: transform 0.4s 0.25s ease, opacity 0.25s 0.25s ease, -webkit-transform 0.4s 0.25s ease;
}
#hd .sec-material .hd-content .img-container .hd-frame {
  -webkit-transform-origin: 30% center;
          transform-origin: 30% center;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: opacity 0.25s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
  transition: opacity 0.25s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
  transition: transform 0.4s 0.4s ease, opacity 0.25s 0.4s ease;
  transition: transform 0.4s 0.4s ease, opacity 0.25s 0.4s ease, -webkit-transform 0.4s 0.4s ease;
}
#hd .sec-material .hd-content .img-container.is-animated .hd-line,
#hd .sec-material .hd-content .img-container.is-animated .hd-focus,
#hd .sec-material .hd-content .img-container.is-animated .hd-frame {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-material .hd-content .txt {
  position: absolute;
}
#hd .sec-material .hd-content .txt:after {
  content: "";
  position: absolute;
  left: -3em;
  top: -3em;
  width: 4em;
  height: 4em;
  background-image: url("../img/material/deco-focus.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hd .sec-material .hd-content.top .img-container {
  top: -37%;
  left: 3%;
}
#hd .sec-material .hd-content.top .txt {
  width: 62%;
  bottom: 100%;
  right: 0;
}
#hd .sec-material .hd-content.bottom .img-container {
  top: 84%;
  right: 14%;
}
#hd .sec-material .hd-content.bottom .txt {
  width: 60%;
  max-width: 600px;
  top: 103%;
  right: 43%;
}

@media screen and (min-width: 2560px) {
  #hd .sec-material .hd-content.bottom .txt {
    max-width: 700px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-material .hd-content.bottom .txt {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-material {
    padding: 20em 0 24em;
  }
  #hd .sec-material .deco-container {
    bottom: 2%;
  }
  #hd .sec-material .hd-content.bottom .img-container {
    right: -3%;
    top: 78%;
  }
  #hd .sec-material .hd-content.bottom .txt {
    right: 25%;
    width: 77%;
  }
  #hd .sec-material figure.is-animated:after {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-material h2 {
    font-size: 2.1em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-material {
    padding: 20em 0 20em;
  }
  #hd .sec-material h2 {
    font-size: 1.6em;
  }
  #hd .sec-material .hd-content.top .txt {
    width: 69%;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-material p {
    font-size: 0.9em;
  }
  #hd .sec-material .deco-container {
    display: none;
  }
}
#hd .sec-cool {
  position: relative;
  padding: 6em 0 0;
  background: #121212;
}
#hd .sec-cool figure {
  position: relative;
  margin-top: -12%;
}
#hd .sec-cool figure img {
  width: 100%;
}
#hd .sec-cool figure .hd-cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-cool .hd-container {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1280px) {
  #hd .sec-cool {
    padding: 4em 0 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-cool {
    padding: 4em 0 0;
  }
}
#hd .sec-other {
  position: relative;
  padding: 6em 0;
  background-color: white;
  overflow: hidden;
}
#hd .sec-other h2 {
  position: relative;
  z-index: 3;
}
#hd .sec-other .hd-deco img {
  position: absolute;
  top: 10%;
  left: 5%;
  width: auto;
  height: 85%;
  opacity: 0;
}
#hd .sec-other .hd-deco img[aria-current=true] {
  opacity: 0.3;
}
#hd .sec-other .hd-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-other .tab-filter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 2em auto 0.75em;
  text-align: center;
  z-index: 53;
  border-radius: 10em;
}
#hd .sec-other .tab-filter button {
  font-family: "TradeGothicLTW05-Bold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6em;
  line-height: 1;
  letter-spacing: -0.018em;
  padding: 0.5em 1.5em;
  color: #999;
  border: 1px solid #999;
  cursor: pointer;
  margin: 0 0.3em;
  background-color: black;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .sec-other .tab-filter button:hover, #hd .sec-other .tab-filter button:focus-visible {
  color: white;
  border: 1px solid white;
}
#hd .sec-other .tab-filter button[aria-selected=true] {
  cursor: default;
  color: white;
  border: 1px solid white;
  background-color: #222;
}
#hd .sec-other .tab-filter button[aria-selected=true]:before {
  content: "";
  position: absolute;
  left: 0.6em;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.6em;
  height: 0.6em;
  background-image: url("../img/other/arrow.png");
  background-size: cover;
}
#hd .sec-other .tab-content img {
  width: 100%;
}
#hd .sec-other .tab-content > div {
  position: relative;
  display: none;
  z-index: 2;
}
#hd .sec-other .tab-content > div[aria-current=true] {
  display: block;
}

@media screen and (min-width: 3000px) {
  #hd .sec-other .hd-w900 {
    max-width: 1600px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-other {
    padding: 4em 0;
  }
  #hd .sec-other .hd-deco img {
    top: auto;
    bottom: 5%;
    left: 2%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-other .tab-filter button {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-other .tab-filter button {
    font-size: 1.1em;
    padding: 0.5em 1em;
  }
  #hd .sec-other .tab-filter button[aria-selected=true]:before {
    left: 0.4em;
  }
}
/*# sourceMappingURL=hd-style.css.map */