@import url(../lib/swiper/swiper-bundle.min.css);
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
#hd {
  --border-radius: 20px; }
  @media screen and (max-width: 768px) {
    #hd {
      --border-radius: 16px; } }
  @media screen and (max-width: 620px) {
    #hd {
      --border-radius: 12px; } }

/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.disclaimerWrapper,
.Footer__footerContent__22G1u,
.FooterBreadcrumb__wrapper__2uJ7V,
.FooterBreadcrumb__themeWhite__3uyCB,
.asusOfficialFooter {
  position: relative;
  z-index: 2; }

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

/* ---------- RESET ---------- */
#hd {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", 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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word; }
    #hd * ::selection {
      background: #1d2124;
      color: #ff9e1b; }
    #hd * ::-moz-selection {
      background: #1d2124;
      color: #ff9e1b; }
  #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;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
  #hd iframe,
  #hd video {
    max-width: 100%; }
  #hd button {
    background: none;
    border: none;
    box-shadow: none; }
  #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: 1px solid #ff9e1b; }
  #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% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-moz-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-ms-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-o-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-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;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes revealTag {
  0% {
    clip-path: polygon(0 0, 0 calc(100% - .2em), 0 100%, 0 100%, 0 0); }
  100% {
    clip-path: polygon(100% 0, 100% calc(100% - .2em), calc(100% - .2em) 100%, 0 100%, 0 0); } }
@-moz-keyframes revealTag {
  0% {
    clip-path: polygon(0 0, 0 calc(100% - .2em), 0 100%, 0 100%, 0 0); }
  100% {
    clip-path: polygon(100% 0, 100% calc(100% - .2em), calc(100% - .2em) 100%, 0 100%, 0 0); } }
@-ms-keyframes revealTag {
  0% {
    clip-path: polygon(0 0, 0 calc(100% - .2em), 0 100%, 0 100%, 0 0); }
  100% {
    clip-path: polygon(100% 0, 100% calc(100% - .2em), calc(100% - .2em) 100%, 0 100%, 0 0); } }
@-o-keyframes revealTag {
  0% {
    clip-path: polygon(0 0, 0 calc(100% - .2em), 0 100%, 0 100%, 0 0); }
  100% {
    clip-path: polygon(100% 0, 100% calc(100% - .2em), calc(100% - .2em) 100%, 0 100%, 0 0); } }
@keyframes revealTag {
  0% {
    clip-path: polygon(0 0, 0 calc(100% - .2em), 0 100%, 0 100%, 0 0); }
  100% {
    clip-path: polygon(100% 0, 100% calc(100% - .2em), calc(100% - .2em) 100%, 0 100%, 0 0); } }
@-webkit-keyframes revealFrame {
  0% {
    opacity: 0;
    transform: scale(1, 0); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1;
    transform: scale(1, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@-moz-keyframes revealFrame {
  0% {
    opacity: 0;
    transform: scale(1, 0); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1;
    transform: scale(1, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@-ms-keyframes revealFrame {
  0% {
    opacity: 0;
    transform: scale(1, 0); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1;
    transform: scale(1, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@-o-keyframes revealFrame {
  0% {
    opacity: 0;
    transform: scale(1, 0); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1;
    transform: scale(1, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@keyframes revealFrame {
  0% {
    opacity: 0;
    transform: scale(1, 0); }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1;
    transform: scale(1, 0); }
  100% {
    opacity: 1;
    transform: scale(1, 1); } }
@-webkit-keyframes revealFrameContent {
  0%,
    90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes revealFrameContent {
  0%,
    90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes revealFrameContent {
  0%,
    90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes revealFrameContent {
  0%,
    90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes revealFrameContent {
  0%,
    90% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes stripe {
  0% {
    transform: translate(11.74px, 144.414993px); }
  to {
    transform: translate(11.74px, 158.875542px); } }
@-webkit-keyframes breathing {
  50% {
    opacity: 0; } }
@-moz-keyframes breathing {
  50% {
    opacity: 0; } }
@-ms-keyframes breathing {
  50% {
    opacity: 0; } }
@-o-keyframes breathing {
  50% {
    opacity: 0; } }
@keyframes breathing {
  50% {
    opacity: 0; } }
@-webkit-keyframes flicker-less-arrow-top {
  100% {
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); } }
@-moz-keyframes flicker-less-arrow-top {
  100% {
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); } }
@-ms-keyframes flicker-less-arrow-top {
  100% {
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); } }
@-o-keyframes flicker-less-arrow-top {
  100% {
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); } }
@keyframes flicker-less-arrow-top {
  100% {
    -moz-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%); } }
@-webkit-keyframes flicker-less-arrow-bottom {}
@-moz-keyframes flicker-less-arrow-bottom {}
@-ms-keyframes flicker-less-arrow-bottom {}
@-o-keyframes flicker-less-arrow-bottom {}
@-webkit-keyframes flicker-less-bar {
  100% {
    height: 35%; } }
@-moz-keyframes flicker-less-bar {
  100% {
    height: 35%; } }
@-ms-keyframes flicker-less-bar {
  100% {
    height: 35%; } }
@-o-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; } }
@-moz-keyframes crosshair-cover-green {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes crosshair-cover-green {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-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% {
    -moz-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes crosshair-bg {
  50% {
    -moz-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes crosshair-bg {
  50% {
    -moz-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes crosshair-bg {
  50% {
    -moz-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes crosshair-bg {
  50% {
    -moz-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes boost-cover-2 {
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes boost-cover-2 {
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-ms-keyframes boost-cover-2 {
  25% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-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; } }
@-moz-keyframes boost-cover-3 {
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-ms-keyframes boost-cover-3 {
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-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; } }
@-moz-keyframes boost-cover-4 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes boost-cover-4 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes boost-cover-4 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes boost-cover-4 {
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@font-face {
  font-family: 'MachineBT';
  src: url("../fonts/MachineBT.woff"), url("../fonts/MachineBT.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
#hd {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
  font-size: 16px; }
  #hd h2,
  #hd .h2 {
    font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    position: relative;
    font-size: 4em;
    letter-spacing: .018em;
    line-height: 1.125;
    color: #ffffff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .5em;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5); }
    #hd h2.color-primary,
    #hd .h2.color-primary {
      color: #ff9e1b !important; }
  #hd h3,
  #hd .h3 {
    font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1.7em;
    color: #ffffff !important;
    line-height: 1.125;
    margin-bottom: .5em; }
    #hd h3.color-primary,
    #hd .h3.color-primary {
      color: #ff9e1b !important; }
  #hd h4,
  #hd .h4 {
    font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 2.375em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: -.35em; }
  #hd h5,
  #hd .h5 {
    font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1.25em;
    letter-spacing: .04em;
    font-weight: 400;
    line-height: 1.25;
    text-transform: uppercase; }
  #hd h6,
  #hd .h6 {
    font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5; }
  #hd p,
  #hd small,
  #hd a,
  #hd li {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif; }
  #hd p {
    font-size: 1.125em;
    line-height: 1.7;
    letter-spacing: .02em;
    font-weight: 400; }
  #hd b {
    font-weight: bold; }
  #hd small {
    font-size: .875em;
    font-weight: 400;
    letter-spacing: 0.5px; }
  #hd .align-center {
    text-align: center; }
  #hd .align-left {
    text-align: left; }
  #hd .align-italic {
    font-style: italic; }
  #hd a.txt-link {
    color: white;
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    margin-top: .5em; }
  #hd a.txt-link:hover {
    color: #ff9e1b; }
  #hd .color-primary {
    color: #ff9e1b; }
  #hd .color-grey {
    color: #d1d1d1 !important; }
  #hd .color-dark {
    color: #888888 !important; }
  #hd .color-gradient {
    display: inline-block;
    color: #ff9e1b !important;
    background-color: #52f700 0%;
    background-image: -moz-linear-gradient(90deg, #52f700 0%, #ff9e1b 100%);
    background-image: -webkit-linear-gradient(90deg, #52f700 0%, #ff9e1b 100%);
    background-image: linear-gradient(90deg, #52f700 0%, #ff9e1b 100%);
    background-size: 100% 1.125em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #hd .color-gradient::selection {
      -webkit-background-clip: text;
      -webkit-text-fill-color: #ff9e1b; }
    #hd .color-gradient::-moz-selection {
      -webkit-background-clip: text;
      -webkit-text-fill-color: #ff9e1b; }
  #hd .font-tuf {
    font-family: "KairosSansCondensedMedium", "MachineBT", "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif; }
  #hd .font-tuf-bold {
    font-family: "KairosSansCondensedBold", "MachineBT", "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif; }
  #hd .hd-uppercase {
    text-transform: uppercase; }
  #hd .nobr {
    white-space: nowrap; }

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

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px; } }
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px; } }
@media screen and (max-width: 1440px) {
  #hd h2,
  #hd .h2 {
    font-size: 3.25em; } }
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.75em; }
  #hd .hd-title-main .h3 {
    font-size: 1.25rem; }
  #hd h3,
  #hd .h3 {
    font-size: 1.25em; }
  #hd p {
    font-size: 1em; } }
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 2em;
    margin: .35em 0 .875em; }
  #hd .hd-title-main .h3 {
    font-size: 1.125rem; }
  #hd h3,
  #hd .h3 {
    font-size: 1.125em;
    line-height: 1.2; }
  #hd p {
    font-size: .9em; } }
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative; }
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1280,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
#hd .hd-w900,
#hd .hd-mw900 {
  max-width: 900px; }
#hd .hd-w1000 {
  max-width: 1000px; }
#hd .hd-w1100 {
  max-width: 1100px; }
#hd .hd-w1280 {
  max-width: 1280px; }
#hd .hd-w1366 {
  max-width: 1366px; }
#hd .hd-w1520 {
  width: 90%;
  max-width: 1520px; }
#hd .hd-w1680 {
  width: 90%;
  max-width: 1680px; }
#hd .hd-w2560 {
  max-width: 2560px;
  margin: 0 auto;
  position: relative; }
#hd .hd-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-col35 {
  width: 35%; }
#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: flex;
  flex-wrap: wrap; }
#hd .flex-nowrap {
  display: flex;
  flex-wrap: nowrap; }
#hd .align-items-center {
  align-items: center; }
#hd .align-items-start {
  align-items: flex-start; }
#hd .align-items-end {
  align-items: flex-end; }
#hd .justify-content-center {
  justify-content: center; }
#hd .justify-content-start {
  justify-content: flex-start; }
#hd .justify-content-end {
  justify-content: flex-end; }
#hd .justify-content-between {
  justify-content: space-between; }
#hd .justify-content-around {
  justify-content: space-around; }
#hd .flex-row-reverse {
  flex-direction: row-reverse; }
#hd .d-grid {
  display: grid; }
#hd .m-auto {
  margin: auto; }
#hd .ml-auto {
  margin-left: auto; }
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto; }
#hd .hd-d-none {
  display: none; }
#hd .hd-d-ib {
  display: inline-block; }

@media screen and (min-width: 2560px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1200px; }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1280,
  #hd .hd-w1366 {
    max-width: 1600px; }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2000px; } }
@media screen and (min-width: 3000px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1400px; }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1280,
  #hd .hd-w1366 {
    max-width: 2200px; }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 3000px; } }
@media screen and (max-width: 1023px) {
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1280,
  #hd .hd-w1366,
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%; } }
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none; }

  #hd .hd-d-1023-block {
    display: block; }

  #hd .hd-d-1023-inline-block {
    display: inline-block; } }
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none; }

  #hd .hd-d-768-block {
    display: block; }

  #hd .hd-d-768-flex {
    display: 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 .hd-btn {
  display: inline-block;
  width: auto !important;
  font-weight: bold;
  text-shadow: none;
  font-size: 1.25em;
  font-weight: 500;
  padding: .7em 1em .5em;
  margin-top: 1em;
  color: #ff9e1b;
  border: 1px solid #ff9e1b;
  cursor: pointer;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  -webkit-transition: background 0.25s ease;
  transition: background 0.25s ease; }
  #hd .hd-btn:hover {
    background: #ff9e1b;
    color: black; }
#hd .hd-dot-frame {
  display: inline-block;
  border: 1px solid #ff9e1b;
  position: relative;
  z-index: 2; }
  #hd .hd-dot-frame.hd-col50:first-child {
    margin-right: -1px;
    border-right-width: 0px; }
  #hd .hd-dot-frame.hd-col50:last-child {
    margin-left: -1px; }
  #hd .hd-dot-frame > .deco-top,
  #hd .hd-dot-frame > .deco-bottom {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 2; }
    #hd .hd-dot-frame > .deco-top:before, #hd .hd-dot-frame > .deco-top:after,
    #hd .hd-dot-frame > .deco-bottom:before,
    #hd .hd-dot-frame > .deco-bottom:after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: #ff9e1b;
      margin: -2px;
      position: absolute; }
  #hd .hd-dot-frame > .deco-top:before {
    top: 0;
    left: 0; }
  #hd .hd-dot-frame > .deco-top:after {
    top: 0;
    right: 0; }
  #hd .hd-dot-frame > .deco-bottom:before {
    bottom: 0;
    left: 0; }
  #hd .hd-dot-frame > .deco-bottom:after {
    bottom: 0;
    right: 0; }
  #hd .hd-dot-frame img {
    width: 100%; }
  #hd .hd-dot-frame .frame-pos {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10px auto; }
    #hd .hd-dot-frame .frame-pos .bg-black {
      background: rgba(0, 0, 0, 0.7); }
    #hd .hd-dot-frame .frame-pos .bg-white {
      background: rgba(255, 255, 255, 0.1); }
    #hd .hd-dot-frame .frame-pos .frame-content {
      padding: 8px 20px; }
      #hd .hd-dot-frame .frame-pos .frame-content strong {
        font-weight: bold; }
    #hd .hd-dot-frame .frame-pos p {
      font-size: 1em; }
#hd .is-animated .swiper-slide-active .frame-pos {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: revealFrame;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: revealFrame;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.8s;
  -o-animation-name: revealFrame;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: revealFrame;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }
  #hd .is-animated .swiper-slide-active .frame-pos .frame-content {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: revealFrameContent;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: revealFrameContent;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.8s;
    -o-animation-name: revealFrameContent;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.8s;
    animation-name: revealFrameContent;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

/* iPad Pro Portrait */
@media screen and (max-width: 620px) {
  #hd .hd-dot-frame.hd-col50 {
    width: 100%; }
    #hd .hd-dot-frame.hd-col50:first-child {
      border-right-width: 1px;
      border-bottom-width: 0;
      margin-right: 0;
      margin-bottom: -1px; }
    #hd .hd-dot-frame.hd-col50:last-child {
      margin-left: 0; } }
#hd .hd-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000; }
  #hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0; }
  #hd .hd-lightbox .hd-box {
    width: 1280px;
    height: auto;
    max-width: 90%;
    max-height: 720px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 70px;
    box-sizing: border-box; }
  #hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    #hd .hd-lightbox .vid-container iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      object-fit: contain; }
  #hd .hd-lightbox .hd-close {
    width: 4em;
    height: 4em;
    position: absolute;
    bottom: 100%;
    right: 0;
    cursor: pointer;
    z-index: 2; }
    #hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
      content: '';
      display: block;
      width: 1.5em;
      height: 2px;
      background: white;
      -webkit-border-radius: 1.5px;
      -moz-border-radius: 1.5px;
      border-radius: 1.5px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    #hd .hd-lightbox .hd-close:before {
      -moz-transform: rotateZ(45deg);
      -o-transform: rotateZ(45deg);
      -ms-transform: rotateZ(45deg);
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg); }
    #hd .hd-lightbox .hd-close:after {
      -moz-transform: rotateZ(-45deg);
      -o-transform: rotateZ(-45deg);
      -ms-transform: rotateZ(-45deg);
      -webkit-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg); }
#hd .trigger-play {
  cursor: pointer; }

@media (min-aspect-ratio: 16 / 9) and (max-height: 800px) {
  #hd .hd-vid-lightbox .hd-box {
    width: 90%;
    max-width: 1280px;
    height: calc(100% - 100px);
    margin-top: 50px; }
  #hd .hd-vid-lightbox .vid-container {
    height: 100%;
    padding-bottom: 0; } }
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-box {
    margin-top: 50px; }
  #hd .hd-lightbox .hd-close {
    width: 2.75em;
    height: 2.75em; }
    #hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
      width: 1.25em;
      height: 2px; } }
@media screen and (max-width: 620px) {
  #hd .hd-lightbox .hd-box {
    width: 100%; } }
#hd .hd-intro p {
  max-width: 56em;
  margin: 0 auto; }
#hd .list-feature {
  margin-top: 4%;
  margin-bottom: 7%; }
  #hd .list-feature > li {
    padding: 0 2.5%;
    margin-bottom: 4px; }
  #hd .list-feature .hd-frame {
    padding: 0 20px;
    border: 1px solid rgba(255, 158, 27, 0.5); }
    #hd .list-feature .hd-frame .hd-deco:before, #hd .list-feature .hd-frame .hd-deco:after {
      content: '';
      display: block;
      width: 5px;
      height: 5px;
      background: #ff9e1b;
      border: 1px solid #ff9e1b;
      position: absolute;
      margin: -3px;
      z-index: 2;
      transition: transform .25s .6s;
      -moz-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0); }
    #hd .list-feature .hd-frame .hd-deco:before {
      left: 0; }
    #hd .list-feature .hd-frame .hd-deco:after {
      right: 0; }
    #hd .list-feature .hd-frame .deco-top:before, #hd .list-feature .hd-frame .deco-top:after {
      top: 0; }
    #hd .list-feature .hd-frame .deco-bottom:before, #hd .list-feature .hd-frame .deco-bottom:after {
      bottom: 0; }
    #hd .list-feature .hd-frame.is-animated .hd-deco {
      opacity: 1;
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
      #hd .list-feature .hd-frame.is-animated .hd-deco:before, #hd .list-feature .hd-frame.is-animated .hd-deco:after {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
  #hd .list-feature .h2 {
    font-size: 3.25em;
    padding-top: 0.2em;
    margin-bottom: 0; }
#hd .frame-border {
  border: 1px solid rgba(255, 158, 27, 0.5);
  padding: 16px; }
  #hd .frame-border img {
    width: 100%; }
#hd .hd-compare-mark-container {
  margin-top: 16px; }
  #hd .hd-compare-mark-container .hd-mark {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 24px 4px 18px;
    background: rgba(255, 158, 27, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - .4em), calc(100% - .4em) 100%, 0 100%);
    font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1.6em;
    letter-spacing: .018em;
    position: relative;
    z-index: 2; }
    #hd .hd-compare-mark-container .hd-mark:before {
      content: '';
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - .4em), calc(100% - .4em) 100%, 0 100%);
      position: absolute;
      inset: 0;
      margin: auto;
      background: black;
      z-index: -1; }
    #hd .hd-compare-mark-container .hd-mark img {
      width: .75em;
      margin-right: .6em;
      margin-top: -0.25em; }
#hd .hd-tablist-scroller {
  margin-top: 5%;
  margin-bottom: 3%;
  padding-top: 1px;
  padding-bottom: 3px;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto; }
  #hd .hd-tablist-scroller::-webkit-scrollbar {
    height: 0; }
  #hd .hd-tablist-scroller::-webkit-scrollbar-track {
    background: black; }
  #hd .hd-tablist-scroller::-webkit-scrollbar-thumb {
    background: #777; }
  #hd .hd-tablist-scroller::-webkit-scrollbar-thumb:hover {
    background: #eee; }
  #hd .hd-tablist-scroller:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.75);
    position: sticky;
    left: 0; }
#hd .hd-tablist {
  position: relative;
  z-index: 2; }
  #hd .hd-tablist:before, #hd .hd-tablist:after {
    content: '';
    display: block;
    width: 16px;
    height: 32px;
    background: url(../img/deco-tablist.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    margin: auto 2px -2px; }
  #hd .hd-tablist:before {
    left: 0; }
  #hd .hd-tablist:after {
    right: 0;
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  #hd .hd-tablist button {
    flex-shrink: 0;
    cursor: pointer;
    display: inline-block;
    min-width: 20em;
    position: relative;
    z-index: 2; }
    #hd .hd-tablist button span {
      display: inline-block;
      font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
      font-size: 1.875em;
      padding: .25em .5em;
      color: white;
      position: relative; }
      #hd .hd-tablist button span:after {
        content: '';
        display: block;
        width: 100%;
        height: 7px;
        background: #ff9e1b;
        position: absolute;
        top: 100%;
        left: 0;
        bottom: 0;
        margin-top: -3px;
        transition: transform .25s;
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0); }
    #hd .hd-tablist button[aria-selected="true"] {
      cursor: default;
      pointer-events: none; }
      #hd .hd-tablist button[aria-selected="true"] span:after {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
#hd .sec-swiper {
  position: relative;
  overflow: hidden; }
#hd .swiper-panel {
  overflow: visible; }
  #hd .swiper-panel .swiper-slide {
    height: auto;
    padding: 5%;
    position: relative;
    background: #181818; }
    #hd .swiper-panel .swiper-slide > .deco-dots {
      width: 2.6%;
      position: absolute;
      top: 0;
      right: 0;
      margin: 3%;
      opacity: 0; }
    #hd .swiper-panel .swiper-slide .hd-txt {
      width: 90%;
      max-width: 44em;
      margin: 0 auto 3%; }
    #hd .swiper-panel .swiper-slide [role="tabpanel"] {
      width: 80%;
      max-width: 800px;
      margin: 0 auto; }
    #hd .swiper-panel .swiper-slide.swiper-slide-active .deco-dots {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: fadeIn;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0s;
      -o-animation-duration: 0.4s;
      -o-animation-name: fadeIn;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0s;
      animation-duration: 0.4s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
#hd .hd-frame-dot {
  position: relative;
  border: 1px solid rgba(255, 158, 27, 0.5); }
  #hd .hd-frame-dot > .hd-deco:before, #hd .hd-frame-dot > .hd-deco:after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #ff9e1b;
    border: 1px solid #ff9e1b;
    position: absolute;
    margin: -4px;
    z-index: 2; }
  #hd .hd-frame-dot > .hd-deco:before {
    left: 0; }
  #hd .hd-frame-dot > .hd-deco:after {
    right: 0; }
  #hd .hd-frame-dot > .deco-top:before, #hd .hd-frame-dot > .deco-top:after {
    top: 0; }
  #hd .hd-frame-dot > .deco-bottom:before, #hd .hd-frame-dot > .deco-bottom:after {
    bottom: 0; }

@media screen and (min-width: 2560px) {
  #hd .swiper-panel .swiper-slide [role="tabpanel"] {
    max-width: 1000px; } }
@media screen and (min-width: 3000px) {
  #hd .swiper-panel .swiper-slide [role="tabpanel"] {
    max-width: 1400px; } }
@media screen and (max-width: 1440px) {
  #hd .list-feature .h2 {
    font-size: 2.75em; } }
@media screen and (max-width: 1280px) {
  #hd .hd-compare-mark-container .hd-mark {
    padding-left: 16px;
    padding-right: 20px;
    font-size: 1.4em; } }
@media screen and (max-width: 1024px) {
  #hd .list-feature .h2 {
    font-size: 2em; }
  #hd .frame-border {
    padding: 12px; }
  #hd .hd-compare-mark-container {
    margin-top: 12px; }
    #hd .hd-compare-mark-container .hd-mark {
      padding-left: 14px;
      padding-right: 18px;
      font-size: 1.25em; }
  #hd .hd-tablist:before, #hd .hd-tablist:after {
    width: 12px;
    height: 28px; }
  #hd .hd-tablist button {
    min-width: 16em; }
    #hd .hd-tablist button span {
      font-size: 1.5em; }
  #hd .swiper-panel .swiper-slide {
    padding: 3% 5%; }
    #hd .swiper-panel .swiper-slide [role="tabpanel"] {
      width: 90%; } }
@media screen and (max-width: 768px) {
  #hd .hd-tablist-scroller {
    width: 110%;
    margin-left: -5%; }
  #hd .hd-tablist:before, #hd .hd-tablist:after {
    display: none; }
  #hd .hd-tablist button {
    min-width: 0;
    padding: 0 2%; }
    #hd .hd-tablist button span {
      padding-block: 10px;
      font-size: 1.5em; }
  #hd .swiper-panel .swiper-slide {
    padding-block: 8%; }
    #hd .swiper-panel .swiper-slide > .deco-dots {
      width: 4%; }
    #hd .swiper-panel .swiper-slide [role="tabpanel"] {
      width: 100%; }
  #hd .hd-dot-frame .frame-pos .frame-content {
    padding: 6px 12px; }
  #hd .hd-dot-frame .frame-pos p {
    font-size: 0.875em;
    line-height: 1.25; } }
@media screen and (max-width: 620px) {
  #hd .hd-tablist {
    justify-content: flex-start; }
    #hd .hd-tablist button:first-child {
      margin-left: auto; }
    #hd .hd-tablist button:last-child {
      margin-right: auto; }
  #hd .swiper-panel .swiper-slide {
    padding-block: 8%; }
    #hd .swiper-panel .swiper-slide > .deco-dots {
      width: 4%;
      margin-top: 2%; }
    #hd .swiper-panel .swiper-slide .hd-txt {
      width: 100%;
      margin-bottom: 5%; } }
@media screen and (max-width: 480px) {
  #hd .list-feature .h2 {
    font-size: 1.75em; }
  #hd .frame-border {
    padding: 8px; }
  #hd .hd-compare-mark-container {
    margin-top: 8px; }
    #hd .hd-compare-mark-container .hd-mark {
      padding: 5px 8px 2px 10px;
      font-size: .9em;
      letter-spacing: 0; } }
#hd .hd-nav {
  position: fixed;
  z-index: 10;
  top: 50%;
  opacity: 1;
  z-index: 10;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -moz-transition: transform 0.6s, opacity 0.4s;
  -o-transition: transform 0.6s, opacity 0.4s;
  -webkit-transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s; }
  #hd .hd-nav.left {
    left: 22px; }
  #hd .hd-nav.right {
    right: 22px; }
  #hd .hd-nav.is-hidden:not(:focus-within) {
    -moz-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    opacity: 0; }
  #hd .hd-nav:before, #hd .hd-nav:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url("../img/nav.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat; }
  #hd .hd-nav:before {
    bottom: 107%; }
  #hd .hd-nav:after {
    top: 107%; }
  #hd .hd-nav ul {
    margin: 0;
    padding: 0; }
    #hd .hd-nav ul li {
      display: block;
      padding: 20px 14px;
      position: relative; }
      #hd .hd-nav ul li a {
        display: block;
        z-index: 1;
        cursor: pointer;
        text-decoration: none; }
        #hd .hd-nav ul li a span {
          display: block;
          height: 5px;
          width: 17px;
          border: 1px solid #ff9e1b;
          transform: skewX(30deg);
          z-index: 1;
          -moz-transition: all 0.1s ease-in-out;
          -o-transition: all 0.1s ease-in-out;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
        #hd .hd-nav ul li a:before {
          content: "";
          position: absolute;
          width: 44px;
          height: 44px;
          top: 0;
          left: 0; }
        #hd .hd-nav ul li a:hover span, #hd .hd-nav ul li a:focus-visible span {
          background: #ff9e1b; }
        #hd .hd-nav ul li a:hover .hd-tooltip, #hd .hd-nav ul li a:focus-visible .hd-tooltip {
          opacity: 1;
          pointer-events: all; }
        #hd .hd-nav ul li a.is-current span {
          transform: skewX(30deg) translateX(8px);
          background: #ff9e1b; }
        #hd .hd-nav ul li a.is-current .hd-tooltip {
          opacity: 1; }
      #hd .hd-nav ul li .hd-tooltip {
        height: 1.8em;
        line-height: 1.5;
        font-size: .85em;
        font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
        font-weight: 500;
        white-space: nowrap;
        text-transform: uppercase;
        max-width: 17em;
        color: #ff9e1b;
        overflow: hidden;
        display: block;
        margin: auto 0;
        padding: 0 .5em;
        border-radius: 4px;
        position: absolute;
        top: .5em;
        bottom: 0;
        opacity: 0;
        text-shadow: 0 0 .1em black;
        pointer-events: none; }
        #hd .hd-nav ul li .hd-tooltip.right {
          right: 30px; }
        #hd .hd-nav ul li .hd-tooltip .left {
          left: 30px; }
  #hd .hd-nav.fp-show-active a.is-current .hd-tooltip {
    color: white;
    -webkit-transition: white .2s ease-in;
    transition: white .2s ease-in;
    width: auto; }
#hd .fix-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 150px;
  z-index: 6;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  #hd .fix-btn:hover {
    transform: translateY(-8px); }
  #hd .fix-btn img {
    width: 100%;
    cursor: pointer; }
  #hd .fix-btn p {
    position: absolute;
    width: 100%;
    top: 33%;
    right: 0;
    text-align: center;
    color: white;
    line-height: 1.3em;
    font-size: .85em;
    text-transform: uppercase;
    cursor: pointer; }

@media screen and (min-width: 2560px) {
  #hd .fix-btn {
    width: 180px; } }
@media screen and (min-width: 3000px) {
  #hd .hd-nav ul li {
    margin: 18px 0; }
    #hd .hd-nav ul li a span {
      height: 7px;
      width: 22px; }
  #hd .fix-btn {
    width: 240px; } }
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    display: none; }
    #hd .hd-nav ul li .hd-tooltip {
      display: none; } }
@media screen and (max-width: 480px) {
  #hd .scroll-up {
    bottom: 15px;
    right: 15px; }
  #hd .fix-btn {
    width: 120px; }
    #hd .fix-btn p {
      font-size: 12px; } }
#hd video {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover; }
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
#hd .vid-control {
  width: 44px;
  height: 44px;
  margin: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 2;
  cursor: pointer; }
  #hd .vid-control > img {
    width: 80%;
    position: absolute;
    inset: 0;
    margin: auto; }
  #hd .vid-control .play {
    display: none; }
  #hd .vid-control.hd-active .play {
    display: block; }
  #hd .vid-control.hd-active .pause {
    display: none; }

#hd .swiper-pagination-wrapper {
  position: relative;
  margin-top: 40px;
  text-align: center; }
#hd .swiper-pagination {
  display: inline-block;
  width: auto;
  position: relative; }
#hd .swiper-pagination-bullets {
  bottom: 0;
  margin: 0 60px; }
#hd .swiper-pause-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: -10px;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  #hd .swiper-pause-btn img,
  #hd .swiper-pause-btn svg {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #hd .swiper-pause-btn .play {
    display: none; }
  #hd .swiper-pause-btn:hover, #hd .swiper-pause-btn:focus-visible {
    opacity: 1; }
  #hd .swiper-pause-btn[aria-pressed="true"] .play {
    display: block; }
  #hd .swiper-pause-btn[aria-pressed="true"] .pause {
    display: none; }
#hd .swiper-button-next,
#hd .swiper-button-prev {
  display: inline-block;
  vertical-align: middle;
  color: #ff9e1b;
  position: relative;
  left: 0;
  right: 0;
  background-image: none !important; }
#hd .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0  6px;
  border-radius: 50%;
  opacity: 1; }
#hd .swiper-pagination-bullet-active {
  background-color: white; }
#hd .swiper-button-next,
#hd .swiper-button-prev {
  top: 0;
  bottom: auto;
  color: white;
  width: 1.4em;
  height: 1.4em; }
  #hd .swiper-button-next:after,
  #hd .swiper-button-prev:after {
    font-size: 1.4em; }

@media screen and (max-width: 768px) {
  #hd .swiper-pagination-wrapper {
    margin-top: 20px; } }
#hd .sec-kv {
  background: black;
  position: relative;
  z-index: 2; }
  #hd .sec-kv .vid-container {
    position: relative;
    padding-bottom: 46%; }
    #hd .sec-kv .vid-container:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 35%;
      bottom: 0;
      left: 0;
      background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }
  #hd .sec-kv .hd-container {
    margin-top: -5%; }
  #hd .sec-kv h2 {
    font-size: 4.5em;
    letter-spacing: 0;
    margin-bottom: .25em;
    text-shadow: 0 0 .1em black; }
  #hd .sec-kv p {
    padding: 0 1em;
    margin-bottom: 2.5em; }

@media screen and (max-width: 1280px) {
  #hd .sec-kv {
    font-size: 1.125em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-kv {
    font-size: 1em; }
    #hd .sec-kv p {
      padding: 0 1.5em;
      font-size: 1.125em; } }
@media screen and (max-width: 768px) {
  #hd .sec-kv h2 {
    font-size: 3.75em; }
  #hd .sec-kv p {
    padding: 0; } }
@media screen and (max-width: 620px) {
  #hd .sec-kv h2 {
    font-size: 2.125em; }
  #hd .sec-kv h3 {
    font-size: 1.75em; }
  #hd .sec-kv p {
    font-size: 1em;
    padding: 0; } }
#hd .sec-ksp {
  padding: 6% 0;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  #hd .sec-ksp .list-ksp {
    grid-template-columns: 1.125fr 1.125fr .75fr;
    grid-auto-rows: auto;
    grid-column-gap: 1em;
    grid-row-gap: 1em; }
    #hd .sec-ksp .list-ksp h3 {
      text-transform: uppercase;
      font-size: 2em;
      text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.5); }
      #hd .sec-ksp .list-ksp h3 .color-gradient {
        text-shadow: none; }
    #hd .sec-ksp .list-ksp .clip-box {
      position: absolute;
      background-color: black;
      overflow: visible; }
      #hd .sec-ksp .list-ksp .clip-box .vid-container {
        padding-bottom: 0;
        position: static;
        height: auto;
        width: auto; }
      #hd .sec-ksp .list-ksp .clip-box .vid-control {
        bottom: -2em;
        right: -2em; }
    #hd .sec-ksp .list-ksp figure {
      position: relative; }
    #hd .sec-ksp .list-ksp > li:nth-child(1) figure {
      position: relative;
      z-index: 3;
      width: 50%;
      margin-top: 10%; }
      #hd .sec-ksp .list-ksp > li:nth-child(1) figure img {
        width: 100%; }
    #hd .sec-ksp .list-ksp > li:nth-child(1) h3 {
      width: 50%;
      z-index: 3;
      padding-right: 0; }
      #hd .sec-ksp .list-ksp > li:nth-child(1) h3 strong {
        display: block;
        margin-bottom: -0.25em; }
    #hd .sec-ksp .list-ksp > li:nth-child(1) .clip-box {
      top: 16%;
      right: 25%;
      width: 60%;
      height: 0;
      padding-top: 60%; }
    #hd .sec-ksp .list-ksp > li:nth-child(2) {
      margin-bottom: 20%; }
      #hd .sec-ksp .list-ksp > li:nth-child(2) h3 {
        text-align: left;
        width: 60%;
        max-width: 7em;
        padding-right: 2%; }
      #hd .sec-ksp .list-ksp > li:nth-child(2) figure {
        width: 40%; }
        #hd .sec-ksp .list-ksp > li:nth-child(2) figure > img {
          width: 100%; }
      #hd .sec-ksp .list-ksp > li:nth-child(2) .clip-box {
        top: 20%;
        right: 18%;
        width: 54%;
        height: 0;
        padding-top: 54%;
        transform-origin: top right;
        transform: scaleX(0.85); }
    #hd .sec-ksp .list-ksp > li:nth-child(3) {
      margin-bottom: 12%;
      font-size: 0.95em; }
      #hd .sec-ksp .list-ksp > li:nth-child(3) img {
        width: 100%; }
    #hd .sec-ksp .list-ksp > li:nth-child(4) img {
      width: 20%; }
    #hd .sec-ksp .list-ksp > li:nth-child(5) {
      margin-top: -20%;
      position: relative;
      z-index: 2; }
      #hd .sec-ksp .list-ksp > li:nth-child(5) img {
        position: relative;
        width: 105%;
        margin: 0 -10% -9% auto;
        max-width: none !important;
        z-index: 4; }
    #hd .sec-ksp .list-ksp > li:nth-child(6) {
      margin-top: -12%; }
      #hd .sec-ksp .list-ksp > li:nth-child(6) img {
        border-radius: inherit; }
      #hd .sec-ksp .list-ksp > li:nth-child(6) figure {
        position: relative;
        z-index: 2;
        margin: 0 auto;
        width: 80%; }
        #hd .sec-ksp .list-ksp > li:nth-child(6) figure > img {
          width: 100%; }
      #hd .sec-ksp .list-ksp > li:nth-child(6) .clip-box {
        top: 14.5%;
        right: 29%;
        width: 40%;
        height: 0;
        padding-top: 40%; }
    #hd .sec-ksp .list-ksp > li:nth-child(7) {
      min-height: 10em; }
    #hd .sec-ksp .list-ksp > li:nth-child(8) {
      margin-right: -12%; }
      #hd .sec-ksp .list-ksp > li:nth-child(8) img {
        width: 40%; }
      #hd .sec-ksp .list-ksp > li:nth-child(8) h3 {
        width: 60%;
        padding-left: 3%;
        padding-left: 3%; }
    #hd .sec-ksp .list-ksp > li:nth-child(9) {
      margin-left: 18%; }
  #hd .sec-ksp .hd-frame {
    height: 100%;
    background-color: #333;
    background-image: -moz-linear-gradient(215deg, #333, #151515, #333, #151515);
    background-image: -webkit-linear-gradient(215deg, #333, #151515, #333, #151515);
    background-image: linear-gradient(215deg, #333, #151515, #333, #151515);
    position: relative;
    overflow: visible; }
    #hd .sec-ksp .hd-frame.bg-gradient {
      background-color: #a26313;
      background-image: -moz-linear-gradient(180deg, #a26313, #a57f00);
      background-image: -webkit-linear-gradient(180deg, #a26313, #a57f00);
      background-image: linear-gradient(180deg, #a26313, #a57f00); }
    #hd .sec-ksp .hd-frame .hd-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      object-fit: cover; }
    #hd .sec-ksp .hd-frame h3 {
      padding: 6%;
      line-height: 1;
      margin-bottom: -0.3em;
      position: relative;
      z-index: 3; }
      #hd .sec-ksp .hd-frame h3.txt-smaller {
        font-size: 1.75em; }
        #hd .sec-ksp .hd-frame h3.txt-smaller small {
          font-size: 0.875em; }
      #hd .sec-ksp .hd-frame h3 strong {
        font-size: 1.875em; }
        #hd .sec-ksp .hd-frame h3 strong.txt-larger {
          font-size: 3.25em; }
      #hd .sec-ksp .hd-frame h3 small {
        font-size: 0.6em; }
    #hd .sec-ksp .hd-frame span:before, #hd .sec-ksp .hd-frame span:after {
      content: '';
      position: absolute;
      width: 1.3em;
      height: 1.3em;
      background-size: cover;
      z-index: 4; }
    #hd .sec-ksp .hd-frame span.corner-top:before {
      background-image: url("../img/ksp/corner-top-left.svg");
      top: -1px;
      left: -1px; }
    #hd .sec-ksp .hd-frame span.corner-top:after {
      background-image: url("../img/ksp/corner-top-right.svg");
      top: -1px;
      right: -1px; }
    #hd .sec-ksp .hd-frame span.corner-bottom:before {
      background-image: url("../img/ksp/corner-bottom-left.svg");
      bottom: -1px;
      left: -1px; }
    #hd .sec-ksp .hd-frame span.corner-bottom:after {
      background-image: url("../img/ksp/corner-bottom-right.svg");
      bottom: -1px;
      right: -1px; }

@media screen and (min-width: 3000px) {
  #hd .sec-ksp .list-ksp > li:nth-child(7) img {
    width: 80%; } }
@media screen and (max-width: 1440px) {
  #hd .sec-ksp .list-ksp {
    font-size: 0.9em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-ksp .list-ksp {
    font-size: 0.75em; } }
@media screen and (max-width: 768px) {
  #hd .sec-ksp {
    padding: 10% 0; }
    #hd .sec-ksp .list-ksp {
      grid-template-columns: 1fr 1fr; }
      #hd .sec-ksp .list-ksp > li:nth-child(1) {
        grid-area: 1 / 1 / 3 / 2; }
      #hd .sec-ksp .list-ksp > li:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3; }
      #hd .sec-ksp .list-ksp > li:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2; }
      #hd .sec-ksp .list-ksp > li:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3; }
      #hd .sec-ksp .list-ksp > li:nth-child(5) {
        grid-area: 3 / 2 / 4 / 3; }
      #hd .sec-ksp .list-ksp > li:nth-child(6) {
        grid-area: 4 / 1 / 5 / 2; }
      #hd .sec-ksp .list-ksp > li:nth-child(7) {
        grid-area: 4 / 2 / 5 / 3; }
      #hd .sec-ksp .list-ksp > li:nth-child(8) {
        grid-area: 5 / 1 / 6 / 3; }
      #hd .sec-ksp .list-ksp > li:nth-child(9) {
        grid-area: 6 / 1 / 7 / 3; }
      #hd .sec-ksp .list-ksp > li:nth-child(n) {
        height: 100%;
        margin-top: 0; }
      #hd .sec-ksp .list-ksp > li:nth-child(3) img {
        width: 80%; }
      #hd .sec-ksp .list-ksp > li:nth-child(8) {
        margin-right: 0; }
      #hd .sec-ksp .list-ksp > li:nth-child(9) {
        margin-left: 0; } }
@media screen and (max-width: 620px) {
  #hd .sec-ksp .hd-frame span:before, #hd .sec-ksp .hd-frame span:after {
    width: .8em;
    height: .8em; }
  #hd .sec-ksp .list-ksp {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: .9em; }
    #hd .sec-ksp .list-ksp > li:nth-child(n) {
      grid-area: unset; }
    #hd .sec-ksp .list-ksp > li:nth-child(2) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(4) .hd-frame, #hd .sec-ksp .list-ksp > li:nth-child(8) .hd-frame {
      padding: 5% 0; }
    #hd .sec-ksp .list-ksp > li:nth-child(2) {
      margin-bottom: 0; }
    #hd .sec-ksp .list-ksp > li:nth-child(3) {
      margin-bottom: 0; }
      #hd .sec-ksp .list-ksp > li:nth-child(3) img {
        width: 320%; }
      #hd .sec-ksp .list-ksp > li:nth-child(3) h3 {
        position: relative; }
    #hd .sec-ksp .list-ksp > li:nth-child(5) img {
      margin-right: -3%; }
    #hd .sec-ksp .list-ksp > li:nth-child(8) img {
      width: 80%;
      margin-left: 0;
      margin-right: auto; }
    #hd .sec-ksp .list-ksp > li:nth-child(8) h3 {
      width: 100%;
      text-align: center;
      margin-top: -10%; }
    #hd .sec-ksp .list-ksp > li:nth-child(9) h3 {
      padding: 6% 0 9%; } }
#hd .sec-pump {
  padding: 13em 0 8em;
  position: relative;
  overflow: hidden; }
  #hd .sec-pump .hd-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right top; }
  #hd .sec-pump .hd-deco-tl {
    position: absolute;
    width: 38%;
    top: 0;
    left: 0; }
  #hd .sec-pump .hd-deco-br {
    position: absolute;
    width: 8%;
    bottom: 2em;
    right: 2em; }
  #hd .sec-pump .hd-deco-tr {
    position: absolute;
    height: 30%;
    top: 5em;
    right: 3em; }
  #hd .sec-pump .hd-txt {
    padding-left: 7em; }
    #hd .sec-pump .hd-txt p {
      position: relative; }
  #hd .sec-pump .hd-deco-title {
    position: absolute;
    bottom: 107%;
    right: 97%;
    height: .7em;
    width: auto; }
  #hd .sec-pump .hd-deco-txt {
    width: 10%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 10%; }
  #hd .sec-pump figure {
    margin-left: -5%; }
    #hd .sec-pump figure img {
      width: 100%; }

@media screen and (max-width: 1440px) {
  #hd .sec-pump {
    padding: 11em 0 7em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-pump .hd-txt {
    padding-left: 3em; }
  #hd .sec-pump .hd-deco-tr {
    top: 2em;
    right: 2em;
    height: 20%; } }
@media screen and (max-width: 768px) {
  #hd .sec-pump {
    padding: 8em 0 6em; }
    #hd .sec-pump .hd-txt {
      text-align: center;
      width: 100%;
      padding-left: 0; }
    #hd .sec-pump figure {
      width: 100%;
      max-width: 400px;
      margin: 0 auto; }
    #hd .sec-pump .hd-deco-tr {
      height: auto;
      width: 2.5%;
      top: 1em;
      right: 1em; }
    #hd .sec-pump .hd-deco-tl {
      width: 46%; }
    #hd .sec-pump .hd-deco-br {
      width: 12%;
      bottom: 1em;
      right: 1em; } }
@media screen and (max-width: 480px) {
  #hd .sec-pump {
    padding: 6em 0 4em; }
    #hd .sec-pump .hd-deco-tl {
      width: 60%; }
    #hd .sec-pump .hd-deco-tr {
      width: 3.5%; }
    #hd .sec-pump .hd-deco-br {
      width: 16%; } }
#hd .sec-ips {
  padding: 10em 0 7em;
  position: relative; }
  #hd .sec-ips .hd-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right top; }
  #hd .sec-ips .hd-deco-br {
    position: absolute;
    width: 37%;
    bottom: 0;
    right: 0; }
  #hd .sec-ips .hd-deco-bl {
    position: absolute;
    width: 8%;
    bottom: 2em;
    left: 2em; }
  #hd .sec-ips .hd-txt {
    padding-right: 3em;
    max-width: 29em; }
  #hd .sec-ips .hd-deco-title {
    position: absolute;
    bottom: 103%;
    left: 92%;
    height: .22em;
    width: auto; }
  #hd .sec-ips figure {
    position: relative; }
    #hd .sec-ips figure img {
      width: 100%; }
  #hd .sec-ips .clip-box {
    position: absolute;
    background-color: black;
    overflow: hidden;
    top: 15.5%;
    right: 27%;
    width: 48%;
    height: 0;
    padding-top: 48%;
    overflow: visible; }
    #hd .sec-ips .clip-box .vid-container {
      padding-bottom: 0;
      position: static;
      height: auto;
      width: auto; }
    #hd .sec-ips .clip-box .vid-control {
      right: -6%;
      bottom: -6%; }

@media screen and (max-width: 1440px) {
  #hd .sec-ips {
    padding: 8em 0 6em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-ips .hd-txt {
    padding-right: 2em; } }
@media screen and (max-width: 768px) {
  #hd .sec-ips {
    padding: 7em 0 6em; }
    #hd .sec-ips .hd-txt {
      width: 100%;
      text-align: center;
      padding-right: 0;
      max-width: none; }
    #hd .sec-ips figure {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      margin-top: 2em; }
    #hd .sec-ips .hd-deco-bl {
      width: 12%; }
    #hd .sec-ips .hd-deco-br {
      width: 43%; } }
@media screen and (max-width: 480px) {
  #hd .sec-ips {
    padding: 4em 0; }
    #hd .sec-ips .hd-deco-bl {
      width: 16%; }
    #hd .sec-ips .hd-deco-br {
      width: 55%; } }
#hd .sec-fan {
  padding: 9em 0;
  position: relative;
  overflow: hidden; }
  #hd .sec-fan h2 {
    max-width: 6.5em; }
  #hd .sec-fan .hd-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right top; }
  #hd .sec-fan .hd-deco-title {
    position: absolute;
    bottom: 101%;
    left: 90%;
    height: .7em;
    width: auto; }
  #hd .sec-fan .hd-txt {
    max-width: 37em;
    padding-left: 2em; }
  #hd .sec-fan figure img {
    width: 100%; }
  #hd .sec-fan .detail-list {
    margin-top: 1em; }
    #hd .sec-fan .detail-list li {
      padding: 1%; }
      #hd .sec-fan .detail-list li > div {
        position: relative;
        background-color: rgba(105, 60, 0, 0.2);
        padding: .8em 1.2em;
        border-top-right-radius: 1em;
        border-bottom-left-radius: 1em; }
        #hd .sec-fan .detail-list li > div:after {
          content: '';
          position: absolute;
          height: 80%;
          width: 0;
          padding-left: 50%;
          top: 10%;
          right: 4%;
          background-image: url("../img/fan/pattern-value.png");
          background-size: auto 100%;
          background-position: right center;
          background-repeat: no-repeat; }
    #hd .sec-fan .detail-list strong {
      display: block;
      font-size: 2em;
      font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif; }
    #hd .sec-fan .detail-list p {
      font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
      text-transform: uppercase; }

@media screen and (min-width: 2560px) {
  #hd .sec-fan .hd-txt {
    max-width: 44em; } }
@media screen and (max-width: 1440px) {
  #hd .sec-fan {
    padding: 7em 0; } }
@media screen and (max-width: 1280px) {
  #hd .sec-fan .detail-list strong {
    font-size: 1.8em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-fan .hd-deco-title {
    left: 100%; }
  #hd .sec-fan .hd-txt {
    width: 100%;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 700px; }
    #hd .sec-fan .hd-txt h2 {
      max-width: none; }
  #hd .sec-fan figure {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 2em; }
  #hd .sec-fan .detail-list {
    text-align: left; } }
@media screen and (max-width: 768px) {
  #hd .sec-fan {
    padding: 6em 0 5em; } }
@media screen and (max-width: 480px) {
  #hd .sec-fan {
    padding: 4em 0 3em; }
    #hd .sec-fan .detail-list strong {
      font-size: 1.35em; } }
@media screen and (max-width: 375px) {
  #hd .sec-fan .detail-list li > div {
    padding: .8em 1em; }
  #hd .sec-fan .detail-list strong {
    font-size: 1.15em; } }
#hd .sec-features {
  padding: 6em 0;
  position: relative;
  overflow: hidden; }
  #hd .sec-features nav {
    display: inline-flex;
    text-align: center;
    margin: 0 auto 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75); }
    #hd .sec-features nav button {
      display: block;
      width: 100%;
      font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
      font-size: 1.875em;
      font-weight: normal;
      line-height: 1.125;
      color: white;
      padding: .25em 1em .4em;
      cursor: pointer;
      position: relative;
      white-space: nowrap;
      opacity: 0.75; }
      #hd .sec-features nav button:after {
        content: '';
        width: 100%;
        height: 4px;
        border-radius: 0;
        margin: 0 20px 0 0;
        background: white;
        position: absolute;
        bottom: -2px;
        left: 0;
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -moz-transition: transform 0.25s;
        -o-transition: transform 0.25s;
        -webkit-transition: transform 0.25s;
        transition: transform 0.25s; }
      #hd .sec-features nav button[aria-current="true"] {
        opacity: 1; }
        #hd .sec-features nav button[aria-current="true"]:after {
          -moz-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1); }
  #hd .sec-features .swiper {
    overflow: visible; }
  #hd .sec-features .swiper-slide {
    display: flex;
    height: auto;
    padding: 0 2%;
    opacity: 0.5;
    -moz-transition: opacity 0.4s 0.4s ease;
    -o-transition: opacity 0.4s 0.4s ease;
    -webkit-transition: opacity 0.4s 0.4s ease;
    transition: opacity 0.4s 0.4s ease; }
    #hd .sec-features .swiper-slide.swiper-slide-active {
      opacity: 1; }
      #hd .sec-features .swiper-slide.swiper-slide-active .hd-mark {
        opacity: 1; }
    #hd .sec-features .swiper-slide .hd-mark {
      opacity: 0;
      -moz-transition: opacity 0.4s 0.8s ease;
      -o-transition: opacity 0.4s 0.8s ease;
      -webkit-transition: opacity 0.4s 0.8s ease;
      transition: opacity 0.4s 0.8s ease; }
  #hd .sec-features .hd-frame {
    width: 100%;
    height: 100%;
    padding: 10% 3% 10% 5%;
    border-radius: 20px;
    background-color: #373737;
    background-image: -moz-linear-gradient(200deg, #373737 10%, #181818 90%);
    background-image: -webkit-linear-gradient(200deg, #373737 10%, #181818 90%);
    background-image: linear-gradient(200deg, #373737 10%, #181818 90%);
    position: relative;
    overflow: hidden; }
  #hd .sec-features .hd-content {
    padding: 2em 2em 2em 0; }
    #hd .sec-features .hd-content a.hd-underline,
    #hd .sec-features .hd-content button.hd-underline {
      display: block;
      margin-top: 1.5em; }
      #hd .sec-features .hd-content a.hd-underline:hover, #hd .sec-features .hd-content a.hd-underline:focus-visible,
      #hd .sec-features .hd-content button.hd-underline:hover,
      #hd .sec-features .hd-content button.hd-underline:focus-visible {
        color: white !important; }
  #hd .sec-features .h2 {
    margin-bottom: 0.25em;
    font-size: 3em; }
  #hd .sec-features .slide-rubber .hd-frame,
  #hd .sec-features .slide-blade .hd-frame {
    padding-block: 3%; }
  #hd .sec-features .slide-rubber .hd-img-container {
    position: relative; }
  #hd .sec-features .slide-rubber img {
    width: 100%;
    margin: 0 auto; }
  #hd .sec-features .slide-rubber .hd-mark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-transition: opacity 0.4s 1.6s ease;
    -o-transition: opacity 0.4s 1.6s ease;
    -webkit-transition: opacity 0.4s 1.6s ease;
    transition: opacity 0.4s 1.6s ease; }

@media screen and (max-width: 1280px) {
  #hd .sec-features nav {
    margin-bottom: 40px; }
    #hd .sec-features nav button {
      font-size: 1.5em; }
  #hd .sec-features .hd-frame {
    padding-block: 8%; } }
@media screen and (max-width: 1024px) {
  #hd .sec-features .swiper-slide {
    padding: 0 1%; }
  #hd .sec-features .h2 {
    font-size: 2.5em; } }
@media screen and (max-width: 768px) {
  #hd .sec-features nav {
    width: 100%;
    margin-bottom: 20px; }
  #hd .sec-features .hd-frame {
    flex-direction: column;
    padding: 20px 20px !important; }
  #hd .sec-features .hd-content {
    width: 100%;
    padding: 2em 0;
    text-align: center; }
  #hd .sec-features .hd-img-container {
    width: 100%; } }
@media screen and (max-width: 620px) {
  #hd .sec-features nav {
    justify-content: flex-start;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden; }
    #hd .sec-features nav button {
      font-size: 1.4em;
      line-height: 1.125;
      color: white;
      padding: .5em .5em .4em; }
      #hd .sec-features nav button:after {
        bottom: 0; } }
@media screen and (max-width: 480px) {
  #hd .sec-features .hd-content {
    padding: 1em 0; }
  #hd .sec-features .hd-frame {
    padding: 20px 8px !important; }
  #hd .sec-features .h2 {
    font-size: 2em; } }
#hd .sec-video {
  padding: 6em 0;
  position: relative;
  z-index: 2; }
  #hd .sec-video .hd-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  #hd .sec-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #hd .sec-video .vid-container {
    position: relative;
    overflow: visible;
    margin-top: 2em;
    margin-bottom: 1.5em; }
    #hd .sec-video .vid-container video {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      z-index: 2; }
  #hd .sec-video .hd-deco {
    position: absolute;
    height: 62%;
    bottom: -12%;
    right: -4.5%;
    opacity: .8; }

@media screen and (max-width: 480px) {
  #hd .sec-video {
    padding: 3em 0 4em; } }
#hd .sec-compatiblity {
  padding: 4em 0 7em;
  position: relative;
  overflow: hidden; }
  #hd .sec-compatiblity h2 {
    display: block;
    margin-bottom: 1em;
    z-index: 3; }
  #hd .sec-compatiblity h3 {
    font-size: 2.3em; }
  #hd .sec-compatiblity .hd-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right top; }
  #hd .sec-compatiblity .hd-txt {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 3em;
    padding-bottom: 4em;
    max-width: 35em;
    z-index: 3; }
    #hd .sec-compatiblity .hd-txt:before {
      content: '';
      position: absolute;
      width: 1em;
      height: 1em;
      top: 1.5em;
      left: 1.5em;
      border-top: 1px solid #ff9e1b;
      border-left: 1px solid #ff9e1b; }
  #hd .sec-compatiblity .hd-box {
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    background-color: rgba(105, 60, 0, 0.2);
    padding: 2em;
    margin-top: 1em;
    text-align-last: center; }
    #hd .sec-compatiblity .hd-box strong {
      font-family: "FFDINCondensedBold", "DINCondensed", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
      font-size: 2.2em;
      display: block;
      text-align: center; }
    #hd .sec-compatiblity .hd-box small {
      display: block;
      margin-top: 1em;
      font-size: 1.1em;
      font-weight: 600; }
      #hd .sec-compatiblity .hd-box small.color-primary {
        color: #ff9e1b; }
  #hd .sec-compatiblity .deco-line {
    position: absolute;
    width: 90%;
    bottom: 3%;
    left: 5%; }

@media screen and (max-width: 1440px) {
  #hd .sec-compatiblity {
    padding: 4em 0 5em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-compatiblity .hd-txt {
    padding: 2em;
    padding-bottom: 3.5em; }
  #hd .sec-compatiblity .hd-box {
    padding: 1em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-compatiblity {
    padding-bottom: 0; }
    #hd .sec-compatiblity .hd-txt {
      width: 100%;
      max-width: none;
      text-align: center;
      background: none;
      padding: 0; }
      #hd .sec-compatiblity .hd-txt:before {
        display: none; }
    #hd .sec-compatiblity figure {
      position: relative;
      width: 130%;
      margin-left: -30%;
      margin-top: -10%; }
      #hd .sec-compatiblity figure:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 25%;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)); }
    #hd .sec-compatiblity .hd-bg {
      position: relative;
      top: auto;
      width: 100%;
      height: auto; }
    #hd .sec-compatiblity .deco-line {
      position: relative;
      width: 100%;
      bottom: auto;
      left: auto;
      margin-top: 1em; } }
@media screen and (max-width: 480px) {
  #hd .sec-compatiblity h3 {
    font-size: 1.6em; }
  #hd .sec-compatiblity .hd-box strong {
    font-size: 1.5em; } }
#hd .sec-gallery h2 {
  margin-bottom: 1em; }
#hd .sec-gallery .hd-wrapper {
  position: relative;
  overflow: hidden; }
  #hd .sec-gallery .hd-wrapper:before, #hd .sec-gallery .hd-wrapper:after {
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 2; }
#hd .sec-gallery .swiper-container.is-paused .swiper-wrapper {
  transition: none !important; }
#hd .sec-gallery .swiper-wrapper {
  transition-timing-function: linear; }
#hd .sec-gallery .swiper-slide {
  width: auto; }
#hd .sec-gallery img {
  height: 100%;
  width: auto; }
#hd .sec-gallery .swiper-controls {
  margin: 0; }
#hd .sec-gallery .swiper-control {
  background: black;
  position: absolute;
  bottom: 0;
  right: 0; }

@media screen and (max-width: 620px) {
  #hd .sec-gallery .hd-wrapper:before, #hd .sec-gallery .hd-wrapper:after {
    display: none; } }

/*# sourceMappingURL=hd-style.css.map */
