@charset "UTF-8";
@import '../lib/swiper/swiper-bundle.min.css';
/*  Width and Height */
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto-condensed.css");
#special-sectionOverview {
  margin-bottom: 100px;
}

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

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

/* ---------- RESET ---------- */
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #bd62ff;
}
#hd * ::selection {
  background: #1d2124;
  color: #bd62ff;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #bd62ff;
}
#hd ul,
#hd li,
#hd figure {
  margin: 0;
  padding: 0;
}
#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
  font: inherit;
  padding: 0;
  margin: 0;
}
#hd img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0;
}
#hd img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#hd iframe,
#hd video {
  max-width: 100%;
}
#hd button {
  display: block;
  font: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
#hd {
  /* ---------- SCREEN READER ---------- */
}
#hd .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#hd a:focus-visible, #hd button:focus-visible, #hd input:focus-visible, #hd select:focus-visible, #hd textarea:focus-visible,
#hd [role=button]:focus-visible,
#hd [tabindex="0"]:focus-visible {
  outline: 2px solid #bd62ff;
  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 slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes kvInLight {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes kvInLight {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes kvInPd {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%) scale(0.9);
    transform: translateY(5%) scale(0.9);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes kvInPd {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%) scale(0.9);
    transform: translateY(5%) scale(0.9);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes kvInTxt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%) scale(0.9);
    transform: translateY(5%) scale(0.9);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes kvInTxt {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%) scale(0.9);
    transform: translateY(5%) scale(0.9);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.2;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.2;
  }
}
@-webkit-keyframes hintSlideArrow {
  50% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@keyframes hintSlideArrow {
  50% {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@-webkit-keyframes showMark {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes showMark {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes txtFill {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 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 0, 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 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 zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes audioPlaying {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(359deg) scale(1.1);
    transform: rotate(359deg) scale(1.1);
  }
}
@keyframes audioPlaying {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(359deg) scale(1.1);
    transform: rotate(359deg) scale(1.1);
  }
}
@-webkit-keyframes highlight {
  0%, 75% {
    -webkit-box-shadow: 0 0 0 0.25em rgba(195, 115, 253, 0.125);
            box-shadow: 0 0 0 0.25em rgba(195, 115, 253, 0.125);
  }
  50%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(195, 115, 253, 0.25);
            box-shadow: 0 0 0 0 rgba(195, 115, 253, 0.25);
  }
}
@keyframes highlight {
  0%, 75% {
    -webkit-box-shadow: 0 0 0 0.25em rgba(195, 115, 253, 0.125);
            box-shadow: 0 0 0 0.25em rgba(195, 115, 253, 0.125);
  }
  50%, 100% {
    -webkit-box-shadow: 0 0 0 0 rgba(195, 115, 253, 0.25);
            box-shadow: 0 0 0 0 rgba(195, 115, 253, 0.25);
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.75em;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.125;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.5em;
}
#hd h2.txt-larger,
#hd .h2.txt-larger {
  font-size: 3.3em;
  letter-spacing: 0;
}
#hd h2.txt-smaller,
#hd .h2.txt-smaller {
  font-size: 2.75em;
  line-height: 1.2;
}
#hd h2.title-deco,
#hd .h2.title-deco {
  position: relative;
  margin-top: 1em;
}
#hd h2.title-deco:before,
#hd .h2.title-deco:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/deco-title.png) 0 0 no-repeat;
  background-size: 50%;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 0.3em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "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;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  letter-spacing: 0.04em;
  font-weight: normal;
  line-height: 1.25;
}
#hd h6,
#hd .h6 {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  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: normal;
}
#hd small {
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0.018em;
}
#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: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.125em;
  line-height: 1.25;
  color: white;
  font-weight: 400;
  padding-right: 0.25em;
  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 .txt-link:hover, #hd .txt-link:focus-visible {
  color: #c373fd;
}
#hd .color-primary {
  color: #bd62ff !important;
}
#hd .color-primary-light {
  color: #c373fd !important;
}
#hd .color-primary-dark {
  color: #17239e !important;
}
#hd .color-light {
  color: #8074de !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-rog {
  color: #e50019 !important;
}
#hd .color-highlight {
  color: #e50019 !important;
}
#hd .color-light-grey {
  color: #bbbbbb !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #bd62ff !important;
  background-color: #92a0ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#92a0ff), to(#fea0fb));
  background-image: linear-gradient(90deg, #92a0ff, #fea0fb);
  background-size: 100% 130%;
  background-position: center top;
  -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 .color-gradient-secondary {
  background-color: #e400ff;
  background-image: -webkit-gradient(linear, left top, right top, from(#e400ff), to(#900dff));
  background-image: linear-gradient(90deg, #e400ff, #900dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .nobr {
  white-space: nowrap;
}

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

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

@media screen and (max-width: 1600px) {
  #hd .hd-nav a span {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1400 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1366 {
  max-width: 1366px;
}
#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 {
    max-width: 1100px;
  }
  #hd .hd-w1000 {
    max-width: 1260px;
  }
  #hd .hd-w1100 {
    max-width: 1366px;
  }
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1460px;
  }
  #hd .hd-w1400 {
    max-width: 1600px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900 {
    max-width: 1400px;
  }
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100 {
    max-width: 2000px;
  }
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2200px;
  }
  #hd .hd-w1400 {
    max-width: 2600px;
  }
}
@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-w1366 {
    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 .fix-bg {
  background: url(../img/bg-fix.jpg) center no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
#hd .bg-dark {
  background: #0b1347;
}
#hd .bg-gradient {
  background-color: #320478;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#320478), to(#120147));
  background-image: linear-gradient(180deg, #320478, #120147);
}

#hd .hd-btn {
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0;
  color: white;
  background-color: #ffa132;
  background-image: linear-gradient(155deg, #ffa132, #e400ff 10%, #4e00ff 30%);
  background-size: 125% 100%;
  padding: 0.8em 2em 0.7em;
  margin: 1.5em 0 0;
  position: relative;
  -webkit-transition: background-position 0.25s, -webkit-transform 0.25s;
  transition: background-position 0.25s, -webkit-transform 0.25s;
  transition: background-position 0.25s, transform 0.25s;
  transition: background-position 0.25s, transform 0.25s, -webkit-transform 0.25s;
}
#hd .hd-btn i {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.7em;
  border-color: transparent transparent transparent #FFFFFF;
  margin-left: 0.5em;
  margin-bottom: 0.125em;
}
#hd .hd-btn:hover, #hd .hd-btn:focus-visible {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .hd-btn:active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 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 .list-decimal > li, #hd .list-lower-roman > li, #hd .list-lower-alpha > li {
  list-style-type: decimal;
  list-style-position: outside;
  line-height: 1.25;
  position: relative;
  padding-left: 0.5em;
  margin-left: 1em;
  margin-bottom: 0.25em;
}
#hd .list-lower-alpha > li {
  list-style-type: lower-alpha;
}
#hd .list-lower-roman > li {
  list-style-type: lower-roman;
}
#hd .list-disc > li {
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.125em;
}
#hd .list-disc > li:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0.4em;
  left: 0;
}
#hd .list-arrow > li {
  line-height: 1.25;
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 0.125em;
}
#hd .list-arrow > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0 0.3em 0.4em;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 0.25em;
  left: 0;
}
#hd .color-grey .list-disc > li:before {
  background: #c8c8c8;
}

#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: #0b1347;
  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: calc(100vh - 100px);
  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 .hd-content {
  height: 100%;
  overflow-y: auto;
}
#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: #8074de;
}
#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 .hd-lightbox.is-expanded {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  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 .hd-box {
  max-height: calc(100vh - 80px);
  background: #0b1347;
  overflow-y: auto;
  overflow-x: hidden;
}
#hd .hd-panel .hd-close {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: black;
  border: 1px solid white;
  top: 0;
  bottom: auto;
  margin: 20px;
}
#hd .hd-panel .hd-container {
  padding: 60px 8%;
}
#hd .trigger-panel,
#hd .trigger-play {
  cursor: pointer;
}

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1600px;
    max-height: 900px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox {
    font-size: 20px;
  }
}
@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 .hd-panel {
    font-size: 12px;
    padding: 40px;
  }
  #hd .hd-panel .hd-close {
    margin: 10px;
  }
}
#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: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-trigger-dot:after {
    width: 30%;
    height: 30%;
  }
}
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
}
#hd .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 6px;
  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: 50px;
}
#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;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  position: relative;
  inset: 0;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin: 0 10px;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  display: none;
}
#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
  background-color: #777;
  opacity: 1;
}
#hd .swiper-button-prev {
  background: white url(../img/arrow-left.svg) center no-repeat;
  background-size: 30%;
}
#hd .swiper-button-next {
  background: white url(../img/arrow-right.svg) center no-repeat;
  background-size: 30%;
}
#hd .swiper-simple .swiper-slide {
  max-width: 1100px;
  width: 90%;
  padding: 0 50px;
}
#hd .swiper-simple .swiper-slide figure {
  background: black;
}
#hd .swiper-simple .swiper-slide .hd-img-container {
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#hd .swiper-simple .swiper-slide .hd-content {
  max-width: 49em;
  padding: 24px 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
#hd .swiper-simple .swiper-slide.swiper-slide-active .hd-img-container {
  opacity: 1;
}
#hd .swiper-simple .swiper-slide.swiper-slide-active .hd-content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.4s 0.25s, -webkit-transform 0.8s 0.25s ease-in-out;
  transition: opacity 0.4s 0.25s, -webkit-transform 0.8s 0.25s ease-in-out;
  transition: opacity 0.4s 0.25s, transform 0.8s 0.25s ease-in-out;
  transition: opacity 0.4s 0.25s, transform 0.8s 0.25s ease-in-out, -webkit-transform 0.8s 0.25s ease-in-out;
}
#hd .swiper-simple .swiper-button-prev,
#hd .swiper-simple .swiper-button-next {
  width: 60px;
  height: 44px;
  top: 80%;
}
#hd .swiper-simple .swiper-button-prev:after,
#hd .swiper-simple .swiper-button-next:after {
  display: none;
}
#hd .swiper-simple .swiper-button-prev.swiper-button-disabled,
#hd .swiper-simple .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
#hd .swiper-simple .swiper-button-prev {
  background: white url(../img/arrow-left.svg) center no-repeat;
  background-size: contain;
  left: auto;
  right: 80%;
}
#hd .swiper-simple .swiper-button-next {
  background: white url(../img/arrow-right.svg) center no-repeat;
  background-size: contain;
  right: auto;
  left: 80%;
}
#hd .swiper-simple .swiper-pagination-bullet {
  height: 6px;
  width: 60px;
  background: #686868;
  margin: 6px;
}
#hd .swiper-simple .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
#hd .is-animated .swiper-simple .swiper-button-prev:not(.swiper-button-disabled) {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: hintSlideArrow;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: hintSlideArrow;
  animation-timing-function: ease;
  animation-iteration-count: 5;
  animation-fill-mode: both;
}
#hd .is-animated .swiper-simple .swiper-button-next:not(.swiper-button-disabled) {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: hintSlideArrow;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 5;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: hintSlideArrow;
  animation-timing-function: ease;
  animation-iteration-count: 5;
  animation-fill-mode: both;
}

@media screen and (min-width: 2560px) {
  #hd .swiper-simple .swiper-slide {
    max-width: 1366px;
    padding: 0 80px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .swiper-simple .swiper-slide {
    max-width: 2000px;
    padding: 0 100px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .swiper-simple .swiper-button-prev {
    right: 85%;
  }
  #hd .swiper-simple .swiper-button-next {
    left: 85%;
  }
}
@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;
  }
  #hd .swiper-simple .swiper-button-prev,
  #hd .swiper-simple .swiper-button-next {
    width: 44px;
    height: 44px;
    top: 65%;
  }
  #hd .swiper-simple .swiper-button-prev {
    right: 90%;
  }
  #hd .swiper-simple .swiper-button-next {
    left: 90%;
  }
}
@media screen and (max-width: 1023px) {
  #hd .swiper-simple .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .swiper-simple .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 90%;
    padding: 0 0 4%;
    margin: 0 auto;
  }
  #hd .swiper-simple .swiper-slide .hd-img-container {
    opacity: 1;
  }
  #hd .swiper-simple .swiper-slide .hd-content {
    max-width: 49em;
    padding: 24px 0;
    margin: 0 auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@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 {
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
#hd .sec-kv .hd-img-container {
  margin-top: 0;
  position: relative;
}
#hd .sec-kv .hd-img-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black 99%);
}
#hd .sec-kv .hd-img-container h2 {
  font-size: 4.25vw;
  position: absolute;
  top: 5.6%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: opacity 0.4s, -webkit-transform 0.8s;
  transition: opacity 0.4s, transform 0.8s;
  transition: opacity 0.4s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
#hd .sec-kv .hd-img-container h2:before {
  content: attr(data-txt);
  color: black;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.5), 1px -1px 0 rgba(255, 255, 255, 0.5), -1px 1px 0 rgba(255, 255, 255, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.5);
  clip-path: inset(0 0 40% 0);
  position: absolute;
  bottom: 0.35em;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}
#hd .sec-kv .hd-bg {
  width: 100%;
  position: relative;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: -webkit-filter 1s ease-in-out;
  transition: -webkit-filter 1s ease-in-out;
  transition: filter 1s ease-in-out;
  transition: filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
}
#hd .sec-kv .hd-light {
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  mix-blend-mode: screen;
}
#hd .sec-kv .hd-pd {
  width: 90%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
}
#hd .sec-kv .hd-deco {
  position: absolute;
  opacity: 0;
}
#hd .sec-kv .deco-left {
  width: 0.85%;
  bottom: -12%;
  left: 4%;
}
#hd .sec-kv .deco-right {
  width: 2%;
  top: 9%;
  right: 4%;
}
#hd .sec-kv .hd-container {
  position: relative;
  margin-top: -23%;
  margin-bottom: 5%;
}
#hd .sec-kv .hd-content {
  max-width: 45em;
  margin: 0 auto;
}
#hd .sec-kv .hd-content p {
  font-weight: 300;
}
#hd .sec-kv .txt-larger {
  font-size: 1.3em;
  margin-right: -1em;
}
#hd .sec-kv.is-animated .hd-img-container h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-kv.is-animated .hd-img-container h2:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-kv.is-animated .hd-bg {
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#hd .sec-kv.is-animated .hd-light {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: kvInLight;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: kvInLight;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-pd {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: kvInPd;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.8s;
  animation-name: kvInPd;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(1) {
  -webkit-animation-delay: 0.86s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.86s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(2) {
  -webkit-animation-delay: 0.92s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.92s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(3) {
  -webkit-animation-delay: 0.98s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.98s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(4) {
  -webkit-animation-delay: 1.04s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.04s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(5) {
  -webkit-animation-delay: 1.1s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.1s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(6) {
  -webkit-animation-delay: 1.16s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.16s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(7) {
  -webkit-animation-delay: 1.22s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.22s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(8) {
  -webkit-animation-delay: 1.28s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.28s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .hd-ch:nth-child(9) {
  -webkit-animation-delay: 1.34s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: kvInTxt;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.34s;
  animation-duration: 0.6s;
  animation-name: kvInTxt;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.69, 1.1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .deco-left {
  -webkit-animation-delay: 1s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1s;
  animation-duration: 0.6s;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv.is-animated .deco-right {
  -webkit-animation-delay: 1.4s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 1.4s;
  animation-duration: 0.6s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 1024px) {
  #hd .sec-kv .hd-content {
    max-width: 40em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-kv {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .hd-img-container {
    width: 130%;
    margin-left: -17%;
  }
  #hd .sec-kv .hd-img-container h2 {
    font-size: 6vw;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .hd-img-container {
    width: 150%;
    margin-left: -25%;
  }
  #hd .sec-kv .hd-img-container h2 {
    font-size: 6vw;
  }
  #hd .sec-kv .txt-larger {
    font-size: 1.125em;
  }
}
#hd .sec-video {
  position: relative;
  overflow: hidden;
}
#hd .sec-video h3 {
  width: 90%;
  font-size: 1.25em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 3em;
  z-index: 3;
}
#hd .sec-video .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 47.656%;
  position: relative;
  overflow: hidden;
}
#hd .sec-video video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-video .vid-control {
  right: 15%;
  bottom: 0.5em;
  z-index: 3;
}
#hd .sec-video .trigger-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}
#hd .sec-video .trigger-video img {
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
}
#hd .sec-video .trigger-video:after {
  content: "";
  display: block;
  width: 10em;
  height: 10em;
  border-radius: 5em;
  background: rgba(0, 0, 0, 0.6) url(../img/video/play-video.svg) center no-repeat;
  background-size: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0.25s 0.1s ease-in, -webkit-transform 0.25s ease-in;
  transition: background 0.25s 0.1s ease-in, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, -webkit-transform 0.25s ease-in;
}
#hd .sec-video .trigger-video:hover:after, #hd .sec-video .trigger-video:focus-visible:after {
  background-size: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
#hd .sec-video .trigger-video:active:after {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
#hd .sec-video .swiper-button-prev-container,
#hd .sec-video .swiper-button-next-container {
  width: 16em;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
#hd .sec-video .swiper-button-prev-container {
  left: 0;
}
#hd .sec-video .swiper-button-next-container {
  right: 0;
}
#hd .sec-video .swiper-button-prev,
#hd .sec-video .swiper-button-next {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-video .swiper-button-prev:before, #hd .sec-video .swiper-button-prev:after,
#hd .sec-video .swiper-button-next:before,
#hd .sec-video .swiper-button-next:after {
  content: "";
  display: block;
  font-size: 1em;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background 0.25s 0.1s ease-in, -webkit-transform 0.25s ease-in;
  transition: background 0.25s 0.1s ease-in, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, -webkit-transform 0.25s ease-in;
}
#hd .sec-video .swiper-button-prev:after,
#hd .sec-video .swiper-button-next:after {
  background-color: transparent;
}
#hd .sec-video .swiper-button-prev.swiper-button-disabled,
#hd .sec-video .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
#hd .sec-video .swiper-button-prev:before {
  background-image: url(../img/video/arrow-left.svg);
}
#hd .sec-video .swiper-button-prev:after {
  background-image: url(../img/video/arrow-left-hollow.svg);
}
#hd .sec-video .swiper-button-prev:hover:before, #hd .sec-video .swiper-button-prev:hover:after, #hd .sec-video .swiper-button-prev:focus-visible:before, #hd .sec-video .swiper-button-prev:focus-visible:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .sec-video .swiper-button-prev:hover:after, #hd .sec-video .swiper-button-prev:focus-visible:after {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: hintArrowLeft;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: hintArrowLeft;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-video .swiper-button-prev:hover:active, #hd .sec-video .swiper-button-prev:focus-visible:active {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#hd .sec-video .swiper-button-next:before {
  background-image: url(../img/video/arrow-right.svg);
}
#hd .sec-video .swiper-button-next:after {
  background-image: url(../img/video/arrow-right-hollow.svg);
}
#hd .sec-video .swiper-button-next:hover:before, #hd .sec-video .swiper-button-next:hover:after, #hd .sec-video .swiper-button-next:focus-visible:before, #hd .sec-video .swiper-button-next:focus-visible:after {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#hd .sec-video .swiper-button-next:hover:after, #hd .sec-video .swiper-button-next:focus-visible:after {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: hintArrowRight;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: hintArrowRight;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-video .swiper-button-next:active {
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (max-width: 1280px) {
  #hd .sec-video .hd-container {
    padding-bottom: 2em;
  }
  #hd .sec-video .swiper-button-prev-container,
  #hd .sec-video .swiper-button-next-container {
    width: 12em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-video .trigger-video:after {
    width: 8em;
    height: 8em;
  }
  #hd .sec-video .swiper-button-prev-container,
  #hd .sec-video .swiper-button-next-container {
    width: 10em;
  }
  #hd .sec-video .swiper-button-prev:before, #hd .sec-video .swiper-button-prev:after,
  #hd .sec-video .swiper-button-next:before,
  #hd .sec-video .swiper-button-next:after {
    width: 6em;
    height: 6em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .sec-video .vid-container {
    width: 100%;
    padding-bottom: 60%;
  }
  #hd .sec-video h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-video .trigger-video:after {
    width: 6em;
    height: 6em;
  }
  #hd .sec-video .swiper-button-prev-container,
  #hd .sec-video .swiper-button-next-container {
    width: 5em;
  }
  #hd .sec-video .swiper-button-prev:before, #hd .sec-video .swiper-button-prev:after,
  #hd .sec-video .swiper-button-next:before,
  #hd .sec-video .swiper-button-next:after {
    width: 3em;
    height: 3em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-video .vid-container {
    width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-video .trigger-video:after {
    width: 5em;
    height: 5em;
  }
  #hd .sec-video .swiper-button-prev,
  #hd .sec-video .swiper-button-next {
    height: calc(100% - 2.5em);
  }
}
#hd .sec-design {
  padding: 6% 0;
  position: relative;
  z-index: 2;
}
#hd .sec-design .hd-bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-design .hd-container {
  position: relative;
}
#hd .sec-design .hd-deco {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-design .list-design {
  padding: 0 2%;
}
#hd .sec-design .list-design > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
}
#hd .sec-design .list-design > li:nth-child(1) {
  margin-bottom: 1%;
}
#hd .sec-design .list-design > li:nth-child(1) .hd-img-container {
  width: 47%;
}
#hd .sec-design .list-design > li:nth-child(1) .hd-content {
  margin: auto;
}
#hd .sec-design .list-design > li:nth-child(1) .hd-deco {
  width: 28%;
  top: 0;
  left: 0;
}
#hd .sec-design .list-design > li:nth-child(2) {
  margin-bottom: -8%;
}
#hd .sec-design .list-design > li:nth-child(2) .hd-img-container {
  width: 50%;
}
#hd .sec-design .list-design > li:nth-child(2) .hd-content {
  margin-bottom: 15%;
}
#hd .sec-design .list-design > li:nth-child(2) .hd-deco {
  width: 15%;
  top: 0;
  left: 0;
  margin: -5%;
  opacity: 0.4;
  z-index: -1;
}
#hd .sec-design .list-design > li:nth-child(3) {
  margin-bottom: -5%;
}
#hd .sec-design .list-design > li:nth-child(3) .hd-img-container {
  width: 47%;
}
#hd .sec-design .list-design > li:nth-child(3) .hd-img-container img {
  margin-top: 5%;
}
#hd .sec-design .list-design > li:nth-child(3) .hd-deco {
  width: 2.5%;
  bottom: 0;
  left: 100%;
  margin-left: 1.5%;
}
#hd .sec-design .list-design > li:nth-child(4) .hd-img-container {
  width: 50%;
}
#hd .sec-design .list-design > li:nth-child(4) .hd-content {
  margin: auto;
}
#hd .sec-design .list-design > li:nth-child(4) .hd-deco {
  width: 45%;
  bottom: 0;
  left: 0;
  margin: -6% -8%;
  z-index: -1;
}
#hd .sec-design .list-design .hd-content {
  padding: 40px;
}
#hd .sec-design .list-design p {
  max-width: 20em;
}
#hd .sec-design .hd-img-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-design .hd-img-container img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-design .list-design p {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-design .list-design {
    padding: 0;
  }
  #hd .sec-design .list-design > li:nth-child(2) {
    margin-bottom: 0;
  }
  #hd .sec-design .list-design > li:nth-child(2) .hd-content {
    margin-bottom: 10%;
  }
  #hd .sec-design .list-design > li:nth-child(3) {
    margin-bottom: 2%;
  }
  #hd .sec-design .list-design .hd-content {
    padding: 20px 24px;
  }
  #hd .sec-design .list-design .h2 {
    margin-bottom: 0.125em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-design .list-design .h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-design .list-design {
    max-width: 480px;
    margin: 0 auto;
  }
  #hd .sec-design .list-design > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px !important;
  }
  #hd .sec-design .list-design > li:first-child .hd-deco {
    width: 50%;
    top: -2.5%;
  }
  #hd .sec-design .list-design .hd-content {
    margin: 0 !important;
  }
  #hd .sec-design .hd-img-container {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-design {
    padding: 15% 0;
  }
  #hd .sec-design .list-design .hd-content {
    padding: 20px 6px;
  }
  #hd .sec-design .list-design .h2 {
    font-size: 1.5em;
  }
}
#hd .bg-dark {
  position: relative;
}
#hd .bg-dark > .hd-deco {
  position: absolute;
  left: 5%;
  top: 30vw;
  width: 1%;
  z-index: 4;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-driver {
  padding: 0 0 1px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
#hd .sec-driver figure {
  width: 100%;
  margin: 0 0 0;
  position: relative;
}
#hd .sec-driver figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
#hd .sec-driver figure img.hd-bg {
  position: relative;
  -webkit-transition: opacity 1s, -webkit-transform 0.8s ease;
  transition: opacity 1s, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 1s;
  transition: transform 0.8s ease, opacity 1s, -webkit-transform 0.8s ease;
}
#hd .sec-driver figure img.part-1 {
  -webkit-transform: translate(-15%, -5%);
  transform: translate(-15%, -5%);
}
#hd .sec-driver figure img.part-2 {
  -webkit-transform: translate(-10%, -1%);
  transform: translate(-10%, -1%);
}
#hd .sec-driver figure img.part-3 {
  -webkit-transform: translate(-3%, 0);
  transform: translate(-3%, 0);
}
#hd .sec-driver figure img.part-4 {
  -webkit-transform: translate(5%, 3%);
  transform: translate(5%, 3%);
}
#hd .sec-driver figure img.part-5 {
  -webkit-transform: translate(16%, 7%);
  transform: translate(16%, 7%);
}
#hd .sec-driver figure img.part-1, #hd .sec-driver figure img.part-2, #hd .sec-driver figure img.part-4, #hd .sec-driver figure img.part-5 {
  -webkit-transition: opacity 0.6s 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.6s 0.8s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 0.6s 0.8s ease;
  transition: transform 0.8s ease, opacity 0.6s 0.8s ease, -webkit-transform 0.8s ease;
}
#hd .sec-driver figure img.hd-mark {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.4s 1s ease, -webkit-transform 0.4s 1s;
  transition: opacity 0.4s 1s ease, -webkit-transform 0.4s 1s;
  transition: opacity 0.4s 1s ease, transform 0.4s 1s;
  transition: opacity 0.4s 1s ease, transform 0.4s 1s, -webkit-transform 0.4s 1s;
  -webkit-transform-origin: 55% center;
          transform-origin: 55% center;
}
#hd .sec-driver figure img.mark-frame {
  mix-blend-mode: hard-light;
}
#hd .sec-driver figure img.mark-light {
  mix-blend-mode: overlay;
}
#hd .sec-driver figure img.hd-line {
  opacity: 0;
  -webkit-transition: opacity 0.4s 1.2s ease;
  transition: opacity 0.4s 1.2s ease;
}
#hd .sec-driver figure img.hd-dark {
  opacity: 0;
  -webkit-transition: opacity 0.4s 1.2s ease;
  transition: opacity 0.4s 1.2s ease;
}
#hd .sec-driver figure p {
  width: 10em;
  max-width: 33%;
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  line-height: 1.125;
  position: absolute;
  left: 57.5%;
  bottom: 74.5%;
  opacity: 0;
  -webkit-transition: opacity 0.4s 1.2s ease;
  transition: opacity 0.4s 1.2s ease;
}
#hd .sec-driver figure.is-animated .hd-part {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-driver figure.is-animated .hd-mark,
#hd .sec-driver figure.is-animated .hd-line,
#hd .sec-driver figure.is-animated .hd-dark,
#hd .sec-driver figure.is-animated p {
  opacity: 1;
}
#hd .sec-driver figure.is-animated .hd-mark {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .sec-driver figure.is-animated.mark-frame, #hd .sec-driver figure.is-animated.mark-light {
  z-index: 3;
}
#hd .sec-driver figure.is-animated.part-3 {
  z-index: 5;
}
#hd .sec-driver .hd-container {
  margin-top: -20%;
  margin-bottom: 10%;
  position: relative;
}
#hd .sec-driver .hd-content {
  max-width: 58em;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#hd .sec-driver .hd-content p {
  padding-right: 2em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-driver figure {
    width: 120%;
    margin-left: -10%;
  }
  #hd .sec-driver .hd-container {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-driver .hd-container {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-driver {
    padding: 0 0 6%;
  }
  #hd .sec-driver figure {
    width: 180%;
    margin-left: -40%;
  }
  #hd .sec-driver .hd-container {
    margin-top: -33%;
  }
  #hd .sec-driver .hd-content {
    width: 80%;
  }
}
@media screen and (max-width: 620px) {
  #hd .bg-dark > .hd-deco {
    display: none;
  }
  #hd .sec-driver figure p {
    font-size: 1.125em;
  }
  #hd .sec-driver .hd-content {
    width: 100%;
    max-width: none;
    position: relative;
  }
  #hd .sec-driver .hd-content p {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-driver {
    padding: 0 0 10%;
  }
  #hd .sec-driver figure {
    width: 200%;
    margin-left: -50%;
  }
  #hd .sec-driver figure p {
    font-size: 0.75em;
  }
  #hd .sec-driver .hd-container {
    margin-top: -38%;
    margin-bottom: 0;
  }
}
#hd .sec-signature {
  padding: 4% 0 2%;
}
#hd .sec-signature .swiper-slide > img {
  width: 85%;
  margin: 0 auto;
}
#hd .sec-signature .hd-content {
  padding-bottom: 20px;
  margin: 40px auto 0;
  text-align: center;
}
#hd .sec-signature .hd-content p.hd-note {
  margin-top: 20px;
}
#hd .sec-signature .hd-content p.hd-note small {
  display: block;
  line-height: 1.25;
  margin-bottom: 0.25em;
}
#hd .sec-signature .swiper-pagination-wrapper {
  margin-top: 20px;
  position: relative;
}
#hd .sec-signature .swiper-pagination-wrapper.is-paused .swiper-pagination-bullet:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .sec-signature .swiper-pagination-wrapper.is-paused .swiper-pause-btn .play {
  display: block;
}
#hd .sec-signature .swiper-pagination-wrapper.is-paused .swiper-pause-btn .pause {
  display: none;
}
#hd .sec-signature .swiper-pagination {
  padding: 14px 20px;
  background: #222222;
  border-radius: 20px;
}
#hd .sec-signature .swiper-pagination,
#hd .sec-signature .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
  z-index: 3;
}
#hd .sec-signature .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-signature .swiper-pagination-bullet {
  margin: 0 4px;
  background: #868686;
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
#hd .sec-signature .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: white;
}
#hd .sec-signature .swiper-pause-btn {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hd .sec-signature .swiper-pause-btn img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #hd .sec-signature .swiper-slide > img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-signature {
    padding: 40px 0;
  }
  #hd .sec-signature .hd-content {
    margin-top: 20px;
  }
  #hd .sec-signature .hd-hr {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
}
#hd .sec-presets {
  padding: 6% 0;
}
#hd .sec-presets .hd-img-container {
  margin-bottom: 40px;
}
#hd .sec-presets .hd-img-container img {
  width: 100%;
}
#hd .sec-presets .hd-content p {
  max-width: 58em;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #hd .sec-presets {
    padding: 8% 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-presets {
    padding: 10% 0;
  }
  #hd .sec-presets .hd-img-container {
    margin-bottom: 20px;
  }
}
#hd .sec-esport {
  padding: 6% 0 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-esport .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-esport .hd-intro {
  margin-bottom: 40px;
  position: relative;
  z-index: 3;
}
#hd .sec-esport .hd-intro .hd-txt {
  width: 52%;
  margin-left: 8%;
}
#hd .sec-esport .hd-intro p {
  max-width: 58em;
}
#hd .sec-esport .hd-content {
  width: 63.25%;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 25% 80px 8%;
  border-radius: 20px;
  margin-left: 5%;
  margin-bottom: 3%;
  position: relative;
  z-index: 3;
}
#hd .sec-esport .hd-content h3 {
  margin-bottom: 1em;
}
#hd .sec-esport .hd-content h3 small {
  display: block;
  font: inherit;
  font-size: 0.5em;
  margin-top: 0.125em;
}
#hd .sec-esport .hd-content p {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-esport blockquote {
  max-width: 14em;
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6em;
  line-height: 1.25;
  padding: 1em 5% 1em 0.25em;
  margin-bottom: 6%;
  position: relative;
}
#hd .sec-esport blockquote:before, #hd .sec-esport blockquote:after {
  position: absolute;
  font-size: 2.4em;
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  color: black;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #fff;
}
#hd .sec-esport blockquote:before {
  content: "“";
  top: -0.5em;
  left: -0.6em;
}
#hd .sec-esport blockquote:after {
  content: "”";
  bottom: -1em;
  right: 0.5em;
}
#hd .sec-esport .hd-btn {
  margin-right: -1.5em;
}
#hd .sec-esport .hd-name,
#hd .sec-esport .hd-p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 2560px) {
  #hd .sec-esport .hd-intro {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-esport .hd-intro .hd-txt {
    width: 90%;
    margin-left: 0;
  }
  #hd .sec-esport .hd-container {
    width: 90%;
  }
  #hd .sec-esport h3 {
    font-size: 2.5em;
  }
  #hd .sec-esport blockquote {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-esport .hd-content {
    padding: 30px 15% 30px 5%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-esport {
    padding-top: 8%;
  }
  #hd .sec-esport .hd-intro .hd-txt {
    width: 100%;
  }
  #hd .sec-esport .hd-content {
    width: 75%;
    padding-bottom: 20px;
    margin-bottom: 8%;
  }
  #hd .sec-esport blockquote {
    font-size: 1.125em;
    padding: 0.75em 0;
  }
  #hd .sec-esport .hd-name,
  #hd .sec-esport .hd-p {
    width: 120%;
    max-width: none !important;
    margin-left: -18%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-esport {
    padding-top: 10%;
  }
  #hd .sec-esport .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-esport .hd-content {
    width: 100%;
    padding: 30px 20px 20%;
  }
  #hd .sec-esport .hd-content h3 small {
    font-size: 0.5em;
  }
  #hd .sec-esport h3 {
    font-size: 2em;
  }
  #hd .sec-esport blockquote {
    max-width: none;
    margin-bottom: 0;
  }
  #hd .sec-esport blockquote:before {
    left: 0;
  }
  #hd .sec-esport blockquote:after {
    right: 0;
    bottom: -0.7em;
  }
  #hd .sec-esport .hd-p {
    margin-top: -48%;
    position: relative;
  }
  #hd .sec-esport .hd-name,
  #hd .sec-esport .hd-p {
    width: 200%;
    margin-left: -95%;
  }
}
#hd .sec-microphone {
  padding: 6% 0 10%;
  background-color: #151515;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(black));
  background-image: linear-gradient(180deg, #151515, black);
  position: relative;
}
#hd .sec-microphone .hd-container {
  position: relative;
}
#hd .sec-microphone .hd-deco {
  width: 7%;
  position: absolute;
  top: 0;
  left: -5%;
}
#hd .sec-microphone .hd-content {
  padding: 5% 5% 5% 0;
  position: relative;
  z-index: 2;
}
#hd .sec-microphone .hd-content .hd-deco {
  width: 30%;
  margin-top: 5%;
  position: relative;
  inset: 0;
}
#hd .sec-microphone .hd-btn-container {
  margin-top: 80px;
  padding: 20px 2% 20px 3%;
  position: relative;
  z-index: 2;
}
#hd .sec-microphone .hd-btn-container:before, #hd .sec-microphone .hd-btn-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  pointer-event: none;
}
#hd .sec-microphone .hd-btn-container:before {
  background-color: #333;
  background-image: -webkit-gradient(linear, right top, left top, from(#333), to(black));
  background-image: linear-gradient(-90deg, #333, black);
}
#hd .sec-microphone .hd-btn-container h3 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10%;
  margin-bottom: 0;
}
#hd .sec-microphone .hd-btn-container ul {
  width: 100%;
}
#hd .sec-microphone .hd-btn-container h4 {
  font-size: 1.125em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#hd .sec-microphone .btn-audio {
  width: 3.5em;
  height: 3.5em;
  position: relative;
  margin: 10px auto 0;
  z-index: 2;
}
#hd .sec-microphone .btn-audio:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  inset: 0;
  margin: -2px;
}
#hd .sec-microphone .btn-audio img {
  width: 40%;
  height: 40%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
#hd .sec-microphone .btn-audio .hd-pause {
  display: none;
}
#hd .sec-microphone .btn-audio.is-playing .hd-pause {
  display: block;
}
#hd .sec-microphone .btn-audio.is-playing .hd-play {
  display: none;
}
#hd .sec-microphone .btn-audio.is-playing:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 2s;
  -webkit-animation-name: audioPlaying;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 2s;
  animation-name: audioPlaying;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#hd .sec-microphone .btn-audio.btn-audio-general:before {
  background: #c8c8c8;
}
#hd .sec-microphone .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
#hd .sec-microphone .vid-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd #pageContent-fig-communication {
  width: 65%;
  margin-right: -15%;
  margin-top: -5%;
  position: relative;
}
#hd #pageContent-fig-communication .hd-img-container img {
  display: block;
  width: 100%;
  position: absolute;
  inset: 0;
}
#hd #pageContent-fig-communication .hd-img-container img.hd-mark {
  -webkit-transform-origin: 60% 55%;
          transform-origin: 60% 55%;
}
#hd #pageContent-fig-communication .hd-img-container .hd-main {
  position: relative;
}
#hd #pageContent-fig-communication .hd-mic-container {
  width: 10em;
  border: 2px solid white;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: -20px;
  overflow: hidden;
  z-index: 2;
}
#hd #pageContent-fig-communication .hd-mic-container img {
  width: 100%;
}
#hd #pageContent-fig-communication .hd-mic-container p {
  font-family: "TradeGothicBold", "TradeGothicLTPro", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  width: 90%;
  position: absolute;
  bottom: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
}
#hd #pageContent-fig-communication.is-animated .hd-mark {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMark;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-duration: 0.4s;
  animation-name: showMark;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-fig-communication.is-animated .hd-mic-container {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: zoomIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.4s;
  animation-duration: 0.4s;
  animation-name: zoomIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd #pageContent-fig-communication.is-animated p {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@media screen and (max-width: 1440px) {
  #hd #pageContent-fig-communication {
    width: 60%;
    margin-right: -10%;
  }
}
@media screen and (max-width: 1280px) {
  #hd #pageContent-fig-communication {
    width: 55%;
    margin-right: -5%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-microphone .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-microphone .hd-deco {
    display: none;
  }
  #hd .sec-microphone .hd-content {
    width: 100%;
  }
  #hd .sec-microphone .hd-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    margin-top: 40px;
  }
  #hd .sec-microphone .hd-btn-container h3 {
    width: 100%;
    text-align: center;
    font-size: 2em;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
  #hd .sec-microphone .hd-btn-container h3 br {
    display: none;
  }
  #hd #pageContent-fig-communication {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-microphone {
    padding-top: 10%;
    padding-bottom: 20%;
    position: relative;
    overflow: hidden;
  }
  #hd .sec-microphone .hd-btn-container {
    width: 90%;
    margin-top: 20px;
  }
  #hd .sec-microphone .hd-btn-container h3 {
    font-size: 1.5em;
  }
  #hd .sec-microphone .hd-btn-container h4 {
    font-size: 0.9em;
    letter-spacing: 0.06em;
  }
  #hd #pageContent-fig-communication {
    width: 110%;
    margin-right: -10%;
  }
  #hd #pageContent-fig-communication .hd-mic-container {
    max-width: 40%;
    margin: 0;
  }
  #hd #pageContent-fig-communication .hd-mic-container p {
    font-size: 0.875em;
  }
}
#hd .sec-communication {
  padding: 4% 0 6%;
  position: relative;
  overflow: hidden;
}
#hd .sec-communication .hd-content {
  max-width: 50em;
  margin: 40px auto 0;
}
#hd .sec-communication .hd-content p {
  margin-bottom: 1em;
}
#hd .sec-communication .hd-note {
  font-size: 0.875em;
}
#hd .sec-communication .hd-note > li {
  line-height: 1.25;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 768px) {
  #hd .sec-communication {
    padding: 8% 0 6%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-communication .hd-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-communication {
    padding: 12% 0 6%;
  }
}
#hd .sec-features {
  padding: 6% 0 10%;
  position: relative;
}
#hd .sec-features .hd-content {
  margin-top: 30px;
}
#hd .sec-features .hd-content h2 {
  margin-bottom: 0.25em;
}
#hd .sec-features .swiper-slide {
  width: 90%;
  max-width: calc(900px + 2%);
  padding: 0 1%;
  -webkit-transition: -webkit-transform 0.4s 0.25s;
  transition: -webkit-transform 0.4s 0.25s;
  transition: transform 0.4s 0.25s;
  transition: transform 0.4s 0.25s, -webkit-transform 0.4s 0.25s;
}
#hd .sec-features .swiper-slide img {
  width: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#hd .sec-features .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#hd .sec-features .swiper-pagination-wrapper {
  margin-top: 60px;
  position: relative;
}
#hd .sec-features .swiper-pagination-wrapper.is-paused .swiper-pagination-bullet:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .sec-features .swiper-pagination-wrapper.is-paused .swiper-pause-btn .play {
  display: block;
}
#hd .sec-features .swiper-pagination-wrapper.is-paused .swiper-pause-btn .pause {
  display: none;
}
#hd .sec-features .swiper-pagination {
  padding: 14px 20px;
  background: #222222;
  border-radius: 20px;
  margin: 0;
}
#hd .sec-features .swiper-pagination,
#hd .sec-features .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
  z-index: 3;
}
#hd .sec-features .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-features .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  margin: 0 4px;
  background: #868686;
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
#hd .sec-features .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: white;
}
#hd .sec-features .swiper-pause-btn {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hd .sec-features .swiper-pause-btn img {
  width: 50%;
}

@media screen and (max-width: 620px) {
  #hd .sec-features .swiper-slide {
    padding: 0 2%;
  }
  #hd .sec-features .hd-container {
    width: 100%;
  }
  #hd .sec-features .swiper-pagination-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-features {
    padding-top: 40px;
  }
}
#hd .sec-gallery {
  padding: 6% 0 10%;
  position: relative;
}
#hd .sec-gallery .hd-hr {
  margin-bottom: 10%;
}
#hd .sec-gallery .swiper-slide {
  background: black;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: -webkit-transform 0.4s 0.25s;
  transition: -webkit-transform 0.4s 0.25s;
  transition: transform 0.4s 0.25s;
  transition: transform 0.4s 0.25s, -webkit-transform 0.4s 0.25s;
}
#hd .sec-gallery .swiper-slide img {
  width: 100%;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
#hd .sec-gallery .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#hd .sec-gallery .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
#hd .sec-gallery .swiper-pagination-wrapper {
  margin-top: 60px;
  position: relative;
}
#hd .sec-gallery .swiper-pagination-wrapper.is-paused .swiper-pagination-bullet:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .sec-gallery .swiper-pagination-wrapper.is-paused .swiper-pause-btn .play {
  display: block;
}
#hd .sec-gallery .swiper-pagination-wrapper.is-paused .swiper-pause-btn .pause {
  display: none;
}
#hd .sec-gallery .swiper-pagination {
  padding: 14px 20px;
  background: #222222;
  border-radius: 20px;
  margin: 0;
}
#hd .sec-gallery .swiper-pagination,
#hd .sec-gallery .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative;
  z-index: 3;
}
#hd .sec-gallery .swiper-pagination-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .sec-gallery .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  margin: 0 4px;
  background: #868686;
  border: none;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}
#hd .sec-gallery .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background: #ffa3ff;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .sec-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
}
#hd .sec-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: slideProgress;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: slideProgress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-gallery .swiper-pause-btn {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hd .sec-gallery .swiper-pause-btn img {
  width: 50%;
}

@media screen and (max-width: 620px) {
  #hd .sec-gallery .hd-container {
    width: 100%;
  }
  #hd .sec-gallery .swiper-pagination-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-gallery {
    padding-top: 40px;
  }
}
#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: 20px 40px;
  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.4em;
  height: 1.4em;
  border-radius: 2em;
  background: none;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -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: #bd62ff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -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: -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] h4,
#hd .sec-faq .list-feature button[aria-expanded=true] .h4 {
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUpSmall;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-faq .list-feature h4,
#hd .sec-faq .list-feature .h4 {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 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: #bd62ff !important;
}
#hd .sec-faq .list-decimal, #hd .sec-faq .list-lower-alpha, #hd .sec-faq .list-lower-roman {
  margin-block: 10px;
}
#hd .sec-faq .list-disc {
  margin-block: 10px;
}
#hd .sec-faq .list-disc > li {
  font-size: 1em;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  line-height: 1.25;
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
#hd .sec-faq .list-disc > li:before {
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0.5em;
  left: 0;
}
#hd #pageContent-fig-faq7 {
  margin: 20px auto;
  position: relative;
}
#hd #pageContent-fig-faq7 .hd-img-container {
  position: relative;
}
#hd #pageContent-fig-faq7 img {
  width: 100%;
}
#hd #pageContent-fig-faq7 .hd-mark {
  display: block;
  padding: 2px 4px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
}
#hd #pageContent-fig-faq7 .hd-mark.pos-1 {
  bottom: 78%;
  left: 21%;
}
#hd #pageContent-fig-faq7 .hd-mark.pos-2 {
  bottom: 68%;
  left: 32%;
}
#hd #pageContent-fig-faq7 .hd-mark.pos-3 {
  top: 42%;
  left: 40%;
}
#hd #pageContent-fig-faq7 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  position: relative;
  counter-reset: mycounter;
  font-size: 1.125em;
}
#hd #pageContent-fig-faq7 ol > li {
  width: 100%;
  position: relative;
  padding-left: 2.5em;
  padding-right: 10px;
  margin-bottom: 1em;
}
#hd #pageContent-fig-faq7 ol > li:before {
  counter-increment: mycounter;
  content: counter(mycounter);
  display: block;
  font-size: 1.125em;
  width: 1.5em;
  height: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  border-radius: 1em;
  background: #c42631;
  color: white;
  position: absolute;
  top: -0.25em;
  left: 0;
  text-shadow: none;
}
#hd #pageContent-fig-faq7 ol > li:nth-child(n) {
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  margin-right: 0;
}

@media screen and (max-width: 1280px) {
  #hd .sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-faq h3 {
    margin-top: 40px;
  }
  #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;
  }
  #hd #pageContent-fig-faq7 .hd-mark {
    font-size: 0.75em;
  }
}
@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: 16px;
    border-radius: 10px;
  }
  #hd #pageContent-fig-faq7 {
    width: 110%;
    margin-left: -5%;
  }
}