/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    -o-transform 0.3s ease;
}
.lity-closed .lity-content,
.lity-loading .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) 50% no-repeat;
}
@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0;
  border: none;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li,
.slick-dots li button {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.col_BGC_black {
  background-color: #000;
}
.grayText {
  color: #999;
}
@font-face {
  font-family: Trade-Gothic-LT-Bold;
  src: url(../font/Trade-Gothic-LT-Bold.ttf);
  src: url(../font/Trade-Gothic-LT-Bold.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Xolonium-Regular;
  src: url(../font/Xolonium-Regular.eot);
  src: url(../font/Xolonium-Regular.eot?#iefix) format("embedded-opentype"),
    url(../font/Xolonium-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: rogfonts-regular;
  src: url(../font/rogfonts-regular.OTF);
  src: url(../font/rogfonts-regular.OTF?#iefix) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Light_0;
  src: url(../font/Roboto-Light_0.eot);
  src: url(../font/Roboto-Light_0.eot?#iefix) format("embedded-opentype"),
    url(../font/Roboto-Light_0.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roboto-medium_0;
  src: url(../font/roboto-medium_0.eot);
  src: url(../font/roboto-medium_0.eot?#iefix) format("embedded-opentype"),
    url(../font/roboto-medium_0.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto-Regular;
  src: url(../font/roboto-medium_0.eot);
  src: url(../font/roboto-medium_0.eot?#iefix) format("embedded-opentype"),
    url(../font/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: robotocondensed-bold;
  src: url(../font/robotocondensed-bold_0.eot);
  src: url(../font/robotocondensed-bold_0.eot?#iefix)
      format("embedded-opentype"),
    url(../font/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.font-Xolonium-Regular {
  font-family: Xolonium-Regular, Helvetica, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, sans-serif;
  font-weight: 400;
  font-style: normal;
}
html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
}
body,
body.js-no-scroll,
html.js-no-scroll {
  overflow: hidden;
}
sup.sign-tm {
  top: -0.7em;
  font-size: 56%;
  line-height: 1.2;
}
sup.sign-fnum {
  top: -0.25em;
}
.lowerCase {
  text-transform: lowercase;
}
.infoWord {
  vertical-align: top;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
.numCircle {
  width: 20px;
  height: 20px;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Roboto Light, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
  color: #000;
  margin-right: 5px;
  display: inline-block;
  line-height: 20px;
  font-size: 18px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#ASUS-features,
body {
  background-color: #171717;
}
section {
  background: #171717;
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
}
section,
section .img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
section .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
section .row .col .wd-content {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
section .row .col .wd-content > * {
  color: #fff;
  font-weight: 400;
  font-style: normal;
}
section .row .col .wd-content > * .icon_slogan {
  margin-left: 0;
  margin-right: 0;
}
section .row .col .wd-content > .content-slogan {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #9ccaff;
  font-size: 45px;
  line-height: 38px;
  letter-spacing: -0.11px;
  text-transform: uppercase;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
section .row .col .wd-content > .icon_title {
  background-repeat: no-repeat;
  width: 610px;
  height: 8px;
  margin-top: 5px;
  margin-left: -35px;
  margin-right: 0;
}
section .row .col .wd-content > .content-title {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  letter-spacing: -1px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}
section .row .col .wd-content > .content-title span.textColor__GrayAlto {
  color: #d6d6d6;
}
section .row .col .wd-content > .content-info {
  width: 100%;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 16px;
  line-height: 1.867;
}
section .row .col .wd-content > .content-comment {
  color: #999;
  line-height: 1.867;
}
section .row .col .wd-content > .content-comment,
section .row .col .wd-content > .content-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  font-size: 12px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
section .row .col .wd-content > .content-link {
  color: #fff;
  line-height: 1.4;
}
section .row .col .wd-content.text-center > * {
  text-align: center;
}
section .row .col .wd-content.text-left > * {
  text-align: left;
}
section .row .col .wd-content.text-right > * {
  text-align: right;
}
section .row .col > figure.img {
  position: relative;
  left: 50%;
}
.leftFixedLine {
  pointer-events: none;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  opacity: 0;
  transition: 0.3s ease-in;
  width: 18px;
  height: 520px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/large/1x/animation/navigation/leftFixedLine.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .leftFixedLine {
    background-image: url(../images/large/2x/animation/navigation/leftFixedLine.png);
  }
}
.leftFixedLine.show {
  opacity: 1;
  transition: 0.3s ease-in;
}
.wd__feature__list {
  margin-top: 50px;
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  text-align: center;
}
.wd__feature__list .wd__feature {
  min-width: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 0 40px 45px 0;
  vertical-align: bottom;
  line-height: 1;
  color: #fff;
}
.wd__feature__list .wd__feature .wd__feature__top {
  font-size: 11px;
  letter-spacing: 2px;
  color: #fff;
  padding-bottom: 6px;
  text-transform: capitalize !important;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
.wd__feature__list .wd__feature .wd__feature__data {
  font-size: 37.5px;
  text-transform: capitalize !important;
  color: #9ccaff;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
.wd__feature__list .wd__feature .wd__feature__data .space-left-m {
  font-size: 29px;
  padding-left: 0;
}
.wd__feature__list .wd__feature .wd__feature__data .space-right-m {
  font-size: 29px;
  padding-right: 0;
}
.wd__feature__list .wd__feature .wd__feature__data figure.img .img-icon {
  left: 0;
  margin-bottom: 14px;
  width: 192px;
  height: 104px;
}
.wd__feature__list .wd__feature .wd__feature__describe {
  letter-spacing: 2px;
  padding-top: 6px;
}
.wd__feature__list .wd__feature .wd__feature__describe,
.wd__feature__list .wd__feature .wd__feature__describe span.describeText {
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  text-transform: capitalize !important;
  font-size: 11px;
}
.wd__feature__list .wd__feature .wd__feature__describe span.describeText {
  line-height: 1.2;
  color: #fff;
  text-transform: none;
}
@keyframes sec1BgAnimation {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes KeyBreathing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes KeyBreathing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes KeyBreathing3 {
  0% {
    opacity: 0.6;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
@-webkit-keyframes KeyBreathing2 {
  0% {
    opacity: 0;
    background: #ff0600;
  }
  12.5% {
    opacity: 1;
    background: #ff0600;
  }
  25% {
    opacity: 1;
    background: #ff0600;
  }
  37.5% {
    opacity: 0;
    background: #ff0600;
  }
  50% {
    opacity: 0;
    background: #4dabf4;
  }
  62.5% {
    opacity: 1;
    background: #4dabf4;
  }
  74.5% {
    opacity: 1;
    background: #4dabf4;
  }
  to {
    opacity: 0;
    background: #4dabf4;
  }
}
@keyframes KeyBreathing2 {
  0% {
    opacity: 0;
    background: #ff0600;
  }
  12.5% {
    opacity: 1;
    background: #ff0600;
  }
  25% {
    opacity: 1;
    background: #ff0600;
  }
  37.5% {
    opacity: 0;
    background: #ff0600;
  }
  50% {
    opacity: 0;
    background: #4dabf4;
  }
  62.5% {
    opacity: 1;
    background: #4dabf4;
  }
  74.5% {
    opacity: 1;
    background: #4dabf4;
  }
  to {
    opacity: 0;
    background: #4dabf4;
  }
}
@-webkit-keyframes KeyStrobing {
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes KeyStrobing {
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes KeyStrobing2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes KeyStrobing2 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes KeyStrobingDIV {
  0% {
    background: #fc0613;
  }
  8.3% {
    background: #fd118d;
  }
  16.6% {
    background: #6a1cfb;
  }
  24.9% {
    background: #0023f9;
  }
  33.2% {
    background: #007dfb;
  }
  41.5% {
    background: #23f6ff;
  }
  49.8% {
    background: #2cfea7;
  }
  58.1% {
    background: #2ffe3e;
  }
  66.4% {
    background: #53fe3d;
  }
  74.7% {
    background: #d0f945;
  }
  83.0% {
    background: #ffd832;
  }
  91.3% {
    background: #fe580e;
  }
  to {
    background: #fc0613;
  }
}
@keyframes KeyStrobingDIV {
  0% {
    background: #fc0613;
  }
  8.3% {
    background: #fd118d;
  }
  16.6% {
    background: #6a1cfb;
  }
  24.9% {
    background: #0023f9;
  }
  33.2% {
    background: #007dfb;
  }
  41.5% {
    background: #23f6ff;
  }
  49.8% {
    background: #2cfea7;
  }
  58.1% {
    background: #2ffe3e;
  }
  66.4% {
    background: #53fe3d;
  }
  74.7% {
    background: #d0f945;
  }
  83.0% {
    background: #ffd832;
  }
  91.3% {
    background: #fe580e;
  }
  to {
    background: #fc0613;
  }
}
@-webkit-keyframes KeyStrobingDIV2 {
  0% {
    background: #2cfea7;
  }
  8.3% {
    background: #2ffe3e;
  }
  16.6% {
    background: #53fe3d;
  }
  24.9% {
    background: #d0f945;
  }
  33.2% {
    background: #ffd832;
  }
  41.5% {
    background: #fe580e;
  }
  49.8% {
    background: #fc0613;
  }
  58.1% {
    background: #fd118d;
  }
  66.4% {
    background: #6a1cfb;
  }
  74.7% {
    background: #0023f9;
  }
  83.0% {
    background: #007dfb;
  }
  91.3% {
    background: #23f6ff;
  }
  to {
    background: #2cfea7;
  }
}
@keyframes KeyStrobingDIV2 {
  0% {
    background: #2cfea7;
  }
  8.3% {
    background: #2ffe3e;
  }
  16.6% {
    background: #53fe3d;
  }
  24.9% {
    background: #d0f945;
  }
  33.2% {
    background: #ffd832;
  }
  41.5% {
    background: #fe580e;
  }
  49.8% {
    background: #fc0613;
  }
  58.1% {
    background: #fd118d;
  }
  66.4% {
    background: #6a1cfb;
  }
  74.7% {
    background: #0023f9;
  }
  83.0% {
    background: #007dfb;
  }
  91.3% {
    background: #23f6ff;
  }
  to {
    background: #2cfea7;
  }
}
@-webkit-keyframes KeyStrobingSVG {
  0% {
    fill: #fc0613;
  }
  8.3% {
    fill: #fd118d;
  }
  16.6% {
    fill: #6a1cfb;
  }
  24.9% {
    fill: #0023f9;
  }
  33.2% {
    fill: #007dfb;
  }
  41.5% {
    fill: #23f6ff;
  }
  49.8% {
    fill: #2cfea7;
  }
  58.1% {
    fill: #2ffe3e;
  }
  66.4% {
    fill: #53fe3d;
  }
  74.7% {
    fill: #d0f945;
  }
  83.0% {
    fill: #ffd832;
  }
  91.3% {
    fill: #fe580e;
  }
  to {
    fill: #fc0613;
  }
}
@keyframes KeyStrobingSVG {
  0% {
    fill: #fc0613;
  }
  8.3% {
    fill: #fd118d;
  }
  16.6% {
    fill: #6a1cfb;
  }
  24.9% {
    fill: #0023f9;
  }
  33.2% {
    fill: #007dfb;
  }
  41.5% {
    fill: #23f6ff;
  }
  49.8% {
    fill: #2cfea7;
  }
  58.1% {
    fill: #2ffe3e;
  }
  66.4% {
    fill: #53fe3d;
  }
  74.7% {
    fill: #d0f945;
  }
  83.0% {
    fill: #ffd832;
  }
  91.3% {
    fill: #fe580e;
  }
  to {
    fill: #fc0613;
  }
}
@-webkit-keyframes KeyStrobingSVG2 {
  0% {
    fill: #2cfea7;
  }
  8.3% {
    fill: #2ffe3e;
  }
  16.6% {
    fill: #53fe3d;
  }
  24.9% {
    fill: #d0f945;
  }
  33.2% {
    fill: #ffd832;
  }
  41.5% {
    fill: #fe580e;
  }
  49.8% {
    fill: #fc0613;
  }
  58.1% {
    fill: #fd118d;
  }
  66.4% {
    fill: #6a1cfb;
  }
  74.7% {
    fill: #0023f9;
  }
  83.0% {
    fill: #007dfb;
  }
  91.3% {
    fill: #23f6ff;
  }
  to {
    fill: #2cfea7;
  }
}
@keyframes KeyStrobingSVG2 {
  0% {
    fill: #2cfea7;
  }
  8.3% {
    fill: #2ffe3e;
  }
  16.6% {
    fill: #53fe3d;
  }
  24.9% {
    fill: #d0f945;
  }
  33.2% {
    fill: #ffd832;
  }
  41.5% {
    fill: #fe580e;
  }
  49.8% {
    fill: #fc0613;
  }
  58.1% {
    fill: #fd118d;
  }
  66.4% {
    fill: #6a1cfb;
  }
  74.7% {
    fill: #0023f9;
  }
  83.0% {
    fill: #007dfb;
  }
  91.3% {
    fill: #23f6ff;
  }
  to {
    fill: #2cfea7;
  }
}
@-webkit-keyframes GA35_kv_KeyCometA1 {
  0% {
    background-position: 0;
  }
  to {
    background-position: -134%;
  }
}
@keyframes GA35_kv_KeyCometA1 {
  0% {
    background-position: 0;
  }
  to {
    background-position: -134%;
  }
}
@keyframes GA35_kv_KeyCometA1_2 {
  0% {
    background-position: 0;
  }
  to {
    background-position: -100%;
  }
}
@-webkit-keyframes GA35_kv_KeyCometA3 {
  0% {
    background-position: -134%;
  }
  to {
    background-position: 0;
  }
}
@keyframes GA35_kv_KeyCometA3 {
  0% {
    background-position: -134%;
  }
  to {
    background-position: 0;
  }
}
@-webkit-keyframes GA35_kv_KeyCometB1_2 {
  0% {
    background-position: 0;
  }
  to {
    background-position: 20%;
  }
}
@keyframes GA35_kv_KeyCometB1_2 {
  0% {
    background-position: 0;
  }
  to {
    background-position: 20%;
  }
}
@keyframes GA35_kv_KeyCometB3 {
  0% {
    background-position: 20%;
  }
  to {
    background-position: 0;
  }
}
@keyframes GA35_kv_KeyCometB4 {
  0% {
    background-position: -100%;
  }
  to {
    background-position: 0;
  }
}
@-webkit-keyframes KeyRainbow {
  0% {
    background-position: 0;
  }
  to {
    background-position: -134%;
  }
}
@keyframes KeyRainbow {
  0% {
    background-position: 0;
  }
  to {
    background-position: -134%;
  }
}
@keyframes KeyCometAll {
  0% {
    background-position: 20%;
  }
  to {
    background-position: 0;
  }
}
@-webkit-keyframes KeyCometSVG {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  93% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes KeyCometSVG {
  0% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  93% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  98% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes KeyStarryNight {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes KeyStarryNight {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes KeyStarryNightBase {
  0% {
    opacity: 1;
    background: #00f;
  }
  to {
    opacity: 1;
    background: #00f;
  }
}
@keyframes KeyStarryNightBase {
  0% {
    opacity: 1;
    background: #00f;
  }
  to {
    opacity: 1;
    background: #00f;
  }
}
@-webkit-keyframes KeyMusic {
  0% {
    opacity: 0.5;
  }
  3% {
    opacity: 1;
  }
  6% {
    opacity: 0.5;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.5;
  }
  27% {
    opacity: 1;
  }
  29% {
    opacity: 0.5;
  }
  32% {
    opacity: 1;
  }
  34% {
    opacity: 0.5;
  }
  36% {
    opacity: 1;
  }
  39% {
    opacity: 0.5;
  }
  65% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes KeyMusic {
  0% {
    opacity: 0.5;
  }
  3% {
    opacity: 1;
  }
  6% {
    opacity: 0.5;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0.5;
  }
  25% {
    opacity: 0.5;
  }
  27% {
    opacity: 1;
  }
  29% {
    opacity: 0.5;
  }
  32% {
    opacity: 1;
  }
  34% {
    opacity: 0.5;
  }
  36% {
    opacity: 1;
  }
  39% {
    opacity: 0.5;
  }
  65% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes KeyMusic__2 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  6% {
    opacity: 0;
  }
  9% {
    opacity: 1;
  }
  12% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  27% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes KeySmart {
  0% {
    background-color: red;
  }
  33.33333% {
    background-color: green;
  }
  66.66667% {
    background-color: #ff0;
  }
  to {
    background-color: red;
  }
}
@-webkit-keyframes KeySmartDIV {
  0% {
    opacity: 0.5;
    background: #ffe500;
  }
  5% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
    background: #ffe500;
  }
}
@keyframes KeySmartDIV {
  0% {
    opacity: 0.5;
    background: #ffe500;
  }
  5% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
    background: #ffe500;
  }
}
@-webkit-keyframes KeySmartSVG {
  0% {
    opacity: 0.5;
  }
  5% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes KeySmartSVG {
  0% {
    opacity: 0.5;
  }
  5% {
    opacity: 0.5;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes lightMove_1 {
  0% {
    margin-top: 0;
  }
  20% {
    margin-top: 0;
  }
  21% {
    margin-top: 79px;
  }
  25% {
    margin-top: 0;
  }
  35% {
    margin-top: 0;
  }
  36% {
    margin-top: 51px;
  }
  55% {
    margin-top: 51px;
  }
  56% {
    margin-top: 100px;
  }
  to {
    margin-top: 100px;
  }
}
@keyframes lightMove_2 {
  0% {
    margin-top: 0;
  }
  20% {
    margin-top: 0;
  }
  21% {
    margin-top: 51px;
  }
  25% {
    margin-top: 83px;
  }
  35% {
    margin-top: 0;
  }
  36% {
    margin-top: 51px;
  }
  55% {
    margin-top: 51px;
  }
  56% {
    margin-top: 0;
  }
  to {
    margin-top: 10px;
  }
}
@-webkit-keyframes secDrop2_ani1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes secDrop2_ani1 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes secDrop2_ani2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes secDrop2_ani2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes secDrop2_ani3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes secDrop2_ani3 {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes secDrop2_ani4 {
  0% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes secDrop2_ani4 {
  0% {
    opacity: 1;
  }
  93% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes secDrop2_ani5 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 200px;
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 200px;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: 247px;
  }
}
@keyframes secDrop2_ani5 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
@-webkit-keyframes secDrop2_ani5_tablet {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px;
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: 247px;
  }
}
@keyframes secDrop2_ani5_tablet {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px;
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: 247px;
  }
}
@-webkit-keyframes secDrop2_ani5_mobile {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 34.375vw;
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 34.375vw;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: 47.8125vw;
  }
}
@keyframes secDrop2_ani5_mobile {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 34.375vw;
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 34.375vw;
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: 47.8125vw;
  }
}
@-webkit-keyframes secDrop2_ani6 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes secDrop2_ani6 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    transform: translate3d(0, 10px, 0);
  }
  50% {
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes KeyBreathingSmall {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.7;
  }
  to {
    opacity: 1;
  }
}
@keyframes KeyStrobingsmall {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes KeyStrobingsmall2 {
  0% {
    opacity: 0.5;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes KeyStrobingsmall3 {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0.5;
  }
  75% {
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    opacity: 0;
  }
}
.modal-button-container {
  background-color: transparent;
  transition: transform 0.2s ease;
}
.modal-button-container,
.modal-button-container.inner-close-btn {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.modal-button-container.inner-close-btn {
  z-index: 9999;
  font-weight: 350;
  cursor: pointer;
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
}
.modal-button-container.inner-close-btn.inner-closs-btn-open {
  transition: transform 0.22s ease;
  transform: translateX(-50%) translateY(-130px);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 0px) and (max-width: 731px) {
  .modal-button-container.inner-close-btn.inner-closs-btn-open {
    transform: translateX(-50%) translateY(-140px);
  }
}
.modal-button-container .modal-button {
  width: 185px;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  position: relative;
  display: inline-block;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  pointer-events: all;
  text-align: center;
  z-index: 1;
  margin: 5px 0;
  min-width: 50px;
  line-height: 2;
  font-weight: 200;
  border: 1px solid #4d5afa;
  color: #4d5afa;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-button-container .modal-button.modal-btn-open {
  background-repeat: no-repeat;
}
.modal-button-container .modal-button:hover {
  transition: opacity color 1.5s ease-in-out;
  opacity: 0.8;
  border: 1px solid #4d5afa;
  background-color: #4d5afa;
  color: #fff;
}
.modal-button-container .modal-button .modal-inner-text,
.modal-button-container .modal-button:hover {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.modal-button-container .modal-button .modal-inner-text {
  pointer-events: none;
  border: 0;
  font-family: Roboto, Helvetica, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, sans-serif !important;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: 0.5px;
  font-style: normal;
  display: inline-block;
}
.wd__performance__graph {
  position: relative;
  text-align: left;
  margin-top: 32px;
}
.wd__performance__graph .graph__title {
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  display: block;
  padding-bottom: 40px;
  font-size: 25px;
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  color: #fff;
}
.wd__performance__graph .graph__description {
  display: block;
  margin-top: -34px;
  padding-bottom: 34px;
  font-size: 17px;
}
.wd__performance__graph .space-left-m {
  padding-left: 3px;
}
.wd__performance__graph .space-right-m {
  padding-right: 3px;
}
.wd__performance__graph .graph .graph__line {
  margin-bottom: 28px;
}
.wd__performance__graph .graph .graph__line.line-1 .bar__value {
  display: none;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__bar {
  transition: width 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s,
    opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar {
  transition: width 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s,
    opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.6s;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar {
  transition: width 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s,
    opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar {
  transition: width 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.6s,
    opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.6s;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2.4s;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.8s;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar {
  transition: width 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s,
    opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2.8s;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2.2s;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar {
  transition: width 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s,
    opacity 1.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2.4s;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 3.2s;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2.6s;
}
.wd__performance__graph .graph .graph__line .graph__bar {
  position: relative;
  margin-bottom: 10px;
  height: 12px;
}
.wd__performance__graph .graph .graph__line .graph__bar .bar__value {
  position: absolute;
  opacity: 1;
  left: 100%;
  margin-top: -8px;
  margin-left: 19px;
  font-size: 22px;
  letter-spacing: 0.05em;
}
.wd__performance__graph
  .graph
  .graph__line
  .graph__bar
  .bar__value
  .value__unit {
  font-size: 0.4em;
}
.wd__performance__graph .graph .graph__line .graph__caption {
  opacity: 1;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.wd__performance__graph .graph-badge {
  margin-left: -10px;
  margin-top: -41px;
  transform: translateZ(0);
  transition: transform 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s,
    opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.wd__performance__graph .graph-badge .badge__caption-bottom,
.wd__performance__graph .graph-badge .badge__caption-top {
  display: block;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 1;
}
.wd__performance__graph .graph-badge .badge__value {
  display: block;
  font-size: 65px;
  line-height: 1;
}
.wd__performance__graph .graph-badge .badge__value .value__unit {
  font-size: 0.4em;
}
.wd__performance__graph .graph-badge .badge__caption-bottom {
  margin-top: -3px;
}
.wd__performance__graph.reset .graph__title {
  opacity: 0 !important;
}
.wd__performance__graph.reset .graph .graph__line .graph__bar {
  width: 0 !important;
}
.wd__performance__graph.reset .graph .graph__line .graph__bar .bar__value,
.wd__performance__graph.reset .graph .graph__line .graph__caption {
  opacity: 0 !important;
}
.wd__performance__graph.reset .graph-badge {
  transform: translate3d(-40px, 0, 0) !important;
  opacity: 0 !important;
}
@media (min-width: 0px) and (max-width: 731px) {
  .wd__performance__graph {
    transform: scale(0.5);
  }
}
.wd__performance__graph.theme-black .graph__description,
.wd__performance__graph.theme-black .graph__title {
  color: #fff;
}
.wd__performance__graph.theme-black .bar__value,
.wd__performance__graph.theme-black .graph__caption {
  color: #eee;
}
.wd__performance__graph.theme-black .line-1 .bar__value {
  color: #00c6ff;
}
.wd__performance__graph.theme-black
  .graph-badges
  .graph-badge
  .badge__caption-bottom,
.wd__performance__graph.theme-black
  .graph-badges
  .graph-badge
  .badge__caption-top {
  color: #fff;
}
.wd__performance__graph.theme-black .graph-badges .graph-badge .badge__value {
  color: #00c6ff;
}
.wd__performance__graph.theme-white .graph__description,
.wd__performance__graph.theme-white .graph__title {
  color: #333;
}
.wd__performance__graph.theme-white .bar__value,
.wd__performance__graph.theme-white .graph__caption {
  color: #555;
}
.wd__performance__graph.theme-white .line-1 .bar__value {
  color: #00c6ff;
}
.wd__performance__graph.theme-white
  .graph-badges
  .graph-badge
  .badge__caption-bottom,
.wd__performance__graph.theme-white
  .graph-badges
  .graph-badge
  .badge__caption-top {
  color: #333;
}
.wd__performance__graph.theme-white .graph-badges .graph-badge .badge__value {
  color: #00c6ff;
}
.wd__performance__graph {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.wd__performance__graph.theme-rog .graph__title {
  padding-bottom: 31px;
  text-transform: uppercase;
  font-size: 23px;
}
.wd__performance__graph.theme-rog
  .graph
  .graph__line.line-head
  .graph__bar
  .bar__value {
  font-size: 43px;
  margin-top: -22px;
}
.wd__performance__graph.theme-rog
  .graph
  .graph__line.line-head
  .graph__bar
  .bar__value
  .value__unit {
  font-size: 0.55em;
}
.wd__performance__graph.theme-rog .graph .graph__line.line-1 .bar__value {
  display: block;
}
.wd__performance__graph.theme-rog .graph .graph__line .graph__caption {
  min-width: 300px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.07em;
  padding-bottom: 9px;
}
.wd__performance__graph.theme-rog .graph .graph__line .graph__bar {
  height: 24px;
}
.wd__performance__graph.theme-rog .graph .graph__line .graph__bar .bar__value {
  margin-top: -7px;
  margin-left: 19px;
  font-size: 28px;
  width: auto;
}
.wd__performance__graph.theme-rog .graph-badges {
  display: none;
}
.wd__performance__graph.theme-rog .bar__value,
.wd__performance__graph.theme-rog .graph .graph__line.line-head .bar__value,
.wd__performance__graph.theme-rog .graph__caption,
.wd__performance__graph.theme-rog .graph__description,
.wd__performance__graph.theme-rog .graph__title {
  color: #fff;
}
.wd__performance__graph.theme-rog.reset .graph__line .graph__bar {
  opacity: 0;
}
.wd__performance__graph .graph .graph__line.line-head .graph__bar {
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 2px hsla(0, 0%, 58%, 0.7);
  -moz-box-shadow: 0 0 14px 2px hsla(0, 0%, 58%, 0.7);
  box-shadow: 0 0 14px 2px hsla(0, 0%, 58%, 0.7);
}
.wd__performance__graph .graph .graph__line.line-1 .graph__bar {
  width: 100%;
  transition: width 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s,
    opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.2s;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
  transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__caption {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar {
  width: 100%;
  transition: width 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s,
    opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.4s;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar .bar__value {
  transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__caption {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar {
  width: 100%;
  transition: width 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s,
    opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.6s;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar .bar__value {
  transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__caption {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar {
  width: 100%;
  transition: width 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s,
    opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.8s;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar .bar__value {
  transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__caption {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar {
  width: 100%;
  transition: width 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s,
    opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1s;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar .bar__value {
  transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__caption {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar {
  width: 100%;
  transition: width 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s,
    opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.2s;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar .bar__value {
  transition: opacity 0.55s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__caption {
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.wd__performance__graph .graph .graph__line .graph__bar {
  border: 1px solid #949494;
  background: #3b3b3b;
}
.wd__performance__graph .graph .graph__line .graph__bar:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.wd__performance__graph.theme-rog-v .graph__line.line-head .graph__bar {
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 2px hsla(0, 0%, 58%, 0.7);
  -moz-box-shadow: 0 0 14px 2px hsla(0, 0%, 58%, 0.7);
  box-shadow: 0 0 14px 2px hsla(0, 0%, 58%, 0.7);
}
.wd__performance__graph.theme-rog-v .graph__line.line-1 .graph__bar,
.wd__performance__graph.theme-rog-v .graph__line.line-2 .graph__bar,
.wd__performance__graph.theme-rog-v .graph__line.line-3 .graph__bar {
  height: 300px;
}
.wd__performance__graph.theme-rog-v .graph__line .graph__bar {
  border: 1px solid #949494;
  background: #3b3b3b;
}
.wd__performance__graph.theme-rog-v .graph__line .graph__bar:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
}
.wd__performance__graph.theme-rog-v .graph__line .graph__bar .bar__value {
  width: 150px;
}
.lazyLoad {
  background-image: none !important;
}
.lazyLoad,
.opacityDefault {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.fadeIn,
.lazyLoad,
.opacityDefault {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.fadeIn {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  will-change: opacity;
}
.fadeIn.animated {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  will-change: null;
}
.navigation {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  opacity: 0;
  transition: 0.3s ease-in;
  z-index: 1;
}
.navigation.show {
  opacity: 1;
  transition: 0.3s ease-in;
}
.navigation ul {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  list-style: none;
  padding: 0;
  left: -12px;
}
.navigation li {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 10px 0;
}
.navigation li a {
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: block;
  transition: 0.2s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/large/1x/animation/navigation/navPoint.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .navigation li a {
    background-image: url(../images/large/2x/animation/navigation/navPoint.png);
  }
}
.navigation li a .navTextFrame {
  text-align: right;
  position: relative;
  transform: translate3d(-97px, -2px, 0);
}
.navigation li a .navTextFrame .sectionName {
  position: absolute;
  white-space: nowrap;
  color: #777;
  text-align: right;
  right: -75px;
  top: -1px;
  font-size: 14px;
  letter-spacing: 0.5px;
  opacity: 1;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
}
.navigation li a:hover {
  background-image: url(../images/large/1x/animation/navigation/navPoint_hover.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .navigation li a:hover {
    background-image: url(../images/large/2x/animation/navigation/navPoint_hover.png);
  }
}
.navigation li a:hover .sectionName {
  font-size: 14px;
  opacity: 1;
  color: #ccc;
}
.navigation li a.active {
  transition: 0.3s;
  background-image: url(../images/large/1x/animation/navigation/navPoint_hover.png);
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, "sans-serif";
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .navigation li a.active {
    background-image: url(../images/large/2x/animation/navigation/navPoint_hover.png);
  }
}
.navigation li a.active .sectionName {
  opacity: 1;
  font-size: 16px;
  color: #ccc;
}
.navigation li a.active .sectionName.blackText {
  color: #333;
}
.navigation:before {
  margin-left: -76px;
  margin-bottom: 22px;
  width: 60px;
  height: 130px;
}
.navigation:after,
.navigation:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.navigation:after {
  width: 13px;
  height: 98px;
  margin-left: -10px;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .navigation {
    display: none;
  }
}
.scrollFrame {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  left: 50%;
}
.scrollFrame.scrollShow {
  opacity: 1;
}
.scrollFrame .contentScrollFrame {
  position: relative;
}
.scrollFrame .contentScrollFrame .contentScroll .contentImgFrame {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease 0.5s, opacity 1s ease;
}
.scrollFrame .contentScrollFrame .contentScroll .contentImgFrame.scrollShow {
  opacity: 1;
  transition: transform 0.5s ease 0.5s, opacity 1s ease;
}
.scrollFrame
  .contentScrollFrame
  .contentScroll
  .contentImgFrame.contentScroll-1
  .contentImgFrame {
  opacity: 1;
  visibility: visible;
}
.scrollFrame .contentScrollFrame .contentScroll .contentImgFrame .contentImg {
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  transform: translateX(-50%);
  width: 2560px;
  left: 50%;
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 736px) and (max-width: 1280px) {
  .scrollFrame .contentScrollFrame .contentScroll .contentImgFrame .contentImg {
    width: 1300px;
    height: 545px;
  }
}
@media (max-width: 735px) {
  .scrollFrame .contentScrollFrame .contentScroll .contentImgFrame .contentImg {
    width: 735px;
    height: 491px;
  }
}
.scrollFrame .contentScrollFrame .contentScroll .contentTextFrame {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s ease 0.5s, opacity 1s ease;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  max-width: 2560px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  height: 1000px;
}
.scrollFrame .contentScrollFrame .contentScroll .contentTextFrame.scrollShow {
  opacity: 1;
  transition: transform 0.5s ease 0.5s, opacity 1s ease;
}
@media (min-width: 736px) and (max-width: 1280px) {
  .scrollFrame .contentScrollFrame .contentScroll .contentTextFrame {
    height: 545px;
  }
}
.scrollFrame .contentScrollFrame .contentScroll .contentTextFrame .contentText {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  top: 40%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
@media (min-width: 736px) and (max-width: 1280px) {
  .scrollFrame
    .contentScrollFrame
    .contentScroll
    .contentTextFrame
    .contentText {
    width: 90%;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 735px) {
  .scrollFrame
    .contentScrollFrame
    .contentScroll
    .contentTextFrame
    .contentText {
    width: 94.2%;
    top: 22%;
  }
}
.scrollFrame
  .contentScrollFrame
  .contentScroll
  .contentTextFrame
  .contentText
  .contentTitle {
  color: #4d5afa;
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  .scrollFrame
    .contentScrollFrame
    .contentScroll
    .contentTextFrame
    .contentText
    .contentTitle {
    font-size: 38px;
  }
}
@media (max-width: 735px) {
  .scrollFrame
    .contentScrollFrame
    .contentScroll
    .contentTextFrame
    .contentText
    .contentTitle {
    font-size: 24px;
  }
}
.scrollFrame
  .contentScrollFrame
  .contentScroll
  .contentTextFrame
  .contentText
  .contentInfo {
  width: 600px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 18px;
  line-height: 1.867;
}
@media (min-width: 736px) and (max-width: 1280px) {
  .scrollFrame
    .contentScrollFrame
    .contentScroll
    .contentTextFrame
    .contentText
    .contentInfo {
    font-size: 14px;
    width: 380px;
  }
}
@media (max-width: 735px) {
  .scrollFrame
    .contentScrollFrame
    .contentScroll
    .contentTextFrame
    .contentText
    .contentInfo {
    width: 97%;
    font-size: 16px;
  }
}
.scrollFrame .navScrollFrame {
  pointer-events: none;
}
@media (min-width: 736px) and (max-width: 1280px) {
  .scrollFrame .navScrollFrame {
    transform: scale(0.6);
  }
}
.scrollFrame .navScrollFrame .navLine {
  pointer-events: none;
  position: relative;
  left: -315px;
  width: 350px;
  height: 900px;
  background-image: url(../images/large/1x/animation/s4/navLine.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .scrollFrame .navScrollFrame .navLine {
    background-image: url(../images/large/2x/animation/s4/navLine.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  .scrollFrame .navScrollFrame .navLine {
    top: -340px;
  }
}
.scrollFrame .navScrollFrame .navLine .navCircle {
  position: relative;
  left: 0;
  top: 120px;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-image: url(../images/large/1x/animation/s4/circle.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .scrollFrame .navScrollFrame .navLine .navCircle {
    background-image: url(../images/large/2x/animation/s4/circle.png);
  }
}
.scrollFrame .navScrollFrame .navLine .navCircle .navTitle {
  position: absolute;
  width: 170px;
  margin-left: -174px;
  top: 50%;
  transform: scale(0.8) translateY(-50%);
  font-style: italic;
  text-align: right;
  font-size: 22px;
  opacity: 0.5;
  color: #fff;
  font-family: robotocondensed-bold, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.scrollFrame .navScrollFrame .navLine .navCircle.active {
  transition: transform 0.3s ease, opacity 0.3s ease;
  background-image: url(../images/large/1x/animation/s4/circleActive.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  .scrollFrame .navScrollFrame .navLine .navCircle.active {
    background-image: url(../images/large/2x/animation/s4/circleActive.png);
  }
}
.scrollFrame .navScrollFrame .navLine .navCircle.active .navTitle {
  transform: scale(1) translateY(-50%);
  opacity: 1;
  transition: transform 0.2s ease 1s, opacity 1s ease;
}
#ASUS-features .outer-view {
  opacity: 1;
}
#ASUS-features .outer-view.outerHide {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
#ASUS-features .section__base {
  margin-top: 150px;
  transition: opacity 0.2s ease-in-out;
}
#ASUS-features .section__base.bgBlur {
  filter: blur(4px);
}
#ASUS-features .section__base .scrollFrame canvas.scrollSize {
  left: 50%;
  transform: translate(-50%);
}
#ASUS-features .section__base .wd-content {
  width: 100%;
  max-width: 800px;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features
  .section__base
  .wd-content
  .content-title
  span.textColor__GrayAlt {
  color: #6d6d6d;
}
#ASUS-features .section__base .wd-content.large-text-center {
  text-align: center;
}
#ASUS-features .section__base .modal-button-container {
  margin-top: 62px;
  height: auto;
}
#ASUS-features .inner-view {
  transition: transform 0.5s ease;
  transform: translate3d(0, 104vh, 0);
  background-color: #111;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}
#ASUS-features .inner-view.fadeShow {
  opacity: 1;
}
#ASUS-features .inner-view.fadeOut {
  opacity: 0;
  transition: opacity 0.5s ease;
}
#ASUS-features .inner-view.inner-scroll {
  overflow-y: scroll;
  transition: all 0.5s ease-in-out;
}
#ASUS-features .inner-view.js-opened {
  transform: translateZ(0);
  transition: transform 0.5s ease-in-out;
}
#ASUS-features .inner-view .inner-view-container {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  background-size: contain;
}
#ASUS-features .inner-view .inner-view-container .inner-modal {
  width: 100%;
  display: none;
  opacity: 0;
}
#ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
  background: none;
  margin-top: 0;
}
#ASUS-features .inner-view .inner-view-container .inner-modal.show {
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
#ASUS-features
  .inner-view
  .inner-view-container
  .inner-modal.inner-modal-hidden {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
  padding-top: 40px;
}
#ASUS-features .inner-view .inner-view-container .innerHide {
  display: none;
}
#ASUS-features .inner-view .inner-view-container .innerShow {
  display: block;
}
#ASUS-features .inner-view .wd-content.fadeShow {
  transition: all 0.3s ease-in-out;
}
#ASUS-features .inner-view .wd-content.large-text-left {
  text-align: "left";
}
#ASUS-features .inner-view .wd-content .content-title {
  font-size: 30px;
  color: #9ccaff;
  text-transform: uppercase;
}
#ASUS-features .inner-view .wd-content .content-info {
  font-size: 16px;
  color: #fff;
}
#ASUS-features .inner-view .wd-content .content-comment {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
  line-height: 1.4;
}
#ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature {
  text-transform: uppercase;
  margin-right: 13px;
}
#ASUS-features
  .inner-view
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__data,
#ASUS-features
  .inner-view
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__describe,
#ASUS-features
  .inner-view
  .wd-content
  .wd__feature__list
  .wd__feature
  .wd__feature__top {
  text-transform: uppercase;
}
@media (min-width: 736px) {
  #ASUS-features .inner-view::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1f1f1f;
  }
  #ASUS-features .inner-view::-webkit-scrollbar {
    width: 10px;
    background-color: #555;
  }
  #ASUS-features .inner-view::-webkit-scrollbar-thumb {
    background-color: #555;
  }
}
#ASUS-features .section__kv {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features .section__kv .img__kv {
  opacity: 1;
  display: block;
  transition: opacity 0.28s ease-in-out;
  margin-left: -1280px;
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/01__kv.jpg");
  left: 50%;
  width: 2560px;
  height: 921px;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__kv .img__kv {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/01__kv.jpg");
  }
}
#ASUS-features .section__kv .img__kv__logo {
  opacity: 1;
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/01_kv_logo.png");
  z-index: 99;
  width: 1422px;
  height: 51px;
  margin-top: -50px;
  background-size: cover;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/01_kv_logo.png");
  }
}
#ASUS-features .section__kv .img__kv__logo.show {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
#ASUS-features .section__kv .content-frame .wd-content {
  opacity: 1;
  max-width: 1000px;
}
#ASUS-features .section__kv .content-frame .wd-content .content-title {
  color: #9ccaff;
}
#ASUS-features .section__kv .content-frame .wd-content .content-info {
  margin-top: 0;
}
#ASUS-features .section__2 {
  margin-top: 45px;
}
#ASUS-features .section__2 .img__02__design1 {
  width: 2560px;
  margin-left: -1280px;
  height: 1000px;
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/02__design.jpg");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__2 .img__02__design1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/02__design.jpg");
  }
}
#ASUS-features .section__2 .content-frame .wd-content .content-slogan {
  width: 100%;
}
#ASUS-features .section__3 {
  margin-top: 45px;
}
#ASUS-features .section__3 .img__03__Performance {
  margin-top: -40px;
  width: 2560px;
  margin-left: -1280px;
  height: 1000px;
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/03__Performance.jpg");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__3 .img__03__Performance {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/03__Performance.jpg");
  }
}
#ASUS-features .section__3 .content-frame {
  margin-top: -45px;
}
#ASUS-features .section__3 .iconListFrame {
  width: 1000px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg {
  width: 97px;
  height: 97px;
}
#ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg1 {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/s3Icon1.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/s3Icon1.png");
  }
}
#ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg2 {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/s3Icon2.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/s3Icon2.png");
  }
}
#ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg3 {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/s3Icon3.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg3 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/s3Icon3.png");
  }
}
#ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg4 {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/1x/s3Icon4.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg.iconImg4 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/large/2x/s3Icon4.png");
  }
}
#ASUS-features .section__3 .iconListFrame .iconImgFrame .iconText {
  width: 100%;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-family: Roboto, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei,
    "sans-serif";
  font-size: 25px;
  line-height: 1.267;
}
#ASUS-features .section__4 .content-frame .wd-content .content-info {
  max-width: 600px;
}
#ASUS-features .section__4 .wd__feature__list {
  width: 850px;
}
#ASUS-features
  .section__4
  .wd__feature__list
  .wd__feature.feature-6
  .wd__feature__data {
  width: 91px;
  height: 91px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/aura.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data {
    background-image: url(../images/large/2x/icon/aura.png);
  }
}
#ASUS-features .section__4 .scrollFrame {
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
  background-image: url(../images/large/1x/animation/s4/04__bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__4 .scrollFrame {
    background-image: url(../images/large/2x/animation/s4/04__bg.jpg);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .contentScrollFrame
  .contentScroll.contentScroll-1
  .contentImgFrame {
  opacity: 1;
  visibility: visible;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .contentScrollFrame
  .contentScroll.contentScroll-2
  .contentImgFrame
  .contentImg {
  background-image: url(../images/large/1x/animation/s4/04-2__5angle.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/large/2x/animation/s4/04-2__5angle.jpg);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .contentScrollFrame
  .contentScroll.contentScroll-3
  .contentImg {
  background-image: url(../images/large/1x/animation/s4/04-3__responsiveness.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/large/2x/animation/s4/04-3__responsiveness.jpg);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .contentScrollFrame
  .contentScroll.contentScroll-4
  .contentImg {
  background-image: url(../images/large/1x/animation/s4/04-4__touchpad.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-4
    .contentImg {
    background-image: url(../images/large/2x/animation/s4/04-4__touchpad.jpg);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navScrollFrame
  .navLine
  .navCircle.navCircle-1 {
  left: 63px;
  top: 251px;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navScrollFrame
  .navLine
  .navCircle.navCircle-2 {
  left: 38px;
  top: 317px;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navScrollFrame
  .navLine
  .navCircle.navCircle-3 {
  left: 44px;
  top: 382px;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navScrollFrame
  .navLine
  .navCircle.navCircle-4 {
  left: 91px;
  top: 448px;
}
#ASUS-features .section__4 .scrollFrame.scrollFrame-s4 .img__aura {
  position: relative;
  width: 2560px;
  margin-left: -1280px;
  height: 1144px;
  left: 50%;
  margin-top: -180px;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation {
  width: 2560px;
  margin: 0 auto;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  figure {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .colorPickerCircle {
  z-index: 1049;
  transition: opacity 0.5s ease 0.1s;
  opacity: 1;
  position: absolute;
  top: 717px;
  left: 1749px;
  margin-left: 0;
  width: 150px;
  height: 150px;
  display: block;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .colorPickerCircle
  canvas {
  box-sizing: border-box;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb {
  width: 2560px;
  height: auto;
  left: 50%;
  margin-left: -1280px;
  z-index: 100;
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame {
  left: 50%;
  top: 286px;
  margin-left: -81px;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  .img__pc__mask {
  width: 549px;
  height: 426px;
  left: 50%;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  background-image: url(../images/large/1x/animation/s4/nb.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .img__aura
    .auraAnimation
    .img__aura__nb
    .img__pc__frame
    .img__pc__mask {
    background-image: url(../images/large/2x/animation/s4/nb.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #nbColorBlock {
  z-index: 90;
  position: absolute;
  width: 439px;
  height: 182px;
  top: 150px;
  left: 53px;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #nbColorDefault {
  z-index: 89;
  position: absolute;
  width: 439px;
  height: 182px;
  top: 150px;
  left: 53px;
  background: #0c0c0c;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #kbPartsColorBlock__1 {
  opacity: 0;
  z-index: 98;
  position: absolute;
  border-radius: 39%;
  left: 220px;
  top: 182px;
  width: 20px;
  height: 20px;
  background: red;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #kbPartsColorBlock__2 {
  opacity: 0;
  z-index: 98;
  position: absolute;
  border-radius: 39%;
  left: 303px;
  top: 271px;
  width: 30px;
  height: 21px;
  background: red;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #kbPartsColorBlock__3 {
  opacity: 0;
  z-index: 98;
  position: absolute;
  border-radius: 39%;
  left: 190px;
  top: 225px;
  width: 20px;
  height: 20px;
  background: red;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #kbPartsColorBlock__4 {
  opacity: 0;
  z-index: 98;
  position: absolute;
  border-radius: 39%;
  left: 277px;
  top: 203px;
  width: 20px;
  height: 20px;
  background: red;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #kbPartsColorBlock__5 {
  opacity: 0;
  z-index: 98;
  position: absolute;
  border-radius: 39%;
  left: 161px;
  top: 203px;
  width: 20px;
  height: 20px;
  background: red;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #kbPartsColorBlock__6 {
  opacity: 0;
  z-index: 98;
  position: absolute;
  border-radius: 39%;
  left: 98px;
  top: 225px;
  width: 20px;
  height: 20px;
  background: red;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__pc__frame
  #nbLightBottom {
  opacity: 1;
  z-index: 98;
  position: absolute;
  border-radius: 11px;
  left: 38px;
  top: 385px;
  width: 474px;
  height: 46px;
  filter: blur(10px);
  background: red;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__mouse__frame {
  left: 50%;
  top: 515px;
  margin-left: 458px;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__mouse__frame
  .img__mouse__mask {
  width: 97px;
  height: 182px;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  background-image: url(../images/large/1x/animation/s4/mouse.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .img__aura
    .auraAnimation
    .img__aura__nb
    .img__mouse__frame
    .img__mouse__mask {
    background-image: url(../images/large/2x/animation/s4/mouse.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__mouse__frame
  #mouseColorBlock {
  z-index: 90;
  position: absolute;
  width: 40px;
  height: 105px;
  border-radius: 13px;
  margin-left: 32px;
  margin-top: 62px;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__mouse__frame
  #mouseColorDefault {
  z-index: 89;
  position: absolute;
  width: 40px;
  height: 95px;
  margin-left: 30px;
  margin-top: 59px;
  background: #0c0c0c;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__headset__frame {
  left: 50%;
  top: 459px;
  margin-left: -340px;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__headset__frame
  .img__headset__mask {
  width: 259px;
  height: 233px;
  left: 50%;
  z-index: 999;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  background-image: url(../images/large/1x/animation/s4/headset.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .img__aura
    .auraAnimation
    .img__aura__nb
    .img__headset__frame
    .img__headset__mask {
    background-image: url(../images/large/2x/animation/s4/headset.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__headset__frame
  #headsetColorLeftBlock {
  height: 102.5px;
  top: 130.3px;
  z-index: 90;
  position: absolute;
  width: 84.8px;
  height: 104.7px;
  left: 21px;
  top: 130.9px;
  border-radius: 556px;
  transform: rotate(83.6deg) skew(-0.1deg, -22.7deg);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__headset__frame
  #headsetColorLeftDefault {
  z-index: 89;
  position: absolute;
  width: 84.8px;
  height: 102.5px;
  left: 21px;
  top: 130.3px;
  border-radius: 556px;
  transform: rotate(80.6deg) skew(-0.1deg, -22.7deg);
  background: #0c0c0c;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__headset__frame
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__headset__frame
  #headsetColorRightDefault {
  z-index: 90;
  position: absolute;
  width: 84.8px;
  height: 106.7px;
  left: 154px;
  top: 125.9px;
  border-radius: 556px;
  transform: rotate(395.6deg) skew(-0.1deg, -22.7deg);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  .img__headset__frame
  #headsetColorRightDefault {
  background: #0c0c0c;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation
  .img__aura__nb
  #allCometColorBlock {
  opacity: 0;
  z-index: 90;
  position: absolute;
  left: 660px;
  top: 80px;
  width: 1300px;
  height: 660px;
  margin: 0 auto;
  background: linear-gradient(
    468deg,
    #000 6%,
    #ff0600 7%,
    #000 9%,
    #000 60%,
    #000 65%,
    #000 90%
  );
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.breathingFilter
  .colorPickerCircle {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.breathingFilter
  #allCometColorBlock {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.breathingFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.breathingFilter
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.breathingFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.breathingFilter
  #nbColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.breathingFilter
  #pcFrontColorBlock {
  opacity: 0;
  animation: KeyBreathing 4s linear infinite;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cycleFilter
  #allCometColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cycleFilter
  .colorPickerCircle {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cycleFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cycleFilter
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cycleFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cycleFilter
  #nbColorBlock {
  animation: KeyStrobingDIV 3s linear infinite;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.strobingFilter
  #allCometColorBlock {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.strobingFilter
  .colorPickerCircle {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.strobingFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.strobingFilter
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.strobingFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.strobingFilter
  #nbColorBlock {
  animation: KeyStrobing2 0.85s linear infinite;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.rainbowFilter
  #allCometColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.rainbowFilter
  .colorPickerCircle {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.rainbowFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.rainbowFilter
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.rainbowFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.rainbowFilter
  #nbColorBlock {
  background: linear-gradient(
    90deg,
    #fd118d,
    #fc0613,
    #fe580e,
    #ffd832,
    #d0f945,
    #53fe3d,
    #2ffe3e,
    #2cfea7,
    #23f6ff,
    #007dfb,
    #0023f9,
    #6a1cfb,
    #f01cfa,
    #fd118d,
    #fc0613,
    #fe580e,
    #ffd832,
    #d0f945,
    #53fe3d,
    #2ffe3e,
    #2cfea7,
    #23f6ff,
    #007dfb,
    #0023f9,
    #6a1cfb,
    #f01cfa,
    #fd118d
  );
  background-size: 600% 100%;
  background-position: 0 0;
  animation: KeyRainbow 12s linear infinite;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cometFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cometFilter
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cometFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cometFilter
  #nbColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cometFilter
  .colorPickerCircle {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.cometFilter
  #allCometColorBlock {
  opacity: 1;
  background-size: 1898% 557%;
  background-position: 0 0;
  animation: KeyCometAll 838ms linear infinite normal;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  .colorPickerCircle {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #headsetColorRightBlock
  #headsetColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #keyboardColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #nbColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #pcFrontColorBlock {
  opacity: 1;
  animation: KeyStarryNightBase 4s linear infinite;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #mouseLogoColorBlock {
  animation: KeyStarryNight 1.8s linear infinite normal;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #pcVgaColorBlock__1,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #pcVgaColorBlock__2,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #pcVgaColorBlock__3 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #kbPartsColorBlock__1 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #kbPartsColorBlock__2 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #kbPartsColorBlock__3 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #kbPartsColorBlock__4 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #kbPartsColorBlock__5 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #kbPartsColorBlock__6 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #headsetColorRightBlock {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #pcFrontPatrsColorBlock_1 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #pcFrontPatrsColorBlock_2 {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #pcLogoColorBlock {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 1.65s;
  -moz-animation-delay: 1.65s;
  -webkit-animation-delay: 1.65s;
  background: #ff0600;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.starryNightFilter
  #mouseRedColorBlock {
  animation: KeyStarryNight 1.8s linear infinite normal;
  animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.musicFilter
  .colorPickerCircle {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.musicFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.musicFilter
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.musicFilter
  #keyboardColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.musicFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.musicFilter
  #nbColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.musicFilter
  #pcFrontColorBlock {
  animation: KeyMusic 4s linear 0.6s infinite normal;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.smartFilter
  .colorPickerCircle {
  opacity: 0;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.smartFilter
  #headsetColorLeftBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.smartFilter
  #headsetColorRightBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.smartFilter
  #mouseColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.smartFilter
  #nbColorBlock,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .img__aura
  .auraAnimation.smartFilter
  #pcFrontColorBlock {
  animation: KeySmart 8s linear infinite;
}
#ASUS-features .section__4 .scrollFrame.scrollFrame-s4 .navBarFrame {
  height: 368px;
  z-index: 999;
  position: relative;
  margin: -397px auto 0 130px;
}
#ASUS-features .section__4 .scrollFrame.scrollFrame-s4 .navBarFrame .navBar {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 999;
  max-width: 1280px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb1 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb1
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb1.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb1:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb1
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb1 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb1.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb1:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb1
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb1 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb1
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/breathing.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb1
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/breathing.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb2 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb2
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb2.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb2:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb2
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb2 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb2.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb2:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb2
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb2 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb2
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/static.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb2
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/static.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb3 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb3
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb3.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb3:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb3
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb3 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb3.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb3:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb3
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb3 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb3
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/strobing.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb3
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/strobing.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb4 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb4
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb4.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb4:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb4
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb4 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb4.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb4:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb4
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb4 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb4
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/colorcycle.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb4
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/colorcycle.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb5 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb5
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb5.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb5:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb5
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb5 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb5.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb5:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb5
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb5 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb5
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/rainbow.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb5
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/rainbow.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb6 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb6
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb6.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb6:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb6
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb6 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb6.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb6:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb6
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb6 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb6
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/music.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb6
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/music.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb7 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb7
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb7.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb7:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb7
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb7 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb7.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb7:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb7
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb7 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb7
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/smart.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb7
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/smart.png);
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb8 {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 100% auto;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb8
  :before {
  content: "";
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 56px;
  height: 56px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb8.choosed,
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb8:hover {
  opacity: 1;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb8
  span {
  width: 88px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb8 {
    outline: none;
    position: relative;
    opacity: 0.4;
    transition: opacity 0.35s ease-in-out;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb8.choosed,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb8:hover {
    opacity: 1;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb8
    span {
    outline: none;
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb8 {
    width: 85px;
    height: 54px;
    position: relative;
    opacity: 0.4;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .navBarFrame
  .navBar
  #nb8
  :before {
  background-image: url(../images/large/1x/animation/s4/nav/starry.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navBarFrame
    .navBar
    #nb8
    :before {
    background-image: url(../images/large/2x/animation/s4/nav/starry.png);
  }
}
#ASUS-features .section__4 .scrollFrame.scrollFrame-s4 .nav__line {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 790px;
  height: 1px;
  left: 64px;
  z-index: 9999;
  margin-top: -264px;
  background-color: #fff;
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box {
  transition: transform 0.3s ease-in-out;
  position: relative;
  width: 64px;
  height: 3px;
  background-color: #fff;
  top: -2px;
  left: 0;
  transform: translate3d(42px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move1 {
  transform: translate3d(42px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move2 {
  transform: translate3d(132px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move3 {
  transform: translate3d(223px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move4 {
  transform: translate3d(319px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move5 {
  transform: translate3d(411px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move6 {
  transform: translate3d(502px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move7 {
  transform: translate3d(597px, 0, 0);
}
#ASUS-features
  .section__4
  .scrollFrame.scrollFrame-s4
  .nav__line
  .nav__line__box.move8 {
  transform: translate3d(689px, 0, 0);
}
#ASUS-features .section__5 {
  margin-top: 100px;
}
#ASUS-features .section__5 .wd-content {
  width: 100%;
  max-width: 728px;
}
#ASUS-features .section__5 .wd-content .icon_slogan {
  margin-left: 0;
  margin-right: 0;
}
#ASUS-features .section__5 .wd__feature__list {
  left: 36px;
}
#ASUS-features .section__5 .wd__feature__list .wd__feature {
  min-width: 90px;
}
#ASUS-features .section__5 .img__05__cooling {
  position: relative;
  background-image: url(../images/large/1x/05__cooling.jpg);
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
  margin-top: -91px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling {
    background-image: url(../images/large/2x/05__cooling.jpg);
  }
}
#ASUS-features .section__5 .modal-button-container {
  margin-top: 3px;
}
#ASUS-features .section__6 {
  margin-top: 150px;
}
#ASUS-features .section__6 .wd-content .content-info {
  max-width: 920px;
}
#ASUS-features .section__6 .toggle__nav__frame {
  width: 960px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -273px;
  position: relative;
  z-index: 999;
  font-size: 18px;
  color: #fff;
}
#ASUS-features .section__6 .toggle__nav__frame .toggle__nav {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
#ASUS-features .section__6 .toggle__nav__frame .toggle__nav ul.nav__frame {
  text-align: center;
  margin: 0 auto;
  list-style: none;
}
#ASUS-features
  .section__6
  .toggle__nav__frame
  .toggle__nav
  ul.nav__frame
  .tn__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  width: 290px;
  vertical-align: middle;
  margin: 20px 20px 11px;
  box-sizing: border-box;
  font-size: 30px;
  color: #4d5afa;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  display: inline-block;
  text-align: center;
  letter-spacing: 0.5px;
  cursor: pointer;
  user-select: none;
}
#ASUS-features
  .section__6
  .toggle__nav__frame
  .toggle__nav
  ul.nav__frame
  .tn__btn:hover {
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #fff;
}
#ASUS-features
  .section__6
  .toggle__nav__frame
  .toggle__nav
  ul.nav__frame
  li.tn__1,
#ASUS-features
  .section__6
  .toggle__nav__frame
  .toggle__nav
  ul.nav__frame
  li.tn__2 {
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features
  .section__6
  .toggle__nav__frame
  .toggle__nav
  ul.nav__frame
  .clicked {
  outline: none;
}
#ASUS-features .section__6 .toggle__nav__frame .toggle__nav .nav__line {
  height: 1px;
  background-color: #fff;
}
#ASUS-features
  .section__6
  .toggle__nav__frame
  .toggle__nav
  .nav__line
  .nav__line__box {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  transition: transform 0.3s ease-in-out;
  position: relative;
  width: 480px;
  height: 3px;
  background-color: #fff;
  top: -2px;
  left: 0;
}
#ASUS-features .section__6 .display__frame .wd__feature__list {
  margin-top: 32px;
}
#ASUS-features .section__6 .display__frame .img {
  margin-top: 54px;
  top: -130px;
  z-index: 1;
}
#ASUS-features .section__6 .display__frame.display__1 {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
#ASUS-features
  .section__6
  .display__frame.display__1
  .wd__feature__list
  .wd__feature {
  min-width: 120px;
}
#ASUS-features
  .section__6
  .display__frame.display__1
  .wd__feature__list
  .wd__feature.feature-5
  .wd__feature__data
  .img__dolby {
  width: 126px;
  height: 77px;
  margin-top: 0;
  top: 7px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/dolby.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.png);
  }
}
#ASUS-features
  .section__6
  .display__frame.display__1
  .wd__feature__list
  .wd__feature.feature-6
  .wd__feature__data
  .img__pantoneLogo {
  width: 54px;
  height: 70px;
  margin-top: 0;
  top: 7px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/pantoneLogo.svg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__pantoneLogo {
    background-image: url(../images/large/2x/icon/pantoneLogo.svg);
  }
}
#ASUS-features .section__6 .display__frame.display__1 .img__creators {
  width: 2560px;
  margin-left: -1280px;
  height: 790px;
  background-image: url(../images/large/1x/06__display-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__6 .display__frame.display__1 .img__creators {
    background-image: url(../images/large/2x/06__display-1.jpg);
  }
}
#ASUS-features .section__6 .display__frame.display__1 .modal-button-container {
  margin-top: 199px;
  top: -100px;
}
#ASUS-features .section__6 .display__frame.display__2 {
  transition: opacity 0.3s ease-in-out;
  display: none;
  opacity: 0;
}
#ASUS-features
  .section__6
  .display__frame.display__2
  .wd__feature__list
  .wd__feature.feature-4
  .wd__feature__data
  .img__g-sync {
  width: 150px;
  height: 77px;
  margin-top: 0;
  top: 3px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/nvGsyncLogo.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__g-sync {
    background-image: url(../images/large/2x/icon/nvGsyncLogo.png);
  }
}
#ASUS-features
  .section__6
  .display__frame.display__2
  .wd__feature__list
  .wd__feature.feature-5
  .wd__feature__data
  .img__dolby {
  width: 126px;
  height: 70px;
  margin-top: 0;
  top: 7px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/dolby.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.png);
  }
}
#ASUS-features
  .section__6
  .display__frame.display__2
  .wd__feature__list
  .wd__feature.feature-6
  .wd__feature__data
  .img__pantoneLogo {
  width: 54px;
  height: 70px;
  margin-top: 0;
  top: 7px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/pantoneLogo.svg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__pantoneLogo {
    background-image: url(../images/large/2x/icon/pantoneLogo.svg);
  }
}
#ASUS-features .section__6 .display__frame.display__2 .img__gamers {
  width: 2560px;
  margin-left: -1280px;
  height: 790px;
  background-image: url(../images/large/1x/06__display-2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__6 .display__frame.display__2 .img__gamers {
    background-image: url(../images/large/2x/06__display-2.jpg);
  }
}
#ASUS-features
  .section__6
  .display__frame.display__2
  .img__gamers
  .display__2__text {
  position: absolute;
  color: #aaa;
  z-index: 999;
  left: 810px;
  top: 1074px;
  font-size: 10px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  text-align: left;
}
#ASUS-features .section__6 .display__frame.display__2 .modal-button-container {
  margin-top: -31px;
  top: -100px;
}
#ASUS-features .section__6 .s6BottonText {
  position: relative;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
  text-align: center;
  width: 900px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 14px;
  line-height: 1.867;
}
#ASUS-features .section__6 .s6BottonText.display__1 {
  transition: opacity 0.3s ease-in-out;
}
#ASUS-features .section__6 .s6BottonText.display__2 {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#ASUS-features .section__6__slick {
  margin-top: 10px;
  position: relative;
  background-color: rgba(29, 29, 29, 0.8);
  height: auto;
  overflow: hidden;
}
#ASUS-features .section__6__slick .slick {
  position: relative;
  max-width: 1022px;
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features .section__6__slick .slick .slick-list {
  height: 290px;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame {
  width: 49%;
  margin-left: 160px;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg {
  float: left;
  height: auto;
  width: 200px;
  padding-bottom: 46%;
  background-repeat: no-repeat;
  background-size: contain;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__1 {
  background-image: url(../images/large/1x/animation/s6/1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s6/1.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__2 {
  background-image: url(../images/large/1x/animation/s6/2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s6/2.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__3 {
  background-image: url(../images/large/1x/animation/s6/3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s6/3.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__4 {
  background-image: url(../images/large/1x/animation/s6/4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__4 {
    background-image: url(../images/large/2x/animation/s6/4.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__5 {
  background-image: url(../images/large/1x/animation/s6/5.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__5 {
    background-image: url(../images/large/2x/animation/s6/5.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__6 {
  background-image: url(../images/large/1x/animation/s6/6.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__6 {
    background-image: url(../images/large/2x/animation/s6/6.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__7 {
  background-image: url(../images/large/1x/animation/s6/7.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__7 {
    background-image: url(../images/large/2x/animation/s6/7.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__8 {
  background-image: url(../images/large/1x/animation/s6/8.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__8 {
    background-image: url(../images/large/2x/animation/s6/8.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__9 {
  background-image: url(../images/large/1x/animation/s6/9.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__9 {
    background-image: url(../images/large/2x/animation/s6/9.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__10 {
  background-image: url(../images/large/1x/animation/s6/10.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__10 {
    background-image: url(../images/large/2x/animation/s6/10.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg.slickItem__11 {
  background-image: url(../images/large/1x/animation/s6/11.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__11 {
    background-image: url(../images/large/2x/animation/s6/11.jpg);
  }
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickTextFrame {
  margin-left: 50px;
  width: 49%;
  position: relative;
  top: 0;
  display: inline-block;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickTextFrame
  .slickText {
  width: 100%;
  color: #fff;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickTextFrame
  .slickText
  span.slickNvidiaTitle {
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickTextFrame
  .slickText
  span.slickNvidiaDec {
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .NVmultipleColumnsFrame {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .NVmultipleColumnsFrame
  .nvCol {
  margin-top: 10px;
}
#ASUS-features
  .section__6__slick
  .slick
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .NVmultipleColumnsFrame
  .nvCol
  .nvText {
  font-family: Roboto Light, Helvetica, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
#ASUS-features .section__6__slick .slick-next:before,
#ASUS-features .section__6__slick .slick-prev:before {
  display: none;
}
#ASUS-features .section__6__slick .slick-prev {
  z-index: 999;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(220%, -104%, 0) rotate(180deg);
  -ms-transform: translate3d(220%, -104%, 0) rotate(180deg);
  transform: translate3d(220%, -104%, 0) rotate(180deg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s2/arrow.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__6__slick .slick-prev {
    background-image: url(../images/large/2x/animation/s2/arrow.png);
  }
}
#ASUS-features .section__6__slick .slick-prev:hover {
  background-image: url(../images/large/1x/animation/s2/arrow_h.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__6__slick .slick-prev:hover {
    background-image: url(../images/large/2x/animation/s2/arrow_h.png);
  }
}
#ASUS-features .section__6__slick .slick-next {
  display: none;
  z-index: 999;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(-140%, -114%, 0);
  -ms-transform: translate3d(-140%, -114%, 0);
  transform: translate3d(-140%, -114%, 0);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s2/arrow.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__6__slick .slick-next {
    background-image: url(../images/large/2x/animation/s2/arrow.png);
  }
}
#ASUS-features .section__6__slick .slick-next:hover {
  background-image: url(../images/large/1x/animation/s2/arrow_h.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__6__slick .slick-next:hover {
    background-image: url(../images/large/2x/animation/s2/arrow_h.png);
  }
}
#ASUS-features .section__6__slick .slick-dots {
  bottom: 5px;
}
#ASUS-features .section__6__slick .slick-dots li {
  width: auto;
  height: auto;
  vertical-align: top;
}
#ASUS-features .section__6__slick .slick-dots li button {
  width: 58px;
  height: 4px;
  padding: 0;
  background-color: #616161;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
#ASUS-features .section__6__slick .slick-dots li button:before {
  display: none;
}
#ASUS-features .section__6__slick .slick-dots li.slick-active button {
  background-color: #4d5afa;
}
#ASUS-features .section__7 .content-frame .wd-content .content-info {
  max-width: 670px;
}
#ASUS-features .section__7 .wd__feature__list {
  width: 850px;
}
#ASUS-features .section__7 .scrollFrame {
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
  background-image: url(../images/large/1x/animation/s7/07__bg.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__7 .scrollFrame {
    background-image: url(../images/large/2x/animation/s7/07__bg.jpg);
  }
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .contentScrollFrame
  .contentScroll.contentScroll-1
  .contentImgFrame {
  opacity: 1;
  visibility: visible;
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .contentScrollFrame
  .contentScroll.contentScroll-1
  .contentImgFrame
  .contentImg {
  background-image: url(../images/large/1x/animation/s7/07-1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg {
    background-image: url(../images/large/2x/animation/s7/07-1.jpg);
  }
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .contentScrollFrame
  .contentScroll.contentScroll-2
  .contentImgFrame
  .contentImg {
  background-image: url(../images/large/1x/animation/s7/07-2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/large/2x/animation/s7/07-2.jpg);
  }
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .contentScrollFrame
  .contentScroll.contentScroll-3
  .contentImg {
  background-image: url(../images/large/1x/animation/s7/07-3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/large/2x/animation/s7/07-3.jpg);
  }
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .navScrollFrame
  .navLine
  .navCircle.navCircle-1 {
  left: 63px;
  top: 251px;
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .navScrollFrame
  .navLine
  .navCircle.navCircle-2 {
  left: 38px;
  top: 317px;
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .navScrollFrame
  .navLine
  .navCircle.navCircle-3 {
  left: 44px;
  top: 382px;
}
#ASUS-features
  .section__7
  .scrollFrame.scrollFrame-s7
  .navScrollFrame
  .navLine
  .navCircle.navCircle-4 {
  left: 91px;
  top: 448px;
}
#ASUS-features .section__8 {
  margin-top: 100px;
}
#ASUS-features .section__8 .img__08__audio {
  margin-top: -160px;
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
  background-image: url(../images/large/1x/08__Audio.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__8 .img__08__audio {
    background-image: url(../images/large/2x/08__Audio.jpg);
  }
}
#ASUS-features .section__8 .wd-content {
  width: 100%;
  max-width: 710px;
}
#ASUS-features .section__8 .wd__feature__list {
  width: 980px;
}
#ASUS-features
  .section__8
  .wd__feature__list
  .wd__feature.feature-5
  .wd__feature__data
  .img__dolbyAtmos {
  width: 140px;
  height: 71px;
  margin-top: 0;
  top: 7px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/dolby_atmos.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__8
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolbyAtmos {
    background-image: url(../images/large/2x/icon/dolby_atmos.png);
  }
}
#ASUS-features
  .section__8
  .wd__feature__list
  .wd__feature.feature-6
  .wd__feature__data
  .img__hiRes {
  width: 64px;
  height: 71px;
  margin-top: 0;
  top: 7px;
  background-size: contain;
  background-image: url(../images/large/1x/icon/hiResLogo.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__8
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__hiRes {
    background-image: url(../images/large/2x/icon/hiResLogo.jpg);
  }
}
#ASUS-features .section__8 .modal-button-container {
  margin-top: -104px;
  margin-bottom: 130px;
}
#ASUS-features .section__9 .img__09__upgradeability {
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
  background-image: url(../images/large/1x/09__upgradeability.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__9 .img__09__upgradeability {
    background-image: url(../images/large/2x/09__upgradeability.jpg);
  }
}
#ASUS-features .section__9 .wd-content {
  width: 100%;
  max-width: 670px;
}
#ASUS-features .section__9 .wd__feature__list {
  width: 980px;
}
#ASUS-features .section__9 .wd__feature__list .wd__feature {
  max-width: 670px;
}
#ASUS-features .section__9 .modal-button-container {
  margin-top: -104px;
  margin-bottom: 130px;
}
#ASUS-features .section__10 .wd-content .content-info {
  max-width: 670px;
}
#ASUS-features .section__10 .img__10__connectivity {
  margin-top: -360px;
  position: relative;
  background-image: url(../images/large/1x/10__connectivity.jpg);
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__10 .img__10__connectivity {
    background-image: url(../images/large/2x/10__connectivity.jpg);
  }
}
#ASUS-features .section__10 .img__10__connectivity .textPartsFrame {
  position: relative;
  transform: translate3d(1184px, 483px, 0);
}
#ASUS-features .section__10 .img__10__connectivity .textPartsFrame .partText {
  position: absolute;
  color: #fff;
  font-size: 12px;
  width: auto;
  line-height: 1.5;
  font-family: Roboto, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei,
    "sans-serif";
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__1 {
  transform: translate3d(-372px, 38px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__2 {
  transform: translate3d(-332px, 313px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__3 {
  transform: translate3d(-227px, -24px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__4 {
  text-align: right;
  transform: translate3d(332px, 61px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__5 {
  text-align: left;
  transform: translate3d(408px, -18px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__6 {
  text-align: left;
  transform: translate3d(552px, 99px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__7 {
  text-align: right;
  transform: translate3d(292px, 273px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__8 {
  text-align: right;
  transform: translate3d(357px, 314px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__9 {
  text-align: right;
  transform: translate3d(455px, 313px, 0);
}
#ASUS-features
  .section__10
  .img__10__connectivity
  .textPartsFrame
  .partInfo__10 {
  text-align: left;
  transform: translate3d(488px, 250px, 0);
}
#ASUS-features .section__10 .img__10__connectivity .textPartsFrame .markText {
  font-size: 12px;
  color: #4d5afa;
  line-height: 1.5;
  font-family: Roboto, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei,
    "sans-serif";
}
#ASUS-features .section__8-2 {
  background-color: #1d1d1d;
  height: auto;
  color: #fff;
  margin-top: 10px;
}
#ASUS-features .section__8-2:before {
  top: 0;
  height: 16px;
}
#ASUS-features .section__8-2:after,
#ASUS-features .section__8-2:before {
  position: absolute;
  display: block;
  content: " ";
  z-index: 1;
  left: 50%;
  margin: 0 0 0 -1280px;
  width: 2560px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#ASUS-features .section__8-2:after {
  bottom: 0;
  height: 45px;
}
#ASUS-features .section__8-2 .audioBarFrame {
  width: 1280px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 440px 750px;
}
#ASUS-features .section__8-2 .audioBarFrame .audioIcon {
  position: relative;
  width: 192px;
  height: 265px;
  top: 50%;
  left: 68%;
  transform: translateY(-50%) translateX(-50%) scale(0.8);
}
#ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlPlayBtn {
  position: absolute;
  z-index: 10;
  width: 174px;
  height: 174px;
  top: 30%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/large/1x/animation/s8/play.png);
  background-size: contain;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlPlayBtn {
    background-image: url(../images/large/2x/animation/s8/play.png);
  }
}
#ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlPlayBtn.active {
  background-image: url(../images/large/1x/animation/s8/pause.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__8-2
    .audioBarFrame
    .audioIcon
    .controlPlayBtn.active {
    background-image: url(../images/large/2x/animation/s8/pause.png);
  }
}
#ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn {
  position: absolute;
  z-index: 0;
  width: 148px;
  height: 42px;
  bottom: 5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url(../images/large/1x/animation/s8/on.png);
  background-size: contain;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn {
    background-image: url(../images/large/2x/animation/s8/on.png);
  }
}
#ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn.active {
  background-image: url(../images/large/1x/animation/s8/off.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn.active {
    background-image: url(../images/large/2x/animation/s8/off.png);
  }
}
#ASUS-features .section__8-2 .audioBarFrame .audioTextFrame {
  margin-top: 32px;
}
#ASUS-features .section__8-2 .audioBarFrame .audioTextFrame .audioTitle {
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  font-size: 40px;
  line-height: 1.2;
}
#ASUS-features .section__8-2 .audioBarFrame .audioTextFrame .audioText {
  width: 88.5%;
  margin-top: 10px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 12px;
  line-height: 1.7;
}
#ASUS-features .section__11 .img__11__software {
  position: relative;
  background-image: url(../images/large/1x/11__software.jpg);
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
  margin-top: -170px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__11 .img__11__software {
    background-image: url(../images/large/2x/11__software.jpg);
  }
}
#ASUS-features .section__11 .img__11__software .software__img {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  width: 586px;
  height: 368px;
  top: 247px;
  left: 3px;
}
#ASUS-features .section__11 .img__11__software .software__img.software__img__1 {
  background-image: url(../images/large/1x/animation/s11/navImg1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__1 {
    background-image: url(../images/large/1x/animation/s11/navImg1.jpg);
  }
}
#ASUS-features .section__11 .img__11__software .software__img.software__img__2 {
  background-image: url(../images/large/1x/animation/s11/navImg2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__2 {
    background-image: url(../images/large/1x/animation/s11/navImg2.jpg);
  }
}
#ASUS-features .section__11 .img__11__software .software__img.software__img__3 {
  background-image: url(../images/large/1x/animation/s11/navImg3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__3 {
    background-image: url(../images/large/1x/animation/s11/navImg3.jpg);
  }
}
#ASUS-features .section__11 .img__11__software .software__img.software__img__4 {
  background-image: url(../images/large/1x/animation/s11/navImg4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__4 {
    background-image: url(../images/large/1x/animation/s11/navImg4.jpg);
  }
}
#ASUS-features .section__11 .img__11__software .software__img.software__img__5 {
  background-image: url(../images/large/1x/animation/s11/navImg5.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__5 {
    background-image: url(../images/large/1x/animation/s11/navImg5.jpg);
  }
}
#ASUS-features .section__11 .img__11__software .software__img.software__img__6 {
  background-image: url(../images/large/1x/animation/s11/navImg6.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__6 {
    background-image: url(../images/large/1x/animation/s11/navImg6.jpg);
  }
}
#ASUS-features .section__11 .wd-content {
  margin: 0 auto;
  position: relative;
}
#ASUS-features .section__11 .wd-content .icon_slogan {
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/large/1x/topIcon/11__Software.gif);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__11 .wd-content .icon_slogan {
    background-image: url(../images/large/2x/topIcon/11__Software.gif);
  }
}
#ASUS-features .section__11 .wd-content .icon_title {
  width: 558px;
  height: 8px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features .section__11 .wd-content .content-info {
  max-width: 680px;
}
#ASUS-features .section__11 .software__toggle__nav__frame {
  width: 938px;
  min-height: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  padding-bottom: 50px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features
  .section__11
  .software__toggle__nav__frame
  .software__img__frame {
  position: relative;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features
  .section__11
  .software__toggle__nav__frame
  .softWord__word__frame {
  color: #fff;
  opacity: 0;
  display: none;
  position: relative;
  width: 915px;
  left: 84px;
  text-align: left;
  vertical-align: top;
  transition: opacity 0.3s ease-in-out;
}
#ASUS-features
  .section__11
  .software__toggle__nav__frame
  .softWord__word__frame.show {
  opacity: 1;
  display: block;
}
#ASUS-features
  .section__11
  .software__toggle__nav__frame
  .softWord__word__frame
  .software__title {
  margin-top: 0;
  font-size: 40px;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  text-transform: uppercase;
}
#ASUS-features
  .section__11
  .software__toggle__nav__frame
  .softWord__word__frame
  .softWord__content {
  font-size: 12px;
  width: 86%;
  line-height: 1.867;
  margin-top: 11px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
#ASUS-features
  .section__11
  .software__toggle__nav__frame
  .softWord__word__frame
  .content-comment {
  width: 81%;
  font-size: 12px;
  color: #777;
}
#ASUS-features .section__11 .navBarFrame {
  height: auto;
  position: relative;
  margin: -92px auto 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .section__11 .navBarFrame .navBar {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 998;
  max-width: 1280px;
}
#ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase {
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.4;
}
#ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase.choosed,
#ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase:hover {
  opacity: 1;
}
#ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase span {
  width: 200px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
#ASUS-features .section__11 .nav__line {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1240px;
  height: 1px;
  z-index: 998;
  margin-top: 20px;
  background-color: #fff;
}
#ASUS-features .section__11 .nav__line .nav__line__box {
  transition: transform 0.3s ease-in-out;
  position: relative;
  width: 220px;
  height: 3px;
  background-color: #fff;
  top: -2px;
  left: 0;
  transform: translateZ(0);
}
#ASUS-features .section__11 .nav__line .nav__line__box.move1 {
  transform: translateZ(0);
}
#ASUS-features .section__11 .nav__line .nav__line__box.move2 {
  transform: translate3d(204px, 0, 0);
}
#ASUS-features .section__11 .nav__line .nav__line__box.move3 {
  transform: translate3d(404px, 0, 0);
}
#ASUS-features .section__11 .nav__line .nav__line__box.move4 {
  transform: translate3d(611px, 0, 0);
}
#ASUS-features .section__11 .nav__line .nav__line__box.move5 {
  transform: translate3d(818px, 0, 0);
}
#ASUS-features .section__11 .nav__line .nav__line__box.move6 {
  transform: translate3d(1020px, 0, 0);
}
#ASUS-features .section__12 {
  margin-top: -36px;
}
#ASUS-features .section__12 .wd-content .content-info {
  width: 100%;
  max-width: 690px;
  margin-top: 14px;
}
#ASUS-features .section__12 .img__12__bundles {
  position: relative;
  background-image: url(../images/large/1x/12__bundle.jpg);
  width: 2560px;
  margin-left: -1280px;
  height: 900px;
  margin-top: -70px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__12 .img__12__bundles {
    background-image: url(../images/large/2x/12__bundle.jpg);
  }
}
#ASUS-features .section__12 .img__12__bundles .area-click {
  position: relative;
  transform: translate3d(-220px, 260px, 0);
}
#ASUS-features .section__12 .img__12__bundles .area-click .click__circle {
  z-index: 999 !important;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 0;
  left: 50%;
  width: 13px;
  height: 13px;
  background-position: 50%;
  background-repeat: no-repeat;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background: hsla(0, 0%, 100%, 0.876);
  background-size: contain;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle
  .circle_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.51);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  animation: scale 1.2s ease-out infinite;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-1 {
  transform: translate3d(669px, 417px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-1
  .circle_center {
  animation-delay: 0.3s;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-2 {
  transform: translate3d(120px, 220px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-2
  .circle_center {
  animation-delay: 0.8s;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-3 {
  transform: translate3d(-248px, 324px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-3
  .circle_center {
  animation-delay: 1.3s;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-4 {
  transform: translate3d(57px, -44px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__12
  .img__12__bundles
  .area-click
  .click__circle.circle-4
  .circle_center {
  animation-delay: 1.8s;
}
#ASUS-features .section__13 .img__13__bundles {
  position: relative;
  background-image: url(../images/large/1x/13__bundle.jpg);
  width: 2560px;
  margin-left: -1280px;
  height: 1384px;
  margin-top: -310px;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__13 .img__13__bundles {
    background-image: url(../images/large/2x/13__bundle.jpg);
  }
}
#ASUS-features .section__13 .img__13__bundles .area-click {
  position: relative;
  transform: translate3d(-220px, 260px, 0);
}
#ASUS-features .section__13 .img__13__bundles .area-click .click__circle {
  z-index: 999 !important;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 0;
  left: 50%;
  width: 13px;
  height: 13px;
  background-position: 50%;
  background-repeat: no-repeat;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background: hsla(0, 0%, 100%, 0.876);
  background-size: contain;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle
  .circle_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.51);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  animation: scale 1.2s ease-out infinite;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-1 {
  transform: translate3d(30px, 807px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-1
  .circle_center {
  animation-delay: 0.3s;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-2 {
  transform: translate3d(650px, 845px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-2
  .circle_center {
  animation-delay: 0.8s;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-3 {
  transform: translate3d(722px, 474px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-3
  .circle_center {
  animation-delay: 1.3s;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-4 {
  transform: translate3d(-40px, 406px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-4
  .circle_center {
  animation-delay: 1.8s;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-5 {
  transform: translate3d(-113px, 832px, 0);
  z-index: 999 !important;
}
#ASUS-features
  .section__13
  .img__13__bundles
  .area-click
  .click__circle.circle-5
  .circle_center {
  animation-delay: 0.7s;
}
#ASUS-features .section__13 .wd-content .icon_slogan#s13__icon {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 126px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/large/1x/topIcon/13__Bundle.gif);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__13 .wd-content .icon_slogan#s13__icon {
    background-image: url(../images/large/2x/topIcon/13__Bundle.gif);
  }
}
#ASUS-features .section__13 .wd-content .content-slogan {
  margin-top: -30px;
}
#ASUS-features .section__13 .wd-content .icon_title {
  width: 558px;
  height: 8px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/large/1x/03__line.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__13 .wd-content .icon_title {
    background-image: url(../images/large/2x/03__line.png);
  }
}
#ASUS-features .section__13 .wd-content .content-info {
  width: 560px;
  margin-top: 14px;
}
#ASUS-features .section__14 {
  padding-bottom: 100px;
}
#ASUS-features .section__14 .guide__icon__frame {
  width: 2560px;
  left: 50%;
  text-align: center;
  position: relative;
  transform: translateX(-50%);
  margin-left: -10px;
}
#ASUS-features .section__14 .guide__icon__frame .icon {
  display: inline-block;
  position: relative;
  background-size: contain;
  margin: 10px;
  vertical-align: middle;
}
#ASUS-features .section__14 .guide__icon__frame .img__techlandachIcon {
  width: 854px;
  height: 150px;
  background-image: url(../images/large/1x/icon/techlandach.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__14 .guide__icon__frame .img__techlandachIcon {
    background-image: url(../images/large/2x/icon/techlandach.png);
  }
}
#ASUS-features .section__14 .guide__icon__frame .img__age18Icon {
  width: 148px;
  height: 130px;
  margin-left: -20px;
  background-image: url(../images/large/1x/icon/age18.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__14 .guide__icon__frame .img__age18Icon {
    background-image: url(../images/large/2x/icon/age18.jpg);
  }
}
#ASUS-features .section__14 .guide__icon__frame .img__esrbIcon {
  width: 83px;
  height: 150px;
  background-image: url(../images/large/1x/icon/esrb.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__14 .guide__icon__frame .img__esrbIcon {
    background-image: url(../images/large/2x/icon/esrb.jpg);
  }
}
#ASUS-features .section__14 .guide__text {
  width: 761px;
  line-height: 1.4;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  font-family: Roboto-Light_0, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
#ASUS-features .section__14 .nv__icon__frame {
  display: block;
  margin: 120px auto;
  text-align: center;
}
#ASUS-features .section__14 .nv__icon__frame .img__nvIcon {
  display: inline-block;
  position: relative;
  background-size: contain;
  vertical-align: middle;
  width: 233px;
  height: 80px;
  margin-right: 30px;
  background-image: url(../images/large/1x/icon/nv_logo.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__14 .nv__icon__frame .img__nvIcon {
    background-image: url(../images/large/2x/icon/nv_logo.png);
  }
}
#ASUS-features .section__14 .nv__icon__frame .nv_text {
  display: inline-block;
  width: 810px;
  vertical-align: middle;
  line-height: 1.5;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  text-align: left;
  position: relative;
  font-family: Roboto-Light_0, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
#ASUS-features .inner-view .modal-cut3 {
  height: auto;
  padding-bottom: 100px;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-1 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-1 .img__cpu {
  margin-top: 70px;
  position: relative;
  width: 1280px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s3/03_inner_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-1 .img__cpu {
    background-image: url(../images/large/2x/inner/s3/03_inner_1.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-1
  .img__cpu
  .wd-content {
  position: relative;
  transform: translate3d(317px, 70px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-1
  .img__cpu
  .wd-content
  .content-title {
  width: 519px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-1
  .img__cpu
  .wd-content
  .content-info {
  width: 519px;
  padding-bottom: 210px;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-2 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-2 .img__rtx {
  margin-top: 15px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s3/03_inner_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-2 .img__rtx {
    background-image: url(../images/large/2x/inner/s3/03_inner_2.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content {
  position: relative;
  transform: translate3d(-275px, 70px, 0);
  width: 610px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame {
  width: 479.4px;
  position: relative;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  margin-top: 40px;
  padding-bottom: 110px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart__title {
  color: #79b91c;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 14px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart {
  display: inline-block;
  width: 460px;
  margin-left: 0;
  margin-bottom: 27px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart
  .bar__title {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-align: left;
  margin-right: 10px;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-weight: 200;
  font-style: normal;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame {
  display: inline-block;
  width: 100%;
  height: 10px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame
  .bar__block {
  display: inline-block;
  height: 10px;
  background: linear-gradient(90deg, #79b91c, #40620d 99%);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame
  .bar__number {
  opacity: 0;
  display: inline-block;
  color: #79b91c;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-left: 6px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart.bar__1
  .bar__block__frame
  .bar__block,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart.bar__2
  .bar__block__frame
  .bar__block {
  width: 0;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-2
  .img__rtx
  .wd-content
  .barChart__frame
  .barChart__comment {
  margin-left: 26px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  padding-bottom: 100px;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-3 {
  height: 0;
  display: none;
  margin: 0;
  padding: 0;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-3 .img__advanced {
  display: none;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s3/03_inner_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-3 .img__advanced {
    background-image: url(../images/large/2x/inner/s3/03_inner_3.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content {
  height: 0;
  display: none;
  position: relative;
  transform: translate3d(317px, 90px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .content-comment,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .content-info,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .content-title {
  width: 469.4px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame {
  width: 469.4px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-bottom: 177px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart__title {
  color: #4d5afa;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 7px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart {
  display: inline-block;
  width: 460px;
  margin-left: -12px;
  margin-bottom: 7px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart
  .bar__title {
  display: inline-block;
  width: 22%;
  font-size: 15px;
  text-align: right;
  margin-right: 10px;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-weight: 200;
  font-style: normal;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame {
  display: inline-block;
  width: 73%;
  height: 10px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame
  .bar__block {
  display: inline-block;
  height: 10px;
  background: linear-gradient(90deg, #4d5afa, #2c3485 99%);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame
  .bar__number {
  opacity: 0;
  display: inline-block;
  color: #6774ff;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  margin-left: 6px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart.bar__1
  .bar__block__frame
  .bar__block,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart.bar__2
  .bar__block__frame
  .bar__block,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart.bar__3
  .bar__block__frame
  .bar__block,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart.bar__4
  .bar__block__frame
  .bar__block {
  width: 0;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced
  .wd-content
  .barChart__frame
  .barChart__comment {
  margin-left: 26px;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-4 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-4 .img__hyperDrive {
  margin-top: 15px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s3/03_inner_4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-4 .img__hyperDrive {
    background-image: url(../images/large/2x/inner/s3/03_inner_4.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-4
  .img__hyperDrive
  .wd-content {
  position: relative;
  transform: translate3d(-305px, 70px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-4
  .img__hyperDrive
  .wd-content
  .content-info,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-4
  .img__hyperDrive
  .wd-content
  .content-title {
  width: 460px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-4
  .img__hyperDrive
  .wd-content
  .content-comment {
  width: 460px;
  padding-bottom: 203px;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-5 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-5 .img__pcie {
  margin-top: 15px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s3/03_inner_5.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-5 .img__pcie {
    background-image: url(../images/large/2x/inner/s3/03_inner_5.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-5
  .img__pcie
  .wd-content {
  position: relative;
  transform: translate3d(317px, 30px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-5
  .img__pcie
  .wd-content
  .content-info,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-5
  .img__pcie
  .wd-content
  .content-title {
  width: 520px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-5
  .img__pcie
  .wd-content
  .content-comment {
  width: 520px;
  padding-bottom: 190px;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-6 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-6 .img__memory {
  margin-top: 15px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s3/03_inner_6.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-6 .img__memory {
    background-image: url(../images/large/2x/inner/s3/03_inner_6.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-6
  .img__memory
  .wd-content {
  position: relative;
  transform: translate3d(-305px, 70px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-6
  .img__memory
  .wd-content
  .content-info,
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-6
  .img__memory
  .wd-content
  .content-title {
  width: 460px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-6
  .img__memory
  .wd-content
  .content-comment {
  width: 460px;
  padding-bottom: 203px;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-7 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut3 .section__inner3-7 .img__wifi {
  margin-top: 15px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s3/03_inner_7.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-7 .img__wifi {
    background-image: url(../images/large/2x/inner/s3/03_inner_7.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-7
  .img__wifi
  .wd-content {
  position: relative;
  transform: translate3d(317px, 90px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-7
  .img__wifi
  .wd-content
  .content-title {
  width: 520px;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-7
  .img__wifi
  .wd-content
  .content-info {
  width: 520px;
  padding-bottom: 260px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-1 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__airflow {
  margin-top: 70px;
  position: relative;
  width: 1280px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s5/05_inner_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__airflow {
    background-image: url(../images/large/2x/inner/s5/05_inner_1.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-1
  .img__airflow
  .wd-content {
  position: relative;
  transform: translate3d(-317px, 60px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-1
  .img__airflow
  .wd-content
  .content-title {
  width: 489px;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-1
  .img__airflow
  .wd-content
  .content-info {
  width: 489px;
  padding-bottom: 190px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-2 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__Liquid {
  margin-top: 15px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s5/05_inner_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__Liquid {
    background-image: url(../images/large/2x/inner/s5/05_inner_2.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-2
  .img__Liquid
  .wd-content {
  position: relative;
  transform: translate3d(317px, 90px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-2
  .img__Liquid
  .wd-content
  .content-info,
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-2
  .img__Liquid
  .wd-content
  .content-title {
  width: 520px;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-2
  .img__Liquid
  .wd-content
  .content-comment {
  width: 520px;
  padding-bottom: 260px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-3 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__ultrathin {
  margin-top: 15px;
  position: relative;
  width: 1280px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s5/05_inner_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__ultrathin {
    background-image: url(../images/large/2x/inner/s5/05_inner_3.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-3
  .img__ultrathin
  .wd-content {
  position: relative;
  transform: translate3d(-343px, 140px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-3
  .img__ultrathin
  .wd-content
  .content-title {
  width: 439px;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-3
  .img__ultrathin
  .wd-content
  .content-info {
  width: 439px;
  padding-bottom: 330px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-4 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-4 .img__comprehensive {
  margin-top: 15px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s5/05_inner_4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive {
    background-image: url(../images/large/2x/inner/s5/05_inner_4.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-4
  .img__comprehensive
  .wd-content {
  position: relative;
  transform: translate3d(317px, 90px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-4
  .img__comprehensive
  .wd-content
  .content-title {
  width: 470px;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-4
  .img__comprehensive
  .wd-content
  .content-info {
  width: 470px;
  padding-bottom: 260px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-5 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-5 .img__84Blade {
  margin-top: 15px;
  position: relative;
  width: 1280px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s5/05_inner_5.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-5 .img__84Blade {
    background-image: url(../images/large/2x/inner/s5/05_inner_5.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-5
  .img__84Blade
  .wd-content {
  position: relative;
  transform: translate3d(-369px, 140px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-5
  .img__84Blade
  .wd-content
  .content-title {
  width: 397.4px;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-5
  .img__84Blade
  .wd-content
  .content-info {
  width: 397.4px;
  padding-bottom: 330px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-6 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-6 .img__reliability {
  margin-top: 15px;
  position: relative;
  width: 1280px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s5/05_inner_6.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-6 .img__reliability {
    background-image: url(../images/large/2x/inner/s5/05_inner_6.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-6
  .img__reliability
  .wd-content {
  max-width: 1000px;
  position: relative;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-6
  .img__reliability
  .wd-content
  .content-title {
  width: 1000px;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-6
  .img__reliability
  .wd-content
  .content-info {
  width: 1000px;
  padding-bottom: 590px;
}
#ASUS-features .inner-view .modal-cut5 {
  height: auto;
  padding-bottom: 100px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-7 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-7 .img__scenario {
  margin-top: 15px;
  position: relative;
  width: 1280px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s5/05_inner_7.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-7 .img__scenario {
    background-image: url(../images/large/2x/inner/s5/05_inner_7.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-7
  .img__scenario
  .wd-content {
  position: relative;
  transform: translate3d(-343px, 140px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-7
  .img__scenario
  .wd-content
  .content-title {
  width: 439px;
}
#ASUS-features
  .inner-view
  .modal-cut5
  .section__inner5-7
  .img__scenario
  .wd-content
  .content-info {
  width: 439px;
  padding-bottom: 330px;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-0 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-0 .img__woofers {
  margin-top: 70px;
  position: relative;
  width: 1281px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s8/08_inner_0.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-0 .img__woofers {
    background-image: url(../images/large/2x/inner/s8/08_inner_0.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-0
  .img__woofers
  .wd-content {
  position: relative;
  transform: translate3d(317px, 90px, 0);
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-0
  .img__woofers
  .wd-content
  .content-title {
  width: 520px;
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-0
  .img__woofers
  .wd-content
  .content-info {
  width: 520px;
  padding-bottom: 260px;
}
#ASUS-features .inner-view .modal-cut8 {
  height: auto;
  padding-bottom: 100px;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-1 {
  height: auto;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-1 .img__amp {
  margin-top: 15px;
  position: relative;
  width: 1280px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s8/08_inner_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .img__amp {
    background-image: url(../images/large/2x/inner/s8/08_inner_1.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-1
  .img__amp
  .wd-content {
  position: relative;
  transform: translate3d(-345px, 130px, 0);
  width: 453px;
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-1
  .img__amp
  .wd-content
  .content-info {
  padding-bottom: 330px;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-2 {
  height: auto;
  background: #000;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-2 .content-frame {
  width: 1281px;
  margin: 0 auto;
  background: #000;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-2 .wd-content {
  position: relative;
  background: #000;
  width: 1140px;
  max-width: 1281px;
  padding-bottom: 10px;
  padding-top: 30px;
  margin-top: 15px;
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-2
  .wd__feature__list
  .wd__feature {
  vertical-align: top;
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-2
  .wd__feature__list
  .wd__feature
  .wd__feature__describe {
  width: 210px;
  margin-top: 11px;
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-2
  .wd__feature__list
  .wd__feature
  .wd__feature__describe
  .describeText {
  font-size: 16px;
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-2
  .wd__feature__list
  .wd__feature.feature-1
  .wd__feature__data
  .img__cardioidMode {
  width: 44px;
  height: 41px;
  margin-top: 0;
  background-size: contain;
  background-image: url(../images/large/1x/inner/s8/cardioidMode.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-1
    .wd__feature__data
    .img__cardioidMode {
    background-image: url(../images/large/2x/inner/s8/cardioidMode.png);
  }
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-2
  .wd__feature__list
  .wd__feature.feature-2
  .wd__feature__data
  .img__stereoMode {
  width: 44px;
  height: 41px;
  margin-top: 0;
  background-size: contain;
  background-image: url(../images/large/1x/inner/s8/stereoMode.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-2
    .wd__feature__data
    .img__stereoMode {
    background-image: url(../images/large/2x/inner/s8/stereoMode.png);
  }
}
#ASUS-features
  .inner-view
  .modal-cut8
  .section__inner8-2
  .wd__feature__list
  .wd__feature.feature-3
  .wd__feature__data
  .img__omnidirectional {
  width: 36px;
  height: 41px;
  margin-top: 0;
  background-size: contain;
  background-image: url(../images/large/1x/inner/s8/omnidirectional.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-3
    .wd__feature__data
    .img__omnidirectional {
    background-image: url(../images/large/2x/inner/s8/omnidirectional.png);
  }
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__tunedMic {
  margin-top: -345px;
  position: relative;
  width: 1281px;
  height: 900px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s8/08_inner_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__tunedMic {
    background-image: url(../images/large/2x/inner/s8/08_inner_2.jpg);
  }
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-3 {
  height: auto;
  background: #000;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-3 .content-frame {
  width: 1281px;
  margin: 0 auto;
  background: #000;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-3 .wd-content {
  position: relative;
  background: #000;
  width: 1140px;
  max-width: 1281px;
  padding-bottom: 10px;
  padding-top: 30px;
  margin-top: 15px;
}
#ASUS-features .inner-view .modal-cut8 .section__inner8-3 .img__cancelation {
  margin-top: -40px;
  position: relative;
  width: 1281px;
  height: 665px;
  margin-left: -640.5px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url(../images/large/1x/inner/s8/08_inner_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .img__cancelation {
    background-image: url(../images/large/2x/inner/s8/08_inner_3.jpg);
  }
}
#ASUS-features .pop-view {
  position: fixed;
  width: 100%;
  max-width: 2560px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease-in;
  z-index: 999;
  top: 0;
  left: 50%;
  display: none;
  transform: translateX(-50%) translateY(0);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .pop-view.outerHide {
  opacity: 0;
}
#ASUS-features .pop-view .topLine {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  z-index: 200;
  width: 599px;
  height: 11px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/large/1x/icon/popViewLine.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .topLine {
    background-image: url(../images/large/2x/icon/popViewLine.png);
  }
}
#ASUS-features .pop-view .popBgCloseBtn {
  position: absolute;
  width: 100%;
  max-width: 2560px;
  height: 100vh;
  z-index: 1;
}
#ASUS-features .pop-view .arrowFrame {
  position: relative;
  width: 800px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 110;
}
#ASUS-features .pop-view .arrowFrame .popArrow {
  z-index: 110;
  opacity: 0.8;
  position: absolute;
  width: 78px;
  height: 78px;
  background-size: contain;
  cursor: pointer;
}
#ASUS-features .pop-view .arrowFrame .popArrow:hover {
  opacity: 1;
}
#ASUS-features .pop-view .arrowFrame .arrowRight {
  left: 100%;
  background-image: url(../images/large/1x/animation/popView/arrow_a.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .arrowFrame .arrowRight {
    background-image: url(../images/large/2x/animation/popView/arrow_a.png);
  }
}
#ASUS-features .pop-view .arrowFrame .arrowLeft {
  left: -10%;
  transform: rotate(180deg);
  background-image: url(../images/large/1x/animation/popView/arrow_a.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .arrowFrame .arrowLeft {
    background-image: url(../images/large/2x/animation/popView/arrow_a.png);
  }
}
#ASUS-features .pop-view .pop-inner {
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 670px;
  height: auto;
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #ccc;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.3s ease-in-out;
}
#ASUS-features .pop-view .pop-inner .dotsFrame {
  display: inline-block;
  margin-top: 10px;
}
#ASUS-features .pop-view .pop-inner .dotsFrame .dots {
  display: inline-block;
}
#ASUS-features .pop-view .pop-inner .dotsFrame .dots .dotButton {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../images/large/1x/icon/dot_normal.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .dotsFrame .dots .dotButton {
    background-image: url(../images/large/2x/icon/dot_normal.png);
  }
}
#ASUS-features .pop-view .pop-inner .dotsFrame .dots .dotButton.active {
  background-image: url(../images/large/1x/icon/dot_active.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .dotsFrame .dots .dotButton.active {
    background-image: url(../images/large/2x/icon/dot_active.png);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop {
  position: relative;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 1022px;
  background-color: #000;
  border: 1px solid;
  z-index: 100;
  height: auto;
  padding-top: 90px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  color: #ccc;
  transition: opacity 0.1s ease-in-out;
  opacity: 0;
}
#ASUS-features .pop-view .pop-inner .slickPop.showOpacity {
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popTitle {
  margin: 20px auto 10px;
  font-size: 32px;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  line-height: 1.2;
  text-transform: uppercase;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .wd__feature__list {
  margin-top: 40px;
  width: 600px;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .wd__feature__list
  .wd__feature__data {
  font-size: 26.5px;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .closeBtn {
  z-index: 999;
  width: 45px;
  height: 45px;
  margin: 10px auto 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/large/1x/icon/close.png);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .closeBtn {
    background-image: url(../images/large/2x/icon/close.png);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .closeBtn:hover {
  background-image: url(../images/large/1x/icon/close_hover.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .closeBtn:hover {
    background-image: url(../images/large/2x/icon/close_hover.png);
  }
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .wd__performance__graph {
  transform: scale(0.8);
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
    Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 5px;
  margin: -5px auto -25px;
  width: 563px;
  position: relative;
  z-index: 10;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .graph-1 {
  width: 593px;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .graph-1 .graph {
  width: 45%;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .graph-1
  .graph__caption {
  width: 563px;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .graph-1
  .graph__line.line-1 {
  width: 400px;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .graph-1
  .graph__line.line-1
  .graph__bar {
  background-color: #fff;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .graph-1
  .graph__line.line-1
  .graph__bar
  .bar__value {
  width: 400px;
  font-size: 35px;
  margin-top: -11px;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .graph-1
  .graph__line.line-1
  .graph__bar
  .bar__value
  .space-left-m {
  font-size: 80%;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .graph-1 .line-2 {
  width: 100%;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .graph-1
  .line-2
  .graph__bar {
  background-color: #3d3d3d;
  background: #3d3d3d;
  border: #5d5d5d;
  width: 320px !important;
  box-shadow: none;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .graph-1
  .line-2
  .graph__bar
  .bar__value {
  font-size: 22px;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg img {
  display: block;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg1 {
  width: 715px;
  height: 300px;
  margin-left: 70px;
  background-image: url(../images/large/1x/animation/popView/pop1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg1 {
    background-image: url(../images/large/2x/animation/popView/pop1.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg2 {
  width: 715px;
  height: 280px;
  margin-left: 90px;
  background-image: url(../images/large/1x/animation/popView/pop2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg2 {
    background-image: url(../images/large/2x/animation/popView/pop2.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg3 {
  width: 715px;
  height: 280px;
  margin-top: -30px;
  margin-left: 160px;
  background-image: url(../images/large/1x/animation/popView/pop3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg3 {
    background-image: url(../images/large/2x/animation/popView/pop3.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg4 {
  width: 715px;
  height: 280px;
  margin-left: 130px;
  background-image: url(../images/large/1x/animation/popView/pop4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg4 {
    background-image: url(../images/large/2x/animation/popView/pop4.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg5 {
  width: 715px;
  height: 280px;
  margin-left: 130px;
  background-image: url(../images/large/1x/animation/popView/pop5.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg5 {
    background-image: url(../images/large/2x/animation/popView/pop5.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg6 {
  width: 715px;
  height: 320px;
  margin-left: 130px;
  margin-top: -40px;
  margin-bottom: -20px;
  background-image: url(../images/large/1x/animation/popView/pop6.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg6 {
    background-image: url(../images/large/2x/animation/popView/pop6.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg7 {
  width: 715px;
  height: 280px;
  margin-left: 90px;
  background-image: url(../images/large/1x/animation/popView/pop7.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg7 {
    background-image: url(../images/large/2x/animation/popView/pop7.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg8 {
  width: 715px;
  height: 240px;
  margin-left: 30px;
  margin-bottom: 50px;
  background-image: url(../images/large/1x/animation/popView/pop8.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg8 {
    background-image: url(../images/large/2x/animation/popView/pop8.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg9 {
  width: 715px;
  height: 280px;
  margin-left: 114px;
  background-image: url(../images/large/1x/animation/popView/pop9.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg9 {
    background-image: url(../images/large/2x/animation/popView/pop9.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg10 {
  width: 715px;
  height: 280px;
  margin-left: 90px;
  background-image: url(../images/large/1x/animation/popView/pop10.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg10 {
    background-image: url(../images/large/2x/animation/popView/pop10.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg11 {
  width: 715px;
  height: 280px;
  margin-left: 110px;
  background-image: url(../images/large/1x/animation/popView/pop11.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg11 {
    background-image: url(../images/large/2x/animation/popView/pop11.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg12 {
  width: 715px;
  height: 280px;
  margin-left: 160px;
  margin-bottom: -10px;
  background-image: url(../images/large/1x/animation/popView/pop12.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg12 {
    background-image: url(../images/large/2x/animation/popView/pop12.jpg);
  }
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg13 {
  width: 715px;
  height: 280px;
  margin-bottom: -20px;
  margin-left: 90px;
  background-image: url(../images/large/1x/animation/popView/pop13.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg13 {
    background-image: url(../images/large/2x/animation/popView/pop13.jpg);
  }
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .twentytwenty-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .innerInfo {
  display: block;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
    WenQuanYi Zen Hei, "sans-serif";
  font-size: 12px;
  line-height: 1.867;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .imgTitle {
  margin-bottom: 30px;
}
#ASUS-features .pop-view .pop-inner .slickPop .popContent .imgTextFrame {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#ASUS-features
  .pop-view
  .pop-inner
  .slickPop
  .popContent
  .imgTextFrame
  .imgText {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
    "sans-serif";
  line-height: 1.2;
  text-transform: uppercase;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__5 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__5 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__6,
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__7,
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__8 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__8 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__9 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__9 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__10 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__10 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__11 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__11 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__12 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__12 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__13 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__13 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__3.heightAdd {
  height: auto;
  max-height: 1000px;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__6 .innerInfo,
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__7 .innerInfo {
  width: 550px;
}
#ASUS-features .pop-view .pop-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1f1f1f;
}
#ASUS-features .pop-view .pop-inner::-webkit-scrollbar {
  width: 4px;
  background-color: #000;
}
#ASUS-features .pop-view .pop-inner::-webkit-scrollbar-thumb {
  background-color: #0f0f0f;
}
#ASUS-features .pop-view-bundles {
  position: fixed;
  width: 100%;
  max-width: 2560px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.3s ease-in;
  z-index: 999;
  top: 0;
  left: 50%;
  display: none;
  transform: translateX(-50%) translateY(0);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .pop-view-bundles.outerHide {
  opacity: 0;
}
#ASUS-features .pop-view-bundles .popBgCloseBtn {
  position: absolute;
  width: 100%;
  max-width: 2560px;
  height: 200vh;
  z-index: 1;
}
#ASUS-features .pop-view-bundles .pop-inner {
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 670px;
  height: auto;
  margin: 0 auto;
  background-color: #000;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  color: #ccc;
  transition: opacity 0.3s ease-in-out;
}
#ASUS-features .pop-view-bundles .pop-inner .closeBtn {
  position: absolute;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 36px;
  height: 26px;
  background-size: cover;
  background-image: url(../images/large/1x/animation/s12/close_btn.png);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view-bundles .pop-inner .closeBtn {
    background-image: url(../images/large/2x/animation/s12/close_btn.png);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .closeBtn:hover {
  z-index: 999;
  width: 36px;
  height: 26px;
  background-image: url(../images/large/1x/animation/s12/close_btn_1.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view-bundles .pop-inner .closeBtn:hover {
    background-image: url(../images/large/2x/animation/s12/close_btn_1.png);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles {
  position: relative;
  max-width: 1022px;
  z-index: 100;
  padding-top: 90px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles .slick-list {
  margin: 0 auto;
  width: 600px;
  height: 600px;
  background: #000;
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles
  .slick-list
  .slick-track
  .slick-slide {
  height: 550px;
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles
  .slick-list
  .slick-track
  .slick-slide
  .slickItem
  .slickImgFrame
  .slickImg {
  margin: 0 auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles.slickPop__1,
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles.slickPop__2,
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles.slickPop__3,
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles.slickPop__4,
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles.slickPop__5,
#ASUS-features .pop-view-bundles .pop-inner .slickPopBundles.slickPop__6 {
  display: none;
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__1
  .slickImg.slickItem__1 {
  margin: 0 auto;
  width: 450px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/GladiusII_big_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_big_1.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__1
  .slickImg.slickItem__2 {
  width: 439px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/GladiusII_big_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_big_2.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__1
  .slickImg.slickItem__3 {
  width: 383px;
  margin-top: -40px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/GladiusII_big_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_big_3.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__2
  .slickImg.slickItem__1 {
  width: 343px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/adaptor_big_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_1.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__2
  .slickImg.slickItem__2 {
  width: 393px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/adaptor_big_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_2.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__2
  .slickImg.slickItem__3 {
  width: 400px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/adaptor_big_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_3.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__3
  .slickImg.slickItem__1 {
  width: 383px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/headset_big_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/headset_big_1.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__3
  .slickImg.slickItem__2 {
  width: 393px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/headset_big_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/headset_big_2.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__3
  .slickImg.slickItem__3 {
  width: 400px;
  padding-bottom: 50%;
  background-image: url(../images/large/1x/animation/s12/headset_big_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/headset_big_3.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__4
  .slickImg.slickItem__1 {
  width: 499px;
  padding-bottom: 60.5%;
  background-image: url(../images/large/1x/animation/s12/backpack_big_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/backpack_big_1.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__4
  .slickImg.slickItem__2 {
  width: 550px;
  padding-bottom: 57.5%;
  background-image: url(../images/large/1x/animation/s12/backpack_big_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/backpack_big_2.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__4
  .slickImg.slickItem__3 {
  width: 548px;
  padding-bottom: 59.5%;
  background-image: url(../images/large/1x/animation/s12/backpack_big_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/backpack_big_3.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__5
  .slickImg.slickItem__1 {
  width: 499px;
  padding-bottom: 53.5%;
  background-image: url(../images/large/1x/animation/s12/pen_big_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/pen_big_1.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__5
  .slickImg.slickItem__2 {
  width: 550px;
  padding-bottom: 60%;
  background-image: url(../images/large/1x/animation/s12/pen_big_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/pen_big_2.jpg);
  }
}
#ASUS-features
  .pop-view-bundles
  .pop-inner
  .slickPopBundles.slickPop__5
  .slickImg.slickItem__3 {
  width: 548px;
  padding-bottom: 48.5%;
  background-image: url(../images/large/1x/animation/s12/pen_big_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/pen_big_3.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popTitle {
  display: block;
  transform: translate3d(0, -668px, 0);
  width: 100%;
  position: absolute;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Xolonium-Regular,
    Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei,
    sans-serif !important;
}
#ASUS-features .pop-view-bundles .pop-inner .popTitle.popTitle__1,
#ASUS-features .pop-view-bundles .pop-inner .popTitle.popTitle__2,
#ASUS-features .pop-view-bundles .pop-inner .popTitle.popTitle__3,
#ASUS-features .pop-view-bundles .pop-inner .popTitle.popTitle__4,
#ASUS-features .pop-view-bundles .pop-inner .popTitle.popTitle__5 {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav {
  z-index: 999;
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 60px;
  margin-left: -350px;
  width: 700px;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav .dot {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  width: 198px;
  height: 198px;
  border: 1px solid #333;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  background-color: #000;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__1 {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__1 .dot__1 .img__1 {
  width: 100%;
  height: 102px;
  margin-top: 50px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/GladiusII_small_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__1
    .dot__1
    .img__1 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_small_1.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__1 .dot__2 .img__2 {
  width: 100%;
  height: 64px;
  margin-top: 70px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/GladiusII_small_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__1
    .dot__2
    .img__2 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_small_2.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__1 .dot__3 .img__3 {
  width: 100%;
  height: 132px;
  margin-top: 19px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/GladiusII_small_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__1
    .dot__3
    .img__3 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_small_3.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__2 {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__2 .dot__1 .img__1 {
  width: 100%;
  height: 79px;
  margin-top: 57px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/adaptor_small_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__2
    .dot__1
    .img__1 {
    background-image: url(../images/large/2x/animation/s12/adaptor_small_1.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__2 .dot__2 .img__2 {
  width: 100%;
  height: 94px;
  margin-top: 58px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/adaptor_small_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__2
    .dot__2
    .img__2 {
    background-image: url(../images/large/2x/animation/s12/adaptor_small_2.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__2 .dot__3 .img__3 {
  width: 100%;
  height: 86px;
  margin-top: 61px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/adaptor_small_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__2
    .dot__3
    .img__3 {
    background-image: url(../images/large/2x/animation/s12/adaptor_small_3.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__3 {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__3 .dot__1 .img__1 {
  width: 100%;
  height: 129px;
  margin-top: 40px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/headset_small_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__3
    .dot__1
    .img__1 {
    background-image: url(../images/large/2x/animation/s12/headset_small_1.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__3 .dot__2 .img__2 {
  width: 100%;
  height: 123px;
  margin-top: 38px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/headset_small_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__3
    .dot__2
    .img__2 {
    background-image: url(../images/large/2x/animation/s12/headset_small_2.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__3 .dot__3 .img__3 {
  width: 100%;
  height: 106px;
  margin-top: 45px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/headset_small_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__3
    .dot__3
    .img__3 {
    background-image: url(../images/large/2x/animation/s12/headset_small_3.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__4 {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__4 .dot__1 .img__1 {
  width: 100%;
  height: 126px;
  margin-top: 35px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/backpack_small_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__4
    .dot__1
    .img__1 {
    background-image: url(../images/large/2x/animation/s12/backpack_small_1.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__4 .dot__2 .img__2 {
  width: 100%;
  height: 132px;
  margin-top: 31px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/backpack_small_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__4
    .dot__2
    .img__2 {
    background-image: url(../images/large/2x/animation/s12/backpack_small_2.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__4 .dot__3 .img__3 {
  width: 100%;
  height: 133px;
  margin-top: 37px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/backpack_small_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__4
    .dot__3
    .img__3 {
    background-image: url(../images/large/2x/animation/s12/backpack_small_3.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__5 {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__5 .dot__1 .img__1 {
  width: 100%;
  height: 126px;
  margin-top: 35px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/pen_small_1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__5
    .dot__1
    .img__1 {
    background-image: url(../images/large/2x/animation/s12/pen_small_1.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__5 .dot__2 .img__2 {
  width: 100%;
  height: 132px;
  margin-top: 31px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/pen_small_2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__5
    .dot__2
    .img__2 {
    background-image: url(../images/large/2x/animation/s12/pen_small_2.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .popNav.popNav__5 .dot__3 .img__3 {
  width: 100%;
  height: 133px;
  margin-top: 37px;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/pen_small_3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .popNav.popNav__5
    .dot__3
    .img__3 {
    background-image: url(../images/large/2x/animation/s12/pen_small_3.jpg);
  }
}
#ASUS-features .pop-view-bundles .pop-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1f1f1f;
}
#ASUS-features .pop-view-bundles .pop-inner::-webkit-scrollbar {
  width: 4px;
  background-color: #000;
}
#ASUS-features .pop-view-bundles .pop-inner::-webkit-scrollbar-thumb {
  background-color: #0f0f0f;
}
#ASUS-features .pop-view-bundles .pop-inner .slick-next:before,
#ASUS-features .pop-view-bundles .pop-inner .slick-prev:before {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .slick-prev {
  z-index: 999;
  width: 45px;
  height: 62px;
  -webkit-transform: translate3d(94%, -230%, 0) rotate(180deg);
  -ms-transform: translate3d(94%, -230%, 0) rotate(180deg);
  transform: translate3d(94%, -230%, 0) rotate(180deg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/arrow_a.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-prev {
    background-image: url(../images/large/2x/animation/s12/arrow_a.png);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .slick-next {
  z-index: 999;
  width: 45px;
  height: 62px;
  -webkit-transform: translate3d(-80%, -230%, 0);
  -ms-transform: translate3d(-80%, -230%, 0);
  transform: translate3d(-80%, -230%, 0);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/large/1x/animation/s12/arrow_a.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-next {
    background-image: url(../images/large/2x/animation/s12/arrow_a.png);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .slick-dots {
  bottom: 0;
}
#ASUS-features .pop-view-bundles .pop-inner .slick-dots li {
  width: auto;
  height: auto;
  vertical-align: top;
}
#ASUS-features .pop-view-bundles .pop-inner .slick-dots li button {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../images/large/1x/animation/s4/icon/slick_dot_normal.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button {
    background-image: url(../images/large/2x/animation/s4/icon/slick_dot_normal.png);
  }
}
#ASUS-features .pop-view-bundles .pop-inner .slick-dots li button:before {
  display: none;
}
#ASUS-features .pop-view-bundles .pop-inner .slick-dots li.slick-active button {
  background-image: url(../images/large/1x/animation/s4/icon/slick_dot_active.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slick-dots
    li.slick-active
    button {
    background-image: url(../images/large/2x/animation/s4/icon/slick_dot_active.png);
  }
}
#ASUS-features .section__base .wd-content.text-animate .content-comment,
#ASUS-features .section__base .wd-content.text-animate .content-info,
#ASUS-features .section__base .wd-content.text-animate .content-slogan,
#ASUS-features .section__base .wd-content.text-animate .content-title,
#ASUS-features .section__base .wd-content.text-animate .icon,
#ASUS-features .section__base .wd-content.text-animate .wd__feature__list {
  opacity: 1;
}
#ASUS-features
  .section__base
  .wd-content.text-animate.text-showed
  .content-slogan,
#ASUS-features
  .section__base
  .wd-content.text-animate.text-showed
  .img__kv__logo {
  transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
  opacity: 1;
}
#ASUS-features
  .section__base
  .wd-content.text-animate.text-showed
  .content-title {
  transition: transform 0.3s ease 0.25s, opacity 0.3s ease 0.25s;
  opacity: 1;
}
#ASUS-features
  .section__base
  .wd-content.text-animate.text-showed
  .content-info {
  transition: transform 0.3s ease 0.35s, opacity 0.3s ease 0.35s;
  opacity: 1;
}
#ASUS-features
  .section__base
  .wd-content.text-animate.text-showed
  .content-comment {
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  opacity: 1;
}
#ASUS-features
  .section__base
  .wd-content.text-animate.text-showed
  .wd__feature__list {
  transition: transform 0.7s ease 0.7s, opacity 0.4s ease 0.7s;
  opacity: 1;
}
#ASUS-features .section__base .wd-content.text-animate.text-showed .icon {
  transition: transform 0.4s ease 0.7s, opacity 0.4s ease 0.7s;
  opacity: 1;
}
#ASUS-features
  .section__3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame
  .bar__number {
  opacity: 1;
  margin-left: 0;
  transition: all 1.6s ease-in-out 1s;
}
#ASUS-features
  .section__3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__1
  .bar__block__frame
  .bar__block {
  transition: all 0.6s ease-in-out 1s;
  width: 68.3%;
}
#ASUS-features
  .section__3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__2
  .bar__block__frame
  .bar__block {
  transition: all 0.8s ease-in-out 1s;
  width: 59.5%;
}
#ASUS-features
  .section__3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__3
  .bar__block__frame
  .bar__block {
  transition: all 1s ease-in-out 1s;
  width: 62%;
}
#ASUS-features
  .section__3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__4
  .bar__block__frame
  .bar__block {
  transition: all 1.3s ease-in-out 1s;
  width: 57.5%;
}
#ASUS-features
  .inner-view
  .section__inner3-2
  .img__rtx.animated
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame
  .bar__number {
  opacity: 1;
  margin-left: 0;
  transition: all 1.6s ease-in-out 1s;
}
#ASUS-features
  .inner-view
  .section__inner3-2
  .img__rtx.animated
  .wd-content
  .barChart__frame
  .barChart.bar__1
  .bar__block__frame
  .bar__block {
  transition: all 0.6s ease-in-out 1s;
  width: 68.3%;
}
#ASUS-features
  .inner-view
  .section__inner3-2
  .img__rtx.animated
  .wd-content
  .barChart__frame
  .barChart.bar__2
  .bar__block__frame
  .bar__block {
  transition: all 0.8s ease-in-out 1s;
  width: 51.5%;
}
#ASUS-features .section__5 .img__05__cooling {
  background-image: url(../images/large/1x/animation/s5/img__air1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling {
    background-image: url(../images/large/2x/animation/s5/img__air1.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure {
  opacity: 0;
  position: absolute;
  width: 2560px;
  height: 900px;
  transition: opacity 0.8s;
}
#ASUS-features .section__5 .img__05__cooling figure.showed {
  opacity: 1;
}
#ASUS-features .section__5 .img__05__cooling figure.img__air0 {
  background-image: url(../images/large/1x/animation/s5/img__air0.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air0 {
    background-image: url(../images/large/2x/animation/s5/img__air0.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air1 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air1.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air1 {
    background-image: url(../images/large/2x/animation/s5/img__air1.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air2 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air2.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air2 {
    background-image: url(../images/large/2x/animation/s5/img__air2.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air3 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air3.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air3 {
    background-image: url(../images/large/2x/animation/s5/img__air3.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air4 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air4.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air4 {
    background-image: url(../images/large/2x/animation/s5/img__air4.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air5 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air5.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air5 {
    background-image: url(../images/large/2x/animation/s5/img__air5.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air6 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air6.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air6 {
    background-image: url(../images/large/2x/animation/s5/img__air6.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air7 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air7.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air7 {
    background-image: url(../images/large/2x/animation/s5/img__air7.jpg);
  }
}
#ASUS-features .section__5 .img__05__cooling figure.img__air8 {
  transition: opacity 0.8s;
  background-image: url(../images/large/1x/animation/s5/img__air8.jpg);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi),
  only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air8 {
    background-image: url(../images/large/2x/animation/s5/img__air8.jpg);
  }
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart
  .bar__block__frame
  .bar__number {
  opacity: 1;
  margin-left: 0;
  transition: all 1.6s ease-in-out 1s;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__1
  .bar__block__frame
  .bar__block {
  transition: all 0.6s ease-in-out 1s;
  width: 68.3%;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__2
  .bar__block__frame
  .bar__block {
  transition: all 0.8s ease-in-out 1s;
  width: 59.5%;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__3
  .bar__block__frame
  .bar__block {
  transition: all 1s ease-in-out 1s;
  width: 62%;
}
#ASUS-features
  .inner-view
  .modal-cut3
  .section__inner3-3
  .img__advanced.animated
  .wd-content
  .barChart__frame
  .barChart.bar__4
  .bar__block__frame
  .bar__block {
  transition: all 1.3s ease-in-out 1s;
  width: 57.5%;
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__base .img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  #ASUS-features .section__base .wd-content {
    margin: 0 auto;
    position: relative;
    z-index: 20;
  }
  #ASUS-features .section__base .wd-content > * {
    color: #fff;
    font-weight: 400;
    font-style: normal;
  }
  #ASUS-features .section__base .wd-content > .content-slogan {
    color: #9ccaff;
  }
  #ASUS-features .section__base .wd-content > .content-title {
    font-size: 40px;
    color: #9ccaff;
  }
  #ASUS-features
    .section__base
    .wd-content
    > .content-title
    span.textColor__GrayAlto {
    color: #d6d6d6;
  }
  #ASUS-features .section__base .wd-content > .content-info {
    width: 80%;
    font-size: 16px;
  }
  #ASUS-features .section__base .wd-content > .content-comment {
    color: #999;
  }
  #ASUS-features .section__base .wd-content.text-center > * {
    text-align: center;
  }
  #ASUS-features .section__base .wd-content.text-left > * {
    text-align: left;
  }
  #ASUS-features .section__base .wd-content.text-right > * {
    text-align: right;
  }
  #ASUS-features .section__base > figure.img {
    position: relative;
    left: 50%;
  }
  #ASUS-features .wd__feature__list {
    width: 550px;
  }
  #ASUS-features .wd__feature__list .wd__feature {
    margin-bottom: 35px;
  }
  #ASUS-features .inner-view {
    transition: transform 0.5s ease;
    transform: translate3d(0, 104vh, 0);
    background-color: #000;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #ASUS-features .inner-view.fadeShow {
    opacity: 1;
  }
  #ASUS-features .inner-view.fadeOut {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  #ASUS-features .inner-view.inner-scroll {
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
  }
  #ASUS-features .inner-view.js-opened {
    transform: translateZ(0);
    transition: transform 0.5s ease-in-out;
  }
  #ASUS-features .inner-view .inner-view-container {
    width: 100%;
    max-width: 2560px;
    margin: 0 auto;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal {
    width: 100%;
    display: none;
    opacity: 0;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
    background: none;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal.show {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
  #ASUS-features
    .inner-view
    .inner-view-container
    .inner-modal.inner-modal-hidden {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
    padding-top: 40px;
  }
  #ASUS-features .inner-view .inner-view-container .innerHide {
    display: none;
  }
  #ASUS-features .inner-view .inner-view-container .innerShow {
    display: block;
  }
  #ASUS-features .inner-view .wd-content {
    max-width: 731px;
    margin-top: 640px;
  }
  #ASUS-features .inner-view .wd-content.fadeShow {
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features .inner-view .wd-content.medium-text-center {
    text-align: center;
  }
  #ASUS-features .inner-view .wd-content.content-comment {
    margin-top: 12px;
    font-size: 14px;
    color: #999;
    line-height: 1.2;
  }
  #ASUS-features .inner-view .wd-content .content-title {
    width: 500px;
    font-size: 26px;
    color: #9ccaff;
    text-transform: uppercase;
    line-height: 45px;
  }
  #ASUS-features .inner-view .wd-content .content-info {
    font-size: 16px;
    margin-top: 12px;
    width: 500px;
    line-height: 30px;
  }
  #ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature {
    margin-right: 13px;
  }
  #ASUS-features .section__kv {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .section__kv .img__kv {
    width: 1300px;
    margin-left: -650px;
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/medium/1x/01__kv.jpg");
    width: 1280px;
    height: 534px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__kv {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/medium/2x/01__kv.jpg");
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .img__kv__logo {
    z-index: 99;
    width: 901px;
    height: 32px;
    margin-top: 0;
    background-size: cover;
    background-size: contain;
  }
  #ASUS-features .section__kv .content-frame .wd-content {
    opacity: 1;
    max-width: 1000px;
  }
  #ASUS-features .section__kv .content-frame .wd-content .content-title {
    color: #9ccaff;
  }
  #ASUS-features .section__kv .content-frame .wd-content .content-info {
    max-width: 600px;
    margin-top: 0;
  }
  #ASUS-features .section__2 {
    margin-top: 50px;
  }
  #ASUS-features .section__2 .img__02__design1 {
    width: 1300px;
    margin-left: -650px;
    height: 568px;
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/medium/1x/02__design.jpg");
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__2 .img__02__design1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/medium/2x/02__design.jpg");
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__2 .content-frame .wd-content .content-slogan {
    width: 100%;
  }
  #ASUS-features .section__3 {
    margin-top: 50px;
  }
  #ASUS-features .section__3 .img__03__Performance {
    width: 1300px;
    margin-left: -650px;
    height: 566px;
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/medium/1x/03__Performance.jpg");
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__3 .img__03__Performance {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/medium/2x/03__Performance.jpg");
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__3 .content-frame {
    margin-top: 0;
  }
  #ASUS-features .section__3 .iconListFrame {
    width: 700px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconText {
    width: 100%;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1.267;
  }
  #ASUS-features .section__4 .content-frame .wd-content .content-info {
    max-width: 600px;
  }
  #ASUS-features .section__4 .wd__feature__list {
    width: 850px;
  }
  #ASUS-features
    .section__4
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data {
    width: 91px;
    height: 91px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/aura.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data {
    background-image: url(../images/large/2x/icon/aura.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__4 .scrollFrame {
    width: 1300px;
    margin-left: -650px;
    height: 545px;
    background-image: url(../images/medium/1x/animation/s4/04__bg.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__4 .scrollFrame {
    background-image: url(../images/medium/2x/animation/s4/04__bg.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame {
    opacity: 1;
    visibility: visible;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .img__aura
    .colorPickerCircle {
    top: 212px;
    left: 1548px;
    top: 482px;
    left: 1528px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (min-width: 736px) and (max-width: 768px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .img__aura
    .colorPickerCircle {
    top: 580px;
    left: 1218px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .img__aura
    .img__aura__nb {
    transform: scale(0.6);
    top: 60px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame {
    width: 840px;
    height: 128px;
    margin-top: -651px;
    margin-left: 253px;
    transform: scale(0.6);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line {
    transform: scale(0.6);
    height: 1px;
    width: 740px;
    left: 25px;
    margin-top: -47px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box,
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move1 {
    transform: translate3d(12px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move2 {
    transform: translate3d(104px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move3 {
    transform: translate3d(197px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move4 {
    transform: translate3d(289px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move5 {
    transform: translate3d(381px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move6 {
    transform: translate3d(473px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move7 {
    transform: translate3d(565px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box.move8 {
    transform: translate3d(658px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/medium/1x/animation/s4/04-2__5angle.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/medium/2x/animation/s4/04-2__5angle.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/medium/1x/animation/s4/04-3__responsiveness.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/medium/2x/animation/s4/04-3__responsiveness.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-4
    .contentImg {
    background-image: url(../images/medium/1x/animation/s4/04-4__touchpad.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-4
    .contentImg {
    background-image: url(../images/medium/2x/animation/s4/04-4__touchpad.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-1 {
    left: 63px;
    top: 251px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-2 {
    left: 38px;
    top: 317px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-3 {
    left: 44px;
    top: 382px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-4 {
    left: 91px;
    top: 448px;
  }
  #ASUS-features .section__5 {
    margin-top: 100px;
  }
  #ASUS-features .section__5 .wd-content {
    width: 100%;
    max-width: 688px;
  }
  #ASUS-features .section__5 .wd-content .icon_slogan {
    margin-left: 0;
    margin-right: 0;
  }
  #ASUS-features .section__5 .wd__feature__list {
    width: 600px;
  }
  #ASUS-features .section__5 .img__05__cooling {
    position: relative;
    width: 1300px;
    margin-left: -650px;
    height: 649px;
    margin-top: -40px;
  }
  #ASUS-features .section__5 .modal-button-container {
    margin-top: 3px;
  }
  #ASUS-features .section__6 {
    margin-top: 150px;
  }
  #ASUS-features .section__6 .wd-content .content-info {
    max-width: 920px;
  }
  #ASUS-features .section__6 .wd-content .content-comment {
    max-width: 490px;
  }
  #ASUS-features .section__6 .toggle__nav__frame {
    width: 740px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -273px;
    position: relative;
    z-index: 999;
    font-size: 18px;
    color: #fff;
  }
  #ASUS-features .section__6 .toggle__nav__frame .toggle__nav {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
  }
  #ASUS-features .section__6 .toggle__nav__frame .toggle__nav ul.nav__frame {
    text-align: center;
    margin: 0 auto;
    list-style: none;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    .tn__btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    width: 290px;
    vertical-align: middle;
    margin: 20px 20px 11px;
    box-sizing: border-box;
    font-size: 30px;
    color: #4d5afa;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
    user-select: none;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    .tn__btn:hover {
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #fff;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    li.tn__1,
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    li.tn__2 {
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    .clicked {
    outline: none;
  }
  #ASUS-features .section__6 .toggle__nav__frame .toggle__nav .nav__line {
    height: 1px;
    background-color: #fff;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    .nav__line
    .nav__line__box {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transition: transform 0.3s ease-in-out;
    position: relative;
    width: 370px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: 0;
  }
  #ASUS-features .section__6 .display__frame .wd__feature__list {
    margin-top: 32px;
  }
  #ASUS-features .section__6 .display__frame .img {
    margin-top: 54px;
    top: -130px;
    z-index: 1;
  }
  #ASUS-features .section__6 .display__frame.display__1 {
    display: block;
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature {
    min-width: 120px;
  }
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__pantoneLogo {
    width: 54px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__pantoneLogo {
    background-image: url(../images/large/2x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__dolby {
    width: 126px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/dolby.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .display__frame.display__1 .img__creators {
    width: 1300px;
    margin-left: -650px;
    height: 790px;
    background-image: url(../images/medium/1x/06__display-1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .display__frame.display__1 .img__creators {
    background-image: url(../images/medium/2x/06__display-1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .modal-button-container {
    margin-top: 199px;
    top: -100px;
  }
  #ASUS-features .section__6 .display__frame.display__2 {
    transition: opacity 0.3s ease-in-out;
    display: none;
    opacity: 0;
  }
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__pantoneLogo {
    width: 54px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__pantoneLogo {
    background-image: url(../images/large/2x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolby {
    width: 126px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/dolby.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__g-sync {
    width: 138px;
    height: 70px;
    margin-top: 0;
    top: 3px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/nvGsyncLogo.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__g-sync {
    background-image: url(../images/large/2x/icon/nvGsyncLogo.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .display__frame.display__2 .img__gamers {
    width: 1300px;
    margin-left: -650px;
    height: 790px;
    background-image: url(../images/medium/1x/06__display-2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .display__frame.display__2 .img__gamers {
    background-image: url(../images/medium/2x/06__display-2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .img__gamers
    .display__2__text {
    position: absolute;
    color: #aaa;
    z-index: 999;
    left: 810px;
    top: 1074px;
    font-size: 10px;
    text-align: left;
  }
  #ASUS-features
    .section__6
    .display__frame.display__2
    .modal-button-container {
    margin-top: -31px;
    top: -100px;
  }
  #ASUS-features .section__6 .s6BottonText {
    position: relative;
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
    text-align: center;
    width: 660px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.867;
  }
  #ASUS-features .section__6 .s6BottonText.display__1 {
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features .section__6 .s6BottonText.display__2 {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features .section__6__slick {
    margin-top: 0;
    position: relative;
    background-color: rgba(29, 29, 29, 0.8);
    height: auto;
    overflow: hidden;
  }
  #ASUS-features .section__6__slick .slick {
    position: relative;
    max-width: 1022px;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .section__6__slick .slick .slick-list {
    height: 290px;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame {
    width: 49%;
    margin-left: 101.8px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (min-width: 1024px) and (max-width: 1280px) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame {
    margin-left: 160px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg {
    float: left;
    height: auto;
    width: 200px;
    padding-bottom: 36%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame {
    width: 49%;
    position: relative;
    top: 0;
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (min-width: 1024px) and (max-width: 1280px) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame {
    margin-left: 50px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame
    .slickText {
    width: 100%;
    color: #fff;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame
    .slickText
    span.slickNvidiaTitle {
    font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
      "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    display: block;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame
    .slickText
    span.slickNvidiaDec {
    font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.8;
    color: #fff;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .NVmultipleColumnsFrame {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .NVmultipleColumnsFrame
    .nvCol {
    margin-top: 10px;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .NVmultipleColumnsFrame
    .nvCol
    .nvText {
    font-family: Roboto Light, Helvetica, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
  }
  #ASUS-features .section__6__slick .slick-next:before,
  #ASUS-features .section__6__slick .slick-prev:before {
    display: none;
  }
  #ASUS-features .section__6__slick .slick-prev {
    z-index: 999;
    width: 40px;
    height: 40px;
    -webkit-transform: translate3d(199%, -29%, 0) rotate(180deg);
    -ms-transform: translate3d(199%, -29%, 0) rotate(180deg);
    transform: translate3d(199%, -29%, 0) rotate(180deg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/large/1x/animation/s2/arrow.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6__slick .slick-prev {
    background-image: url(../images/large/2x/animation/s2/arrow.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6__slick .slick-prev:hover {
    background-image: url(../images/large/1x/animation/s2/arrow_h.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6__slick .slick-prev:hover {
    background-image: url(../images/large/2x/animation/s2/arrow_h.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6__slick .slick-next {
    display: none;
    z-index: 999;
    width: 40px;
    height: 40px;
    -webkit-transform: translate3d(-140%, -32%, 0);
    -ms-transform: translate3d(-140%, -32%, 0);
    transform: translate3d(-140%, -32%, 0);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/large/1x/animation/s2/arrow.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6__slick .slick-next {
    background-image: url(../images/large/2x/animation/s2/arrow.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6__slick .slick-next:hover {
    background-image: url(../images/large/1x/animation/s2/arrow_h.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6__slick .slick-next:hover {
    background-image: url(../images/large/2x/animation/s2/arrow_h.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6__slick .slick-dots {
    bottom: 5px;
  }
  #ASUS-features .section__6__slick .slick-dots li {
    width: auto;
    height: auto;
    vertical-align: top;
  }
  #ASUS-features .section__6__slick .slick-dots li button {
    width: 50px;
    height: 3px;
    padding: 0;
    background-color: #616161;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  #ASUS-features .section__6__slick .slick-dots li button:before {
    display: none;
  }
  #ASUS-features .section__6__slick .slick-dots li.slick-active button {
    background-color: #4d5afa;
  }
  #ASUS-features .section__7 .content-frame .wd-content .content-info {
    max-width: 670px;
  }
  #ASUS-features .section__7 .wd__feature__list {
    width: 850px;
  }
  #ASUS-features .section__7 .scrollFrame {
    width: 1300px;
    margin-left: -650px;
    height: 544px;
    background-image: url(../images/medium/1x/animation/s7/07__bg.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__7 .scrollFrame {
    background-image: url(../images/medium/2x/animation/s7/07__bg.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame {
    opacity: 1;
    visibility: visible;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg {
    background-image: url(../images/medium/1x/animation/s7/07-1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg {
    background-image: url(../images/medium/2x/animation/s7/07-1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentTextFrame
    .contentText
    .contentInfo {
    width: 410px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/medium/1x/animation/s7/07-2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/medium/2x/animation/s7/07-2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentTextFrame
    .contentText
    .contentInfo {
    width: 400px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/medium/1x/animation/s7/07-3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/medium/2x/animation/s7/07-3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-1 {
    left: 63px;
    top: 251px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-2 {
    left: 38px;
    top: 317px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-3 {
    left: 44px;
    top: 382px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-4 {
    left: 91px;
    top: 448px;
  }
  #ASUS-features .section__8 {
    margin-top: 100px;
  }
  #ASUS-features .section__8 .img__08__audio {
    margin-top: -140px;
    width: 1300px;
    margin-left: -650px;
    height: 689px;
    background-image: url(../images/medium/1x/08__Audio.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__8 .img__08__audio {
    background-image: url(../images/medium/2x/08__Audio.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__8 .wd-content {
    width: 100%;
    max-width: 710px;
  }
  #ASUS-features .section__8 .wd-content .content-comment {
    max-width: 490px;
  }
  #ASUS-features .section__8 .wd__feature__list {
    width: 530px;
  }
  #ASUS-features .section__8 .wd__feature__list .wd__feature {
    margin-left: 20px;
    margin-right: 20px;
  }
  #ASUS-features
    .section__8
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolbyAtmos {
    width: 140px;
    height: 71px;
    margin-top: 0;
    top: -10px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/dolby_atmos.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__8
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolbyAtmos {
    background-image: url(../images/large/2x/icon/dolby_atmos.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .section__8
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__hiRes {
    width: 64px;
    height: 71px;
    margin-top: 0;
    top: -10px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/hiResLogo.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__8
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__hiRes {
    background-image: url(../images/large/2x/icon/hiResLogo.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__8 .modal-button-container {
    margin-top: -34px;
    margin-bottom: 130px;
  }
  #ASUS-features .section__8-2 {
    margin-top: -70px;
  }
  #ASUS-features .section__8-2 .audioBarFrame {
    width: 736px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon {
    position: relative;
    width: 192px;
    height: 265px;
    top: 50%;
    left: 49%;
    transform: translateY(-50%) translateX(-50%) scale(0.8);
  }
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn {
    position: absolute;
    z-index: 0;
    width: 148px;
    height: 42px;
    bottom: 5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background-image: url(../images/large/1x/animation/s8/on.png);
    background-size: contain;
    cursor: pointer;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn {
    background-image: url(../images/large/2x/animation/s8/on.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn.active {
    background-image: url(../images/large/1x/animation/s8/off.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon .controlOnBtn.active {
    background-image: url(../images/large/2x/animation/s8/off.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__8-2 .audioBarFrame .audioTextFrame {
    margin-top: 0;
  }
  #ASUS-features .section__8-2 .audioBarFrame .audioTextFrame .audioTitle {
    font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
      "sans-serif";
    font-size: 40px;
    line-height: 1.2;
  }
  #ASUS-features .section__8-2 .audioBarFrame .audioTextFrame .audioText {
    width: 80%;
    margin-top: 10px;
    font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
    font-size: 12px;
    line-height: 1.7;
  }
  #ASUS-features .section__9 .img__09__upgradeability {
    width: 1300px;
    margin-left: -650px;
    height: 754px;
    background-image: url(../images/medium/1x/09__upgradeability.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__9 .img__09__upgradeability {
    background-image: url(../images/medium/2x/09__upgradeability.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__9 .wd-content {
    width: 100%;
    max-width: 670px;
  }
  #ASUS-features .section__9 .wd__feature__list {
    width: 680px;
  }
  #ASUS-features .section__9 .wd__feature__list .wd__feature {
    max-width: 670px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #ASUS-features .section__9 .modal-button-container {
    margin-top: -104px;
    margin-bottom: 130px;
  }
  #ASUS-features .section__10 {
    margin-top: 100px;
  }
  #ASUS-features .section__10 .wd-content .content-info {
    max-width: 670px;
  }
  #ASUS-features .section__10 .wd__feature__list {
    width: 660px;
  }
  #ASUS-features .section__10 .img__10__connectivity {
    margin-top: -240px;
    position: relative;
    background-image: url(../images/medium/1x/10__connectivity.jpg);
    width: 1300px;
    margin-left: -650px;
    height: 596px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__10 .img__10__connectivity {
    background-image: url(../images/medium/2x/10__connectivity.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__10 .img__10__connectivity .textPartsFrame {
    position: relative;
    transform: translate3d(564px, 254px, 0);
  }
  #ASUS-features .section__10 .img__10__connectivity .textPartsFrame .partText {
    position: absolute;
    color: #fff;
    font-size: 10px;
    width: auto;
    line-height: 1.5;
    font-family: Roboto, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei,
      "sans-serif";
    font-style: italic;
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__1 {
    transform: translate3d(-262px, 102px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__2 {
    transform: translate3d(-210px, 283px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__3 {
    transform: translate3d(-122px, 66px, 0);
    text-align: center;
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__4 {
    text-align: right;
    transform: translate3d(192px, 125px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__5 {
    text-align: left;
    transform: translate3d(190px, 38px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__6 {
    text-align: left;
    transform: translate3d(345px, 124px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__7 {
    text-align: right;
    transform: translate3d(188px, 250px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__8 {
    text-align: right;
    transform: translate3d(237px, 325px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__9 {
    text-align: left;
    transform: translate3d(267px, 295px, 0);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__10 {
    text-align: left;
    transform: translate3d(280px, 246px, 0);
  }
  #ASUS-features .section__10 .img__10__connectivity .textPartsFrame .markText {
    font-style: italic;
    font-size: 12px;
    color: #4d5afa;
    line-height: 1.5;
    font-family: Roboto, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei,
      "sans-serif";
  }
  #ASUS-features .section__10-2 .audioBarFrame {
    width: 732px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 53px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #ASUS-features .section__10-2 .audioBarFrame .audioIcon {
    top: 50%;
    left: 48%;
  }
  #ASUS-features .section__10-2 .audioBarFrame .audioTextFrame {
    margin-left: -42px;
    margin-top: 2px;
  }
  #ASUS-features .section__10-2 .audioBarFrame .audioTextFrame .audioTitle {
    font-size: 36px;
  }
  #ASUS-features .section__10-2 .audioBarFrame .audioTextFrame .audioText {
    width: 90%;
    margin-top: 10px;
    font-size: 12px;
  }
  #ASUS-features .section__11 {
    margin-top: 190px;
  }
  #ASUS-features .section__11 .img__11__software {
    position: relative;
    background-image: url(../images/medium/1x/11__software.jpg);
    width: 1300px;
    margin-left: -650px;
    height: 684px;
    margin-top: -170px;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__11 .img__11__software {
    background-image: url(../images/medium/2x/11__software.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__11 .img__11__software .software__img {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    width: 456px;
    height: 424px;
    top: 118px;
    left: 2px;
  }
  #ASUS-features .section__11 .wd-content {
    margin: 0 auto;
    position: relative;
  }
  #ASUS-features .section__11 .wd-content .content-info {
    max-width: 680px;
  }
  #ASUS-features .section__11 .software__toggle__nav__frame {
    width: 740px;
    min-height: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    padding-bottom: 50px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .software__img__frame {
    position: relative;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame {
    color: #fff;
    opacity: 0;
    display: none;
    position: relative;
    width: 670px;
    left: 47px;
    text-align: left;
    vertical-align: top;
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame.show {
    opacity: 1;
    display: block;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame
    .software__title {
    margin-top: 0;
    font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Microsoft JhengHei,
      "sans-serif";
    text-transform: uppercase;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame
    .softWord__content {
    width: 100%;
    line-height: 1.7;
    margin-top: 11px;
    font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame
    .content-comment {
    width: 100%;
    color: #777;
  }
  #ASUS-features .section__11 .navBarFrame {
    height: 423px;
    width: 100%;
    position: relative;
    margin: -88px auto 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
  }
  #ASUS-features .section__11 .navBarFrame .navBar {
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 998;
    width: 100%;
    max-width: 1920vpx;
  }
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase {
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 20px 2px 28px;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 0.35s ease-in-out;
    opacity: 0.4;
  }
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase.choosed,
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase:hover {
    opacity: 1;
  }
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase span {
    width: 108px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Roboto-Regular, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features .section__11 .nav__line {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 684px;
    height: 1px;
    z-index: 998;
    margin-top: -357px;
    background-color: #fff;
  }
  #ASUS-features .section__11 .nav__line .nav__line__box {
    transition: transform 0.3s ease-in-out;
    position: relative;
    width: 108px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: 0;
    transform: translateZ(0);
  }
  #ASUS-features .section__11 .nav__line .nav__line__box.move1 {
    transform: translateZ(0);
  }
  #ASUS-features .section__11 .nav__line .nav__line__box.move2 {
    transform: translate3d(112px, 0, 0);
  }
  #ASUS-features .section__11 .nav__line .nav__line__box.move3 {
    transform: translate3d(232px, 0, 0);
  }
  #ASUS-features .section__11 .nav__line .nav__line__box.move4 {
    transform: translate3d(346px, 0, 0);
  }
  #ASUS-features .section__11 .nav__line .nav__line__box.move5 {
    transform: translate3d(464px, 0, 0);
  }
  #ASUS-features .section__11 .nav__line .nav__line__box.move6 {
    transform: translate3d(577px, 0, 0);
  }
  #ASUS-features .section__12 {
    margin-top: -20px;
  }
  #ASUS-features .section__12 .img__12__bundles {
    position: relative;
    background-image: url(../images/medium/1x/12__bundle.jpg);
    margin-top: -100px;
    margin-left: -650px;
    width: 1300px;
    height: 668px;
    background-size: contain;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__12 .img__12__bundles {
    background-image: url(../images/medium/2x/12__bundle.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__12 .img__12__bundles .area-click {
    position: relative;
    transform: translate3d(-220px, -220px, 0);
  }
  #ASUS-features .section__12 .img__12__bundles .area-click .click__circle {
    z-index: 999 !important;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 0;
    left: 50%;
    width: 13px;
    height: 13px;
    background-position: 50%;
    background-repeat: no-repeat;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: hsla(0, 0%, 100%, 0.876);
    background-size: contain;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle
    .circle_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.51);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    animation: scale 1.2s ease-out infinite;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-1 {
    transform: translate3d(550px, 719px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-1
    .circle_center {
    animation-delay: 0.3s;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-2 {
    transform: translate3d(164px, 575px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-2
    .circle_center {
    animation-delay: 0.8s;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-3 {
    transform: translate3d(-92px, 622px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-3
    .circle_center {
    animation-delay: 1.3s;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-4 {
    transform: translate3d(107px, 371px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-4
    .circle_center {
    animation-delay: 1.8s;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-5 {
    transform: translate3d(50px, 762px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-5
    .circle_center {
    animation-delay: 0.7s;
  }
  #ASUS-features .section__12 .wd-content .content-info {
    max-width: 492.8px;
  }
  #ASUS-features .section__13 {
    margin-top: 116px;
  }
  #ASUS-features .section__13 .img__13__bundles {
    position: relative;
    background-image: url(../images/large/1x/13__bundle.jpg);
    margin-top: -100px;
    margin-left: -640px;
    width: 1280px;
    height: 690px;
    background-size: contain;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__13 .img__13__bundles {
    background-image: url(../images/large/2x/13__bundle.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__13 .img__13__bundles .area-click {
    position: relative;
    transform: translate3d(-220px, -220px, 0);
  }
  #ASUS-features .section__13 .img__13__bundles .area-click .click__circle {
    z-index: 999 !important;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 0;
    left: 50%;
    width: 13px;
    height: 13px;
    background-position: 50%;
    background-repeat: no-repeat;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: hsla(0, 0%, 100%, 0.876);
    background-size: contain;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle
    .circle_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0.51);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transform: scale(1);
    transition: transform 0.5s ease-in-out;
    animation: scale 1.2s ease-out infinite;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-1 {
    transform: translate3d(160px, 749px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-1
    .circle_center {
    animation-delay: 0.3s;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-2 {
    transform: translate3d(434px, 765px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-2
    .circle_center {
    animation-delay: 0.8s;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-3 {
    transform: translate3d(468px, 582px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-3
    .circle_center {
    animation-delay: 1.3s;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-4 {
    transform: translate3d(131px, 541px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-4
    .circle_center {
    animation-delay: 1.8s;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-5 {
    transform: translate3d(50px, 762px, 0);
    z-index: 999 !important;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-5
    .circle_center {
    animation-delay: 0.7s;
  }
  #ASUS-features .section__13 .wd-content .content-slogan,
  #ASUS-features .section__13 .wd-content .content-title {
    margin-left: 0;
    margin-right: 0;
  }
  #ASUS-features .section__13 .wd-content .icon_title {
    width: 558px;
    height: 8px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/large/1x/03__line.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__13 .wd-content .icon_title {
    background-image: url(../images/large/2x/03__line.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__13 .wd-content .content-info {
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
  }
  #ASUS-features .section__13 .wd-content .content-comment {
    margin-left: 0;
    margin-right: 0;
  }
  #ASUS-features .section__14 .guide__icon__frame {
    width: 700px;
    left: 50%;
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    margin-left: -10px;
  }
  #ASUS-features .section__14 .guide__icon__frame .icon {
    display: inline-block;
    position: relative;
    background-size: contain;
    margin: 10px;
    vertical-align: middle;
  }
  #ASUS-features .section__14 .guide__icon__frame .img__techlandachIcon {
    width: 600px;
    height: 80px;
    background-image: url(../images/large/1x/icon/techlandach.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .guide__icon__frame .img__techlandachIcon {
    background-image: url(../images/large/2x/icon/techlandach.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__14 .guide__icon__frame .img__age18Icon {
    width: 75px;
    height: 70px;
    background-image: url(../images/large/1x/icon/age18.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .guide__icon__frame .img__age18Icon {
    background-image: url(../images/large/2x/icon/age18.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__14 .guide__icon__frame .img__esrbIcon {
    width: 40px;
    height: 80px;
    background-image: url(../images/large/1x/icon/esrb.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .guide__icon__frame .img__esrbIcon {
    background-image: url(../images/large/2x/icon/esrb.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__14 .guide__text {
    width: 600px;
    line-height: 1.4;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: Roboto-Light_0, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features .section__14 .nv__icon__frame {
    display: block;
    margin: 50px auto;
    text-align: center;
  }
  #ASUS-features .section__14 .nv__icon__frame .img__nvIcon {
    display: inline-block;
    position: relative;
    background-size: contain;
    vertical-align: middle;
    width: 200px;
    height: 100px;
    background-image: url(../images/large/1x/icon/nv_logo.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .nv__icon__frame .img__nvIcon {
    background-image: url(../images/large/2x/icon/nv_logo.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__14 .nv__icon__frame .nv_text {
    display: inline-block;
    width: 370px;
    vertical-align: middle;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: left;
    position: relative;
    font-family: Roboto-Light_0, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features .inner-view .modal-cut3 {
    height: 200vh;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-1 .img__cpu {
    margin-top: 70px;
    position: relative;
    width: 732px;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s3/03_inner_1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-1 .img__cpu {
    background-image: url(../images/medium/2x/inner/s3/03_inner_1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .content-title {
    width: 480px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .content-info {
    width: 480px;
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .barChart__frame {
    left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .barChart__frame
    .barChart {
    text-align: left;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .barChart__frame
    .barChart__comment {
    padding-bottom: 70px;
    margin-left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .wd__performance__graph {
    top: -610px;
    right: -70px;
    padding-bottom: 10px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-2 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-2 .img__rtx {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s3/03_inner_2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-2 .img__rtx {
    background-image: url(../images/medium/2x/inner/s3/03_inner_2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
    width: 610px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame {
    width: 479.4px;
    position: relative;
    margin-left: 110px;
    margin-right: auto;
    text-align: left;
    margin-top: 40px;
    padding-bottom: 77px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart__title {
    color: #79b91c;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 14px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart {
    display: inline-block;
    width: 460px;
    margin-left: 0;
    margin-bottom: 27px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    text-align: left;
    margin-right: 10px;
    font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
      Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame {
    display: inline-block;
    width: 100%;
    height: 10px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame
    .bar__block {
    display: inline-block;
    height: 10px;
    background: linear-gradient(90deg, #79b91c, #40620d 99%);
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame
    .bar__number {
    display: inline-block;
    color: #79b91c;
    font-family: Trade-Gothic-LT-Bold, robotocondensed-bold, Helvetica, Arial,
      Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-left: 6px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-3 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-3 .img__advanced {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s3/03_inner_3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-3 .img__advanced {
    background-image: url(../images/medium/2x/inner/s3/03_inner_3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .content-info,
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .content-title {
    width: 540px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .content-comment {
    width: 540px;
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame {
    left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart {
    margin-left: 0;
    text-align: left;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart__comment {
    padding-bottom: 20px;
    margin-left: 0;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-4 {
    height: auto;
    margin-bottom: 0;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-4 .img__hyperDrive {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s3/03_inner_4.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-4 .img__hyperDrive {
    background-image: url(../images/medium/2x/inner/s3/03_inner_4.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content
    .content-info {
    width: 550px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content
    .content-comment {
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content
    .wd__feature__list {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: -40px;
    padding-bottom: 40px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-5 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-5 .img__pcie {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s3/03_inner_5.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-5 .img__pcie {
    background-image: url(../images/medium/2x/inner/s3/03_inner_5.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-5
    .img__pcie
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-5
    .img__pcie
    .wd-content
    .content-info,
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-5
    .img__pcie
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-5
    .img__pcie
    .wd-content
    .content-comment {
    width: 580px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-6 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-6 .img__memory {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s3/03_inner_6.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-6 .img__memory {
    background-image: url(../images/medium/2x/inner/s3/03_inner_6.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-6
    .img__memory
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-6
    .img__memory
    .wd-content
    .content-info,
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-6
    .img__memory
    .wd-content
    .content-title {
    width: 540px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-6
    .img__memory
    .wd-content
    .content-comment {
    width: 540px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-7 {
    height: auto;
    padding-bottom: 150px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-7 .img__wifi {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s3/03_inner_7.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-7 .img__wifi {
    background-image: url(../images/medium/2x/inner/s3/03_inner_7.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-7
    .img__wifi
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-7
    .img__wifi
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-7
    .img__wifi
    .wd-content
    .content-info {
    width: 580px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 {
    height: 200vh;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__airflow {
    margin-top: 70px;
    position: relative;
    width: 732px;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__airflow {
    background-image: url(../images/medium/2x/inner/s5/05_inner_1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .content-title {
    width: 490px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .content-info {
    width: 490px;
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .barChart__frame {
    left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .barChart__frame
    .barChart {
    text-align: left;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .barChart__frame
    .barChart__comment {
    padding-bottom: 70px;
    margin-left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .wd__performance__graph {
    top: -610px;
    right: -70px;
    padding-bottom: 10px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__Liquid {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__Liquid {
    background-image: url(../images/medium/2x/inner/s5/05_inner_2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-2
    .img__Liquid
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
    width: 610px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-2
    .img__Liquid
    .wd-content
    .content-comment {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__ultrathin {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__ultrathin {
    background-image: url(../images/medium/2x/inner/s5/05_inner_3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-3
    .img__ultrathin
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-3
    .img__ultrathin
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-3
    .img__ultrathin
    .wd-content
    .content-info {
    width: 500px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-4 {
    height: auto;
    margin-bottom: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_4.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive {
    background-image: url(../images/medium/2x/inner/s5/05_inner_4.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive
    .wd-content
    .content-info {
    width: 550px;
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive
    .wd-content
    .wd__feature__list {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: -40px;
    padding-bottom: 40px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-5 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-5 .img__84Blade {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_5.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-5 .img__84Blade {
    background-image: url(../images/medium/2x/inner/s5/05_inner_5.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-5
    .img__84Blade
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-5
    .img__84Blade
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-5
    .img__84Blade
    .wd-content
    .content-info {
    width: 580px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-6 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-6 .img__reliability {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_6.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-6 .img__reliability {
    background-image: url(../images/medium/2x/inner/s5/05_inner_6.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-6
    .img__reliability
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-6
    .img__reliability
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-6
    .img__reliability
    .wd-content
    .content-info {
    width: 580px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-7 {
    height: auto;
    padding-bottom: 150px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-7 .img__scenario {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_7.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-7 .img__scenario {
    background-image: url(../images/medium/2x/inner/s5/05_inner_7.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-7
    .img__scenario
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-7
    .img__scenario
    .wd-content
    .content-title {
    width: 580px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-7
    .img__scenario
    .wd-content
    .content-info {
    width: 580px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-0 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-0 .img__woofers {
    margin-top: 70px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s8/08_inner_0.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-0 .img__woofers {
    background-image: url(../images/medium/2x/inner/s8/08_inner_0.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-0
    .img__woofers
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
    width: 530px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-0
    .img__woofers
    .wd-content
    .content-info {
    width: 530px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut8 {
    height: 200vh;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .img__amp {
    margin-top: 15px;
    position: relative;
    width: 732px;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 732px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s8/08_inner_1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .img__amp {
    background-image: url(../images/medium/2x/inner/s8/08_inner_1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 640px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .content-title {
    width: 490px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .content-info {
    width: 490px;
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .barChart__frame {
    left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .barChart__frame
    .barChart {
    text-align: left;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .barChart__frame
    .barChart__comment {
    padding-bottom: 70px;
    margin-left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .wd__performance__graph {
    top: -610px;
    right: -70px;
    padding-bottom: 10px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 {
    height: auto;
    background: #000;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .content-frame {
    width: 732px;
    margin: 0 auto;
    background: #000;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .wd-content {
    position: relative;
    background: #171717;
    width: 1140px;
    max-width: 732px;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-top: 15px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd-content
    .content-title {
    width: 470px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd-content
    .content-info {
    width: 470px;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .wd__feature__list {
    width: 100%;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature {
    max-width: 732px;
    vertical-align: top;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    width: 160px;
    margin-top: 11px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature
    .wd__feature__describe
    .describeText {
    font-size: 14px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-1
    .wd__feature__data
    .img__cardioidMode {
    width: 44px;
    height: 41px;
    margin-top: 0;
    background-size: contain;
    background-image: url(../images/large/1x/inner/s8/cardioidMode.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-1
    .wd__feature__data
    .img__cardioidMode {
    background-image: url(../images/large/2x/inner/s8/cardioidMode.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-2
    .wd__feature__data
    .img__stereoMode {
    width: 44px;
    height: 41px;
    margin-top: 0;
    background-size: contain;
    background-image: url(../images/large/1x/inner/s8/stereoMode.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-2
    .wd__feature__data
    .img__stereoMode {
    background-image: url(../images/large/2x/inner/s8/stereoMode.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-3
    .wd__feature__data
    .img__omnidirectional {
    width: 36px;
    height: 41px;
    margin-top: 0;
    background-size: contain;
    background-image: url(../images/large/1x/inner/s8/omnidirectional.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-3
    .wd__feature__data
    .img__omnidirectional {
    background-image: url(../images/large/2x/inner/s8/omnidirectional.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__tunedMic {
    margin-top: 0;
    position: relative;
    width: 732px;
    height: 376px;
    margin-left: -366px;
    left: 50%;
    background-size: contain;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s8/08_inner_2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__tunedMic {
    background-image: url(../images/medium/2x/inner/s8/08_inner_2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 {
    height: auto;
    background: #000;
    padding-bottom: 150px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .content-frame {
    width: 732px;
    margin: 0 auto;
    background: #000;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .wd-content {
    position: relative;
    background: #000;
    width: 1140px;
    max-width: 732px;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-top: 15px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-3
    .wd-content
    .content-info,
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-3
    .wd-content
    .content-title {
    width: 510px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .img__cancelation {
    margin-top: -40px;
    position: relative;
    width: 732px;
    height: 1130px;
    margin-left: -336px;
    left: 50%;
    background-size: contain;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s8/08_inner_3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .img__cancelation {
    background-image: url(../images/medium/2x/inner/s8/08_inner_3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .pop-view .arrowFrame .arrowRight {
    left: 84.4%;
  }
  #ASUS-features .pop-view .arrowFrame .arrowLeft {
    left: 6.4%;
  }
  #ASUS-features .pop-view-bundles {
    width: 1300px;
    height: 1412px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
  #ASUS-features .pop-view-bundles .pop-inner {
    transform: scale(0.8);
    width: 620px;
    height: 650px;
    margin: 0 auto;
    background-color: #000;
    top: 0;
  }
  #ASUS-features .pop-view-bundles .pop-inner .closeBtn {
    position: absolute;
    z-index: 999;
    width: 36px;
    height: 26px;
    bottom: 0;
    top: 40px;
    right: -270px;
    background-image: url(../images/large/1x/animation/s12/close_btn.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view-bundles .pop-inner .closeBtn {
    background-image: url(../images/large/2x/animation/s12/close_btn.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .pop-view-bundles .pop-inner .slickPopBundles {
    position: relative;
    max-width: 600px;
    z-index: 100;
    padding-top: 90px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slickPopBundles .slick-list {
    margin: 0 auto;
    width: 500px;
    height: 560px;
    background: #000;
  }
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles
    .slick-list
    .slick-track
    .slick-slide {
    height: 620px;
  }
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__3 {
    padding-bottom: 60%;
  }
  #ASUS-features .pop-view-bundles .pop-inner .popTitle {
    transform: translate3d(14px, -620px, 0);
    width: 600px;
  }
  #ASUS-features .pop-view-bundles .pop-inner .popNav {
    transform: scale(0.75);
    bottom: 50px;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-next:before,
  #ASUS-features .pop-view-bundles .pop-inner .slick-prev:before {
    display: none;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-prev {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(10%, -160%, 0) rotate(180deg) scale(0.6);
    -ms-transform: translate3d(10%, -160%, 0) rotate(180deg) scale(0.6);
    transform: translate3d(10%, -160%, 0) rotate(180deg) scale(0.6);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-next {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(-20%, -160%, 0) scale(0.6);
    -ms-transform: translate3d(-20%, -160%, 0) scale(0.6);
    transform: translate3d(-20%, -160%, 0) scale(0.6);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots {
    bottom: 60px;
    margin-left: 0 !important;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li {
    width: auto;
    height: auto;
    vertical-align: top;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/large/1x/animation/s4/icon/slick_dot_normal.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button {
    background-image: url(../images/large/2x/animation/s4/icon/slick_dot_normal.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button:before {
    display: none;
  }
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slick-dots
    li.slick-active
    button {
    background-image: url(../images/large/1x/animation/s4/icon/slick_dot_active.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slick-dots
    li.slick-active
    button {
    background-image: url(../images/large/2x/animation/s4/icon/slick_dot_active.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .img__skyBg {
    opacity: 1;
    position: absolute;
    width: 1280px;
    height: 500px;
    background-image: url(../images/medium/1x/animation/s1/skyBg.jpg);
    transition: opacity 1s ease-in-out;
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__skyBg {
    background-image: url(../images/medium/2x/animation/s1/skyBg.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .img__houseBg1 {
    opacity: 1;
    position: absolute;
    width: 1280px;
    height: 500px;
    background-image: url(../images/medium/1x/animation/s1/houseBg1.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__houseBg1 {
    background-image: url(../images/medium/2x/animation/s1/houseBg1.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .img__houseBg2 {
    opacity: 1;
    position: absolute;
    width: 1280px;
    height: 500px;
    background-image: url(../images/medium/1x/animation/s1/houseBg2.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__houseBg2 {
    background-image: url(../images/medium/2x/animation/s1/houseBg2.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .img__nb {
    opacity: 1;
    position: absolute;
    width: 334px;
    height: 269px;
    left: 50%;
    top: 20%;
    margin-left: -167px;
    background-image: url(../images/medium/1x/animation/s1/nb.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__nb {
    background-image: url(../images/medium/2x/animation/s1/nb.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .img__nb.show {
    transition: opacity 1.5s ease-in-out;
    opacity: 1;
  }
  #ASUS-features .section__5 .img__05__cooling {
    background-image: url(../images/medium/1x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling {
    background-image: url(../images/medium/2x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure {
    opacity: 0;
    position: absolute;
    width: 1300px;
    height: 649px;
    transition: opacity 0.8s;
  }
  #ASUS-features .section__5 .img__05__cooling figure.showed {
    opacity: 1;
  }
  #ASUS-features .section__5 .img__05__cooling figure.img__air0 {
    background-image: url(../images/medium/1x/animation/s5/img__air0.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air0 {
    background-image: url(../images/medium/2x/animation/s5/img__air0.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air1 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air1 {
    background-image: url(../images/medium/2x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air2 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air2 {
    background-image: url(../images/medium/2x/animation/s5/img__air2.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air3 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air3 {
    background-image: url(../images/medium/2x/animation/s5/img__air3.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air4 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air4.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air4 {
    background-image: url(../images/medium/2x/animation/s5/img__air4.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air5 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air5.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air5 {
    background-image: url(../images/medium/2x/animation/s5/img__air5.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air6 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air6.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air6 {
    background-image: url(../images/medium/2x/animation/s5/img__air6.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air7 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air7.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air7 {
    background-image: url(../images/medium/2x/animation/s5/img__air7.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air8 {
    transition: opacity 0.8s;
    background-image: url(../images/medium/1x/animation/s5/img__air8.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air8 {
    background-image: url(../images/medium/2x/animation/s5/img__air8.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .img__06__display {
    background-image: url(../images/large/1x/animation/s6/06__bg.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .img__06__display {
    background-image: url(../images/large/2x/animation/s6/06__bg.jpg);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .img__06__display .img__06__nb {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 743px;
    height: 540px;
    top: -3px;
    transform: translate3d(0, 200px, 0) scale(4);
    background-repeat: no-repeat;
    transition: transform 1.5s ease-in-out;
    background-image: url(../images/large/1x/animation/s6/06__nb.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 736px) and (max-width: 1280px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .img__06__display .img__06__nb {
    background-image: url(../images/large/2x/animation/s6/06__nb.png);
  }
}
@media (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .img__06__display .img__06__nb.active {
    transform: translateZ(0) scale(1);
    transition: transform 1.5s ease-in-out;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__base {
    margin-top: 100px;
  }
  #ASUS-features .section__base .content-frame {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .section__base .content-frame .wd-content {
    width: 89.3vw;
    text-align: left;
    margin: 15px auto;
  }
  #ASUS-features .section__base .content-frame .wd-content.small-text-left {
    text-align: left;
  }
  #ASUS-features .section__base .content-frame .wd-content .content-slogan {
    width: 100%;
    font-size: 28px;
    margin: 10px 0 32px;
    line-height: 1;
  }
  #ASUS-features
    .section__base
    .content-frame
    .wd-content
    .content-slogan.content-slogan__kv {
    width: 90%;
    margin: -39px 0 -8px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    font-size: 22px;
  }
  #ASUS-features .section__base .content-frame .wd-content .content-title {
    width: 100%;
    font-size: 34px;
    letter-spacing: 0.9px;
    line-height: 1.2;
    margin: 11px 0 0;
  }
  #ASUS-features .section__base .content-frame .wd-content .content-info {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.5;
  }
  #ASUS-features .section__base .content-frame .wd-content .content-comment {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: 350px;
    line-height: 1.4;
    margin-top: 13px;
    font-size: 12px;
  }
  #ASUS-features .section__base .wd__feature__list {
    width: 89.3vw;
    margin: 37px auto 15px;
    text-align: left;
  }
  #ASUS-features .section__base .wd__feature__list .wd__feature {
    min-width: auto;
    max-width: 320px;
    text-align: left;
    margin: 15px 20px 15px auto;
  }
  #ASUS-features
    .section__base
    .wd__feature__list
    .wd__feature.small-text-left {
    text-align: left;
  }
  #ASUS-features
    .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__top {
    font-size: 10px;
    padding-bottom: 8px;
  }
  #ASUS-features
    .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__data {
    font-size: 34px;
    letter-spacing: -1.2px;
  }
  #ASUS-features
    .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__data
    .space-left-m,
  #ASUS-features
    .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__data
    .space-right-m {
    font-size: 16px;
  }
  #ASUS-features
    .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__describe,
  #ASUS-features
    .section__base
    .wd__feature__list
    .wd__feature
    .wd__feature__describe
    span.describeText {
    font-size: 10px;
    padding-top: 7px;
  }
  #ASUS-features .section__base .modal-button-container {
    height: 45px;
  }
  #ASUS-features .section__base .modal-button-container .modal-button {
    width: 180px;
    height: 37px;
    line-height: 36px;
  }
  #ASUS-features
    .section__base
    .modal-button-container
    .modal-button
    .modal-inner-text {
    font-size: 14px;
  }
  #ASUS-features .modal-button-container .modal-btn-close {
    width: 180px;
    height: 37px;
    line-height: 36px;
  }
  #ASUS-features .modal-button-container .modal-btn-close .modal-inner-text {
    font-size: 14px;
  }
  #ASUS-features .leftFixedLine {
    display: none;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
    background: none;
  }
  #ASUS-features .inner-view .inner-view-container .innerHide {
    display: none;
  }
  #ASUS-features .inner-view .inner-view-container .innerShow {
    display: block;
  }
  #ASUS-features .inner-view .section__base .img .wd-content {
    position: relative;
    width: 280px;
  }
  #ASUS-features .inner-view .section__base .img .wd-content .content-title {
    max-width: 220px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1;
    color: #9ccaff;
    text-transform: uppercase;
  }
  #ASUS-features .inner-view .section__base .img .wd-content .content-info {
    max-width: 220px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 15px;
    padding: 0;
  }
  #ASUS-features .inner-view .section__base .img .wd-content .content-comment {
    max-width: 220px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    font-size: 14px;
    color: #999;
    line-height: 1.2;
  }
  #ASUS-features
    .inner-view
    .section__base
    .img
    .wd-content
    .wd__feature__list {
    width: 100%;
    text-align: left;
    margin-bottom: -10px;
  }
  #ASUS-features
    .inner-view
    .section__base
    .img
    .wd-content
    .wd__feature__list
    .wd__feature {
    margin-right: 10px;
  }
  #ASUS-features .inner-view .section__base .img .wd-content.small-text-left {
    text-align: left;
  }
  #ASUS-features .section__kv {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .section__kv .img__kv {
    width: 731px;
    margin-left: -365.5px;
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/1x/01__kv.jpg");
    width: 735px;
    height: 306px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__kv {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/2x/01__kv.jpg");
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/1x/01_kv_logo.png");
    margin-left: 6%;
    z-index: 99;
    width: 282px;
    height: 91px;
    margin-top: 10px;
    background-size: cover;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/2x/01_kv_logo.png");
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .content-frame .wd-content .content-title {
    font-size: 28px;
    color: #9ccaff;
  }
  #ASUS-features .section__kv .content-frame .wd-content .content-info {
    width: 91%;
    margin-top: 0;
  }
  #ASUS-features .section__2 {
    margin-top: 30px;
  }
  #ASUS-features .section__2 .img__02__design1 {
    width: 731px;
    margin-left: -365.5px;
    height: 278px;
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/1x/02__design.jpg");
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__2 .img__02__design1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/2x/02__design.jpg");
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__2 .content-frame {
    margin-top: 30px;
  }
  #ASUS-features .section__2 .content-frame .wd-content .content-slogan {
    width: 100%;
  }
  #ASUS-features .section__3 {
    margin-top: 45px;
  }
  #ASUS-features .section__3 .img__03__Performance {
    width: 731px;
    margin-left: -365.5px;
    height: 354px;
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/1x/03__Performance.jpg");
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__3 .img__03__Performance {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/202510/e3e8b27d-493e-4aea-b43c-d9942873895f/v1/images/small/2x/03__Performance.jpg");
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__3 .content-frame {
    margin-top: 45px;
  }
  #ASUS-features .section__3 .content-frame .wd-content .content-title {
    color: #9ccaff;
  }
  #ASUS-features .section__3 .content-frame .wd-content .content-info {
    width: 91%;
    margin-top: 0;
  }
  #ASUS-features .section__3 .iconListFrame {
    width: 320px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconImg {
    margin-top: 40px;
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  #ASUS-features .section__3 .iconListFrame .iconImgFrame .iconText {
    width: 100%;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.267;
  }
  #ASUS-features .section__4 .wd__feature__list {
    text-align: left;
    width: 89.3vw;
  }
  #ASUS-features
    .section__4
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data {
    width: 91px;
    height: 91px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/aura.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data {
    background-image: url(../images/large/2x/icon/aura.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__4 .scrollFrame {
    width: 731px;
    margin-left: -365.5px;
    height: 491px;
    background-image: url(../images/small/1x/animation/s4/04__bg.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__4 .scrollFrame {
    background-image: url(../images/small/2x/animation/s4/04__bg.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame {
    opacity: 1;
    visibility: visible;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .img__aura {
    margin-left: -1310px;
    margin-top: -100px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .img__aura
    .colorPickerCircle {
    top: 432px;
    left: 50%;
    margin-left: -43px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .img__aura
    .img__aura__nb {
    transform: scale(0.4);
    top: -30px;
    margin-left: -1294px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (max-width: 320px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .img__aura
    .img__aura__nb {
    transform: scale(0.3);
    top: 60px;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame {
    width: 840px;
    height: 128px;
    margin-top: -840px;
    margin-left: 258px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar {
    transition: transform 0.3s ease-in-out;
    transform: translateZ(0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move1 {
    transform: translateZ(0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move2 {
    transform: translate3d(-89px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move3 {
    transform: translate3d(-178px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move4 {
    transform: translate3d(-269px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move5 {
    transform: translate3d(-357px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move6 {
    transform: translate3d(-442px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move7 {
    transform: translate3d(-533px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .navBarFrame
    .navBar.move8 {
    transform: translate3d(-623px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line {
    height: 1px;
    width: 300px;
    left: 0;
    margin-top: -25px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg
    .nav__line
    .nav__line__box {
    transform: translate3d(118px, 0, 0);
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/small/1x/animation/s4/04-2__5angle.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/small/2x/animation/s4/04-2__5angle.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (max-width: 375px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentInfo {
    width: 91%;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/small/1x/animation/s4/04-3__responsiveness.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/small/2x/animation/s4/04-3__responsiveness.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (max-width: 375px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentText
    .contentInfo {
    width: 92%;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-4
    .contentImg {
    background-image: url(../images/small/1x/animation/s4/04-4__touchpad.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-4
    .contentImg {
    background-image: url(../images/small/2x/animation/s4/04-4__touchpad.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .contentScrollFrame
    .contentScroll.contentScroll-4
    .contentTextFrame
    .contentText
    .contentInfo {
    width: 92%;
  }
  #ASUS-features .section__4 .scrollFrame.scrollFrame-s4 .navScrollFrame {
    display: none;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-1 {
    left: 63px;
    top: 251px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-2 {
    left: 38px;
    top: 317px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-3 {
    left: 44px;
    top: 382px;
  }
  #ASUS-features
    .section__4
    .scrollFrame.scrollFrame-s4
    .navScrollFrame
    .navLine
    .navCircle.navCircle-4 {
    left: 91px;
    top: 448px;
  }
  #ASUS-features .section__5 {
    margin-top: 5px;
  }
  #ASUS-features .section__5 .wd-content {
    width: 100%;
    max-width: 688px;
  }
  #ASUS-features .section__5 .wd-content .icon_slogan {
    margin-left: 0;
    margin-right: 0;
  }
  #ASUS-features .section__5 .wd__feature__list {
    text-align: left;
    left: 0;
  }
  #ASUS-features .section__5 .img__05__cooling {
    position: relative;
    background-image: url(../images/small/1x/05__cooling.jpg);
    width: 731px;
    margin-left: -365.5px;
    height: 371px;
    margin-top: -40px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling {
    background-image: url(../images/small/2x/05__cooling.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .modal-button-container {
    margin-top: 3px;
  }
  #ASUS-features .section__6 {
    margin-top: 100px;
  }
  #ASUS-features .section__6 .content-frame .wd-content .content-info {
    width: 96%;
    max-width: 600px;
  }
  #ASUS-features .section__6 .toggle__nav__frame {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -93px;
    position: relative;
    z-index: 999;
    font-size: 12px;
    color: #fff;
  }
  #ASUS-features .section__6 .toggle__nav__frame .toggle__nav {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
  }
  #ASUS-features .section__6 .toggle__nav__frame .toggle__nav ul.nav__frame {
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    .tn__btn {
    width: 140px;
    vertical-align: middle;
    margin: 20px 20px 11px;
    box-sizing: border-box;
    font-size: 18px;
    color: #4d5afa;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
    user-select: none;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    .tn__btn:hover {
    outline: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #fff;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    li.tn__1,
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    li.tn__2 {
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    ul.nav__frame
    .clicked {
    outline: none;
  }
  #ASUS-features .section__6 .toggle__nav__frame .toggle__nav .nav__line {
    height: 1px;
    background-color: #fff;
  }
  #ASUS-features
    .section__6
    .toggle__nav__frame
    .toggle__nav
    .nav__line
    .nav__line__box {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    transition: transform 0.3s ease-in-out;
    position: relative;
    width: 150px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: 0;
  }
  #ASUS-features .section__6 .display__frame .wd__feature__list {
    margin-top: 32px;
  }
  #ASUS-features .section__6 .display__frame .img {
    margin-top: 54px;
    top: -50px;
    z-index: 1;
  }
  #ASUS-features .section__6 .display__frame.display__1 {
    display: block;
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features .section__6 .display__frame.display__1 .wd__feature__list {
    text-align: center;
  }
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature {
    min-width: 110px;
  }
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__pantoneLogo {
    width: 54px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__pantoneLogo {
    background-image: url(../images/large/2x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__dolby {
    width: 126px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/dolby.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__6 .display__frame.display__1 .img__creators {
    width: 731px;
    margin-left: -365.5px;
    height: 270px;
    background-image: url(../images/small/1x/06__display-1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .display__frame.display__1 .img__creators {
    background-image: url(../images/small/2x/06__display-1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__6
    .display__frame.display__1
    .modal-button-container {
    margin-top: 199px;
    top: -100px;
  }
  #ASUS-features .section__6 .display__frame.display__2 {
    transition: opacity 0.3s ease-in-out;
    display: none;
    opacity: 0;
  }
  #ASUS-features .section__6 .display__frame.display__2 .wd__feature__list {
    text-align: center;
  }
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__pantoneLogo {
    width: 54px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-4
    .wd__feature__data
    .img__pantoneLogo {
    background-image: url(../images/large/2x/icon/pantoneLogo.svg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolby {
    width: 126px;
    height: 70px;
    margin-top: 0;
    top: 7px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/dolby.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-5
    .wd__feature__data
    .img__dolby {
    background-image: url(../images/large/2x/icon/dolby.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__g-sync {
    width: 138px;
    height: 70px;
    margin-top: 0;
    top: 3px;
    background-size: contain;
    background-image: url(../images/large/1x/icon/nvGsyncLogo.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .wd__feature__list
    .wd__feature.feature-6
    .wd__feature__data
    .img__g-sync {
    background-image: url(../images/large/2x/icon/nvGsyncLogo.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__6 .display__frame.display__2 .img__gamers {
    width: 731px;
    margin-left: -365.5px;
    height: 270px;
    background-image: url(../images/small/1x/06__display-2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .display__frame.display__2 .img__gamers {
    background-image: url(../images/small/2x/06__display-2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__6
    .display__frame.display__2
    .img__gamers
    .display__2__text {
    position: absolute;
    color: #aaa;
    z-index: 999;
    left: 810px;
    top: 1074px;
    font-size: 10px;
    text-align: left;
  }
  #ASUS-features
    .section__6
    .display__frame.display__2
    .modal-button-container {
    margin-top: -31px;
    top: -100px;
  }
  #ASUS-features .section__6 .s6BottonText {
    position: relative;
    transition: opacity 0.3s ease-in-out;
    z-index: 999;
    text-align: center;
    width: 280px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 1.867;
  }
  #ASUS-features .section__6 .s6BottonText.display__1 {
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features .section__6 .s6BottonText.display__2 {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  #ASUS-features .section__6__slick {
    margin-top: 0;
    height: auto;
    display: block;
  }
  #ASUS-features .section__6__slick .slick {
    position: relative;
    max-width: 259px;
    z-index: 100;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .section__6__slick .slick .slick-list {
    height: 600px;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame {
    width: 100%;
    transform: translate3d(11px, 0, 0);
    margin-left: 0;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg {
    width: 239px;
    padding-bottom: 69%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-size: contain;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickImgFrame
    .slickImg.slickItem__1 {
    width: 300px;
    padding-bottom: 89%;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame {
    width: 100%;
    margin-left: 12px;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame
    .slickText {
    width: 90%;
    margin-top: 30px;
    color: #fff;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame
    .slickText
    span.slickNvidiaTitle {
    font-size: 30px;
    line-height: 1.1;
    padding: 0;
    margin-top: 22px;
    margin-bottom: 10px;
    color: #fff;
    display: block;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .slickTextFrame
    .slickText
    span.slickNvidiaDec {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .NVmultipleColumnsFrame {
    grid-template-columns: 300px;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .NVmultipleColumnsFrame
    .nvCol {
    margin-top: 10px;
  }
  #ASUS-features
    .section__6__slick
    .slick
    .slick-list
    .slick-track
    .slick-slide
    .slickItem
    .NVmultipleColumnsFrame
    .nvCol
    .nvText {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
  }
  #ASUS-features .section__6__slick .slick-next:before,
  #ASUS-features .section__6__slick .slick-prev:before {
    display: none;
  }
  #ASUS-features .section__6__slick .slick-prev {
    width: 30px;
    height: 30px;
    transform: translate3d(-2px, 113px, 0) rotate(-180deg);
  }
  #ASUS-features .section__6__slick .slick-next {
    width: 30px;
    height: 30px;
    transform: translate3d(-1px, 113px, 0);
  }
  #ASUS-features .section__6__slick .NVmultipleColumnsFrame {
    display: grid;
    grid-template-columns: none;
  }
  #ASUS-features .section__6__slick .NVmultipleColumnsFrame .nvCol {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #333;
  }
  #ASUS-features .section__6__slick .NVmultipleColumnsFrame .nvCol.nvCol3 {
    border-bottom: 1px solid #333;
  }
  #ASUS-features .section__6__slick .slick-dots {
    bottom: 0;
    width: 100%;
    margin: 10px auto;
  }
  #ASUS-features .section__6__slick .slick-dots li {
    width: auto;
    height: auto;
    vertical-align: top;
  }
  #ASUS-features .section__6__slick .slick-dots li button {
    width: 11px;
    height: 2px;
  }
  #ASUS-features .section__6__slick .slick-dots li button:before {
    display: none;
  }
  #ASUS-features .section__7 .scrollFrame {
    width: 731px;
    margin-left: -365.5px;
    height: 412px;
    background-image: url(../images/small/1x/animation/s7/07__bg.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__7 .scrollFrame {
    background-image: url(../images/small/2x/animation/s7/07__bg.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll
    .contentImgFrame
    .contentImg {
    width: 735px;
    height: 412px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame {
    opacity: 1;
    visibility: visible;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg {
    background-image: url(../images/small/1x/animation/s7/07-1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-1
    .contentImgFrame
    .contentImg {
    background-image: url(../images/small/2x/animation/s7/07-1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/small/1x/animation/s7/07-2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentImgFrame
    .contentImg {
    background-image: url(../images/small/2x/animation/s7/07-2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentTextFrame
    .contentText
    .contentInfo {
    width: 90%;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (max-width: 375px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-2
    .contentTextFrame
    .contentInfo {
    width: 89%;
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/small/1x/animation/s7/07-3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .contentScrollFrame
    .contentScroll.contentScroll-3
    .contentImg {
    background-image: url(../images/small/2x/animation/s7/07-3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-1 {
    left: 63px;
    top: 251px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-2 {
    left: 38px;
    top: 317px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-3 {
    left: 44px;
    top: 382px;
  }
  #ASUS-features
    .section__7
    .scrollFrame.scrollFrame-s7
    .navScrollFrame
    .navLine
    .navCircle.navCircle-4 {
    left: 91px;
    top: 448px;
  }
  #ASUS-features .section__8 {
    margin-top: 100px;
  }
  #ASUS-features .section__8 .img__08__audio {
    margin-top: -40px;
    width: 731px;
    margin-left: -365.5px;
    height: 335px;
    background-image: url(../images/small/1x/08__Audio.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__8 .img__08__audio {
    background-image: url(../images/small/2x/08__Audio.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__8 .content-frame .wd-content .content-comment {
    width: 91%;
  }
  #ASUS-features .section__8 .wd__feature__list {
    text-align: left;
  }
  #ASUS-features .section__8 .wd__feature__list .wd__feature {
    margin-right: 20px;
  }
  #ASUS-features .section__8 .modal-button-container {
    margin-top: -5px;
    margin-bottom: 130px;
  }
  #ASUS-features .section__8-2 {
    margin-top: -60px;
  }
  #ASUS-features .section__8-2 .audioBarFrame {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 70px;
    display: block;
  }
  #ASUS-features .section__8-2 .audioBarFrame .audioIcon {
    margin: 10px auto -16px;
    top: 0;
    left: 0;
    transform: none;
  }
  #ASUS-features .section__8-2 .audioBarFrame .audioTextFrame .audioTitle {
    width: 100%;
    font-size: 27px;
    text-align: left;
    line-height: 32px;
  }
  #ASUS-features .section__8-2 .audioBarFrame .audioTextFrame .audioText {
    width: 92.5%;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }
  #ASUS-features .section__9 .img__09__upgradeability {
    width: 731px;
    margin-left: -365.5px;
    height: 385px;
    background-image: url(../images/small/1x/09__upgradeability.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__9 .img__09__upgradeability {
    background-image: url(../images/small/2x/09__upgradeability.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__9 .content-frame .wd-content .content-info {
    width: 92.5%;
  }
  #ASUS-features .section__9 .modal-button-container {
    margin-top: -104px;
    margin-bottom: 130px;
  }
  #ASUS-features .section__10 {
    margin-top: 70px;
  }
  #ASUS-features .section__10 .wd__feature__list {
    margin-top: 10px;
  }
  #ASUS-features
    .section__10
    .wd__feature__list
    .wd__feature.feature-1
    .wd__feature__data
    .img__thunderbolt {
    width: 260px;
  }
  #ASUS-features .section__10 .img__10__connectivity {
    margin-top: -40px;
    position: relative;
    background-image: url(../images/small/1x/10__connectivity.jpg);
    width: 731px;
    margin-left: -365.5px;
    height: 403px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__10 .img__10__connectivity {
    background-image: url(../images/small/2x/10__connectivity.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__10 .img__10__connectivity .textPartsFrame {
    position: relative;
    transform: translate3d(264px, 102px, 0);
  }
  #ASUS-features .section__10 .img__10__connectivity .textPartsFrame .partText {
    position: absolute;
    color: #fff;
    font-size: 10px;
    width: auto;
    line-height: 1.5;
    font-style: italic;
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__1 {
    transform: translate3d(-66px, 52px, 0) scale(0.85);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__2 {
    transform: translate3d(-60px, 223px, 0) scale(0.9);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__3 {
    transform: translate3d(33px, 27px, 0) scale(0.9);
    text-align: center;
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__4 {
    text-align: right;
    transform: translate3d(112px, 68px, 0) scale(0.9);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__5 {
    text-align: left;
    transform: translate3d(30px, -16px, 0) scale(0.9);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__6 {
    text-align: left;
    transform: translate3d(158px, -36px, 0) scale(0.9);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__7 {
    text-align: right;
    transform: translate3d(129px, 134px, 0) scale(0.9);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__8 {
    text-align: right;
    transform: translate3d(145px, 183px, 0) scale(0.9);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__9 {
    text-align: left;
    transform: translate3d(73px, 206px, 0) scale(0.9);
  }
  #ASUS-features
    .section__10
    .img__10__connectivity
    .textPartsFrame
    .partInfo__10 {
    text-align: left;
    transform: translate3d(97px, 230px, 0) scale(0.9);
  }
  #ASUS-features .section__10 .img__10__connectivity .textPartsFrame .markText {
    font-style: italic;
    font-size: 12px;
    color: #4d5afa;
    line-height: 1.5;
  }
  #ASUS-features .section__11 {
    margin-top: 10px;
  }
  #ASUS-features .section__11 .img__11__software {
    position: relative;
    background-image: url(../images/large/1x/11__software.jpg);
    width: 720px;
    margin-left: -360px;
    height: 409px;
    margin-top: -40px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__11 .img__11__software {
    background-image: url(../images/large/2x/11__software.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__11 .img__11__software .software__img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    width: 267px;
    height: 167px;
    top: 112px;
    left: 2px;
  }
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__1 {
    background-image: url(../images/large/1x/animation/s11/navImg1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__1 {
    background-image: url(../images/large/1x/animation/s11/navImg1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__2 {
    background-image: url(../images/large/1x/animation/s11/navImg2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__2 {
    background-image: url(../images/large/1x/animation/s11/navImg2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__3 {
    background-image: url(../images/large/1x/animation/s11/navImg3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__3 {
    background-image: url(../images/large/1x/animation/s11/navImg3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__4 {
    background-image: url(../images/large/1x/animation/s11/navImg4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__4 {
    background-image: url(../images/large/1x/animation/s11/navImg4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__5 {
    background-image: url(../images/large/1x/animation/s11/navImg5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__5 {
    background-image: url(../images/large/1x/animation/s11/navImg5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__6 {
    background-image: url(../images/large/1x/animation/s11/navImg6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__6 {
    background-image: url(../images/large/1x/animation/s11/navImg6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__7 {
    background-image: url(../images/large/1x/animation/s11/navImg7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__11
    .img__11__software
    .software__img.software__img__7 {
    background-image: url(../images/large/1x/animation/s11/navImg7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__11 .wd-content {
    margin: 0 auto;
    position: relative;
    text-align: left;
  }
  #ASUS-features .section__11 .wd-content .icon_slogan {
    text-align: left;
    width: 96px;
    height: 79px;
    margin-left: -22px;
    margin-right: 0;
    margin-bottom: -17px;
    background-image: url(../images/small/1x/topIcon/11__Software.gif);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__11 .wd-content .icon_slogan {
    background-image: url(../images/small/2x/topIcon/11__Software.gif);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__11 .wd-content .content-slogan,
  #ASUS-features .section__11 .wd-content .content-title {
    text-align: left;
  }
  #ASUS-features .section__11 .wd-content .icon_title {
    text-align: left;
    width: 247px;
    height: 8px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    background-image: url(../images/small/1x/leftLine.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__11 .wd-content .icon_title {
    background-image: url(../images/small/2x/leftLine.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__11 .wd-content .content-info {
    text-align: left;
    max-width: 680px;
  }
  #ASUS-features .section__11 .wd-content .content-comment {
    text-align: left;
  }
  #ASUS-features .section__11 .software__toggle__nav__frame {
    width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 138px;
    padding-bottom: 50px;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .software__img__frame {
    position: relative;
    width: 300px;
    top: -70px;
    left: 5px;
    vertical-align: top;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .software__img__frame
    .software__img {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 999;
    width: 295px;
    height: auto;
    padding-bottom: 47%;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame {
    color: #fff;
    opacity: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    width: 280px;
    left: 18px;
    width: 90%;
    left: 2px;
    top: -110px;
    z-index: 999;
    text-align: left;
    vertical-align: top;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame.show {
    opacity: 1;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame
    .software__title {
    margin-top: 0;
    font-size: 22px;
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame
    .softWord__content {
    width: 86.7vw;
    font-size: 14px;
    line-height: 1.7;
    margin-top: -5px;
    font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features
    .section__11
    .software__toggle__nav__frame
    .softWord__word__frame
    .content-comment {
    width: 86.3vw;
    font-size: 12px;
    color: #777;
  }
  #ASUS-features .section__11 .navBarFrame {
    height: 763px;
    z-index: 999;
    position: relative;
    margin: -58px auto 0;
  }
  #ASUS-features .section__11 .navBarFrame .navBar {
    position: relative;
    text-align: center;
    z-index: 999;
    width: 1120px;
    left: 50%;
    margin: 0 auto 0 -560px;
    max-width: none;
    transition: transform 0.3s ease-in-out;
    transform: translate3d(384px, 0, 0);
  }
  #ASUS-features .section__11 .navBarFrame .navBar.move1 {
    transform: translate3d(384px, 0, 0);
  }
  #ASUS-features .section__11 .navBarFrame .navBar.move2 {
    transform: translate3d(229px, 0, 0);
  }
  #ASUS-features .section__11 .navBarFrame .navBar.move3 {
    transform: translate3d(77px, 0, 0);
  }
  #ASUS-features .section__11 .navBarFrame .navBar.move4 {
    transform: translate3d(-74px, 0, 0);
  }
  #ASUS-features .section__11 .navBarFrame .navBar.move5 {
    transform: translate3d(-229px, 0, 0);
  }
  #ASUS-features .section__11 .navBarFrame .navBar.move6 {
    transform: translate3d(-381px, 0, 0);
  }
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase {
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px 12px 28px;
    cursor: pointer;
    transition: opacity 0.35s ease-in-out;
    opacity: 0.4;
  }
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase.choosed,
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase:hover {
    opacity: 1;
  }
  #ASUS-features .section__11 .navBarFrame .navBar nav.sec11BtnBase span {
    width: 125px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Roboto Light, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features .section__11 .nav__line {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
    height: 1px;
    z-index: 9999;
    margin-top: -694px;
    background-color: #fff;
  }
  #ASUS-features .section__11 .nav__line .nav__line__box {
    transition: transform 0.3s ease-in-out;
    position: relative;
    width: 120px;
    height: 2px;
    background-color: #fff;
    top: -2px;
    left: -82px;
    margin: 0 auto;
    transform: translate3d(82px, 0, 0);
  }
  #ASUS-features .section__12 {
    margin-top: -90px;
  }
  #ASUS-features .section__12 .img__12__bundles {
    position: relative;
    background-image: url(../images/small/1x/12__bundle.jpg);
    width: 731px;
    margin-left: -365.5px;
    height: 360px;
    margin-top: -40px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__12 .img__12__bundles {
    background-image: url(../images/small/2x/12__bundle.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (min-width: 0px) and (max-width: 320px) {
  #ASUS-features .section__12 .img__12__bundles {
    transform: scale(0.7);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__12 .img__12__bundles .area-click {
    position: relative;
    transform: translate3d(10px, 50px, 0);
  }
  #ASUS-features .section__12 .img__12__bundles .area-click .click__circle {
    width: 9px;
    height: 9px;
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-1 {
    transform: translate3d(143px, 220px, 0);
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-2 {
    transform: translate3d(-50px, 141px, 0);
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-3 {
    transform: translate3d(-142px, 172px, 0);
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-4 {
    transform: translate3d(-82px, 32px, 0);
  }
  #ASUS-features
    .section__12
    .img__12__bundles
    .area-click
    .click__circle.circle-5 {
    transform: translate3d(-111px, 257px, 0);
  }
  #ASUS-features .section__12 .content-frame .wd-content .content-slogan,
  #ASUS-features .section__12 .content-frame .wd-content .content-title {
    text-align: left;
  }
  #ASUS-features .section__12 .content-frame .wd-content .icon_title {
    text-align: left;
    width: 247px;
    height: 8px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    background-image: url(../images/small/1x/leftLine.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__12 .content-frame .wd-content .icon_title {
    background-image: url(../images/small/2x/leftLine.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__12 .content-frame .wd-content .content-info {
    text-align: left;
    width: 93%;
  }
  #ASUS-features .section__12 .content-frame .wd-content .content-comment {
    text-align: left;
  }
  #ASUS-features .section__13 {
    margin-top: -90px;
  }
  #ASUS-features .section__13 .img__13__bundles {
    position: relative;
    background-image: url(../images/small/1x/13__bundle.jpg);
    width: 731px;
    margin-left: -365.5px;
    height: 360px;
    margin-top: -70px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__13 .img__13__bundles {
    background-image: url(../images/small/2x/13__bundle.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__13 .img__13__bundles .area-click {
    position: relative;
    transform: translate3d(10px, 50px, 0);
  }
  #ASUS-features .section__13 .img__13__bundles .area-click .click__circle {
    width: 9px;
    height: 9px;
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-1 {
    transform: translate3d(-47px, 250px, 0);
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-2 {
    transform: translate3d(110px, 261px, 0);
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-3 {
    transform: translate3d(118px, 162px, 0);
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-4 {
    transform: translate3d(-62px, 132px, 0);
  }
  #ASUS-features
    .section__13
    .img__13__bundles
    .area-click
    .click__circle.circle-5 {
    transform: translate3d(-111px, 257px, 0);
  }
  #ASUS-features
    .section__13
    .content-frame
    .wd-content
    .icon_slogan#s13__icon {
    width: 80px;
    height: 62px;
    margin-left: -14px;
    margin-right: auto;
    margin-bottom: -12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/small/1x/topIcon/13__Bundle.gif);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .section__13
    .content-frame
    .wd-content
    .icon_slogan#s13__icon {
    background-image: url(../images/small/2x/topIcon/13__Bundle.gif);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__13 .content-frame .wd-content .content-slogan,
  #ASUS-features .section__13 .content-frame .wd-content .content-title {
    text-align: left;
  }
  #ASUS-features .section__13 .content-frame .wd-content .icon_title {
    text-align: left;
    width: 247px;
    height: 8px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    background-image: url(../images/small/1x/leftLine.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__13 .content-frame .wd-content .icon_title {
    background-image: url(../images/small/2x/leftLine.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__13 .content-frame .wd-content .content-comment,
  #ASUS-features .section__13 .content-frame .wd-content .content-info {
    text-align: left;
  }
  #ASUS-features .section__14 .guide__icon__frame {
    width: 280px;
    left: 50%;
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    margin-left: -10px;
  }
  #ASUS-features .section__14 .guide__icon__frame .icon {
    display: block;
    position: relative;
    background-size: contain;
    margin: 10px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  #ASUS-features .section__14 .guide__icon__frame .img__techlandachIcon {
    width: 280px;
    height: 60px;
    background-image: url(../images/large/1x/icon/techlandach.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .guide__icon__frame .img__techlandachIcon {
    background-image: url(../images/large/2x/icon/techlandach.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__14 .guide__icon__frame .img__age18Icon {
    width: 75px;
    height: 77px;
    background-image: url(../images/large/1x/icon/age18.jpg);
    display: inline-block;
    left: 59px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .guide__icon__frame .img__age18Icon {
    background-image: url(../images/large/2x/icon/age18.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__14 .guide__icon__frame .img__esrbIcon {
    width: 50px;
    height: 80px;
    background-image: url(../images/large/1x/icon/esrb.jpg);
    display: inline-block;
    left: 30px;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .guide__icon__frame .img__esrbIcon {
    background-image: url(../images/large/2x/icon/esrb.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__14 .guide__text {
    width: 280px;
    line-height: 1.4;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: Roboto-Light_0, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features .section__14 .nv__icon__frame {
    display: block;
    margin: 50px auto;
    text-align: center;
  }
  #ASUS-features .section__14 .nv__icon__frame .img__nvIcon {
    display: inline-block;
    position: relative;
    background-size: contain;
    vertical-align: middle;
    width: 200px;
    height: 100px;
    background-image: url(../images/large/1x/icon/nv_logo.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__14 .nv__icon__frame .img__nvIcon {
    background-image: url(../images/large/2x/icon/nv_logo.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__14 .nv__icon__frame .nv_text {
    display: inline-block;
    width: 280px;
    vertical-align: middle;
    line-height: 1.5;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    font-family: Roboto-Light_0, Arial, Microsoft JhengHei, LiHei Pro,
      WenQuanYi Zen Hei, "sans-serif";
  }
  #ASUS-features .inner-view .modal-cut3 {
    height: 220vh;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-1 .img__cpu {
    margin-top: 70px;
    position: relative;
    width: 280px;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s3/03_inner_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-1 .img__cpu {
    background-image: url(../images/small/2x/inner/s3/03_inner_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .barChart__frame {
    left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .barChart__frame
    .barChart {
    text-align: left;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .img__cpu
    .wd-content
    .barChart__frame
    .barChart__comment {
    padding-bottom: 70px;
    margin-left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-1
    .wd__performance__graph {
    top: -610px;
    right: -70px;
    padding-bottom: 10px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-2 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-2 .img__rtx {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s3/03_inner_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-2 .img__rtx {
    background-image: url(../images/small/2x/inner/s3/03_inner_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
    width: 280px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame {
    width: 300px;
    margin-top: 20px;
    left: 31px;
    padding-bottom: 70px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart {
    width: 300px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__title {
    width: 51%;
    font-size: 12px;
    text-align: left;
    margin-right: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame {
    display: inline-block;
    width: 73%;
    height: 10px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame
    .bar__block {
    display: inline-block;
    height: 10px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame
    .bar__number {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    margin-left: 6px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx
    .wd-content
    .barChart__frame
    .barChart__comment {
    margin-left: 0;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-3 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-3 .img__advanced {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s3/03_inner_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-3 .img__advanced {
    background-image: url(../images/medium/2x/inner/s3/03_inner_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 280px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .content-comment {
    padding-bottom: 16px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame {
    width: 300px;
    margin-top: 20px;
    left: 31px;
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart {
    width: 300px;
    margin-left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart
    .bar__title {
    width: 51%;
    font-size: 12px;
    text-align: left;
    margin-right: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame {
    display: inline-block;
    width: 73%;
    height: 10px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame
    .bar__block {
    display: inline-block;
    height: 10px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame
    .bar__number {
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    margin-left: 6px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart.bar__1
    .bar__block__frame
    .bar__block,
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart.bar__2
    .bar__block__frame
    .bar__block,
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart.bar__3
    .bar__block__frame
    .bar__block,
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart.bar__4
    .bar__block__frame
    .bar__block {
    width: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-3
    .img__advanced
    .wd-content
    .barChart__frame
    .barChart__comment {
    margin-left: 0;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-4 {
    height: auto;
    margin-bottom: 0;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-4 .img__hyperDrive {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s3/03_inner_4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-4 .img__hyperDrive {
    background-image: url(../images/small/2x/inner/s3/03_inner_4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 280px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content
    .content-comment {
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-4
    .img__hyperDrive
    .wd-content
    .wd__feature__list {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: -40px;
    padding-bottom: 40px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-5 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-5 .img__pcie {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s3/03_inner_5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-5 .img__pcie {
    background-image: url(../images/small/2x/inner/s3/03_inner_5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-5
    .img__pcie
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-5
    .img__pcie
    .wd-content
    .content-comment {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-6 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-6 .img__memory {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    background-color: #171717;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-image: url(../images/small/1x/inner/s3/03_inner_6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-6 .img__memory {
    background-image: url(../images/small/2x/inner/s3/03_inner_6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-6
    .img__memory
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-6
    .img__memory
    .wd-content
    .content-comment {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-7 {
    height: auto;
    padding-bottom: 150px;
  }
  #ASUS-features .inner-view .modal-cut3 .section__inner3-7 .img__wifi {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    background-image: url(../images/small/1x/inner/s3/03_inner_7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut3 .section__inner3-7 .img__wifi {
    background-image: url(../images/small/2x/inner/s3/03_inner_7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-7
    .img__wifi
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-7
    .img__wifi
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 {
    height: 220vh;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__airflow {
    margin-top: 70px;
    position: relative;
    width: 280px;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s5/05_inner_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__airflow {
    background-image: url(../images/small/2x/inner/s5/05_inner_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .barChart__frame {
    left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .barChart__frame
    .barChart {
    text-align: left;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .img__airflow
    .wd-content
    .barChart__frame
    .barChart__comment {
    padding-bottom: 70px;
    margin-left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-1
    .wd__performance__graph {
    top: -610px;
    right: -70px;
    padding-bottom: 10px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__Liquid {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s5/05_inner_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__Liquid {
    background-image: url(../images/medium/2x/inner/s5/05_inner_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-2
    .img__Liquid
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
    width: 280px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-2
    .img__Liquid
    .wd-content
    .content-comment {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__ultrathin {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/small/1x/inner/s5/05_inner_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__ultrathin {
    background-image: url(../images/small/2x/inner/s5/05_inner_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-3
    .img__ultrathin
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-3
    .img__ultrathin
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-4 {
    height: auto;
    margin-bottom: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    background-image: url(../images/medium/1x/inner/s5/05_inner_4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive {
    background-image: url(../images/medium/2x/inner/s5/05_inner_4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-4
    .img__comprehensive
    .wd-content
    .wd__feature__list {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: -40px;
    padding-bottom: 40px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-5 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-5 .img__84Blade {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s5/05_inner_5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-5 .img__84Blade {
    background-image: url(../images/small/2x/inner/s5/05_inner_5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-5
    .img__84Blade
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-5
    .img__84Blade
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-6 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-6 .img__reliability {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    background-image: url(../images/medium/1x/inner/s5/05_inner_6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-6 .img__reliability {
    background-image: url(../images/medium/2x/inner/s5/05_inner_6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-6
    .img__reliability
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-6
    .img__reliability
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-7 {
    height: auto;
    padding-bottom: 150px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-7 .img__scenario {
    margin-top: 15px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    background-image: url(../images/small/1x/inner/s5/05_inner_7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-7 .img__scenario {
    background-image: url(../images/small/2x/inner/s5/05_inner_7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-7
    .img__scenario
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
  }
  #ASUS-features
    .inner-view
    .modal-cut5
    .section__inner5-7
    .img__scenario
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-0 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-0 .img__woofers {
    margin-top: 70px;
    position: relative;
    width: 280px;
    height: auto;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/medium/1x/inner/s8/08_inner_0.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-0 .img__woofers {
    background-image: url(../images/medium/2x/inner/s8/08_inner_0.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-0
    .img__woofers
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
    width: 280px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-0
    .img__woofers
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut8 {
    height: 220vh;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .img__amp {
    margin-top: 15px;
    position: relative;
    width: 280px;
    margin-left: -140px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-color: #171717;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s8/08_inner_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .img__amp {
    background-image: url(../images/small/2x/inner/s8/08_inner_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content {
    position: relative;
    height: auto;
    transform: translateZ(0);
    margin-top: 240px;
    width: 280px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .content-info {
    padding-bottom: 96px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .barChart__frame {
    left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .barChart__frame
    .barChart {
    text-align: left;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .img__amp
    .wd-content
    .barChart__frame
    .barChart__comment {
    padding-bottom: 70px;
    margin-left: 0;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-1
    .wd__performance__graph {
    top: -610px;
    right: -70px;
    padding-bottom: 10px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 {
    height: auto;
    background: #000;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .content-frame {
    width: 280px;
    margin: 0 auto;
    background: #171717;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .wd-content {
    position: relative;
    background: #171717;
    width: 80%;
    max-width: 350px;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-top: 15px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd-content
    .content-info {
    width: 97%;
    padding-bottom: 96px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .wd__feature__list {
    width: 280px;
    background: #171717;
    margin-top: -80px;
    padding-bottom: 50px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature {
    vertical-align: top;
    display: block;
    text-align: center;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature
    .wd__feature__describe {
    text-align: center;
    width: 100%;
    margin-top: 11px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature
    .wd__feature__describe
    .describeText {
    text-align: center;
    font-size: 14px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-1
    .wd__feature__data
    .img__cardioidMode,
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-2
    .wd__feature__data
    .img__stereoMode {
    width: 44px;
    height: 41px;
    margin-top: 0;
    background-size: contain;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-2
    .wd__feature__list
    .wd__feature.feature-3
    .wd__feature__data
    .img__omnidirectional {
    width: 36px;
    height: 41px;
    margin-top: 0;
    background-size: contain;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__tunedMic {
    position: relative;
    width: 280px;
    height: 140px;
    margin-top: -16px;
    margin-left: -140px;
    left: 50%;
    background-size: contain;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s8/08_inner_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__tunedMic {
    background-image: url(../images/small/2x/inner/s8/08_inner_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 {
    height: auto;
    background: #000;
    padding-bottom: 150px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .content-frame {
    width: 280px;
    margin: 0 auto;
    background: #171717;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .wd-content {
    position: relative;
    background: #171717;
    width: 100%;
    max-width: 220px;
    padding-bottom: 10px;
    padding-top: 30px;
    margin-top: 15px;
  }
  #ASUS-features
    .inner-view
    .modal-cut8
    .section__inner8-3
    .wd-content
    .content-info {
    width: 96%;
    padding-bottom: 50px;
  }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .img__cancelation {
    margin-top: -14px;
    position: relative;
    width: 280px;
    height: 580px;
    background-color: #000;
    margin-left: -140px;
    left: 50%;
    background-size: contain;
    overflow: hidden;
    z-index: 1;
    background-image: url(../images/small/1x/inner/s8/08_inner_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut8 .section__inner8-3 .img__cancelation {
    background-image: url(../images/small/2x/inner/s8/08_inner_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .arrowFrame {
    width: 394px;
    top: 20%;
  }
  #ASUS-features .pop-view .arrowFrame .popArrow {
    opacity: 0.5;
    width: 40px;
    height: 40px;
  }
  #ASUS-features .pop-view .arrowFrame .arrowRight {
    left: 83.4%;
  }
  #ASUS-features .pop-view .arrowFrame .arrowLeft {
    left: 6.2%;
  }
  #ASUS-features .pop-view .pop-inner {
    width: 90vw;
    max-width: 360px;
    height: 90vh;
    max-height: 830px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popTitle {
    font-size: 31px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .innerInfo {
    width: 90%;
    max-width: 480px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .closeBtn {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .wd__feature__list {
    margin-top: 40px;
    width: 90%;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .wd__feature__list
    .wd__feature {
    margin: 20px auto;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .wd__performance__graph {
    width: 230px;
    padding-bottom: 0;
    margin-top: 13px;
    transform: scale(1);
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .wd__performance__graph
    .graph__title {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 1.2;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .graph-1
    .graph__caption {
    font-size: 12px;
    margin-top: 14px;
    padding-bottom: 6px;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .graph-1
    .graph__line.line-1 {
    width: 155.6px;
    margin-bottom: 18px;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .graph-1
    .graph__line.line-1
    .graph__bar {
    background-color: #fff;
    height: 17px;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .graph-1
    .graph__line.line-1
    .graph__bar
    .bar__value {
    width: 155.6px;
    font-size: 22px;
    margin-left: 14px;
    margin-top: -7px;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .graph-1
    .graph__line.line-1
    .graph__bar
    .bar__value
    .space-left-m {
    font-size: 80%;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .graph-1 .line-2 {
    width: 100%;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .graph-1
    .line-2
    .graph__bar {
    background-color: #3d3d3d;
    background: #3d3d3d;
    border: #5d5d5d;
    width: 127.68px !important;
    box-shadow: none;
    height: 17px;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop
    .popContent
    .graph-1
    .line-2
    .graph__bar
    .bar__value {
    font-size: 22px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg {
    margin-left: auto;
    margin-right: auto;
    margin-top: -33px;
    position: relative;
    left: 0;
    transform: translateX(0);
    background-repeat: no-repeat;
    background-size: contain;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg img {
    display: block;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg1 {
    width: 300px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/large/1x/animation/popView/pop1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg1 {
    background-image: url(../images/large/2x/animation/popView/pop1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg2 {
    width: 300px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/large/1x/animation/popView/pop2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg2 {
    background-image: url(../images/large/2x/animation/popView/pop2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg3 {
    width: 226px;
    height: 147px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -28px;
    background-image: url(../images/large/1x/animation/popView/pop3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg3 {
    background-image: url(../images/large/2x/animation/popView/pop3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg4 {
    width: 300px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -27px;
    background-image: url(../images/large/1x/animation/popView/pop4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg4 {
    background-image: url(../images/large/2x/animation/popView/pop4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg5 {
    width: 312px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -18px;
    background-image: url(../images/large/1x/animation/popView/pop5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg5 {
    background-image: url(../images/large/2x/animation/popView/pop5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg6 {
    width: 278px;
    height: 197px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -39px;
    background-image: url(../images/large/1x/animation/popView/pop6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg6 {
    background-image: url(../images/large/2x/animation/popView/pop6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg7 {
    width: 380px;
    height: 197px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -16px;
    background-image: url(../images/large/1x/animation/popView/pop7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg7 {
    background-image: url(../images/large/2x/animation/popView/pop7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg8 {
    width: 379px;
    height: 147px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg9 {
    width: 278px;
    height: 176px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -24px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg10 {
    width: 354px;
    height: 185px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg11 {
    width: 314px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg12 {
    width: 310px;
    height: 209px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .popContent .popImg.popImg13 {
    width: 300px;
    height: 157px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .wd__feature__list {
    margin-top: 0;
  }
  #ASUS-features
    .pop-view
    .pop-inner
    .slickPop.slickPop__3
    .wd__feature__list
    .wd__feature {
    margin-bottom: 0;
  }
  #ASUS-features .pop-view-bundles {
    width: 720px;
    height: 1150px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
  #ASUS-features .pop-view-bundles .pop-inner {
    width: 90vw;
    max-width: 360px;
    height: 400px;
    max-height: 830px;
    top: 32%;
  }
  #ASUS-features .pop-view-bundles .pop-inner .closeBtn {
    position: absolute;
    transform: translate3d(-17px, 4px, 0);
    z-index: 999;
    width: 36px;
    height: 17px;
    background-size: contain;
    background-image: url(../images/large/1x/animation/s12/close_btn.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view-bundles .pop-inner .closeBtn {
    background-image: url(../images/large/2x/animation/s12/close_btn.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view-bundles .pop-inner .slickPopBundles {
    position: relative;
    max-width: 300px;
    z-index: 100;
    padding-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slickPopBundles .slick-list {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: #000;
  }
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles
    .slick-list
    .slick-track
    .slick-slide {
    height: 450px;
  }
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__1 {
    margin: 0 auto;
    width: 192px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/GladiusII_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__2 {
    width: 250px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/GladiusII_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__3 {
    width: 190px;
    margin-top: -81px;
    padding-bottom: 77.5%;
    background-image: url(../images/large/1x/animation/s12/GladiusII_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__1
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/GladiusII_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__1 {
    width: 174px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/adaptor_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__2 {
    width: 180px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/adaptor_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__3 {
    width: 203px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/adaptor_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__2
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__1 {
    width: 175px;
    padding-bottom: 80.5%;
    background-image: url(../images/large/1x/animation/s12/headset_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/headset_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__2 {
    width: 173px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/headset_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/headset_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__3 {
    width: 180px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/headset_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__3
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/headset_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__1 {
    width: 204px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/backpack_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/backpack_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__2 {
    width: 204px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/backpack_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/backpack_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__3 {
    width: 204px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/backpack_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__4
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/backpack_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__1 {
    width: 204px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/pen_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/pen_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__2 {
    width: 204px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/pen_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/pen_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__3 {
    width: 204px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/pen_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__5
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/pen_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__6
    .slickImg.slickItem__1 {
    width: 154px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/adaptor_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__6
    .slickImg.slickItem__1 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__6
    .slickImg.slickItem__2 {
    width: 173px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/adaptor_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__6
    .slickImg.slickItem__2 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__6
    .slickImg.slickItem__3 {
    width: 180px;
    padding-bottom: 73.5%;
    background-image: url(../images/large/1x/animation/s12/adaptor_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slickPopBundles.slickPop__6
    .slickImg.slickItem__3 {
    background-image: url(../images/large/2x/animation/s12/adaptor_big_3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view-bundles .pop-inner .popTitle {
    width: 100%;
    transform: translate3d(0, -322px, 0);
    font-size: 15px;
  }
  #ASUS-features .pop-view-bundles .pop-inner .popNav {
    transform: translate3d(0, 68px, 0) scale(0.45);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots {
    bottom: 60px;
    margin-left: 0 !important;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li {
    width: auto;
    height: auto;
    vertical-align: top;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button {
    width: 40px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/large/1x/animation/s4/icon/slick_dot_normal.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-next:before,
  #ASUS-features .pop-view-bundles .pop-inner .slick-prev:before {
    display: none;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-prev {
    z-index: 999;
    width: 75px;
    height: 50px;
    background-size: contain;
    -webkit-transform: translate3d(6%, -60%, 0) rotate(180deg) scale(0.6);
    -ms-transform: translate3d(6%, -60%, 0) rotate(180deg) scale(0.6);
    transform: translate3d(6%, -60%, 0) rotate(180deg) scale(0.6);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-next {
    z-index: 999;
    width: 75px;
    height: 50px;
    background-size: contain;
    -webkit-transform: translate3d(-25%, -60%, 0) scale(0.6);
    -ms-transform: translate3d(-25%, -60%, 0) scale(0.6);
    transform: translate3d(-25%, -60%, 0) scale(0.6);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots {
    bottom: 60px;
    margin-left: 0 !important;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li {
    width: auto;
    height: auto;
    vertical-align: top;
  }
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button {
    width: 40px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/large/1x/animation/s4/icon/slick_dot_normal.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button {
    background-image: url(../images/large/2x/animation/s4/icon/slick_dot_normal.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .pop-view-bundles .pop-inner .slick-dots li button:before {
    display: none;
  }
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slick-dots
    li.slick-active
    button {
    background-image: url(../images/large/1x/animation/s4/icon/slick_dot_active.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features
    .pop-view-bundles
    .pop-inner
    .slick-dots
    li.slick-active
    button {
    background-image: url(../images/large/2x/animation/s4/icon/slick_dot_active.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .img__skyBg {
    opacity: 1;
    position: absolute;
    width: 735px;
    height: 354px;
    background-image: url(../images/medium/1x/animation/s1/skyBg.jpg);
    transition: opacity 1s ease-in-out;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__skyBg {
    background-image: url(../images/medium/2x/animation/s1/skyBg.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .img__houseBg1 {
    opacity: 1;
    position: absolute;
    width: 735px;
    height: 354px;
    background-image: url(../images/medium/1x/animation/s1/houseBg1.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__houseBg1 {
    background-image: url(../images/medium/2x/animation/s1/houseBg1.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .img__houseBg2 {
    opacity: 1;
    position: absolute;
    width: 735px;
    height: 354px;
    background-image: url(../images/medium/1x/animation/s1/houseBg2.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__houseBg2 {
    background-image: url(../images/medium/2x/animation/s1/houseBg2.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .img__nb {
    opacity: 1;
    position: absolute;
    width: 268px;
    height: 215px;
    left: 50%;
    top: 20%;
    margin-left: -134px;
    background-image: url(../images/medium/1x/animation/s1/nb.png);
    animation: upDown 5s ease-in-out infinite;
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__nb {
    background-image: url(../images/medium/2x/animation/s1/nb.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .img__nb.show {
    transition: opacity 1.5s ease-in-out;
    opacity: 1;
  }
  #ASUS-features
    .section__3
    .img__advanced.animated
    .wd-content
    .barChart__frame
    .barChart
    .bar__block__frame
    .bar__number {
    opacity: 1;
    margin-left: 0;
    transition: all 1.6s ease-in-out 1s;
  }
  #ASUS-features
    .section__3
    .img__advanced.animated
    .wd-content
    .barChart__frame
    .barChart.bar__1
    .bar__block__frame
    .bar__block {
    transition: all 0.6s ease-in-out 1s;
    width: 78.3%;
  }
  #ASUS-features
    .section__3
    .img__advanced.animated
    .wd-content
    .barChart__frame
    .barChart.bar__2
    .bar__block__frame
    .bar__block {
    transition: all 0.8s ease-in-out 1s;
    width: 69.5%;
  }
  #ASUS-features
    .section__3
    .img__advanced.animated
    .wd-content
    .barChart__frame
    .barChart.bar__3
    .bar__block__frame
    .bar__block {
    transition: all 1s ease-in-out 1s;
    width: 72%;
  }
  #ASUS-features
    .section__3
    .img__advanced.animated
    .wd-content
    .barChart__frame
    .barChart.bar__4
    .bar__block__frame
    .bar__block {
    transition: all 1.3s ease-in-out 1s;
    width: 67.5%;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx.active
    .wd-content
    .barChart__frame
    .barChart.bar__1
    .bar__block__frame
    .bar__block {
    transition: all 0.9s ease-in-out;
    width: 36.6%;
  }
  #ASUS-features
    .inner-view
    .modal-cut3
    .section__inner3-2
    .img__rtx.active
    .wd-content
    .barChart__frame
    .barChart.bar__2
    .bar__block__frame
    .bar__block {
    transition: all 1.1s ease-in-out;
    width: 27.6%;
  }
  #ASUS-features .section__5 .img__05__cooling {
    background-image: url(../images/small/1x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling {
    background-image: url(../images/small/2x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure {
    width: 735px;
    height: 371px;
    transition: opacity 0.7s;
  }
  #ASUS-features .section__5 .img__05__cooling figure.showed {
    opacity: 1;
  }
  #ASUS-features .section__5 .img__05__cooling figure.img__air0 {
    background-image: url(../images/small/1x/animation/s5/img__air0.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air0 {
    background-image: url(../images/small/2x/animation/s5/img__air0.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air1 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air1 {
    background-image: url(../images/small/2x/animation/s5/img__air1.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air2 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air2 {
    background-image: url(../images/small/2x/animation/s5/img__air2.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air3 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air3 {
    background-image: url(../images/small/2x/animation/s5/img__air3.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air4 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air4 {
    background-image: url(../images/small/2x/animation/s5/img__air4.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air5 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air5 {
    background-image: url(../images/small/2x/animation/s5/img__air5.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air6 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air6 {
    background-image: url(../images/small/2x/animation/s5/img__air6.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air7 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air7 {
    background-image: url(../images/small/2x/animation/s5/img__air7.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air8 {
    transition: opacity 0.7s;
    background-image: url(../images/small/1x/animation/s5/img__air8.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__05__cooling figure.img__air8 {
    background-image: url(../images/small/2x/animation/s5/img__air8.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__6 .img__06__display {
    background-image: url(../images/large/1x/animation/s6/06__bg.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .img__06__display {
    background-image: url(../images/large/2x/animation/s6/06__bg.jpg);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__6 .img__06__display .img__06__nb {
    position: relative;
    margin-left: -200px;
    margin-right: auto;
    width: 400px;
    height: 380px;
    top: -3px;
    left: 50%;
    background-size: contain;
    transform: translate3d(0, 200px, 0) scale(4);
    background-repeat: no-repeat;
    transition: transform 1.5s ease-in-out;
    background-image: url(../images/large/1x/animation/s6/06__nb.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5),
  all and (min-width: 0px) and (max-width: 735px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .img__06__display .img__06__nb {
    background-image: url(../images/large/2x/animation/s6/06__nb.png);
  }
}
@media (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__6 .img__06__display .img__06__nb.active {
    transform: translateZ(0) scale(1);
    transition: transform 1.5s ease-in-out;
  }
}
#main-zone > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.overview-wrapper {
  width: 100%;
}
@media (min-width: 736px) {
  body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1f1f1f;
  }
  body::-webkit-scrollbar {
    width: 10px;
    background-color: #555;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #555;
  }
}
.overviewSimpleContent.OverViewBanner__overViewBannerContent__3i1Ev {
  display: none;
}
