/*@import url(https://fonts.googleapis.com/css?family=Archivo+Black&display=swap);*/
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.u-border{
  border: 1px solid red;
}
.u-border *{
  border: 1px solid orange;
}
.no__wrap{
  white-space: nowrap;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.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-loading .lity-content, .lity-closed .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:hover, .lity-close:focus, .lity-close:active, .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;
}
/* Image */

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .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;
}
@charset "UTF-8";
/* Slider */

.slick-slider {
  position: relative;
  display: block;
  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 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  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;
}
/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */

/*@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: normal;
  font-style: normal;
}*/
/* Arrows */

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  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";
}
/* Dots */

.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;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;ㄇㄩ
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus: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: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.col_BGC_black {
  background-color: #000;
}
/**/
@font-face {
  font-family: "DIN-Condensed";
  src: url("../font/DINPro-CondBold.otf?");
  src: url("../font/DINPro-CondBold.eot?#iefix") format("embedded-opentype"),
       url("../font/DINPro-CondBold.woff") format("woff"),
       url("../font/DINPro-CondBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MyriadPro";
  src: url("../font/MyriadPro-Regular.otf");
  src: url("../font/MyriadPro-Regular.otf") format("opentype"),
       url("../font/MyriadPro-Regular.eot") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/*寫一個函數去定義每一種類別的字，它的大小 */

html {
  overflow-y: scroll;
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  /*width: 100vw;*/
  width: 100%;
  overflow: hidden;
  -moz-osx-font-smoothing: grayscale;
}
html.js-no-scroll, body.js-no-scroll {
  overflow: hidden;
}
sup.sign-tm {
  top: -0.7em;
  font-size: 56%;
}
sup.sign-fnum {
  top: -0.25em;
}
.infoWord {
  vertical-align: top;
  font-family: 'MyriadPro', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-size: 20px;
  line-height: 1.3;
  color: #FFFFFF;
}
.numCircle {
  width: 20px;
  height: 20px;
  font-family: 'DIN-Condensed', 'MyriadPro', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffffff;
  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;
}
body {
  background-color: #000000;
}
section {
  position: relative;
  background: #121212;
  width: 100%;
  max-width: 2560px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
section .img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section .row .col .wd-content {
  width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
section .row .col .wd-content>* {
  color: #FFFFFF;
  font-weight: normal;
  font-style: normal;
}

section .row .col .wd-content>*.content-slogan {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: 'DIN-Condensed', 'Microsoft JhengHei', 'sans-serif';
  color: #FF9E1B;
  padding: 5px 11px 9px 7px;
  background-image: url('../images/bg_label.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
section .row .col .wd-content>*.content-title {
  /*margin-top: -36.4px;*/
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  font-family: 'DIN-Condensed', 'Microsoft JhengHei', 'sans-serif';
  letter-spacing: 0px;
  color: #FFFFFF;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 17px;
}
section .row .col .wd-content>*.content-title span.textColor__GrayAlto {
  color: #d6d6d6;
}
section .row .col .wd-content>*.content-info {
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-family: 'MyriadPro', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-size: 16px;
  line-height: 178%;
}
section .row .col .wd-content>*.content-comment {
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  font-size: 16px;
  font-family: 'MyriadPro', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  color: #999999;
  line-height: 130%;
}
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%;
}
.wd__feature__list {
  margin-top: 53px;
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  font-family: 'DIN-Condensed', 'Trade-Gothic LT', 'Microsoft JhengHei', 'sans-serif';
  text-align: center;
}
.wd__feature__list .wd__feature {
  /*min-width: 150px;*/
  display: inline-block;
  margin: 0 25px 43px;
  vertical-align: bottom;
  line-height: 1;
  color: white;
}
.wd__feature__list .wd__feature .wd__feature__top {
  font-size: 13px;
  line-height: 100%;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}
.wd__feature__list .wd__feature .wd__feature__data {
  font-size: 37.5px;
  /*letter-spacing: 0.05em;*/
  letter-spacing: 0.02em;
  line-height: 100%;
  color: #FF9E1B;
  text-transform: uppercase;
}
.wd__feature__list .wd__feature .wd__feature__data .space-left-m,
.wd__feature__list .wd__feature .wd__feature__data .space-right-m {
  font-size: 29px;
  line-height: 1;
}
.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 {
  font-size: 13px;
  margin-top: 5px;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@keyframes sec1BgAnimation {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes upDown {
  0% {
    transform: translate3d(0, 10px, 0);
  }
  50% {
    transform: translate3d(0, 0px, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes KeyBreathingSmall {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes KeyStrobingsmall {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes KeyStrobingsmall2 {
  0% {
    opacity: 0.5;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes KeyStrobingsmall3 {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0;
  }
  100% {
    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(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: .5;
  }
  75% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.modal-button-container {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  height: 120px;
  background-color: transparent;
  transition: transform 200ms ease;
  padding-bottom: 10px;
}
.modal-button-container.inner-close-btn {
  z-index: 9999;
  font-weight: 350;
  cursor: pointer;
  position: fixed;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%) translateY(0px);
}
.modal-button-container.inner-close-btn.inner-closs-btn-open {
  transition: transform 220ms ease;
  transform: translateX(-50%) translateY(-130px);
  bottom: -140px;
}
@media all and (min-width: 0px) and (max-width: 731px) {
  .modal-button-container.inner-close-btn.inner-closs-btn-open {
    transform: translateX(-50%) translateY(-60px);
  }
}
.modal-button-container .modal-button {
  min-width: 120px;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-align: center;
  z-index: 1;
  padding: 10px 20px;
  border-radius: 22.5px;
  -webkit-transition: background-color 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  color: #fff;
  background-image: url('../images/bg_button.jpg');
  background-size: cover;
  box-shadow: 0px 5px 10px rgba(255, 158, 27, 0.3);
  font-family: "DIN-Condensed", 'Helvetica', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -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:hover {
  box-shadow: 0px 3px 15px rgba(255, 158, 27, 0.5);

}
.modal-button-container .modal-button .modal-inner-text {
  pointer-events: none;
  display: inline-block;
}
.wd__performance__graph {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  text-align: left;
  margin-top: 32px;
}
.wd__performance__graph .graph__title {
  font-family: 'DIN-Condensed', '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 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms, opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar {
  transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms, opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1600ms;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar {
  transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms, opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2000ms;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1400ms;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar {
  transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms, opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1600ms;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2400ms;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1800ms;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar {
  transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms, opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2000ms;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2800ms;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2200ms;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar {
  transition: width 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2400ms, opacity 1200ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2400ms;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar .bar__value {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 3200ms;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__caption {
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2600ms;
}
.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: .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: .05em;
}
.wd__performance__graph .graph-badge {
  margin-left: -10px;
  margin-top: -41px;
  transform: translate3d(0px, 0px, 0px);
  transition: transform 900ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s, opacity 700ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
}
.wd__performance__graph .graph-badge .badge__caption-top, .wd__performance__graph .graph-badge .badge__caption-bottom {
  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 {
  opacity: 0 !important;
}
.wd__performance__graph.reset .graph .graph__line .graph__caption {
  opacity: 0 !important;
}
.wd__performance__graph.reset .graph-badge {
  transform: translate3d(-40px, 0px, 0px) !important;
  opacity: 0 !important;
}
@media all and (min-width: 0px) and (max-width: 731px) {
  .wd__performance__graph {
    transform: scale(0.5);
  }
}
.wd__performance__graph.theme-black .graph__title, .wd__performance__graph.theme-black .graph__description {
  color: white;
}
.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-top, .wd__performance__graph.theme-black .graph-badges .graph-badge .badge__caption-bottom {
  color: white;
}
.wd__performance__graph.theme-black .graph-badges .graph-badge .badge__value {
  color: #00c6ff;
}
.wd__performance__graph.theme-white .graph__title, .wd__performance__graph.theme-white .graph__description {
  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-top, .wd__performance__graph.theme-white .graph-badges .graph-badge .badge__caption-bottom {
  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__description {
  color: #FFF;
}
.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: 0px;
}
.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: .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 .graph__title {
  color: #fff;
}
.wd__performance__graph.theme-rog .graph__description {
  color: #FFF;
}
.wd__performance__graph.theme-rog .graph .graph__line.line-head .bar__value {
  color: #fff;
}
.wd__performance__graph.theme-rog .bar__value, .wd__performance__graph.theme-rog .graph__caption {
  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: white;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7);
  -moz-box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7);
  box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7);
}
.wd__performance__graph .graph .graph__line.line-1 .graph__bar {
  width: 100%;
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms, opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 200ms;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__bar .bar__value {
  transition: opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
}
.wd__performance__graph .graph .graph__line.line-1 .graph__caption {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 200ms;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar {
  width: 100%;
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms, opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 400ms;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__bar .bar__value {
  transition: opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
}
.wd__performance__graph .graph .graph__line.line-2 .graph__caption {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar {
  width: 100%;
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 600ms, opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 600ms;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__bar .bar__value {
  transition: opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
}
.wd__performance__graph .graph .graph__line.line-3 .graph__caption {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 600ms;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar {
  width: 100%;
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms, opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__bar .bar__value {
  transition: opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 800ms;
}
.wd__performance__graph .graph .graph__line.line-4 .graph__caption {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 800ms;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar {
  width: 100%;
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1000ms, opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1000ms;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__bar .bar__value {
  transition: opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms;
}
.wd__performance__graph .graph .graph__line.line-5 .graph__caption {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 1000ms;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar {
  width: 100%;
  transition: width 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms, opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1200ms;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__bar .bar__value {
  transition: opacity 550ms cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms;
}
.wd__performance__graph .graph .graph__line.line-6 .graph__caption {
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms;
}
.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: white;
  -webkit-box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7);
  -moz-box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7);
  box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7);
}
.wd__performance__graph.theme-rog-v .graph__line.line-1 .graph__bar {
  height: 300px;
}
.wd__performance__graph.theme-rog-v .graph__line.line-2 .graph__bar {
  height: 300px;
}
.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;
  -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)";
  -webkit-transition: opacity 700ms;
  transition: opacity 700ms;
}
.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)";
  -webkit-transition: opacity 700ms;
  transition: opacity 700ms;
}
.fadeIn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 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;
  -webkit-transition: opacity 700ms;
  transition: opacity 700ms;
}
.fadeIn.animated {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  will-change: null;
}
.navigation {
  position: fixed;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  opacity: 0;
  transition: 300ms ease-in;
}
.navigation.show {
  opacity: 1;
  right: 0;
}
.navigation ul {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
  list-style: none;
  padding: 0;
}
.navigation li {
  position: relative;
  width: 15px;
  height: 1px;
  margin: 42px 0;
}
.navigation li a {
  background-color: rgba(255,255,255,0.5);
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.navigation li a:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  right: 0;
  bottom: 0;
  background-image: url('../images/line_texture.png');
  background-size: 24px;
  opacity: 0;
}
.navigation li a .navTextFrame {
  text-align: right;
  position: relative;
  transform: translate3d(-97px, -2px, 0px);
}
.navigation li a .navTextFrame .sectionName {
  font-family: 'DIN-Condensed', 'sans-serif', 'Microsoft JhengHei';
  position: absolute;
  white-space: nowrap;
  color: #fff;
  text-align: right;
  right: -78px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  letter-spacing: 0.14em;
}
.navigation li a:hover {
  background-color: #FF9E1B;

}
.navigation li a:hover .sectionName {
  color: #FF9E1B;
}
.navigation li a.active {
  background-color: transparent;
  transition: 300ms;
  transform: scale(1.1);
}
.navigation li a.active:after{
  opacity: 1;
}
.navigation li a.active .sectionName {
  opacity: 1;
  font-size: 18px;
  padding-right: 15px;
  color: #FF9E1B;
  letter-spacing: 0.1em;
}
.navigation li a.active .sectionName.blackText {
  color: #333;
}
#ASUS-features .no-text-transform {
  text-transform: none!important;
}
#ASUS-features {
  background-color: #121212;
  -webkit-font-smoothing: antialiased;
}
#ASUS-features .visible-sm {
  display: none!important;
}
#ASUS-features .outer-view {
  opacity: 1;
}
#ASUS-features .outer-view.outerHide {
  opacity: 0;
  transition: opacity 300ms ease-in;
}
#ASUS-features .section__base .wd-content {
  width: 100%;
  max-width: 700px;
  padding: 0 15px;
}

#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: 37px;
  height: auto;
}
#ASUS-features .inner-view {
  transition: transform 500ms 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 500ms ease;
}
#ASUS-features .inner-view.inner-scroll {
  overflow-y: scroll;
  transition: all 500ms ease-in-out;
}
#ASUS-features .inner-view.js-opened {
  transform: translate3d(0, 0, 0);
  transition: transform 500ms 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;
  padding-bottom: 196px;
}
#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 500ms ease-in-out;
}
#ASUS-features .inner-view .inner-view-container .inner-modal.inner-modal-hidden {
  opacity: 0;
  transition: opacity 300ms ease-out;
}
#ASUS-features .inner-view .inner-view-container .inner-modal {
  padding-top: 90px;
}
#ASUS-features .inner-view .section__base {
  padding-top: 30px;
}
#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 {
  padding: 0;
}
#ASUS-features .inner-view .wd-content.fadeShow {
  transition: all 300ms 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: 34px;
  color: #FFFFFF;
  /*font-weight: bold;*/
  /*letter-spacing: 0.04em;*/
  letter-spacing: normal;
  text-transform: uppercase;
}
#ASUS-features .inner-view .wd-content .content-info {
  font-size: 16px;
  line-height: 170%;
  font-weight: normal;
  letter-spacing: normal;
  color: #fff;
}
#ASUS-features .inner-view .wd-content .content-comment {
  margin-top: 12px;
  font-size: 16px;
  color: #999;
  line-height: 130%;
  letter-spacing: normal;
  font-weight: normal;
}
#ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature {
  text-transform: uppercase;
  margin-right: 13px;
}

#ASUS-features .section__kv {
  padding-bottom: 180px;
}
#ASUS-features .section__kv .img__kv__logo {
  background-image: url("../images/large/logo.png");
  width: 933px;
  height: 91px;
  margin-top: -20px;
  background-size: 933px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/large/logo@2x.png");
  }
}
#ASUS-features .section__kv .wd-content {
  margin-top: 30px;
  max-width: 965px;
  box-sizing: border-box;
}
#ASUS-features .section__kv .wd-content .content-slogan__kv {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-bottom: 0px;
  font-size: 38px;
  font-family: 'DIN-Condensed', 'Microsoft JhengHei', 'sans-serif';
  width: 925px;
  background-image: url(../images/bg_slogan.jpg);
  background-position: center bottom;
  background-size: 342px;
  background-size: 360px;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
}
/*IE fixed*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
  #ASUS-features .section__kv .wd-content .content-slogan__kv {
    color: #FF9E1B;
    background-image: none;
  }
}
#ASUS-features .section__kv .wd-content .content-info {
  max-width: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-size: 20px;
}
#ASUS-features .section__kv .img__kv ,
#ASUS-features .section__kv .img__nb {
  width: 2560px;
  margin-left: -1280px;
  height: 1500px;
  background-size: 2560px;
  opacity: 0;
}
#ASUS-features .section__kv .img__kv {
  transition: opacity 2000ms ease-in-out;
  background-image: url("../images/large/bg_kv.jpg");
}
#ASUS-features .section__kv .img__nb {
  position: absolute;
  top: 0;
  transition: opacity 1500ms ease-in-out;
  background-image: url("../images/large/g_kv.png");
}
#ASUS-features .section__kv .img__kv.active {
  -webkit-animation: KeyBreathingSmall 3s ease-in-out infinite;
          animation: KeyBreathingSmall 3s ease-in-out infinite;
}
#ASUS-features .section__kv .img__nb.active {
  -webkit-animation: upDown 5s ease-in-out infinite;
          animation: upDown 5s ease-in-out infinite;
}
@media all and (min-width: 1280px) and (max-width: 1920px) {
  #ASUS-features .section__kv .img__kv,
  #ASUS-features .section__kv .img__nb {
    width: 1920px;
    height: 1125px;
    margin-left: -960px;
    background-size: 1920px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__kv {
    background-image: url("../images/large/bg_kv@2x.jpg");
  }
  #ASUS-features .section__kv .img__nb {
    background-image: url("../images/large/g_kv@2x.png");
  }
}
#ASUS-features .section__kv .features_list {
  list-style: none; 
}
#ASUS-features .section__kv .features_list .features__img {
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 25px;
  margin-top: 30px;
  background-size: contain; 
}
#ASUS-features .section__kv .features_list .features__1 {
  background-image: url("../images/rtx.png");
  width: 188px;
  height: 80px; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__kv .features_list .features__1 {
    background-image: url("../images/rtx@2x.png"); 
  } 
}
#ASUS-features .section__kv .features_list .features__2 {
  background-image: url("../images/xgp.png");
  width: 227px;
  height: 80px; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__kv .features_list .features__2 {
    background-image: url("../images/xgp@2x.png"); 
  } 
}
#ASUS-features .section__kv .features_list .features__3 {
  background-image: url("../images/tgl.png");
  width: 110px;
  height: 110px; 
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__kv .features_list .features__3 {
    background-image: url("../images/tgl@2x.png"); 
  } 
}
#ASUS-features .section__3 .section__3__videoFrame {
  opacity: 1;
  z-index: 9999;
  margin-top: 0px;
  pointer-events: none;
  transition: opacity 800ms;
  line-height: 0;
}
#ASUS-features .section__3__infowrap {
  padding: 80px 0 110px;
  position: relative;
  background-size: 2560px;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../images/large/bg_design.jpg');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__3__infowrap {
    background-image: url('../images/large/bg_design@2x.jpg');
  }
}
@media all and (min-width: 1280px) {
  #ASUS-features .figure-wrap__design-parts {
    position: relative;
  }
  #ASUS-features .img__design-part .wd-content {
    /*margin-top: 420px;*/
    max-width: 500px;
    background-color: #121212;
    border: 1px solid #FF9E18;
    box-sizing: border-box;
    padding: 50px;
    position: absolute;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
  }
  #ASUS-features .img__design-part {
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    left: 50%;
    cursor: pointer;
    margin-top: 37px;
  }
  #ASUS-features .img__design-part:hover .wd-content {
    opacity: 1;
  }
  #ASUS-features .img__design-part__1 {
    width: 1474px;
    height: 530px;
    margin-left: -1280px;
    background-size: 1474px;
    background-image: url('../images/large/g_design-1.png');
  }
  #ASUS-features .img__design-part__1 .wd-content {
    right: 9.5%;
    top: 28.3%;
    transform: translate(100%, 0);
  }
  #ASUS-features .img__design-part__2 {
    width: 1171px;
    height: 886px;
    margin-left: 110px;
    margin-top: -530px;
    background-size: 1171px;
    background-image: url('../images/large/g_design-2.png');
  }
  #ASUS-features .img__design-part__2 .wd-content {
    left: 1.71%;
    bottom: 2.82%;
  }
  #ASUS-features .img__design-part__3 {
    width: 1405px;
    height: 483px;
    margin-left: -1280px;
    margin-top: -390px;
    background-size: 1405px;
    background-image: url('../images/large/g_design-3.png');
  }
  #ASUS-features .img__design-part__3 .wd-content {
    right: 6.8%;
    top: 16.98%;
    transform: translate(100%, 0);
  }
}
@media all and (min-width: 1280px) and (max-width: 1634px) {
  #ASUS-features .img__design-part__1 {
    width: calc( 1474px / 2560 * 2115);

    height: calc( 530px / 2560 * 2115);
    margin-left: calc(-1280px / 2560 * 2115);
    background-size: calc( 1474px / 2560 * 2115);
  }
  #ASUS-features .img__design-part__2 {
    width: calc( 1171px / 2560 * 2115);
    height: calc( 886px / 2560 * 2115);
    margin-left: calc(110px / 2560 * 2115);
    margin-top: calc(-530px / 2560 * 2115);
    background-size: calc( 1171px / 2560 * 2115);
  }
  #ASUS-features .img__design-part__3 {
    width: calc( 1405px / 2560 * 2115);
    height: calc( 483px / 2560 * 2115);
    margin-left: calc(-1280px / 2560 * 2115);
    margin-top: calc(-390px / 2560 * 2115);
    background-size: calc( 1405px / 2560 * 2115);
  }
  #ASUS-features .img__design-part .wd-content {
    padding: 35px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  @media all and (min-width: 1280px) {
    #ASUS-features .img__design-part__1 {
      background-image: url('../images/large/g_design-1@2x.png');
    }
    #ASUS-features .img__design-part__2 {
      background-image: url('../images/large/g_design-2@2x.png');
    }
    #ASUS-features .img__design-part__3 {
      background-image: url('../images/large/g_design-3@2x.png');
    }
  }
}
#ASUS-features .section__3 .modal-button-container {
  margin-top: 83px;
}
#ASUS-features .section__4__top {
  margin-top: 0;
  padding-top: 0;
}
#ASUS-features .section__4 {
  min-height: 1080px;
  padding-bottom: 81px;
}
#ASUS-features .section__4 .wd-content {
  margin-top: -160px;
}
#ASUS-features .section__4 .section__4__videoFrame {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#ASUS-features .section__4 .section__4__videoFrame.fade-out {
  opacity: 0;
}
#ASUS-features .section__4 .section__4__videoFrame .video{
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 198px;
  transform: translate(-50%, 0);
  width: 876px;
  height: auto;
  overflow: hidden;
}
#ASUS-features .section__4 .section__4__videoFrame .video video{
  width: 100%;
}
#ASUS-features .section__4 .img__04__performance {
  position: relative;
  width: 2560px;
  left: 50%;
  background-size: 2560px;
  margin-left: -1280px;
  height: 1080px;
  background-image: url('../images/large/bg_performance.jpg');
}
#ASUS-features .section__4 .img__04__nb {
  position: absolute;
  width: 2560px;
  height: 1080px;
  background-size: 2560px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url('../images/large/g_performance.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4 .img__04__performance {
    background-image: url('../images/large/bg_performance@2x.jpg');
  }
  #ASUS-features .section__4 .img__04__nb {
    background-image: url('../images/large/g_performance@2x.png');
  }
}
#ASUS-features .section__4__slick {
  background-color: #1f1f1f;
}
#ASUS-features .section__4__slick .slick {
  position: relative;
  /*max-width: 710px;*/
  max-width: 800px;
  z-index: 100;
/*  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;*/
  margin: 50px auto;
}
#ASUS-features .section__4__slick .slickItem > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#ASUS-features .section__4__slick .slickTextFrame {
  box-sizing: border-box;
  padding-left: 30px;
  flex: 0 0 calc(100% - 290px);
  flex-basis: calc(100% - 290px);
  max-width: calc(100% - 290px);
}
#ASUS-features .section__4__slick .slickImg {
  height: auto;
  flex: 0 0 290px;
  max-width: 290px;
  width: 290px;
  padding-bottom: 290px;
  background-repeat: no-repeat;
  background-size: cover;
}
#ASUS-features .section__4__slick .slickImg.slickItem__1 {
  background-image: url("../images/large/nb-1.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4__slick .slickImg.slickItem__1 {
    background-image: url("../images/large/nb-1@2x.jpg");
  }
}
#ASUS-features .section__4__slick .slickImg.slickItem__2 {
  background-image: url("../images/large/nb-2.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4__slick .slickImg.slickItem__2 {
    background-image: url("../images/large/nb-2@2x.jpg");
  }
}
#ASUS-features .section__4__slick .slickImg.slickItem__3 {
  background-image: url("../images/large/nb-3.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4__slick .slickImg.slickItem__3 {
    background-image: url("../images/large/nb-3@2x.jpg");
  }
}
#ASUS-features .section__4__slick .slickImg.slickItem__4 {
  background-image: url("../images/large/nb-4.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4__slick .slickImg.slickItem__4 {
    background-image: url("../images/large/nb-4@2x.jpg");
  }
}
#ASUS-features .section__4__slick .slickImg.slickItem__5 {
  background-image: url("../images/large/nb-5.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4__slick .slickImg.slickItem__5 {
    background-image: url("../images/large/nb-5@2x.jpg");
  }
}
#ASUS-features .section__4__slick .slickImg.slickItem__6 {
  background-image: url("../images/large/nb-6.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4__slick .slickImg.slickItem__6 {
    background-image: url("../images/large/nb-6@2x.jpg");
  }
}
#ASUS-features .section__4__slick .slickImg.slickItem__7 {
  background-image: url("../images/large/nb-7.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__4__slick .slickImg.slickItem__7 {
    background-image: url("../images/large/nb-7@2x.jpg");
  }
}
#ASUS-features .section__4__slick .slickNvidiaTitle {
  font-family: "DIN-Condensed", 'Helvetica', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-size: 26px;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  color: #ff9E1B;
  display: block;
  text-transform: uppercase;
}
#ASUS-features .section__4__slick .slickNvidiaDec {
  font-family: "MyriadPro", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 0px;
  color: #fff;
}
#ASUS-features .section__4__slick .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#ASUS-features .section__4__slick .slick-prev:before,
#ASUS-features .section__4__slick .slick-next:before{
  display: none;
}
#ASUS-features .section__4__slick .slick-prev,
#ASUS-features .section__4__slick .slick-next{
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/ic_arrow.svg');
  transition: background-color .3s ease;
}
#ASUS-features .section__4__slick .slick-prev:hover,
#ASUS-features .section__4__slick .slick-next:hover{
  background-color: rgba(255,255,255,0.5);
  background-image: url('../images/ic_arrow-hover.svg');

}
#ASUS-features .section__4__slick .slick-prev {
  left: -34px;
  -webkit-transform: translate3d(-100%, -25%, 0);
  -ms-transform: translate3d(-100%, -25%, 0);
  transform: translate3d(-100%, -25%, 0);
}
#ASUS-features .section__4__slick .slick-next {
  right: -34px;
  -webkit-transform: translate3d(100%, -25%, 0);
  -ms-transform: translate3d(100%, -25%, 0);
  transform: translate3d(100%, -25%, 0) rotate(180deg);
}
#ASUS-features .slickItem *:focus,
#ASUS-features .slickItem *:active {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none!important;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .slick-dots li {
  width: auto;
  height: auto;
  vertical-align: top;
}
#ASUS-features .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background-color: #3a3a3a;
}
#ASUS-features .slick-dots li button:before {
  display: none;
}
#ASUS-features .slick-dots li.slick-active button {
  background-color: #fff;
}
#ASUS-features .section__5 {
  min-height: 1433px;
}
#ASUS-features .section__5 .img__display {
  width: 2560px;
  height: 1433px;
  margin-left: -1280px;
  background-size: 2560px;
  background-image: url("../images/large/bg_display.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__display {
    background-image: url("../images/large/bg_display@2x.jpg");
  }
}
#ASUS-features .section__5 .modal-button-container {
  position: relative;
}

#ASUS-features .section__5 .wd-content {
  margin-top: calc(-1433px + 817px);
}

#ASUS-features .section__6 {
  min-height: 1281px;
}
#ASUS-features .section__6 .wd-content {
  margin-top: calc(-1281px + 171px);
}
#ASUS-features .section__6 .figure-wrap__06 {
  position: relative;
  width: 2560px;
  height: 1283px;
  left: 50%;
  transform: translate(-50%, 0);
}
@keyframes airAni1 {
  0% {
    opacity: 0.5;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes airAni2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes airAni3 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes airAni4 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes airAni5 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 1;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes airAni6 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
#ASUS-features .section__6 .figure-wrap__06 .img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#ASUS-features .section__6 .figure-wrap__06 .img__air0 {
  background-image: url("../images/large/an_cooling-0.jpg");
  opacity: 1;
}
#ASUS-features .section__6 .figure-wrap__06 .img__airAni1 {
  background-image: url("../images/large/an_cooling-1.jpg");
  -webkit-animation: airAni1 3.6s infinite ease both;
        animation: airAni1 3.6s infinite ease both;
  opacity: 1;
}
#ASUS-features .section__6 .figure-wrap__06 .img__airAni2 {
  background-image: url("../images/large/an_cooling-2.jpg");
  -webkit-animation: airAni2 3.6s infinite ease both;
        animation: airAni2 3.6s infinite ease both;
  opacity: 0;
}
#ASUS-features .section__6 .figure-wrap__06 .img__airAni3 {
  background-image: url("../images/large/an_cooling-3.jpg");
  -webkit-animation: airAni3 3.6s infinite ease both;
        animation: airAni3 3.6s infinite ease both;
  opacity: 0;
}
#ASUS-features .section__6 .figure-wrap__06 .img__airAni4 {
  background-image: url("../images/large/an_cooling-4.jpg");
  -webkit-animation: airAni4 3.6s infinite ease both;
        animation: airAni4 3.6s infinite ease both;
  opacity: 0;
}
#ASUS-features .section__6 .figure-wrap__06 .img__airAni5 {
  background-image: url("../images/large/an_cooling-5.jpg");
  -webkit-animation: airAni5 3.6s infinite ease both;
        animation: airAni5 3.6s infinite ease both;
  opacity: 0;
}
#ASUS-features .section__6 .figure-wrap__06 .img__airAni6 {
  background-image: url("../images/large/an_cooling-6.jpg");
  -webkit-animation: airAni6 3.6s infinite ease both;
        animation: airAni6 3.6s infinite ease both;
  opacity: 0;
}
#ASUS-features .section__6 .modal-button-container {
  margin-top: 481px;
}
#ASUS-features .section__7 {
  height: 1272px;
}
#ASUS-features .section__7 .img__07__mobile {
  display: none;
}
#ASUS-features .section__7 .img__07__desktop {
  width: 2560px;
  height: 1272px;
}

#ASUS-features .section__7 .img__07__upgradeability {
  position: relative;
  background-image: url("../images/large/bg_upgradability.jpg");
  margin-left: -1280px;
}

#ASUS-features .section__7 .img__07__nb,
#ASUS-features .section__7 .img__07__nbline {
  position: absolute;
  margin-left: 0;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
#ASUS-features .section__7 .img__07__nb{
  background-image: url("../images/large/g_upgradability.png");
  transition-delay: 0.6s;
}
#ASUS-features .section__7 .img__07__nbline{
  background-image: url("../images/large/g_upgradability-2.png");
  transition-delay: 1.2s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__7 .img__07__upgradeability {
    background-image: url("../images/large/bg_upgradability@2x.jpg");
  }
  #ASUS-features .section__7 .img__07__nb {
    background-image: url("../images/large/g_upgradability@2x.png");
  }
  #ASUS-features .section__7 .img__07__nbline {
    background-image: url("../images/large/g_upgradability-2@2x.png");
  }
}
#ASUS-features .section__7 .wd-content {
  width: 1110px;
  margin-top: calc( -1032px + 707px);
}
#ASUS-features .section__8 {
  min-height: 0;
  padding-bottom: 180px;
}
#ASUS-features .section__8 .slick__durability * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .section__8 .slick__durability .wd-content {
  padding: 0;
}
#ASUS-features .section__8 .slick__durability .slick-slide {
  transition: opacity .3s ease;
  box-sizing: border-box;
  padding: 0 40px;
}
#ASUS-features .section__8 .slick__durability .slick-slide:not(.slick-current) {
  opacity: 0.3;
}
#ASUS-features .section__8 .slick__durability__nav {
  position: relative;
  max-width: 500px;
  margin: 80px auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#ASUS-features .section__8 .slick__durability__nav__item {
  width: 60px;
  height: 84px;
  background-size: 60px;
  cursor: pointer;
  transition: background-image .3s ease;
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__drop {
  background-image: url('../images/ic_durability-1a.png');
  background-image: url('../images/ic_durability-1.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__shake {
  background-image: url('../images/ic_durability-2a.png');
  background-image: url('../images/ic_durability-2.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__heat {
  background-image: url('../images/ic_durability-3a.png');
  background-image: url('../images/ic_durability-3.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__cold {
  background-image: url('../images/ic_durability-4a.png');
  background-image: url('../images/ic_durability-4.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__humidity {
  background-image: url('../images/ic_durability-5a.png');
  background-image: url('../images/ic_durability-5.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__drop.active {
  background-image: url('../images/ic_durability-1a.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__shake.active {
  background-image: url('../images/ic_durability-2a.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__heat.active {
  background-image: url('../images/ic_durability-3a.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__cold.active {
  background-image: url('../images/ic_durability-4a.png');
}
#ASUS-features .section__8 .slick__durability__nav .nav__item__humidity.active {
  background-image: url('../images/ic_durability-5a.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__8 .slick__durability__nav .nav__item__drop {
    background-image: url('../images/ic_durability-1a@2x.png');
    background-image: url('../images/ic_durability-1@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__shake {
    background-image: url('../images/ic_durability-2a@2x.png');
    background-image: url('../images/ic_durability-2@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__heat {
    background-image: url('../images/ic_durability-3a@2x.png');
    background-image: url('../images/ic_durability-3@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__cold {
    background-image: url('../images/ic_durability-4a@2x.png');
    background-image: url('../images/ic_durability-4@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__humidity {
    background-image: url('../images/ic_durability-5a@2x.png');
    background-image: url('../images/ic_durability-5@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__drop.active {
    background-image: url('../images/ic_durability-1a@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__shake.active {
    background-image: url('../images/ic_durability-2a@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__heat.active {
    background-image: url('../images/ic_durability-3a@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__cold.active {
    background-image: url('../images/ic_durability-4a@2x.png');
  }
  #ASUS-features .section__8 .slick__durability__nav .nav__item__humidity.active {
    background-image: url('../images/ic_durability-5a@2x.png');
  }

}
#ASUS-features .section__8 .wd-content-wrap {
  /*margin-top: calc(-2261px + 1188px);*/
  margin-top: calc(-2003px + 1188px);
}
#ASUS-features .section__8 .figure-wrap__08 {
  position: relative;
  width: 2560px;
  /*height: 2261px;*/
  height: 2003px;
  left: 50%;
  transform: translate(-50%, 0);
}
#ASUS-features .section__8 .figure-wrap__08 .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
}
@keyframes bgShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes nbDrop {
  0% {
    opacity: 0;
    transform: scale(2.2);
  }
  10% {
    opacity: 0.3;
    transform: scale(1.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#ASUS-features .section__8 .img__08__durability__1 {
  background-image: url("../images/large/an_durability-1.jpg");
}
#ASUS-features .section__8 .img__08__durability__2 {
  background-image: url("../images/large/an_durability-2.jpg");
  opacity: 0;
}
#ASUS-features .section__8 .img__08__durability__3 {
  background-image: url("../images/large/an_durability-3.jpg");
  opacity: 0;
}
#ASUS-features .section__8 .img__08__durability__4 {
  background-image: url("../images/large/an_durability-4.jpg");
  opacity: 0;
}
#ASUS-features .section__8 .img__08__durability__5 {
  background-image: url("../images/large/an_durability-5.jpg");
  opacity: 0;
}
#ASUS-features .section__8 .img__08__durability__nb {
  transform-origin: center center;
  opacity: 0;
  transform: scale(2.2);
  background-image: url("../images/large/g_durability.png");
}
#ASUS-features .section__8 .dropAni .img__08__durability__nb {
  animation: nbDrop 500ms 100ms forwards cubic-bezier(0.99, 0.03, 1, 0.77);
}
#ASUS-features .section__8 .dropAni .img__08__durability__2 {
  animation: bgShow 1ms 600ms forwards;
}
#ASUS-features .section__8 .dropAni .img__08__durability__3 {
  animation: bgShow 100ms 601ms forwards;
}
#ASUS-features .section__8 .dropAni .img__08__durability__4 {
  animation: bgShow 100ms 701ms forwards;
}
#ASUS-features .section__8 .dropAni .img__08__durability__5 {
  animation: bgShow 100ms 801ms forwards;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__8 .img__08__durability__nb {
    background-image: url("../images/large/g_durability@2x.png");
  }
}
#ASUS-features .section__9 {
  min-height: 1596px;
}
#ASUS-features .section__9 .figure-wrap__09 {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2560px;
  height: 1596px;
}
#ASUS-features .section__9 .figure-wrap__09 .img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#ASUS-features .section__9 .img__09__audio {
  position: relative;
  background-image: url("../images/large/bg_audio.jpg");
}
#ASUS-features .section__9 .img__09__nb {
  position: absolute;
  background-image: url("../images/large/g_audio.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__9 .img__09__audio {
    background-image: url("../images/large/bg_audio@2x.jpg");
  }
  #ASUS-features .section__9 .img__09__nb {
    background-image: url("../images/large/g_audio@2x.png");
  }
}
#ASUS-features .section__9 .wd-content{
  margin-top: calc(-1596px + 968px);
}

#ASUS-features .section__9 .wd__feature {
  min-width: 100px;
}
#ASUS-features .section__9 .wd__feature.feature-2 .img__dts__logo {
  width: 93px;
  height: 50px;
  top: -4px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/ic_dtsx.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__9 .wd__feature.feature-2 .img__dts__logo {
    background-image: url("../images/ic_dtsx@2x.png");
  }
}
.sound-wave-wrap {
  position: absolute;
  left: 50%;
  top: 231.15px;
  width: calc( 100% + 30px);
  height: 600px;
  transform: translate(-50%, 0) rotate(7deg);
  transform-origin: center center;
}
.sound-wave-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sound-wave-wrap > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  height: 100%;
  position: relative;
}
.sound-wave {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;*/
}
.sound-wave-wrap span {
  width: 4px;
  height: 100%;
  display: block;
  /*position: relative;*/
  position: absolute;
  left: 0;
  top: 50%;
  transform-origin: center center;
  transition: transform .3s ease;
  transform: translate(0, -50%) scaleY(1);
}
.sound-wave-wrap .sound-wave.orange {
  transform: scaleY(0.5);
}
.sound-wave-wrap .sound-wave.green {
  transform: scaleY(0.65);
}
.sound-wave-wrap .sound-wave.gray {
  transform: scaleY(0.8);
}
.sound-wave-wrap .sound-wave.orange span {
  background-color: #FF9E1B;
}
.sound-wave-wrap .sound-wave.gray span {
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: 4px;
}
.sound-wave-wrap .sound-wave.green span {
  background-color: rgba(124, 224, 211, 0.75);
  margin-left: 1px;
}
@-webkit-keyframes audiowave {
  0% {
    -webkit-transform: translate(0, -50%) scaleY(0.1);
            transform: translate(0, -50%) scaleY(0.1);
  }
  30% {
    -webkit-transform: translate(0, -50%) scaleY(0.1);
            transform: translate(0, -50%) scaleY(0.1);
  }
  50% {
    -webkit-transform: translate(0, -50%) scaleY(1);
            transform: translate(0, -50%) scaleY(1);
  }
  100% {
    -webkit-transform: translate(0, -50%) scaleY(0.2);
            transform: translate(0, -50%) scaleY(0.2);
  }
}
@keyframes audiowave {
  0% {
    -webkit-transform: translate(0, -50%) scaleY(0.1);
            transform: translate(0, -50%) scaleY(0.1);
  }
  30% {
    -webkit-transform: translate(0, -50%) scaleY(0.1);
            transform: translate(0, -50%) scaleY(0.1);
  }
  50% {
    -webkit-transform: translate(0, -50%) scaleY(1);
            transform: translate(0, -50%) scaleY(1);
  }
  100% {
    -webkit-transform: translate(0, -50%) scaleY(0.2);
            transform: translate(0, -50%) scaleY(0.2);
  }
}
@-webkit-keyframes audiowaveMove {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes audiowaveMove {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.sound-wave-wrap.animation-active .sound-wave span:nth-child(1) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.046s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.046s linear infinite;
  height: 79%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(2) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.092s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.092s linear infinite;
  height: 87%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(3) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.138s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.138s linear infinite;
  height: 64%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(4) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.184s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.184s linear infinite;
  height: 69%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(5) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.23s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.23s linear infinite;
  height: 60%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(6) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.276s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.276s linear infinite;
  height: 92%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(7) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.322s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.322s linear infinite;
  height: 100%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(8) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.368s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.368s linear infinite;
  height: 76%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(9) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.414s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.414s linear infinite;
  height: 85%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(10) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.46s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.46s linear infinite;
  height: 52%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(11) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.506s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.506s linear infinite;
  height: 78%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(12) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.552s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.552s linear infinite;
  height: 91%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(13) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.598s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.598s linear infinite;
  height: 53%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(14) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.644s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.644s linear infinite;
  height: 70%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(15) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.69s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.69s linear infinite;
  height: 93%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(16) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.736s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.736s linear infinite;
  height: 87%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(17) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.782s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.782s linear infinite;
  height: 76%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(18) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.828s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -0.828s linear infinite;
  height: 76%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(19) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.874s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -0.874s linear infinite;
  height: 70%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(20) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.92s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -0.92s linear infinite;
  height: 79%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(21) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.966s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -0.966s linear infinite;
  height: 64%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(22) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.012s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.012s linear infinite;
  height: 56%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(23) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -1.058s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -1.058s linear infinite;
  height: 98%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(24) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.104s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.104s linear infinite;
  height: 75%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(25) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.15s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.15s linear infinite;
  height: 53%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(26) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -1.196s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -1.196s linear infinite;
  height: 100%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(27) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.242s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.242s linear infinite;
  height: 96%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(28) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.288s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.288s linear infinite;
  height: 68%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(29) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.334s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.334s linear infinite;
  height: 62%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(30) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.38s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.38s linear infinite;
  height: 94%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(31) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.426s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.426s linear infinite;
  height: 91%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(32) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.472s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.472s linear infinite;
  height: 99%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(33) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.518s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.518s linear infinite;
  height: 74%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(34) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.564s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.564s linear infinite;
  height: 79%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(35) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.61s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.61s linear infinite;
  height: 68%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(36) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.656s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.656s linear infinite;
  height: 90%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(37) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.702s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.702s linear infinite;
  height: 59%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(38) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.748s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.748s linear infinite;
  height: 54%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(39) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.794s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.794s linear infinite;
  height: 74%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(40) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.84s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.84s linear infinite;
  height: 74%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(41) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.886s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -1.886s linear infinite;
  height: 57%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(42) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.932s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -1.932s linear infinite;
  height: 91%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(43) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.978s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -1.978s linear infinite;
  height: 85%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(44) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.024s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.024s linear infinite;
  height: 87%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(45) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.07s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.07s linear infinite;
  height: 89%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(46) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.116s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.116s linear infinite;
  height: 72%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(47) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.162s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.162s linear infinite;
  height: 68%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(48) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.208s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.208s linear infinite;
  height: 76%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(49) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.254s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.254s linear infinite;
  height: 87%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(50) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.3s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.3s linear infinite;
  height: 95%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(51) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.346s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.346s linear infinite;
  height: 94%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(52) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.392s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.392s linear infinite;
  height: 79%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(53) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.438s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.438s linear infinite;
  height: 77%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(54) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.484s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.484s linear infinite;
  height: 85%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(55) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.53s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.53s linear infinite;
  height: 71%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(56) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.576s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.576s linear infinite;
  height: 81%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(57) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.622s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.622s linear infinite;
  height: 53%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(58) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.668s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.668s linear infinite;
  height: 57%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(59) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.714s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -2.714s linear infinite;
  height: 71%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(60) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.76s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.76s linear infinite;
  height: 63%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(61) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.806s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.806s linear infinite;
  height: 87%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(62) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.852s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -2.852s linear infinite;
  height: 69%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(63) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.898s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.898s linear infinite;
  height: 89%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(64) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.944s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -2.944s linear infinite;
  height: 77%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(65) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.99s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -2.99s linear infinite;
  height: 85%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(66) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.036s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.036s linear infinite;
  height: 94%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(67) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -3.082s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -3.082s linear infinite;
  height: 52%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(68) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.128s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.128s linear infinite;
  height: 61%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(69) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.174s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.174s linear infinite;
  height: 90%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(70) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.22s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.22s linear infinite;
  height: 64%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(71) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.266s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.266s linear infinite;
  height: 68%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(72) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.312s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.312s linear infinite;
  height: 58%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(73) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.358s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.358s linear infinite;
  height: 82%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(74) {
  -webkit-animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.404s linear infinite;
          animation: audiowave 0.85s -0.8s infinite, audiowaveMove 4s -3.404s linear infinite;
  height: 62%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(75) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.45s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.45s linear infinite;
  height: 85%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(76) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.496s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.496s linear infinite;
  height: 98%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(77) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.542s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.542s linear infinite;
  height: 98%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(78) {
  -webkit-animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -3.588s linear infinite;
          animation: audiowave 0.85s -0.6s infinite, audiowaveMove 4s -3.588s linear infinite;
  height: 59%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(79) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.634s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.634s linear infinite;
  height: 99%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(80) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.68s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.68s linear infinite;
  height: 59%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(81) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.726s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.726s linear infinite;
  height: 76%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(82) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.772s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.772s linear infinite;
  height: 62%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(83) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.818s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -3.818s linear infinite;
  height: 53%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(84) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.864s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.864s linear infinite;
  height: 51%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(85) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.91s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.91s linear infinite;
  height: 81%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(86) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.956s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -3.956s linear infinite;
  height: 58%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(87) {
  -webkit-animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -4.002s linear infinite;
          animation: audiowave 0.85s -0.7s infinite, audiowaveMove 4s -4.002s linear infinite;
  height: 74%;
}

.sound-wave-wrap.animation-active .sound-wave span:nth-child(88) {
  -webkit-animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -4.048s linear infinite;
          animation: audiowave 0.85s -0.9s infinite, audiowaveMove 4s -4.048s linear infinite;
  height: 71%;
}

#ASUS-features .section__15 {
  min-height: 1602px;
}
#ASUS-features .section__15 .modal-button-container{
  margin-top: 750px;
}
#ASUS-features .section__15 .img__15__productivity {
  position: relative;
  background-image: url("../images/large/bg_productivity.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 1742px;
  margin-top: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__15 .img__15__productivity {
    background-image: url("../images/large/bg_productivity@2x.jpg");
  }
}
#ASUS-features .section__15 .wd-content {
  margin-top: calc(-1742px + 180px);
}
#ASUS-features .section__15 .wd__feature__data .img__wifi__logo {
  width: 85px;
  height: 41px;
  top: 0px;
  margin-bottom: 10px;
  background-size: contain;
  background-image: url("../images/ic_wifi.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__15 .wd__feature__data .img__wifi__logo {
    background-image: url("../images/ic_wifi@2x.png");
  }
}
#ASUS-features .section__10 {
  height: 1025px;
}
#ASUS-features .section__10 .img__10__keyboard {
  position: relative;
  width: 2560px;
  margin-left: -1280px;
  height: 1025px;
  background-image: url('../images/large/bg_keyboard.jpg');
}
#ASUS-features .section__10 .img__10__keyboard__tablet {
  display: none;
}
#ASUS-features .section__10 .wd-content {
  max-width: 500px;
  margin-top: calc(-1025px + 262px);
}
#ASUS-features .section__10 .wd__feature__list {
  max-width: 500px;
  text-align: left;
  position: relative;
  left: -25px;
}
#ASUS-features .section__10 .wd__feature {
  text-align: center;
}
#ASUS-features .section__10 .wd-content,
#ASUS-features .section__10 .wd__feature__list {
  transform: translate(317px, 0);
}
#ASUS-features .section__10 .modal-button-container{
  margin-top: 120px;
}
#ASUS-features .section__9-2 {
  background-color: #1f1f1f;
  height: auto;
  color: #fff;
}
/*#ASUS-features .section__9-2:before {
  position: absolute;
  display: block;
  content: " ";
  z-index: 1;
  top: 0;
  left: 50%;
  margin: 0 0 0 -1112px;
  width: 2560px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/large/1x/slickBgTop.png');
}
#ASUS-features .section__9-2:after {
  position: absolute;
  display: block;
  content: " ";
  z-index: 1;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -1112px;
  width: 2560px;
  height: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/large/1x/slickBgBottom.png');
}*/
#ASUS-features .section__9-2 {
  margin-top: -120px;
}
#ASUS-features .section__9-2 .audioBarFrame {
  width: 1112px;
  margin: 0 auto;
  padding: 80px 0;
  display: -ms-grid;
  display: grid;
  /*-ms-grid-columns: 390px 750px;*/
  /*grid-template-columns: 390px 750px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ASUS-features .section__9-2 .audioBarFrame .audioIcon {
  position: relative;
  width: 192px;
  height: 241px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px;
}  
#ASUS-features .section__9-2 .audioBarFrame .audioTextFrame {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 320px);
          flex: 0 0 calc(100% - 320px);
  flex-basis: calc(100% - 320px);
  max-width: calc(100% - 320px);
  box-sizing: border-box;
  padding-left: 57px;
  padding-right: 0;
}
#ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlPlayBtn {
  position: absolute;
  z-index: 10;
  width: 174px;
  height: 174px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-image: url('../images/large/1x/play.png');
  cursor: pointer;
}
#ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlPlayBtn.active {
  background-image: url('../images/large/1x/pause.png');
}

#ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlOnBtn {
  position: absolute;
  z-index: 0;
  width: 148px;
  height: 42px;
  top: 199px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-image: url('../images/large/1x/on.png');
  cursor: pointer;
}
#ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlOnBtn.active {
  background-image: url('../images/large/1x/off.png');
}

#ASUS-features .section__9-2 .audioTextFrame .content-title {
  color: #FF9E1B;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__10 .img__10__keyboard {
    background-image: url('../images/large/bg_keyboard@2x.jpg');
  }
/*  #ASUS-features .section__9-2:before {
    background-image: url('../images/large/2x/slickBgTop.png');
  }
  #ASUS-features .section__9-2:after {
    background-image: url('../images/large/2x/slickBgBottom.png');
  }*/
  #ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlPlayBtn {
    background-image: url('../images/large/2x/play.png');
  }
  #ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlPlayBtn.active {
    background-image: url('../images/large/2x/pause.png');
  }
  #ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlOnBtn {
    background-image: url('../images/large/2x/on.png');
  }
  #ASUS-features .section__9-2 .audioBarFrame .audioIcon .controlOnBtn.active {
    background-image: url('../images/large/2x/off.png');
  }
}

#ASUS-features .section__11 {
  height: 1365px;
}
#ASUS-features .section__11 .img__11__connectivity {
  position: relative;
  background-image: url("../images/large/bg_connectivity.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 1365px;
}
#ASUS-features .section__11 .img__11__connectivity__mobile {
  display: none;
}

#ASUS-features .section__11 .wd-content{
  max-width: 720px;
  margin-top: calc(-1365px + 940px);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__11 .img__11__connectivity {
    background-image: url("../images/large/bg_connectivity@2x.jpg");
  }
}
#ASUS-features .section__12 {
  height: 1280px;
}
#ASUS-features .section__12 .img__12__software {
  position: relative;
  background-image: url("../images/large/bg_software.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 1280px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__12 .img__12__software {
    background-image: url("../images/large/bg_software@2x.jpg");
  }
}
#ASUS-features .section__12 .wd-content {
  margin: 0 auto;
  margin-top: calc(-1280px + 160px);
  position: relative;
}
#ASUS-features .section__12__belt {
  background-color: #1f1f1f;
}
#ASUS-features .section__12__belt > div {
  width: 1112px;
  margin-left: auto;
  margin-right: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ASUS-features .section__12__belt .software__img__frame {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 514px;
          flex: 0 0 514px;
  max-width: 514px;
}
#ASUS-features .section__12__belt .software__img__frame .software__img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 100%;
  padding-bottom: 290px;
}
#ASUS-features .section__12__belt .software__img__frame .software__img {
  background-image: url("../images/large/xbox.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__12__belt .software__img__frame .software__img {
    background-image: url("../images/large/xbox@2x.jpg");
  }
}
#ASUS-features .section__12__belt .softWord__word__frame {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 514px);
          flex: 0 0 calc(100% - 514px);
  flex-basis: calc(100% - 514px);
  max-width: calc(100% - 514px);
  box-sizing: border-box;
  padding-left: 57px;
}
#ASUS-features .section__12__belt .softWord__word__frame .software__title {
  font-size: 26px;
  line-height: 120%;
  /*font-weight: bold;*/
  letter-spacing: 0.04em;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'DIN-Condensed', 'Microsoft JhengHei', 'sans-serif';
  color: #FF9E1B;
  width: 100%;
}
#ASUS-features .section__12__belt .softWord__word__frame .softWord__content {
  color: #fff;
  margin-top: 12px;
  font-size: 16px;
  line-height: 150%;
  font-family: 'MyriadPro', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  width: 100%;
}
#ASUS-features .section__12__belt .softWord__word__frame .content-comment {
  margin-top: 13px;
  line-height: 130%;
  font-size: 16px;
  color: #999;
  font-family: 'MyriadPro', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  width: 100%;
}
#ASUS-features .section__13 {
  height: 1355px;
}
#ASUS-features .section__13 .wd-content {
  margin-top: calc(-1355px + 180px);
}
#ASUS-features .section__13 .img__13__bundles {
  position: relative;
  background-image: url("../images/large/bg_bundle.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 1355px;
}
#ASUS-features .section__13 .img__13__bundles__mobile {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__13 .img__13__bundles {
    background-image: url("../images/large/bg_bundle@2x.jpg");
  }
}
#ASUS-features .section__13 .img__13__bundles .area-click ,
#ASUS-features .section__13 .img__13__bundles__mobile .area-click {
  position: relative;
  width: 100%;
  height: 100%;
}
#ASUS-features .section__13 .img__13__bundles .area-click .click__circle ,
#ASUS-features .section__13 .img__13__bundles__mobile .area-click .click__circle {
  z-index: 999 !important;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.876);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  background-image: url('../images/ic_open-modal.png');
  transition: opacity .5s ease;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .section__13 .img__13__bundles .area-click .click__circle ,
  #ASUS-features .section__13 .img__13__bundles__mobile .area-click .click__circle {
    background-image: url('../images/ic_open-modal@2x.png');
  }
}
#ASUS-features .section__13 .img__13__bundles .area-click .click__circle:hover{
  opacity: .8;
}

#ASUS-features .section__13 .img__13__bundles .area-click .click__circle .circle_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out, opacity .5s;
  animation: scale 1s ease-out infinite;
  display: none;
}
#ASUS-features .section__13 .img__13__bundles .area-click .click__circle.circle-1 {
  transform: translate3d(1582px, 1103px, 0);
}
#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(1216px, 653px, 0);
}
#ASUS-features .section__13 .img__13__bundles .area-click .click__circle.circle-2 .circle_center {
  animation-delay: 0.5s;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
  width: 1366px;
  margin-left: -683px;
  background-image: url("../images/large/lm_performance-1.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
    background-image: url("../images/large/lm_performance-1@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content {
  transform: translate3d(335px, 140px, 0);
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content .content-info {
  width: 550px;
  padding-bottom: 284px;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
  width: 1366px;
  margin-left: -683px;
  background-image: url("../images/large/lm_performance-2.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
    background-image: url("../images/large/lm_performance-2@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content {
  transform: translate3d(-328px, 152px, 0);
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content .content-info {
  width: 550px;
  padding-bottom: 309px;
}

@-webkit-keyframes secDrop2_ani1 {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes secDrop2_ani1 {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes secDrop2_ani2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes secDrop2_ani2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes secDrop2_ani3 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes secDrop2_ani3 {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-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; }
  100% {
    -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; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; } }
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr {
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-image: url("../images/large/lm_performance-3.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr {
    background-image: url("../images/large/lm_performance-3@2x.jpg");
  }
}

#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__img__1-2 {
  margin-left: 0;
  width: 250px;
  height: 193px;
  background-image: url("../images/large/lm_performance-3-1.jpg"); 
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__img__1-2 {
    background-image: url("../images/large/lm_performance-3-1@2x.jpg"); 
  } 
}

#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__img__1-1 {
  margin-top: -193px;
  margin-left: 0;
  width: 254px;
  height: 190px;
  background-image: url("../images/large/lm_performance-3-2.jpg"); 
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__img__1-1 {
    background-image: url("../images/large/lm_performance-3-2@2x.jpg"); 
  } 
}

#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .unziping {
  position: relative;
  left: 76px;
  top: 93px;
  color: #FF9E1B;
  font-family: 'DIN-Condensed', 'MyriadPro', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
  font-size: 20px; 
  font-weight: bold;
  letter-spacing: 0.02em;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .unziping .textAni {
  display: inline-block;
  background: #FF9E1B;
  width: 3px;
  height: 3px; 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .unziping .textAni1 {
  -webkit-animation-name: secDrop2_ani1;
  animation-name: secDrop2_ani1;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-iteration-count: 5;
  animation-iteration-count: 5;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .unziping .textAni2 {
  -webkit-animation-name: secDrop2_ani2;
  animation-name: secDrop2_ani2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .unziping .textAni3 {
  -webkit-animation-name: secDrop2_ani3;
  animation-name: secDrop2_ani3;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__1 {
  width: 261px;
  position: absolute;
  left: 80px;
  top: 170px; 
}

#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__1 .ddr__img__1-1.animated {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: secDrop2_ani5;
  animation-name: secDrop2_ani5;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__1 .ddr__img__1-2 {
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 2s; 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__1 .ddr__img__1-2.animated {
  opacity: 1; 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__2 {
  width: 261px;
  position: absolute;
  left: 436px;
  top: 170px; 
}

#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__2 .ddr__img__2-1 {
  margin-left: 0;
  width: 254px;
  height: 190px;
  background-image: url("../images/large/lm_performance-3-2.jpg"); 
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__2 .ddr__img__2-1 {
    background-image: url("../images/large/lm_performance-3-2@2x.jpg"); 
  } 
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content {
  transform: translate3d(335px, 180px, 0);
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content .content-info {
  width: 550px;
  /*padding-bottom: 365px;*/
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content .content-comment {
  width: 550px;
  padding-bottom: 313px;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
  width: 1366px;
  margin-left: -683px;
  background-image: url("../images/large/lm_performance-4.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
    background-image: url("../images/large/lm_performance-4@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content {
  transform: translate3d(-328px, 166px, 0);
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-info {
  width: 550px;
  padding-bottom: 337px;
}
#ASUS-features .inner-view .modal-cut9 .section__inner9-1 {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 250px;
}
#ASUS-features .inner-view .modal-cut9 .section__inner9-1 .img__noise {
  position: relative;
  width: 1346px;
  height: 530px;
  /*margin-left: -683px;*/
  margin-left: auto;
  margin-right: auto;
  left: auto;

  background-size: cover;
  overflow: hidden;
  background-size: 1346px;
  background-position-y: top;
  background-color: #000;
  z-index: 1;
  background-image: url("../images/large/lm_audio.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .img__noise {
    background-image: url("../images/large/lm_audio@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content {
  width: 1366px;
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
  margin-top: 0px;
  background-color: #000;
  padding: 10px 0;
  max-width: 100%;
}
#ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content .content-title {
  width: 550px;
  padding-top: 30px;
}
#ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content .content-info {
  width: 550px;
  margin-bottom: 30px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
  position: relative;
  width: 1346px;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
  left: auto;
  background-size: cover;
  overflow: hidden;
  background-size: 1346px;
  background-position-y: top;
  background-color: #000;
  z-index: 1;
  background-image: url("../images/large/lm_display-1.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
    background-image: url("../images/large/lm_display-1@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content {
  width: 1366px;
  transform: translate3d(0, 0, 0);
  margin: 0 auto;
  margin-top: 0px;
  background-color: #000;
  padding: 10px 0;
  max-width: 100%;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-title {
  width: 550px;
  padding-top: 30px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-info {
  width: 550px;
  padding-bottom: 60px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_display-2.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
    background-image: url("../images/large/lm_display-2@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content {
  transform: translate3d(-335px, 177px, 0);
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-info {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-comment {
  width: 550px;
  padding-bottom: 359px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive {
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  background-image: url("../images/large/lm_display-3.jpg");
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-3 .adaptiveVideo {
  position: absolute;
  left: 160px;
  top: 82px;
  width: 425px;
  height: 239px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive {
    background-image: url("../images/large/lm_display-3@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content {
  transform: translate3d(357px, 152px, 0);
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content .content-info {
  width: 550px;
  padding-bottom: 309px;
}
#ASUS-features .inner-view .modal-cut6 {
  padding-bottom: 196px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_cooling-1.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
    background-image: url("../images/large/lm_cooling-1@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content {
  position: relative;
  left: 0;
  transform: translate3d(335px, 166px, 0);
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-info {
  width: 550px;
  padding-bottom: 338px;
}
/*#ASUS-features .inner-view .modal-cut6 .section__inner6-2 {
  height: auto;
}*/
#ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_cooling-2.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
    background-image: url("../images/large/lm_cooling-2@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content {
  position: relative;
  transform: translate3d(-328px, 166px, 0);
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-info {
  width: 550px;
  padding-bottom: 337px;
}
/*#ASUS-features .inner-view .modal-cut6 .section__inner6-3 {
  height: auto;
}*/
#ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_cooling-3.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
    background-image: url("../images/large/lm_cooling-3@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content {
  position: relative;
  transform: translate3d(335px, 180px, 0);
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-info {
  width: 550px;
  padding-bottom: 365px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_cooling-4.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
    background-image: url("../images/large/lm_cooling-4@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content {
  position: relative;
  transform: translate3d(-323px, 140px, 0);
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-title {
  width: 560px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-info {
  width: 560px;
  padding-bottom: 284px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_cooling-5.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
    background-image: url("../images/large/lm_cooling-5@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content {
  position: relative;
  transform: translate3d(335px, 138px, 0);
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-title {
  width: 540px;
}
#ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-info {
  width: 540px;
  padding-bottom: 281px;
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 {
  /*margin-top: 70px;*/
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_productivity-1.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 {
    background-image: url("../images/large/lm_productivity-1@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content {
  position: relative;
  transform: translate3d(335px, 152px, 0);
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content .content-info {
  width: 550px;
  padding-bottom: 309px;
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory {
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_productivity-2.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory {
    background-image: url("../images/large/lm_productivity-2@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content {
  position: relative;
  transform: translate3d(-323px, 149px, 0);
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-title {
  width: 560px;
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-info {
  width: 560px;
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-comment {
  width: 560px;
  padding-bottom: 303px;
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 {
  position: relative;
  width: 1366px;
  margin-left: -683px;
  left: 50%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_productivity-3.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 {
    background-image: url("../images/large/lm_productivity-3@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content {
  position: relative;
  transform: translate3d(335px, 166px, 0);
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content .content-info {
  width: 550px;
  padding-bottom: 337px;
}
#ASUS-features .inner-view .modal-cut10 .section__inner10-1 .img__keyboard {
  position: relative;
  width: 1366px;
  /*margin-top: 70px;*/
  margin-left: -683px;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
  background-image: url("../images/large/lm_keyboard.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .img__keyboard {
    background-image: url("../images/large/lm_keyboard@2x.jpg");
  }
}
#ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content {
  position: relative;
  transform: translate3d(-328px, 180px, 0);
}
#ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content .content-title {
  width: 550px;
}
#ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content .content-info {
  width: 550px;
  padding-bottom: 365px;
}
#ASUS-features .pop-view {
/*  position: absolute;
  width: 2560px;
  height: 1750px;
  bottom: -120px;*/
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 300ms ease-in;
  z-index: 9999;
  cursor: pointer;
  left: 50%;
  display: none;
  transform: translateX(-50%) translateY(0px);
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
}
#ASUS-features .pop-view.outerHide {
  opacity: 0;
}
#ASUS-features .pop-view .pop-inner {
  width: 900px;
  /*height: 800px;*/
  margin: 0 auto;
  background-color: #121212;
  margin: 5vh auto;
  /*border: 1px solid #333;*/
  position: relative;
  /*top: 50%;*/

  /*transform: translate3d(0, -50%, 0);*/
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#ASUS-features .pop-view .pop-inner .closeBtn {
  position: absolute;
  right: 24px;
  top: 24px;
  z-index: 999;
  width: 30px;
  height: 30px;
  background-image: url("../images/ic_close.png");
  background-size: 17px;
  background-position: center center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity .3s ease-in;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .closeBtn {
    background-image: url("../images/ic_close@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .closeBtn:hover {
  opacity: 0.7;
}
#ASUS-features .pop-view .pop-inner .slickPop {
  position: relative;
  max-width: 1022px;
  z-index: 100;
  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 .pop-inner .slickPop .slick-list {
  margin: 0 auto;
  width: 620px;
  height: 620px;
}
#ASUS-features .pop-view .pop-inner .slickPop .slick-list .slick-track .slick-slide {
  height: 620px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  cursor: auto;
}
#ASUS-features .pop-view .pop-inner .slickPop .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg {
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__1, #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2, #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3, #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2, #ASUS-features .pop-view .pop-inner .slickPop.slickPop__5, #ASUS-features .pop-view .pop-inner .slickPop.slickPop__6 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .slickPop .slickImg {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__1 {
  background-image: url("../images/large/lm_bundle-1-1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__1 {
    background-image: url("../images/large/lm_bundle-1-1@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__2 {
  background-image: url("../images/large/lm_bundle-1-2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__2 {
    background-image: url("../images/large/lm_bundle-1-2@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__3 {
  background-image: url("../images/large/lm_bundle-1-3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__3 {
    background-image: url("../images/large/lm_bundle-1-3@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__4 {
  background-image: url("../images/large/lm_bundle-1-4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__4 {
    background-image: url("../images/large/lm_bundle-1-4@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
  background-image: url("../images/large/lm_bundle-2-1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
    background-image: url("../images/large/lm_bundle-2-1@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
  background-image: url("../images/large/lm_bundle-2-2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
    background-image: url("../images/large/lm_bundle-2-2@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
  background-image: url("../images/large/lm_bundle-2-3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
    background-image: url("../images/large/lm_bundle-2-3@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__4 {
  background-image: url("../images/large/lm_bundle-2-4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__4 {
    background-image: url("../images/large/lm_bundle-2-4@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav {
  z-index: 999;
  text-align: center;
  padding-bottom: 50px;
}
#ASUS-features .pop-view .pop-inner .popNav .dot {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 25px;
  width: 100px;
  height: 100px;
  -webkit-transition: border 300ms;
  transition: border 300ms;
  border-radius: 2px;
  border: 1px solid transparent;
}
#ASUS-features .pop-view .pop-inner .popNav .dot.active{
  background-image: url('../images/bg_lm_bundle.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#ASUS-features .pop-view .pop-inner .popNav .dot .img {
  width: 96px;
  height: 96px;
  padding-top: 2px;
  padding-left: 2px;
  background-size: contain;
}

#ASUS-features .pop-view .pop-inner .popNav.popNav__1 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__1 .img__1 {
  background-image: url("../images/large/lm_bundle-2-1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__1 .img__1 {
    background-image: url("../images/large/lm_bundle-2-1@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__2 .img__2 {
  background-image: url("../images/large/lm_bundle-2-2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__2 .img__2 {
    background-image: url("../images/large/lm_bundle-2-2@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__3 .img__3 {
  background-image: url("../images/large/lm_bundle-2-3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__3 .img__3 {
    background-image: url("../images/large/lm_bundle-2-3@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__4 .img__4 {
  background-image: url("../images/large/lm_bundle-2-4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__4 .img__4 {
    background-image: url("../images/large/lm_bundle-2-4@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__2 {
  display: none;
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__1 .img__1 {
  background-image: url("../images/large/lm_bundle-1-1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__1 .img__1 {
    background-image: url("../images/large/lm_bundle-1-1@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__2 .img__2 {
  background-image: url("../images/large/lm_bundle-1-2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__2 .img__2 {
    background-image: url("../images/large/lm_bundle-1-2@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__3 .img__3 {
  background-image: url("../images/large/lm_bundle-1-3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__3 .img__3 {
    background-image: url("../images/large/lm_bundle-1-3@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__4 .img__4 {
  background-image: url("../images/large/lm_bundle-1-4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__4 .img__4 {
    background-image: url("../images/large/lm_bundle-1-4@2x.png");
  }
}
#ASUS-features .pop-view .pop-inner .slick-prev:before,
#ASUS-features .pop-view .pop-inner .slick-next:before{
  display: none;
}
#ASUS-features .pop-view .pop-inner .slick-prev,
#ASUS-features .pop-view .pop-inner .slick-next{
  z-index: 999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/ic_arrow-orange.svg');
  transition: background-color .3s ease;
}
#ASUS-features .pop-view .pop-inner .slick-prev:hover,
#ASUS-features .pop-view .pop-inner .slick-next:hover{
  background-color: #ff9E1B;
  background-image: url('../images/ic_arrow-orange-hover.svg');

}
#ASUS-features .pop-view .pop-inner .slick-prev {
  left: 50px;
  -webkit-transform: translate3d(0, -60%, 0);
  -ms-transform: translate3d(0, -60%, 0);
  transform: translate3d(0, -60%, 0);
}
#ASUS-features .pop-view .pop-inner .slick-next {
  right: 50px;
  -webkit-transform: translate3d(0, -60%, 0) rotate(180deg);
  -ms-transform: translate3d(0, -60%, 0) rotate(180deg);
  transform: translate3d(0, -60%, 0) rotate(180deg);
}
#ASUS-features .pop-view .pop-inner .slick-dots {
  bottom: 0;
}
#ASUS-features .pop-view .pop-inner .slick-dots li {
  width: auto;
  height: auto;
  vertical-align: top;
}
#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 .content-info, #ASUS-features .section__base .wd-content.text-animate .content-comment, #ASUS-features .section__base .wd-content.text-animate .wd__feature__list, #ASUS-features .section__base .wd-content.text-animate .icon {
  opacity: 0;
}
#ASUS-features .section__base .wd-content.text-animate.text-showed .content-slogan {
  transition: transform 300ms 100ms ease, opacity 300ms 100ms ease;
  opacity: 1;
}
#ASUS-features .section__base .wd-content.text-animate.text-showed .content-title {
  transition: transform 300ms 250ms ease, opacity 300ms 250ms ease;
  opacity: 1;
}
#ASUS-features .section__base .wd-content.text-animate.text-showed .content-info {
  transition: transform 300ms 350ms ease, opacity 300ms 350ms ease;
  opacity: 1;
}
#ASUS-features .section__base .wd-content.text-animate.text-showed .content-comment {
  transition: transform 400ms 400ms ease, opacity 400ms 400ms ease;
  opacity: 1;
}
#ASUS-features .section__base .wd-content.text-animate.text-showed .wd__feature__list {
  transition: transform 700ms 700ms ease, opacity 400ms 700ms ease;
  opacity: 1;
}
#ASUS-features .section__base .wd-content.text-animate.text-showed .icon {
  transition: transform 400ms 700ms ease, opacity 400ms 700ms ease;
  opacity: 1;
}

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__base .wd-content {
    width: 100%;
  }
  #ASUS-features .section__base .wd-content.medium-text-center {
    text-align: center;
  }
  #ASUS-features .section__base .modal-button-container {
    margin-top: 21px;
  }
  #ASUS-features .section__base .wd-content .content-slogan.content-slogan__kv {
    font-size: 38px;
  }
  #ASUS-features .section__base .wd-content .content-slogan {
    font-size: 16px;
  }
  #ASUS-features .section__base .wd__feature__list {
    width: 750px;
  }
  #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data figure.img .img-icon {
    left: 0%;
    margin-bottom: 14px;
    width: 192px;
    height: 104px;
  }
  #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__describe {
    font-size: 12px;
    margin-top: 4px;
  }
  #ASUS-features .inner-view {
    transition: transform 500ms ease;
    transform: translate3d(0, 104vh, 0);
    background-color: #121212;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #ASUS-features .inner-view .img{
    background-color: #000;
  }
  #ASUS-features .inner-view.fadeShow {
    opacity: 1;
  }
  #ASUS-features .inner-view.fadeOut {
    opacity: 0;
    transition: opacity 500ms ease;
  }
  #ASUS-features .inner-view.inner-scroll {
    overflow-y: scroll;
    transition: all 500ms ease-in-out;
  }
  #ASUS-features .inner-view.js-opened {
    transform: translate3d(0, 0, 0);
    transition: transform 500ms 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;
    padding-bottom: 180px;
  }
  #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 500ms ease-in-out;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal.inner-modal-hidden {
    opacity: 0;
    transition: opacity 300ms ease-out;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
    padding-top: 30px;
  }
  #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;
  }
  #ASUS-features .inner-view .wd-content.fadeShow {
    transition: opacity 300ms ease-in-out;
  }
  #ASUS-features .inner-view .wd-content.medium-text-center {
    text-align: center;
  }
  #ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature {
    margin-right: 13px;
  }
}

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__kv {
    padding-bottom: 80px;
  }
  #ASUS-features .section__kv .img__kv ,
  #ASUS-features .section__kv .img__nb {
    width: 1279px;
    height: 955px;
    margin-left: -639.5px;
    background-size: 1279px;
  }
  #ASUS-features .section__kv .img__kv {
    background-image: url("../images/medium/bg_kv.jpg");
  }
  #ASUS-features .section__kv .img__nb {
    background-image: url("../images/medium/g_kv.png");
  }
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/medium/logo.png");
    width: 654px;
    height: 65px;
    background-size: 654px;
  }
  #ASUS-features .section__kv .wd-content {
    max-width: 732px;
  }
  #ASUS-features .section__kv .wd-content .content-slogan__kv {
    max-width: 100%;
    width: 100%;
  }
  #ASUS-features .section__kv .wd-content .content-info {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__nb {
    background-image: url("../images/medium/g_kv@2x.png");
  }
  #ASUS-features .section__kv .img__kv {
    background-image: url("../images/medium/bg_kv@2x.jpg");
  }
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/medium/logo@2x.png");
  }
}

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__3__infowrap {
    padding-bottom: 0;
    background-size: 1279px;
    background-image: url('../images/medium/bg_design.jpg');
  }
  #ASUS-features .figure-wrap__design-parts {
    margin-top: 7px;
  }
  #ASUS-features .img__design-part {
    margin: 0 auto 80px;
    width: 732px;
    background-size: 732px;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
  }
  #ASUS-features .img__design-part .wd-content {
    margin-top: 420px;
    padding-top: 50px;
  }
  #ASUS-features .img__design-part__1 {
    background-image: url('../images/medium/g_design-1.png');
  }
  #ASUS-features .img__design-part__2 {
    background-image: url('../images/medium/g_design-2.png');
  }
  #ASUS-features .img__design-part__3 {
    background-image: url('../images/medium/g_design-3.png');
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__3__infowrap {
    background-image: url('../images/medium/bg_design@2x.jpg');
  }
  #ASUS-features .img__design-part__1 {
    background-image: url('../images/medium/g_design-1@2x.png');
  }
  #ASUS-features .img__design-part__2 {
    background-image: url('../images/medium/g_design-2@2x.png');
  }
  #ASUS-features .img__design-part__3 {
    background-image: url('../images/medium/g_design-3@2x.png');
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__4__slick:after {
    position: absolute;
    display: block;
    content: ' ';
    z-index: 1;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1280px;
    width: 2560px;
    height: 645px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ASUS-features .section__4__slick .slick {
    position: relative;
    /*max-width: 641px;*/
    max-width: 680px;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .section__4__slick .slickImgFrame {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #ASUS-features .section__4__slick .slickNvidiaTitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #ASUS-features .section__4__slick .slickNvidiaDec {
    font-family: "MyriadPro", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
  }
  #ASUS-features .section__4__slick .slick-prev {
    top: 50%;
    transform: translate3d(-40%, -50%, 0) scale(0.7);
  }
  #ASUS-features .section__4__slick .slick-next {
    top: 50%;
    transform: translate3d(40%, -50%, 0) rotate(180deg) scale(0.7);
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__4 {
    min-height: 1274px;
    padding-bottom: 0;
  }
  #ASUS-features .section__4 .wd-content {
    margin-top: calc(-1274px + 601px);
  }
  #ASUS-features .section__4 .section__4__videoFrame .video{
    top: 92.9px;
    width: 576px;
  }
  #ASUS-features .section__4 .img__04__performance {
    width: 1279px;
    background-size: 1279px;
    margin-left: -639.5px;
    height: 1274px;
    background-image: url('../images/medium/bg_performance.jpg');
  }
  #ASUS-features .section__4 .img__04__nb {
    width: 1279px;
    height: 1274px;
    background-size: 1279px;
    background-image: url('../images/medium/g_performance.png');
  }
  #ASUS-features .section__5 {
    min-height: 1149px;
  }
  #ASUS-features .section__5 .img__display {
    width: 1279px;
    margin-left: -639.5px;
    height: 1149px;
    background-size: 1149px;
    background-image: url("../images/medium/bg_display.jpg");
  }
  #ASUS-features .section__5 .wd-content{
    margin-top: calc( -1149px + 645px);
  }
  #ASUS-features .section__5 .modal-button-container {
    margin-top: 35px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__4 .img__04__performance {
    background-image: url('../images/medium/bg_performance@2x.jpg');
  }
  #ASUS-features .section__4 .img__04__nb {
    background-image: url('../images/medium/g_performance@2x.png');
  }
  #ASUS-features .section__5 .img__display {
    background-image: url("../images/medium/bg_display@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__6 {
    min-height: 981px;
  }
  #ASUS-features .section__6 .wd-content {
    width: 100%;
    text-align: left;
    margin-top: calc(-981px + 80px);
  }
  #ASUS-features .section__6 .figure-wrap__06 {
    width: 1279px;
    height: 981px;
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__air0 {
    background-image: url("../images/medium/an_cooling-0.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni1 {
    background-image: url("../images/medium/an_cooling-1.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni2 {
    background-image: url("../images/medium/an_cooling-2.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni3 {
    background-image: url("../images/medium/an_cooling-3.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni4 {
    background-image: url("../images/medium/an_cooling-4.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni5 {
    background-image: url("../images/medium/an_cooling-5.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni6 {
    background-image: url("../images/medium/an_cooling-6.jpg");
  }
  #ASUS-features .section__6 .wd__feature__list {
    width: 100%;
    max-width: 760px;
  }
  #ASUS-features .section__6 .modal-button-container {
    margin-top: 280px;
  }
  #ASUS-features .section__7 {
    height: 1032px;
  }
  #ASUS-features .section__7 .wd-content {
    margin-top: calc(-1032px + 707px);
  }
  #ASUS-features .section__7 .img__07__desktop {
    width: 1279px;
    height: 1032px;
  }
  #ASUS-features .section__7 .img__07__upgradeability {
    background-image: url("../images/medium/bg_upgradability.jpg");
    margin-left: -639.5px;
  }
  #ASUS-features .section__7 .img__07__nb{
    background-image: url("../images/medium/g_upgradability.png");
  }
  #ASUS-features .section__7 .img__07__nbline{
    background-image: url("../images/medium/g_upgradability-2.png");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .figure-wrap__06 .img__air0 {
    background-image: url("../images/medium/an_cooling-0@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni1 {
    background-image: url("../images/medium/an_cooling-1@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni2 {
    background-image: url("../images/medium/an_cooling-2@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni3 {
    background-image: url("../images/medium/an_cooling-3@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni4 {
    background-image: url("../images/medium/an_cooling-4@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni5 {
    background-image: url("../images/medium/an_cooling-5@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni6 {
    background-image: url("../images/medium/an_cooling-6@2x.jpg");
  }
  #ASUS-features .section__7 .img__07__upgradeability {
    background-image: url("../images/medium/bg_upgradability@2x.jpg");
  }
  #ASUS-features .section__7 .img__07__nb{
    background-image: url("../images/medium/g_upgradability@2x.png");
  }
  #ASUS-features .section__7 .img__07__nbline{
    background-image: url("../images/medium/g_upgradability-2@2x.png");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__8 {
    padding-bottom: 80px;
  }
  #ASUS-features .section__8 .wd-content-wrap {
    margin-top: calc(-1474px + 710px);
  }
  #ASUS-features .section__8 .figure-wrap__08 {
    width: 1279px;
    height: 1474px ;
  }
  #ASUS-features .section__8 .figure-wrap__08 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #ASUS-features .section__8 .img__08__durability__1 {
    background-image: url("../images/medium/an_durability-1.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__2 {
    background-image: url("../images/medium/an_durability-2.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__3 {
    background-image: url("../images/medium/an_durability-3.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__4 {
    background-image: url("../images/medium/an_durability-4.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__5 {
    background-image: url("../images/medium/an_durability-5.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__nb {
    background-image: url("../images/medium/g_durability.png");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__8 .img__08__durability__1 {
    background-image: url("../images/medium/an_durability-1@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__2 {
    background-image: url("../images/medium/an_durability-2@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__3 {
    background-image: url("../images/medium/an_durability-3@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__4 {
    background-image: url("../images/medium/an_durability-4@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__5 {
    background-image: url("../images/medium/an_durability-5@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__nb {
    background-image: url("../images/medium/g_durability@2x.png");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  .sound-wave-wrap {
    top: 157px;
    height: 411px;
  }
  .sound-wave-wrap span {
    width: 3px;
  }
  #ASUS-features .section__9 {
    min-height: 1246px;
  }
  #ASUS-features .section__9 .figure-wrap__09 {
    width: 1279px;
    height: 1246px;
  }
  #ASUS-features .section__9 .img__09__audio {
    background-image: url("../images/medium/bg_audio.jpg");
  }
  #ASUS-features .section__9 .img__09__nb {
    background-image: url("../images/medium/g_audio.png");
  }
  #ASUS-features .section__9 .wd-content {
    margin-top: calc(-1246px + 700px);
  }
  #ASUS-features .section__9 .wd__feature__list .wd__feature.feature-3 .wd__feature__data .img__ess__logo {
    width: 101px;
    height: 35px;
    top: -13px;
    left: 11px;
  }
  #ASUS-features .section__15 {
    min-height: 1374px;
  }
  #ASUS-features .section__15 .wd-content {
    margin-top: calc(-1374px + 77px);
  }
  #ASUS-features .section__15 .wd__feature__list {
    width: 600px;
  }
  #ASUS-features .section__15 .modal-button-container{
    margin-top: 470px;
  }
  #ASUS-features .section__15 .img__15__productivity {
    background-image: url("../images/medium/bg_productivity.jpg");
    width: 1279px;
    margin-left: -639.5px;
    height: 1374px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__9 .img__09__audio {
    background-image: url("../images/medium/bg_audio@2x.jpg");
  }
  #ASUS-features .section__15 .img__15__productivity {
    background-image: url("../images/medium/bg_productivity@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__10 {
    height: auto;
    padding-top: 80px;
  }
  #ASUS-features .section__10 .img__10__keyboard__tablet {
    display: block;
    position: relative;
    width: 1279px;
    margin-left: -639.5px;
    height: 1154px;
    background-image: url('../images/medium/bg_keyboard.jpg');
    margin-top: -495px;
  }
  #ASUS-features .section__10 .img__10__keyboard {
    display: none;
  }
  #ASUS-features .section__10 .wd-content {
    max-width: 500px;
    margin-top: 0;
  }
  #ASUS-features .section__10 .wd__feature__list {
    width: 500px;
    text-align: center;
    left: 0;
  }
  #ASUS-features .section__10 .wd-content,
  #ASUS-features .section__10 .wd__feature__list {
    transform: translate(0);
  }
  #ASUS-features .section__10 .modal-button-container{
    margin-top: 0px;
    position: relative;
    top: -110px;
  }
  #ASUS-features .section__9-2 .audioBarFrame {
    max-width: 700px;
  }
  #ASUS-features .section__9-2 .audioBarFrame .audioIcon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
  }  
  #ASUS-features .section__9-2 .audioBarFrame .audioTextFrame {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 250px);
            flex: 0 0 calc(100% - 250px);
    flex-basis: calc(100% - 250px);
    max-width: calc(100% - 250px);
    box-sizing: border-box;
    padding-left: 57px;
    padding-right: 0;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__10 .img__10__keyboard__tablet {
    background-image: url('../images/medium/bg_keyboard@2x.jpg');
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__11 {
    height: 1133px;
  }
  #ASUS-features .section__11 .img__11__connectivity {
    position: relative;
    background-image: url("../images/medium/bg_connectivity.jpg");
    width: 1279px;
    margin-left: -639.5px;
    height: 1133px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__11 .img__11__connectivity {
    background-image: url("../images/medium/bg_connectivity@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__11 .wd-content {
    margin-top: calc(-1133px + 796px);
  }
  #ASUS-features .section__12 {
    height: 891px;
  }
  #ASUS-features .section__12 .img__12__software {
    background-image: url("../images/medium/bg_software.jpg");
    width: 1279px;
    margin-left: -639.5px;
    height: 891px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__12 .img__12__software {
    background-image: url("../images/medium/bg_software@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__12 .wd-content {
    margin-top: calc(-891px + 80px);
  }
  #ASUS-features .section__12__belt > div {
    width: 514px;
    display: block;
    padding: 80px 0;
  }
  #ASUS-features .section__12__belt .software__img__frame {
    max-width: 100%;
    width: 100%;
  }
  #ASUS-features .section__12__belt .softWord__word__frame {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
    text-align: center;
  }
  #ASUS-features .section__13 {
    height: 1052px;
  }
  #ASUS-features .section__13 .wd-content {
    margin-top: calc(-1052px + 80px);
  }
  #ASUS-features .section__13 .img__13__bundles {
    position: relative;
    background-image: url("../images/medium/bg_bundle.jpg");
    width: 1279px;
    margin-left: -639.5px;
    height: 1052px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .section__13 .img__13__bundles {
    background-image: url("../images/medium/bg_bundle@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__13 .img__13__bundles .area-click .click__circle.circle-1 {
    transform: translate3d(880px, 841px, 0);
  }
  #ASUS-features .section__13 .img__13__bundles .area-click .click__circle.circle-2 {
    transform: translate3d(580px, 492px, 0);
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    overflow: hidden;
    background-position-y: top;
    background-image: url("../images/medium/lm_performance-1.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
    background-image: url("../images/medium/lm_performance-1@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut4 .content-title {
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content {
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content .content-info {
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    overflow: hidden;
    background-position-y: top;
    background-image: url("../images/medium/lm_performance-2.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
    background-image: url("../images/medium/lm_performance-2@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content {
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content .content-info {
    padding-bottom: 80px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr {
    width: 732px;
    margin-left: -366px;
    overflow: hidden;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_performance-3.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr {
    background-image: url("../images/medium/lm_performance-3@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__1 {
    left: 70px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__2 {
    left: 426px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content {
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content .content-comment {
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
    width: 732px;
    margin-left: -366px;
    left: 50%;
    overflow: hidden;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_performance-4.jpg");
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-info {
    width: 620px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
    background-image: url("../images/medium/lm_performance-4@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content {
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content{
    max-width: 731px;
    padding: 0;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .img__noise {
    margin-top: 0px;
    position: relative;
    width: 732px;
    height: 289px;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 762px;
    background-position-y: top;
    z-index: 1;
    background-image: url("../images/large/lm_audio.jpg");
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content{
    max-width: 732px;
    padding: 0;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
    width: 732px;
    height: 289px;
    margin-left: -366px;
    left: 50%;
    background-size: 762px;
    background-image: url("../images/medium/lm_display-1.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
    background-image: url("../images/medium/lm_display-1@2x.jpg");
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .img__armedAmd {
    background-image: url("../images/large/lm_audio.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content {
    position: relative;
    height: auto;
    transform: translate3d(0px, 0px, 0);
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_display-2.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
    background-image: url("../images/medium/lm_display-2@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-info {
    width: 550px;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-comment {
    width: 550px;
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_display-3.jpg");
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .adaptiveVideo {
    position: absolute;
    left: 155px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive {
    background-image: url("../images/medium/lm_display-3@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content .content-title {
    width: 570px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content .content-info {
    width: 570px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut6 {
    padding-bottom: 180px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_cooling-1.jpg");
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_cooling-2.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
    background-image: url("../images/medium/lm_cooling-1@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_cooling-3.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
    background-image: url("../images/medium/lm_cooling-2@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_cooling-4.jpg");
  }
}

@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
    background-image: url("../images/medium/lm_cooling-3@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-info {
    width: 560px;
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_cooling-5.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
    background-image: url("../images/medium/lm_cooling-4@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-info {
    width: 530px;
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_productivity-1.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
    background-image: url("../images/medium/lm_cooling-5@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content {
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 {
    background-image: url("../images/medium/lm_productivity-1@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_productivity-2.jpg");
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-title {
    width: 560px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-info {
    width: 560px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-comment {
    width: 550px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory {
    background-image: url("../images/medium/lm_productivity-2.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 {
    width: 732px;
    margin-left: -366px;
    background-size: 732px;
    background-position-y: top;
    background-image: url("../images/medium/lm_productivity-3.jpg");
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 {
    background-image: url("../images/medium/lm_productivity-3@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .img__keyboard {
    margin-top: 15px;
    position: relative;
    width: 732px;
    height: auto;
    margin-left: -366px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-size: 732px;
    background-position-y: top;
    z-index: 1;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/medium/lm_keyboard.jpg");
  }
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content {
    position: relative;
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 530px;
  }
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content .content-title {
    width: 550px;
    padding-top: 50px;
  }
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content .content-info {
    width: 550px;
    padding-bottom: 80px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 732px) and (max-width: 1279px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .img__keyboard {
    background-image: url("../images/medium/lm_keyboard@2x.jpg");
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .pop-view .pop-inner {
    width: 620px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop {
    max-width: 620px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .slick-list {
    width: 500px;
    height: 500px;
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .pop-view .pop-inner .popNav .dot {
    width: 80px;
    height: 80px;
  }
  #ASUS-features .pop-view .pop-inner .popNav .dot .img {
    width: 76px;
    height: 76px;
  }
  #ASUS-features .pop-view .pop-inner .slick-prev {
    -webkit-transform: translate3d(0%, 0%, 0) scale(0.8);
    -ms-transform: translate3d(0%, 0%, 0) scale(0.8);
    transform: translate3d(0%, 0%, 0) scale(0.8);
    left: 20px;
  }
  #ASUS-features .pop-view .pop-inner .slick-next {
    -webkit-transform: translate3d(0%, 0%, 0) rotate(180deg) scale(0.8);
    -ms-transform: translate3d(0%, 0%, 0) rotate(180deg) scale(0.8);
    transform: translate3d(0%, 0%, 0) rotate(180deg) scale(0.8);
    right: 20px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .outer-view .section__base {
    padding-top: 80px;
    height: auto;
  }
  #ASUS-features .inner-view .section__base {
    padding-top: 25px;
  }
  #ASUS-features .inner-view .section__base .wd-content .content-title {
    padding-top: 30px;
  }
  #ASUS-features .inner-view .section__base .wd-content .content-title {
    padding-bottom: 0px;
  }
  #ASUS-features .section__base .wd-content {
    margin: 0 auto;
    max-width: 350px;
    box-sizing: border-box;
  }
  #ASUS-features .hidden-sm {
    display: none!important;
  }
  #ASUS-features .visible-sm {
    display: block!important;
  }
  #ASUS-features .section__base .wd-content.small-text-left {
    text-align: left;
  }
  #ASUS-features .section__base .wd-content .content-slogan {
    font-size: 14px;
  }
  #ASUS-features .section__base .wd-content .content-title {
    width: 100%;
    max-width: 700px;
    font-size: 27px;
    line-height: 120%;
    margin-bottom: 10px;
  }
  #ASUS-features .section__base .wd-content .content-info {
    font-size: 14px;
    margin: 10px auto 13px;
  }
  #ASUS-features .section__base .wd-content .content-comment {
    width: 100%;
    max-width: 700px;
    line-height: 140%;
    margin-top: 13px;
    font-size: 12px;
  }
  #ASUS-features .section__base .wd__feature__list {
    width: 100%;
    text-align: left;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
  #ASUS-features .section__base .wd__feature__list .wd__feature {
    min-width: auto;
    margin: 0 15px 30px;
  }
  #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__top {
    font-size: 13px;
    padding-bottom: 4px;
  }
  #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data {
    font-size: 26.7px;
    letter-spacing: 0.005em;
  }
  #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data .space-left-m {
    font-size: 16px;
  }
  #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 {
    font-size: 13px;
    margin-top: 5px;
  }
  #ASUS-features .section__base .modal-button-container {
    margin-top: 15px;
  }
  .modal-button-container .modal-button {
    font-size: 16px;
  }
  #ASUS-features .inner-view .inner-view-container .inner-modal {
    padding-bottom: 120px;
    padding-top: 10px;
  }
  #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;
    padding-left: 0;
    padding-right: 0;
  }

  #ASUS-features .inner-view .wd-content .content-title {
    font-size: 27px;
  }
  #ASUS-features .inner-view .wd-content .content-info {
    font-size: 14px;
    margin: 10px auto;
    padding: 0;
  }
  #ASUS-features .inner-view .wd-content .content-comment {
    margin: 10px auto;
    font-size: 12px;
  }
  #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;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__base.section__3 {
    padding-top: 0;
  }
  #ASUS-features .section__3__infowrap {
    padding-bottom: 0;
    background-size: 731px;
    background-image: url('../images/small/bg_design.jpg');
  }
  #ASUS-features .figure-wrap__design-parts {
    margin-top: 20px;
  }
  #ASUS-features .img__design-part {
    margin: 0 auto 50px;
    width: 350px;
    background-size: 320px;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
  }
  #ASUS-features .img__design-part .wd-content {
    margin-top: 183px;
    padding-top: 30px;
  }
  #ASUS-features .img__design-part__1 {
    background-image: url('../images/small/g_design-1.png');
  }
  #ASUS-features .img__design-part__2 {
    background-image: url('../images/small/g_design-2.png');
  }
  #ASUS-features .img__design-part__3 {
    background-image: url('../images/small/g_design-3.png');
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__3__infowrap {
    background-image: url('../images/small/bg_design@2x.jpg');
  }
  #ASUS-features .img__design-part__1 {
    background-image: url('../images/small/g_design-1@2x.png');
  }
  #ASUS-features .img__design-part__2 {
    background-image: url('../images/small/g_design-2@2x.png');
  }
  #ASUS-features .img__design-part__3 {
    background-image: url('../images/small/g_design-3@2x.png');
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .outer-view .section__base.section__4__slick {
    padding-top: 0px;
  }
  #ASUS-features .section__4__slick .slick {
    position: relative;
    max-width: 259px;
    z-index: 100;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }
  #ASUS-features .section__4__slick .slickItem >div{
    display: block;
  }
  #ASUS-features .section__4__slick .slickImg {
    width: 259px;
    padding-bottom: 259px;
    max-width: 100%;
  }
  #ASUS-features .section__4__slick .slickTextFrame {
    width: 259px;
    padding-left: 0px;
    padding-top: 30px;
    max-width: 100%;
  }
  #ASUS-features .section__4__slick .flex-box {
    display: block;
  }
  #ASUS-features .section__4__slick .slickNvidiaTitle {
    font-size: 18px;
  }
  #ASUS-features .section__4__slick .slickNvidiaDec {
    font-family: "MyriadPro", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
  }
  #ASUS-features .section__4__slick .slick-prev {
    -webkit-transform: translate3d(-50%, -50px, 0) scale(0.75);
    -ms-transform: translate3d(-50%, -50px, 0) scale(0.75);
    transform: translate3d(-50%, -50px, 0) scale(0.75);
  }
  #ASUS-features .section__4__slick .slick-next {
    -webkit-transform: translate3d(50%, -50px, 0) rotate(180deg) scale(0.75);
    -ms-transform: translate3d(50%, -50px, 0) rotate(180deg) scale(0.75);
    transform: translate3d(50%, -50px, 0) rotate(180deg) scale(0.75);
  }
  #ASUS-features .slick-dots li {
    margin: 0 5px;
  }

  #ASUS-features .section__4 {
    min-height: 0px;
    padding-bottom: 0;
  }
  #ASUS-features .section__4 .wd-content {
    margin-top: 0;
  }
  #ASUS-features .section__4 .section__4__videoFrame .video{
    top: 55px;
    width: 247px;
  }
  #ASUS-features .section__4 .img__04__performance {
    width: 731px;
    margin-left: -365.5px;
    background-size: 731px;
    height: 394px;
    background-image: url('../images/small/bg_performance.jpg');
  }
  #ASUS-features .section__4 .img__04__nb {
    width: 731px;
    height: 394px;
    background-size: 731px;
    background-image: url('../images/small/g_performance.png');
  }
  #ASUS-features .section__4 .modal-button-container {
    top: -50px;
    margin-top: -46px;
  }
  #ASUS-features .section__5 .modal-button-container {
    margin-top: 70px;
  }
  #ASUS-features .section__5 {
    min-height: 0;
  }
  #ASUS-features .section__5 .wd-content{
    margin-top: 0;
  }
  #ASUS-features .section__5 .modal-button-container {
    margin-top: -36px;
    top: -80px;
  }
  #ASUS-features .section__5 .img__display {
    width: 731px;
    margin-left: -365.5px;
    height: 597px;
    background-size: 731px;
    background-image: url("../images/small/bg_display.jpg");
    margin-top: -28px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__5 .img__display {
    background-image: url("../images/small/bg_display@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__6 {
    margin-top: 10px;
    min-height: 0;
  }
  #ASUS-features .section__6 .figure-wrap__06 {
    width: 731px;
    height: 403px;
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__air0 {
    background-image: url("../images/small/an_cooling-0.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni1 {
    background-image: url("../images/small/an_cooling-1.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni2 {
    background-image: url("../images/small/an_cooling-2.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni3 {
    background-image: url("../images/small/an_cooling-3.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni4 {
    background-image: url("../images/small/an_cooling-4.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni5 {
    background-image: url("../images/small/an_cooling-5.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni6 {
    background-image: url("../images/small/an_cooling-6.jpg");
  }
  #ASUS-features .section__6 .modal-button-container {
    margin-top: -110px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__7 {
    min-height: 0
  }
  #ASUS-features .section__7 .wd-content {
    margin-top: 0;
  }
  #ASUS-features .figure-wrap__07 {
    position: relative;
  }
  #ASUS-features .section__7 .img__07__mobile {
    display: block;
    width: 731px;
    height: 434px;
    margin-left: 0;
    transform: translate(-50%, 0);
    left: 50%;
  }
  #ASUS-features .section__7 .img__07__desktop {
    display: none;
  }
  #ASUS-features .section__7 .img__07__upgradeability__mobile {
    position: relative;
    background-image: url("../images/small/bg_upgradability.jpg");
  }
  #ASUS-features .section__7 .img__07__nb__mobile,
  #ASUS-features .section__7 .img__07__nbline__mobile {
    position: absolute;
    top: 0;
  }
  #ASUS-features .section__7 .img__07__nb__mobile {
    background-image: url("../images/small/g_upgradability.png");
    transition-delay: 0.6s;
  }
  #ASUS-features .section__7 .img__07__nbline__mobile {
    background-image: url("../images/small/g_upgradability-2.png");
    transition-delay: 1.2s;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__6 .figure-wrap__06 .img__air0 {
    background-image: url("../images/small/an_cooling-0@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni1 {
    background-image: url("../images/small/an_cooling-1@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni2 {
    background-image: url("../images/small/an_cooling-2@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni3 {
    background-image: url("../images/small/an_cooling-3@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni4 {
    background-image: url("../images/small/an_cooling-4@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni5 {
    background-image: url("../images/small/an_cooling-5@2x.jpg");
  }
  #ASUS-features .section__6 .figure-wrap__06 .img__airAni6 {
    background-image: url("../images/small/an_cooling-6@2x.jpg");
  }
  #ASUS-features .section__7 .img__07__upgradeability__mobile {
    background-image: url("../images/small/bg_upgradability@2x.jpg");
  }
  #ASUS-features .section__7 .img__07__nb__mobile {
    background-image: url("../images/small/g_upgradability@2x.png");
  }
  #ASUS-features .section__7 .img__07__nbline__mobile {
    background-image: url("../images/small/g_upgradability-2@2x.png");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__8 {
    padding-bottom: 80px;
  }
  #ASUS-features .section__8 .slick__durability .slick-slide {
    padding: 0 15px;
  }
  #ASUS-features .section__8 .slick__durability__nav {
    position: relative;
    max-width: 320px;
    margin: 50px auto;
  }
  #ASUS-features .section__8 .slick__durability__nav__item {
    width: 40px;
    height: 56px;
    background-size: 40px;
  }
  #ASUS-features .section__8 .wd-content-wrap {
    margin-top: -310px;
  }
  #ASUS-features .section__8 .figure-wrap__08 {
    width: 731px;
    height: 669px ;
  }
  #ASUS-features .section__8 .figure-wrap__08 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #ASUS-features .section__8 .img__08__durability__1 {
    background-image: url("../images/small/an_durability-1.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__2 {
    background-image: url("../images/small/an_durability-2.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__3 {
    background-image: url("../images/small/an_durability-3.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__4 {
    background-image: url("../images/small/an_durability-4.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__5 {
    background-image: url("../images/small/an_durability-5.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__nb {
    background-image: url("../images/small/g_durability.png");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__8 .img__08__durability__1 {
    background-image: url("../images/small/an_durability-1@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__2 {
    background-image: url("../images/small/an_durability-2@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__3 {
    background-image: url("../images/small/an_durability-3@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__4 {
    background-image: url("../images/small/an_durability-4@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__5 {
    background-image: url("../images/small/an_durability-5@2x.jpg");
  }
  #ASUS-features .section__8 .img__08__durability__nb {
    background-image: url("../images/small/g_durability@2x.png");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  .sound-wave-wrap {
    top: 132px;
    height: 141px;
  }
  .sound-wave-wrap span {
    width: 1px;
  }
  #ASUS-features .section__9 {
    min-height: 0;
  }
  #ASUS-features .section__9 .figure-wrap__09 {
    width: 731px;
    height: 444px;
    margin-top: -32px;
  }
  #ASUS-features .section__9 .modal-button-container {
    margin-top: -56px;
    top: -42px;
  }

  #ASUS-features .section__9 .img__09__audio {
    background-image: url("../images/small/bg_audio.jpg");
  }
  #ASUS-features .section__9 .img__09__nb {
    background-image: url("../images/small/g_audio.png");
  }
  #ASUS-features .section__9 .wd__feature.feature-2 .img__dts__logo {
    width: 66px;
    height: 36px;
  }
  #ASUS-features .section__15 {
    min-height: 0;
  }
  #ASUS-features .section__15 .wd-content {
    margin-top: 0;
  }
  #ASUS-features .section__15 .wd__feature__list {
    max-width: 360px;
    left: 5px;
  }
  #ASUS-features .section__15 .modal-button-container{
    margin-top: 0px;
  }
  #ASUS-features .section__15 .img__15__productivity {
    background-image: url("../images/small/bg_productivity.jpg");
    width: 731px;
    margin-left: -365.5px;
    height: 372px;
    margin-top: -158px;
  }
  #ASUS-features .section__15 .wd__feature__data .img__wifi__logo {
    width: 84px;
    height: 40px;
    background-size: contain;
    margin-bottom: 4px
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__9 .img__09__audio {
    background-image: url("../images/small/bg_audio@2x.jpg");
  }
  #ASUS-features .section__9 .img__09__nb {
    background-image: url("../images/small/g_audio@2x.png");
  }
  #ASUS-features .section__15 .img__15__productivity {
    background-image: url("../images/small/bg_productivity@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
/**/
  #ASUS-features .section__10 {
    height: auto;
  }
  #ASUS-features .section__10 .img__10__keyboard__tablet {
    display: block;
    position: relative;
    width: 731px;
    margin-left: -365.5px;
    height: 434px;
    background-image: url('../images/small/bg_keyboard.jpg');
    margin-top: -30px;
  }
  #ASUS-features .section__10 .img__10__keyboard {
    display: none;
  }
  #ASUS-features .section__10 .wd__feature {
    text-align: left;
  }
  #ASUS-features .section__10 .wd-content,
  #ASUS-features .section__10 .wd__feature__list {
    transform: translate(0);
  }
  #ASUS-features .section__10 .modal-button-container{
    margin-top: 0px;
    position: relative;
    top: -90px;
  }
  #ASUS-features .section__9-2 {
    margin-top: 0;
  }
  #ASUS-features .section__9-2 .audioBarFrame {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0 80px;
    display: block;
  }
  #ASUS-features .section__9-2 .audioBarFrame .audioIcon {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  #ASUS-features .section__9-2 .audioBarFrame .audioTextFrame {
    max-width: 100%;
    padding: 0 15px;
    text-align: center;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__10 .img__10__keyboard__tablet {
    background-image: url('../images/small/bg_keyboard@2x.jpg');
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__11 .wd-content {
    margin-top: 0;
  }
  #ASUS-features .section__11 .img__11__connectivity {
    display: none;
  }
  #ASUS-features .section__11 .img__11__connectivity__mobile {
    display: block;
    background-image: url("../images/small/bg_connectivity.jpg");
    width: 731px;
    margin-left: -365.5px;
    height: 479px;
    margin-top: -3px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__11 .img__11__connectivity__mobile {
    background-image: url("../images/small/bg_connectivity@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__12 {
    height: auto;
  }
  #ASUS-features .section__12 .img__12__software {
    display: none;
  }
  #ASUS-features .section__12 .img__12__software__mobile {
    position: relative;
    background-image: url("../images/small/bg_software.jpg");
    margin-left: -365.5px;
    width: 731px;
    height: 392px;
    margin-top: -104px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__12 .img__12__software__mobile {
    background-image: url("../images/small/bg_software@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (max-width: 320px) and (min-width: 0px) {
  #ASUS-features .section__12 .wd-content .content-title {
    font-size: 24px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__12__belt > div {
    width: 320px;
    display: block;
    padding: 50px 0;
  }
  #ASUS-features .section__12__belt .software__img__frame {
    width: 100%;
    max-width: 100%;
  }
  #ASUS-features .section__12__belt .software__img__frame .software__img {
    padding-bottom: 180px;
  }
  #ASUS-features .section__12__belt .softWord__word__frame {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #ASUS-features .section__12__belt .softWord__word__frame .software__title {
    font-size: 27px;
  }
  #ASUS-features .section__12__belt .softWord__word__frame .softWord__content {
    font-size: 14px;
  }
  #ASUS-features .section__12__belt .softWord__word__frame .content-comment {
    font-size: 14px;
    margin-top: 13px;
  }
  #ASUS-features .section__13 {
    height: auto;
  }
  #ASUS-features .section__13 .wd-content {
    margin-top: 0;
  }
  #ASUS-features .section__13 .img__13__bundles {
    display: none;
  }
  #ASUS-features .section__13 .img__13__bundles__mobile {
    display: block;
    width: 731px;
    margin-left: -365.5px;
    height: 534px;
    margin-top: -188px;
    background-image: url("../images/small/bg_bundle.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__13 .img__13__bundles__mobile {
    background-image: url("../images/small/bg_bundle@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__13 .img__13__bundles__mobile .area-click .click__circle.circle-1 {
    transform: translate3d(435px, 408px, 0);
  }
  #ASUS-features .section__13 .img__13__bundles__mobile .area-click .click__circle.circle-2 {
    transform: translate3d(320px, 208px, 0);
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut4 .content-title {
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 {
    height: auto;
    padding-top: 0;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
    width: 280px;
    margin-left: -140px;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_performance-1.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
    background-image: url("../images/small/lm_performance-1@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content {
    position: relative;
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content .content-title {
    width: 100%;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    overflow: hidden;
    background-position-y: top;
    background-image: url("../images/small/lm_performance-2.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
    background-image: url("../images/small/lm_performance-2@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content {
    width: 100%;
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr {
    width: 280px;
    margin-left: -140px;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_performance-3.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr {
    background-image: url("../images/small/lm_performance-3@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {

  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .unziping {
    left: 12px;
    top: 27px;
    font-size: 12px;
    transform: scale(0.9);
    transform-origin: center center;
    display: block;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .unziping .textAni {
    width: 2px;
    height: 2px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__1 {
    width: 95px;
    left: 30px;
    top: 63px; 
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__2 {
    width: 95px;
    left: 155px;
    top: 63px; 
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__img__1-1 {
    margin-top: -71.7px;
    width: 95px;
    height: 71px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__img__1-2 {
    width: 93px;
    height: 71.7px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .ddr__item__2 .ddr__img__2-1 {
    width: 95px;
    height: 71px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content {
    margin-top: 202px;
    width: 100%;
    transform: translate3d(0px, 0px, 0);
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content .content-info {
    width: 100%;
    padding-bottom: 0;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ddr .wd-content .content-comment {
    width: 100%;
    padding-bottom: 0;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
    width: 280px;
    margin-left: -140px;
    overflow: hidden;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_performance-4.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
    background-image: url("../images/small/lm_performance-4@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-title {
    width: 100%;
  }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
}

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut5 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content{
    padding: 0;
    text-align: left;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
    width: 280px;
    height: 202px;
    margin-left: -140px;
    left: 50%;
    background-size: 280px;
    background-image: url("../images/small/lm_display-1.jpg");
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 {
    height: auto;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content{
    padding: 0;
    text-align: left;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .img__noise {
    margin-top: 0px;
    position: relative;
    width: 280px;
    height: 137px;
    margin-left: -140px;
    left: 50%;
    background-size: contain;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/small/lm_audio.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
    background-image: url("../images/small/lm_display-1@2x.jpg");
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .img__noise {
    background-image: url("../images/small/lm_audio@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 {
    padding-top: 40px;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content {
    position: relative;
    width: 280px;
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content .content-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut9 .section__inner9-1 .wd-content .content-info {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content {
    width: 280px;
    background-color: transparent;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    left: 50%;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_display-2.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
    background-image: url("../images/small/lm_display-2@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 203px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-info {
    width: 100%;
    padding-bottom: 0;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-comment {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    left: 50%;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_display-3.jpg");
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .adaptiveVideo {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translate(-50%,0);
    width: 162.56px;
    height: 91.15px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive {
    background-image: url("../images/small/lm_display-3@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 203px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__adaptive .wd-content .content-info {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut6 {
    padding-bottom: 80px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_cooling-1.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
    background-image: url("../images/small/lm_cooling-1@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content {
    position: relative;
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_cooling-2.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
    background-image: url("../images/small/lm_cooling-2@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_cooling-3.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
    background-image: url("../images/small/lm_cooling-3@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_cooling-4.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
    background-image: url("../images/small/lm_cooling-4@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/small/lm_cooling-5.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
    background-image: url("../images/small/lm_cooling-5@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/medium/lm_productivity-1.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 {
    background-image: url("../images/medium/lm_productivity-1@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-1 .img__thunderbolt4 .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/medium/lm_productivity-2.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory {
    background-image: url("../images/medium/lm_productivity-2@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-info {
    width: 100%;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-2 .img__memory .wd-content .content-comment {
    width: 100%;
    padding-bottom: 0px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 {
    margin-top: 15px;
    width: 280px;
    margin-left: -140px;
    background-size: 280px;
    background-position-y: top;
    background-image: url("../images/medium/lm_productivity-3.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 {
    background-image: url("../images/medium/lm_productivity-3@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content {
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content .content-title {
    width: 100%;
    padding-top: 30px;
  }
  #ASUS-features .inner-view .modal-cut15 .section__inner15-3 .img__wifi6 .wd-content .content-info {
    width: 100%;
    padding-bottom: 0px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .pop-view .pop-inner {
    width: 320px;
  }
  #ASUS-features .pop-view .pop-inner .slickPop .slick-list {
    width: 280px;
    height: 280px;
  }
  #ASUS-features .pop-view .pop-inner .popNav .dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
  }
  #ASUS-features .pop-view .pop-inner .popNav .dot .img {
    width: 56px;
    height: 56px;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .pop-view .pop-inner .slick-prev {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    left: 0px;
  }
  #ASUS-features .pop-view .pop-inner .slick-next {
    -webkit-transform: rotate(180deg) scale(0.6);
    -ms-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
    right: 0px;
  }
  #ASUS-features .pop-view .pop-inner .slick-dots {
    bottom: 60px;
    margin-left: 0 !important;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .img__keyboard {
    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;
    z-index: 1;
    background-image: url("../images/small/lm_keyboard.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .img__keyboard {
    background-image: url("../images/small/lm_keyboard@2x.jpg");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content {
    position: relative;
    height: auto;
    transform: translate3d(0px, 0px, 0);
    margin-top: 202px;
  }
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content .content-title {
    padding-top: 30px;
    width: 100%;
  }
  #ASUS-features .inner-view .modal-cut10 .section__inner10-1 .wd-content .content-info {
    width: 100%;
  }
}
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .outer-view .section__kv {
    padding-top: 0;
    padding-bottom: 80px;
  }
  #ASUS-features .section__kv .wd-content {
    text-align: center;
  }
  #ASUS-features .section__kv .wd-content .content-title {
    margin-top: 0;
  }
  #ASUS-features .section__kv .wd-content .content-info {
    font-size: 15px;
    line-height: 156.7%;
    margin: 0;
  }
  #ASUS-features .section__kv .wd-content .content-slogan__kv {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-align: center;
    width: 100%;
    margin: 25px auto;
    background-size: 236px;
  }
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/medium/logo.png");
    width: 283px;
    height: 29px;
    background-size: 283px;
    margin-top: 0;
  }
  #ASUS-features .section__kv .img__kv ,
  #ASUS-features .section__kv .img__nb {
    width: 731px;
    height: 428px;
    margin-left: -365.5px;
    background-size: 731px;
  }
  #ASUS-features .section__kv .img__kv {
    background-image: url("../images/small/bg_kv.jpg");
  }
  #ASUS-features .section__kv .img__nb {
    background-image: url("../images/small/g_kv.png");
  }
}
@media all and (min-width: 0px) and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 0px) and (max-width: 731px) and (min-resolution: 144dpi) {
  #ASUS-features .section__kv .img__kv {
    background-image: url("../images/small/bg_kv@2x.jpg");
  }
  #ASUS-features .section__kv .img__nb {
    background-image: url("../images/small/g_kv@2x.png");
  } 
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/medium/logo@2x.png");
  }
}
#main-zone>.container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.overview-wrapper {
  width: 100%;
}
#ASUS-features .media-bottom {
  padding-bottom: 100px;
}
#ASUS-features .product_medias .media .text {
  color: #eee;
  font-size: 22px;
}
#ASUS-features .product_medias.bg-gray .slick-prev, 
#ASUS-features .product_medias.bg-gray .slick-next, 
#ASUS-features .product_medias .bg-gray .slick-prev, 
#ASUS-features .product_medias .bg-gray .slick-next, 
#ASUS-features .product_videos.bg-gray .slick-prev, 
#ASUS-features .product_videos.bg-gray .slick-next, 
#ASUS-features .product_videos .bg-gray .slick-prev, 
#ASUS-features .product_videos .bg-gray .slick-next {
  background-color: rgba(250, 250, 250, 0.15);
}
#ASUS-features .product_medias.bg-gray .slick-prev, 
#ASUS-features .product_medias.bg-gray .slick-next, 
#ASUS-features .product_medias .bg-gray .slick-prev, 
#ASUS-features .product_medias .bg-gray .slick-next, 
#ASUS-features .product_videos.bg-gray .slick-prev, 
#ASUS-features .product_videos.bg-gray .slick-next, 
#ASUS-features .product_videos .bg-gray .slick-prev, 
#ASUS-features .product_videos .bg-gray .slick-next {
  background-color: rgba(250, 250, 250, 0.15);
}
@media (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .product_medias .media .text {
    font-size: 18px;
  }
}
@media (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .product_medias .media .text {
    font-size: 16px;
  }
}
.section__pd .slick-next:before {
  content: "";
}
.section__pd .slick-prev:before {
  content: "";
}
@media (min-width: 0px) and (max-width: 731px) {
  .lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 100vh;
  }
  .lity-iframe-container {
    width: 100%;
    height: 100vh !important;
    max-height: 100vh !important;
    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;
  }
}
#overview #sectionOverview {
  width: 100%;
}