@import url(https://fonts.googleapis.com/css?family=Archivo+Black&display=swap);
@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; }

@font-face {
  font-family: "Xolonium-Regular";
  src: url("../font/Xolonium-Regular.eot");
  src: url("../font/Xolonium-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Xolonium-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "tahoma_0";
  src: url("../font/tahoma_0.eot");
  src: url("../font/tahoma_0.eot?#iefix") format("embedded-opentype"), url("../font/tahoma_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "rogfontsv16-regular";
  src: url("../font/rogfontsv16-regular.eot");
  src: url("../font/rogfontsv16-regular.eot?#iefix") format("embedded-opentype"), url("../font/rogfontsv16-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto-Light_0";
  src: url("../font/Roboto-Light_0.eot");
  src: url("../font/Roboto-Light_0.eot?#iefix") format("embedded-opentype"), url("../font/Roboto-Light_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-medium_0";
  src: url("../font/roboto-medium_0.eot");
  src: url("../font/roboto-medium_0.eot?#iefix") format("embedded-opentype"), url("../font/roboto-medium_0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*寫一個函數去定義每一種類別的字，它的大小 */
html {
  overflow-y: scroll; }

:root {
  overflow-y: auto;
  overflow-x: hidden; }

:root body {
  position: absolute; }

body {
  width: 100vw;
  overflow: hidden; }

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: 'Roboto Light', '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: 'Xolonium-Regular', 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif';
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #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: #000000;
  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;
        width: 1040px;
        margin-left: auto;
        margin-right: auto;
        font-size: 41px;
        line-height: 50px;
        letter-spacing: 0px;
        text-transform: uppercase;
        font-family: 'rogfontsv16-regular','Xolonium-Regular','Microsoft JhengHei','sans-serif';
        color: #4782bc;
        /* ----------------------漸層標題----------------------------------------- */
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd7977+0,f37fa5+38,6ea5c2+77,6998c1+99;GX550___1 */
        /* ----------------------漸層標題 end----------------------------------------- */ }
        section .row .col .wd-content > *.content-slogan .icon_slogan {
          width: 589px;
          height: 71px;
          margin-top: -15px; }
      section .row .col .wd-content > *.content-title {
        margin-top: -32px;
        margin-left: auto;
        margin-right: auto;
        font-size: 37.5px;
        letter-spacing: 1px;
        color: #FFFFFF;
        line-height: 1.2;
        font-family: 'Xolonium-Regular','Microsoft JhengHei', 'sans-serif';
        text-transform: uppercase; }
        section .row .col .wd-content > *.content-title span.textColor__GrayAlto {
          color: #d6d6d6; }
      section .row .col .wd-content > *.content-info {
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
        color: #FFFFFF;
        font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif';
        font-size: 15px;
        line-height: 1.867; }
      section .row .col .wd-content > *.content-comment {
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        font-size: 15px;
        color: #999999;
        line-height: 1.4; }
    section .row .col .wd-content.text-center > * {
      text-align: center; }
    section .row .col .wd-content.text-left > * {
      text-align: left; }
    section .row .col .wd-content.text-right > * {
      text-align: right; }
  section .row .col > figure.img {
    position: relative;
    left: 50%; }

.wd__feature__list {
  margin-top: 75px;
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
  font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center; }
  .wd__feature__list .wd__feature {
    min-width: 150px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 25px;
    vertical-align: bottom;
    line-height: 1;
    color: white; }
    .wd__feature__list .wd__feature .wd__feature__top {
      font-size: 11px;
      color: #FFFFFF;
      padding-bottom: 4px;
      text-transform: uppercase !important; }
    .wd__feature__list .wd__feature .wd__feature__data {
      font-size: 37.5px;
      text-transform: uppercase !important;
      color: #4782bc; }
      .wd__feature__list .wd__feature .wd__feature__data .space-left-m {
        font-size: 29px;
        padding-left: 5px; }
      .wd__feature__list .wd__feature .wd__feature__data .space-right-m {
        font-size: 29px;
        padding-right: 5px; }
      .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 {
      text-transform: uppercase !important;
      font-size: 11px;
      margin-top: 4px; }
      .wd__feature__list .wd__feature .wd__feature__describe span.describeText {
        text-transform: uppercase !important;
        font-size: 11px;
        line-height: 1.2;
        color: #FFFFFF;
        text-transform: none; }

@keyframes sec1BgAnimation {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeyBreathing {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes KeyBreathing {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeyBreathing2 {
  0% {
    opacity: 0;
    background: #ff0600; }
  12.5% {
    opacity: 1;
    background: #ff0600; }
  25% {
    opacity: 1;
    background: #ff0600; }
  37.5% {
    opacity: 0;
    background: #ff0600; }
  50% {
    opacity: 0;
    background: #4dabf4; }
  62.5% {
    opacity: 1;
    background: #4dabf4; }
  74.5% {
    opacity: 1;
    background: #4dabf4; }
  100% {
    opacity: 0;
    background: #4dabf4; } }

@keyframes KeyBreathing2 {
  0% {
    opacity: 0;
    background: #ff0600; }
  12.5% {
    opacity: 1;
    background: #ff0600; }
  25% {
    opacity: 1;
    background: #ff0600; }
  37.5% {
    opacity: 0;
    background: #ff0600; }
  50% {
    opacity: 0;
    background: #4dabf4; }
  62.5% {
    opacity: 1;
    background: #4dabf4; }
  74.5% {
    opacity: 1;
    background: #4dabf4; }
  100% {
    opacity: 0;
    background: #4dabf4; } }

@-webkit-keyframes KeyStrobing {
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes KeyStrobing {
  5% {
    opacity: 0; }
  10% {
    opacity: 1; }
  30% {
    opacity: 1; }
  80% {
    opacity: 0; }
  90% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeyStrobing2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes KeyStrobing2 {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeyStrobingDIV {
  0% {
    background: #fc0613; }
  8.3% {
    background: #fd118d; }
  16.6% {
    background: #6a1cfb; }
  24.9% {
    background: #0023f9; }
  33.2% {
    background: #007dfb; }
  41.5% {
    background: #23f6ff; }
  49.8% {
    background: #2cfea7; }
  58.1% {
    background: #2ffe3e; }
  66.4% {
    background: #53fe3d; }
  74.7% {
    background: #d0f945; }
  83.0% {
    background: #ffd832; }
  91.3% {
    background: #fe580e; }
  100% {
    background: #fc0613; } }

@keyframes KeyStrobingDIV {
  0% {
    background: #fc0613; }
  8.3% {
    background: #fd118d; }
  16.6% {
    background: #6a1cfb; }
  24.9% {
    background: #0023f9; }
  33.2% {
    background: #007dfb; }
  41.5% {
    background: #23f6ff; }
  49.8% {
    background: #2cfea7; }
  58.1% {
    background: #2ffe3e; }
  66.4% {
    background: #53fe3d; }
  74.7% {
    background: #d0f945; }
  83.0% {
    background: #ffd832; }
  91.3% {
    background: #fe580e; }
  100% {
    background: #fc0613; } }

@-webkit-keyframes KeyStrobingDIV2 {
  0% {
    background: #2cfea7; }
  8.3% {
    background: #2ffe3e; }
  16.6% {
    background: #53fe3d; }
  24.9% {
    background: #d0f945; }
  33.2% {
    background: #ffd832; }
  41.5% {
    background: #fe580e; }
  49.8% {
    background: #fc0613; }
  58.1% {
    background: #fd118d; }
  66.4% {
    background: #6a1cfb; }
  74.7% {
    background: #0023f9; }
  83.0% {
    background: #007dfb; }
  91.3% {
    background: #23f6ff; }
  100% {
    background: #2cfea7; } }

@keyframes KeyStrobingDIV2 {
  0% {
    background: #2cfea7; }
  8.3% {
    background: #2ffe3e; }
  16.6% {
    background: #53fe3d; }
  24.9% {
    background: #d0f945; }
  33.2% {
    background: #ffd832; }
  41.5% {
    background: #fe580e; }
  49.8% {
    background: #fc0613; }
  58.1% {
    background: #fd118d; }
  66.4% {
    background: #6a1cfb; }
  74.7% {
    background: #0023f9; }
  83.0% {
    background: #007dfb; }
  91.3% {
    background: #23f6ff; }
  100% {
    background: #2cfea7; } }

@-webkit-keyframes KeyStrobingSVG {
  0% {
    fill: #fc0613; }
  8.3% {
    fill: #fd118d; }
  16.6% {
    fill: #6a1cfb; }
  24.9% {
    fill: #0023f9; }
  33.2% {
    fill: #007dfb; }
  41.5% {
    fill: #23f6ff; }
  49.8% {
    fill: #2cfea7; }
  58.1% {
    fill: #2ffe3e; }
  66.4% {
    fill: #53fe3d; }
  74.7% {
    fill: #d0f945; }
  83.0% {
    fill: #ffd832; }
  91.3% {
    fill: #fe580e; }
  100% {
    fill: #fc0613; } }

@keyframes KeyStrobingSVG {
  0% {
    fill: #fc0613; }
  8.3% {
    fill: #fd118d; }
  16.6% {
    fill: #6a1cfb; }
  24.9% {
    fill: #0023f9; }
  33.2% {
    fill: #007dfb; }
  41.5% {
    fill: #23f6ff; }
  49.8% {
    fill: #2cfea7; }
  58.1% {
    fill: #2ffe3e; }
  66.4% {
    fill: #53fe3d; }
  74.7% {
    fill: #d0f945; }
  83.0% {
    fill: #ffd832; }
  91.3% {
    fill: #fe580e; }
  100% {
    fill: #fc0613; } }

@-webkit-keyframes KeyStrobingSVG2 {
  0% {
    fill: #2cfea7; }
  8.3% {
    fill: #2ffe3e; }
  16.6% {
    fill: #53fe3d; }
  24.9% {
    fill: #d0f945; }
  33.2% {
    fill: #ffd832; }
  41.5% {
    fill: #fe580e; }
  49.8% {
    fill: #fc0613; }
  58.1% {
    fill: #fd118d; }
  66.4% {
    fill: #6a1cfb; }
  74.7% {
    fill: #0023f9; }
  83.0% {
    fill: #007dfb; }
  91.3% {
    fill: #23f6ff; }
  100% {
    fill: #2cfea7; } }

@keyframes KeyStrobingSVG2 {
  0% {
    fill: #2cfea7; }
  8.3% {
    fill: #2ffe3e; }
  16.6% {
    fill: #53fe3d; }
  24.9% {
    fill: #d0f945; }
  33.2% {
    fill: #ffd832; }
  41.5% {
    fill: #fe580e; }
  49.8% {
    fill: #fc0613; }
  58.1% {
    fill: #fd118d; }
  66.4% {
    fill: #6a1cfb; }
  74.7% {
    fill: #0023f9; }
  83.0% {
    fill: #007dfb; }
  91.3% {
    fill: #23f6ff; }
  100% {
    fill: #2cfea7; } }

@-webkit-keyframes GA35_kv_KeyCometA1 {
  0% {
    background-position: 0%; }
  100% {
    background-position: -134%; } }

@keyframes GA35_kv_KeyCometA1 {
  0% {
    background-position: 0%; }
  100% {
    background-position: -134%; } }

@keyframes GA35_kv_KeyCometA1_2 {
  0% {
    background-position: 0%; }
  100% {
    background-position: -100%; } }

@-webkit-keyframes GA35_kv_KeyCometA3 {
  0% {
    background-position: -134%; }
  100% {
    background-position: 0%; } }

@keyframes GA35_kv_KeyCometA3 {
  0% {
    background-position: -134%; }
  100% {
    background-position: 0%; } }

@-webkit-keyframes GA35_kv_KeyCometB1_2 {
  0% {
    background-position: 0%; }
  100% {
    background-position: 20%; } }

@keyframes GA35_kv_KeyCometB1_2 {
  0% {
    background-position: 0%; }
  100% {
    background-position: 20%; } }

@keyframes GA35_kv_KeyCometB3 {
  0% {
    background-position: 20%; }
  100% {
    background-position: 0%; } }

@keyframes GA35_kv_KeyCometB4 {
  0% {
    background-position: -100%; }
  100% {
    background-position: -0%; } }

@-webkit-keyframes KeyRainbow {
  0% {
    background-position: 0%; }
  100% {
    background-position: -134%; } }

@keyframes KeyRainbow {
  0% {
    background-position: 0%; }
  100% {
    background-position: -134%; } }

@keyframes KeyCometAll {
  0% {
    background-position: 20%; }
  100% {
    background-position: 0%; } }

@-webkit-keyframes KeyCometSVG {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  93% {
    opacity: 1; }
  95% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes KeyCometSVG {
  0% {
    opacity: 0; }
  90% {
    opacity: 0; }
  93% {
    opacity: 1; }
  95% {
    opacity: 1; }
  98% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeyMusic {
  0% {
    opacity: 0.5; }
  3% {
    opacity: 1; }
  6% {
    opacity: 0.5; }
  9% {
    opacity: 1; }
  12% {
    opacity: 0.5; }
  25% {
    opacity: 0.5; }
  27% {
    opacity: 1; }
  29% {
    opacity: 0.5; }
  32% {
    opacity: 1; }
  34% {
    opacity: 0.5; }
  36% {
    opacity: 1; }
  39% {
    opacity: 0.5; }
  65% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes KeyMusic {
  0% {
    opacity: 0.5; }
  3% {
    opacity: 1; }
  6% {
    opacity: 0.5; }
  9% {
    opacity: 1; }
  12% {
    opacity: 0.5; }
  25% {
    opacity: 0.5; }
  27% {
    opacity: 1; }
  29% {
    opacity: 0.5; }
  32% {
    opacity: 1; }
  34% {
    opacity: 0.5; }
  36% {
    opacity: 1; }
  39% {
    opacity: 0.5; }
  65% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes KeyMusic__2 {
  0% {
    opacity: 0; }
  3% {
    opacity: 1; }
  6% {
    opacity: 0; }
  9% {
    opacity: 1; }
  12% {
    opacity: 0; }
  25% {
    opacity: 0; }
  27% {
    opacity: 1; }
  29% {
    opacity: 0; }
  32% {
    opacity: 1; }
  34% {
    opacity: 0; }
  36% {
    opacity: 1; }
  39% {
    opacity: 0; }
  65% {
    opacity: 0; }
  70% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes KeySmartDIV {
  0% {
    opacity: 0.5;
    background: #ffe500; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    background: #ffe500; } }

@keyframes KeySmartDIV {
  0% {
    opacity: 0.5;
    background: #ffe500; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    background: #ffe500; } }

@-webkit-keyframes KeySmartSVG {
  0% {
    opacity: 0.5; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes KeySmartSVG {
  0% {
    opacity: 0.5; }
  5% {
    opacity: 0.5; }
  45% {
    opacity: 1; }
  55% {
    opacity: 1; }
  95% {
    opacity: 0.5; }
  100% {
    opacity: 0.5; } }

@keyframes lightMove_1 {
  0% {
    margin-top: 0px; }
  20% {
    margin-top: 0px; }
  21% {
    margin-top: 79px; }
  25% {
    margin-top: 0px; }
  35% {
    margin-top: 0px; }
  36% {
    margin-top: 51px; }
  55% {
    margin-top: 51px; }
  56% {
    margin-top: 100px; }
  100% {
    margin-top: 100px; } }

@keyframes lightMove_2 {
  0% {
    margin-top: 0px; }
  20% {
    margin-top: 0px; }
  21% {
    margin-top: 51px; }
  25% {
    margin-top: 83px; }
  35% {
    margin-top: 0px; }
  36% {
    margin-top: 51px; }
  55% {
    margin-top: 51px; }
  56% {
    margin-top: 0px; }
  100% {
    margin-top: 10px; } }

@-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_ani4 {
  0% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes secDrop2_ani4 {
  0% {
    opacity: 1; }
  93% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes secDrop2_ani5 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 200px; }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 200px; }
  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; } }

@-webkit-keyframes secDrop2_ani5_tablet {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px; }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: 247px; } }

@keyframes secDrop2_ani5_tablet {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px; }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: 170px; }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: 247px; } }

@-webkit-keyframes secDrop2_ani5_mobile {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: calc(100vw / 320 * 110); }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: calc(100vw / 320 * 110); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: calc(100vw / 320 * 153); } }

@keyframes secDrop2_ani5_mobile {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: calc(100vw / 320 * 110); }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    top: calc(100vw / 320 * 110); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    top: calc(100vw / 320 * 153); } }

@-webkit-keyframes secDrop2_ani6 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes secDrop2_ani6 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }


@-webkit-keyframes secDrop2_ani6 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes secDrop2_ani6 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes KeySmart {
  0% {
    background-color: red; }
  33.33333% {
    background-color: green; }
  66.66667% {
    background-color: yellow; }
  100% {
    background-color: red; } }

@-webkit-keyframes KeyStarryNight {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes KeyStarryNight {
  0% {
    opacity: 0; }
  60% {
    opacity: 0; }
  70% {
    opacity: 1; }
  80% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.modal-button-container {
  position: relative;
  height: 120px;
  background-color: transparent;
  transition: transform 200ms ease; }
  .modal-button-container.inner-close-btn {
    z-index: 9999;
    font-weight: 350;
    cursor: pointer;
    position: fixed;
    bottom: -120px;
    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); }
  .modal-button-container .modal-button {
    width: 160px;
    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;
    pointer-events: all;
    text-align: center;
    z-index: 1;
    margin: 5px 0;
    padding: 0 20px;
    min-width: 50px;
    height: 45px;
    line-height: 45px;
    border: 0;
    font-weight: 200;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    -webkit-transition: background-color 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out;
    transition: background-color 200ms ease-out, border-color 200ms ease-out, color 200ms ease-out;
    color: #fff;
    background-color: #4782bc;
    -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 {
      background-color: #fff;
      color: #4782bc;
      transition: all 500ms ease-out, border-color 500ms ease-out, color 500ms ease-out;
      border: 1px solid #aaa; }
    .modal-button-container .modal-button .modal-inner-text {
      pointer-events: none;
      border: 0;
      font-family: "Roboto","rogfontsv16-regular", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif !important;
      font-size: 18px;
      font-weight: 350;
      letter-spacing: 0.5px;
      font-style: normal;
      display: inline-block; }

.wd__performance__graph {
  position: relative;
  text-align: left;
  margin-top: 32px; }
  .wd__performance__graph .graph__title {
    font-family: 'Xolonium-Regular','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.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; }

#ASUS-features .outer-view {
  opacity: 1;
  transition: all 300ms ease-in; }
  #ASUS-features .outer-view.outerHide {
    opacity: 0; }

#ASUS-features .section__base {
  margin-top: 220px; }
  #ASUS-features .section__base .wd-content {
    width: 100%; }
    #ASUS-features .section__base .wd-content .content-slogan {
      width: 80%;
      max-width: 800px; }
    #ASUS-features .section__base .wd-content .content-title {
      width: 80%;
      max-width: 800px; }
      #ASUS-features .section__base .wd-content .content-title span.textColor__GrayAlt {
        color: #6d6d6d; }
    #ASUS-features .section__base .wd-content .content-info {
      width: 80%;
      max-width: 800px; }
    #ASUS-features .section__base .wd-content .content-comment {
      width: 80%;
      max-width: 800px; }
    #ASUS-features .section__base .wd-content.large-text-center {
      text-align: center; }
  #ASUS-features .section__base .modal-button-container {
    margin-top: 62px;
    height: auto; }

#ASUS-features .inner-view {
  transition: transform 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: all 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: all 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; }
      #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: all 500ms ease-in-out; }
      #ASUS-features .inner-view .inner-view-container .inner-modal.inner-modal-hidden {
        opacity: 0;
        transition: all 300ms ease-out; }
      #ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
        padding-top: 40px; }
    #ASUS-features .inner-view .inner-view-container .innerHide {
      display: none; }
    #ASUS-features .inner-view .inner-view-container .innerShow {
      display: block; }
  #ASUS-features .inner-view .wd-content.fadeShow {
    transition: all 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: 30px;
    color: #FFFFFF;
    text-transform: uppercase; }
  #ASUS-features .inner-view .wd-content .content-info {
    font-size: 16px;
    color: #fff; }
  #ASUS-features .inner-view .wd-content .content-comment {
    margin-top: 12px;
    font-size: 15px;
    color: #999;
    line-height: 1.4; }
  #ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature {
    text-transform: uppercase;
    margin-right: 13px; }
    #ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature .wd__feature__top {
      text-transform: uppercase; }
    #ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature .wd__feature__data {
      text-transform: uppercase; }
    #ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature .wd__feature__describe {
      text-transform: uppercase; }

#ASUS-features .section__kv {
  margin-left: auto;
  margin-right: auto; }
  #ASUS-features .section__kv .img__kv {
    margin-top: 0px;
    width: 2560px;
    margin-left: -1280px;
    height: 1277px;
    /* 上傳原路徑 */
    /* background-image: url("/websites/global/Products/odwmkg7hsyarc9xd/v1/images/large/1x/01__kv.jpg"); */
    background-image: url("../images/large/1x/01__kv.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__kv .img__kv {
        background-image: url("../images/large/2x/01__kv.jpg"); } }
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/large/1x/01_kv_logo.png");
    width: 1041px;
    height: 51px;
    background-size: cover; }
    @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/2x/01_kv_logo.png"); } }
  #ASUS-features .section__kv .wd-content {
    margin-top: 110px; }
    #ASUS-features .section__kv .wd-content .content-slogan__kv {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      font-size: 60px;
      line-height: 1.4;
      width: 1090px;
      color: #FFFFFF;
      margin-top: -119px;
      color: #FFFFFF; }
    #ASUS-features .section__kv .wd-content .content-title {
      margin-top: 0; }
    #ASUS-features .section__kv .wd-content .content-title__kv {
      margin-top: 0;
      font-size: 24px;
      line-height: 1.2;
      color: white;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: normal;
      font-style: normal; }
    #ASUS-features .section__kv .wd-content .content-info {
      width: 1020px;
      margin-top: 12px;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif';
      font-size: 15px;
      line-height: 1.867; }

#ASUS-features .section__2 .img__02__dualScreen {
  position: relative;
  width: 2560px;
  margin-left: -1280px;
  height: 980px;
  margin-top: 34px; }
  #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame {
    opacity: 0;
    transition: 800ms; }
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame.show {
      opacity: 1; }
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame {
      position: relative;
      width: 2560px;
      height: 981px;
      background-size: cover; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__1 {
        background-image: url("../images/large/1x/02__dualScreen__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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__1 {
            background-image: url("../images/large/2x/02__dualScreen__1.jpg"); } }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__2 {
        background-image: url("../images/large/1x/02__dualScreen__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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__2 {
            background-image: url("../images/large/2x/02__dualScreen__2.jpg"); } }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__3 {
        background-image: url("../images/large/1x/02__dualScreen__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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__3 {
            background-image: url("../images/large/2x/02__dualScreen__3.jpg"); } }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__4 {
        background-image: url("../images/large/1x/02__dualScreen__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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__4 {
            background-image: url("../images/large/2x/02__dualScreen__4.jpg"); } }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__5 {
        background-image: url("../images/large/1x/02__dualScreen__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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__5 {
            background-image: url("../images/large/2x/02__dualScreen__5.jpg"); } }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__6 {
        background-image: url("../images/large/1x/02__dualScreen__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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__6 {
            background-image: url("../images/large/2x/02__dualScreen__6.jpg"); } }
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame {
      margin: 0 auto;
      height: 368px;
      z-index: 999;
      position: relative;
      margin-top: -367px;
      background-color: #000; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar {
        position: relative;
        margin: 0 auto;
        text-align: center;
        z-index: 999;
        max-width: 1280px; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase {
          margin: 30px 10px;
          display: inline-block;
          width: 115px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase.choosed {
            opacity: 1; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase:hover {
            opacity: 1; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 70px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb1 :before {
          top: 40px;
          background-image: url("../images/large/1x/animation/s2/nav/btn1.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb1 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn1.png"); } }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb2 :before {
          top: 40px;
          background-image: url("../images/large/1x/animation/s2/nav/btn2.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb2 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn2.png"); } }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb3 :before {
          top: 40px;
          background-image: url("../images/large/1x/animation/s2/nav/btn3.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb3 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn3.png"); } }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb4 :before {
          top: 40px;
          background-image: url("../images/large/1x/animation/s2/nav/btn4.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb4 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn4.png"); } }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb5 :before {
          top: 40px;
          background-image: url("../images/large/1x/animation/s2/nav/btn5.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb5 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn5.png"); } }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb6 :before {
          top: 40px;
          background-image: url("../images/large/1x/animation/s2/nav/btn6.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb6 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn6.png"); } }
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 840px;
      height: 1px;
      z-index: 9999;
      margin-top: -226px;
      background-color: white; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box {
        transition: 300ms ease-in-out;
        position: relative;
        width: 70px;
        height: 3px;
        background-color: white;
        top: -2px;
        left: 0;
        transform: translate3d(40px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move1 {
          transform: translate3d(40px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move2 {
          transform: translate3d(177px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move3 {
          transform: translate3d(316px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move4 {
          transform: translate3d(455px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move5 {
          transform: translate3d(594px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move6 {
          transform: translate3d(732px, 0px, 0px); }
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 650px;
      z-index: 9999;
      text-align: center; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word span {
        display: block;
        font-size: 14px;
        opacity: 0;
        text-align: center;
        width: 650px;
        position: absolute;
        left: 0;
        right: 0;
        line-height: 1.8;
        margin-top: 11px;
        color: #fff;
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
        font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word span.show {
          opacity: 1; }
  #ASUS-features .section__2 .img__02__dualScreen .section__2__videoFrame {
    width: 2560px;
    height: 980px;
    overflow: hidden;
    z-index: 9999;
    margin-left: -1280px;
    left: 50%;
    top: -757px;
    position: relative;
    pointer-events: none;
    transition: 800ms; }
    #ASUS-features .section__2 .img__02__dualScreen .section__2__videoFrame.fade-out {
      opacity: 0; }

#ASUS-features .section__3 .img__03__design {
  position: relative;
  background-image: url("../images/large/1x/03__design.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 1248px;
  margin-top: -191px; }
  @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 .img__03__design {
      background-image: url("../images/large/2x/03__design.jpg"); } }

#ASUS-features .section__3 .img__03__parts {
  width: 1344px;
  height: 327px;
  left: 50%;
  margin-left: -672px;
  margin-top: 59px;
  background-image: url("../images/large/1x/03__parts.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 .img__03__parts {
      background-image: url("../images/large/2x/03__parts.jpg"); } }

@media all and (min-width: 1281px) and (max-width: 1343px) {
  #ASUS-features .section__3 .img__03__parts {
    width: 100%;
    max-width: 1344px;
    height: 0;
    padding-bottom: 24.35%; } }

#ASUS-features .section__3 .wd__feature__list {
  margin-top: 75px; }

#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__top .img__designTop {
    width: 2560px;
    margin-left: -1280px;
    height: 1389px;
    z-index: 1;
    background-image: url("../images/large/1x/04_designTop.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__top .img__designTop {
        background-image: url("../images/large/2x/04_designTop.jpg"); } }
    #ASUS-features .section__4__top .img__designTop .rogHeadline {
      position: absolute;
      font-family: 'rogfontsv16-regular','Xolonium-Regular', 'sans-serif';
      font-size: 200px;
      text-align: center;
      line-height: 0.6;
      color: white;
      opacity: 1;
      left: 50%;
      transform: translate3d(-50%, 700px, 0);
      vertical-align: middle; }

#ASUS-features .section__4 {
  margin-top: 54px; }
  #ASUS-features .section__4 .section__4__videoFrame {
    width: 2560px;
    height: 980px;
    overflow: hidden;
    z-index: 1;
    margin-left: -1280px;
    left: 50%;
    top: -156px;
    position: relative;
    pointer-events: none;
    transition: 800ms; }
    #ASUS-features .section__4 .section__4__videoFrame.fade-out {
      opacity: 0; }
  #ASUS-features .section__4 .wd__feature__list {
    width: 1100px;
    margin-top: -197px; }
  #ASUS-features .section__4 .modal-button-container {
    margin-top: 55px; }

#ASUS-features .section__4__slick {
  background-color: #131313;
  height: 553px;
  /* Arrows */ }
  #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;
    background-image: url("../images/large/1x/04__nvBg.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:after {
        background-image: url("../images/large/2x/04__nvBg.jpg"); } }
  #ASUS-features .section__4__slick .slick {
    position: relative;
    max-width: 1022px;
    z-index: 100;
    padding-top: 110px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto; }
    #ASUS-features .section__4__slick .slick .slick-list {
      height: 290px; }
      #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame {
        transform: translate3d(62px, 0, 0); }
        #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg {
          height: auto;
          width: 300px;
          padding-bottom: 29%;
          background-repeat: no-repeat;
          background-size: cover; }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__1 {
            background-image: url("../images/large/1x/animation/s4/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 .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__1 {
                background-image: url("../images/large/2x/animation/s4/1.jpg"); } }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__2 {
            background-image: url("../images/large/1x/animation/s4/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 .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__2 {
                background-image: url("../images/large/2x/animation/s4/2.jpg"); } }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__3 {
            background-image: url("../images/large/1x/animation/s4/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 .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__3 {
                background-image: url("../images/large/2x/animation/s4/3.jpg"); } }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__4 {
            background-image: url("../images/large/1x/animation/s4/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 .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__4 {
                background-image: url("../images/large/2x/animation/s4/4.jpg"); } }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__5 {
            background-image: url("../images/large/1x/animation/s4/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 .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__5 {
                background-image: url("../images/large/2x/animation/s4/5.jpg"); } }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__6 {
            background-image: url("../images/large/1x/animation/s4/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 .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__6 {
                background-image: url("../images/large/2x/animation/s4/6.jpg"); } }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__7 {
            background-image: url("../images/large/1x/animation/s4/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 .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg.slickItem__7 {
                background-image: url("../images/large/2x/animation/s4/7.jpg"); } }
      #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame {
        width: 570px;
        -webkit-transform: translate3d(400px, -240px, 0px);
        -ms-transform: translate3d(400px, -240px, 0px);
        transform: translate3d(400px, -240px, 0px); }
        #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText {
          width: 100%;
          color: #FFFFFF; }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
            font-family: "Xolonium-Regular", 'Helvetica', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
            font-weight: normal;
            font-style: normal;
            font-size: 24px;
            line-height: 1.5;
            margin-bottom: 10px;
            color: #fff;
            display: block; }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
            font-family: "Roboto Light",Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            line-height: 1.8;
            color: #fff; }
  #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 {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(-100%, 15%, 0);
    -ms-transform: translate3d(-100%, 15%, 0);
    transform: translate3d(-100%, 15%, 0);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s4/arrow.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__slick .slick-prev {
        background-image: url("../images/large/2x/animation/s4/arrow.png"); } }
  #ASUS-features .section__4__slick .slick-next {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(80%, 15%, 0);
    -ms-transform: translate3d(80%, 15%, 0);
    transform: translate3d(80%, 15%, 0);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s4/arrow.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__slick .slick-next {
        background-image: url("../images/large/2x/animation/s4/arrow.png"); } }

#ASUS-features .section__4__slick {
  /* Dots */ }
  #ASUS-features .section__4__slick .slick-dots {
    bottom: 0; }
    #ASUS-features .section__4__slick .slick-dots li {
      width: auto;
      height: auto;
      vertical-align: top; }
      #ASUS-features .section__4__slick .slick-dots li button {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/large/1x/animation/s4/icon/slick_dot_normal.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__slick .slick-dots li button {
            background-image: url("../images/large/2x/animation/s4/icon/slick_dot_normal.png"); } }
        #ASUS-features .section__4__slick .slick-dots li button:before {
          display: none; }
  #ASUS-features .section__4__slick .slick-dots li.slick-active button {
    background-image: url("../images/large/1x/animation/s4/icon/slick_dot_active.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__slick .slick-dots li.slick-active button {
        background-image: url("../images/large/2x/animation/s4/icon/slick_dot_active.png"); } }

#ASUS-features .section__5 .toggle__nav__frame {
  position: relative;
  width: 680px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 27px;
  position: relative;
  z-index: 999;
  font-size: 18px;
  color: #fff; }
  #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame {
    text-align: center;
    margin: 0 auto;
    list-style: none; }
    #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame .tn__btn {
      width: 180px;
      vertical-align: middle;
      margin: 20px 20px 11px 20px;
      font-size: 21px;
      font-family: 'Roboto-Light_0', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif';
      box-sizing: border-box;
      display: inline-block;
      text-align: center;
      letter-spacing: 0.5px;
      cursor: pointer;
      user-select: none; }
      #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame .tn__btn:hover {
        color: #4782bc; }
    #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame li.tn__1 {
      margin-left: auto;
      margin-right: auto; }
    #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame li.tn__2 {
      margin-left: auto;
      margin-right: auto; }
  #ASUS-features .section__5 .toggle__nav__frame .toggle__nav .nav__line {
    height: 1px;
    background-color: white; }
    #ASUS-features .section__5 .toggle__nav__frame .toggle__nav .nav__line .nav__line__box {
      transition: 300ms ease-in-out;
      position: relative;
      width: 100px;
      height: 3px;
      background-color: white;
      top: -2px;
      left: 197px; }

#ASUS-features .section__5 .display__frame .wd__feature__list {
  margin-top: 2px; }

#ASUS-features .section__5 .display__frame .img {
  margin-top: -305px; }

#ASUS-features .section__5 .display__frame.display__1 {
  display: block;
  transition: 500ms ease-in-out; }
  #ASUS-features .section__5 .display__frame.display__1 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
    width: 54px;
    height: 107px;
    margin-top: 0;
    top: 17px;
    background-size: contain;
    background-image: url("../images/large/1x/icon/pantoneLogo.svg"); }
    @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 .display__frame.display__1 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
        background-image: url("../images/large/2x/icon/pantoneLogo.svg"); } }
  #ASUS-features .section__5 .display__frame.display__1 .img__display__skrollr__bg {
    left: 50%;
    transform: translateX(-50%);
    margin-top: -1202px;
    width: 2560px;
    height: 1277px;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s5/display__skrollr__bg.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 .display__frame.display__1 .img__display__skrollr__bg {
        background-image: url("../images/large/2x/animation/s5/display__skrollr__bg.jpg"); } }
  #ASUS-features .section__5 .display__frame.display__1 .img__display__skrollr__nb {
    top: -713px;
    width: 969px;
    height: 756px;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s5/display__nb.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__5 .display__frame.display__1 .img__display__skrollr__nb {
        background-image: url("../images/large/2x/animation/s5/display__nb.png"); } }
  #ASUS-features .section__5 .display__frame.display__1 .img__creators {
    height: 1277px; }
  #ASUS-features .section__5 .display__frame.display__1 .modal-button-container {
    margin-top: -498px;
    top: -100px; }

#ASUS-features .section__5 .display__frame.display__2 {
  display: none;
  transition: 500ms ease-in-out; }
  #ASUS-features .section__5 .display__frame.display__2 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
    width: 54px;
    height: 107px;
    margin-top: 0;
    top: 17px;
    background-size: contain;
    background-image: url("../images/large/1x/icon/pantoneLogo.svg"); }
    @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 .display__frame.display__2 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
        background-image: url("../images/large/2x/icon/pantoneLogo.svg"); } }
  #ASUS-features .section__5 .display__frame.display__2 .img__gamers {
    width: 2560px;
    margin-left: -1280px;
    height: 1277px;
    background-image: url("../images/large/1x/05__gamers.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 .display__frame.display__2 .img__gamers {
        background-image: url("../images/large/2x/05__gamers.jpg"); } }
  #ASUS-features .section__5 .display__frame.display__2 .modal-button-container {
    margin-top: -31px;
    top: -100px; }

#ASUS-features .section__6 {
  margin-top: 120px; }
  #ASUS-features .section__6 .img__06__cooling {
    position: relative;
    background-image: url("../images/large/1x/06__cooling.jpg");
    width: 2560px;
    margin-left: -1280px;
    height: 1176px;
    margin-top: -191px; }
    @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__6 .img__06__cooling {
        background-image: url("../images/large/2x/06__cooling.jpg"); } }
  #ASUS-features .section__6 .wd-content {
    width: 1110px;
    max-width: none; }
    #ASUS-features .section__6 .wd-content .content-slogan {
      width: 1110px;
      max-width: none; }
    #ASUS-features .section__6 .wd-content .content-title {
      width: 1110px;
      max-width: none; }
    #ASUS-features .section__6 .wd-content .content-info {
      width: 1110px;
      max-width: none; }
  #ASUS-features .section__6 .wd__feature__list {
    text-align: left;
    margin-top: 75px;
    left: 36px; }
    #ASUS-features .section__6 .wd__feature__list .wd__feature .wd__feature__describe {
      text-align: left; }
  #ASUS-features .section__6 .modal-button-container {
    margin-top: -137px; }

#ASUS-features .section__7 .img__07__upgradeability {
  position: relative;
  background-image: url("../images/large/1x/07__upgradeability.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 818px;
  margin-top: 60px; }
  @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/2x/07__upgradeability.jpg"); } }

#ASUS-features .section__7 .wd-content {
  width: 1110px; }
  #ASUS-features .section__7 .wd-content .content-slogan {
    width: 1110px;
    max-width: none; }
  #ASUS-features .section__7 .wd-content .content-title {
    width: 1110px;
    max-width: none; }
  #ASUS-features .section__7 .wd-content .content-info {
    width: 1110px;
    max-width: none; }

#ASUS-features .section__7 .wd__feature__list {
  text-align: left;
  margin-top: 44px;
  left: 24px; }
  #ASUS-features .section__7 .wd__feature__list .wd__feature {
    margin: 0 20px 25px; }
    #ASUS-features .section__7 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__thunderbolt__logo {
      width: 290px;
      height: 80px;
      margin-top: 0;
      margin-left: 0;
      top: -3px;
      background-size: cover;
      background-image: url("../images/large/1x/icon/thunderboltLogo.svg"); }
      @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 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__thunderbolt__logo {
          background-image: url("../images/large/2x/icon/thunderboltLogo.svg"); } }
    #ASUS-features .section__7 .wd__feature__list .wd__feature.feature-2 {
      margin-right: 30px; }
    #ASUS-features .section__7 .wd__feature__list .wd__feature .wd__feature__describe {
      text-align: left; }

#ASUS-features .section__7 .modal-button-container {
  margin-top: 83px; }

#ASUS-features .section__8 .img__08__portability {
  position: relative;
  background-image: url("../images/large/1x/08__portability.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 818px;
  margin-top: 60px; }
  @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__portability {
      background-image: url("../images/large/2x/08__portability.jpg"); } }

#ASUS-features .section__9 .img__09__audio {
  position: relative;
  background-image: url("../images/large/1x/09__audio.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 1150px;
  margin-top: -360px; }
  @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/2x/09__audio.jpg"); } }

#ASUS-features .section__9 .wd-content .content-info {
  width: 820px; }

#ASUS-features .section__9 .wd__feature__list .wd__feature.feature-3 .wd__feature__data .img__ess__logo {
  width: 111px;
  height: 38px;
  top: -9px;
  background-size: cover;
  background-image: url("../images/large/1x/icon/essLogo.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__list .wd__feature.feature-3 .wd__feature__data .img__ess__logo {
      background-image: url("../images/large/2x/icon/essLogo.png"); } }

#ASUS-features .section__9__slick {
  margin-top: 0px;
  padding-top: 123px;
  background-color: #131313;
  height: 765px;
  /* Arrows */
  /* Dots */ }
  #ASUS-features .section__9__slick .slickSoftware {
    position: relative;
    max-width: 1022px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: auto;
    margin-right: auto; }
    #ASUS-features .section__9__slick .slickSoftware .slick-list {
      height: 410px; }
      #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame {
        transform: translate3d(0px, 0, 0); }
        #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg {
          height: auto;
          width: 525px;
          padding-bottom: 36.1%;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__1 {
            background-image: url("../images/large/1x/animation/s9/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__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__1 {
                background-image: url("../images/large/2x/animation/s9/1.jpg"); } }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__2 {
            background-image: url("../images/large/1x/animation/s9/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__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__2 {
                background-image: url("../images/large/2x/animation/s9/2.jpg"); } }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__3 {
            background-image: url("../images/large/1x/animation/s9/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__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__3 {
                background-image: url("../images/large/2x/animation/s9/3.jpg"); } }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__4 {
            background-image: url("../images/large/1x/animation/s9/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__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__4 {
                background-image: url("../images/large/2x/animation/s9/5.jpg"); } }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__5 {
            background-image: url("../images/large/1x/animation/s9/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__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__5 {
                background-image: url("../images/large/2x/animation/s9/6.jpg"); } }
      #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame {
        width: 450px;
        transform: translate3d(559px, -340px, 0px); }
        #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText {
          width: 100%;
          color: #FFFFFF; }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
            font-family: "Xolonium-Regular", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 33px;
            line-height: 1.18;
            margin-bottom: 10px;
            color: #FFF;
            display: block; }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
            font-family: "Roboto Light",Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            line-height: 1.6;
            color: #FFF; }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText span.slickDis {
            font-family: "Roboto Light",Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
            font-weight: normal;
            font-style: normal;
            margin-top: 12px;
            font-size: 12px;
            color: #999999;
            line-height: 1.4; }
  #ASUS-features .section__9__slick .slick-prev:before,
  #ASUS-features .section__9__slick .slick-next:before {
    display: none; }
  #ASUS-features .section__9__slick .slick-prev {
    z-index: 999;
    width: 71px;
    height: 70px;
    opacity: 1;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(-100%, -60%, 0) rotate(-180deg);
    -ms-transform: translate3d(-100%, -60%, 0) rotate(-180deg);
    -moz-transform: translate3d(-100%, -60%, 0) rotate(-180deg);
    -o-transform: translate3d(-100%, -60%, 0) rotate(-180deg);
    transform: translate3d(-100%, -60%, 0) rotate(-180deg);
    background-image: url("../images/large/1x/animation/s9/arrow.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__slick .slick-prev {
        background-image: url("../images/large/2x/animation/s9/arrow.png"); } }
  #ASUS-features .section__9__slick .slick-next {
    z-index: 999;
    width: 71px;
    height: 70px;
    opacity: 1;
    -webkit-transform: translate3d(80%, -60%, 0);
    -ms-transform: translate3d(80%, -60%, 0);
    transform: translate3d(80%, -60%, 0);
    background-position: center;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s9/arrow.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__slick .slick-next {
        background-image: url("../images/large/2x/animation/s9/arrow.png"); } }
  #ASUS-features .section__9__slick .slick-dots {
    bottom: 0;
    margin-left: 0 !important; }
    #ASUS-features .section__9__slick .slick-dots li {
      width: auto;
      height: auto;
      vertical-align: top; }
      #ASUS-features .section__9__slick .slick-dots li button {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/large/1x/animation/s9/icon/slick_dot_normal.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__slick .slick-dots li button {
            background-image: url("../images/large/2x/animation/s9/icon/slick_dot_normal.png"); } }
        #ASUS-features .section__9__slick .slick-dots li button:before {
          display: none; }
  #ASUS-features .section__9__slick .slick-dots li.slick-active button {
    background-image: url("../images/large/1x/animation/s9/icon/slick_dot_active.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__slick .slick-dots li.slick-active button {
        background-image: url("../images/large/2x/animation/s9/icon/slick_dot_active.png"); } }
  #ASUS-features .section__9__slick .softwareNav {
    margin-top: 73px;
    max-width: 1200px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    #ASUS-features .section__9__slick .softwareNav .slick-list .slick-track {
      height: 30px; }
    #ASUS-features .section__9__slick .softwareNav .softwareNav__item {
      font-family: "Roboto", "Segoe UI bold", sans-serif !important;
      font-weight: 400 !important;
      text-align: center;
      background: transparent;
      margin-left: 480px;
      position: relative;
      font-size: 20px;
      line-height: 28px;
      font-weight: 400;
      color: #a3a3a3;
      outline: none;
      cursor: pointer; }
      #ASUS-features .section__9__slick .softwareNav .softwareNav__item .nav__item {
        font-size: 22px; }
      #ASUS-features .section__9__slick .softwareNav .softwareNav__item .sign-pipe {
        color: #a3a3a3 !important;
        position: absolute;
        right: -2px;
        top: 50%;
        width: auto;
        height: 15px;
        margin-top: -13px;
        font-size: 20px; }
  #ASUS-features .section__9__slick .slick-current .softwareNav__item {
    color: #fff; }

#ASUS-features .section__10 {
  padding-bottom: 220px; }
  #ASUS-features .section__10 .img__10__aura {
    position: relative;
    width: 2560px;
    margin-left: -1280px;
    height: 864px;
    margin-top: -360px; }
  #ASUS-features .section__10 .wd-content .content-info {
    width: 920px; }
  #ASUS-features .section__10 .wd__feature__list {
    margin-top: 18px; }
    #ASUS-features .section__10 .wd__feature__list .wd__feature.feature-4 {
      min-width: 96px;
      width: 96px;
      height: 96px; }
      #ASUS-features .section__10 .wd__feature__list .wd__feature.feature-4 .wd__feature__data .img__aura__logo {
        width: 96px;
        height: 96px;
        margin-left: 0;
        margin-right: 0;
        top: 21px;
        background-size: cover;
        background-image: url("../images/large/1x/icon/aura.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__10 .wd__feature__list .wd__feature.feature-4 .wd__feature__data .img__aura__logo {
            background-image: url("../images/large/2x/icon/aura.png"); } }
  #ASUS-features .section__10 .img__aura {
    position: relative;
    width: 2560px;
    margin-left: -1280px;
    height: 1144px;
    left: 50%;
    margin-top: -180px; }
    #ASUS-features .section__10 .img__aura .auraAnimation {
      width: 2560px;
      margin: 0 auto; }
      #ASUS-features .section__10 .img__aura .auraAnimation figure {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute; }
      #ASUS-features .section__10 .img__aura .auraAnimation .colorPickerCircle {
        z-index: 1049;
        transition: opacity 500ms 100ms ease;
        opacity: 1;
        position: absolute;
        top: 702px;
        left: 1610px;
        margin-left: 0;
        width: 150px;
        height: 150px;
        display: block; }
        #ASUS-features .section__10 .img__aura .auraAnimation .colorPickerCircle canvas {
          box-sizing: border-box;
          z-index: 99;
          position: absolute;
          top: 0;
          left: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb {
        width: 2560px;
        height: auto;
        left: 50%;
        margin-left: -1280px;
        z-index: 100;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb .img__pc__mask {
          width: 2560px;
          margin-left: -1280px;
          height: 864px;
          left: 50%;
          margin-top: 222px;
          z-index: 999;
          position: relative;
          background-repeat: no-repeat;
          background-size: cover;
          opacity: 1;
          background-image: url("../images/large/1x/animation/s10/model/10_aura_mask.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__10 .img__aura .auraAnimation .img__aura__nb .img__pc__mask {
              background-image: url("../images/large/2x/animation/s10/model/10_aura_mask.png"); } }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb #nbColorBlock {
          z-index: 90;
          position: absolute;
          left: 947px;
          top: 556px;
          /* transform: translate3d(0, 0, 0) rotate(3deg) skew(-12deg, -3deg); */
          width: 719px;
          height: 142px;
          margin: 0 auto; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb #nbColorDefault {
          z-index: 89;
          position: absolute;
          left: 947px;
          top: 556px;
          /* transform: translate3d(0, 0, 0) rotate(3deg) skew(-12deg, -3deg); */
          width: 719px;
          height: 142px;
          margin: 0 auto;
          background: #0c0c0c; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb #mouseColorBlock {
          z-index: 90;
          position: absolute;
          left: 1690px;
          top: 500px;
          /* transform: translate3d(0, 0, 0) rotate(3deg) skew(-12deg, -3deg); */
          width: 229px;
          height: 230px;
          margin: 0 auto; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb #mouseColorDefault {
          z-index: 89;
          position: absolute;
          transform: translate3d(870px, 440px, 0) rotate(3deg) skew(-12deg, -3deg);
          width: 400x;
          height: 500px;
          margin: 0 auto;
          background: #0c0c0c; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb #headsetColorBlock {
          z-index: 90;
          position: absolute;
          left: 720px;
          top: 80px;
          width: 299px;
          height: 410px;
          margin: 0 auto; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb #headsetColorDefault {
          z-index: 89;
          position: absolute;
          left: 720px;
          top: 80px;
          width: 299px;
          height: 410px;
          margin: 0 auto;
          background: #0c0c0c; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb #allCometColorBlock {
          opacity: 0;
          z-index: 90;
          position: absolute;
          left: 660px;
          top: 80px;
          width: 1300px;
          height: 660px;
          margin: 0 auto;
          background: linear-gradient(468deg, black 6%, #ff0600 7%, black 9%, black 60%, black 65%, black 90%) !important; }
      #ASUS-features .section__10 .img__aura .auraAnimation.breathingFilter .colorPickerCircle, #ASUS-features .section__10 .img__aura .auraAnimation.breathingFilter #allCometColorBlock {
        opacity: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation.breathingFilter #nbColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.breathingFilter #pcFrontColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.breathingFilter #mouseColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.breathingFilter #headsetColorBlock {
        opacity: 0;
        animation: KeyBreathing2 4000ms linear infinite; }
      #ASUS-features .section__10 .img__aura .auraAnimation.cycleFilter .colorPickerCircle, #ASUS-features .section__10 .img__aura .auraAnimation.cycleFilter #allCometColorBlock {
        opacity: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation.cycleFilter #nbColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.cycleFilter #mouseColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.cycleFilter #headsetColorBlock {
        animation: KeyStrobingDIV 3000ms linear infinite; }
      #ASUS-features .section__10 .img__aura .auraAnimation.strobingFilter #allCometColorBlock {
        opacity: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation.strobingFilter .colorPickerCircle {
        opacity: 1; }
      #ASUS-features .section__10 .img__aura .auraAnimation.strobingFilter #nbColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.strobingFilter #mouseColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.strobingFilter #headsetColorBlock {
        animation: KeyStrobing2 850ms linear infinite; }
      #ASUS-features .section__10 .img__aura .auraAnimation.rainbowFilter .colorPickerCircle, #ASUS-features .section__10 .img__aura .auraAnimation.rainbowFilter #allCometColorBlock {
        opacity: 0; }


      
      @keyframes KeyRainbow {
        0% {
          background-position: 0% 0%; }
        100% {
          background-position: -134% -134%; } }
      
      @-webkit-keyframes KeyRainbow {
        0% {
          background-position: 0% 0%; }
        100% {
          background-position: -134% -134%; } }

          
          
      #ASUS-features .section__10 .img__aura .auraAnimation.rainbowFilter #nbColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.rainbowFilter #mouseColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.rainbowFilter #headsetColorBlock {
        background: linear-gradient(90deg, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d, #fc0613, #fe580e, #ffd832, #d0f945, #53fe3d, #2ffe3e, #2cfea7, #23f6ff, #007dfb, #0023f9, #6a1cfb, #f01cfa, #fd118d);
        background-size: 600% 100%;
        background-position: 0 0;
        animation: KeyRainbow 12000ms linear infinite;
        -webkit-animation: KeyRainbow 12000ms linear infinite;
      }

      @keyframes KeyRainbow {
        0% {
          background-position: 0%; }
        100% {
          background-position: -134%; } }
      
      @-webkit-keyframes KeyRainbow {
        0% {
          background-position: 0%; }
        100% {
          background-position: -134%; } }



      #ASUS-features .section__10 .img__aura .auraAnimation.cometFilter .colorPickerCircle {
        opacity: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation.cometFilter #nbColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.cometFilter #mouseColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.cometFilter #headsetColorBlock {
        opacity: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation.cometFilter #allCometColorBlock {
        opacity: 1;
        background-size: 1898% 557%;
        background-position: 0 0;
        animation: KeyCometAll 838ms linear infinite normal; }
      #ASUS-features .section__10 .img__aura .auraAnimation.musicFilter .colorPickerCircle {
        opacity: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation.musicFilter #nbColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.musicFilter #pcFrontColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.musicFilter #mouseColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.musicFilter #headsetColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.musicFilter #keyboardColorBlock {
        animation: KeyMusic 4000ms linear infinite normal 600ms; }
      #ASUS-features .section__10 .img__aura .auraAnimation.smartFilter .colorPickerCircle {
        opacity: 0; }
      #ASUS-features .section__10 .img__aura .auraAnimation.smartFilter #nbColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.smartFilter #mouseColorBlock, #ASUS-features .section__10 .img__aura .auraAnimation.smartFilter #headsetColorBlock {
        animation: KeySmart 8000ms linear infinite; }
  #ASUS-features .section__10 .navBarFrame {
    margin: 0 auto;
    height: 368px;
    z-index: 999;
    position: relative;
    margin-top: -416px; }
    #ASUS-features .section__10 .navBarFrame .navBar {
      position: relative;
      margin: 0 auto;
      left: -27px;
      text-align: center;
      z-index: 999;
      max-width: 1280px; }
      #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
        margin: 30px 20px;
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb1 :before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          margin-left: 28px;
          width: 56px;
          height: 56px;
          background-size: cover; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb1.choosed {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb1:hover {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
          width: 115px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          margin-top: 30px;
          font-size: 15px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        @media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }
        #ASUS-features .section__10 .navBarFrame .navBar #nb1 :before {
          background-image: url("../images/large/1x/animation/s10/nav/btn1.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__10 .navBarFrame .navBar #nb1 :before {
              background-image: url("../images/large/2x/animation/s10/nav/btn1.png"); } }
      #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
        margin: 30px 20px;
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb2 :before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          margin-left: 28px;
          width: 56px;
          height: 56px;
          background-size: cover; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb2.choosed {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb2:hover {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
          width: 115px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          margin-top: 30px;
          font-size: 15px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        @media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }
        #ASUS-features .section__10 .navBarFrame .navBar #nb2 :before {
          background-image: url("../images/large/1x/animation/s10/nav/btn2.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__10 .navBarFrame .navBar #nb2 :before {
              background-image: url("../images/large/2x/animation/s10/nav/btn2.png"); } }
      #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
        margin: 30px 20px;
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb3 :before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          margin-left: 28px;
          width: 56px;
          height: 56px;
          background-size: cover; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb3.choosed {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb3:hover {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
          width: 115px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          margin-top: 30px;
          font-size: 15px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        @media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }
        #ASUS-features .section__10 .navBarFrame .navBar #nb3 :before {
          background-image: url("../images/large/1x/animation/s10/nav/btn3.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__10 .navBarFrame .navBar #nb3 :before {
              background-image: url("../images/large/2x/animation/s10/nav/btn3.png"); } }
      #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
        margin: 30px 20px;
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb4 :before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          margin-left: 28px;
          width: 56px;
          height: 56px;
          background-size: cover; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb4.choosed {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb4:hover {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
          width: 115px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          margin-top: 30px;
          font-size: 15px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        @media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }
        #ASUS-features .section__10 .navBarFrame .navBar #nb4 :before {
          background-image: url("../images/large/1x/animation/s10/nav/btn4.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__10 .navBarFrame .navBar #nb4 :before {
              background-image: url("../images/large/2x/animation/s10/nav/btn4.png"); } }
      #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
        margin: 30px 20px;
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb5 :before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          margin-left: 28px;
          width: 56px;
          height: 56px;
          background-size: cover; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb5.choosed {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb5:hover {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
          width: 115px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          margin-top: 30px;
          font-size: 15px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        @media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }
        #ASUS-features .section__10 .navBarFrame .navBar #nb5 :before {
          background-image: url("../images/large/1x/animation/s10/nav/btn5.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__10 .navBarFrame .navBar #nb5 :before {
              background-image: url("../images/large/2x/animation/s10/nav/btn5.png"); } }
      #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
        margin: 30px 20px;
        display: inline-block;
        width: 56px;
        height: 56px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb6 :before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          margin-left: 28px;
          width: 56px;
          height: 56px;
          background-size: cover; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb6.choosed {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb6:hover {
          opacity: 1; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
          width: 115px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          margin-top: 30px;
          font-size: 15px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        @media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }
        #ASUS-features .section__10 .navBarFrame .navBar #nb6 :before {
          background-image: url("../images/large/1x/animation/s10/nav/btn6.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__10 .navBarFrame .navBar #nb6 :before {
              background-image: url("../images/large/2x/animation/s10/nav/btn6.png"); } }
  #ASUS-features .section__10 .nav__line {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 680px;
    height: 1px;
    left: -5px;
    z-index: 9999;
    margin-top: -264px;
    background-color: white; }
    #ASUS-features .section__10 .nav__line .nav__line__box {
      transition: 300ms ease-in-out;
      position: relative;
      width: 64px;
      height: 3px;
      background-color: white;
      top: -2px;
      left: 0;
      transform: translate3d(66px, 0px, 0px); }
      #ASUS-features .section__10 .nav__line .nav__line__box.move1 {
        transform: translate3d(66px, 0px, 0px); }
      #ASUS-features .section__10 .nav__line .nav__line__box.move2 {
        transform: translate3d(166px, 0px, 0px); }
      #ASUS-features .section__10 .nav__line .nav__line__box.move3 {
        transform: translate3d(266px, 0px, 0px); }
      #ASUS-features .section__10 .nav__line .nav__line__box.move4 {
        transform: translate3d(366px, 0px, 0px); }
      #ASUS-features .section__10 .nav__line .nav__line__box.move5 {
        transform: translate3d(466px, 0px, 0px); }
      #ASUS-features .section__10 .nav__line .nav__line__box.move6 {
        transform: translate3d(566px, 0px, 0px); }

#ASUS-features .section__11 .img__11__connectivity {
  margin-top: 100px;
  position: relative;
  background-image: url("../images/large/1x/11__connectivity.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 652px; }
  @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/2x/11__connectivity.jpg"); } }
  #ASUS-features .section__11 .img__11__connectivity .textPartsFrame {
    position: relative;
    transform: translate3d(1184px, 215px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partText {
      position: absolute;
      color: #FFF;
      font-size: 13px;
      width: auto;
      line-height: 1.8rem;
      font-family: 'Roboto-Light_0', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__1 {
      transform: translate3d(-12px, 331px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__2 {
      transform: translate3d(-62px, 376px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__3 {
      transform: translate3d(-97px, 403px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__4 {
      text-align: right;
      transform: translate3d(139px, 49px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__5 {
      text-align: center;
      transform: translate3d(141px, 89px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__6 {
      text-align: left;
      transform: translate3d(231px, 49px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__7 {
      text-align: right;
      transform: translate3d(579px, 189px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__8 {
      text-align: right;
      transform: translate3d(589px, 205px, 0); }
    #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__9 {
      text-align: right;
      transform: translate3d(529px, 221px, 0); }

#ASUS-features .section__12 .img__12__software {
  position: relative;
  background-image: url("../images/large/1x/12__software.jpg");
  width: 2560px;
  margin-left: -1280px;
  height: 1326px;
  margin-top: -400px; }
  @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/2x/12__software.jpg"); } }

#ASUS-features .section__12 .wd-content {
  margin: 0 auto;
  position: relative; }

#ASUS-features .section__12 .software__toggle__nav__frame {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  padding-bottom: 50px; }
  #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame {
    position: relative;
    width: 30%;
    display: inline-block;
    vertical-align: top; }
    #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img {
      position: relative;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50%;
      margin-left: auto;
      margin-right: auto;
      z-index: 99999;
      width: 267px;
      height: auto;
      padding-bottom: 47%; }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__1 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__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__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__1 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__1.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__2 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__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__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__2 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__2.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__3 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__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__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__3 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__3.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__4 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__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__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__4 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__4.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__5 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__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__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__5 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__5.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__6 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__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__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__6 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__6.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__7 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__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__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__7 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__7.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__8 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__8.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 .software__toggle__nav__frame .software__img__frame .software__img.software__img__8 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__8.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__9 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__9.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 .software__toggle__nav__frame .software__img__frame .software__img.software__img__9 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__9.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__10 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__10.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 .software__toggle__nav__frame .software__img__frame .software__img.software__img__10 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__10.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__11 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__11.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 .software__toggle__nav__frame .software__img__frame .software__img.software__img__11 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__11.jpg"); } }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img.software__img__12 {
        background-image: url("../images/large/1x/animation/s12/12__softImg__12.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 .software__toggle__nav__frame .software__img__frame .software__img.software__img__12 {
            background-image: url("../images/large/1x/animation/s12/12__softImg__12.jpg"); } }
  #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame {
    color: #fff;
    opacity: 0;
    width: 70%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 730px;
    left: 280px;
    right: 0;
    z-index: 9999;
    text-align: left;
    vertical-align: top; }
    #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame.show {
      opacity: 1; }
    #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .software__title {
      margin-top: 0px;
      font-size: 22px;
      font-family: 'Xolonium-Regular','Microsoft JhengHei', 'sans-serif'; }
    #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .softWord__content {
      font-size: 14px;
      line-height: 1.7;
      margin-top: 11px;
      font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
    #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .content-comment {
      font-size: 12px;
      color: #777; }

#ASUS-features .section__12 .navBarFrame {
  margin: 0 auto;
  height: 423px;
  z-index: 999;
  position: relative;
  margin-top: -262px;
  background-color: rgba(39, 35, 57, 0.7); }
  #ASUS-features .section__12 .navBarFrame .navBar {
    position: relative;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    max-width: 1280px; }
    #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase {
      margin: 30px 2px;
      display: inline-block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: 28px;
      cursor: pointer;
      transition: opacity 350ms ease-in-out;
      opacity: 0.4; }
      #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase.choosed {
        opacity: 1; }
      #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase:hover {
        opacity: 1; }
      #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase span {
        width: 125px;
        display: block;
        color: #FFFFFF;
        text-align: center;
        font-size: 14px;
        font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }

#ASUS-features .section__12 .nav__line {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1050px;
  height: 1px;
  z-index: 9999;
  margin-top: -357px;
  background-color: white; }
  #ASUS-features .section__12 .nav__line .nav__line__box {
    transition: 300ms ease-in-out;
    position: relative;
    width: 120px;
    height: 3px;
    background-color: white;
    top: -2px;
    left: 0;
    transform: translate3d(67px, 0px, 0px); }
    #ASUS-features .section__12 .nav__line .nav__line__box.move1 {
      transform: translate3d(67px, 0px, 0px); }
    #ASUS-features .section__12 .nav__line .nav__line__box.move2 {
      transform: translate3d(198px, 0px, 0px); }
    #ASUS-features .section__12 .nav__line .nav__line__box.move3 {
      transform: translate3d(333px, 0px, 0px); }
    #ASUS-features .section__12 .nav__line .nav__line__box.move4 {
      transform: translate3d(462px, 0px, 0px); }
    #ASUS-features .section__12 .nav__line .nav__line__box.move5 {
      transform: translate3d(598px, 0px, 0px); }
    #ASUS-features .section__12 .nav__line .nav__line__box.move6 {
      transform: translate3d(729px, 0px, 0px); }
    #ASUS-features .section__12 .nav__line .nav__line__box.move7 {
      transform: translate3d(861px, 0px, 0px); }

#ASUS-features .section__13 {
  margin-top: 223px; }
  #ASUS-features .section__13 .img__13__bundles {
    position: relative;
    background-image: url("../images/large/1x/13__bundles.jpg");
    width: 2560px;
    margin-left: -1280px;
    height: 1686px;
    margin-top: -400px; }
    @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/2x/13__bundles.jpg"); } }

#ASUS-features .section__14 {
  margin-top: 0px;
  height: auto; }
  #ASUS-features .section__14 .img__14__bg {
    position: absolute;
    margin-top: 0;
    width: 2560px;
    margin-left: -1280px;
    height: 1300px;
    left: 50%;
    background-image: url("../images/large/1x/14_bg.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__14 .img__14__bg {
        background-image: url("../images/large/2x/14_bg.jpg"); } }
  #ASUS-features .section__14 .img__14__software {
    width: 1129px;
    height: 610px;
    margin-left: -554.5px;
    margin-top: 200px;
    background-image: url("../images/large/1x/14_software.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__14 .img__14__software {
        background-image: url("../images/large/2x/14_software.jpg"); } }
  #ASUS-features .section__14 .wd-content {
    margin-bottom: 125px; }
    #ASUS-features .section__14 .wd-content .content-slogan {
      color: #fff;
      letter-spacing: -2px;
      transform: translate3d(-590px, -460px, 0px) rotate(-90deg); }
    #ASUS-features .section__14 .wd-content .content-title {
      width: 1120px;
      color: #fff; }
    #ASUS-features .section__14 .wd-content .content-info {
      width: 926px;
      color: #fff;
      line-height: 1.7;
      letter-spacing: 0.9px; }

#ASUS-features .section__15 {
  margin-top: 0px;
  height: auto;
  padding-top: 114px; }
  #ASUS-features .section__15 .img__15__bg {
    position: absolute;
    margin-top: 0;
    width: 2560px;
    margin-left: -1280px;
    height: 1608px;
    left: 50%;
    margin-top: -115px;
    background-image: url("../images/large/1x/15_bg.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__15 .img__15__bg {
        background-image: url("../images/large/2x/15_bg.jpg"); } }
  #ASUS-features .section__15 .img__15__io {
    width: 1387px;
    height: 647px;
    transform: translate3d(-21px, 206px, 0px);
    left: 0;
    background-image: url("../images/large/1x/15_io.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 .img__15__io {
        background-image: url("../images/large/2x/15_io.png"); } }
    #ASUS-features .section__15 .img__15__io .textPartsFrame {
      position: relative;
      transform: translate3d(-8px, 225px, 0);
      text-align: center; }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partText {
        position: absolute;
        color: #FFF;
        font-size: 14px;
        width: auto;
        line-height: 1.49;
        font-family: 'Roboto', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__1 {
        transform: translate3d(86px, 89px, 0); }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__2 {
        transform: translate3d(185px, 147px, 0); }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__3 {
        transform: translate3d(309px, 209px, 0);
        text-align: left; }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__4 {
        transform: translate3d(357px, 152px, 0); }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__5 {
        transform: translate3d(-410px, 415px, 0); }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__6 {
        transform: translate3d(-263px, 369px, 0); }
      #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__7 {
        transform: translate3d(270px, 426px, 0); }
  #ASUS-features .section__15 .wd-content {
    text-align: right;
    margin-bottom: 375px;
    transform: translate3d(80px, -150px, 0); }
    #ASUS-features .section__15 .wd-content .content-slogan {
      text-align: right;
      color: #fff;
      transform: translate3d(0px, -443px, 0px);
      letter-spacing: -2px; }
    #ASUS-features .section__15 .wd-content .content-title {
      text-align: right;
      color: #fff;
      transform: translate3d(0px, 399px, 0px); }
    #ASUS-features .section__15 .wd-content .content-info {
      text-align: right;
      color: #fff;
      transform: translate3d(0px, 411px, 0px);
      line-height: 1.7;
      letter-spacing: 0.9px; }
  #ASUS-features .section__15 .modal-button-container {
    margin-top: -44px; }

#ASUS-features .section__16 {
  margin-top: 0px; }
  #ASUS-features .section__16 .img__16__bundle {
    position: relative;
    margin-top: -500px;
    width: 2560px;
    margin-left: -1280px;
    height: 1600px;
    background-image: url("../images/large/1x/16_bundle.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__16 .img__16__bundle {
        background-image: url("../images/large/2x/16_bundle.jpg"); } }
    #ASUS-features .section__16 .img__16__bundle .area-click {
      position: relative;
      transform: translate3d(-220px, 260px, 0); }
      #ASUS-features .section__16 .img__16__bundle .area-click .click__circle {
        z-index: 999 !important;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 50%;
        width: 37px;
        height: 37px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/large/1x/animation/s16/circleBtn.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__16 .img__16__bundle .area-click .click__circle {
            background-image: url("../images/large/2x/animation/s16/circleBtn.png"); } }
        #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-1 {
          transform: translate3d(717px, 1012px, 0);
          z-index: 999 !important; }
        #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-2 {
          transform: translate3d(-50px, 985px, 0);
          z-index: 999 !important; }
        #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-3 {
          transform: translate3d(-303px, 779px, 0);
          z-index: 999 !important; }
        #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-4 {
          transform: translate3d(270px, 426px, 0);
          z-index: 999 !important; }
  #ASUS-features .section__16 .wd-content {
    margin-top: 167px;
    width: 1200px; }
    #ASUS-features .section__16 .wd-content .content-slogan {
      width: 1200px;
      color: #fff; }
    #ASUS-features .section__16 .wd-content .content-title {
      width: 1200px;
      color: #fff; }
    #ASUS-features .section__16 .wd-content .content-info {
      width: 1200px;
      color: #fff;
      line-height: 1.7;
      letter-spacing: 0.9px; }
    #ASUS-features .section__16 .wd-content .content-comment {
      width: 1200px;
      color: #ccc; }

#ASUS-features .section__16__slick {
  margin-top: 0px;
  height: 575px; }
  #ASUS-features .section__16__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__16__slick .slick {
    position: relative;
    max-width: 1022px;
    z-index: 100;
    padding-top: 160px;
    padding-bottom: 80px;
    margin-left: auto;
    margin-right: auto; }
    #ASUS-features .section__16__slick .slick .slick-list {
      height: 290px; }
      #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame {
        transform: translate3d(0, 0, 0); }
        #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg {
          height: auto;
          width: 259px;
          padding-bottom: 27.1%;
          background-repeat: no-repeat;
          background-size: cover;
          transform: translateX(90px); }
      #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame {
        width: 570px;
        -webkit-transform: translate3d(430px, -270px, 0px);
        -ms-transform: translate3d(430px, -270px, 0px);
        transform: translate3d(430px, -270px, 0px); }
        #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText {
          width: 100%;
          color: #FFFFFF; }
          #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
            font-family: "Xolonium-Regular", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 33px;
            line-height: 1.18;
            margin-bottom: 10px;
            color: #fff;
            display: block; }
          #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
            display: none;
            font-family: "Roboto Light",Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 18.5px;
            line-height: 1.64;
            color: #fff; }

#ASUS-features .section__16__slick {
  /* Arrows */ }
  #ASUS-features .section__16__slick .slick-prev:before,
  #ASUS-features .section__16__slick .slick-next:before {
    display: none; }
  #ASUS-features .section__16__slick .slick-prev {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(-100%, -60%, 0);
    -ms-transform: translate3d(-100%, -60%, 0);
    transform: translate3d(-100%, -60%, 0);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s16/arrow_a.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__16__slick .slick-prev {
        background-image: url("../images/large/2x/animation/s16/arrow_a.png"); } }
  #ASUS-features .section__16__slick .slick-next {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(80%, -60%, 0);
    -ms-transform: translate3d(80%, -60%, 0);
    transform: translate3d(80%, -60%, 0);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s16/arrow_a.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__16__slick .slick-next {
        background-image: url("../images/large/2x/animation/s16/arrow_a.png"); } }

#ASUS-features .section__17 {
  margin-top: 100px;
  margin-bottom: 100px; }
  #ASUS-features .section__17 .wd-content .content-comment {
    width: 1200px;
    color: #ccc; }

#ASUS-features .inner-view .modal-cut4 {
  height: 230vh; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-1 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
      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/1x/inner/s4/04_inner_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/2x/inner/s4/04_inner_1.jpg"); } }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content {
        position: relative;
        transform: translate3d(357px, 150px, 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: 380px; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .wd__performance__graph {
      font-family: 'Xolonium-Regular', Helvetica, Arial,'Microsoft JhengHei','LiHei Pro','WenQuanYi Zen Hei', sans-serif;
      font-weight: normal;
      font-style: normal;
      padding-bottom: 160px;
      top: 90px;
      right: -380px;
      margin-left: auto;
      margin-right: auto;
      width: 563px;
      position: relative;
      z-index: 10; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 {
      width: 593px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .graph {
        width: 45%; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .graph__caption {
        width: 563px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .graph__line.line-1 .graph__bar {
        background-color: #fff; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .graph__line.line-1 .graph__bar .bar__value {
          width: 266px;
          font-size: 35px; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .graph__line.line-1 .graph__bar .bar__value .space-left-m {
            font-size: 80%; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .line-2 {
        width: 71.0%; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .line-2 .graph__bar {
          background-color: #fff;
          background: #fff;
          width: 101% !important;
          box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7); }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .line-2 .graph__bar .bar__value {
            font-size: 35px; }
            #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .line-2 .graph__bar .bar__value .space-left-m {
              font-size: 80%; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .line-3 {
        width: 30%; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .line-3 .graph__bar {
          background-color: #3d3d3d;
          background: #3d3d3d;
          border: #5d5d5d;
          width: 101% !important;
          box-shadow: none; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .graph-1 .line-3 .graph__bar .bar__value {
            font-size: 22px; }

#ASUS-features .inner-view .modal-cut4 .section__inner4-2 {
  height: auto; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
    margin-top: 15px;
    position: relative;
    width: 1366px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s4/04_inner_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/2x/inner/s4/04_inner_2.jpg"); } }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content {
      position: relative;
      transform: translate3d(-335px, 150px, 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: 280px; }

#ASUS-features .inner-view .modal-cut4 .section__inner4-3 {
  height: auto; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd {
    margin-top: 15px;
    position: relative;
    width: 1366px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s4/04_inner_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__ssd {
        background-image: url("../images/large/2x/inner/s4/04_inner_3.jpg"); } }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content {
      position: relative;
      transform: translate3d(350px, 150px, 0); }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content .content-info {
        width: 550px;
        padding-bottom: 370px; }

#ASUS-features .inner-view .modal-cut4 .section__inner4-4 {
  background-color: #000;
  height: auto; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
    margin-top: 15px;
    position: relative;
    width: 1366px;
    height: auto;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s4/04_inner_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/2x/inner/s4/04_inner_4.jpg"); } }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content {
      position: relative;
      transform: translate3d(-335px, 150px, 0); }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-title {
        width: 580px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-info {
        width: 580px;
        padding-bottom: 150px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .wd__feature__list {
        position: relative;
        text-align: left;
        width: 100%;
        top: -160px;
        left: 378px;
        padding-bottom: 120px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .wd__feature__list .wd__feature {
          margin: 0 23px 34px; }

#ASUS-features .inner-view .modal-cut4 .section__inner4-5 {
  height: auto; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr {
    margin-top: 15px;
    position: relative;
    width: 1366px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background: #000;
    z-index: 1; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddrWord {
      font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
      color: #fff;
      text-align: center;
      font-size: 26px;
      margin-bottom: 50px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddrWord.word__1 {
        top: 10px; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-2 {
      margin-left: 0;
      width: 261px;
      height: 201px;
      background-image: url("../images/large/1x/inner/s4/04_inner_5_1-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-5 .img__ddr .ddr__img__1-2 {
          background-image: url("../images/large/2x/inner/s4/04_inner_5_1-2.jpg"); } }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 {
      margin-left: 0;
      width: 261px;
      height: 201px;
      background-image: url("../images/large/1x/inner/s4/04_inner_5_1-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-5 .img__ddr .ddr__img__1-1 {
          background-image: url("../images/large/2x/inner/s4/04_inner_5_1-1.jpg"); } }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping {
        position: relative;
        left: 44px;
        top: 98px;
        font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
        color: #34baf1;
        font-size: 20px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping .textAni {
          display: inline-block;
          background: #34baf1;
          width: 4px;
          height: 4px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping .textAni1 {
          width: 4px;
          height: 4px;
          -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-5 .img__ddr .ddr__img__1-1 .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-5 .img__ddr .ddr__img__1-1 .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-5 .img__ddr .ddr__item__1 {
      width: 261px;
      position: relative;
      left: 82px;
      top: 163px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__1 .ddr__img__1-1 {
        opacity: 1; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .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: 1.6s;
          animation-duration: 1.6s;
          -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__2 {
      width: 261px;
      position: relative;
      left: 402px;
      top: -106px; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__3 {
      position: relative;
      display: inline-block;
      top: -26px;
      left: 82px;
      font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
      font-size: 20px;
      color: #fff; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__3 .blueWord {
        color: #34baf1;
        font-size: 49px; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content {
      position: relative;
      margin-top: -540px;
      transform: translate3d(350px, 160px, 0); }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content .content-title {
        width: 580px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content .content-info {
        width: 580px;
        padding-bottom: 370px; }

#ASUS-features .inner-view .modal-cut4 .section__inner4-6 {
  height: auto;
  margin-bottom: 200px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 {
    margin-top: 15px;
    position: relative;
    width: 1366px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s4/04_inner_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 .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 {
        background-image: url("../images/large/2x/inner/s4/04_inner_6.jpg"); } }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content {
      position: relative;
      transform: translate3d(-335px, 180px, 0); }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content .content-title {
        width: 580px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content .content-info {
        width: 580px;
        padding-bottom: 370px; }

#ASUS-features .inner-view .modal-cut5 {
  height: 150vh; }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-1 {
    height: auto;
    margin-top: 0;
    padding-top: 0; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .innerVideo5-1 {
      position: relative;
      width: 1366px;
      left: 50%;
      transform: translate3d(-50%, 0px, 0px); }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
      position: relative;
      width: 1366px;
      height: 721px;
      margin-left: -683px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 1366px;
      background-position-y: top;
      background-color: #000;
      z-index: 1;
      background-image: url("../images/large/1x/inner/s5/05_inner_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/2x/inner/s5/05_inner_1.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: 70px 0; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-info {
        width: 550px; }

#ASUS-features .inner-view .modal-cut5 {
  height: 200vh; }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
      position: relative;
      width: 1366px;
      margin-left: -683px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/large/1x/inner/s5/05_inner_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/2x/inner/s5/05_inner_2.jpg"); } }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content {
        position: relative;
        transform: translate3d(357px, 150px, 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;
          padding-bottom: 370px; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .wd__performance__graph {
      font-family: 'Xolonium-Regular', Helvetica, Arial,'Microsoft JhengHei','LiHei Pro','WenQuanYi Zen Hei', sans-serif;
      font-weight: normal;
      font-style: normal;
      padding-bottom: 160px;
      top: 90px;
      right: -380px;
      margin-left: auto;
      margin-right: auto;
      width: 563px;
      position: relative;
      z-index: 10; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 {
      width: 593px; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .graph {
        width: 45%; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .graph__caption {
        width: 563px; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .graph__line.line-1 .graph__bar {
        background-color: #fff; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .graph__line.line-1 .graph__bar .bar__value {
          width: 266px;
          font-size: 35px; }
          #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .graph__line.line-1 .graph__bar .bar__value .space-left-m {
            font-size: 80%; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .line-2 {
        width: 71.0%; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .line-2 .graph__bar {
          background-color: #fff;
          background: #fff;
          width: 101% !important;
          box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7); }
          #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .line-2 .graph__bar .bar__value {
            font-size: 35px; }
            #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .line-2 .graph__bar .bar__value .space-left-m {
              font-size: 80%; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .line-3 {
        width: 30%; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .line-3 .graph__bar {
          background-color: #3d3d3d;
          background: #3d3d3d;
          border: #5d5d5d;
          width: 101% !important;
          box-shadow: none; }
          #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .graph-1 .line-3 .graph__bar .bar__value {
            font-size: 22px; }

#ASUS-features .inner-view .modal-cut5 .section__inner5-3 {
  height: auto;
  padding-bottom: 200px; }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated {
    position: relative;
    width: 1366px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s5/05_inner_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-cut5 .section__inner5-3 .img__pantoneValidated {
        background-image: url("../images/large/2x/inner/s5/05_inner_3.jpg"); } }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content {
      position: relative;
      transform: translate3d(-335px, 210px, 0); }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content .content-info {
        width: 550px;
        padding-bottom: 480px; }

#ASUS-features .inner-view .modal-cut6 {
  height: 200vh; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-1 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
      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/1x/inner/s6/06_inner_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/2x/inner/s6/06_inner_1.jpg"); } }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content {
        position: relative;
        transform: translate3d(-313px, 150px, 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: 340px; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .wd__performance__graph {
      font-family: 'Xolonium-Regular', Helvetica, Arial,'Microsoft JhengHei','LiHei Pro','WenQuanYi Zen Hei', sans-serif;
      font-weight: normal;
      font-style: normal;
      padding-bottom: 160px;
      top: 90px;
      right: -380px;
      margin-left: auto;
      margin-right: auto;
      width: 563px;
      position: relative;
      z-index: 10; }

#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/1x/inner/s6/06_inner_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/2x/inner/s6/06_inner_2.jpg"); } }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content {
      position: relative;
      transform: translate3d(357px, 150px, 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: 300px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .wd__performance__graph {
    font-family: 'Xolonium-Regular', Helvetica, Arial,'Microsoft JhengHei','LiHei Pro','WenQuanYi Zen Hei', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 160px;
    top: 90px;
    right: -380px;
    margin-left: auto;
    margin-right: auto;
    width: 563px;
    position: relative;
    z-index: 10; }

#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/1x/inner/s6/06_inner_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/2x/inner/s6/06_inner_3.jpg"); } }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content {
      position: relative;
      transform: translate3d(-343px, 150px, 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: 340px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .wd__performance__graph {
    font-family: 'Xolonium-Regular', Helvetica, Arial,'Microsoft JhengHei','LiHei Pro','WenQuanYi Zen Hei', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 160px;
    top: 90px;
    right: -380px;
    margin-left: auto;
    margin-right: auto;
    width: 563px;
    position: relative;
    z-index: 10; }

#ASUS-features .inner-view .modal-cut6 .section__inner6-4 {
  height: auto; }
  #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/1x/inner/s6/06_inner_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/2x/inner/s6/06_inner_4.jpg"); } }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content {
      position: relative;
      transform: translate3d(357px, 150px, 0); }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-info {
        width: 550px;
        padding-bottom: 300px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .wd__performance__graph {
    font-family: 'Xolonium-Regular', Helvetica, Arial,'Microsoft JhengHei','LiHei Pro','WenQuanYi Zen Hei', sans-serif;
    font-weight: normal;
    font-style: normal;
    padding-bottom: 160px;
    top: 90px;
    right: -380px;
    margin-left: auto;
    margin-right: auto;
    width: 563px;
    position: relative;
    z-index: 10; }

#ASUS-features .inner-view .modal-cut6 .section__inner6-5 {
  height: auto;
  margin-bottom: 200px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content {
    width: 1366px;
    transform: translate3d(0, 0, 0);
    margin: 0 auto;
    background-color: #000;
    padding: 70px 0; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-title {
      width: 720px; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-info {
      width: 720px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
    margin-top: 0;
    position: relative;
    width: 1366px;
    height: 755px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    background-color: #222;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s6/06_inner_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/2x/inner/s6/06_inner_5.jpg"); } }

#ASUS-features .inner-view .modal-cut7 {
  height: 200vh; }
  #ASUS-features .inner-view .modal-cut7 .section__inner7-1 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 {
      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/1x/inner/s7/07_inner_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-cut7 .section__inner7-1 .img__thunderbolt3 {
          background-image: url("../images/large/2x/inner/s7/07_inner_1.jpg"); } }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content {
        position: relative;
        transform: translate3d(-409px, 150px, 0); }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content .content-title {
          width: 400px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content .content-info {
          width: 400px;
          padding-bottom: 380px; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .wd__performance__graph {
      font-family: 'Xolonium-Regular', Helvetica, Arial,'Microsoft JhengHei','LiHei Pro','WenQuanYi Zen Hei', sans-serif;
      font-weight: normal;
      font-style: normal;
      padding-bottom: 160px;
      top: 90px;
      right: -380px;
      margin-left: auto;
      margin-right: auto;
      width: 563px;
      position: relative;
      z-index: 10; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 {
      width: 593px; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .graph {
        width: 45%; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .graph__caption {
        width: 563px; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .graph__line.line-1 .graph__bar {
        background-color: #fff; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .graph__line.line-1 .graph__bar .bar__value {
          width: 266px;
          font-size: 35px; }
          #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .graph__line.line-1 .graph__bar .bar__value .space-left-m {
            font-size: 80%; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .line-2 {
        width: 71.0%; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .line-2 .graph__bar {
          background-color: #fff;
          background: #fff;
          width: 101% !important;
          box-shadow: 0px 0px 14px 2px rgba(148, 148, 148, 0.7); }
          #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .line-2 .graph__bar .bar__value {
            font-size: 35px; }
            #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .line-2 .graph__bar .bar__value .space-left-m {
              font-size: 80%; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .line-3 {
        width: 30%; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .line-3 .graph__bar {
          background-color: #3d3d3d;
          background: #3d3d3d;
          border: #5d5d5d;
          width: 101% !important;
          box-shadow: none; }
          #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .graph-1 .line-3 .graph__bar .bar__value {
            font-size: 22px; }

#ASUS-features .inner-view .modal-cut7 .section__inner7-2 {
  height: auto; }
  #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory {
    margin-top: 15px;
    position: relative;
    width: 1366px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s7/07_inner_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-cut7 .section__inner7-2 .img__memory {
        background-image: url("../images/large/2x/inner/s7/07_inner_2.jpg"); } }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content {
      position: relative;
      transform: translate3d(357px, 150px, 0); }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content .content-info {
        width: 550px;
        padding-bottom: 280px; }

#ASUS-features .inner-view .modal-cut7 .section__inner7-3 {
  height: auto; }
  #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade {
    margin-top: 15px;
    position: relative;
    width: 1366px;
    margin-left: -683px;
    left: 50%;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
    background-image: url("../images/large/1x/inner/s7/07_inner_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-cut7 .section__inner7-3 .img__easyUpgrade {
        background-image: url("../images/large/2x/inner/s7/07_inner_3.jpg"); } }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content {
      position: relative;
      transform: translate3d(-335px, 150px, 0); }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content .content-info {
        width: 550px;
        padding-bottom: 370px; }

#ASUS-features .pop-view {
  position: absolute;
  width: 2560px;
  height: 1750px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: all 300ms ease-in;
  z-index: 9999;
  cursor: pointer;
  bottom: -120px;
  left: 50%;
  display: none;
  transform: translateX(-50%) translateY(0px); }
  #ASUS-features .pop-view.outerHide {
    opacity: 0; }
  #ASUS-features .pop-view .pop-inner {
    width: 800px;
    height: 780px;
    margin: 0 auto;
    background-color: #000;
    margin: 0 auto;
    transform: translate3d(0, 50%, 0);
    border: 1px solid #333; }
    #ASUS-features .pop-view .pop-inner .closeBtn {
      position: absolute;
      transform: translate3d(708px, 38px, 0px);
      z-index: 999;
      width: 36px;
      height: 26px;
      background-image: url("../images/large/1x/animation/s16/close_btn.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 .closeBtn {
          background-image: url("../images/large/2x/animation/s16/close_btn.png"); } }
    #ASUS-features .pop-view .pop-inner .slickPop {
      position: relative;
      max-width: 1022px;
      z-index: 100;
      padding-top: 90px;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .pop-view .pop-inner .slickPop .slick-list {
        margin: 0 auto;
        width: 600px;
        height: 600px;
        background: #000; }
        #ASUS-features .pop-view .pop-inner .slickPop .slick-list .slick-track .slick-slide {
          height: 550px; }
          #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__4 {
        display: none; }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
        margin: 0 auto;
        width: 450px;
        padding-bottom: 91%;
        background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_1.jpg"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
        width: 539px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_2.jpg"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
        width: 203px;
        margin-top: -30px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_3.jpg"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__1 {
        width: 308px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/cam_big_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/2x/animation/s16/cam_big_1.png"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__2 {
        width: 286px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/cam_big_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/2x/animation/s16/cam_big_2.png"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__3 {
        width: 287px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/cam_big_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/2x/animation/s16/cam_big_3.png"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__1 {
        width: 343px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/adaptor_big_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__3 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/adaptor_big_1.png"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__2 {
        width: 393px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/adaptor_big_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__3 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/adaptor_big_2.png"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__3 {
        width: 400px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/adaptor_big_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__3 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/adaptor_big_3.png"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__1 {
        width: 499px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/backpack_big_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 .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/backpack_big_1.jpg"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__2 {
        width: 550px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/backpack_big_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 .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/backpack_big_2.jpg"); } }
      #ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__3 {
        width: 548px;
        padding-bottom: 73.5%;
        background-image: url("../images/large/1x/animation/s16/backpack_big_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 .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/backpack_big_3.jpg"); } }
    #ASUS-features .pop-view .pop-inner .popTitle {
      display: block;
      transform: translate3d(0px, -659px, 0px);
      width: 800px;
      position: absolute;
      font-size: 53px;
      color: #fff;
      text-align: center;
      font-family: "rogfontsv16-regular","Xolonium-Regular", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif !important; }
      #ASUS-features .pop-view .pop-inner .popTitle.popTitle__1 {
        display: none; }
      #ASUS-features .pop-view .pop-inner .popTitle.popTitle__2 {
        display: none; }
      #ASUS-features .pop-view .pop-inner .popTitle.popTitle__3 {
        display: none; }
      #ASUS-features .pop-view .pop-inner .popTitle.popTitle__4 {
        display: none; }
    #ASUS-features .pop-view .pop-inner .popNav {
      z-index: 999;
      position: absolute;
      text-align: center;
      left: 50%;
      bottom: 20px;
      margin-left: -350px;
      width: 700px; }
      #ASUS-features .pop-view .pop-inner .popNav .dot {
        position: relative;
        display: inline-block;
        cursor: pointer;
        margin: 0 10px;
        width: 198px;
        height: 198px;
        border: 1px solid #333;
        -webkit-transition: border 300ms;
        transition: border 300ms;
        background-color: black; }
      #ASUS-features .pop-view .pop-inner .popNav.popNav__1 {
        display: none; }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__1 .img__1 {
          width: 100%;
          height: 102px;
          margin-top: 50px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/GladiusII_small_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 .pop-view .pop-inner .popNav.popNav__1 .dot__1 .img__1 {
              background-image: url("../images/large/2x/animation/s16/GladiusII_small_1.jpg"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__2 .img__2 {
          width: 100%;
          height: 64px;
          margin-top: 70px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/GladiusII_small_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 .pop-view .pop-inner .popNav.popNav__1 .dot__2 .img__2 {
              background-image: url("../images/large/2x/animation/s16/GladiusII_small_2.jpg"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__1 .dot__3 .img__3 {
          width: 100%;
          height: 148px;
          margin-top: 19px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/GladiusII_small_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 .pop-view .pop-inner .popNav.popNav__1 .dot__3 .img__3 {
              background-image: url("../images/large/2x/animation/s16/GladiusII_small_3.jpg"); } }
      #ASUS-features .pop-view .pop-inner .popNav.popNav__2 {
        display: none; }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__1 .img__1 {
          width: 100%;
          height: 79px;
          margin-top: 57px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/cam_small_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/2x/animation/s16/cam_small_1.png"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__2 .img__2 {
          width: 100%;
          height: 94px;
          margin-top: 58px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/cam_small_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/2x/animation/s16/cam_small_2.png"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__2 .dot__3 .img__3 {
          width: 100%;
          height: 64px;
          margin-top: 68px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/cam_small_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/2x/animation/s16/cam_small_3.png"); } }
      #ASUS-features .pop-view .pop-inner .popNav.popNav__3 {
        display: none; }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__3 .dot__1 .img__1 {
          width: 100%;
          height: 121px;
          margin-top: 57px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/adaptor_small_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__3 .dot__1 .img__1 {
              background-image: url("../images/large/2x/animation/s16/adaptor_small_1.png"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__3 .dot__2 .img__2 {
          width: 100%;
          height: 80px;
          margin-top: 58px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/adaptor_small_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__3 .dot__2 .img__2 {
              background-image: url("../images/large/2x/animation/s16/adaptor_small_2.png"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__3 .dot__3 .img__3 {
          width: 100%;
          height: 66px;
          margin-top: 68px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/adaptor_small_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__3 .dot__3 .img__3 {
              background-image: url("../images/large/2x/animation/s16/adaptor_small_3.png"); } }
      #ASUS-features .pop-view .pop-inner .popNav.popNav__4 {
        display: none; }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__4 .dot__1 .img__1 {
          width: 100%;
          height: 126px;
          margin-top: 37px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/backpack_small_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__4 .dot__1 .img__1 {
              background-image: url("../images/large/2x/animation/s16/backpack_small_1.png"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__4 .dot__2 .img__2 {
          width: 100%;
          height: 132px;
          margin-top: 31px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/backpack_small_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__4 .dot__2 .img__2 {
              background-image: url("../images/large/2x/animation/s16/backpack_small_2.png"); } }
        #ASUS-features .pop-view .pop-inner .popNav.popNav__4 .dot__3 .img__3 {
          width: 100%;
          height: 136px;
          margin-top: 28px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/backpack_small_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__4 .dot__3 .img__3 {
              background-image: url("../images/large/2x/animation/s16/backpack_small_3.png"); } }

#ASUS-features .pop-view .pop-inner {
  /****************** Arrows **********************/
  /****************** Arrows End **********************/
  /****************** Dots **********************/
  /****************** Dots end**********************/ }
  #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 {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(-100%, -60%, 0) rotate(180deg);
    -ms-transform: translate3d(-100%, -60%, 0) rotate(180deg);
    transform: translate3d(-100%, -60%, 0) rotate(180deg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s16/arrow_a.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 .slick-prev {
        background-image: url("../images/large/2x/animation/s16/arrow_a.png"); } }
  #ASUS-features .pop-view .pop-inner .slick-next {
    z-index: 999;
    width: 75px;
    height: 74px;
    -webkit-transform: translate3d(80%, -60%, 0);
    -ms-transform: translate3d(80%, -60%, 0);
    transform: translate3d(80%, -60%, 0);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/large/1x/animation/s16/arrow_a.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 .slick-next {
        background-image: url("../images/large/2x/animation/s16/arrow_a.png"); } }
  #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 .pop-view .pop-inner .slick-dots li button {
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("../images/large/1x/animation/s4/icon/slick_dot_normal.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 .slick-dots li button {
            background-image: url("../images/large/2x/animation/s4/icon/slick_dot_normal.png"); } }
        #ASUS-features .pop-view .pop-inner .slick-dots li button:before {
          display: none; }
  #ASUS-features .pop-view .pop-inner .slick-dots li.slick-active button {
    background-image: url("../images/large/1x/animation/s4/icon/slick_dot_active.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 .slick-dots li.slick-active button {
        background-image: url("../images/large/2x/animation/s4/icon/slick_dot_active.png"); } }

#ASUS-features .section__base .wd-content.text-animate .content-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; }

#ASUS-features .section__6 .img__06__cooling {
  background-image: url("../images/large/1x/animation/s6/img__air1.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__6 .img__06__cooling {
      background-image: url("../images/large/2x/animation/s6/img__air1.jpg"); } }
  #ASUS-features .section__6 .img__06__cooling figure {
    opacity: 0;
    position: absolute;
    width: 2560px;
    height: 1176px;
    transition: opacity 800ms; }
    #ASUS-features .section__6 .img__06__cooling figure.showed {
      opacity: 1; }
    #ASUS-features .section__6 .img__06__cooling figure.img__air0 {
      background-image: url("../images/large/1x/animation/s6/img__air0.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__6 .img__06__cooling figure.img__air0 {
          background-image: url("../images/large/2x/animation/s6/img__air0.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air1 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air1.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__6 .img__06__cooling figure.img__air1 {
          background-image: url("../images/large/2x/animation/s6/img__air1.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air2 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air2.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__6 .img__06__cooling figure.img__air2 {
          background-image: url("../images/large/2x/animation/s6/img__air2.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air3 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air3.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__6 .img__06__cooling figure.img__air3 {
          background-image: url("../images/large/2x/animation/s6/img__air3.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air4 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air4.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__6 .img__06__cooling figure.img__air4 {
          background-image: url("../images/large/2x/animation/s6/img__air4.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air5 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air5.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__6 .img__06__cooling figure.img__air5 {
          background-image: url("../images/large/2x/animation/s6/img__air5.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air6 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air6.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__6 .img__06__cooling figure.img__air6 {
          background-image: url("../images/large/2x/animation/s6/img__air6.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air7 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air7.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__6 .img__06__cooling figure.img__air7 {
          background-image: url("../images/large/2x/animation/s6/img__air7.jpg"); } }
    #ASUS-features .section__6 .img__06__cooling figure.img__air8 {
      transition: opacity 800ms;
      background-image: url("../images/large/1x/animation/s6/img__air8.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__6 .img__06__cooling figure.img__air8 {
          background-image: url("../images/large/2x/animation/s6/img__air8.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__base {
    margin-top: 115px; }
    #ASUS-features .section__base .wd-content {
      width: 100%; }
      #ASUS-features .section__base .wd-content.medium-text-center {
        text-align: center; }
      #ASUS-features .section__base .wd-content .content-slogan {
        width: 80%; }
        #ASUS-features .section__base .wd-content .content-slogan.content-slogan__kv {
          width: 86%;
          font-size: 61px;
          padding-top: 8px;
          padding-bottom: 8px;
          margin-left: auto;
          margin-right: auto; }
        #ASUS-features .section__base .wd-content .content-slogan .icon_slogan {
          margin-top: -20px;
          transform: translate3d(0, 0, 0); }
      #ASUS-features .section__base .wd-content .content-title {
        width: 80%;
        max-width: 760px;
        font-size: 35px;
        line-height: 45px;
        margin-top: -24px;
        margin-bottom: -3px; }
      #ASUS-features .section__base .wd-content .content-info {
        width: 80%;
        max-width: 760px;
        font-size: 14px;
        line-height: 28px;
        margin-top: 9px;
        font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
      #ASUS-features .section__base .wd-content .content-comment {
        width: 80%;
        max-width: 760px;
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        color: #999999;
        line-height: 1.4; }
    #ASUS-features .section__base .wd__feature__list {
      width: 760px;
      margin-top: 56px; }
      #ASUS-features .section__base .wd__feature__list .wd__feature {
        min-width: 170px;
        display: inline-block;
        vertical-align: top;
        margin: 0 24px 44px;
        vertical-align: bottom;
        line-height: 1;
        color: white; }
        #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__top {
          font-size: 12px;
          color: white;
          padding-bottom: 2px; }
        #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data {
          font-size: 38px; }
          #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data .space-left-m {
            font-size: 16px;
            padding-left: 4px; }
          #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data .space-right-m {
            font-size: 16px;
            padding-right: 4px; }
          #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: 2px; }
          #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__describe span.describeText {
            font-size: 12px;
            line-height: 1;
            padding-top: 2px;
            color: #FFFFFF;
            text-transform: none; }
  #ASUS-features .inner-view {
    transition: transform 500ms ease;
    transform: translate3d(0, 104vh, 0);
    background-color: #000;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0; }
    #ASUS-features .inner-view.fadeShow {
      opacity: 1; }
    #ASUS-features .inner-view.fadeOut {
      opacity: 0;
      transition: all 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: all 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; }
        #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: all 500ms ease-in-out; }
        #ASUS-features .inner-view .inner-view-container .inner-modal.inner-modal-hidden {
          opacity: 0;
          transition: all 300ms ease-out; }
        #ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
          padding-top: 40px; }
      #ASUS-features .inner-view .inner-view-container .innerHide {
        display: none; }
      #ASUS-features .inner-view .inner-view-container .innerShow {
        display: block; }
    #ASUS-features .inner-view .wd-content {
      max-width: 731px; }
      #ASUS-features .inner-view .wd-content.fadeShow {
        transition: all 300ms ease-in-out; }
      #ASUS-features .inner-view .wd-content.medium-text-center {
        text-align: center; }
      #ASUS-features .inner-view .wd-content.content-comment {
        margin-top: 12px;
        font-size: 14px;
        color: #999999;
        line-height: 1.2; }
      #ASUS-features .inner-view .wd-content .content-title {
        width: 500px;
        font-size: 26px;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 45px; }
      #ASUS-features .inner-view .wd-content .content-info {
        font-size: 16px;
        margin-top: 12px;
        width: 508px;
        line-height: 30px; }
      #ASUS-features .inner-view .wd-content .wd__feature__list .wd__feature {
        margin-right: 13px; }
  #ASUS-features .section__kv .img__kv {
    margin-top: 0px;
    width: 1279px;
    margin-left: -639.5px;
    height: 883px;
    background-image: url("../images/medium/1x/01_kv.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 .section__kv .img__kv {
      background-image: url("../images/medium/2x/01_kv.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/medium/1x/01_kv_logo.png");
    width: 656px;
    height: 33px; } }
  @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__kv__logo {
      background-image: url("../images/medium/2x/01_kv_logo.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__kv .wd-content {
    margin-top: 110px; }
    #ASUS-features .section__kv .wd-content .content-slogan__kv {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      font-size: 61px;
      line-height: 0.85;
      width: 1090px;
      color: #FFFFFF;
      margin-top: -119px;
      color: #FFFFFF; }
    #ASUS-features .section__kv .wd-content .content-title {
      margin-top: 0; }
    #ASUS-features .section__kv .wd-content .content-title__kv {
      margin-top: 0;
      font-size: 24px;
      line-height: 1.2;
      color: white;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: normal;
      font-style: normal; }
    #ASUS-features .section__kv .wd-content .content-info {
      width: 700px;
      margin-top: 12px;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font-size: 15px;
      line-height: 2.067; }
  #ASUS-features .section__2 {
    margin-top: 180px; }
    #ASUS-features .section__2 .img__02__dualScreen {
      position: relative;
      margin-top: -28px;
      width: 1279px;
      margin-left: -639.5px;
      height: 754px; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame {
        position: relative;
        width: 1279px;
        height: 754px;
        background-size: cover; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__1 {
          background-image: url("../images/medium/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__1 {
            background-image: url("../images/medium/2x/02__dualScreen__1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__2 {
          background-image: url("../images/medium/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__2 {
            background-image: url("../images/medium/2x/02__dualScreen__2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__3 {
          background-image: url("../images/medium/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__3 {
            background-image: url("../images/medium/2x/02__dualScreen__1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__4 {
          background-image: url("../images/medium/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__4 {
            background-image: url("../images/medium/2x/02__dualScreen__2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__5 {
          background-image: url("../images/medium/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__5 {
            background-image: url("../images/medium/2x/02__dualScreen__1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__6 {
          background-image: url("../images/medium/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__6 {
            background-image: url("../images/medium/2x/02__dualScreen__2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame {
        margin: 0 auto;
        height: 368px;
        z-index: 999;
        position: relative;
        margin-top: -268px;
        background-color: #000; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar {
          position: relative;
          margin: 0 auto;
          text-align: center;
          z-index: 999;
          max-width: 1280px; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase {
            margin: -10px 1px;
            display: inline-block;
            width: 115px;
            height: 56px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-bottom: 28px;
            cursor: pointer;
            transition: opacity 350ms ease-in-out;
            opacity: 0.4; }
            #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase :before {
              content: '';
              display: block;
              position: absolute;
              top: 0px;
              margin-left: 28px;
              width: 56px;
              height: 56px;
              background-size: cover; }
            #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase.choosed {
              opacity: 1; }
            #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase:hover {
              opacity: 1; }
            #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase span {
              width: 115px;
              display: block;
              color: #FFFFFF;
              text-align: center;
              margin-top: 118px;
              font-size: 15px;
              font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb1 :before {
            top: 40px;
            background-image: url("../images/large/1x/animation/s2/nav/btn1.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb1 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn1.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb2 :before {
            top: 40px;
            background-image: url("../images/large/1x/animation/s2/nav/btn2.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb2 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn2.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb3 :before {
            top: 40px;
            background-image: url("../images/large/1x/animation/s2/nav/btn3.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb3 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn3.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb4 :before {
            top: 40px;
            background-image: url("../images/large/1x/animation/s2/nav/btn4.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb4 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn4.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb5 :before {
            top: 40px;
            background-image: url("../images/large/1x/animation/s2/nav/btn5.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb5 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn5.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb6 :before {
            top: 40px;
            background-image: url("../images/large/1x/animation/s2/nav/btn6.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb6 :before {
              background-image: url("../images/large/2x/animation/s2/nav/btn6.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 840px;
        height: 1px;
        z-index: 9999;
        margin-top: -226px;
        background-color: white; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box {
          transition: 300ms ease-in-out;
          position: relative;
          width: 98px;
          height: 3px;
          background-color: white;
          top: -2px;
          left: 0;
          transform: translate3d(72px, 0px, 0px); }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move1 {
            transform: translate3d(72px, 0px, 0px); }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move2 {
            transform: translate3d(190px, 0px, 0px); }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move3 {
            transform: translate3d(311px, 0px, 0px); }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move4 {
            transform: translate3d(430px, 0px, 0px); }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move5 {
            transform: translate3d(553px, 0px, 0px); }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box.move6 {
            transform: translate3d(675px, 0px, 0px); }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: 650px;
        z-index: 9999;
        text-align: center; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word span {
          display: none;
          font-size: 14px;
          opacity: 0;
          text-align: center;
          width: 100%;
          position: relative;
          left: 0;
          right: 0;
          line-height: 1.8;
          margin-top: 11px; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word span.show {
            opacity: 1;
            display: block; }
      #ASUS-features .section__2 .img__02__dualScreen .section__2__videoFrame {
        width: 1780px;
        height: 980px;
        margin-left: -890px;
        left: 50%;
        top: -790px; }
    #ASUS-features .section__2 .wd-content .content-title {
      max-width: 690px; }
    #ASUS-features .section__2 .wd-content .content-info {
      max-width: 690px; }
  #ASUS-features .section__3 .img__03__design {
    background-image: url("../images/medium/1x/03__design.jpg");
    width: 1279px;
    margin-left: -639.5px;
    height: 766px;
    margin-top: -151px; } }
  @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 .img__03__design {
      background-image: url("../images/medium/2x/03__design.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__3 .img__03__parts {
    width: 731px;
    height: 178px;
    left: 50%;
    margin-left: -365.5px;
    margin-top: 24px;
    background-image: url("../images/medium/1x/03__parts.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 .section__3 .img__03__parts {
      background-image: url("../images/medium/2x/03__parts.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__3 .wd__feature__list {
    margin-top: 63px; }
  #ASUS-features .section__4__slick {
    margin-top: 0px;
    height: 595px;
    /* Arrows */ }
    #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;
      background-image: url("../images/large/1x/04__nvBg.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 .section__4__slick:after {
        background-image: url("../images/large/2x/04__nvBg.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__4__slick .slick {
      position: relative;
      max-width: 722px;
      z-index: 100;
      padding-top: 150px;
      padding-bottom: 80px;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__4__slick .slick .slick-list {
        height: 360px; }
        #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame {
          -webkit-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg {
            height: auto;
            width: 250px;
            padding-bottom: 31%;
            background-repeat: no-repeat;
            background-size: cover;
            transform: translateX(66px); }
        #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame {
          width: 100%;
          transform: translate3d(335px, -288px, 0px); }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText {
            width: 320px;
            margin-top: 30px;
            color: #FFFFFF; }
            #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
              font-family: "Xolonium-Regular", 'Helvetica', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
              font-weight: normal;
              font-style: normal;
              font-size: 26px;
              /* margin-top: 0px; */
              line-height: 1.18;
              padding: 0;
              margin-top: 70px;
              margin-bottom: 10px;
              color: #fff;
              display: block; }
            #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
              font-family: "Roboto Light",Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 14px;
              line-height: 1.3;
              color: #fff; }
    #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 {
      transform: translate3d(20%, -60%, 0) scale(0.7); }
    #ASUS-features .section__4__slick .slick-next {
      transform: translate3d(-20%, -60%, 0) scale(0.7); }
  #ASUS-features .section__4__slick {
    /* Dots */ }
    #ASUS-features .section__4__slick .slick-dots {
      bottom: 70px; }
      #ASUS-features .section__4__slick .slick-dots li {
        width: auto;
        height: auto;
        vertical-align: top; }
        #ASUS-features .section__4__slick .slick-dots li button {
          width: 40px;
          height: 40px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/large/1x/animation/s4/icon/slick_dot_normal.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__4__slick .slick-dots li button {
            background-image: url("../images/large/2x/animation/s4/icon/slick_dot_normal.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__4__slick .slick-dots li button:before {
            display: none; }
    #ASUS-features .section__4__slick .slick-dots li.slick-active button {
      background-image: url("../images/large/1x/animation/s4/icon/slick_dot_active.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__4__slick .slick-dots li.slick-active button {
        background-image: url("../images/large/2x/animation/s4/icon/slick_dot_active.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__4 {
    margin-top: 122px; }
    #ASUS-features .section__4 .section__4__videoFrame {
      transform: scale(0.6);
      top: -248px; }
      #ASUS-features .section__4 .section__4__videoFrame.fade-out {
        opacity: 0; }
    #ASUS-features .section__4 .wd__feature__list {
      margin-top: -416px; }
    #ASUS-features .section__4 .modal-button-container {
      margin-top: 28px; }
  #ASUS-features .section__5 {
    margin-top: 115px; }
    #ASUS-features .section__5 .toggle__nav__frame {
      width: 680px;
      left: 50%;
      margin-top: 60px;
      font-size: 18px; }
      #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame .tn__btn {
        width: 180px;
        vertical-align: middle;
        margin: 20px 20px 11px 20px;
        font-size: 21px;
        letter-spacing: 0.5px; }
      #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame .nav__line {
        height: 1px; }
        #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame .nav__line .nav__line__box {
          width: 100px;
          height: 3px;
          top: -2px;
          left: 197px; }
    #ASUS-features .section__5 .display__frame .wd__feature__list {
      margin-top: 2px; }
    #ASUS-features .section__5 .display__frame .img {
      margin-top: -305px; }
    #ASUS-features .section__5 .display__frame.display__1 {
      display: block;
      transition: 500ms ease-in-out; }
      #ASUS-features .section__5 .display__frame.display__1 .wd__feature__list {
        opacity: 1; }
        #ASUS-features .section__5 .display__frame.display__1 .wd__feature__list .wd__feature {
          margin: 0 9px 44px; }
          #ASUS-features .section__5 .display__frame.display__1 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
            width: 54px;
            height: 107px;
            margin-top: 0;
            top: 17px;
            background-size: contain;
            background-image: url("../images/large/1x/icon/pantoneLogo.svg"); } }
          @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__5 .display__frame.display__1 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
              background-image: url("../images/large/2x/icon/pantoneLogo.svg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__5 .display__frame.display__1 .img__display__skrollr__bg {
        left: 50%;
        transform: translateX(-50%);
        margin-top: -1202px;
        width: 2560px;
        height: 957px;
        background-size: contain;
        background-image: url("../images/large/1x/animation/s5/display__skrollr__bg.jpg");
        display: none; } }
      @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__5 .display__frame.display__1 .img__display__skrollr__bg {
          background-image: url("../images/large/2x/animation/s5/display__skrollr__bg.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__5 .display__frame.display__1 .img__display__skrollr__nb {
        top: -397px;
        width: 959px;
        height: 530px;
        left: 50%;
        margin-left: -479.5px;
        background-size: contain;
        background-image: url("../images/large/1x/animation/s5/display__nb.png");
        display: none; } }
      @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__5 .display__frame.display__1 .img__display__skrollr__nb {
          background-image: url("../images/large/2x/animation/s5/display__nb.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__5 .display__frame.display__1 .img__creators {
        margin-top: -185px;
        width: 1279px;
        margin-left: -639.5px;
        height: 896px;
        background-image: url("../images/medium/1x/05__creators.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 .section__5 .display__frame.display__1 .img__creators {
          background-image: url("../images/medium/2x/05__creators.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__5 .display__frame.display__1 .modal-button-container {
        margin-top: 0; }
    #ASUS-features .section__5 .display__frame.display__2 {
      display: none;
      transition: 500ms ease-in-out; }
      #ASUS-features .section__5 .display__frame.display__2 .wd__feature__list .wd__feature {
        margin: 0 9px 44px; }
        #ASUS-features .section__5 .display__frame.display__2 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
          width: 54px;
          height: 107px;
          margin-top: 0;
          top: 17px;
          background-size: contain;
          background-image: url("../images/large/1x/icon/pantoneLogo.svg"); } }
        @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__5 .display__frame.display__2 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
            background-image: url("../images/large/2x/icon/pantoneLogo.svg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__5 .display__frame.display__2 .img__gamers {
        margin-top: -185px;
        width: 1279px;
        margin-left: -639.5px;
        height: 896px;
        background-image: url("../images/medium/1x/05__gamers.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 .section__5 .display__frame.display__2 .img__gamers {
          background-image: url("../images/medium/2x/05__gamers.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__5 .display__frame.display__2 .modal-button-container {
        margin-top: 0; }
  #ASUS-features .section__6 {
    margin-top: 115px; }
    #ASUS-features .section__6 .img__06__cooling {
      margin-top: -389px;
      transform: scale(0.565); }
    #ASUS-features .section__6 .wd-content {
      width: 100%;
      max-width: 800px;
      text-align: left; }
    #ASUS-features .section__6 .wd__feature__list {
      width: 100%;
      max-width: 760px;
      margin-top: 54px; }
    #ASUS-features .section__6 .modal-button-container {
      margin-top: -323px; }
  #ASUS-features .section__7 {
    margin-top: 187px; }
    #ASUS-features .section__7 .img__07__upgradeability {
      background-image: url("../images/medium/1x/07__upgradeability.jpg");
      width: 1279px;
      margin-left: -639.5px;
      height: 409px; } }
    @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__7 .img__07__upgradeability {
        background-image: url("../images/medium/2x/07__upgradeability.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__7 .wd-content {
      width: 90%;
      max-width: 760px; }
    #ASUS-features .section__7 .wd__feature__list {
      width: 85%;
      max-width: 700px;
      margin-top: 38px; }
      #ASUS-features .section__7 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__thunderbolt__logo {
        width: 340px;
        height: 81px;
        margin-top: 0;
        margin-left: 0;
        top: 0;
        margin-top: -8px;
        background-size: cover;
        background-image: url("../images/large/1x/icon/thunderboltLogo.svg"); } }
      @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__7 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__thunderbolt__logo {
          background-image: url("../images/large/2x/icon/thunderboltLogo.svg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__7 .wd__feature__list .wd__feature.feature-2 {
        margin-right: 30px; }
  #ASUS-features .section__8 .img__08__portability {
    margin-top: 23px;
    background-image: url("../images/medium/1x/08__portability.jpg");
    width: 1279px;
    margin-left: -639.5px;
    height: 460px; } }
  @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__portability {
      background-image: url("../images/medium/2x/08__portability.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__8 .wd__feature__list .wd__feature {
    margin-left: 10px;
    margin-right: 10px; }
  #ASUS-features .section__9 {
    margin-top: 186px; }
    #ASUS-features .section__9 .img__09__audio {
      margin-top: -418px;
      background-image: url("../images/medium/1x/09__audio.jpg");
      width: 1279px;
      margin-left: -639.5px;
      height: 992px; } }
    @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/2x/09__audio.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__9 .wd__feature__list {
      width: 100%; }
      #ASUS-features .section__9 .wd__feature__list .wd__feature {
        margin: 0 4px 44px; }
        #ASUS-features .section__9 .wd__feature__list .wd__feature.feature-3 .wd__feature__data .img__ess__logo {
          width: 101px;
          height: 35px;
          top: -13px;
          left: -3px; }
  #ASUS-features .section__9__slick {
    margin-top: 0px;
    height: 900px;
    /* Arrows */
    /* Dots */ }
    #ASUS-features .section__9__slick .slickSoftware {
      position: relative;
      max-width: 722px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__9__slick .slickSoftware .slick-list {
        height: 636px; }
        #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame {
          transform: translate3d(95px, 0, 0); }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg {
            height: auto;
            width: 525px;
            padding-bottom: 40%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__1 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__1 {
                background-image: url("../images/large/2x/animation/s9/1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__2 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__2 {
                background-image: url("../images/large/2x/animation/s9/2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__3 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__3 {
                background-image: url("../images/large/2x/animation/s9/3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__4 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__4 {
                background-image: url("../images/large/2x/animation/s9/5.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__5 {
              background-image: url("../images/large/1x/animation/s9/6.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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__5 {
                background-image: url("../images/large/2x/animation/s9/6.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame {
          width: 380px;
          transform: translate3d(175px, 10px, 0px); }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText {
            width: 100%;
            color: #FFFFFF; }
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
              font-weight: normal;
              font-style: normal;
              font-size: 26px;
              line-height: 1.18;
              margin-bottom: 10px;
              display: block; }
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              line-height: 1.6; }
    #ASUS-features .section__9__slick .slick-prev:before,
    #ASUS-features .section__9__slick .slick-next:before {
      display: none; }
    #ASUS-features .section__9__slick .slick-prev {
      transform: translate3d(100%, -280%, 0) rotate(-180deg) scale(0.7); }
    #ASUS-features .section__9__slick .slick-next {
      transform: translate3d(-110%, -280%, 0) scale(0.7); }
    #ASUS-features .section__9__slick .slick-dots {
      bottom: 0;
      margin-left: 0 !important; }
      #ASUS-features .section__9__slick .slick-dots li {
        width: auto;
        height: auto;
        vertical-align: top; }
        #ASUS-features .section__9__slick .slick-dots li button {
          width: 40px;
          height: 40px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/large/1x/animation/s9/icon/slick_dot_normal.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__9__slick .slick-dots li button {
            background-image: url("../images/large/2x/animation/s9/icon/slick_dot_normal.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__9__slick .slick-dots li button:before {
            display: none; }
    #ASUS-features .section__9__slick .slick-dots li.slick-active button {
      background-image: url("../images/large/1x/animation/s9/icon/slick_dot_active.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__9__slick .slick-dots li.slick-active button {
        background-image: url("../images/large/2x/animation/s9/icon/slick_dot_active.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__9__slick .softwareNav {
      max-width: 690px;
      width: 100%;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__9__slick .softwareNav .softwareNav__item {
        font-family: "Roboto", "Segoe UI bold", sans-serif !important;
        font-weight: 400 !important;
        text-align: center;
        background: transparent;
        margin-left: 255px;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        outline: none;
        cursor: pointer; }
        #ASUS-features .section__9__slick .softwareNav .softwareNav__item .nav__item {
          font-size: 20px; }
        #ASUS-features .section__9__slick .softwareNav .softwareNav__item .sign-pipe {
          position: absolute;
          right: -2px;
          top: 50%;
          width: auto;
          height: 15px;
          margin-top: -13px;
          font-size: 20px; }
  #ASUS-features .section__10 {
    margin-top: 58px; }
    #ASUS-features .section__10 .wd-content .content-info {
      width: 920px; }
    #ASUS-features .section__10 .wd__feature__list {
      margin-top: 18px; }
      #ASUS-features .section__10 .wd__feature__list .wd__feature {
        margin: 0px 4px 44px; }
        #ASUS-features .section__10 .wd__feature__list .wd__feature.feature-4 {
          min-width: 96px;
          width: 96px;
          height: 96px; }
          #ASUS-features .section__10 .wd__feature__list .wd__feature.feature-4 .wd__feature__data .img__aura__logo {
            width: 96px;
            height: 96px;
            margin-left: 0;
            margin-right: 0;
            top: 21px;
            background-size: cover;
            background-image: url("../images/large/1x/icon/aura.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__10 .wd__feature__list .wd__feature.feature-4 .wd__feature__data .img__aura__logo {
              background-image: url("../images/large/2x/icon/aura.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__10 .img__aura {
      position: relative;
      width: 2560px;
      margin-left: -1280px;
      height: 1144px;
      left: 50%;
      margin-top: -180px; }
      #ASUS-features .section__10 .img__aura .auraAnimation {
        width: 2560px;
        margin: 0 auto; }
        #ASUS-features .section__10 .img__aura .auraAnimation figure {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute; }
        #ASUS-features .section__10 .img__aura .auraAnimation .colorPickerCircle {
          z-index: 1049;
          transition: opacity 500ms 100ms ease;
          opacity: 1;
          position: absolute;
          top: 382px;
          left: 920px;
          margin-left: 0;
          width: 150px;
          height: 150px;
          display: block; }
          #ASUS-features .section__10 .img__aura .auraAnimation .colorPickerCircle canvas {
            box-sizing: border-box;
            z-index: 99;
            position: absolute;
            top: 0;
            left: 0; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb {
          transform: scale(0.62) translate3d(-23px, -267px, 0px); }
    #ASUS-features .section__10 .navBarFrame {
      margin: 0 auto;
      height: 387px;
      z-index: 999;
      position: relative;
      margin-top: -616px; }
      #ASUS-features .section__10 .navBarFrame .navBar {
        position: relative;
        margin: 0 auto;
        left: -27px;
        text-align: center;
        z-index: 999;
        max-width: 1280px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 732px) and (max-width: 1279px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 :before {
            top: -60px; }
    #ASUS-features .section__10 .nav__line {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 680px;
      height: 1px;
      left: -5px;
      z-index: 9999;
      margin-top: -264px;
      background-color: white; }
      #ASUS-features .section__10 .nav__line .nav__line__box {
        transition: 300ms ease-in-out;
        position: relative;
        width: 64px;
        height: 3px;
        background-color: white;
        top: -2px;
        left: 0;
        transform: translate3d(58px, 0px, 0px); }
        #ASUS-features .section__10 .nav__line .nav__line__box.move1 {
          transform: translate3d(58px, 0px, 0px); }
        #ASUS-features .section__10 .nav__line .nav__line__box.move2 {
          transform: translate3d(160px, 0px, 0px); }
        #ASUS-features .section__10 .nav__line .nav__line__box.move3 {
          transform: translate3d(257px, 0px, 0px); }
        #ASUS-features .section__10 .nav__line .nav__line__box.move4 {
          transform: translate3d(358px, 0px, 0px); }
        #ASUS-features .section__10 .nav__line .nav__line__box.move5 {
          transform: translate3d(458px, 0px, 0px); }
        #ASUS-features .section__10 .nav__line .nav__line__box.move6 {
          transform: translate3d(558px, 0px, 0px); }
  #ASUS-features .section__11 {
    margin-top: -8px; }
    #ASUS-features .section__11 .img__11__connectivity {
      position: relative;
      background-image: url("../images/medium/1x/11__connectivity.jpg");
      width: 1279px;
      margin-left: -639.5px;
      height: 500px;
      margin-top: 50px; } }
    @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/2x/11__connectivity.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__11 .img__11__connectivity .textPartsFrame {
        position: relative;
        transform: translate3d(484px, 159px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partText {
          position: absolute;
          color: #FFF;
          font-size: 12px;
          width: auto;
          line-height: 1.8rem;
          font-family: 'Roboto-Light_0', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__1 {
          transform: translate3d(117px, 200px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__2 {
          transform: translate3d(88px, 227px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__3 {
          transform: translate3d(71px, 253px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__4 {
          text-align: right;
          transform: translate3d(195px, 49px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__5 {
          text-align: center;
          transform: translate3d(180px, 93px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__6 {
          text-align: left;
          transform: translate3d(241px, 49px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__7 {
          text-align: right;
          transform: translate3d(413px, 123px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__8 {
          text-align: right;
          transform: translate3d(417px, 139px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__9 {
          text-align: right;
          transform: translate3d(361px, 157px, 0); }
    #ASUS-features .section__11 .wd-content {
      width: 760px;
      margin: 0 auto;
      position: relative;
      z-index: 20;
      left: 13px;
      text-align: left; }
  #ASUS-features .section__12 .img__12__software {
    position: relative;
    background-image: url("../images/medium/1x/12__software.jpg");
    width: 1279px;
    margin-left: -639.5px;
    height: 701px;
    margin-top: -170px; } }
  @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/2x/12__software.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__12 .wd-content {
    margin: 0 auto;
    position: relative; }
  #ASUS-features .section__12 .software__toggle__nav__frame {
    width: 760px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    padding-bottom: 260px; }
    #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame {
      position: relative;
      width: 300px;
      top: 34px;
      left: 50px;
      vertical-align: top; }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img {
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        margin-left: auto;
        margin-right: auto;
        z-index: 99999;
        width: 295px;
        height: auto;
        padding-bottom: 47%; }
    #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame {
      color: #fff;
      opacity: 0;
      width: 70%;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;
      position: absolute;
      width: 300px;
      left: 390px;
      right: 0;
      z-index: 9999;
      text-align: left;
      vertical-align: top; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame.show {
        opacity: 1; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .software__title {
        margin-top: 0px;
        font-size: 22px;
        font-family: 'Xolonium-Regular','Microsoft JhengHei', 'sans-serif'; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .softWord__content {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 11px;
        font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .content-comment {
        font-size: 12px;
        color: #777; }
  #ASUS-features .section__12 .navBarFrame {
    margin: 0 auto;
    height: 463px;
    z-index: 999;
    position: relative;
    margin-top: -58px;
    background-color: rgba(39, 35, 57, 0.7); }
    #ASUS-features .section__12 .navBarFrame .navBar {
      position: relative;
      margin: 0 auto;
      text-align: center;
      z-index: 999;
      width: 1120px;
      left: 50%;
      margin-left: -560px;
      max-width: none;
      transition: 300ms ease-in-out;
      transform: translate3d(459px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move1 {
        transform: translate3d(459px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move2 {
        transform: translate3d(308px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move3 {
        transform: translate3d(155px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move4 {
        transform: translate3d(5px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move5 {
        transform: translate3d(-148px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move6 {
        transform: translate3d(-301px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move7 {
        transform: translate3d(-456px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase {
        margin: 30px 12px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase.choosed {
          opacity: 1; }
        #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase:hover {
          opacity: 1; }
        #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase span {
          width: 125px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          font-size: 14px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
  #ASUS-features .section__12 .nav__line {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 730px;
    height: 1px;
    z-index: 9999;
    margin-top: -397px;
    background-color: white; }
    #ASUS-features .section__12 .nav__line .nav__line__box {
      transition: 300ms ease-in-out;
      position: relative;
      width: 120px;
      height: 3px;
      background-color: white;
      top: -2px;
      left: 0;
      transform: translate3d(306px, 0px, 0px); }
  #ASUS-features .section__13 {
    margin-top: 155px; }
    #ASUS-features .section__13 .img__13__bundles {
      position: relative;
      background-image: url("../images/medium/1x/13__bundles.jpg");
      width: 1279px;
      margin-left: -639.5px;
      height: 997px;
      margin-top: -320px; } }
    @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/2x/13__bundles.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .section__14 {
    margin-top: 0px;
    height: auto;
    padding-bottom: 100px; }
    #ASUS-features .section__14 .img__14__bg {
      position: absolute;
      margin-top: 0;
      width: 2560px;
      margin-left: -1280px;
      height: 1450px;
      left: 50%;
      background-image: url("../images/large/1x/14_bg.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 .section__14 .img__14__bg {
        background-image: url("../images/large/2x/14_bg.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__14 .img__14__software {
      margin-top: 200px;
      width: 721px;
      height: 391px;
      margin-left: -360.5px;
      background-image: url("../images/medium/1x/14_software.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 .section__14 .img__14__software {
        background-image: url("../images/medium/2x/14_software.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__14 .wd-content {
      width: 700px; }
      #ASUS-features .section__14 .wd-content .content-slogan {
        color: #fff;
        letter-spacing: -2px;
        transform: translate3d(0, -500px, 0px); }
      #ASUS-features .section__14 .wd-content .content-title {
        width: 700px;
        color: #fff; }
      #ASUS-features .section__14 .wd-content .content-info {
        width: 610px;
        color: #fff;
        line-height: 1.7;
        letter-spacing: 0.9px; }
  #ASUS-features .section__15 {
    margin-top: 0px;
    height: 1548px;
    padding-top: 0; }
    #ASUS-features .section__15 .img__15__bg {
      position: absolute;
      margin-top: 0;
      width: 2560px;
      margin-left: -1280px;
      height: 1548px;
      left: 50%;
      background-image: url("../images/large/1x/15_bg.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 .section__15 .img__15__bg {
        background-image: url("../images/large/2x/15_bg.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .section__15 .img__15__io {
      width: 798px;
      height: 575px;
      transform: translate3d(-21px, 346px, 0px);
      left: 0;
      background-image: url("../images/medium/1x/15_io.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__15 .img__15__io {
        background-image: url("../images/medium/2x/15_io.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__15 .img__15__io .textPartsFrame {
        position: relative;
        transform: translate3d(-39px, 124px, 0);
        text-align: center; }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partText {
          position: absolute;
          color: #FFF;
          font-size: 12px;
          width: auto;
          line-height: 1.49;
          font-family: 'Roboto', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__1 {
          transform: translate3d(86px, 89px, 0); }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__2 {
          transform: translate3d(133px, 147px, 0); }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__3 {
          transform: translate3d(162px, 197px, 0);
          text-align: left; }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__4 {
          transform: translate3d(235px, 133px, 0); }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__5 {
          transform: translate3d(-218px, 454px, 0); }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__6 {
          transform: translate3d(-129px, 394px, 0); }
        #ASUS-features .section__15 .img__15__io .textPartsFrame .partInfo__7 {
          transform: translate3d(180px, 386px, 0); }
    #ASUS-features .section__15 .wd-content {
      text-align: left;
      width: 600px;
      transform: translate3d(0px, -30px, 0); }
      #ASUS-features .section__15 .wd-content .content-slogan {
        text-align: left;
        color: #fff;
        transform: translate3d(260px, -275px, 0px);
        letter-spacing: -2px; }
      #ASUS-features .section__15 .wd-content .content-title {
        text-align: left;
        color: #fff;
        transform: translate3d(-22px, 399px, 0px); }
      #ASUS-features .section__15 .wd-content .content-info {
        text-align: left;
        color: #fff;
        transform: translate3d(-18px, 411px, 0px);
        line-height: 1.7;
        letter-spacing: 0.9px; }
    #ASUS-features .section__15 .modal-button-container {
      margin-top: -44px; }
  #ASUS-features .section__16 {
    margin-top: 0px;
    height: 1292px; }
    #ASUS-features .section__16 .img__16__bundle {
      position: relative;
      margin-top: -500px;
      width: 1279px;
      margin-left: -639.5px;
      height: 1292px;
      background-image: url("../images/medium/1x/16_bundle.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 .section__16 .img__16__bundle {
        background-image: url("../images/medium/2x/16_bundle.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .section__16 .img__16__bundle .area-click {
        position: relative;
        transform: translate3d(-220px, 260px, 0); }
        #ASUS-features .section__16 .img__16__bundle .area-click .click__circle {
          width: 37px;
          height: 27px;
          background-size: contain; }
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-1 {
            transform: translate3d(490px, 746px, 0); }
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-2 {
            transform: translate3d(70px, 742px, 0); }
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-3 {
            transform: translate3d(-80px, 613px, 0); }
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-4 {
            transform: translate3d(-50px, 430px, 0); }
    #ASUS-features .section__16 .wd-content {
      margin-top: 123px;
      width: 640px; }
      #ASUS-features .section__16 .wd-content .content-slogan {
        color: #fff; }
      #ASUS-features .section__16 .wd-content .content-title {
        color: #fff; }
      #ASUS-features .section__16 .wd-content .content-info {
        color: #fff;
        line-height: 1.7;
        letter-spacing: 0.9px; }
      #ASUS-features .section__16 .wd-content .content-comment {
        color: #fff;
        font-size: 12px; }
  #ASUS-features .section__17 {
    margin-top: 100px;
    margin-bottom: 100px; }
    #ASUS-features .section__17 .wd-content .content-comment {
      max-width: 750px;
      width: 80%;
      color: #ccc; }
  #ASUS-features .inner-view .modal-cut4 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
        margin-top: 70px;
        position: relative;
        width: 732px;
        margin-left: -366px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 732px;
        background-position-y: top;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s4/04_inner_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/2x/inner/s4/04_inner_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content {
          position: relative;
          height: auto;
          transform: translate3d(0px, 0px, 0);
          margin-top: 640px; }
          #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: 520px;
            padding-bottom: 96px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .wd__performance__graph {
        top: -610px;
        right: -70px;
        padding-bottom: 10px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_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/2x/inner/s4/04_inner_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #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: 497px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_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__ssd {
        background-image: url("../images/medium/2x/inner/s4/04_inner_3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content .content-title {
          width: 580px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content .content-info {
          width: 500px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 {
    height: auto;
    margin-bottom: 0; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_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-cut4 .section__inner4-4 .img__memory {
        background-image: url("../images/medium/2x/inner/s4/04_inner_4.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 640px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-title {
          width: 580px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-info {
          width: 550px;
          padding-bottom: 96px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .wd__feature__list {
          position: relative;
          text-align: center;
          width: 100%;
          left: 0;
          top: 0;
          margin-top: -40px;
          padding-bottom: 40px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-5 {
    height: auto;
    margin-top: -100px; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr {
      margin-top: -45px;
      position: relative;
      width: 732px;
      margin-left: -366px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background: #000;
      z-index: 1; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddrWord {
        font-size: 26px;
        margin-bottom: 50px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddrWord.word__1 {
          top: 10px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-2 {
        margin-left: 0;
        width: 261px;
        height: 201px;
        background-image: url("../images/large/1x/inner/s4/04_inner_5_1-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-5 .img__ddr .ddr__img__1-2 {
          background-image: url("../images/large/2x/inner/s4/04_inner_5_1-2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 {
        margin-left: 0;
        width: 261px;
        height: 201px;
        background-image: url("../images/large/1x/inner/s4/04_inner_5_1-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-5 .img__ddr .ddr__img__1-1 {
          background-image: url("../images/large/2x/inner/s4/04_inner_5_1-1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping {
          position: relative;
          left: 44px;
          top: 98px;
          font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
          color: #34baf1;
          font-size: 20px; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping .textAni {
            display: inline-block;
            background: #34baf1;
            width: 4px;
            height: 4px; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping .textAni1 {
            width: 4px;
            height: 4px;
            -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-5 .img__ddr .ddr__img__1-1 .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-5 .img__ddr .ddr__img__1-1 .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-5 .img__ddr .ddr__item__1 {
        width: 261px;
        position: relative;
        left: 82px;
        top: 163px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__1 .ddr__img__1-1 {
          opacity: 1; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .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: 1.6s;
            animation-duration: 1.6s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__2 {
        width: 261px;
        position: relative;
        left: 402px;
        top: -106px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__3 {
        position: relative;
        display: inline-block;
        top: -26px;
        left: 82px;
        font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
        font-size: 20px;
        color: #fff; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__3 .blueWord {
          color: #34baf1;
          font-size: 49px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content {
        position: relative;
        background-color: #222;
        transform: translate3d(350px, 160px, 0);
        width: 732px;
        position: relative;
        margin-top: 30px;
        padding-top: 90px;
        background-color: #222;
        transform: translate3d(0px, 0px, 0); }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content .content-title {
          width: 580px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content .content-info {
          width: 580px;
          padding-bottom: 130px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-6 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_6.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-6 .img__wifi6 {
        background-image: url("../images/medium/2x/inner/s4/04_inner_6.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content .content-title {
          width: 550px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content .content-info {
          width: 497px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut8 {
    height: 120vh; }
    #ASUS-features .inner-view .modal-cut8 .section__inner8-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame {
        position: relative;
        z-index: 1;
        height: auto; }
        #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame .section__8__video {
          position: absolute;
          width: 350px;
          height: 357px;
          margin: 0 auto;
          left: 50%;
          transform: translate3d(-50%, -34px, 0px); }
        #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame .img__freeSync {
          margin-top: 70px;
          position: relative;
          width: 721px;
          height: 315px;
          margin-left: -360.5px;
          left: 50%;
          background-size: cover;
          overflow: hidden;
          background-size: 721px;
          background-position-y: top;
          z-index: 999;
          background-image: url("../images/medium/1x/inner/s8/08_inner_1.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 .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame .img__freeSync {
            background-image: url("../images/medium/2x/inner/s8/08_inner_1.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame .wd-content {
          background-color: #222;
          height: auto;
          /* left: 50%; */
          width: 721px;
          max-width: 721px;
          margin: 0 auto;
          padding: 70px 0;
          transform: translate3d(0, 0px, 0); }
          #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame .wd-content .content-title {
            width: 550px; }
          #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame .wd-content .content-info {
            width: 550px; }
          #ASUS-features .inner-view .modal-cut8 .section__inner8-1 .section__8__videoFrame .wd-content .content-comment {
            width: 550px;
            margin-bottom: 100px; }
  #ASUS-features .inner-view .modal-cut8 .section__inner8-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__pantone {
      margin-top: 15px;
      position: relative;
      width: 721px;
      height: auto;
      margin-left: -360.5px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 721px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s8/08_inner_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-cut8 .section__inner8-2 .img__pantone {
        background-image: url("../images/medium/2x/inner/s8/08_inner_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__pantone .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 542px; }
        #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__pantone .wd-content .content-title {
          width: 490px; }
        #ASUS-features .inner-view .modal-cut8 .section__inner8-2 .img__pantone .wd-content .content-info {
          width: 490px;
          margin-bottom: 100px; }
  #ASUS-features .inner-view .modal-cut5 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
        margin-top: 70px;
        position: relative;
        width: 732px;
        margin-left: -366px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 732px;
        background-position-y: top;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s5/05_inner_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/2x/inner/s5/05_inner_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content {
        position: relative;
        height: auto;
        background-color: #222;
        transform: translate3d(0px, 0px, 0);
        margin-top: -310px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-title {
          width: 550px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-info {
          width: 520px;
          padding-bottom: 56px; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd__performance__graph {
        top: -610px;
        right: -70px;
        padding-bottom: 10px; }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s5/05_inner_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/2x/inner/s5/05_inner_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #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: 497px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s5/05_inner_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-cut5 .section__inner5-3 .img__pantoneValidated {
        background-image: url("../images/medium/2x/inner/s5/05_inner_3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content .content-title {
          width: 580px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content .content-info {
          width: 500px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut6 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
        margin-top: 70px;
        position: relative;
        width: 732px;
        margin-left: -366px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 732px;
        background-position-y: top;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s6/06_inner_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-1 .img__aas {
          background-image: url("../images/medium/2x/inner/s6/06_inner_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content {
          position: relative;
          height: auto;
          transform: translate3d(0px, 0px, 0);
          margin-top: 680px; }
          #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: 520px;
            padding-bottom: 96px; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .wd__performance__graph {
        top: -610px;
        right: -70px;
        padding-bottom: 10px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s6/06_inner_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-2 .img__coolingCoverage {
        background-image: url("../images/medium/2x/inner/s6/06_inner_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #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: 497px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s6/06_inner_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-3 .img__selfCleaning {
        background-image: url("../images/medium/2x/inner/s6/06_inner_3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-title {
          width: 580px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-info {
          width: 500px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 {
    height: auto;
    margin-bottom: 0; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s6/06_inner_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-4 .img__increaseAirflow {
        background-image: url("../images/medium/2x/inner/s6/06_inner_4.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-title {
          width: 580px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-info {
          width: 550px;
          padding-bottom: 96px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .wd__feature__list {
          position: relative;
          text-align: center;
          width: 100%;
          left: 0;
          top: 0;
          margin-top: -40px;
          padding-bottom: 40px; }
  #ASUS-features .inner-view .modal-cut6 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-5 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
        margin-top: -30px;
        position: relative;
        width: 732px;
        height: 583px;
        margin-left: -366px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 732px;
        background-position-y: top;
        background-color: #000;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s6/06_inner_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-5 .img__scenarioProfiles {
          background-image: url("../images/medium/2x/inner/s6/06_inner_5.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content {
        position: relative;
        height: auto;
        background-color: #222;
        transform: translate3d(0px, 0px, 0);
        margin-top: 0px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-title {
          width: 550px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-info {
          width: 520px;
          padding-bottom: 16px; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd__performance__graph {
        top: -610px;
        right: -70px;
        padding-bottom: 10px; }
  #ASUS-features .inner-view .modal-cut7 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 {
        margin-top: 70px;
        position: relative;
        width: 732px;
        margin-left: -366px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 732px;
        background-position-y: top;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s7/07_inner_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-cut7 .section__inner7-1 .img__thunderbolt3 {
          background-image: url("../images/medium/2x/inner/s7/07_inner_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content {
          position: relative;
          height: auto;
          transform: translate3d(0px, 0px, 0);
          margin-top: 680px; }
          #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content .content-title {
            width: 550px; }
          #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content .content-info {
            width: 520px;
            padding-bottom: 96px; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .wd__performance__graph {
        top: -610px;
        right: -70px;
        padding-bottom: 10px; }
  #ASUS-features .inner-view .modal-cut7 .section__inner7-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s7/07_inner_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-cut7 .section__inner7-2 .img__memory {
        background-image: url("../images/medium/2x/inner/s7/07_inner_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content .content-title {
          width: 550px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content .content-info {
          width: 497px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut7 .section__inner7-3 {
    height: auto;
    padding-bottom: 200px; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade {
      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;
      background-color: #222;
      z-index: 1;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s7/07_inner_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-cut7 .section__inner7-3 .img__easyUpgrade {
        background-image: url("../images/medium/2x/inner/s7/07_inner_3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 690px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content .content-title {
          width: 580px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content .content-info {
          width: 500px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut11 .section__inner11-1 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut11 .section__inner11-1 .img__sound {
      position: relative;
      width: 721px;
      height: 494px;
      margin-left: -360.5px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 721px;
      background-position-y: bottom;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s11/11_inner_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-cut11 .section__inner11-1 .img__sound {
        background-image: url("../images/medium/2x/inner/s11/11_inner_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .inner-view .modal-cut11 .section__inner11-1 .wd-content {
      width: 721px;
      max-width: 721px;
      transform: translate3d(0, 0, 0);
      margin: 0 auto;
      margin-top: 70px;
      background-color: #222;
      padding: 70px 0; }
      #ASUS-features .inner-view .modal-cut11 .section__inner11-1 .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut11 .section__inner11-1 .wd-content .content-info {
        width: 550px; }
  #ASUS-features .inner-view .modal-cut11 .section__inner11-2 {
    height: auto;
    margin-bottom: 300px; }
    #ASUS-features .inner-view .modal-cut11 .section__inner11-2 .wd-content {
      width: 721px;
      max-width: 721px;
      transform: translate3d(0, 0, 0);
      margin: 0 auto;
      margin-top: 15px;
      background-color: #222;
      padding: 70px 0; }
      #ASUS-features .inner-view .modal-cut11 .section__inner11-2 .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut11 .section__inner11-2 .wd-content .content-info {
        width: 550px; }
    #ASUS-features .inner-view .modal-cut11 .section__inner11-2 .img__speaker {
      position: relative;
      width: 721px;
      height: 494px;
      margin-left: -360.5px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 721px;
      background-position-y: bottom;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s11/11_inner_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-cut11 .section__inner11-2 .img__speaker {
        background-image: url("../images/medium/2x/inner/s11/11_inner_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .inner-view .modal-cut13 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut13 .section__inner13-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut13 .section__inner13-1 .img__selfCleaning {
        margin-top: 70px;
        position: relative;
        width: 721px;
        height: auto;
        margin-left: -360.5px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 721px;
        background-position-y: bottom;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s13/13_inner_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-cut13 .section__inner13-1 .img__selfCleaning {
          background-image: url("../images/medium/2x/inner/s13/13_inner_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .inner-view .modal-cut13 .section__inner13-1 .img__selfCleaning .wd-content {
          position: relative;
          height: auto;
          transform: translate3d(0px, 0px, 0);
          margin-top: 70px; }
          #ASUS-features .inner-view .modal-cut13 .section__inner13-1 .img__selfCleaning .wd-content .content-title {
            width: 590px; }
          #ASUS-features .inner-view .modal-cut13 .section__inner13-1 .img__selfCleaning .wd-content .content-info {
            width: 590px;
            margin-bottom: 692px; }
  #ASUS-features .inner-view .modal-cut13 .section__inner13-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut13 .section__inner13-2 .img__ultrathinFins {
      margin-top: 15px;
      position: relative;
      width: 721px;
      height: auto;
      margin-left: -360.5px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 721px;
      background-position-y: bottom;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s13/13_inner_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-cut13 .section__inner13-2 .img__ultrathinFins {
        background-image: url("../images/medium/2x/inner/s13/13_inner_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut13 .section__inner13-2 .img__ultrathinFins .wd-content {
        width: 540px;
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 70px; }
        #ASUS-features .inner-view .modal-cut13 .section__inner13-2 .img__ultrathinFins .wd-content .content-title {
          width: 540px; }
        #ASUS-features .inner-view .modal-cut13 .section__inner13-2 .img__ultrathinFins .wd-content .content-info {
          width: 540px;
          margin-bottom: 574px; }
  #ASUS-features .inner-view .modal-cut13 .section__inner13-3 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut13 .section__inner13-3 .img__comCooling {
      margin-top: 15px;
      position: relative;
      width: 721px;
      height: auto;
      margin-left: -360.5px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 721px;
      background-position-y: bottom;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s13/13_inner_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-cut13 .section__inner13-3 .img__comCooling {
        background-image: url("../images/medium/2x/inner/s13/13_inner_3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut13 .section__inner13-3 .img__comCooling .wd-content {
        width: 530px;
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 70px; }
        #ASUS-features .inner-view .modal-cut13 .section__inner13-3 .img__comCooling .wd-content .content-title {
          width: 530px; }
        #ASUS-features .inner-view .modal-cut13 .section__inner13-3 .img__comCooling .wd-content .content-info {
          width: 530px;
          margin-bottom: 694px; }
  #ASUS-features .inner-view .modal-cut13 .section__inner13-4 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut13 .section__inner13-4 .img__n-bladeFan {
      margin-top: 15px;
      position: relative;
      width: 721px;
      height: auto;
      margin-left: -360.5px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 721px;
      background-position-y: bottom;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s13/13_inner_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-cut13 .section__inner13-4 .img__n-bladeFan {
        background-image: url("../images/medium/2x/inner/s13/13_inner_4.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .inner-view .modal-cut13 .section__inner13-4 .img__n-bladeFan .wd-content {
        width: 506px;
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 70px; }
        #ASUS-features .inner-view .modal-cut13 .section__inner13-4 .img__n-bladeFan .wd-content .content-title {
          width: 506px; }
        #ASUS-features .inner-view .modal-cut13 .section__inner13-4 .img__n-bladeFan .wd-content .content-info {
          width: 506px;
          margin-bottom: 598px; }
  #ASUS-features .inner-view .modal-cut13 .section__inner13-5 {
    height: auto;
    margin-bottom: 200px; }
    #ASUS-features .inner-view .modal-cut13 .section__inner13-5 .img__scenarioProfiles {
      position: relative;
      width: 721px;
      height: 524px;
      margin-left: -360.5px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 721px;
      background-position-y: bottom;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s13/13_inner_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-cut13 .section__inner13-5 .img__scenarioProfiles {
        background-image: url("../images/medium/2x/inner/s13/13_inner_5.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
    #ASUS-features .inner-view .modal-cut13 .section__inner13-5 .wd-content {
      width: 721px;
      max-width: 721px;
      transform: translate3d(0, 0, 0);
      margin: 0 auto;
      margin-top: 70px;
      background-color: #222;
      padding: 70px 0; }
      #ASUS-features .inner-view .modal-cut13 .section__inner13-5 .wd-content .content-title {
        width: 550px; }
      #ASUS-features .inner-view .modal-cut13 .section__inner13-5 .wd-content .content-info {
        width: 550px; }
  #ASUS-features .pop-view {
    width: 1300px;
    height: 1412px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%) translateY(0px); }
    #ASUS-features .pop-view .pop-inner {
      width: 620px;
      height: 710px;
      margin: 0 auto;
      background-color: #000;
      transform: translate3d(0, 50%, 0); }
      #ASUS-features .pop-view .pop-inner .closeBtn {
        position: absolute;
        transform: translate3d(564px, 18px, 0px);
        z-index: 999;
        width: 36px;
        height: 26px;
        background-image: url("../images/large/1x/animation/s16/close_btn.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 .pop-view .pop-inner .closeBtn {
          background-image: url("../images/large/2x/animation/s16/close_btn.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .pop-view .pop-inner .slickPop {
        position: relative;
        max-width: 600px;
        z-index: 100;
        padding-top: 90px;
        margin-left: auto;
        margin-right: auto; }
        #ASUS-features .pop-view .pop-inner .slickPop .slick-list {
          margin: 0 auto;
          width: 500px;
          height: 560px;
          background: #000; }
          #ASUS-features .pop-view .pop-inner .slickPop .slick-list .slick-track .slick-slide {
            height: 620px; }
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1, #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 {
          display: none; }
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
          margin: 0 auto;
          width: 400px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_1.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
          width: 510px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_2.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
          width: 203px;
          margin-top: -81px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_3.jpg"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__1 {
          width: 308px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/cam_big_1.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 .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/cam_big_1.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__2 {
          width: 286px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/cam_big_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 .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/cam_big_2.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__3 {
          width: 287px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/cam_big_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 .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/cam_big_3.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
      #ASUS-features .pop-view .pop-inner .popTitle {
        transform: translate3d(14px, -620px, 0px);
        width: 600px; }
      #ASUS-features .pop-view .pop-inner .popNav {
        transform: scale(0.8); }
  #ASUS-features .pop-view .pop-inner {
    /****************** Arrows **********************/
    /****************** Arrows End **********************/
    /****************** Dots **********************/
    /****************** Dots end **********************/ }
    #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 {
      -webkit-transform: translate3d(50%, -60%, 0) rotate(180deg) scale(0.6);
      -ms-transform: translate3d(50%, -60%, 0) rotate(180deg) scale(0.6);
      transform: translate3d(50%, -60%, 0) rotate(180deg) scale(0.6); }
    #ASUS-features .pop-view .pop-inner .slick-next {
      z-index: 999;
      width: 75px;
      height: 74px;
      -webkit-transform: translate3d(-20%, -60%, 0) scale(0.6);
      -ms-transform: translate3d(-20%, -60%, 0) scale(0.6);
      transform: translate3d(-20%, -60%, 0) scale(0.6); }
    #ASUS-features .pop-view .pop-inner .slick-dots {
      bottom: 60px;
      margin-left: 0 !important;
      left: 50%;
      transform: translate3d(-50%, 0, 0); }
      #ASUS-features .pop-view .pop-inner .slick-dots li {
        width: auto;
        height: auto;
        vertical-align: top; }
        #ASUS-features .pop-view .pop-inner .slick-dots li button {
          width: 40px;
          height: 40px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/large/1x/animation/s4/icon/slick_dot_normal.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 .pop-view .pop-inner .slick-dots li button {
            background-image: url("../images/large/2x/animation/s4/icon/slick_dot_normal.png"); } }

@media all and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .pop-view .pop-inner .slick-dots li button:before {
            display: none; }
    #ASUS-features .pop-view .pop-inner .slick-dots li.slick-active button {
      background-image: url("../images/large/1x/animation/s4/icon/slick_dot_active.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 .pop-view .pop-inner .slick-dots li.slick-active button {
        background-image: url("../images/large/2x/animation/s4/icon/slick_dot_active.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__base {
    margin-top: 100px; }
    #ASUS-features .section__base .wd-content {
      width: 89.2%;
      margin-left: 5.4%;
      text-align: left;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__base .wd-content.small-text-left {
        text-align: left; }
      #ASUS-features .section__base .wd-content .content-slogan {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        font-size: 20px;
        line-height: 0px; }
        #ASUS-features .section__base .wd-content .content-slogan.content-slogan__kv {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 15px;
          margin-top: -10px;
          line-height: 0.85;
          color: #FFFFFF;
          color: #FFFFFF;
          text-align: center;
          font-size: 41px;
          margin-top: -46px; }
        #ASUS-features .section__base .wd-content .content-slogan .icon_slogan {
          margin-left: -50px;
          width: 275px;
          height: 34px;
          margin-top: -6px; }
      #ASUS-features .section__base .wd-content .content-title {
        width: 100%;
        max-width: 700px;
        font-size: 27px;
        text-align: left;
        margin: 2px 0;
        line-height: 32px; }
      #ASUS-features .section__base .wd-content .content-info {
        width: 100%;
        max-width: 700px;
        text-align: left;
        font-size: 14px;
        margin-left: 0;
        margin-right: auto;
        line-height: 1.5; }
      #ASUS-features .section__base .wd-content .content-comment {
        width: 100%;
        text-align: left;
        max-width: 700px;
        line-height: 1.4;
        margin-top: 13px;
        font-size: 12px; }
    #ASUS-features .section__base .wd__feature__list {
      width: 89.2%;
      margin-top: 37px; }
      #ASUS-features .section__base .wd__feature__list .wd__feature {
        min-width: auto;
        margin: 0 15px 34px; }
        #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__top {
          font-size: 10px;
          padding-bottom: 5px; }
        #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__data {
          font-size: 26.7px;
          letter-spacing: -1.2px; }
          #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: 10px;
          padding-top: 2px; }
          #ASUS-features .section__base .wd__feature__list .wd__feature .wd__feature__describe span.describeText {
            font-size: 10px;
            padding-top: 7px; }
    #ASUS-features .section__base .modal-button-container {
      height: 45px; }
    #ASUS-features .section__base .modal-button-container .modal-button {
      width: 120px;
      height: 37px;
      line-height: 36px; }
      #ASUS-features .section__base .modal-button-container .modal-button .modal-inner-text {
        font-size: 14px; }
  #ASUS-features .modal-button-container .modal-btn-close {
    width: 120px;
    height: 37px;
    line-height: 36px; }
    #ASUS-features .modal-button-container .modal-btn-close .modal-inner-text {
      font-size: 14px; }
  #ASUS-features .inner-view {
    background-image: url("../images/large/1x/inner/inner_bg.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 {
      background-image: url("../images/large/2x/inner/inner_bg.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .inner-view .inner-view-container .inner-modal .section__base {
      background: none; }
    #ASUS-features .inner-view .inner-view-container .innerHide {
      display: none; }
    #ASUS-features .inner-view .inner-view-container .innerShow {
      display: block; }
    #ASUS-features .inner-view .section__base .img .wd-content {
      position: relative;
      width: 280px; }
      #ASUS-features .inner-view .section__base .img .wd-content .content-title {
        max-width: 220px;
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        font-size: 24px;
        line-height: 1;
        color: #FFFFFF;
        text-transform: uppercase; }
      #ASUS-features .inner-view .section__base .img .wd-content .content-info {
        max-width: 220px;
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 15px;
        padding: 0; }
      #ASUS-features .inner-view .section__base .img .wd-content .content-comment {
        max-width: 220px;
        width: 220px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 12px;
        font-size: 14px;
        color: #999999;
        line-height: 1.2; }
      #ASUS-features .inner-view .section__base .img .wd-content .wd__feature__list {
        width: 100%;
        text-align: left;
        margin-bottom: -10px; }
        #ASUS-features .inner-view .section__base .img .wd-content .wd__feature__list .wd__feature {
          margin-right: 10px; }
      #ASUS-features .inner-view .section__base .img .wd-content.small-text-left {
        text-align: left; }
  #ASUS-features .section__kv .img__kv {
    margin-top: 0px;
    width: 731px;
    margin-left: -365.5px;
    height: 300px;
    background-image: url("../images/small/1x/01_kv.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__kv .img__kv {
      background-image: url("../images/small/2x/01_kv.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__kv .img__kv__logo {
    background-image: url("../images/small/1x/01_kv_logo.png");
    width: 296px;
    height: 15px;
    margin-top: -56px; } }
  @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__logo {
      background-image: url("../images/small/2x/01_kv_logo.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__kv .wd-content {
    margin-top: 50px;
    text-align: center; }
    #ASUS-features .section__kv .wd-content .content-title {
      margin-top: 0; }
    #ASUS-features .section__kv .wd-content .content-title__kv {
      margin-top: 0;
      font-size: 24px;
      line-height: 1.2;
      color: white;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-weight: normal;
      font-style: normal; }
    #ASUS-features .section__kv .wd-content .content-info {
      width: 90%;
      max-width: 518px;
      text-align: center;
      margin-top: 12px;
      margin-left: auto;
      margin-right: auto;
      color: #FFFFFF;
      font-size: 15px;
      line-height: 1.567; }
  #ASUS-features .section__2 .img__02__dualScreen {
    position: relative;
    margin-top: 30px;
    width: 731px;
    margin-left: -365.5px;
    height: auto; }
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame {
      position: relative;
      width: 731px;
      height: 348px;
      background-size: cover; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__1 {
        background-image: url("../images/small/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__1 {
          background-image: url("../images/small/2x/02__dualScreen__1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__2 {
        background-image: url("../images/small/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__2 {
          background-image: url("../images/small/2x/02__dualScreen__2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__3 {
        background-image: url("../images/small/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__3 {
          background-image: url("../images/small/2x/02__dualScreen__1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__4 {
        background-image: url("../images/small/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__4 {
          background-image: url("../images/small/2x/02__dualScreen__2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__5 {
        background-image: url("../images/small/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__5 {
          background-image: url("../images/small/2x/02__dualScreen__1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__6 {
        background-image: url("../images/small/1x/02__dualScreen__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 .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .dualScreen__img__frame.dualScreen__img__6 {
          background-image: url("../images/small/2x/02__dualScreen__2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame {
      margin: 0 auto;
      height: 348px;
      z-index: 999;
      position: relative;
      margin-top: -138px;
      background-color: #000;
      position: relative;
      width: 731px;
      margin-left: -365.5px;
      left: 50%; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar {
        position: relative;
        margin: 0 auto;
        text-align: center;
        z-index: 999;
        max-width: 1280px;
        transition: 300ms ease-in-out;
        transform: translate3d(301px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar.move1 {
          transform: translate3d(301px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar.move2 {
          transform: translate3d(181px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar.move3 {
          transform: translate3d(61px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar.move4 {
          transform: translate3d(-60px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar.move5 {
          transform: translate3d(-180px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar.move6 {
          transform: translate3d(-300px, 0px, 0px); }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase {
          margin: -30px 1px;
          display: inline-block;
          width: 115px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase :before {
            content: '';
            display: block;
            position: absolute;
            top: 0px;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase.choosed {
            opacity: 1; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase:hover {
            opacity: 1; }
          #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar nav.sec2BtnBase span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 118px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb1 :before {
          top: 20px;
          background-image: url("../images/large/1x/animation/s2/nav/btn1.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb1 :before {
            background-image: url("../images/large/2x/animation/s2/nav/btn1.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb2 :before {
          top: 20px;
          background-image: url("../images/large/1x/animation/s2/nav/btn2.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb2 :before {
            background-image: url("../images/large/2x/animation/s2/nav/btn2.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb3 :before {
          top: 20px;
          background-image: url("../images/large/1x/animation/s2/nav/btn3.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb3 :before {
            background-image: url("../images/large/2x/animation/s2/nav/btn3.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb4 :before {
          top: 20px;
          background-image: url("../images/large/1x/animation/s2/nav/btn4.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb4 :before {
            background-image: url("../images/large/2x/animation/s2/nav/btn4.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb5 :before {
          top: 20px;
          background-image: url("../images/large/1x/animation/s2/nav/btn5.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb5 :before {
            background-image: url("../images/large/2x/animation/s2/nav/btn5.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb6 :before {
          top: 20px;
          background-image: url("../images/large/1x/animation/s2/nav/btn6.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__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .navBarFrame .navBar #nb6 :before {
            background-image: url("../images/large/2x/animation/s2/nav/btn6.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 300px;
      height: 1px;
      z-index: 9999;
      margin-top: -226px;
      background-color: white; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__line .nav__line__box {
        transition: 300ms ease-in-out;
        position: relative;
        width: 70px;
        height: 3px;
        background-color: white;
        top: -2px;
        left: 0;
        position: relative;
        transform: translate3d(0px, 0px, 0px);
        margin-left: auto;
        margin-right: auto; }
    #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 300px;
      z-index: 9999;
      text-align: center; }
      #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word span {
        display: none;
        font-size: 14px;
        opacity: 0;
        text-align: center;
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        line-height: 1.8;
        margin-top: 11px; }
        #ASUS-features .section__2 .img__02__dualScreen .dualScreen__toggle__nav__frame .nav__word span.show {
          opacity: 1;
          display: block; }
    #ASUS-features .section__2 .img__02__dualScreen .section__2__videoFrame {
      width: 811px;
      height: 460px;
      margin-left: -405.5px;
      top: -502px; }
  #ASUS-features .section__2 .wd-content .content-title {
    max-width: 690px; }
  #ASUS-features .section__2 .wd-content .content-info {
    max-width: 690px; }
  #ASUS-features .section__3 .img__03__design {
    background-image: url("../images/small/1x/03__design.jpg");
    width: 731px;
    margin-left: -365.5px;
    height: 403px;
    margin-top: -93px; } }
  @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 .img__03__design {
      background-image: url("../images/small/2x/03__design.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__3 .img__03__parts {
    width: 320px;
    height: 741px;
    left: 50%;
    margin-left: -160px;
    margin-top: 0;
    background-image: url("../images/small/1x/03__parts.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__3 .img__03__parts {
      background-image: url("../images/small/2x/03__parts.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__3 .wd__feature__list {
    text-align: left;
    left: -14px; }
  #ASUS-features .section__4__slick {
    margin-top: 0px;
    height: 855px;
    /* Arrows */ }
    #ASUS-features .section__4__slick:after {
      position: absolute;
      display: block;
      content: ' ';
      z-index: 1;
      top: 0;
      left: 50%;
      margin: 0 0 0 -360px;
      width: 720px;
      height: 874px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/small/1x/04__nvBg.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__4__slick:after {
        background-image: url("../images/small/2x/04__nvBg.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__4__slick .slick {
      position: relative;
      max-width: 259px;
      z-index: 100;
      padding-top: 160px;
      padding-bottom: 80px;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__4__slick .slick .slick-list {
        height: 600px;
        margin-top: -67px; }
        #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame {
          transform: translate3d(16px, 0, 0); }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg {
            width: 259px;
            padding-bottom: 90%;
            -webkit-transform: translateX(0px);
            -ms-transform: translateX(0px);
            transform: translateX(0px);
            background-size: contain; }
        #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame {
          width: 100%;
          -webkit-transform: translate3d(280px, -100px, 0px);
          -ms-transform: translate3d(280px, -100px, 0px);
          transform: translate3d(280px, -100px, 0px); }
          #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText {
            width: 90%;
            margin-top: 30px;
            color: #FFFFFF; }
            #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
              font-family: "Xolonium-Regular", 'Helvetica', 'Arial', 'Microsoft JhengHei', 'LiHei Pro', 'WenQuanYi Zen Hei', 'sans-serif';
              font-weight: normal;
              font-style: normal;
              font-size: 18px;
              line-height: 1.1;
              padding: 0;
              margin-top: 112px;
              margin-bottom: 10px;
              color: #fff;
              display: block; }
            #ASUS-features .section__4__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
              font-family: "Roboto Light",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:before,
    #ASUS-features .section__4__slick .slick-next:before {
      display: none; }
    #ASUS-features .section__4__slick .slick-prev {
      -webkit-transform: translate3d(-4px, 223px, 0) scale(0.75);
      -ms-transform: translate3d(-4px, 223px, 0) scale(0.75);
      transform: translate3d(-4px, 223px, 0) scale(0.75); }
    #ASUS-features .section__4__slick .slick-next {
      -webkit-transform: translate3d(5px, 223px, 0) scale(0.75);
      -ms-transform: translate3d(5px, 223px, 0) scale(0.75);
      transform: translate3d(5px, 223px, 0) scale(0.75); }
  #ASUS-features .section__4__slick {
    /* Dots */ }
    #ASUS-features .section__4__slick .slick-dots {
      bottom: 0;
      width: 200px;
      margin-left: 50px;
      transform: translate3d(-17px, -94px, 0) !important; }
      #ASUS-features .section__4__slick .slick-dots li {
        width: auto;
        height: auto;
        vertical-align: top; }
        #ASUS-features .section__4__slick .slick-dots li button {
          width: 32px;
          height: 32px; }
          #ASUS-features .section__4__slick .slick-dots li button:before {
            display: none; }
  #ASUS-features .section__4 {
    margin-top: -307px; }
    #ASUS-features .section__4 .section__4__videoFrame {
      transform: scale(0.3);
      top: -378px; }
    #ASUS-features .section__4 .wd__feature__list {
      margin-top: -705px; }
  #ASUS-features .section__5 .toggle__nav__frame .toggle__nav ul.nav__frame .nav__line .nav__line__box {
    top: -2px;
    left: 214px; }
  #ASUS-features .section__5 .display__frame .img {
    margin-top: -105px; }
  #ASUS-features .section__5 .display__frame.display__1 {
    display: block;
    transition: 500ms ease-in-out; }
    #ASUS-features .section__5 .display__frame.display__1 .wd__feature__list .wd__feature {
      margin: 0 6px 35px; }
      #ASUS-features .section__5 .display__frame.display__1 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
        width: 44px;
        height: 87px;
        margin-top: 0;
        top: 17px;
        background-size: contain;
        background-image: url("../images/large/1x/icon/pantoneLogo.svg"); } }
      @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 .display__frame.display__1 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
          background-image: url("../images/large/2x/icon/pantoneLogo.svg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__5 .display__frame.display__1 .img__display__skrollr__bg {
      display: none;
      left: 50%;
      margin-top: -365.5px;
      width: 731px;
      height: 412px;
      background-size: cover;
      background-image: url("../images/small/1x/05__creators.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__5 .display__frame.display__1 .img__display__skrollr__bg {
        background-image: url("../images/small/2x/05__creators.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__5 .display__frame.display__1 .img__display__skrollr__nb {
      display: none; }
    #ASUS-features .section__5 .display__frame.display__1 .img__creators {
      width: 731px;
      margin-left: -365.5px;
      height: 412px;
      background-image: url("../images/small/1x/05__creators.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__5 .display__frame.display__1 .img__creators {
        background-image: url("../images/small/2x/05__creators.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__5 .display__frame.display__1 .modal-button-container {
      margin-top: 69px; }
  #ASUS-features .section__5 .display__frame.display__2 {
    display: none;
    transition: 500ms ease-in-out; }
    #ASUS-features .section__5 .display__frame.display__2 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
      width: 44px;
      height: 87px;
      margin-top: 0;
      top: 17px;
      background-size: contain;
      background-image: url("../images/large/1x/icon/pantoneLogo.svg"); } }
    @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 .display__frame.display__2 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__pantoneLogo {
        background-image: url("../images/large/2x/icon/pantoneLogo.svg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__5 .display__frame.display__2 .img__gamers {
      width: 731px;
      margin-left: -365.5px;
      height: 412px;
      background-image: url("../images/small/1x/05__gamers.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__5 .display__frame.display__2 .img__gamers {
        background-image: url("../images/small/2x/05__gamers.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__5 .display__frame.display__2 .modal-button-container {
      margin-top: 69px; }
  #ASUS-features .section__6 {
    margin-top: 10px; }
    #ASUS-features .section__6 .img__06__cooling {
      transform: scale(0.28);
      margin-top: -440px; }
    #ASUS-features .section__6 .wd__feature__list {
      left: -14px; }
    #ASUS-features .section__6 .modal-button-container {
      margin-top: -456px; }
  #ASUS-features .section__7 {
    margin-top: 100px; }
    #ASUS-features .section__7 .img__07__upgradeability {
      background-image: url("../images/small/1x/07__upgradeability.jpg");
      width: 731px;
      margin-left: -365.5px;
      width: 100%;
      transform: translateX(-50%);
      margin-left: auto;
      margin-right: auto;
      /* margin-left: -365.5px; */
      height: 170px;
      margin-top: 7px; } }
    @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__7 .img__07__upgradeability {
        background-image: url("../images/small/2x/07__upgradeability.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__7 .wd__feature__list {
      left: -14px; }
      #ASUS-features .section__7 .wd__feature__list .wd__feature.feature-1 .wd__feature__data .img__thunderbolt__logo {
        width: 211px;
        height: 59px;
        background-size: contain; }
      #ASUS-features .section__7 .wd__feature__list .wd__feature.feature-2 {
        margin-right: 0px; }
    #ASUS-features .section__7 .modal-button-container {
      margin-top: 38px; }
  #ASUS-features .section__8 .img__08__portability {
    background-image: url("../images/small/1x/08__portability.jpg");
    width: 731px;
    margin-left: -365.5px;
    width: 100%;
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    /* margin-left: -365.5px; */
    height: 270px;
    margin-top: 6px; } }
  @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__portability {
      background-image: url("../images/small/2x/08__portability.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__9 .img__09__audio {
    background-image: url("../images/small/1x/09__audio.jpg");
    width: 731px;
    margin-left: -365.5px;
    height: 372px;
    margin-top: -140px; } }
  @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/2x/09__audio.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__9 .wd__feature__list {
    text-align: left;
    left: -14px; }
    #ASUS-features .section__9 .wd__feature__list .wd__feature.feature-3 .wd__feature__data .img__ess__logo {
      width: 101px;
      height: 35px;
      top: 0;
      left: -3px; }
  #ASUS-features .section__9__slick {
    margin-top: 0px;
    height: 930px;
    /* Arrows */
    /* Dots */ }
    #ASUS-features .section__9__slick .slickSoftware {
      position: relative;
      max-width: 300px;
      padding-top: 0px;
      padding-bottom: 80px;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__9__slick .slickSoftware .slick-list {
        height: 636px; }
        #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame {
          transform: translate3d(0px, -60px, 0); }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg {
            width: 300px;
            padding-bottom: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center; }
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__1 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__1 {
                background-image: url("../images/large/2x/animation/s9/1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__2 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__2 {
                background-image: url("../images/large/2x/animation/s9/2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__3 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__3 {
                background-image: url("../images/large/2x/animation/s9/3.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__4 {
              background-image: url("../images/large/1x/animation/s9/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 .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__4 {
                background-image: url("../images/large/2x/animation/s9/5.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__5 {
              background-image: url("../images/large/1x/animation/s9/6.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__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickImgFrame .slickImg.slickItem__5 {
                background-image: url("../images/large/2x/animation/s9/6.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame {
          width: 300px;
          transform: translate3d(0px, -88px, 0px); }
          #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText {
            width: 90%;
            margin: 0 auto; }
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
              font-weight: normal;
              font-style: normal;
              font-size: 33px;
              line-height: 1.18;
              margin-bottom: 10px;
              display: none; }
            #ASUS-features .section__9__slick .slickSoftware .slick-list .slick-track .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
              font-family: "Roboto Light",Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 14px;
              line-height: 1.5; }
    #ASUS-features .section__9__slick .slick-prev:before,
    #ASUS-features .section__9__slick .slick-next:before {
      display: none; }
    #ASUS-features .section__9__slick .slick-prev {
      -webkit-transform: translate3d(100%, 240%, 0) rotate(-180deg);
      -ms-transform: translate3d(100%, 240%, 0) rotate(-180deg);
      -moz-transform: translate3d(100%, 240%, 0) rotate(-180deg);
      -o-transform: translate3d(100%, 240%, 0) rotate(-180deg);
      transform: translate3d(100%, 240%, 0) rotate(-180deg); }
    #ASUS-features .section__9__slick .slick-next {
      -webkit-transform: translate3d(-110%, 240%, 0);
      -ms-transform: translate3d(-110%, 240%, 0);
      -moz-transform: translate3d(-110%, 240%, 0);
      -o-transform: translate3d(-110%, 240%, 0);
      transform: translate3d(-110%, 240%, 0); }
    #ASUS-features .section__9__slick .slick-dots {
      bottom: 0;
      margin-left: 0 !important; }
      #ASUS-features .section__9__slick .slick-dots li {
        width: auto;
        height: auto;
        vertical-align: top; }
        #ASUS-features .section__9__slick .slick-dots li button {
          width: 40px;
          height: 40px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
          #ASUS-features .section__9__slick .slick-dots li button:before {
            display: none; }
    #ASUS-features .section__9__slick .softwareNav {
      width: 100%;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__9__slick .softwareNav .softwareNav__item {
        width: 300px;
        font-family: "Roboto", "Segoe UI bold", sans-serif !important;
        font-weight: 400 !important;
        text-align: center;
        background: transparent;
        margin-left: 0;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        outline: none;
        cursor: pointer; }
        #ASUS-features .section__9__slick .softwareNav .softwareNav__item .nav__item {
          padding: 0 10px; }
        #ASUS-features .section__9__slick .softwareNav .softwareNav__item .sign-pipe {
          display: none;
          position: absolute;
          right: -2px;
          top: 50%;
          width: auto;
          height: 15px;
          margin-top: -13px;
          font-size: 20px; }
  #ASUS-features .section__10 {
    margin-top: 74px; }
    #ASUS-features .section__10 .wd__feature__list .wd__feature {
      margin: 0px 9px 1px; }
      #ASUS-features .section__10 .wd__feature__list .wd__feature.feature-4 {
        min-width: 96px;
        width: 96px;
        height: 96px; }
        #ASUS-features .section__10 .wd__feature__list .wd__feature.feature-4 .wd__feature__data .img__aura__logo {
          width: 80px;
          height: 80px;
          margin-left: 0;
          margin-right: 0;
          top: 31px;
          background-size: contain;
          background-image: url("../images/large/1x/icon/aura.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__10 .wd__feature__list .wd__feature.feature-4 .wd__feature__data .img__aura__logo {
            background-image: url("../images/large/2x/icon/aura.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__10 .img__aura {
      position: relative;
      width: 2560px;
      margin-left: -1280px;
      height: 1144px;
      left: 50%;
      margin-top: -180px; }
      #ASUS-features .section__10 .img__aura .auraAnimation {
        width: 2560px;
        margin: 0 auto; }
        #ASUS-features .section__10 .img__aura .auraAnimation figure {
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute; }
        #ASUS-features .section__10 .img__aura .auraAnimation .colorPickerCircle {
          z-index: 1049;
          transition: opacity 500ms 100ms ease;
          opacity: 1;
          position: absolute;
          top: 392px;
          left: 1206px;
          margin-left: 0;
          width: 150px;
          height: 150px;
          display: block; }
          #ASUS-features .section__10 .img__aura .auraAnimation .colorPickerCircle canvas {
            box-sizing: border-box;
            z-index: 99;
            position: absolute;
            top: 0;
            left: 0; }
        #ASUS-features .section__10 .img__aura .auraAnimation .img__aura__nb {
          transform: scale(0.3) translate3d(-53px, -975px, 0px); }
    #ASUS-features .section__10 .navBarFrame {
      width: 1000px;
      left: 50%;
      margin-left: -500px;
      margin: 0 auto;
      height: 137px;
      z-index: 999;
      position: relative;
      margin-top: -900px; }
      #ASUS-features .section__10 .navBarFrame .navBar {
        position: relative;
        margin: 0 auto;
        left: -229px;
        text-align: center;
        z-index: 999;
        max-width: 1280px;
        transition: 300ms ease-in-out;
        transform: translate3d(0px, 0px, 0px); }
        #ASUS-features .section__10 .navBarFrame .navBar.move1 {
          transform: translate3d(0px, 0px, 0px); }
        #ASUS-features .section__10 .navBarFrame .navBar.move2 {
          transform: translate3d(-118px, 0px, 0px); }
        #ASUS-features .section__10 .navBarFrame .navBar.move3 {
          transform: translate3d(-235px, 0px, 0px); }
        #ASUS-features .section__10 .navBarFrame .navBar.move4 {
          transform: translate3d(-353px, 0px, 0px); }
        #ASUS-features .section__10 .navBarFrame .navBar.move5 {
          transform: translate3d(-471px, 0px, 0px); }
        #ASUS-features .section__10 .navBarFrame .navBar.move6 {
          transform: translate3d(-586px, 0px, 0px); }
        #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb1 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb1 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb2 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb2 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb3 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb3 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb4 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb4 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb5 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb5 :before {
            top: -60px; }
        #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
          margin: 30px 20px;
          display: inline-block;
          width: 56px;
          height: 56px;
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          margin-bottom: 28px;
          cursor: pointer;
          transition: opacity 350ms ease-in-out;
          opacity: 0.4; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 :before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            margin-left: 28px;
            width: 56px;
            height: 56px;
            background-size: cover; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6.choosed {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6:hover {
            opacity: 1; }
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
            width: 115px;
            display: block;
            color: #FFFFFF;
            text-align: center;
            margin-top: 30px;
            font-size: 15px;
            font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 732px) and (max-width: 1279px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
            position: relative;
            margin: 30px 20px;
            opacity: 0.4;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6.choosed {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6:hover {
              opacity: 1; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -8px;
              margin-top: 50px; } }
        @media all and (min-width: 0px) and (max-width: 731px) and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 {
            width: 54px;
            height: 54px;
            position: relative;
            margin: 30px 30px;
            opacity: 0.4;
            -webkit-transition: opacity 350ms ease-in-out;
            transition: opacity 350ms ease-in-out; }
            #ASUS-features .section__10 .navBarFrame .navBar #nb6 span {
              position: absolute;
              text-align: center;
              margin-left: -12px;
              margin-top: 50px; } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__10 .navBarFrame .navBar #nb6 :before {
            top: -60px; }
    #ASUS-features .section__10 .nav__line {
      margin-left: auto;
      margin-right: auto;
      position: relative;
      width: 100%;
      height: 1px;
      left: -5px;
      z-index: 9999;
      margin-top: -14px;
      background-color: white; }
      #ASUS-features .section__10 .nav__line .nav__line__box {
        width: 94px;
        height: 3px;
        top: -2px;
        left: 0;
        transform: translate3d(0px, 0px, 0px);
        margin-left: auto;
        margin-right: auto; }
  #ASUS-features .section__11 {
    margin-top: 92px; }
    #ASUS-features .section__11 .img__11__connectivity {
      position: relative;
      background-image: url("../images/small/1x/11__connectivity.jpg");
      width: 731px;
      margin-left: -365.5px;
      height: 303px;
      margin-top: 0; } }
    @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 {
        background-image: url("../images/small/2x/11__connectivity.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__11 .img__11__connectivity .textPartsFrame {
        position: relative;
        transform: translate3d(186px, 59px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partText {
          position: absolute;
          color: #FFF;
          font-size: 10px;
          width: auto;
          line-height: 1.8rem;
          font-family: 'Roboto-Light_0', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__1 {
          transform: translate3d(153px, 156px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__2 {
          transform: translate3d(138px, 171px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__3 {
          transform: translate3d(128px, 186px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__4 {
          text-align: right;
          transform: translate3d(180px, 107px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__5 {
          text-align: center;
          transform: translate3d(160px, 123px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__6 {
          text-align: left;
          transform: translate3d(217px, 107px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__7 {
          text-align: right;
          transform: translate3d(293px, 111px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__8 {
          text-align: right;
          transform: translate3d(294px, 125px, 0); }
        #ASUS-features .section__11 .img__11__connectivity .textPartsFrame .partInfo__9 {
          text-align: right;
          transform: translate3d(246px, 139px, 0); }
    #ASUS-features .section__11 .wd-content {
      margin: 0 auto;
      position: relative;
      z-index: 20;
      left: 0;
      text-align: left; }
  #ASUS-features .section__12 .img__12__software {
    position: relative;
    background-image: url("../images/small/1x/12__software.jpg");
    width: 731px;
    margin-left: -365.5px;
    height: 386px;
    margin-top: -80px;
    margin-left: -362.5px; } }
  @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 {
      background-image: url("../images/small/2x/12__software.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__12 .wd-content {
    margin: 0 auto;
    position: relative; }
    #ASUS-features .section__12 .wd-content .content-title {
      word-break: break-all; }
  #ASUS-features .section__12 .software__toggle__nav__frame {
    width: 300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 138px;
    padding-bottom: 350px; }
    #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame {
      position: relative;
      width: 300px;
      top: -70px;
      left: 5px;
      vertical-align: top; }
      #ASUS-features .section__12 .software__toggle__nav__frame .software__img__frame .software__img {
        position: relative;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50%;
        margin-left: auto;
        margin-right: auto;
        z-index: 99999;
        width: 295px;
        height: auto;
        padding-bottom: 47%; }
    #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame {
      color: #fff;
      opacity: 0;
      width: 70%;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;
      position: absolute;
      width: 280px;
      left: 18px;
      top: 90px;
      z-index: 9999;
      text-align: left;
      vertical-align: top; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame.show {
        opacity: 1; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .software__title {
        margin-top: 0px;
        font-size: 22px;
        font-family: 'Xolonium-Regular','Microsoft JhengHei', 'sans-serif'; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .softWord__content {
        font-size: 14px;
        line-height: 1.7;
        margin-top: 11px;
        font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
      #ASUS-features .section__12 .software__toggle__nav__frame .softWord__word__frame .content-comment {
        font-size: 12px;
        color: #777; }
  #ASUS-features .section__12 .navBarFrame {
    margin: 0 auto;
    height: 763px;
    z-index: 999;
    position: relative;
    margin-top: -58px;
    background-color: rgba(39, 35, 57, 0.7); }
    #ASUS-features .section__12 .navBarFrame .navBar {
      position: relative;
      margin: 0 auto;
      text-align: center;
      z-index: 999;
      width: 1120px;
      left: 50%;
      margin-left: -560px;
      max-width: none;
      transition: 300ms ease-in-out;
      transform: translate3d(456px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move1 {
        transform: translate3d(456px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move2 {
        transform: translate3d(306px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move3 {
        transform: translate3d(154px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move4 {
        transform: translate3d(4px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move5 {
        transform: translate3d(-150px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move6 {
        transform: translate3d(-301px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar.move7 {
        transform: translate3d(-455px, 0px, 0px); }
      #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase {
        margin: 30px 12px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-bottom: 28px;
        cursor: pointer;
        transition: opacity 350ms ease-in-out;
        opacity: 0.4; }
        #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase.choosed {
          opacity: 1; }
        #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase:hover {
          opacity: 1; }
        #ASUS-features .section__12 .navBarFrame .navBar nav.sec12BtnBase span {
          width: 125px;
          display: block;
          color: #FFFFFF;
          text-align: center;
          font-size: 14px;
          font-family: 'Roboto Light', 'Arial', 'Microsoft JhengHei' , 'LiHei Pro' , 'WenQuanYi Zen Hei', 'sans-serif'; }
  #ASUS-features .section__12 .nav__line {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 300px;
    height: 1px;
    z-index: 9999;
    margin-top: -694px;
    background-color: white; }
    #ASUS-features .section__12 .nav__line .nav__line__box {
      transition: 300ms ease-in-out;
      position: relative;
      width: 120px;
      height: 3px;
      background-color: white;
      top: -2px;
      left: 0;
      margin: 0 auto;
      transform: translate3d(0, 0px, 0px); }
  #ASUS-features .section__13 .img__13__bundles {
    position: relative;
    background-image: url("../images/small/1x/13__bundles.jpg");
    width: 731px;
    margin-left: -365.5px;
    height: 534px;
    margin-top: -140px; } }
  @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 {
      background-image: url("../images/small/2x/13__bundles.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__14 {
    margin-top: 0px;
    height: auto;
    padding-bottom: 100px; }
    #ASUS-features .section__14 .img__14__bg {
      position: absolute;
      margin-top: 0;
      width: 731px;
      margin-left: -365.5px;
      height: 1450px;
      left: 50%;
      background-image: url("../images/small/1x/14_bg.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__14 .img__14__bg {
        background-image: url("../images/small/2x/14_bg.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__14 .img__14__software {
      margin-top: 100px;
      width: 321px;
      height: 174px;
      margin-left: -160.5px;
      background-image: url("../images/small/1x/14_software.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__14 .img__14__software {
        background-image: url("../images/small/2x/14_software.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
    #ASUS-features .section__14 .wd-content {
      margin: 0 auto;
      margin-top: -40px;
      width: 280px; }
      #ASUS-features .section__14 .wd-content .content-slogan {
        color: #fff;
        letter-spacing: -2px;
        transform: translate3d(0, -210px, 0px); }
      #ASUS-features .section__14 .wd-content .content-title {
        width: 280px;
        color: #fff; }
      #ASUS-features .section__14 .wd-content .content-info {
        width: 280px;
        color: #fff;
        line-height: 1.7;
        letter-spacing: 0.9px; }
  #ASUS-features .section__15 .modal-button-container {
    margin-top: -44px; }
  #ASUS-features .section__16 {
    margin-top: 0px;
    height: 1022px; }
    #ASUS-features .section__16 .img__16__bundle {
      position: relative;
      margin-top: -500px;
      width: 731px;
      margin-left: -365.5px;
      height: 1022px;
      background-image: url("../images/small/1x/16_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__16 .img__16__bundle {
        background-image: url("../images/small/2x/16_bundle.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__16 .img__16__bundle .area-click {
        position: relative;
        transform: translate3d(0px, 560px, 0); }
        #ASUS-features .section__16 .img__16__bundle .area-click .click__circle {
          width: 37px;
          height: 20px;
          background-size: contain;
          background-image: url("../images/large/1x/animation/s16/circleBtn.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__16 .img__16__bundle .area-click .click__circle {
            background-image: url("../images/large/2x/animation/s16/circleBtn.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-1 {
            transform: translate3d(45px, 333px, 0); }
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-2 {
            transform: translate3d(-86px, 312px, 0); }
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-3 {
            transform: translate3d(-149px, 237px, 0); }
          #ASUS-features .section__16 .img__16__bundle .area-click .click__circle.circle-4 {
            transform: translate3d(0px, 152px, 0); }
    #ASUS-features .section__16 .wd-content {
      margin-left: auto;
      margin-right: auto;
      margin-top: 50px;
      width: 280px; }
      #ASUS-features .section__16 .wd-content .content-slogan {
        width: 280px;
        color: #fff; }
      #ASUS-features .section__16 .wd-content .content-title {
        width: 280px;
        color: #fff; }
      #ASUS-features .section__16 .wd-content .content-info {
        width: 280px;
        color: #fff;
        line-height: 1.7;
        letter-spacing: 0.9px; }
      #ASUS-features .section__16 .wd-content .content-comment {
        width: 280px; }
  #ASUS-features .section__16__slick {
    margin-top: 0px;
    width: 320px; }
    #ASUS-features .section__16__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__16__slick .slick {
      position: relative;
      max-width: 300px;
      z-index: 100;
      padding-top: 80px;
      padding-bottom: 80px;
      margin-left: auto;
      margin-right: auto; }
      #ASUS-features .section__16__slick .slick .slick-list {
        height: 290px; }
        #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame {
          transform: translate3d(0, 0, 0); }
          #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg {
            height: auto;
            width: 259px;
            padding-bottom: 27.1%;
            background-repeat: no-repeat;
            background-size: cover; }
        #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame {
          width: 320px;
          -webkit-transform: translate3d(430px, -270px, 0px);
          -ms-transform: translate3d(430px, -270px, 0px);
          transform: translate3d(430px, -270px, 0px); }
          #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText {
            width: 100%;
            color: #FFFFFF; }
            #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaTitle {
              font-family: "Xolonium-Regular", Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 33px;
              line-height: 1.18;
              margin-bottom: 10px;
              color: #fff;
              display: block; }
            #ASUS-features .section__16__slick .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaDec {
              display: none;
              font-family: "Roboto Light",Helvetica, Arial, Microsoft JhengHei, LiHei Pro, WenQuanYi Zen Hei, sans-serif;
              font-weight: normal;
              font-style: normal;
              font-size: 18.5px;
              line-height: 1.64;
              color: #fff; }
    #ASUS-features .section__16__slick .section__16__slick {
      /* Arrows */ }
      #ASUS-features .section__16__slick .section__16__slick .slick-prev:before,
      #ASUS-features .section__16__slick .section__16__slick .slick-next:before {
        display: none; }
      #ASUS-features .section__16__slick .section__16__slick .slick-prev {
        z-index: 999;
        width: 75px;
        height: 74px;
        -webkit-transform: translate3d(-100%, -60%, 0);
        -ms-transform: translate3d(-100%, -60%, 0);
        transform: translate3d(-100%, -60%, 0);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/large/1x/animation/s16/arrow_a.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__16__slick .section__16__slick .slick-prev {
          background-image: url("../images/large/2x/animation/s16/arrow_a.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .section__16__slick .section__16__slick .slick-next {
        z-index: 999;
        width: 75px;
        height: 74px;
        -webkit-transform: translate3d(80%, -60%, 0);
        -ms-transform: translate3d(80%, -60%, 0);
        transform: translate3d(80%, -60%, 0);
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/large/1x/animation/s16/arrow_a.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__16__slick .section__16__slick .slick-next {
          background-image: url("../images/large/2x/animation/s16/arrow_a.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .section__17 {
    margin-top: 100px;
    margin-bottom: 100px; }
    #ASUS-features .section__17 .wd-content .content-comment {
      max-width: 750px;
      width: 80%;
      color: #ccc; }
  #ASUS-features .inner-view .modal-cut4 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd {
        margin-top: 15px;
        position: relative;
        width: 280px;
        height: auto;
        margin-left: -140px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 280px;
        background-position-y: top;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s4/04_inner_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/medium/2x/inner/s4/04_inner_1.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: 260px; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content .content-title {
            width: 220px; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-1 .img__armedAmd .wd-content .content-info {
            width: 220px;
            padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_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/medium/2x/inner/s4/04_inner_2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-2 .img__graphic .wd-content .content-info {
          width: 220px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-3 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_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__ssd {
        background-image: url("../images/medium/2x/inner/s4/04_inner_3.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-3 .img__ssd .wd-content .content-info {
          width: 220px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut5 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .img__armedAmd {
        margin-top: 15px;
        position: relative;
        width: 280px;
        height: 148px;
        margin-left: -140px;
        left: 50%;
        background-size: contain;
        overflow: hidden;
        /* background-size: 280px; */
        /* background-position-y: top; */
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s5/05_inner_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-cut5 .section__inner5-1 .img__armedAmd {
          background-image: url("../images/medium/2x/inner/s5/05_inner_1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content {
        position: relative;
        width: 280px;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 0;
        background-color: #222;
        margin-left: auto;
        margin-right: auto; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-title {
          margin-left: auto;
          margin-right: auto;
          margin-top: -40px;
          width: 220px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-1 .wd-content .content-info {
          margin-left: auto;
          margin-right: auto;
          width: 220px;
          padding-bottom: 16px; }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s5/05_inner_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/medium/2x/inner/s5/05_inner_2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-2 .img__wideGamutColor .wd-content .content-info {
          width: 220px;
          padding-bottom: 76px; }
  #ASUS-features .inner-view .modal-cut5 .section__inner5-3 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s5/05_inner_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-cut5 .section__inner5-3 .img__pantoneValidated {
        background-image: url("../images/medium/2x/inner/s5/05_inner_3.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut5 .section__inner5-3 .img__pantoneValidated .wd-content .content-info {
          width: 220px;
          padding-bottom: 76px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-4 {
    height: auto;
    margin-bottom: 0; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_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/medium/2x/inner/s4/04_inner_4.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .content-info {
          width: 220px;
          padding-bottom: 96px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-4 .img__memory .wd-content .wd__feature__list {
          position: relative;
          text-align: center;
          width: 100%;
          left: 0;
          top: 0;
          margin-top: -40px;
          padding-bottom: 40px; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-5 {
    height: auto;
    margin-top: -100px; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr {
      margin-top: -45px;
      position: relative;
      width: 280px;
      /* height: 1080px; */
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background: #000;
      z-index: 1; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddrWord {
        font-size: 26px;
        margin-bottom: 50px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddrWord.word__1 {
          top: 10px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-2 {
        margin-left: 0;
        width: 261px;
        height: 201px;
        background-image: url("../images/large/1x/inner/s4/04_inner_5_1-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-5 .img__ddr .ddr__img__1-2 {
          background-image: url("../images/large/2x/inner/s4/04_inner_5_1-2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 {
        margin-left: 0;
        width: 261px;
        height: 201px;
        background-image: url("../images/large/1x/inner/s4/04_inner_5_1-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-5 .img__ddr .ddr__img__1-1 {
          background-image: url("../images/large/2x/inner/s4/04_inner_5_1-1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping {
          position: relative;
          left: 44px;
          top: 98px;
          font-family: 'Xolonium-Regular', 'Microsoft JhengHei', 'sans-serif';
          color: #34baf1;
          font-size: 20px; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping .textAni {
            display: inline-block;
            background: #34baf1;
            width: 4px;
            height: 4px; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__img__1-1 .unziping .textAni1 {
            width: 4px;
            height: 4px;
            -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-5 .img__ddr .ddr__img__1-1 .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-5 .img__ddr .ddr__img__1-1 .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-5 .img__ddr .ddr__item__1 {
        transform: scale(0.48);
        width: 261px;
        position: relative;
        left: -61px;
        top: 163px;
        margin-top: -130px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__1 .ddr__img__1-1 {
          opacity: 1; }
          #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .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: 1.6s;
            animation-duration: 1.6s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__2 {
        transform: scale(0.48);
        width: 261px;
        position: relative;
        left: 79px;
        top: -106px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__3 {
        transform: scale(0.45);
        /* max-width: 280px; */
        width: 216px;
        width: 600px;
        position: relative;
        display: inline-block;
        top: -126px;
        left: -155px;
        font-size: 20px;
        color: #fff; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .ddr__item__3 .blueWord {
          color: #34baf1;
          font-size: 49px; }
      #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content {
        width: 280px;
        position: relative;
        margin-top: -70px;
        padding-top: 90px;
        background-color: #222;
        transform: translate3d(0px, 0px, 0); }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-5 .img__ddr .wd-content .content-info {
          width: 220px;
          padding-bottom: 130px;
          margin-bottom: 0; }
  #ASUS-features .inner-view .modal-cut4 .section__inner4-6 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s4/04_inner_6.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-6 .img__wifi6 {
        background-image: url("../images/medium/2x/inner/s4/04_inner_6.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut4 .section__inner4-6 .img__wifi6 .wd-content .content-info {
          width: 220px;
          padding-bottom: 96px; }
  #ASUS-features .inner-view .modal-cut6 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas {
        margin-top: 15px;
        position: relative;
        width: 280px;
        height: auto;
        margin-left: -140px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 280px;
        background-position-y: top;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s6/06_inner_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/medium/2x/inner/s6/06_inner_1.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: 260px; }
          #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-title {
            width: 220px; }
          #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .img__aas .wd-content .content-info {
            width: 220px;
            padding-bottom: 76px; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-1 .wd__performance__graph {
        top: -610px;
        right: -70px;
        padding-bottom: 10px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s6/06_inner_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/medium/2x/inner/s6/06_inner_2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-2 .img__coolingCoverage .wd-content .content-info {
          width: 220px;
          padding-bottom: 76px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-3 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s6/06_inner_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/medium/2x/inner/s6/06_inner_3.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-3 .img__selfCleaning .wd-content .content-info {
          width: 220px;
          padding-bottom: 76px; }
  #ASUS-features .inner-view .modal-cut6 .section__inner6-4 {
    height: auto;
    margin-bottom: 0; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s6/06_inner_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/medium/2x/inner/s6/06_inner_4.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .content-info {
          width: 220px;
          padding-bottom: 76px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-4 .img__increaseAirflow .wd-content .wd__feature__list {
          position: relative;
          text-align: center;
          width: 100%;
          left: 0;
          top: 0;
          margin-top: -40px;
          padding-bottom: 40px; }
  #ASUS-features .inner-view .modal-cut6 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut6 .section__inner6-5 {
      height: auto;
      margin-bottom: 200px; }
      #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .img__scenarioProfiles {
        margin-top: 15px;
        position: relative;
        width: 280px;
        height: 223px;
        margin-left: -140px;
        left: 50%;
        background-size: contain;
        overflow: hidden;
        /* background-size: 280px; */
        /* background-position-y: top; */
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s6/06_inner_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/medium/2x/inner/s6/06_inner_5.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content {
        position: relative;
        width: 280px;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 0;
        background-color: #222;
        margin-left: auto;
        margin-right: auto; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-title {
          margin-left: auto;
          margin-right: auto;
          margin-top: -40px;
          width: 220px; }
        #ASUS-features .inner-view .modal-cut6 .section__inner6-5 .wd-content .content-info {
          margin-left: auto;
          margin-right: auto;
          width: 220px;
          padding-bottom: 16px; }
  #ASUS-features .inner-view .modal-cut7 {
    height: 200vh; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-1 {
      height: auto; }
      #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 {
        margin-top: 15px;
        position: relative;
        width: 280px;
        height: auto;
        margin-left: -140px;
        left: 50%;
        background-size: cover;
        overflow: hidden;
        background-size: 280px;
        background-position-y: top;
        background-color: #222;
        z-index: 1;
        background-image: url("../images/medium/1x/inner/s7/07_inner_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-cut7 .section__inner7-1 .img__thunderbolt3 {
          background-image: url("../images/medium/2x/inner/s7/07_inner_1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content {
          position: relative;
          height: auto;
          transform: translate3d(0px, 0px, 0);
          margin-top: 260px; }
          #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content .content-title {
            width: 220px; }
          #ASUS-features .inner-view .modal-cut7 .section__inner7-1 .img__thunderbolt3 .wd-content .content-info {
            width: 220px;
            padding-bottom: 76px; }
  #ASUS-features .inner-view .modal-cut7 .section__inner7-2 {
    height: auto; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s7/07_inner_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-cut7 .section__inner7-2 .img__memory {
        background-image: url("../images/medium/2x/inner/s7/07_inner_2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-2 .img__memory .wd-content .content-info {
          width: 220px;
          padding-bottom: 76px; }
  #ASUS-features .inner-view .modal-cut7 .section__inner7-3 {
    height: auto;
    margin-bottom: 200px; }
    #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade {
      margin-top: 15px;
      position: relative;
      width: 280px;
      height: auto;
      margin-left: -140px;
      left: 50%;
      background-size: cover;
      overflow: hidden;
      background-size: 280px;
      background-position-y: top;
      background-color: #222;
      z-index: 1;
      background-image: url("../images/medium/1x/inner/s7/07_inner_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-cut7 .section__inner7-3 .img__easyUpgrade {
        background-image: url("../images/medium/2x/inner/s7/07_inner_3.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content {
        position: relative;
        height: auto;
        transform: translate3d(0px, 0px, 0);
        margin-top: 260px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content .content-title {
          width: 220px; }
        #ASUS-features .inner-view .modal-cut7 .section__inner7-3 .img__easyUpgrade .wd-content .content-info {
          width: 220px;
          padding-bottom: 76px; }
  #ASUS-features .pop-view {
    width: 720px;
    height: 1150px;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%) translateY(0px); }
    #ASUS-features .pop-view .pop-inner {
      width: 320px;
      height: 400px;
      margin: 0 auto;
      background-color: #000;
      transform: translate3d(0, 580px, 0);
      /****************** Dots **********************/ }
      #ASUS-features .pop-view .pop-inner .closeBtn {
        position: absolute;
        transform: translate3d(282px, 8px, 0px);
        z-index: 999;
        width: 36px;
        height: 17px;
        background-size: contain;
        background-image: url("../images/large/1x/animation/s16/close_btn.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 .pop-view .pop-inner .closeBtn {
          background-image: url("../images/large/2x/animation/s16/close_btn.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .pop-view .pop-inner .slickPop {
        position: relative;
        max-width: 300px;
        z-index: 100;
        padding-top: 90px;
        margin-left: auto;
        margin-right: auto; }
        #ASUS-features .pop-view .pop-inner .slickPop .slick-list {
          margin: 0 auto;
          width: 300px;
          height: 300px;
          background: #000; }
          #ASUS-features .pop-view .pop-inner .slickPop .slick-list .slick-track .slick-slide {
            height: 450px; }
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1, #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 {
          display: none; }
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
          margin: 0 auto;
          width: 192px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
          width: 250px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
          width: 100px;
          margin-top: -81px;
          padding-bottom: 59.5%;
          background-image: url("../images/large/1x/animation/s16/GladiusII_big_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 .pop-view .pop-inner .slickPop.slickPop__1 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/GladiusII_big_3.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__1 {
          width: 154px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/cam_big_1.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 .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/cam_big_1.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__2 {
          width: 143px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/cam_big_2.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 .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/cam_big_2.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__3 {
          width: 143px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/cam_big_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 .pop-view .pop-inner .slickPop.slickPop__2 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/cam_big_3.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__1 {
          width: 154px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/adaptor_big_1.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 .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/adaptor_big_1.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__2 {
          width: 173px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/adaptor_big_2.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 .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/adaptor_big_2.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__3 {
          width: 180px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/adaptor_big_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 .pop-view .pop-inner .slickPop.slickPop__3 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/adaptor_big_3.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__1 {
          width: 204px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/backpack_big_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 .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__1 {
            background-image: url("../images/large/2x/animation/s16/backpack_big_1.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__2 {
          width: 204px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/backpack_big_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 .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__2 {
            background-image: url("../images/large/2x/animation/s16/backpack_big_2.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
        #ASUS-features .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__3 {
          width: 204px;
          padding-bottom: 73.5%;
          background-image: url("../images/large/1x/animation/s16/backpack_big_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 .pop-view .pop-inner .slickPop.slickPop__4 .slickImg.slickItem__3 {
            background-image: url("../images/large/2x/animation/s16/backpack_big_3.jpg"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
      #ASUS-features .pop-view .pop-inner .popTitle {
        width: 100%;
        transform: translate3d(0px, -370px, 0);
        font-size: 30px; }
      #ASUS-features .pop-view .pop-inner .popNav {
        transform: translate3d(0, 68px, 0) scale(0.45); }
      #ASUS-features .pop-view .pop-inner .slick-dots {
        bottom: 60px;
        margin-left: 0 !important;
        left: 50%;
        transform: translate3d(-50%, 0, 0); }
        #ASUS-features .pop-view .pop-inner .slick-dots li {
          width: auto;
          height: auto;
          vertical-align: top; }
          #ASUS-features .pop-view .pop-inner .slick-dots li button {
            width: 40px;
            height: 30px;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url("../images/large/1x/animation/s4/icon/slick_dot_normal.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 .pop-view .pop-inner .slick-dots li button {
              background-image: url("../images/large/2x/animation/s4/icon/slick_dot_normal.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
            #ASUS-features .pop-view .pop-inner .slick-dots li button:before {
              display: none; }
      #ASUS-features .pop-view .pop-inner .slick-dots li.slick-active button {
        background-image: url("../images/large/1x/animation/s4/icon/slick_dot_active.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 .pop-view .pop-inner .slick-dots li.slick-active button {
          background-image: url("../images/large/2x/animation/s4/icon/slick_dot_active.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .pop-view .pop-inner {
    /****************** Arrows **********************/
    /****************** Arrows end **********************/
    /****************** Dots **********************/
    /****************** Dots end **********************/ }
    #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 {
      height: 50px;
      background-size: contain;
      -webkit-transform: translate3d(0, -60%, 0) rotate(180deg) scale(0.6);
      -ms-transform: translate3d(0, -60%, 0) rotate(180deg) scale(0.6);
      transform: translate3d(0, -60%, 0) rotate(180deg) scale(0.6); }
    #ASUS-features .pop-view .pop-inner .slick-next {
      z-index: 999;
      width: 75px;
      height: 50px;
      background-size: contain;
      -webkit-transform: translate3d(-25%, -60%, 0) scale(0.6);
      -ms-transform: translate3d(-25%, -60%, 0) scale(0.6);
      transform: translate3d(-25%, -60%, 0) scale(0.6); }
    #ASUS-features .pop-view .pop-inner .slick-dots {
      bottom: 60px;
      margin-left: 0 !important;
      left: 50%;
      transform: translate3d(-50%, 0, 0); }
      #ASUS-features .pop-view .pop-inner .slick-dots li {
        width: auto;
        height: auto;
        vertical-align: top; }
        #ASUS-features .pop-view .pop-inner .slick-dots li button {
          width: 40px;
          height: 30px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/large/1x/animation/s4/icon/slick_dot_normal.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 .pop-view .pop-inner .slick-dots li button {
            background-image: url("../images/large/2x/animation/s4/icon/slick_dot_normal.png"); } }

@media all and (min-width: 0px) and (max-width: 731px) {
          #ASUS-features .pop-view .pop-inner .slick-dots li button:before {
            display: none; }
    #ASUS-features .pop-view .pop-inner .slick-dots li.slick-active button {
      background-image: url("../images/large/1x/animation/s4/icon/slick_dot_active.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 .pop-view .pop-inner .slick-dots li.slick-active button {
        background-image: url("../images/large/2x/animation/s4/icon/slick_dot_active.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: ""; }




/* md */
@media all and (min-width: 732px) and (max-width: 1279px) {
  #ASUS-features .v-section-kv .v-img-main {
      height: 720px;
      background-image: url('../images/medium/1x/kv.jpg');
  }
}
@media all and (min-width: 732px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  #ASUS-features .v-section-kv .v-img-main {
      background-image: url('../images/medium/2x/kv.jpg');
  }
}
/* sm */
@media all and (max-width: 731px) {
  #ASUS-features .v-section-kv .v-img-main {
      height: 411px;
      background-image: url('../images/small/1x/kv.jpg');
  }
}
@media all and (max-width: 731px) and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  #ASUS-features .v-section-kv .v-img-main {
      background-image: url('../images/small/2x/kv.jpg');
  }
}






/* section__gameTesting */

#ASUS-features .section__gameTesting{
  max-width:950px;background-color:#000;color:#fff;text-align:center;
  margin-top: 160px !important;
  margin-bottom: 160px !important;
  display: none;
}
#ASUS-features .section__gameTesting .UL__info__frame .UL__logo{margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:cover;width:100px;height:100px;margin-bottom:30px;background-image:url(../images/large/1x/icon/UL-logo.png)}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
#ASUS-features .section__gameTesting .UL__info__frame .UL__logo{background-image:url(../images/large/2x/icon/UL-logo.png)}
}
#ASUS-features .section__gameTesting .UL__info__frame .UL__info{max-width:660px;margin-top:12px;margin-left:auto;margin-right:auto;color:#fff;font-family:Roboto Light,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-size:15px;line-height:1.867}
#ASUS-features .section__gameTesting .popular__games__frame{margin-top:50px;margin-bottom:50px}
#ASUS-features .section__gameTesting .popular__games__frame .title{font-size:34px;font-family:Xolonium-Regular,Microsoft JhengHei,sans-serif;letter-spacing:0;color:#fff;line-height:1.2;text-transform:uppercase}
#ASUS-features .section__gameTesting .popular__games__frame .info{max-width:750px;margin-top:12px;margin-left:auto;margin-right:auto;color:#fff;font-family:Roboto Light,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-size:15px;line-height:1.867}
#ASUS-features .section__gameTesting .slick__game__nav{border:1px solid #fff}
#ASUS-features .section__gameTesting .gameItem{font-size:34px;padding-top:20px;padding-bottom:20px;font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
#ASUS-features .section__gameTesting .slick__game__nav .slick{position:relative;max-width:1022px;z-index:100;margin-left:auto;margin-right:auto}
#ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list{height:290px}
#ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame{transform:translate3d(62px,0,0)}
#ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickImgFrame .slickImg{height:auto;width:300px;padding-bottom:29%;background-repeat:no-repeat;background-size:cover}
#ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame{width:570px;-webkit-transform:translate3d(400px,-240px,0);-ms-transform:translate3d(400px,-240px,0);transform:translate3d(400px,-240px,0)}
#ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText{width:100%;color:#fff}
#ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaTitle{font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1.5;margin-bottom:10px;color:#fff;display:block}
#ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText span.slickNvidiaDec{font-family:Roboto Light,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:1.8;color:#fff}
#ASUS-features .section__gameTesting .slick__game__nav .slick-next:before,#ASUS-features .section__gameTesting .slick__game__nav .slick-prev:before{display:none}
#ASUS-features .section__gameTesting .slick__game__nav .slick-prev{z-index:999;width:24px;height:26px;left:3%;background-position:0;background-repeat:no-repeat;background-size:cover;background-image:url(../images/large/1x/arrow_l.svg)}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
#ASUS-features .section__gameTesting .slick__game__nav .slick-prev{background-image:url(../images/large/2x/arrow_l.svg)}
}
#ASUS-features .section__gameTesting .slick__game__nav .slick-next{display:none;z-index:999;width:24px;height:26px;right:3%;background-position:100%;background-repeat:no-repeat;background-size:cover;background-image:url(../images/large/1x/arrow_r.svg)}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
#ASUS-features .section__gameTesting .slick__game__nav .slick-next{background-image:url(../images/large/2x/arrow_r.svg)}
}
#ASUS-features .section__gameTesting .gameTesting__frame{position:relative;margin-left:auto;margin-right:auto;margin-top:60px}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame{width:100%;margin-top:50px;display:flex!important;justify-content:center;align-items:center}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round{position:relative;width:179px;height:179px;display:inline-block;border:1px solid #fff;border-radius:50%;margin:15px}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round span.testNum{color:#bf1136;position:absolute;font-size:30px;line-height:.8;top:50%;left:50%;font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round span.testNum.testNumSmall{font-size:23px}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round p.fpsText{position:absolute;font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;display:block;color:#fff;left:72px;top:111px;text-align:center;font-size:12px}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round:nth-child(3) span:after{content:""}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .fullHdFps:before{content:"Normal 1080p";position:relative;color:#fff;font-size:16px;top:-30%;font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .quadHdFps:before{content:"Ultra 1440p";position:relative;color:#fff;font-size:16px;top:-30%;font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-weight:400}
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .vrMarkText:before{content:"";position:relative;display:block;top:-30%;background-image:url(../images/large/1x/icon/vrmark-w.png);background-repeat:no-repeat;background-size:contain;margin:0 auto;width:130px;height:30px;font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .vrMarkText:before{background-image:url(../images/large/2x/icon/vrmark-w.png)}
}
#ASUS-features .section__gameTesting .mark3d__frame{margin-top:77px}
#ASUS-features .section__gameTesting .mark3d__frame .mark3d__logo{width:414px;height:86px;margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:cover;background-image:url(../images/large/1x/3dmarkBagLogo.png)}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
#ASUS-features .section__gameTesting .mark3d__frame .mark3d__logo{background-image:url(../images/large/2x/3dmarkBagLogo.png)}
}
#ASUS-features .section__gameTesting .mark3d__frame .timespy__num{font-size:24px;margin-top:58px;font-family:Roboto,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame{width:840px;position:relative;margin-left:auto;margin-right:auto}
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame .rating{display:block;text-indent:-10000px;width:0;height:131px;position:relative;overflow:hidden;background-repeat:repeat-x}
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame .rating.active{transition:width 2s ease;width:82.31%}
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame .rating:before{background-repeat:repeat-x;background-size:840px;content:"";display:block;height:131px;top:0;bottom:0;left:0;right:0;position:absolute;text-indent:10000px;background-image:url(../images/large/1x/redRating.png)}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame .rating:before{background-image:url(../images/large/2x/redRating.png)}
}
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame .graphsection{height:131px;width:840px;position:relative;margin:0 auto}
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame .graphsection:before{content:"";position:relative;display:block;height:131px;width:840px;background-repeat:no-repeat;background-size:cover;transform:translateY(-131px);background-image:url(../images/large/1x/lineFrame.png)}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){
#ASUS-features .section__gameTesting .mark3d__frame .rating__frame .graphsection:before{background-image:url(../images/large/2x/lineFrame.png)}
}
#ASUS-features .section__gameTesting .mark3d__frame .grapharrow{display:inline-block;position:relative;border-right:10px solid #000;border-left:10px solid #000;border-bottom:15px solid #fff;top:-126px;left:-417px}
#ASUS-features .section__gameTesting .mark3d__frame .grapharrow.active{transition:left 2s ease;left: 271px}
#ASUS-features .section__gameTesting .mark3d__frame .rates__frame{position:relative;width:840px;height:100px;margin-left:auto;margin-right:auto;margin-top:-112px}
#ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval{width:33%;height:60px;text-align:left;position:relative;display:inline-block;box-sizing:border-box;border-left:1px solid #fff;cursor:pointer;outline:0;-webkit-tap-highlight-color:transparent}
#ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval:hover{color:#bf1136;font-weight:700}
#ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .num{padding-bottom:5px}
#ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .num,#ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .ratestype{margin-left:20px;font-size:18px;font-family:Roboto,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame{width:840px;display:block;margin:-28px auto 0;height:90px}
#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level{font-size:12px;font-family:Roboto Light,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-size:14px;line-height:1.5}
#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level1,#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level2,#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level3{display:none}
#ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText{margin-left:auto;margin-right:auto;margin-top:-20px;font-size:14px}
#ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText .title{font-family:Xolonium-Regular,Helvetica,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-size:28px;letter-spacing:0;color:#fff;line-height:1.2;text-transform:uppercase;margin-bottom:10px}
#ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText .content{margin-bottom:10px;font-family:Roboto,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;line-height:1.867;font-size:15px}
#ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText .content a{color:#fff}




@media (min-width:732px) and (max-width:1279px){

  
  #ASUS-features .section__gameTesting{max-width:950px;background-color:#000;color:#fff;text-align:center}
  #ASUS-features .section__gameTesting .UL__info__frame .UL__logo{margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:cover;width:100px;height:100px;margin-bottom:30px;background-image:url(../images/large/1x/icon/UL-logo.png)}
  }
  @media (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__gameTesting .UL__info__frame .UL__logo{background-image:url(../images/large/2x/icon/UL-logo.png)}
  }
  @media (min-width:732px) and (max-width:1279px){
  #ASUS-features .section__gameTesting .UL__info__frame .UL__info{max-width:660px;margin-top:12px;margin-left:auto;margin-right:auto;color:#fff;font-family:Roboto Light,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-size:15px;line-height:1.867}
  #ASUS-features .section__gameTesting .popular__games__frame{margin-top:50px;margin-bottom:50px}
  #ASUS-features .section__gameTesting .popular__games__frame .title{width:500px;margin-left:auto;margin-right:auto;font-size:34px;font-family:Xolonium-Regular,Microsoft JhengHei,sans-serif;letter-spacing:0;color:#fff;line-height:1.2;text-transform:uppercase}
  #ASUS-features .section__gameTesting .popular__games__frame .info{max-width:600px}
  #ASUS-features .section__gameTesting .slick__game__nav{border:1px solid #fff;width:700px;margin:0 auto}
  #ASUS-features .section__gameTesting .gameItem{font-size:28px}
  #ASUS-features .section__gameTesting .slick__game__nav .slick{position:relative;max-width:600px;z-index:100}
  #ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText{width:100%;color:#fff}
  #ASUS-features .section__gameTesting .slick__game__nav .slick-prev{z-index:999;width:24px;height:26px;left:3%}
  #ASUS-features .section__gameTesting .slick__game__nav .slick-next{display:none;z-index:999;width:24px;height:26px;right:3%}
  #ASUS-features .section__gameTesting .gameTesting__frame{position:relative;margin-left:auto;margin-right:auto;margin-top:60px}
  #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round:nth-child(3) span:after{content:""}
  #ASUS-features .section__gameTesting .mark3d__frame{margin-top:77px}
  #ASUS-features .section__gameTesting .mark3d__frame .mark3d__logo{width:414px;height:86px}
  #ASUS-features .section__gameTesting .mark3d__frame .rating__frame{width:610px;position:relative;margin-left:auto;margin-right:auto}
  #ASUS-features .section__gameTesting .mark3d__frame .rating__frame .rating:before{background-repeat:repeat-x;background-size:610px;content:"";display:block;height:95px;top:0;bottom:0;left:0;right:0;position:absolute;text-indent:10000px;background-image:url(../images/large/1x/redRating.png)}
  }
  @media (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__gameTesting .mark3d__frame .rating__frame .rating:before{background-image:url(../images/large/2x/redRating.png)}
  }
  @media (min-width:732px) and (max-width:1279px){
  #ASUS-features .section__gameTesting .mark3d__frame .rating__frame .graphsection{height:95px;width:610px;position:relative;margin:0 auto}
  #ASUS-features .section__gameTesting .mark3d__frame .rating__frame .graphsection:before{content:"";height:95px;width:610px;transform:translateY(-132px)}
  #ASUS-features .section__gameTesting .mark3d__frame .grapharrow.active{left:197px}
  #ASUS-features .section__gameTesting .mark3d__frame .rates__frame{width:610px}
  #ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval{width:32%;height:60px;text-align:left;position:relative;display:inline-block;box-sizing:border-box;border-left:1px solid #fff;cursor:pointer;outline:0;-webkit-tap-highlight-color:transparent}
  #ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .num{padding-bottom:5px}
  #ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .num,#ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .ratestype{margin-left:20px;font-size:18px;font-family:Roboto,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
  #ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame{width:610px}
  #ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level1,#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level2,#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level3{display:none}
  #ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText{width:80%;font-size:14px}
  #ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText .title{font-size:22px}
  }



  @media (min-width:0px) and (max-width:731px){
    #ASUS-features .section__gameTesting{
      color:#fff;
      text-align:center;
      margin-top: 100px !important;
      margin-bottom: 100px !important;
    }
    #ASUS-features .section__gameTesting .UL__info__frame{width:89.5%;margin-left:auto;margin-right:auto}
    #ASUS-features .section__gameTesting .UL__info__frame .UL__logo{margin-left:auto;margin-right:auto;background-repeat:no-repeat;background-size:cover;width:100px;height:100px;margin-bottom:30px;background-image:url(../images/large/1x/icon/UL-logo.png)}
    }
    @media (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__gameTesting .UL__info__frame .UL__logo{background-image:url(../images/large/2x/icon/UL-logo.png)}
    }
    @media (min-width:0px) and (max-width:731px){
    #ASUS-features .section__gameTesting .UL__info__frame .UL__info{max-width:300px;margin-top:12px;margin-left:auto;margin-right:auto;color:#fff;font-family:Roboto Light,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif;font-size:15px;line-height:1.867}
    #ASUS-features .section__gameTesting .popular__games__frame{margin-top:40px;margin-bottom:50px}
    #ASUS-features .section__gameTesting .popular__games__frame .title{width:300px;margin-left:auto;margin-right:auto;font-size:22px;color:#fff;line-height:1.2;text-transform:uppercase}
    #ASUS-features .section__gameTesting .popular__games__frame .info{max-width:300px}
    #ASUS-features .section__gameTesting .slick__game__nav{border:1px solid #fff;width:95%;margin:0 auto}
    #ASUS-features .section__gameTesting .gameItem{font-size:12px}
    #ASUS-features .section__gameTesting .slick-slide{padding:0 30px}
    #ASUS-features .section__gameTesting .slick__game__nav .slick{position:relative;max-width:300px;z-index:100}
    #ASUS-features .section__gameTesting .slick__game__nav .slick .slick-list .slick-track .slick-slide .slickItem .slickTextFrame .slickText{width:100%;color:#fff}
    #ASUS-features .section__gameTesting .slick__game__nav .slick-prev{z-index:999;width:24px;height:26px;left:3%}
    #ASUS-features .section__gameTesting .slick__game__nav .slick-next{display:none;z-index:999;width:24px;height:26px;right:3%}
    #ASUS-features .section__gameTesting .gameTesting__frame{position:relative;margin-left:auto;margin-right:auto;margin-top:40px}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round{width:69px;height:69px}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round span.testNum{font-size:17px;top:43.5%}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round span.testNum.testNumSmall{font-size:7px;top:50%;font-family:Roboto,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round p.fpsText{left:19px;top:40px;font-size:8px}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round:nth-child(3) span{font-size:12px;line-height:1.2;top:50%}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .test__value__round:nth-child(3) span:after{content:""}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .fullHdFps:before,#ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .quadHdFps:before{font-size:16px;top:-80%}
    #ASUS-features .section__gameTesting .gameTesting__frame .textFrame.textFrame.textFrame.textFrame.textFrame.textFrame .vrMarkText:before{top:-61%;width:69px;height:13px;background-size:contain}
    #ASUS-features .section__gameTesting .mark3d__frame{margin-top:28px}
    #ASUS-features .section__gameTesting .mark3d__frame .mark3d__logo{width:200px;height:86px;background-size:contain}
    #ASUS-features .section__gameTesting .mark3d__frame .timespy__num{font-size:8px;margin-top:6px}
    #ASUS-features .section__gameTesting .mark3d__frame .rating__frame{width:300px;position:relative;margin-left:auto;margin-right:auto}
    #ASUS-features .section__gameTesting .mark3d__frame .rating__frame .rating{height:46px}
    #ASUS-features .section__gameTesting .mark3d__frame .rating__frame .rating:before{background-repeat:repeat-x;background-size:300px;content:"";display:block;height:46px;top:0;bottom:0;left:0;right:0;position:absolute;text-indent:10000px;background-image:url(../images/large/1x/redRating.png)}
    }
    @media (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__gameTesting .mark3d__frame .rating__frame .rating:before{background-image:url(../images/large/2x/redRating.png)}
    }
    @media (min-width:0px) and (max-width:731px){
    #ASUS-features .section__gameTesting .mark3d__frame .rating__frame .graphsection{height:46.4px;width:300px;position:relative;margin:0 auto}
    #ASUS-features .section__gameTesting .mark3d__frame .rating__frame .graphsection:before{content:"";height:46px;width:300px;transform:translateY(-46px)}
    #ASUS-features .section__gameTesting .mark3d__frame .grapharrow{border-right:8px solid #000;border-left:8px solid #000;border-bottom:13px solid #fff;top:-45px;left:-149px}
    #ASUS-features .section__gameTesting .mark3d__frame .grapharrow.active{left:97px}
    #ASUS-features .section__gameTesting .mark3d__frame .rates__frame{width:300px;margin-top:-42px}
    #ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval{width:32%;height:60px;text-align:left;position:relative;display:inline-block;box-sizing:border-box;border-left:1px solid #fff;cursor:pointer;outline:0;-webkit-tap-highlight-color:transparent}
    #ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .num{padding-bottom:5px}
    #ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .num,#ASUS-features .section__gameTesting .mark3d__frame .rates__frame .ratesval .ratestype{margin-left:20px;font-size:18px;font-family:Roboto,Arial,Microsoft JhengHei,LiHei Pro,WenQuanYi Zen Hei,sans-serif}
    #ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame{width:300px;height:auto}
    #ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level{font-size:10px}
    #ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level1,#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level2,#ASUS-features .section__gameTesting .mark3d__frame .explainLevel__frame .level3{display:none}
    #ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText{width:80%;font-size:14px;margin-top:20px}
    #ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText .title{font-size:20px}
    #ASUS-features .section__gameTesting .mark3d__frame .ul__bottomText .content{font-size:12px}


    }