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

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

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

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-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 breathing {
  50% {
    opacity: 0;
  }
}
@keyframes breathing {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes flicker-less-arrow-top {
  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@keyframes flicker-less-arrow-top {
  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@-webkit-keyframes flicker-less-arrow-bottom {}
@keyframes flicker-less-arrow-bottom {}
@-webkit-keyframes flicker-less-bar {
  100% {
    height: 35%;
  }
}
@keyframes flicker-less-bar {
  100% {
    height: 35%;
  }
}
@-webkit-keyframes crosshair-cover-green {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes crosshair-cover-green {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes crosshair-bg {
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes crosshair-bg {
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes boost-cover-2 {
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-2 {
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes boost-cover-3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes boost-cover-4 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-4 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular.ttf") format("opentype"), url("../fonts/ROGFonts-Regular.woff"), url("../fonts/ROGFonts-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1.25;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.13em;
}
#hd .h2-small {
  font-size: 2.7em;
}
#hd .txt-larger {
  font-size: 1.25em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.2em;
  color: white !important;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 0.2em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.25;
}
#hd h6 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0.018em;
  font-weight: 400;
}
#hd b {
  font-weight: bold;
}
#hd small {
  font: inherit;
  font-size: 0.875em;
}
#hd .align-center {
  text-align: center;
}
#hd .align-left {
  text-align: left;
}
#hd .align-right {
  text-align: right;
}
#hd .align-italic {
  font-style: italic;
}
#hd a.txt-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 0.5em;
}
#hd a.txt-link:hover {
  color: white;
}
#hd .color-primary {
  color: #f51928 !important;
}
#hd .color-info {
  color: #00baff !important;
}
#hd .color-grey {
  color: #c8c8c8 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-gradient {
  display: inline-block;
  color: #f51928 !important;
  background-color: #d4202a;
  background-image: -webkit-gradient(linear, left top, right top, from(#d4202a), color-stop(#772cc4), to(#0097ff));
  background-image: linear-gradient(90deg, #d4202a, #772cc4, #0097ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .hd-lowercase {
  text-transform: lowercase;
}
#hd .title-deco {
  display: inline-block;
  margin-bottom: 0.5em;
  position: relative;
}
#hd .title-deco:before {
  content: "";
  display: block;
  width: 0.35em;
  height: 0.75em;
  background: #f51928;
  margin-right: 0.75em;
  position: absolute;
  right: 100%;
  top: 0.05em;
}
#hd .title-deco .txt-smaller {
  font-size: 0.9em;
}
#hd .txt-stroke {
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(245, 25, 40, 0.5);
}
#hd .txt-stroke.stroke-white {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}
#hd .txt-shadow {
  text-shadow: 0 0 2px black, 0 0 5px black;
}

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

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  #hd h2,
  #hd .h2 {
    font-size: 3em;
  }
  #hd .h2-small {
    font-size: 2.4em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h5,
  #hd .h5 {
    font-size: 0.9em;
    letter-spacing: 0.04em;
  }
  #hd .title-deco {
    margin-bottom: 0.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2,
  #hd .h2-small {
    font-size: 2.25em;
    line-height: 1.1;
  }
  #hd h3,
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2,
  #hd .h2-small {
    font-size: 1.5em;
    line-height: 1.25;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
    line-height: 1.2;
  }
  #hd h5,
  #hd .h5 {
    font-size: 0.75em;
    letter-spacing: 0.02em;
  }
  #hd p {
    font-size: 15px;
  }
  #hd .title-deco {
    margin-bottom: 0;
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1366 {
  width: 90%;
  max-width: 1366px;
}
#hd .hd-w1520 {
  width: 90%;
  max-width: 1520px;
}
#hd .hd-w1680 {
  width: 90%;
  max-width: 1680px;
}
#hd .hd-w2560 {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-mw900 {
  max-width: 900px;
}
#hd .hd-mw1000 {
  max-width: 1000px;
}
#hd .hd-mw700 {
  max-width: 700px;
}
#hd .hd-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col30 {
  width: 30%;
}
#hd .hd-col33 {
  width: 33.3333%;
}
#hd .hd-col40 {
  width: 40%;
}
#hd .hd-col45 {
  width: 45%;
}
#hd .hd-col50 {
  width: 50%;
}
#hd .hd-col55 {
  width: 55%;
}
#hd .hd-col60 {
  width: 60%;
}
#hd .hd-col65 {
  width: 65%;
}
#hd .hd-col66 {
  width: 66.6666%;
}
#hd .hd-col70 {
  width: 70%;
}
#hd .hd-col75 {
  width: 75%;
}
#hd .hd-col80 {
  width: 80%;
}
#hd .hd-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;
}
#hd .hd-d-ib {
  display: inline-block;
}
#hd .hd-d-480-block {
  display: none;
}
#hd .hd-d-768-block {
  display: none;
}
#hd .hd-d-1024-block {
  display: none;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#hd .border-square {
  position: relative;
}
#hd .border-square:before, #hd .border-square:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 3%;
  background-image: url("../img/border-square.svg");
  background-size: cover;
  background-position: center;
  z-index: 2;
}
#hd .border-square:before {
  top: 0;
}
#hd .border-square:after {
  bottom: 0;
}
#hd section {
  padding: 6% 0;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1400px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1600px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 1800px;
  }
  #hd .hd-mw1000 {
    max-width: 1200px;
  }
  #hd .hd-mw900 {
    max-width: 1100px;
  }
  #hd .hd-mw700 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2200px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2600px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366,
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none;
  }
  #hd .hd-d-1024-block {
    display: block;
  }
  #hd .hd-d-1024-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none;
  }
  #hd .hd-d-1023-block {
    display: block;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none;
  }
  #hd .hd-d-768-block {
    display: block;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none;
  }
  #hd .hd-d-620-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none;
  }
  #hd .hd-d-480-block {
    display: block;
  }
}
#hd .txt-glitch.align-center span {
  left: 0;
  right: 0;
}
#hd .txt-glitch span {
  display: block;
  font: inherit;
}
#hd .txt-glitch span:first-child {
  clip-path: inset(-5% 0 64% 0);
}
#hd .txt-glitch span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(35% 0 0 0);
}
#hd .is-animated .txt-glitch span:first-child {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.34s;
  -webkit-animation-name: glitch;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.34s;
  -moz-animation-name: glitch;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.34s;
  -o-animation-name: glitch;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 0.34s;
  animation-name: glitch;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .is-animated .txt-glitch span:last-child {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: glitch;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: glitch;
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.4s;
  -o-animation-name: glitch;
  -o-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-duration: 0.4s;
  animation-name: glitch;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .compare-container {
  max-width: 55em;
  margin: 2em auto;
}
#hd .compare-container > div {
  padding: 0.5em;
  position: relative;
}
#hd .compare-container > div > img {
  width: 100%;
}
#hd .compare-container .hd-tag {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  background: #eb0000;
  padding: 0.25em 0.75em 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1.5em;
}
#hd .compare-container.style-folder {
  max-width: 68em;
  margin-bottom: 1em;
}
#hd .compare-container.style-folder > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hd .compare-container.style-folder .hd-tag {
  max-width: calc(100% - 4em);
  display: inline-block;
  line-height: 1.125;
  padding: 0.4em 0.875em 0;
  margin: auto 0 -8px;
  border-top-left-radius: 0.25em;
  position: relative;
  z-index: 2;
}
#hd .compare-container.style-folder .hd-tag:after {
  content: "";
  display: block;
  width: 3em;
  height: 100%;
  background: #eb0000;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -1.5em;
  -webkit-transform: skew(42deg, 0deg);
  transform: skew(42deg, 0deg);
  z-index: -1;
}
#hd .compare-container.style-folder-s {
  max-width: 58em;
  position: relative;
  overflow: hidden;
}
#hd .compare-container.style-folder-s > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hd .compare-container.style-folder-s .hd-tag {
  width: 100%;
  line-height: 1.125;
  padding: 0.5em 0.875em 0.25em;
  margin: auto 0 -8px;
  position: relative;
  z-index: 2;
}
#hd .compare-container.style-folder-s .hd-tag:before, #hd .compare-container.style-folder-s .hd-tag:after {
  content: "";
  display: block;
  width: 2em;
  height: 0.5em;
  background: #eb0000;
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: -1px;
}
#hd .compare-container.style-folder-s .hd-tag:before {
  border-top-left-radius: 0.25em;
}
#hd .compare-container.style-folder-s .hd-tag:after {
  width: 1.5em;
  left: 1.5em;
  -webkit-transform: skew(60deg, 0deg);
  transform: skew(60deg, 0deg);
}
#hd .hd-border {
  border-left: 1px solid #f51928;
  border-right: 1px solid #f51928;
}
#hd .hd-border-full {
  border: 1px solid #f51928;
}
#hd .hd-frame {
  border: 1px solid #f51928;
  border-top-width: 8px;
}
#hd .border-gradient {
  position: relative;
  border-radius: 1em;
}
#hd .border-gradient:after {
  content: "";
  position: absolute;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 0;
  left: 0;
  z-index: -1;
}
#hd .border-gradient:before {
  content: "";
  position: absolute;
  border-radius: 18px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(45deg, #0693fd, #fff);
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0.5;
}
#hd .img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (min-width: 2560px) {
  #hd .compare-container {
    max-width: 1400px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .compare-container {
    max-width: 1800px;
  }
}
@media screen and (max-width: 768px) {
  #hd .compare-container .hd-tag {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 620px) {
  #hd .compare-container {
    max-width: 26em !important;
  }
  #hd .compare-container .hd-tag {
    margin: 1.25em;
  }
  #hd .compare-container > div {
    width: 100%;
    padding: 0.25em 0;
    margin-bottom: 0.5em;
  }
  #hd .compare-container .hd-tag {
    margin: 0.75em;
  }
}
@media screen and (max-width: 480px) {
  #hd .compare-container {
    width: 270px;
    margin: 1em auto;
  }
}
#hd .hd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  outline: none;
  background: black;
  color: #f51928;
  border: 1px solid rgba(245, 25, 40, 0.9);
  border-radius: 0;
  padding: 0.6em 1.5em 0.4em;
  margin: 0.25em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn i {
  width: 1.1em;
  height: 1.1em;
  background: #f51928;
  border-radius: 2em;
  margin: 0 -0.75em 0 0.75em;
  position: relative;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 2;
}
#hd .hd-btn i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.28em 0 0.28em 0.42em;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-btn:hover, #hd .hd-btn.focus-visible {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
#hd .hd-btn:active {
  background: black;
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}

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

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1020px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em 20px;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em;
  }
  #hd .hd-lightbox .hd-box {
    width: 100%;
  }
  #hd .hd-lightbox .hd-box iframe {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 0.5em;
  }
  #hd .hd-lightbox .hd-box {
    padding: 4em 1.5em;
  }
}
#hd .swiper {
  position: relative;
}
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 2.6em;
  height: 2.6em;
  color: #f51928;
  background-color: #aaa;
  opacity: 1;
  top: 55%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
  font-size: 2.25em;
  font-weight: bold;
}
#hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-next:focus-visible {
  background-color: none;
  -webkit-transform: translateY(0) scale(1.1);
  transform: translateY(0) scale(1.1);
}
#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
  -webkit-transform: translateY(0) scale(0.9);
  transform: translateY(0) scale(0.9);
}
#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
#hd .swiper-button-prev {
  background: url("../img/arrow_r.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, 0) scale(-1, 1);
  transform: translate(0, 0) scale(-1, 1);
}
#hd .swiper-button-prev:after {
  content: "";
}
#hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible {
  -webkit-transform: translateY(0) scale(-1.1, 1.1);
  transform: translateY(0) scale(-1.1, 1.1);
}
#hd .swiper-button-prev:active {
  -webkit-transform: translateY(0) scale(-0.9, 0.9);
  transform: translateY(0) scale(-0.9, 0.9);
}
#hd .swiper-button-next {
  background: url("../img/arrow_r.svg") center no-repeat;
  background-size: contain;
}
#hd .swiper-button-next:after {
  content: "";
}
#hd .swiper-pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
#hd .swiper-pagination {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  bottom: 0;
  position: relative;
}
#hd .swiper-pagination-bullet {
  width: 14em;
  height: 0.5em;
  margin: 0 0.25em;
  border-radius: 0;
  background: #f51928;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
#hd .swiper-pagination-bullet:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto 0;
  background: white;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: slideProgress;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 4s;
  -moz-animation-name: slideProgress;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 4s;
  -o-animation-name: slideProgress;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: slideProgress;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .swiper-pagination-bullet.swiper-paused:before {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
#hd .swiper-pause-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3em;
  height: 3em;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#hd .swiper-pause-btn img {
  width: 40%;
}
#hd .swiper-pause-btn .play {
  display: none;
}
#hd .swiper-pause-btn[aria-pressed=true] .play {
  display: block;
}
#hd .swiper-pause-btn[aria-pressed=true] .pause {
  display: none;
}

@media screen and (max-width: 1024px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3.5em;
    height: 3.5em;
  }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3em;
    height: 3em;
    margin: 0;
    display: block;
  }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2em;
  }
  #hd .swiper-pagination-bullet {
    width: 0.6em;
    margin: 0 0.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 2.5em;
    height: 2.5em;
  }
}
#hd .feature-list {
  margin-top: 1.875em;
}
#hd .feature-list li {
  margin-right: 1.875em;
  margin-bottom: 1.75em;
}
#hd .feature-list h4 {
  font-size: 2.25em;
}
#hd .feature-list p {
  font-size: 0.875em;
  opacity: 0.6;
}

@media screen and (max-width: 1440px) {
  #hd .feature-list h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .feature-list li {
    margin-bottom: 1.5em;
  }
  #hd .feature-list h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  #hd .feature-list li {
    margin-bottom: 0.5em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .feature-list li {
    margin-right: 1.25em;
    margin-bottom: 0.25em;
  }
  #hd .feature-list h4 {
    font-size: 1.25em;
  }
}
#hd .tab-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 72em;
  text-align: center;
  border-bottom: 1px solid #777;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875em;
  position: relative;
  z-index: 2;
}
#hd .tab-filter button {
  padding: 0.75em 0 0;
  opacity: 1;
  position: relative;
  cursor: pointer;
}
#hd .tab-filter button:hover h3, #hd .tab-filter button:focus-visible h3 {
  color: white !important;
}
#hd .tab-filter button.hd-active h3 {
  color: white !important;
}
#hd .tab-filter button.hd-active h3:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .tab-filter button h3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25em;
  letter-spacing: 0;
  color: #c8c8c8 !important;
  padding: 0 1em 1px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
#hd .tab-filter button h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #f51928;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
#hd .tab-filter.filter-block {
  max-width: 60em;
}
#hd .tab-filter.filter-block li {
  padding: 0 1em;
}
#hd .tab-filter.filter-block li:after {
  display: none;
}
#hd .tab-filter.filter-block li h3 {
  position: relative;
}
#hd .tab-filter.filter-block li.hd-active h3 {
  display: inline-block;
  padding: 0.4em 1em 0;
  background: white;
  color: #0213c0 !important;
}
#hd .tab-filter.filter-block li.hd-active h3:after {
  content: "";
  display: block;
  width: 0.4em;
  height: calc(100% - 2px);
  border: 1px solid white;
  position: absolute;
  top: 0;
  left: 100%;
}
#hd .tab-filter.filter-block li.hd-active h3:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 2px);
  background: white;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  position: absolute;
  top: 0;
  left: calc(100% + 0.25em);
}
#hd .tab-content {
  display: none;
}
#hd .tab-content.hd-active {
  display: block;
}

@media screen and (max-width: 1024px) {
  #hd .tab-filter button h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .tab-filter {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
  }
  #hd .tab-filter::-webkit-scrollbar {
    height: 2px;
  }
  #hd .tab-filter::-webkit-scrollbar-track {
    background: #111;
  }
  #hd .tab-filter::-webkit-scrollbar-thumb {
    background: #333;
  }
  #hd .tab-filter::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  #hd .tab-filter butto {
    padding: 0.5em 0.5em 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #hd .tab-filter.filter-block {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .tab-filter button h3 {
    font-size: 1em;
  }
  #hd .tab-content {
    padding: 0 0.5em;
  }
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 51.25%;
  position: relative;
  overflow: hidden;
}
#hd .vid-container video,
#hd .vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
#hd .vid-control svg,
#hd .vid-control img {
  width: 90%;
  height: 90%;
  max-width: 30px !important;
  max-height: 30px !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .vid-control .play {
  display: none;
}
#hd .vid-control.hd-active .play {
  display: block;
}
#hd .vid-control.hd-active .pause {
  display: none;
}

@media screen and (min-width: 2560px) {
  #hd .vid-control svg,
  #hd .vid-control img {
    max-width: 42 !important;
    max-height: 42 !important;
  }
}
@media screen and (max-width: 1280px) {
  #hd .vid-control {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #hd .vid-control {
    bottom: 10px;
    right: 0;
  }
}
#hd {
  /*.pq-circle-wrapper.delay, .pq-circle-wrapper.delay-2 {
    opacity: .3;
  }*/
  /*animation*/
}
#hd .div-block-3._2 {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-top: -0.5em;
}
#hd .pq-cc {
  margin-left: auto;
  margin-right: auto;
}
#hd .pq-text-wrapper.motion {
  margin-left: auto;
  margin-right: auto;
}
#hd .pq-w-body.no-padding {
  position: relative;
  padding: 0;
  background-color: black;
  border: 1px solid #555;
}
#hd .pq-ulmb-2 {
  white-space: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-bottom: -0.4em;
  font-family: Tradegothicltpro, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
#hd .pq-ulmb-2._2 {
  margin-bottom: -0.9em;
  font-size: 2.5rem;
}
#hd .div-block-63 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 2vw 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5vw;
  display: -ms-grid;
  display: grid;
}
#hd .div-block-63 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#hd .div-block-63 > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
#hd .div-block-64 {
  grid-column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hd .div-block-65 {
  width: 100%;
  height: auto;
  padding: 4.2em 5.8em 0;
  overflow: hidden;
}
#hd .grid-4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
#hd .image-35 {
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border: 0.5px solid #f51928;
  border-radius: 3px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 3em);
          transform: translate3d(0, 0, 3em);
}
#hd .div-block-66 {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: rotateX(50deg) rotateY(0) rotateZ(-30deg);
          transform: rotateX(50deg) rotateY(0) rotateZ(-30deg);
}
#hd .pq-backlight {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  -webkit-transform: translate3d(0, 0, -3em);
          transform: translate3d(0, 0, -3em);
  -webkit-box-shadow: 0 0 80px rgb(255, 255, 255);
          box-shadow: 0 0 80px rgb(255, 255, 255);
}
#hd .pq-backlight._2 {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 80px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 80px rgba(255, 255, 255, 0.4);
}
#hd .pq-circle {
  width: 8em;
  height: 8em;
  background-color: #f51928;
  border-radius: 50%;
  position: absolute;
}
#hd .div-block-68 {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 4em);
          transform: translate3d(0, 0, 4em);
}
#hd .div-block-69 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#hd .pq-circle-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
#hd .pq-animation-control {
  width: 32px;
  height: 32px;
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/3F53BD6D-FD1C-41A1-9C3D-6A2138248340/v1/images/pause_circle_filled.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#hd .pq-animation-control.pause {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/3F53BD6D-FD1C-41A1-9C3D-6A2138248340/v1/images/play_circle_filled.svg");
}
#hd .pq-nvidia-gsync {
  width: 9.5rem;
}
#hd .pq-lb-link {
  width: 100%;
}
#hd .div-block-63 h4 {
  background-color: #f51928;
  color: black !important;
  font-size: 1.2em;
  padding: 0.3em 0.5em 0.1em;
}
#hd #brightness-ani.is-reduced-motion .pq-circle-wrapper,
#hd #brightness-ani.is-reduced-motion .pq-circle._1,
#hd #brightness-ani.is-reduced-motion .pq-circle._2,
#hd #brightness-ani.is-reduced-motion .pq-backlight,
#hd #brightness-ani.is-reduced-motion .pq-backlight._2 {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
@media screen and (max-width: 991px) {
  #hd .pq-ulmb {
    margin-top: 4em;
  }
  #hd .pq-nvidia-gsync {
    width: 11.2rem;
  }
  #hd .div-block-9 {
    margin-left: auto;
  }
  #hd .div-block-7-copy {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hd .div-block-63 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd .div-block-64 {
    grid-row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hd .div-block-65 {
    padding: 12% 15% 5%;
  }
}
@media screen and (max-width: 479px) {
  #hd .div-block-3._2 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #hd .pq-ulmb-2._2 {
    margin-bottom: -0.15em;
  }
  #hd .pq-ulmb-2 {
    font-size: 1.4rem;
  }
  #hd .div-block-64 {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  #hd .pq-circle {
    width: 5em;
    height: 5em;
  }
  #hd .pq-nvidia-gsync {
    width: 9.8rem;
  }
}
#hd .pq-circle-wrapper {
  -webkit-animation: circlemove 4s ease-in-out infinite alternate;
          animation: circlemove 4s ease-in-out infinite alternate;
}
#hd .pq-circle-wrapper.delay {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#hd .pq-circle-wrapper.delay-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#hd .pq-circle-wrapper.delay-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#hd .pq-circle-wrapper.delay-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#hd .pq-circle._1 {
  -webkit-animation: shining 4s ease-in-out infinite alternate;
          animation: shining 4s ease-in-out infinite alternate;
}
#hd .pq-circle._2 {
  -webkit-animation: shining2 4s ease-in-out infinite alternate;
          animation: shining2 4s ease-in-out infinite alternate;
  opacity: 0.2;
}
@-webkit-keyframes circlemove {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 4em));
            transform: translateX(calc(50% - 4em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 8em));
            transform: translateX(calc(100% - 8em));
  }
}
@keyframes circlemove {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 4em));
            transform: translateX(calc(50% - 4em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 8em));
            transform: translateX(calc(100% - 8em));
  }
}
@-webkit-keyframes circlemove-mobile {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 8em));
            transform: translateX(calc(50% - 8em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 16em));
            transform: translateX(calc(100% - 16em));
  }
}
@keyframes circlemove-mobile {
  10% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 60% {
    -webkit-transform: translateX(calc(50% - 8em));
            transform: translateX(calc(50% - 8em));
  }
  90%, 100% {
    -webkit-transform: translateX(calc(100% - 16em));
            transform: translateX(calc(100% - 16em));
  }
}
@-webkit-keyframes shining {
  0%, 50%, 100% {
    background: #f51928;
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    background: #000000;
    opacity: 0.4;
  }
}
@keyframes shining {
  0%, 50%, 100% {
    background: #f51928;
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    background: #000000;
    opacity: 0.4;
  }
}
@-webkit-keyframes backlight {
  0%, 50%, 100% {
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    opacity: 0;
  }
}
@keyframes backlight {
  0%, 50%, 100% {
    opacity: 1;
  }
  10%, 40%, 60%, 90% {
    opacity: 0;
  }
}
@-webkit-keyframes shining2 {
  0%, 10%, 50%, 90%, 100% {
    background: #f51928;
  }
  25%, 75% {
    background: #000000;
  }
}
@keyframes shining2 {
  0%, 10%, 50%, 90%, 100% {
    background: #f51928;
  }
  25%, 75% {
    background: #000000;
  }
}
@-webkit-keyframes backlight2 {
  0%, 10%, 50%, 90%, 100% {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes backlight2 {
  0%, 10%, 50%, 90%, 100% {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0;
  }
}
#hd .pq-backlight {
  -webkit-animation: backlight 4s ease-in-out infinite alternate;
          animation: backlight 4s ease-in-out infinite alternate;
}
#hd .pq-backlight._2 {
  -webkit-animation: backlight2 4s ease-in-out infinite alternate;
          animation: backlight2 4s ease-in-out infinite alternate;
}
#hd .pq-ulmb.pause-animation .pq-backlight,
#hd .pq-ulmb.pause-animation .pq-circle,
#hd .pq-ulmb.pause-animation .pq-circle-wrapper {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@media screen and (max-width: 479px) {
  #hd .pq-circle-wrapper, #hd .pq-circle-wrapper.delay, #hd .pq-circle-wrapper.delay-2 {
    -webkit-animation-name: circlemove-mobile;
            animation-name: circlemove-mobile;
  }
}

#hd .sec-kv {
  overflow: hidden;
  padding: 0;
}
#hd .sec-kv figure {
  position: relative;
}
#hd .sec-kv figure .main {
  width: 100%;
}
#hd .sec-kv figure .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-kv figure .deco-r {
  position: absolute;
  width: auto;
  height: 70%;
  top: 5%;
  right: 2%;
  opacity: 0.5;
}
#hd .sec-kv figure .deco-l {
  position: absolute;
  width: auto;
  height: 2.6%;
  top: 5%;
  left: 2%;
  opacity: 0.5;
}
#hd .sec-kv .hd-container {
  margin-top: -7%;
}
#hd .sec-kv .hd-container.is-animated .deco {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv .hd-container.is-animated .h1 {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv .hd-container.is-animated p {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-kv .h1 {
  font-size: 4.8em;
  color: white;
  opacity: 0;
  letter-spacing: 0.15em;
}
#hd .sec-kv p {
  text-align: center;
  max-width: 60em;
  margin: 0 auto;
}

@media screen and (min-width: 2560px) {
  #hd .sec-kv .h1 {
    font-size: 4.6em;
  }
}
@media screen and (max-width: 1440px) {
  #hd .sec-kv .h1 {
    font-size: 4.4em;
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-kv .h1 {
    font-size: 3.5em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-kv .h1 {
    font-size: 2.6em;
  }
  #hd .sec-kv .deco {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-kv .h1 {
    font-size: 2em;
  }
  #hd .sec-kv .hd-container {
    margin-top: -9%;
  }
  #hd .sec-kv figure .main {
    width: 150%;
    max-width: none !important;
    margin-left: -27%;
  }
  #hd .sec-kv figure .deco-r, #hd .sec-kv figure .deco-l {
    display: none;
  }
}
#hd .sec-ksp {
  text-align: center;
}
#hd .sec-ksp h2 {
  position: relative;
  font-size: 1.8em;
  margin-bottom: 0;
  line-height: 1.1;
  z-index: 2;
}
#hd .sec-ksp p {
  margin-bottom: 0;
  font-size: 1.2em;
}
#hd .sec-ksp li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.8%;
}
#hd .sec-ksp .color-oled {
  display: inline-block;
  background-color: #d72289;
  background-image: -webkit-gradient(linear, left top, right top, from(#d72289), color-stop(#d66ca7), to(#2f52b7));
  background-image: linear-gradient(90deg, #d72289, #d66ca7, #2f52b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .sec-ksp .color-gradient-gery {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#999999));
  background-image: linear-gradient(90deg, #ffffff, #999999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hd .sec-ksp .color-oled::-moz-selection, #hd .sec-ksp .color-gradient-gery::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f51928;
}
#hd .sec-ksp .color-oled::selection,
#hd .sec-ksp .color-gradient-gery::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f51928;
}
#hd .sec-ksp li.line-2 {
  text-align: left;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
#hd .sec-ksp li.line-2 .box {
  position: relative;
}
#hd .sec-ksp li.line-6 .box {
  width: 24.4%;
}
#hd .sec-ksp .box {
  position: relative;
  border: 1px solid #444;
  border-radius: 6px;
  width: 32.8%;
  background-color: #1a1a1a;
  padding: 1em 0.8em 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 6.4em;
  overflow: hidden;
  text-align: center;
}
#hd .sec-ksp .box.box-1 {
  background-color: black;
  width: 49.5%;
}
#hd .sec-ksp .box.box-1 .bg {
  position: absolute;
  width: 90%;
  height: 160%;
  top: 0;
  right: 0;
}
#hd .sec-ksp .box.box-2 {
  width: 100%;
  background-color: black;
}
#hd .sec-ksp .box.box-2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hd .sec-ksp .box.box-3 {
  width: 66.4%;
  background-color: black;
}
#hd .sec-ksp .box.box-3 .icon {
  width: 87%;
}
#hd .sec-ksp .box.box-5 {
  padding: 2% 1em;
}
#hd .sec-ksp .box.box-5 .icon {
  position: relative;
  width: 22%;
  z-index: 2;
}
#hd .sec-ksp .box.box-5 h2 {
  text-align: left;
  padding-left: 1em;
  margin-top: 0.2em;
}
#hd .sec-ksp .box.box-5 h2 p {
  font-size: 0.5em;
}
#hd .sec-ksp .box.box-5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-ksp .box.box-6 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: 0.6;
}
#hd .sec-ksp .box.box-6 .icon {
  position: relative;
  width: 20%;
  min-width: 28px;
  z-index: 2;
  margin-bottom: 0.7em;
}
#hd .sec-ksp .box.box-6 h2 {
  text-align: left;
  padding-left: 0.4em;
  margin-top: 0.2em;
}
#hd .sec-ksp .box.box-7 .icon {
  position: relative;
  width: 25%;
  min-width: 30px;
  z-index: 2;
  margin-right: 0.4em;
}
#hd .sec-ksp .box.box-8 .icon {
  position: relative;
  width: 26%;
  min-width: 30px;
  z-index: 2;
  margin-right: 0.4em;
}
#hd .sec-ksp .box.box-9 img {
  width: 70%;
}
#hd .sec-ksp .box.box-11 .icon {
  position: relative;
  width: 25%;
  z-index: 2;
}
#hd .sec-ksp .box.box-11 h2 {
  text-align: left;
  padding-left: 0.5em;
}
#hd .sec-ksp .box.box-11 h2 p {
  font-size: 0.5em;
}
#hd .sec-ksp .box.box-13 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hd .sec-ksp .box.box-13 img {
  width: 4em;
  margin-bottom: 0.2em;
}
#hd .sec-ksp .box.box-14 {
  width: 24.4%;
}
#hd .sec-ksp .box.box-14 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: fill;
     object-fit: fill;
}

@media screen and (max-width: 1280px) {
  #hd .sec-ksp h2 {
    font-size: 1.7em;
  }
  #hd .sec-ksp .hd-w1100 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ksp {
    padding: 10% 0;
  }
  #hd .sec-ksp h2 {
    font-size: 1.3em;
  }
  #hd .sec-ksp .box {
    min-height: 5.5em;
  }
  #hd .sec-ksp .box.box-4 strong {
    font-size: 2.8em;
  }
  #hd .sec-ksp .box.box-3 h2 {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ksp {
    padding: 9% 0;
  }
  #hd .sec-ksp li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
  #hd .sec-ksp .box {
    min-height: 0;
    margin-bottom: 1%;
  }
  #hd .sec-ksp .box.box-1, #hd .sec-ksp .box.box-2, #hd .sec-ksp .box.box-3, #hd .sec-ksp .box.box-4, #hd .sec-ksp .box.box-5, #hd .sec-ksp .box.box-8, #hd .sec-ksp .box.box-11 {
    width: 100%;
  }
  #hd .sec-ksp .box.box-6, #hd .sec-ksp .box.box-7, #hd .sec-ksp .box.box-9, #hd .sec-ksp .box.box-10, #hd .sec-ksp .box.box-12, #hd .sec-ksp .box.box-13, #hd .sec-ksp .box.box-14, #hd .sec-ksp .box.box-15, #hd .sec-ksp .box.box-16, #hd .sec-ksp .box.box-17 {
    width: 49.4% !important;
  }
  #hd .sec-ksp .box.box-4 .icon {
    max-width: 60px !important;
  }
  #hd .sec-ksp .box.box-5 .icon {
    max-width: 45px !important;
  }
  #hd .sec-ksp .box.box-6 .icon {
    max-width: 50px !important;
  }
  #hd .sec-ksp .box.box-10 .icon {
    max-width: 80px !important;
  }
  #hd .sec-ksp .box.box-13 img {
    width: 45px;
  }
  #hd .sec-ksp .box.box-14 img {
    max-width: 180px !important;
  }
  #hd .sec-ksp .box.box-17 img {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp {
    padding: 18% 0;
  }
  #hd .sec-ksp h2 {
    font-size: 1.2em;
  }
  #hd .sec-ksp p {
    font-size: 0.9em;
  }
  #hd .sec-ksp .box {
    margin-bottom: 1.5%;
    padding: 0.8em 0.8em 0.4em;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-ksp h2 {
    font-size: 1em;
  }
  #hd .sec-ksp p {
    font-size: 0.9em;
  }
  #hd .sec-ksp .box {
    margin-bottom: 1.5%;
    padding: 0.6em 0.8em 0.4em;
  }
}
#hd .pin-friendly .txt-stroke {
  font-size: 14vw;
  line-height: 1.1;
  margin-bottom: -0.425em;
}
#hd .sec-pixel {
  position: relative;
  overflow: hidden;
}
#hd .sec-pixel .hd-content {
  max-width: 54em;
  margin: 0 auto;
}
#hd .sec-pixel .compare-container > div {
  display: block;
}
#hd .sec-pixel .compare-container.style-folder {
  padding: 0 1%;
}
#hd .sec-pixel .hd-frame img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-pixel {
    padding: 6em 0 4em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-pixel .compare-container {
    max-width: none !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-pixel .compare-container {
    width: 50%;
  }
  #hd .sec-pixel .compare-container.style-folder .hd-tag {
    font-size: 0.75em;
    max-width: 100%;
  }
  #hd .sec-pixel .compare-container.style-folder .hd-tag:after {
    display: none;
  }
}
#hd .sec-film {
  position: relative;
}
#hd .sec-film .hd-bg {
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-film .p-intro {
  max-width: 40em;
  margin: 0 auto;
  margin-bottom: 2em;
}
#hd .sec-film .hd-col50 {
  padding: 1%;
}
#hd .sec-film .box {
  padding: 2em;
  min-height: 100%;
}
#hd .sec-film h3 {
  margin-top: 0.6em;
  font-size: 1.6em;
}
#hd .sec-film figure img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #hd .sec-film .hd-col50 {
    width: 100%;
    padding: 0.5em 0;
  }
  #hd .sec-film h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-film .box {
    padding: 1em;
  }
  #hd .sec-film h3 {
    font-size: 1.15em;
  }
}
#hd .sec-vid {
  padding: 0;
}
#hd .sec-vid figure {
  position: relative;
}
#hd .sec-vid .play-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  margin: 0 auto;
}
#hd .sec-vid .play-btn-container img {
  width: 200px;
}
#hd .sec-vid .play-btn-container button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hd .sec-vid .play-btn-container button:hover {
  -webkit-transform: scale(110%, 110%);
  transform: scale(110%, 110%);
}
#hd .sec-vid .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 4em;
}
#hd .sec-vid .vid-control {
  right: 10%;
}

@media screen and (max-width: 1440px) {
  #hd .sec-vid .play-btn-container img {
    width: 150px;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 3em;
  }
  #hd .sec-vid .play-btn-container img {
    width: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 2em;
  }
  #hd .sec-vid .play-btn-container {
    top: 33%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-vid .play-btn-container {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-vid .vid-control {
    right: 0;
  }
  #hd .sec-vid .btn-container {
    position: relative;
    margin: 1em auto;
  }
}
#hd .sec-intro {
  overflow: hidden;
  padding-top: 0;
}
#hd .sec-intro .hd-content {
  margin-left: -20%;
  max-width: 42em;
}
#hd .sec-intro .detail_list {
  margin-top: 2em;
  text-align: center;
}
#hd .sec-intro .detail_list strong {
  font-size: 2.7em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-intro .detail_list p {
  font-size: 1.6em;
}
#hd .sec-intro figure img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-intro .hd-content {
    width: 45%;
  }
  #hd .sec-intro h2 {
    font-size: 2em;
  }
  #hd .sec-intro .detail_list strong {
    font-size: 2em;
  }
  #hd .sec-intro .detail_list p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-intro {
    padding-top: 8%;
  }
  #hd .sec-intro .hd-content {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3%;
    z-index: 2;
  }
  #hd .sec-intro figure {
    position: relative;
    width: 100%;
    margin-top: -10%;
  }
  #hd .sec-intro figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  #hd .sec-intro figure img {
    width: 120%;
    max-width: none !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-intro {
    padding-top: 12%;
  }
  #hd .sec-intro h2 {
    font-size: 1.6em;
  }
  #hd .sec-intro .detail_list strong {
    font-size: 1.7em;
  }
  #hd .sec-intro .detail_list p {
    font-size: 1em;
  }
}
#hd .sec-displayport {
  position: relative;
  padding-bottom: 10%;
  overflow: hidden;
}
#hd .sec-displayport .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.3;
}
#hd .sec-displayport .sub-title {
  font-size: 1.6em;
  margin-bottom: 0.2em;
}
#hd .sec-displayport .icon {
  position: relative;
  width: 60%;
  max-width: 170px !important;
  margin: 0 auto;
  margin-top: 2em;
  z-index: 5;
}
#hd .sec-displayport .txt-bg {
  position: relative;
  display: block;
  text-align: center;
  opacity: 0.2;
  margin-top: 1em;
}
#hd .sec-displayport .txt-bg .dec-left {
  position: absolute;
  bottom: 3em;
  right: 3%;
  width: 0.6vw;
}
#hd .sec-displayport .txt-bg strong {
  text-transform: uppercase;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 13vw;
  position: relative;
  color: black;
  margin-bottom: 0;
  line-height: 1.2;
}
#hd .sec-displayport .txt-bg .text-shadow {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#7768e0), to(#ea6ba2));
  background: linear-gradient(180deg, #7768e0 0%, #ea6ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 5px #00982a;
  -webkit-text-stroke-color: transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#hd .sec-displayport .detail-list {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 4%;
}
#hd .sec-displayport .detail-list:before, #hd .sec-displayport .detail-list:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 0;
  padding-top: 5%;
  background-image: url("../img/displayport/dec-line.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#hd .sec-displayport .detail-list:before {
  right: 95%;
}
#hd .sec-displayport .detail-list:after {
  left: 95%;
}
#hd .sec-displayport .detail-list li {
  position: relative;
  padding: 0 1%;
}
#hd .sec-displayport .detail-list p {
  font-size: 1.4em;
  text-transform: uppercase;
}
#hd .sec-displayport .detail-list strong {
  display: block;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 4.4em;
  margin-top: 0.1em;
}
#hd .sec-displayport .detail-list strong span {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 0.6em;
  font-weight: 400;
}
#hd .sec-displayport .detail-list .highlight {
  background-color: #b2a7ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b2a7ff), color-stop(70%, #ff93d0));
  background-image: linear-gradient(180deg, #b2a7ff 0%, #ff93d0 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-displayport .detail-list .highlight::-moz-selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f51928;
}
#hd .sec-displayport .detail-list .highlight::selection {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #f51928;
}

@media screen and (min-width: 2560px) {
  #hd .sec-displayport .detail-list {
    max-width: 1300px;
  }
  #hd .sec-displayport .icon {
    max-width: 220px !important;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-displayport .detail-list {
    max-width: 16 0px;
  }
  #hd .sec-displayport .icon {
    max-width: 260px !important;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-displayport {
    padding-bottom: 16%;
  }
  #hd .sec-displayport .sub-title {
    margin-bottom: 0;
    font-size: 1.2em;
  }
  #hd .sec-displayport .detail-list p {
    font-size: 1.1em;
  }
  #hd .sec-displayport .detail-list strong {
    font-size: 3.4em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-displayport {
    padding-bottom: 20%;
  }
  #hd .sec-displayport .detail-list p {
    font-size: 0.9em;
  }
  #hd .sec-displayport .detail-list strong {
    font-size: 3em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-displayport {
    padding-bottom: 10%;
  }
  #hd .sec-displayport .icon {
    margin-top: 1em;
  }
  #hd .sec-displayport .detail-list :before, #hd .sec-displayport .detail-list:after {
    display: none;
  }
  #hd .sec-displayport .detail-list li {
    width: 100%;
    margin-bottom: 3em;
  }
  #hd .sec-displayport .detail-list li:before, #hd .sec-displayport .detail-list li:after {
    display: none;
  }
  #hd .sec-displayport .detail-list p {
    font-size: 1.1em;
  }
  #hd .sec-displayport .detail-list strong {
    font-size: 3.4em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-displayport .sub-title {
    font-size: 1em;
  }
}
#hd .sec-detail strong {
  font-size: 1.6em;
}
#hd .sec-detail h2 {
  margin-top: 0.5%;
}
#hd .sec-detail figure {
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
  margin-top: 5%;
}
#hd .sec-detail figure .hd-col50 {
  position: relative;
  width: 49%;
}
#hd .sec-detail figure img {
  width: 100%;
}
#hd .sec-detail figure p {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  text-transform: uppercase;
  position: absolute;
  background-color: #eb0000;
  padding: 0.2em 0.7em;
  bottom: 3%;
  left: 3%;
}

@media screen and (max-width: 620px) {
  #hd .sec-detail figure p {
    font-size: 0.9em;
    padding: 0.4em 0.7em 0.2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-detail figure .hd-col50 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 3%;
  }
}
#hd .sec-technology {
  overflow: hidden;
  padding-bottom: 0;
}
#hd .sec-technology .hd-content {
  margin-left: -18%;
  max-width: 34em;
}
#hd .sec-technology .detail_list {
  margin-top: 2em;
}
#hd .sec-technology .detail_list li {
  margin: 1.2em 0;
  padding-right: 1em;
  text-align: center;
}
#hd .sec-technology .detail_list strong {
  font-size: 2.2em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .sec-technology .detail_list small {
  display: block;
  font-size: 1.1em;
}
#hd .sec-technology .hdr-logo {
  width: 46%;
  margin: 0 auto;
  margin-top: 1em;
}
#hd .sec-technology figure img {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  #hd .sec-technology .hd-content {
    width: 40%;
    margin-left: -21%;
  }
  #hd .sec-technology .detail_list strong {
    font-size: 1.8em;
  }
  #hd .sec-technology .detail_list li {
    margin: 0.6em 0;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-technology h2 {
    font-size: 2em;
  }
  #hd .sec-technology .hd-content {
    width: 45%;
  }
  #hd .sec-technology .detail_list {
    margin-top: 1em;
  }
  #hd .sec-technology .detail_list strong {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-technology .hd-content {
    position: relative;
    width: 90%;
    max-width: 42em;
    margin: 0 auto;
    margin-bottom: 3%;
    text-align: center;
    z-index: 2;
  }
  #hd .sec-technology .hd-content .txt {
    max-width: none;
  }
  #hd .sec-technology figure {
    position: relative;
    width: 100%;
    margin-top: -10%;
  }
  #hd .sec-technology figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  }
  #hd .sec-technology figure img {
    width: 130%;
    max-width: none !important;
  }
  #hd .sec-technology .hdr-logo {
    margin: 0 auto;
    margin-top: 1.5em;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-technology .detail_list strong {
    font-size: 1.2em;
  }
}
#hd .sec-creator {
  position: relative;
  overflow: hidden;
}
#hd .sec-creator .bg {
  position: absolute;
  width: 100%;
  top: 21.5%;
  left: 0;
}
#hd .sec-creator ul {
  margin-top: 2em;
}
#hd .sec-creator li {
  padding: 0 0.5%;
}
#hd .sec-creator h3 {
  font-size: 1.2em;
  margin-top: 1em;
}
#hd .sec-creator p {
  padding-right: 2em;
}

@media screen and (max-width: 1024px) {
  #hd .sec-creator {
    padding: 10% 0;
  }
  #hd .sec-creator p {
    padding-right: 0.5em;
  }
  #hd .sec-creator h2 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .sec-creator .hd-w900 {
    width: 90%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-creator {
    padding: 13% 0;
  }
  #hd .sec-creator li {
    width: 100%;
    max-width: 360px;
    margin: 2% auto;
    padding: 0;
  }
  #hd .sec-creator .bg {
    width: 200%;
    max-width: none !important;
  }
  #hd .sec-creator p {
    text-align: center;
    padding-right: 0;
  }
  #hd .sec-creator h3 {
    width: 100%;
    text-align: center;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-creator {
    padding: 16% 0;
  }
}
#hd .sec-color {
  padding-top: 0;
}
#hd .sec-color .hd-container {
  position: relative;
}
#hd .sec-color .vid-container {
  width: 100%;
  height: 100vh;
  padding-bottom: 0;
}
#hd .sec-color .vid-control {
  right: 14%;
  bottom: 10%;
}
#hd .sec-color .note {
  position: absolute;
  width: 90%;
  max-width: 50em;
  right: 18%;
  bottom: 12.5%;
  text-align: right;
  opacity: 0;
}
#hd .sec-color .hd-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#hd .sec-color .hd-content span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
#hd .sec-color .hd-content .txt {
  position: relative;
  width: 90%;
  max-width: 50em;
  opacity: 0;
}
#hd .sec-color .hd-content .icon-dolby {
  width: 80%;
  max-width: 300px !important;
  margin: 0 auto;
  margin-top: 2em;
}
#hd .sec-color .hd-content .hd-btn {
  margin-top: 2em;
}
#hd .sec-color .hd-content small {
  display: block;
  margin-bottom: 0.5em;
}
#hd .sec-color .hd-btn {
  text-transform: none;
}

@media screen and (min-width: 2560px) {
  #hd .sec-color .note {
    bottom: 11.5%;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-color .hd-content .icon-dolby {
    max-width: 500px !important;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-color .note {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 15%;
  }
}
#hd .sec-cooling {
  position: relative;
  padding: 0;
}
#hd .sec-cooling .sub-title {
  font-size: 1.6em;
  margin-bottom: 0.2em;
}
#hd .sec-cooling .vid-box {
  position: relative;
  z-index: 1;
  width: 60%;
  right: 0;
  margin-left: auto;
}
#hd .sec-cooling .vid-box:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 2;
}
#hd .sec-cooling .vid-control {
  right: auto;
  left: 1em;
  z-index: 3;
}
#hd .sec-cooling .vid-container {
  padding-bottom: 73%;
}
#hd .sec-cooling .hd-content {
  position: absolute;
  padding-right: 32%;
  left: 0;
  right: 0;
  z-index: 2;
  top: 20%;
}
#hd .sec-cooling figure {
  position: relative;
  z-index: 1;
  width: 55%;
  right: 0;
  margin-left: auto;
}
#hd .sec-cooling figure img {
  width: 100%;
}
#hd .sec-cooling .icon {
  width: 14%;
  margin-top: 1.5em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-cooling {
    padding-bottom: 10em;
  }
  #hd .sec-cooling .hd-content {
    top: 20%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-cooling {
    padding-top: 12%;
    padding-bottom: 6%;
  }
  #hd .sec-cooling .sub-title {
    margin-bottom: 0;
    font-size: 1.2em;
  }
  #hd .sec-cooling .hd-content {
    position: relative;
    width: 90%;
    top: 0;
    padding-right: 0;
    text-align: center;
  }
  #hd .sec-cooling .vid-box {
    width: 100%;
  }
  #hd .sec-cooling figure {
    width: 100%;
    margin-top: 3%;
  }
  #hd .sec-cooling .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 10%;
    min-width: 65px;
    left: 10%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-cooling {
    padding-top: 16%;
  }
  #hd .sec-cooling .sub-title {
    font-size: 1em;
  }
}
#hd .sec-panel figure {
  position: relative;
  margin-top: 3%;
}
#hd .sec-panel figure img {
  width: 100%;
}
#hd .sec-panel figure .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-panel .sub-title {
  font-size: 1.6em;
  margin-bottom: 0.6em;
}

#hd .sec-screen {
  padding: 8em 0;
  overflow: hidden;
}
#hd .sec-screen .vid-container {
  padding-bottom: 56.25%;
}
#hd .sec-screen h3 {
  font-size: 1.6em;
  margin-bottom: 0;
}
#hd .sec-screen .sub-title {
  font-size: 1.6em;
  margin-bottom: 0.2em;
}
#hd .sec-screen .txt {
  position: relative;
  margin-bottom: 2em;
}
#hd .sec-screen .txt p {
  max-width: 40em;
}
#hd .sec-screen .hd-btn {
  margin-top: 1em;
}
#hd .sec-screen figure {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
}
#hd .sec-screen figure img {
  margin: 0 auto;
  width: 74%;
}
#hd .sec-screen figure.compare-container {
  margin-bottom: 5em;
  margin-top: 4em;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
#hd .sec-screen figure.compare-container img {
  width: 100%;
}
#hd .sec-screen figure.compare-container .hd-tag {
  margin: 0;
  top: 103%;
  bottom: auto;
  max-width: 49%;
}
#hd .sec-screen figure.compare-container .hd-tag.left {
  left: 0;
}
#hd .sec-screen figure.compare-container .hd-tag.right {
  left: 50.5%;
}
#hd .sec-screen .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#hd .sec-screen .swiper-wrapper .hd-col50 {
  padding: 1%;
}
#hd .sec-screen .swiper-wrapper .hd-col50 p {
  display: inline-block;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  background: #eb0000;
  padding: 0.25em 0.75em 0;
  margin-top: 1em;
  color: black;
}
#hd .sec-screen .screen-swiper .swiper-slide {
  position: relative;
  padding-right: 2em;
  opacity: 0.3;
  height: auto;
}
#hd .sec-screen .screen-swiper .swiper-slide > div {
  position: relative;
  padding: 4% 4%;
  min-height: 100%;
  border-radius: 1em;
}
#hd .sec-screen .screen-swiper .swiper-slide > div:after {
  content: "";
  position: absolute;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  background-color: #111;
  top: 0;
  left: 0;
  z-index: -1;
}
#hd .sec-screen .screen-swiper .swiper-slide > div:before {
  content: "";
  position: absolute;
  border-radius: 18px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: linear-gradient(45deg, #0693fd, #fff);
  top: -1px;
  left: -1px;
  z-index: -1;
  opacity: 0.5;
}
#hd .sec-screen .screen-swiper .swiper-slide-active {
  opacity: 1;
}
#hd .sec-screen .screen-swiper-button-next {
  position: absolute;
  top: auto;
  right: 26%;
  bottom: 0;
}
#hd .sec-screen .screen-swiper-button-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: calc(26% + 50px);
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  #hd .sec-screen .hd-w1200 {
    width: 90%;
  }
  #hd .sec-screen .compare-container .hd-tag {
    font-size: 0.8em;
  }
  #hd .sec-screen .swiper-button-prev,
  #hd .sec-screen .swiper-button-next {
    display: none;
  }
  #hd .sec-screen .screen-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hd .sec-screen .screen-swiper .swiper-slide {
    width: 50%;
    opacity: 1;
    padding: 1%;
    height: auto;
  }
  #hd .sec-screen .screen-swiper .swiper-slide > div {
    min-height: 100%;
    border-radius: 2em;
    padding: 5% 4%;
  }
  #hd .sec-screen .screen-swiper .swiper-slide:nth-child(1) {
    width: 100%;
  }
  #hd .sec-screen .screen-swiper .swiper-slide:nth-child(n+2):nth-child(-n+4) {
    width: 33.3333%;
  }
  #hd .sec-screen .screen-swiper .swiper-slide.item-hide {
    display: none;
  }
  #hd .sec-screen figure.compare-container {
    margin-top: 0;
    margin-bottom: 4em;
  }
  #hd .sec-screen .btn-container {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1281px) {
  #hd .sec-screen .compare-container .hd-tag {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-screen {
    padding: 2em 0 4em;
  }
  #hd .sec-screen .sub-title {
    font-size: 1.2em;
  }
  #hd .sec-screen .swiper-button-prev,
  #hd .sec-screen .swiper-button-next {
    display: none;
  }
  #hd .sec-screen .screen-swiper .swiper-slide {
    opacity: 1;
  }
  #hd .sec-screen .btn-container {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-screen ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hd .sec-screen li {
    width: calc(50% - 0.5em);
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-screen h3 {
    font-size: 1.3em;
  }
  #hd .sec-screen .screen-swiper .swiper-slide {
    padding-right: 0.6em;
  }
  #hd .sec-screen .screen-swiper .swiper-slide > div {
    min-height: 31em;
    padding-top: 6%;
  }
  #hd .sec-screen .compare-container .hd-tag {
    font-size: 0.75em;
  }
  #hd .sec-screen figure {
    margin-bottom: 1em;
  }
  #hd .sec-screen figure img {
    width: 100%;
  }
  #hd .sec-screen .swiper-wrapper .hd-col50 p {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-screen {
    text-align: center;
  }
  #hd .sec-screen .txt {
    margin-bottom: 1em;
  }
  #hd .sec-screen ul {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  #hd .sec-screen li {
    width: 100%;
    margin: 0.25em 0;
  }
  #hd .sec-screen .note-container {
    text-align: left;
  }
  #hd .sec-screen .compare-container {
    max-width: none !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-screen .sub-title {
    font-size: 1em;
  }
  #hd .sec-screen h3 {
    font-size: 1.15em;
  }
  #hd .sec-screen .screen-swiper .swiper-slide > div {
    min-height: 27em;
  }
  #hd .sec-screen figure.compare-container {
    margin: 0.5em auto 4em;
  }
}
#hd .sec-aspect {
  background: black;
  padding: 4em 0 8em;
  position: relative;
  overflow: hidden;
}
#hd .sec-aspect .hd-container {
  display: block;
  padding: 0;
}
#hd .sec-aspect .hd-content {
  max-width: 60em;
  margin: 0 auto 2em;
}
#hd .sec-aspect figure {
  width: 80%;
  max-width: 60em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#hd .sec-aspect figure img {
  width: 100%;
}
#hd .sec-aspect figure li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#hd .sec-aspect figure li.hd-active {
  opacity: 1;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
}
#hd .sec-aspect .filter-trigger {
  margin-bottom: 2.25em;
  position: relative;
  z-index: 2;
}
#hd .sec-aspect .filter-trigger button {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  line-height: 1;
  padding: 0.5em 0.5em 0.25em 0.75em;
  background: rgba(200, 200, 200, 0.2);
  border: 1px solid rgba(200, 200, 200, 0.5);
  color: #c8c8c8;
  margin: 0.25em;
  cursor: pointer;
}
#hd .sec-aspect .filter-trigger button:hover, #hd .sec-aspect .filter-trigger button:focus-visible {
  color: white;
}
#hd .sec-aspect .filter-trigger button.hd-active {
  background: rgba(245, 25, 40, 0.25);
  border-color: rgba(245, 25, 40, 0.5);
  color: white;
  cursor: default;
}

@media screen and (max-width: 1280px) {
  #hd .sec-aspect {
    padding: 2em 0 4em;
  }
  #hd .sec-aspect .hd-content {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-aspect {
    position: relative;
    overflow: hidden;
  }
  #hd .sec-aspect figure {
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-aspect figure {
    width: 130%;
    margin-left: -15%;
  }
  #hd .sec-aspect .filter-trigger {
    margin-bottom: 1em;
  }
}
#hd .pin-friendly .txt-stroke {
  font-size: 14vw;
  line-height: 1.1;
  margin-bottom: -0.425em;
}
#hd .sec-brightness {
  padding: 0 0 6em;
  position: relative;
  overflow: hidden;
}
#hd .sec-brightness .hd-content {
  max-width: 52em;
  margin: 0 auto 1em;
}
#hd .sec-brightness .compare-container > div {
  display: block;
}
#hd .sec-brightness .compare-container.style-folder {
  padding: 0 1%;
}
#hd .sec-brightness .hd-frame img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-brightness {
    padding: 6em 0 4em;
  }
  #hd .sec-brightness .hd-content {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-brightness .compare-container {
    max-width: none !important;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-brightness {
    padding: 4em 0 2em;
  }
  #hd .sec-brightness .compare-container {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-brightness .compare-container.style-folder .hd-tag {
    font-size: 0.8em;
  }
}
#hd .sec-displaywidget {
  padding: 8em 0 6em;
  position: relative;
  overflow: hidden;
}
#hd .sec-displaywidget .hd-container {
  max-width: 52em;
  margin: 0 auto 4em;
}
#hd .sec-displaywidget .hd-content {
  margin-bottom: 3em;
}
#hd .sec-displaywidget .hd-content p {
  max-width: 45em;
}
#hd .sec-displaywidget .btn-container {
  margin-top: 3em;
}
#hd .sec-displaywidget .btn-container .hd-btn {
  padding-left: 1em;
  padding-right: 1em;
}
#hd .sec-displaywidget .ui {
  width: 100%;
}
#hd .sec-displaywidget .featire-list {
  margin-bottom: 1em;
}
#hd .sec-displaywidget .featire-list li {
  width: 23.5%;
  padding: 1em;
  border: 2px solid transparent;
  -o-border-image: linear-gradient(to top left, #d4202a, #772cc4, #0097ff);
     border-image: -webkit-gradient(linear, right bottom, left top, from(#d4202a), color-stop(#772cc4), to(#0097ff));
     border-image: linear-gradient(to top left, #d4202a, #772cc4, #0097ff);
  border-image-slice: 1;
  background: linear-gradient(-20deg, #82020e 0%, rgb(0, 0, 0) 50%);
}
#hd .sec-displaywidget .featire-list p {
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 0.4em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-displaywidget {
    padding: 6em 0 4em;
  }
  #hd .sec-displaywidget .hd-content {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-displaywidget .featire-list p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-displaywidget .featire-list {
    margin-bottom: 0;
  }
  #hd .sec-displaywidget .featire-list li {
    width: 49%;
    margin-bottom: 2%;
  }
  #hd .sec-displaywidget .featire-list p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-displaywidget {
    padding: 4em 0 2em;
  }
}
#hd .sec-ai {
  overflow: hidden;
  padding-top: 3%;
}
#hd .sec-ai .ai-swiper {
  overflow: hidden;
}
#hd .sec-ai .vid-container {
  padding-bottom: 55.8%;
}
#hd .sec-ai .hd-container {
  margin-bottom: 3%;
}
#hd .sec-ai .hd-container h2 {
  margin-bottom: 0.3em;
}
#hd .sec-ai .hd-container p {
  max-width: 60em;
  margin: 0 auto;
}
#hd .sec-ai .remark {
  display: block;
  text-align: center;
  margin-top: 0.5em;
}
#hd .sec-ai .txt-stroke {
  font-size: 14vw;
  line-height: 1.1;
}
#hd .sec-ai h2 {
  margin-bottom: 3%;
}
#hd .sec-ai .hd-content {
  margin-top: 3%;
}
#hd .sec-ai .ani-replay {
  position: absolute;
  border: 1px solid #f51928;
  bottom: 0.5em;
  right: 0.5em;
  background-color: black;
  color: #f51928;
  padding: 0.5em 1em;
  border-radius: 2em;
  cursor: pointer;
}
#hd .sec-ai .ani-replay:hover {
  background-color: #111;
}
#hd .sec-ai .ani-replay .icon {
  display: inline-block;
  width: 1.4em;
  vertical-align: bottom;
}
#hd .sec-ai .ani-replay p {
  display: inline-block;
}
#hd .sec-ai .ai-swiper .swiper-slide {
  padding: 0 2%;
  opacity: 0.3;
}
#hd .sec-ai .ai-swiper .swiper-slide > div {
  background-color: #111;
  border: 1px solid #333;
  padding: 3%;
  border-radius: 2em;
}
#hd .sec-ai .ai-swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#hd .sec-ai .ai-swiper .txt {
  padding-left: 4%;
  max-width: 34em;
}
#hd .sec-ai .ai-swiper .txt h3 {
  font-size: 1.52em;
}
#hd .sec-ai .ai-swiper figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#hd .sec-ai .ai-swiper figure img {
  position: relative;
  width: 100%;
}
#hd .sec-ai .ai-swiper figure .hd-tag.right {
  right: 0;
  left: auto;
}
#hd .sec-ai .ai-swiper figure .cover {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#hd .sec-ai .ai-swiper figure .crosshair-bg {
  height: 100%;
  width: auto;
  max-width: none !important;
}
#hd .sec-ai .ai-swiper.is-animated .swiper-slide-active .crosshair-cover-green {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: crosshair-cover-green;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: crosshair-cover-green;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 2;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1.5s;
  -o-animation-name: crosshair-cover-green;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 2;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 1.5s;
  animation-name: crosshair-cover-green;
  animation-timing-function: ease;
  animation-iteration-count: 2;
  animation-fill-mode: both;
}
#hd .sec-ai .ai-swiper.is-animated .swiper-slide-active .crosshair-cover-red {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: crosshair-cover-red;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: crosshair-cover-red;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 2;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1.5s;
  -o-animation-name: crosshair-cover-red;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 2;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 1.5s;
  animation-name: crosshair-cover-red;
  animation-timing-function: ease;
  animation-iteration-count: 2;
  animation-fill-mode: both;
}
#hd .sec-ai .ai-swiper.is-animated .swiper-slide-active .crosshair-bg {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: crosshair-bg;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: crosshair-bg;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 2;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 1.5s;
  -o-animation-name: crosshair-bg;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 2;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 1.5s;
  animation-name: crosshair-bg;
  animation-timing-function: ease;
  animation-iteration-count: 2;
  animation-fill-mode: both;
}
#hd .sec-ai .ai-swiper.is-animated .swiper-slide-active .boost-cover-2 {
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: boost-cover-2;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 4s;
  -moz-animation-name: boost-cover-2;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 4s;
  -o-animation-name: boost-cover-2;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 4s;
  animation-name: boost-cover-2;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-ai .ai-swiper.is-animated .swiper-slide-active .boost-cover-3 {
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: boost-cover-3;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 4s;
  -moz-animation-name: boost-cover-3;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 4s;
  -o-animation-name: boost-cover-3;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 4s;
  animation-name: boost-cover-3;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-ai .ai-swiper.is-animated .swiper-slide-active .boost-cover-4 {
  opacity: 0;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: boost-cover-4;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 4s;
  -moz-animation-name: boost-cover-4;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 4s;
  -o-animation-name: boost-cover-4;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.8s;
  animation-duration: 4s;
  animation-name: boost-cover-4;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-ai .ai-pagination {
  border-bottom: 1px solid #777;
  width: 100%;
  max-width: 62em;
  margin: 0 auto;
}
#hd .sec-ai .ai-pagination h3 {
  font-size: 1.25em;
}
#hd .sec-ai .swiper-pagination-bullet {
  width: auto;
  padding: 0 2em;
  height: auto;
  background: transparent;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}
#hd .sec-ai .swiper-pagination-bullet:before {
  display: none;
}
#hd .sec-ai .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #f51928;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 3000px) {
  #hd .sec-ai .hd-w1000 {
    max-width: 1800px;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-ai .ai-swiper .swiper-slide > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hd .sec-ai .ai-swiper .txt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3%;
    max-width: 600px;
  }
  #hd .sec-ai .ai-swiper figure {
    width: 100%;
    max-width: 600px;
  }
  #hd .sec-ai .swiper-pagination-bullet {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #hd .sec-ai .ai-pagination {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ai {
    padding-top: 6%;
  }
  #hd .sec-ai .swiper-pagination-bullet {
    padding: 0 1em;
  }
  #hd .sec-ai .ai-swiper .swiper-slide > div {
    padding: 6% 4%;
    border-radius: 1em;
  }
  #hd .sec-ai .ai-swiper .txt h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ai .swiper-pagination-bullet h3 {
    font-size: 0.9em;
  }
  #hd .sec-ai .ai-swiper figure .hd-tag {
    max-width: 40%;
  }
  #hd .sec-ai .ai-swiper figure .hd-tag strong, #hd .sec-ai .ai-swiper figure .hd-tag span {
    display: inline;
    line-height: 1.1;
  }
}
@media screen and (max-width: 375px) {
  #hd .sec-ai {
    padding-top: 10%;
  }
  #hd .sec-ai .swiper-pagination-bullet {
    padding: 0 0.5em;
  }
}
#hd .pin-vrr .txt-stroke {
  font-size: 30vw;
  line-height: 1.1;
  margin-bottom: -30%;
}
#hd .sec-vrr {
  padding: 6em 0 8em;
  position: relative;
  overflow: hidden;
}
#hd .sec-vrr .hd-content {
  max-width: 45em;
  margin: 0 auto 7em;
}
#hd .sec-vrr h2 {
  opacity: 0;
}
#hd .sec-vrr h2:before {
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(245, 25, 40, 0.5);
  position: absolute;
  right: 100%;
  top: 0.125em;
  margin-right: 0.6em;
}
#hd .sec-vrr h2.is-animated {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInLeft;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInLeft;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInLeft;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.4s;
  animation-name: fadeInLeft;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-vrr figure {
  width: 72%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#hd .sec-vrr figure.is-animated .bg-frame {
  -webkit-animation-delay: 0.25s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: showFrame;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.25s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: showFrame;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.25s;
  -o-animation-duration: 0.8s;
  -o-animation-name: showFrame;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.8s;
  animation-name: showFrame;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-vrr .img-container {
  position: relative;
}
#hd .sec-vrr .hd-bg {
  width: 150%;
  max-width: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -25%;
  margin: auto;
  z-index: -1;
}
#hd .sec-vrr .hd-logo {
  width: 84%;
  margin-top: 5%;
}
#hd .sec-vrr .hd-tag {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
  background: #eb0000;
  padding: 0.25em 0.75em 0;
  position: absolute;
  margin: 0.75em 2.5em;
}
#hd .sec-vrr .tag-on {
  top: 0;
  left: 0;
}
#hd .sec-vrr .tag-off {
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1280px) {
  #hd .sec-vrr {
    padding: 4em 0 6em;
  }
  #hd .sec-vrr .hd-content {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .pin-vrr .txt-stroke {
    font-size: 40vw;
    margin-bottom: -40%;
  }
}
@media screen and (max-width: 768px) {
  #hd .pin-vrr .txt-stroke {
    font-size: 47vw;
    margin-bottom: -50%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-vrr .hd-content {
    text-align: center;
    margin: 0 auto 2em;
  }
  #hd .sec-vrr figure {
    width: 80%;
  }
  #hd .sec-vrr .hd-logo {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 1em auto;
  }
  #hd .sec-vrr .hd-bg {
    width: 120%;
    left: -10%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-vrr {
    padding: 4em 0;
  }
  #hd .sec-vrr figure {
    width: 100%;
  }
}
#hd .sec-design {
  padding: 6em 0 10em;
  position: relative;
  overflow: hidden;
}
#hd .sec-design .deco-txt {
  width: 5%;
  max-height: calc(100vh - 100px) !important;
  position: absolute;
  top: 0;
  right: 87%;
}
#hd .sec-design .hd-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 5%;
  position: relative;
  z-index: 2;
}
#hd .sec-design .hd-panel:before {
  content: "";
  display: block;
  width: 50%;
  height: 0;
  padding-bottom: 30%;
  background: url(../img/design/bg-dots.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: -1em;
  left: -11%;
  z-index: -1;
}
#hd .sec-design .hd-panel:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 0;
  margin-left: -5%;
  margin-right: 5%;
  margin-bottom: 2em;
}
#hd .sec-design .hd-panel:nth-child(2):before {
  top: 15%;
  left: 75%;
}
#hd .sec-design .hd-panel:nth-child(2) figure {
  margin: 0;
}
#hd .sec-design .hd-panel:nth-child(2) h2 {
  max-width: 8em;
  white-space: nowrap;
  margin-left: -1.1em;
}
#hd .sec-design .hd-panel:nth-child(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#hd .sec-design .hd-panel:nth-child(3):before {
  top: 65%;
}
#hd .sec-design .hd-panel:nth-child(3) figure {
  margin: 0 auto;
}
#hd .sec-design h2 {
  padding-left: 1.25em;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#hd .sec-design h2:before {
  content: "";
  display: block;
  width: 0.875em;
  height: 0.875em;
  background: url(../img/square.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.05em;
  left: 0;
}
#hd .sec-design h2 .txt-larger {
  font-size: 1.1em;
}
#hd .sec-design figure {
  width: 65%;
  border-top: 0.5em solid #f51928;
  margin-left: auto;
  margin-top: -1.75em;
  position: relative;
  overflow: hidden;
}
#hd .sec-design figure p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5em;
  padding: 2em;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#hd .sec-design figure:hover p, #hd .sec-design figure:focus-visible p {
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  #hd .sec-design .deco-txt {
    right: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #hd .sec-design {
    padding: 6em 0 8em;
  }
  #hd .sec-design .deco-txt {
    right: 93%;
  }
  #hd .sec-design .hd-panel:nth-child(2) {
    margin: 0 0 2em 0;
  }
  #hd .sec-design h2 .txt-larger {
    font-size: 1em;
  }
  #hd .sec-design figure {
    margin-top: -1.25em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-design {
    padding: 4em 0 6em;
  }
  #hd .sec-design .hd-container {
    padding-left: 5%;
  }
  #hd .sec-design figure {
    margin-top: -0.875em;
  }
  #hd .sec-design figure p {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-design .hd-panel:nth-child(2) h2 {
    white-space: normal;
  }
  #hd .sec-design h2 br {
    display: none;
  }
  #hd .sec-design figure {
    width: 75%;
  }
  #hd .sec-design figure p {
    font-size: 1em;
    padding: 1em 0;
    position: relative;
    opacity: 1;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-design figure {
    width: 100%;
    margin-top: -0.5em;
  }
  #hd .sec-design .hd-panel:nth-child(n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2em;
    padding-left: 0;
  }
  #hd .sec-design .hd-panel:nth-child(n) h2 {
    max-width: none;
    margin-left: 0;
    margin-bottom: 0.4em;
  }
  #hd .sec-design .hd-panel:nth-child(n) figure {
    margin-top: -0.5em;
  }
  #hd .sec-design .hd-panel:nth-child(2) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-design {
    padding-bottom: 4em;
  }
  #hd .sec-design .deco-txt {
    display: none;
  }
  #hd .sec-design .hd-container {
    padding-left: 0;
  }
  #hd .sec-design .hd-panel {
    padding-left: 0;
  }
  #hd .sec-design figure {
    border-top-width: 4px;
  }
}
#hd .sec-enhancement {
  padding: 6% 0 2%;
  position: relative;
  background: black;
}
#hd .sec-enhancement h2 {
  margin-bottom: 0.75em;
}
#hd .sec-enhancement .tab-filter {
  width: 100%;
}
#hd .sec-enhancement .tab-filter li {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#hd .sec-enhancement .tab-filter h3 {
  min-width: 8em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#hd .sec-enhancement .filter-target li {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
#hd .sec-enhancement .filter-target li img {
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-enhancement .filter-target li.hd-active {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#hd .sec-enhancement .hd-content {
  max-width: 50em;
  margin: 0 auto 2em;
}
#hd .sec-enhancement .filter-trigger {
  max-width: 56em;
  margin: 0 auto;
}
#hd .sec-enhancement .filter-trigger button {
  cursor: pointer;
  width: 14.2857142857%;
}
#hd .sec-enhancement .filter-trigger button .h5 {
  margin-top: -0.25em;
  opacity: 0.75;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd .sec-enhancement .filter-trigger button:hover .h5 {
  opacity: 1;
}
#hd .sec-enhancement .filter-trigger button.hd-active .hd-icon {
  background-position: 100% 0;
}
#hd .sec-enhancement .filter-trigger button.hd-active .h5 {
  opacity: 1;
}
#hd .tab-boost figure {
  border: 1px solid #f51928;
  margin-top: 2em;
}
#hd .tab-boost figure > div {
  padding: 0;
}
#hd .tab-boost figure .right .hd-tag {
  left: auto;
  right: 0;
}
#hd .tab-gameplus figure,
#hd .tab-gamevisual figure {
  max-width: 41em;
  margin: 1em auto 0;
}
#hd .tab-gameplus figure {
  position: relative;
  overflow: hidden;
}
#hd .tab-gameplus figure img {
  width: 100%;
}
#hd .tab-gameplus .hd-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: 0 0;
  background-size: 200%;
}
#hd .tab-gameplus .hd-icon.icon-stopwatch {
  background-image: url(../img/gameplus/ic_stopwatch.jpg);
}
#hd .tab-gameplus .hd-icon.icon-crosshair {
  background-image: url(../img/gameplus/ic_crosshair.jpg);
}
#hd .tab-gameplus .hd-icon.icon-timer {
  background-image: url(../img/gameplus/ic_timer.jpg);
}
#hd .tab-gameplus .hd-icon.icon-fps {
  background-image: url(../img/gameplus/ic_fps.jpg);
}
#hd .tab-gameplus .hd-icon.icon-display {
  background-image: url(../img/gameplus/ic_display-alignment.jpg);
}
#hd .tab-gameplus .hd-icon.icon-sniper {
  background-image: url(../img/gameplus/ic_sniper.jpg);
}
#hd .tab-gameplus .hd-icon.icon-vision {
  background-image: url(../img/gameplus/ic_sniper-night-vision.jpg);
}
#hd .tab-gamevisual figure {
  position: relative;
}
#hd .tab-gamevisual figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .tab-gamevisual figure li:first-child img {
  position: relative;
}
#hd .tab-gamevisual .hd-content li {
  width: 100%;
}
#hd .tab-gamevisual .hd-content li.hd-active .h5 {
  opacity: 1;
}
#hd .tab-gamevisual .hd-content .h5 {
  letter-spacing: 0;
}
#hd .tab-gamevisual .hd-content .filter-trigger {
  margin-top: 3em;
  margin-bottom: -1em;
}
#hd .tab-gamevisual .hd-content .filter-trigger button {
  width: auto;
  margin-right: 2em;
}
#hd .tab-gamevisual .hd-content .filter-trigger button.hd-active .h5 {
  color: white;
}
#hd .tab-gamevisual .hd-content .filter-target li {
  opacity: 0.8;
  display: none;
}
#hd .tab-gamevisual .hd-content .filter-target li.hd-active {
  display: block;
}
#hd .tab-gamevisual .filter-target {
  position: relative;
  overflow: hidden;
}
#hd .tab-flickerfree .compare-container,
#hd .tab-ultralow .compare-container {
  max-width: 42em;
}
#hd .tab-flickerfree .hd-logo,
#hd .tab-ultralow .hd-logo {
  width: 15em;
  margin: -1em auto 0;
}

@media screen and (min-width: 2560px) {
  #hd .tab-flickerfree .compare-container,
  #hd .tab-ultralow .compare-container {
    max-width: 70em;
  }
}
@media screen and (min-width: 3000px) {
  #hd .tab-flickerfree .compare-container,
  #hd .tab-ultralow .compare-container {
    max-width: 49em;
  }
  #hd .tab-flickerfree figure img,
  #hd .tab-ultralow figure img {
    max-width: 900px !important;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-enhancement .tab-filter li {
    width: auto;
  }
  #hd .sec-enhancement .tab-filter li h3 {
    font-size: 1.125em;
  }
  #hd .tab-gameplus figure,
  #hd .tab-gamevisual figure {
    width: 50%;
  }
  #hd .tab-gameplus .hd-icon {
    width: 80px;
    height: 80px;
  }
  #hd .tab-flickerfree .hd-content img {
    margin: 1.5em 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-enhancement {
    padding: 4em 0;
  }
  #hd .sec-enhancement .tab-filter {
    width: 100%;
  }
  #hd .sec-enhancement h2 {
    text-align: left;
  }
  #hd .sec-enhancement figure {
    width: 100%;
  }
  #hd .tab-gamevisual .hd-content .h5 {
    font-size: 1.125em;
  }
  #hd .tab-ultralow .hd-content ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-enhancement {
    padding: 2em 0;
  }
  #hd .sec-enhancement .h3 {
    font-size: 1.5em;
  }
  #hd .sec-enhancement .hd-content {
    text-align: left;
  }
  #hd .sec-enhancement .compare-container > div {
    width: 50%;
    margin-bottom: 0;
  }
  #hd .sec-enhancement .compare-container .hd-tag {
    font-size: 12px;
  }
  #hd .tab-gameplus .filter-trigger button {
    width: 33.3333%;
    margin-top: 0.5em;
  }
  #hd .tab-gameplus .hd-icon {
    width: 60px;
    height: 60px;
  }
  #hd .tab-gamevisual .hd-content .h5 {
    font-size: 1.125em;
  }
  #hd .tab-gamevisual .hd-content .filter-trigger {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hd .tab-gamevisual .hd-content .filter-trigger button {
    margin-right: 1.5em;
    margin-bottom: 0.5em;
  }
  #hd .tab-flickerfree .hd-logo,
  #hd .tab-ultralow .hd-logo {
    margin: 0 auto;
  }
  #hd .tab-boost figure > div {
    width: 50%;
  }
}
#hd .sec-ergonomic {
  position: relative;
  overflow: hidden;
}
#hd .sec-ergonomic .deco-top {
  width: 7%;
  min-width: 5em;
  position: absolute;
  top: 0;
  right: 80%;
}
#hd .sec-ergonomic .dots {
  width: 40%;
  margin: 0 auto;
  margin-top: 6%;
}
#hd .sec-ergonomic .hd-content {
  margin-bottom: 3em;
}
#hd .sec-ergonomic .hd-content p {
  max-width: 52em;
  margin-bottom: 2em;
}
#hd .sec-ergonomic li {
  padding: 0 1em;
  position: relative;
}
#hd .sec-ergonomic li:last-child figure:after {
  display: none;
}
#hd .sec-ergonomic li img {
  width: 100%;
}
#hd .sec-ergonomic figure {
  position: relative;
}
#hd .sec-ergonomic .hd-txt {
  margin-top: 1em;
}
#hd .sec-ergonomic .hd-txt p {
  line-height: 1.125;
  margin-bottom: 0.125em;
}
#hd .sec-ergonomic .hd-txt p span {
  font-size: 1.125em;
}
#hd .sec-ergonomic .hd-txt p.color-primary {
  font-weight: bold;
}
#hd .sec-ergonomic .deco-dots {
  width: 50%;
  margin: 3em auto 0;
}
#hd .sec-ergonomic .deco-dots:before {
  left: 10%;
}
#hd .sec-ergonomic .deco-dots:after {
  right: 10%;
}
#hd .sec-ergonomic .deco-dots .hd-deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#hd .sec-ergonomic .deco-dots .hd-deco:before {
  left: 26%;
}
#hd .sec-ergonomic .deco-dots .hd-deco:after {
  right: 26%;
}
#hd .sec-ergonomic .deco-dots .hd-deco:last-child:before {
  left: 42%;
}
#hd .sec-ergonomic .deco-dots .hd-deco:last-child:after {
  right: 42%;
}

@media screen and (max-width: 1024px) {
  #hd .sec-ergonomic figure:after {
    height: 1em;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-ergonomic ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #hd .sec-ergonomic li {
    width: 50%;
    padding: 0 1.5em;
    margin-bottom: 2em;
  }
  #hd .sec-ergonomic figure:after {
    display: none;
  }
  #hd .sec-ergonomic .deco-dots {
    width: 90%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ergonomic ul {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ergonomic li {
    padding: 0 0.5em;
  }
}
#hd .sec-more {
  padding: 0;
}
#hd .sec-more .hd-container {
  position: relative;
}
#hd .sec-more .hd-col50 {
  position: relative;
  padding: 11% 4% 11%;
  width: 100%;
}
#hd .sec-more .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .sec-more .more-btn {
  position: relative;
  display: block;
  padding: 6% 6% 4%;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.2);
  text-transform: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#hd .sec-more .more-btn:hover {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(0, -4%);
  transform: translate(0, -4%);
}
#hd .sec-more .more-btn:before {
  content: "";
  position: absolute;
  width: 9px;
  height: calc(100% - 18px);
  left: 9px;
  top: 9px;
  background-color: white;
}
#hd .sec-more .more-btn .p {
  text-align: center;
  font-size: 1.4em;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #f51928 !important;
}
#hd .sec-more .more-btn span {
  color: white;
}

@media screen and (min-width: 2560px) {
  #hd .sec-more .hd-w900 {
    max-width: 1000px;
  }
  #hd .sec-more .more-btn:before {
    width: 10px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .sec-more .hd-w900 {
    max-width: 1300px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-more .more-btn .p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-more .more-btn {
    padding: 6% 9% 4%;
  }
  #hd .sec-more .more-btn .p {
    font-size: 1.3em;
  }
}
#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 h3 {
  margin-top: 60px;
}
#hd .sec-faq .list-feature > li {
  padding: 14px 40px 14px;
  border-radius: 20px;
  background: #333;
  margin-bottom: 20px;
}
#hd .sec-faq .list-feature button {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: white;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#hd .sec-faq .list-feature button i {
  display: block;
  width: 1.8em;
  height: 1.8em;
  border-radius: 2em;
  background: none;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -webkit-transition: transform 0.25s 0.25s ease, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button i:before, #hd .sec-faq .list-feature button i:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  border-radius: 2px;
  background: #f51928;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .sec-faq .list-feature button i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hd .sec-faq .list-feature button:hover i, #hd .sec-faq .list-feature button:focus-visible i {
  background: black;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before, #hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  background: white;
  -webkit-transition: transform 0.25s 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd .sec-faq .list-feature button[aria-expanded=true] h4 {
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUpSmall;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUpSmall;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUpSmall;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-faq .list-feature h4 {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#hd .sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 22px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#hd .sec-faq .list-feature p {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
#hd .sec-faq .list-feature .txt-link {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  color: inherit;
  cursor: pointer;
}
#hd .sec-faq .list-feature .txt-link:hover, #hd .sec-faq .list-feature .txt-link:focus-visible {
  color: #f51928 !important;
}
#hd .sec-faq .detail-list {
  padding-left: 1.2em;
}
#hd .sec-faq .detail-list li {
  list-style: disc;
  margin: 0.4em 0;
  font-size: 1em;
  line-height: 1.3;
}

@media screen and (max-width: 1280px) {
  #hd .sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-faq 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;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-faq h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq {
    padding: 8% 0;
  }
  #hd .sec-faq .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .sec-faq .hd-intro {
    width: 100%;
    text-align: center;
  }
  #hd .sec-faq .list-feature {
    font-size: 1em;
  }
  #hd .sec-faq .list-feature > li {
    padding: 6px 16px;
    margin-bottom: 12px;
    border-radius: 10px;
  }
}
/*# sourceMappingURL=hd-style.css.map */