@charset "UTF-8";
/*** Global ***/
html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.3; }

.inline__block {
  display: inline-block; }

/* stylelint-disable rule */
/* stylelint-enable rule */
.product_list {
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1280px;
  font-size: 0; }
  .product_list .product {
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 20%;
    height: 350px;
    vertical-align: top; }
    .product_list .product .product-img {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -128px;
      width: 256px;
      height: 350px; }
      .product_list .product .product-img .img {
        width: 256px;
        height: 350px; }
    .product_list .product .content-link {
      display: block;
      position: absolute;
      z-index: 9999;
      top: 0;
      left: 0;
      margin-top: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 1.1875rem; }
      .product_list .product .content-link .link-text {
        display: inline-block; }
    .product_list .product .product-mask {
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7); }
    .product_list .product .product-content {
      position: absolute;
      z-index: 9;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      .product_list .product .product-content .content-title {
        position: relative;
        padding: 0 30px;
        color: #fff;
        font-size: 1.75rem;
        letter-spacing: 0.1px;
        line-height: 1.2;
        text-shadow: 0 0 9px #000; }
      .product_list .product .product-content .content-hidden {
        position: relative;
        overflow: hidden;
        height: 100%; }
        .product_list .product .product-content .content-hidden .content-info {
          display: block;
          position: relative;
          margin-top: 19px;
          margin-right: auto;
          margin-left: auto;
          width: 90%;
          color: #fff;
          font-size: 1.25rem;
          line-height: 1.6; }
    .product_list .product .product-frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .product_list .product .product-frame > div {
        position: absolute; }
      .product_list .product .product-frame .frame-top {
        top: 0;
        left: 0;
        height: 2px;
        background: linear-gradient(to right, #f6f61c, #3ffb5e); }
      .product_list .product .product-frame .frame-right {
        top: 0;
        right: 0;
        width: 2px;
        background: linear-gradient(to bottom, #3ffb5e, #3627fe); }
      .product_list .product .product-frame .frame-bottom {
        right: 0;
        bottom: 0;
        height: 2px;
        background: linear-gradient(to left, #3627fe, #f40e2b); }
      .product_list .product .product-frame .frame-left {
        bottom: 0;
        left: 0;
        width: 2px;
        background: linear-gradient(to top, #f40e2b, #f6f61c); }

.product_list .product .product-mask {
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 400ms; }

.product_list .product .product-content .content-hidden {
  opacity: 0;
  max-height: 0; }

.product_list .product .product-frame .frame-top {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-right {
  height: 0%;
  transition: height 400ms; }

.product_list .product .product-frame .frame-bottom {
  width: 0%;
  transition: width 400ms 400ms; }

.product_list .product .product-frame .frame-left {
  height: 0%;
  transition: height 400ms; }

@keyframes hideToShow {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.product_list .product.hover .product-mask {
  z-index: 9;
  opacity: 1; }

.product_list .product.hover .product-content .content-title {
  transition: transform 0ms 200ms;
  animation: hideToShow 1s; }

.product_list .product.hover .product-content .content-hidden {
  opacity: 1;
  max-height: 1000px;
  transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; }

@media (min-width: 1280px) {
  .product_list .product:hover .product-frame {
    z-index: 12; }
    .product_list .product:hover .product-frame .frame-top {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-right {
      height: 100%;
      transition: height 400ms 800ms; }
    .product_list .product:hover .product-frame .frame-bottom {
      width: 100%;
      transition: width 400ms 400ms; }
    .product_list .product:hover .product-frame .frame-left {
      height: 100%;
      transition: height 400ms 800ms; }
  .product_list .product:hover .product-mask {
    z-index: 9;
    opacity: 1; }
  .product_list .product:hover .product-content .content-title {
    transition: transform 0ms 200ms;
    animation: hideToShow 1s; }
  .product_list .product:hover .product-content .content-hidden {
    opacity: 1;
    max-height: 1000px;
    transition: opacity 500ms linear 500ms, max-height 500ms linear 450ms; } }

@media all and (max-width: 1279.5px) and (min-width: 731px) {
  .product_list {
    text-align: center; }
    .product_list .product .product-content .content-title {
      margin-bottom: -10px;
      padding: 0 55px;
      font-size: 1.875rem; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 365px;
      height: 250px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        transform: translate(-50%, -50%); } }

@media all and (max-width: 730.5px) {
  .product_list {
    text-align: center; }
    .product_list .product {
      display: inline-block;
      padding: 1px;
      box-sizing: border-box;
      width: 100%;
      height: 300px; }
      .product_list .product .content-title {
        margin-bottom: -10px; }
      .product_list .product .product-content .content-hidden .content-info {
        line-height: 1.3;
        margin-top: 26px; }
      .product_list .product .product-img {
        top: 50%;
        left: 50%;
        margin-left: unset;
        width: 320px;
        height: 300px;
        transform: translate(-50%, -50%); }
        .product_list .product .product-img .img {
          width: 320px;
          height: 300px; } }

.chart-content .content-row .row-item .item-info .info-name {
  color: #b3b3b3; }

.chart-content .content-row .row-item .item-info.colorful .info-name {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(92deg, #ede27c 31%, #e87d7e 57%, #d93377 75%); }

.chart-content .content-row .row-item .item-container {
  position: absolute;
  top: 0;
  left: 0; }
  .chart-content .content-row .row-item .item-container .container-data {
    position: absolute;
    width: 100px;
    font-size: 0;
    text-align: left; }
    .chart-content .content-row .row-item .item-container .container-data .data-value,
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      display: inline-block;
      vertical-align: bottom;
      color: #b3b3b3; }
    .chart-content .content-row .row-item .item-container .container-data .data-value {
      font-size: 1.625rem; }
    .chart-content .content-row .row-item .item-container .container-data .data-unit {
      position: relative;
      top: -4px;
      padding-left: 2px;
      font-size: 1rem; }
  .chart-content .content-row .row-item .item-container.colorful .container-data {
    text-align: right; }
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-value,
    .chart-content .content-row .row-item .item-container.colorful .container-data .data-unit {
      color: #fdea88; }

.chart-content .content-row.content-row-y .row-item {
  position: absolute;
  width: 130px;
  text-align: left; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.5rem; }

.chart-content .content-row.content-row-x .row-item {
  position: absolute;
  left: 50%;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 1rem; }

.chart-content .content-row.content-value .row-item {
  position: absolute;
  width: 130px;
  text-align: center; }
  .chart-content .content-row.content-value .row-item .item-info .info-name {
    color: #fff;
    font-size: 1rem; }

.chart-disclaimer .disclaimer-text {
  display: inline-block;
  position: relative;
  color: #6d6d6d;
  font-size: 1rem;
  line-height: 1.4; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1.5625rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: -4px;
    padding-left: 2px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.375rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.9375rem; }
  .chart-disclaimer .disclaimer-text {
    font-size: 0.9375rem; } }

@media all and (max-width: 730.5px) {
  .chart-content .content-row .row-item .item-container .container-data .data-value {
    font-size: 1rem; }
  .chart-content .content-row .row-item .item-container .container-data .data-unit {
    top: 0;
    padding-left: 1px;
    font-size: 0.875rem; }
  .chart-content .content-row.content-row-y .row-item .item-info .info-name {
    font-size: 1.0625rem; }
  .chart-content .content-row.content-row-x .row-item .item-info .info-name {
    font-size: 0.75rem; }
  .chart-disclaimer {
    margin-right: auto;
    margin-left: auto;
    max-width: 65%; }
    .chart-disclaimer .disclaimer-text {
      font-size: 0.75rem; } }

.odin ol li,
.odin ul li {
  margin: 0; }

.wd__section .large__text-center {
  text-align: center; }
  .wd__section .large__text-center.wd__content {
    margin-right: auto;
    margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__comment,
    .wd__section .large__text-center.wd__content .content__info,
    .wd__section .large__text-center.wd__content .content__link,
    .wd__section .large__text-center.wd__content .content__slogan,
    .wd__section .large__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .large__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
    .wd__section .large__text-center.wd__content .content__title::after {
      margin: 0 auto;
      text-align: center; }

.wd__section .large__text-left.wd__content {
  text-align: left; }
  .wd__section .large__text-left.wd__content .content__comment,
  .wd__section .large__text-left.wd__content .content__info,
  .wd__section .large__text-left.wd__content .content__link,
  .wd__section .large__text-left.wd__content .content__slogan,
  .wd__section .large__text-left.wd__content .content__title {
    margin-left: 0;
    text-align: left; }
  .wd__section .large__text-left.wd__content .content__slogan::after {
    left: 0;
    margin-left: 0; }
  .wd__section .large__text-left.wd__content .content__title::after {
    margin-left: 0;
    text-align: left; }

.wd__section .large__text-left.wd__feature__list {
  text-align: left; }
  .wd__section .large__text-left.wd__feature__list .wd__feature {
    margin-right: 58px;
    margin-left: 0; }

.wd__section .large__text-right.wd__content {
  text-align: right; }
  .wd__section .large__text-right.wd__content .content__slogan::after {
    right: 0;
    margin-right: 0; }

.wd__section .large__text-right.wd__feature__list {
  text-align: right; }
  .wd__section .large__text-right.wd__feature__list .wd__feature {
    margin-right: 0;
    margin-left: 58px; }

@media all and (min-width: 731px) and (max-width: 1279.5px) {
  .wd__section .medium__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .medium__text-left.wd__content .content__comment,
    .wd__section .medium__text-left.wd__content .content__info,
    .wd__section .medium__text-left.wd__content .content__link,
    .wd__section .medium__text-left.wd__content .content__slogan,
    .wd__section .medium__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .medium__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .medium__text-left.wd__feature__list {
    text-align: left; }
    .wd__section .medium__text-left.wd__feature__list .wd__feature {
      margin-right: 50px;
      margin-left: 0; }
  .wd__section .medium__text-center.wd__content {
    left: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .wd__section .medium__text-center.wd__content .content__comment,
    .wd__section .medium__text-center.wd__content .content__info,
    .wd__section .medium__text-center.wd__content .content__link,
    .wd__section .medium__text-center.wd__content .content__slogan,
    .wd__section .medium__text-center.wd__content .content__title {
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
    .wd__section .medium__text-center.wd__content .content__slogan::after {
      margin-right: auto;
      margin-left: auto; }
  .wd__section .medium__text-center.wd__feature__list {
    text-align: center; }
    .wd__section .medium__text-center.wd__feature__list .wd__feature {
      margin-right: 30px;
      margin-left: 30px; }
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe__top,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__data,
      .wd__section .medium__text-center.wd__feature__list .wd__feature .wd__feature__describe {
        text-align: center; } }

@media all and (max-width: 730.5px) {
  .wd__section .small__text-left.wd__content {
    left: 0;
    text-align: left; }
    .wd__section .small__text-left.wd__content .content__comment,
    .wd__section .small__text-left.wd__content .content__info,
    .wd__section .small__text-left.wd__content .content__link,
    .wd__section .small__text-left.wd__content .content__slogan,
    .wd__section .small__text-left.wd__content .content__title {
      margin-left: 0;
      text-align: left; }
    .wd__section .small__text-left.wd__content .content__slogan::after {
      margin-left: 0; }
  .wd__section .small__text-left.wd__feature__list {
    text-align: center; }
    .wd__section .small__text-left.wd__feature__list .wd__feature__list .wd__feature {
      margin-right: 20px;
      margin-left: 0; }
  .wd__section .small__text-center {
    text-align: center; }
    .wd__section .small__text-center.wd__content {
      left: 0;
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
      .wd__section .small__text-center.wd__content .content__comment,
      .wd__section .small__text-center.wd__content .content__info,
      .wd__section .small__text-center.wd__content .content__link,
      .wd__section .small__text-center.wd__content .content__slogan,
      .wd__section .small__text-center.wd__content .content__title {
        margin-right: auto;
        margin-left: auto;
        text-align: center; }
      .wd__section .small__text-center.wd__content .content__slogan::after {
        margin-right: auto;
        margin-left: auto; }
    .wd__section .small__text-center.wd__feature__list {
      text-align: center; }
      .wd__section .small__text-center.wd__feature__list .wd__feature {
        margin-right: 14px;
        margin-left: 14px; } }

#CMD .wd__section .section_content.text-white .modal-button {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-color: white; }
  #CMD .wd__section .section_content.text-white .modal-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6); }

#CMD .wd__section .section_content.text-white .wd__content .content__comment,
#CMD .wd__section .section_content.text-white .wd__content .content__info,
#CMD .wd__section .section_content.text-white .wd__content .content__title {
  color: #fff; }

#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__data,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__data *,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe *,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content.text-white .wd__feature__list .wd__feature .wd__feature__describe__top * {
  color: #fff; }

#CMD .wd__section .section_content .wd__content.theme-dark .content__comment {
  color: #999; }

#CMD .wd__section .section_content .wd__content.theme-dark .content__info,
#CMD .wd__section .section_content .wd__content.theme-dark .content__title {
  color: #fff; }

#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe span,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content .wd__content.theme-dark .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #fff; }

#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe span,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top,
#CMD .wd__section .section_content .wd__feature__list.theme-dark .wd__feature .wd__feature__describe__top span {
  color: #fff; }

.modal-button-container.bg-gray .modal-button-text {
  color: #6f6f6f; }

.modal-button-container.bg-gray .modal-button .modal-button-start-cap,
.modal-button-container.bg-gray .modal-button .modal-button-scaler,
.modal-button-container.bg-gray .modal-button .modal-button-end-cap {
  background: #6f6f6f; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-start-cap,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy,
.modal-button-container.bg-white .modal-button.old__browser .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button.old__browser .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button.old__browser .pluscircle-icon {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/icon/icon_modalbtn_gray.png) !important; }

.modal-button-container.bg-white .modal-button .modal-button-copy {
  color: #333; }

.modal-button-container.bg-white .modal-button .modal-button-start-cap,
.modal-button-container.bg-white .modal-button .modal-button-scaler,
.modal-button-container.bg-white .modal-button .modal-button-end-cap {
  background: #fff; }

.modal-button-container.bg-white .modal-button .pluscircle-icon svg path {
  fill: #333; }

@media all and (max-width: 730.5px) {
  html #CMD .wd__section .wd__content .content__comment {
    width: 100%; }
  html #CMD .wd__section .wd__feature__list {
    width: 100%;
    margin-top: 48px; }
    html #CMD .wd__section .wd__feature__list .wd__feature {
      text-align: center;
      box-sizing: border-box;
      margin: 0 19px 29px; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0px; }
  html #CMD .wd__section .wd__link__arrow::after {
    padding-left: 5px; }
  html #CMD .wd__section .twentytwenty-left-arrow::before {
    top: -14px;
    left: 7.5px;
    width: 20px;
    height: 20px; }
  #CMD .section__oled_eyeCare .img__oled_eyeCare {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/oled/s5.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__oled_eyeCare .img__oled_eyeCare {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/s5.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__oled_eyeCare .img__oled_eyeCare {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/s5.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__oled_eyeCare .img__lcd {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/oled/animation/s5/img_lcd.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__oled_eyeCare .img__lcd {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_lcd.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__oled_eyeCare .img__lcd {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_lcd.png"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__oled_eyeCare .img__oled {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/oled/animation/s5/img_oled.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__oled_eyeCare .img__oled {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_oled.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__oled_eyeCare .img__oled {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_oled.png"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__oled_eyeCare .img__line {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/oled/animation/s5/img_line.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__oled_eyeCare .img__line {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_line.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__oled_eyeCare .img__line {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_line.png"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__oled_eyeCare .img__arrow {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/oled/animation/s5/img_arrow.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__oled_eyeCare .img__arrow {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_arrow.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__oled_eyeCare .img__arrow {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/oled/animation/s5/img_arrow.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__oled_menu {
    display: inline-block;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 0; }
    html #CMD .section__oled_menu .product_list {
      padding-top: 50px; }
      html #CMD .section__oled_menu .product_list .product {
        border: unset; }
        html #CMD .section__oled_menu .product_list .product.s2-1 {
          width: 100%;
          max-width: 320px;
          height: 300px; }
          html #CMD .section__oled_menu .product_list .product.s2-1 .product-img {
            width: 100%;
            height: 100%; }
            html #CMD .section__oled_menu .product_list .product.s2-1 .product-img .img {
              width: 320px;
              height: 300px; }
              #CMD .section__oled_menu .product_list .s2-1 .img {
                background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/1x/oled/s2_1.jpg"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-webp #CMD .section__oled_menu .product_list .s2-1 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_1.webp"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-old #CMD .section__oled_menu .product_list .s2-1 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_1.jpg"); } }

@media all and (max-width: 730.5px) {
        html #CMD .section__oled_menu .product_list .product.s2-2 {
          width: 100%;
          max-width: 320px;
          height: 300px; }
          html #CMD .section__oled_menu .product_list .product.s2-2 .product-img {
            width: 100%;
            height: 100%; }
            html #CMD .section__oled_menu .product_list .product.s2-2 .product-img .img {
              width: 320px;
              height: 300px; }
              #CMD .section__oled_menu .product_list .s2-2 .img {
                background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/1x/oled/s2_2.jpg"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-webp #CMD .section__oled_menu .product_list .s2-2 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_2.webp"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-old #CMD .section__oled_menu .product_list .s2-2 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_2.jpg"); } }

@media all and (max-width: 730.5px) {
        html #CMD .section__oled_menu .product_list .product.s2-3 {
          width: 100%;
          max-width: 320px;
          height: 300px; }
          html #CMD .section__oled_menu .product_list .product.s2-3 .product-img {
            width: 100%;
            height: 100%; }
            html #CMD .section__oled_menu .product_list .product.s2-3 .product-img .img {
              width: 320px;
              height: 300px; }
              #CMD .section__oled_menu .product_list .s2-3 .img {
                background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/1x/oled/s2_3.jpg"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-webp #CMD .section__oled_menu .product_list .s2-3 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_3.webp"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-old #CMD .section__oled_menu .product_list .s2-3 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_3.jpg"); } }

@media all and (max-width: 730.5px) {
        html #CMD .section__oled_menu .product_list .product.s2-4 {
          width: 100%;
          max-width: 320px;
          height: 300px; }
          html #CMD .section__oled_menu .product_list .product.s2-4 .product-img {
            width: 100%;
            height: 100%; }
            html #CMD .section__oled_menu .product_list .product.s2-4 .product-img .img {
              width: 320px;
              height: 300px; }
              #CMD .section__oled_menu .product_list .s2-4 .img {
                background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/1x/oled/s2_4.jpg"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-webp #CMD .section__oled_menu .product_list .s2-4 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_4.webp"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-old #CMD .section__oled_menu .product_list .s2-4 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_4.jpg"); } }

@media all and (max-width: 730.5px) {
        html #CMD .section__oled_menu .product_list .product.s2-5 {
          width: 100%;
          max-width: 320px;
          height: 300px; }
          html #CMD .section__oled_menu .product_list .product.s2-5 .product-img {
            width: 100%;
            height: 100%; }
            html #CMD .section__oled_menu .product_list .product.s2-5 .product-img .img {
              width: 320px;
              height: 300px; }
              #CMD .section__oled_menu .product_list .s2-5 .img {
                background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/1x/oled/s2_5.jpg"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-webp #CMD .section__oled_menu .product_list .s2-5 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_5.webp"); } }
            @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
              .image-old #CMD .section__oled_menu .product_list .s2-5 .img {
                background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/medium/2x/oled/s2_5.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .kv__table {
    position: relative;
    left: 0;
    margin-top: 66px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 600px;
    transform: none; }
    html #CMD .kv__table .table-nav {
      display: block;
      position: relative;
      width: 100%;
      font-size: 0; }
      html #CMD .kv__table .table-nav .nav-item {
        display: inline-block;
        position: relative;
        padding: 10px;
        box-sizing: border-box;
        width: 50%;
        vertical-align: bottom; }
        html #CMD .kv__table .table-nav .nav-item span {
          font-size: 20px; }
    html #CMD .kv__table .table-container {
      margin-top: 30px;
      text-align: left; }
      html #CMD .kv__table .table-container .table-item {
        padding: 38px 17px 25px; }
        html #CMD .kv__table .table-container .table-item .item-title {
          display: none; }
        html #CMD .kv__table .table-container .table-item .item-rows {
          margin-top: -14px; }
          html #CMD .kv__table .table-container .table-item .item-rows .row-item {
            font-size: 17px;
            text-align: center; }
            html #CMD .kv__table .table-container .table-item .item-rows .row-item .item-text {
              padding: 12px 0;
              width: 100%; }
            html #CMD .kv__table .table-container .table-item .item-rows .row-item::after {
              height: 1px; }
            html #CMD .kv__table .table-container .table-item .item-rows .row-item span {
              margin: 6px 0; }
        html #CMD .kv__table .table-container .table-item.item-name {
          position: relative;
          left: 0;
          width: 90px;
          min-width: unset; }
          html #CMD .kv__table .table-container .table-item.item-name .row-item .item-text {
            font-size: 15px;
            text-align: left; }
        html #CMD .kv__table .table-container .table-item.item-main {
          position: absolute;
          margin-left: 0;
          width: calc(100% - 175px);
          min-width: unset; }
          html #CMD .kv__table .table-container .table-item.item-main::before {
            border-radius: 5px; }
        html #CMD .kv__table .table-container .table-item.item-sub {
          position: absolute;
          margin-left: 0;
          width: calc(100% - 175px);
          min-width: unset; }
          html #CMD .kv__table .table-container .table-item.item-sub .item-rows .row-item {
            color: #fff; }
          html #CMD .kv__table .table-container .table-item.item-sub::before {
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #2c2c31; }
  html #CMD .kv__table .table-nav .nav-item {
    transition: all 300ms; }
    html #CMD .kv__table .table-nav .nav-item.nav-main {
      background: linear-gradient(to right, #555, #555);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    html #CMD .kv__table .table-nav .nav-item.nav-sub {
      color: #555; }
    html #CMD .kv__table .table-nav .nav-item.active.nav-main {
      background: linear-gradient(to right, #f29759, #ffeb7c, #80c47d, #56beb8, #319fc5, #668cc8, #8e66a9, #b971ac, #d96b9a);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    html #CMD .kv__table .table-nav .nav-item.active.nav-sub {
      color: #fff; }
  html #CMD .kv__table .table-container .table-item.item-main, html #CMD .kv__table .table-container .table-item.item-sub {
    display: none;
    z-index: 0;
    opacity: 0;
    transition: all 300ms; }
  html #CMD .kv__table .table-container .table-item.active {
    display: inline-block;
    z-index: 1;
    opacity: 1; }
  html #CMD .oled__video {
    margin: 80px auto 0;
    padding-bottom: 51.06%;
    width: 100%;
    height: 0; }
    html #CMD .oled__video .img__oled-video {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: contain; }
    html #CMD .oled__video .img__oled-play {
      width: 60px;
      height: 60px;
      background-size: contain; }
  html #CMD .section__oled_color {
    margin-top: -5px;
    padding-top: 85px;
    padding-bottom: 0; }
    html #CMD .section__oled_color .wd__content.bottom-content .content__info {
      margin-top: 53px; }
    html #CMD .section__oled_color .wd__feature__list {
      margin-right: auto;
      margin-left: auto;
      max-width: 340px; }
    html #CMD .section__oled_color .wd__feature .img__icon4 {
      margin-top: 18px; }
    html #CMD .section__oled_color .compare__animation {
      margin: 26px auto 0;
      width: 100%;
      max-width: 414px;
      height: 364px; }
      html #CMD .section__oled_color .compare__animation .beer-slider {
        left: 0;
        margin-left: 0;
        box-sizing: unset;
        box-sizing: border-box;
        width: 100%;
        height: 364px; }
        html #CMD .section__oled_color .compare__animation .beer-slider .beer-handle::after {
          top: 20px;
          left: 20px;
          width: 20px;
          height: 20px; }
        html #CMD .section__oled_color .compare__animation .beer-slider .img {
          width: 100vw !important;
          max-width: 414px;
          height: 364px; }
        #CMD .section__oled_color .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/animation/s3/before.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_color .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s3/before.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_color .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s3/before.jpg"); } }

@media all and (max-width: 730.5px) {
        #CMD .section__oled_color .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/animation/s3/after.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_color .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s3/after.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_color .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s3/after.jpg"); } }

@media all and (max-width: 730.5px) {
        html #CMD .section__oled_color .compare__animation .beer-slider .compare__text {
          position: relative;
          width: 100%; }
          html #CMD .section__oled_color .compare__animation .beer-slider .compare__text > span {
            font-size: 14px; }
            html #CMD .section__oled_color .compare__animation .beer-slider .compare__text > span.textLeft1 {
              top: 10px;
              left: 13px;
              font-size: 26px;
              text-shadow: black 0.1em 0.1em 0.3em; }
            html #CMD .section__oled_color .compare__animation .beer-slider .compare__text > span.textLeft2 {
              top: 42px;
              left: 14px;
              text-shadow: black 0.1em 0.1em 0.3em; }
            html #CMD .section__oled_color .compare__animation .beer-slider .compare__text > span.textRight1 {
              top: 10px;
              right: 15px;
              font-size: 26px;
              text-shadow: black 0.1em 0.1em 0.3em; }
            html #CMD .section__oled_color .compare__animation .beer-slider .compare__text > span.textRight2 {
              top: 42px;
              right: 16px;
              text-shadow: black 0.1em 0.1em 0.3em; }
    html #CMD .section__oled_color .chart-container {
      margin-top: 33px;
      margin-left: -205px;
      width: 410px; }
      html #CMD .section__oled_color .chart-container .img__main-1 {
        width: 410px;
        height: 210px; }
        #CMD .section__oled_color .img__main-1 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/inner/s7/01-bg.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_color .img__main-1 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s7/01-bg.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_color .img__main-1 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s7/01-bg.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__oled_color .chart-container .chart-content {
        height: 210px; }
        html #CMD .section__oled_color .chart-container .chart-content .content-row-x .row-item {
          top: 176px;
          width: 56px; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-x .row-item.item-0 {
            text-align: left; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-x .row-item.item-0 {
            margin-left: -141px; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-x .row-item.item-1 {
            margin-left: -83px; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-x .row-item.item-2 {
            margin-left: -25px; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-x .row-item.item-3 {
            margin-left: 38px; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-x .row-item.item-4 {
            margin-left: 98px; }
        html #CMD .section__oled_color .chart-container .chart-content .content-row-y .row-item {
          left: 65px; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-y .row-item.item-0 {
            top: 16px; }
          html #CMD .section__oled_color .chart-container .chart-content .content-row-y .row-item.item-1 {
            top: 86px; }
        html #CMD .section__oled_color .chart-container .chart-content .content-value .item-info .info-name {
          font-size: 12px; }
        html #CMD .section__oled_color .chart-container .chart-content .content-value .item-0 {
          top: 36px;
          left: 88px; }
        html #CMD .section__oled_color .chart-container .chart-content .content-value .item-1 {
          top: 36px;
          left: 146px; }
        html #CMD .section__oled_color .chart-container .chart-content .content-value .item-2 {
          top: 73px;
          left: 192px; }
        html #CMD .section__oled_color .chart-container .chart-content .content-value .item-3 {
          top: 143px;
          left: 246px; }
    html #CMD .section__oled_color .chart-disclaimer {
      margin-top: -8px; }
    html #CMD .section__oled_color .chart-brightness {
      left: 50%;
      margin-top: 51px;
      margin-left: -160px;
      padding-top: 0;
      width: 320px; }
      html #CMD .section__oled_color .chart-brightness .img__brightness {
        width: 320px;
        height: 1250px; }
        #CMD .section__oled_color .chart-brightness .img__brightness {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/icon/s7/chart.png"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_color .chart-brightness .img__brightness {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/icon/s7/chart.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_color .chart-brightness .img__brightness {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/icon/s7/chart.png"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__oled_color .chart-brightness .chart-content .chart-name {
        position: absolute;
        top: 50%;
        bottom: unset;
        left: 50%;
        margin-left: -126px;
        width: 10px;
        font-size: 16px;
        transform: translateX(-50%) translateY(-50%) rotate(90deg); }
        html #CMD .section__oled_color .chart-brightness .chart-content .chart-name span {
          display: block;
          position: absolute;
          left: 50%;
          padding: 0 20px;
          white-space: nowrap;
          background-color: #000;
          transform: translate3d(-50%, 0, 0); }
      html #CMD .section__oled_color .chart-brightness .chart-content .arrow {
        bottom: 261px;
        left: 17px;
        width: 80px;
        font-size: 16px;
        text-align: left; }
        html #CMD .section__oled_color .chart-brightness .chart-content .arrow.arrow-left {
          bottom: 1211px;
          left: 18px; }
        html #CMD .section__oled_color .chart-brightness .chart-content .arrow.arrow-right {
          top: 1207px;
          right: unset;
          bottom: unset;
          width: 70px; }
    html #CMD .section__oled_color .chart-content .content-row.content-row-x .row-item .item-info .info-name {
      font-size: 13px; }
    html #CMD .section__oled_color .chart-content .content-row.content-value .row-item .item-info .info-name {
      font-size: 13px; }
  html #CMD .section__oled_eyeCare {
    padding-top: 80px;
    padding-bottom: 0; }
    html #CMD .section__oled_eyeCare.wd__section .wd__feature__list {
      margin: 53px auto 0;
      max-width: 320px; }
      html #CMD .section__oled_eyeCare.wd__section .wd__feature__list .wd__feature {
        margin: 0 10px 29px; }
        html #CMD .section__oled_eyeCare.wd__section .wd__feature__list .wd__feature .img__icon2 {
          top: 20px;
          width: 134px;
          height: 68px;
          background-size: contain; }
        html #CMD .section__oled_eyeCare.wd__section .wd__feature__list .wd__feature .img__icon3 {
          top: 20px;
          width: 134px;
          height: 68px;
          background-size: contain; }
        html #CMD .section__oled_eyeCare.wd__section .wd__feature__list .wd__feature.feature-1 {
          width: 90%; }
    html #CMD .section__oled_eyeCare .img__oled_eyeCare {
      margin-top: -57px;
      transform: scale(0.51); }
      html #CMD .section__oled_eyeCare .img__oled_eyeCare span.chart_text.text1 {
        top: -45px;
        left: 185px;
        width: 150px;
        font-size: 30px; }
      html #CMD .section__oled_eyeCare .img__oled_eyeCare span.chart_text.text2 {
        top: 446px;
        left: 521px;
        width: 229px;
        font-size: 24px;
        text-align: left; }
        html #CMD .section__oled_eyeCare .img__oled_eyeCare span.chart_text.text2::before {
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          left: -26px;
          width: 15px;
          height: 15px;
          border: 1px solid #fff;
          background: transparent;
          content: ''; }
      html #CMD .section__oled_eyeCare .img__oled_eyeCare span.chart_text.text3 {
        top: 446px;
        left: 240px;
        width: 234px;
        font-size: 24px;
        text-align: left; }
        html #CMD .section__oled_eyeCare .img__oled_eyeCare span.chart_text.text3::before {
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          left: -26px;
          width: 15px;
          height: 15px;
          border: 1px dashed #fff;
          background: transparent;
          content: ''; }
      html #CMD .section__oled_eyeCare .img__oled_eyeCare span.chart_text.text4 {
        top: 78px;
        left: 350px;
        width: 250px;
        font-size: 31px; }
    html #CMD .section__oled_eyeCare .modal-button-container {
      margin-top: -48px; }
  html #CMD .section__oled_childEyeCare {
    padding-top: 70px;
    padding-bottom: 0; }
    html #CMD .section__oled_childEyeCare .wd__content .content__info {
      min-height: unset; }
    html #CMD .section__oled_childEyeCare .img__oled_childEyeCare {
      position: relative;
      left: 50%;
      margin-top: 30px;
      margin-left: -170px;
      width: 400px;
      height: 372px; }
      #CMD .section__oled_childEyeCare .img__oled_childEyeCare {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/s6.jpg"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__oled_childEyeCare .img__oled_childEyeCare {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/s6.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__oled_childEyeCare .img__oled_childEyeCare {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/s6.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__oled_childEyeCare .img__chart {
      margin-top: 0;
      margin-left: -205px;
      width: 410px;
      height: 330px; }
      html #CMD .section__oled_childEyeCare .img__chart .img__chart_bg {
        background-size: auto 270px; }
        #CMD .section__oled_childEyeCare .img__chart_bg {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/inner/s6/01-bg.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_childEyeCare .img__chart_bg {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s6/01-bg.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_childEyeCare .img__chart_bg {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s6/01-bg.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__oled_childEyeCare .img__chart .chart-content {
        margin-left: -160px;
        width: 320px; }
        html #CMD .section__oled_childEyeCare .img__chart .chart-content .chart-name {
          font-size: 14px; }
          html #CMD .section__oled_childEyeCare .img__chart .chart-content .chart-name.name-x {
            top: -50px;
            bottom: 0;
            margin-left: -148px;
            width: 100px;
            height: 38px;
            font-size: 12px; }
          html #CMD .section__oled_childEyeCare .img__chart .chart-content .chart-name.name-y {
            top: 238px;
            margin-left: -30px;
            font-size: 12px; }
        html #CMD .section__oled_childEyeCare .img__chart .chart-content .chart-hl {
          bottom: 300px;
          margin-left: -20px;
          line-height: 1.3;
          width: 60px;
          font-size: 13px; }
      html #CMD .section__oled_childEyeCare .img__chart .line-content .line {
        right: 33px;
        font-size: 14px; }
        html #CMD .section__oled_childEyeCare .img__chart .line-content .line.line-0 {
          bottom: 290px; }
        html #CMD .section__oled_childEyeCare .img__chart .line-content .line.line-1 {
          top: 80px; }
    html #CMD .section__oled_childEyeCare .contnet-from {
      margin-top: -30px;
      width: 90%; }
      html #CMD .section__oled_childEyeCare .contnet-from .from-text {
        font-size: 12px; }
    html #CMD .section__oled_childEyeCare .contnet-link {
      margin-top: 3px; }
      html #CMD .section__oled_childEyeCare .contnet-link .link-text {
        line-height: 1; }
  html #CMD .section__oled_3Dcolor-2 {
    padding-top: 85px;
    padding-bottom: 0; }
    html #CMD .section__oled_3Dcolor-2 .wd__content.bottom-content .content__title {
      margin-top: 22px;
      font-size: 31px;
      text-align: center; }
    html #CMD .section__oled_3Dcolor-2 .compare__animation {
      margin: 60px auto 0;
      width: 100%;
      max-width: 414px;
      height: 364px; }
      html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider {
        left: 0;
        margin-left: 0;
        box-sizing: unset;
        box-sizing: border-box;
        width: 100%;
        height: 364px; }
        html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .beer-handle::after {
          top: 20px;
          left: 20px;
          width: 20px;
          height: 20px; }
        html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .img {
          width: 100vw !important;
          max-width: 414px;
          height: 364px; }
        #CMD .section__oled_3Dcolor-2 .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/animation/s7/before.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_3Dcolor-2 .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s7/before.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_3Dcolor-2 .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s7/before.jpg"); } }

@media all and (max-width: 730.5px) {
        #CMD .section__oled_3Dcolor-2 .img__after {
          background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/animation/s7/after.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_3Dcolor-2 .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s7/after.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_3Dcolor-2 .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s7/after.jpg"); } }

@media all and (max-width: 730.5px) {
        html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .compare__text {
          position: relative;
          width: 100%; }
          html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .compare__text > span {
            font-size: 13px; }
            html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .compare__text > span.textLeft1 {
              top: 7px;
              left: 13px;
              font-size: 24px;
              text-shadow: black 0.1em 0.1em 0.3em; }
            html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .compare__text > span.textLeft2 {
              top: 40px;
              left: 15px;
              text-shadow: black 0.1em 0.1em 0.3em; }
            html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .compare__text > span.textRight1 {
              top: 7px;
              right: 15px;
              font-size: 24px;
              text-shadow: black 0.1em 0.1em 0.3em; }
            html #CMD .section__oled_3Dcolor-2 .compare__animation .beer-slider .compare__text > span.textRight2 {
              top: 40px;
              right: 15px;
              text-shadow: black 0.1em 0.1em 0.3em; }
    html #CMD .section__oled_3Dcolor-2 .chart-container {
      margin-top: 31px;
      margin-left: -205px;
      width: 410px; }
      html #CMD .section__oled_3Dcolor-2 .chart-container .img__main {
        width: 410px;
        height: 230px; }
        #CMD .section__oled_3Dcolor-2 .img__main {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/inner/s7/02-bg.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_3Dcolor-2 .img__main {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s7/02-bg.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_3Dcolor-2 .img__main {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s7/02-bg.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content {
        height: 230px; }
        html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-x .row-item {
          top: 179px;
          width: 50px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-x .row-item.item-0 {
            margin-left: -143px;
            width: 69px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-x .row-item.item-1 {
            margin-left: -76px;
            width: 50px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-x .row-item.item-2 {
            margin-left: -16px;
            width: 50px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-x .row-item.item-3 {
            margin-left: 45px;
            width: 50px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-x .row-item.item-4 {
            margin-left: 105px;
            width: 50px; }
        html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item {
          left: 63px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item.item-0 {
            top: 21px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item.item-1 {
            top: 129px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item.item-0 .item-container .data-0 {
            top: 1px;
            left: 62px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item.item-1 .item-container .data-0 {
            top: -14px;
            left: 10px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item.item-1 .item-container .data-1 {
            top: -31px;
            left: 59px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item.item-1 .item-container .data-2 {
            top: -82px;
            left: 141px; }
          html #CMD .section__oled_3Dcolor-2 .chart-container .chart-content .content-row-y .row-item.item-1 .item-container .data-3 {
            top: -82px;
            left: 211px; }
    html #CMD .section__oled_3Dcolor-2 .chart-disclaimer {
      margin-top: 4px; }
  html #CMD .section__oled_contrast {
    padding-top: 80px;
    padding-bottom: 0; }
    html #CMD .section__oled_contrast .wd__feature__list .wd__feature.feature-4 {
      margin: 0 0 29px;
      width: 100%; }
      html #CMD .section__oled_contrast .wd__feature__list .wd__feature.feature-4 .wd__feature__describe__top {
        display: none; }
      html #CMD .section__oled_contrast .wd__feature__list .wd__feature.feature-4 .img__icon4 {
        margin-top: 18px;
        margin-left: -46px;
        width: 92px;
        height: 136px;
        background-size: contain; }
    html #CMD .section__oled_contrast .compare__animation {
      margin: 3px auto 0;
      width: 100%;
      max-width: 414px;
      height: 364px; }
      html #CMD .section__oled_contrast .compare__animation .beer-slider {
        left: 0;
        margin-left: 0;
        box-sizing: unset;
        box-sizing: border-box;
        width: 100%;
        height: 364px; }
        html #CMD .section__oled_contrast .compare__animation .beer-slider .beer-handle::after {
          top: 20px;
          left: 20px;
          width: 20px;
          height: 20px; }
        html #CMD .section__oled_contrast .compare__animation .beer-slider .img {
          width: 100vw !important;
          max-width: 414px;
          height: 364px; }
        #CMD .section__oled_contrast .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/animation/s8/before.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_contrast .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s8/before.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_contrast .img__before {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s8/before.jpg"); } }

@media all and (max-width: 730.5px) {
        #CMD .section__oled_contrast .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/animation/s8/after.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_contrast .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s8/after.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_contrast .img__after {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/animation/s8/after.jpg"); } }

@media all and (max-width: 730.5px) {
        html #CMD .section__oled_contrast .compare__animation .beer-slider .compare__text {
          position: relative;
          width: 100%; }
          html #CMD .section__oled_contrast .compare__animation .beer-slider .compare__text > span {
            font-size: 13px; }
            html #CMD .section__oled_contrast .compare__animation .beer-slider .compare__text > span.textLeft1 {
              top: 11px;
              left: 17px;
              font-size: 24px;
              text-shadow: black 0.1em 0.1em 0.3em; }
            html #CMD .section__oled_contrast .compare__animation .beer-slider .compare__text > span.textRight1 {
              top: 11px;
              right: 17px;
              font-size: 24px;
              text-shadow: black 0.1em 0.1em 0.3em; }
    html #CMD .section__oled_contrast .modal-button-container {
      margin-top: 47px; }
  html #CMD .section__oled_responseTime {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 160px; }
    html #CMD .section__oled_responseTime .wd__feature__list .wd__feature {
      margin: 0 9px 29px; }
    html #CMD .section__oled_responseTime .compare_content {
      margin-top: 11px; }
      html #CMD .section__oled_responseTime .compare_content .img__compare__left,
      html #CMD .section__oled_responseTime .compare_content .img__compare__right {
        margin: 0;
        padding-bottom: 51%;
        width: 100%;
        height: 0; }
        html #CMD .section__oled_responseTime .compare_content .img__compare__left::after,
        html #CMD .section__oled_responseTime .compare_content .img__compare__right::after {
          height: 140px; }
        html #CMD .section__oled_responseTime .compare_content .img__compare__left video,
        html #CMD .section__oled_responseTime .compare_content .img__compare__right video {
          position: absolute;
          left: 0;
          padding: 0;
          width: 100%;
          height: 100%; }
        html #CMD .section__oled_responseTime .compare_content .img__compare__left .text-describe,
        html #CMD .section__oled_responseTime .compare_content .img__compare__right .text-describe {
          bottom: 12px;
          width: 300px;
          font-size: 1.25rem; }
          html #CMD .section__oled_responseTime .compare_content .img__compare__left .text-describe.text__compare__left,
          html #CMD .section__oled_responseTime .compare_content .img__compare__right .text-describe.text__compare__left {
            margin-left: -150px; }
          html #CMD .section__oled_responseTime .compare_content .img__compare__left .text-describe.text__compare__right,
          html #CMD .section__oled_responseTime .compare_content .img__compare__right .text-describe.text__compare__right {
            margin-left: -150px; }
      html #CMD .section__oled_responseTime .compare_content .img__compare__left {
        margin-bottom: 10px !important; }
    html #CMD .section__oled_responseTime .modal-button-container {
      margin-top: 47px; }
  html #CMD .section__oled_responseTime .chart-container {
    margin-top: -44px; }
    html #CMD .section__oled_responseTime .chart-container .chart-img .img__chart-bg {
      margin-left: -207px;
      width: 414px;
      height: 320px; }
      #CMD .section__oled_responseTime .img__chart-bg {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/s9_chart.png"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__oled_responseTime .img__chart-bg {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/s9_chart.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__oled_responseTime .img__chart-bg {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/s9_chart.png"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__oled_responseTime .chart-container .chart-text .text-1,
    html #CMD .section__oled_responseTime .chart-container .chart-text .text-2 {
      bottom: 222px;
      width: 60px;
      font-size: 0.75rem;
      text-align: center; }
    html #CMD .section__oled_responseTime .chart-container .chart-text .text-1 {
      margin-left: -101px; }
    html #CMD .section__oled_responseTime .chart-container .chart-text .text-2 {
      margin-left: 96px; }
    html #CMD .section__oled_responseTime .chart-container .chart-text .text-3 {
      bottom: 189px;
      margin-left: -167px;
      width: 300px;
      font-size: 0.9375rem;
      text-align: right; }
      html #CMD .section__oled_responseTime .chart-container .chart-text .text-3 .text-small {
        font-size: 0.75rem; }
  html #CMD .inner-view {
    margin-bottom: 0;
    background: transparent; }
    html #CMD .inner-view .inner-view-container .inner-modal.modal-thin {
      background-color: #fff; }
    html #CMD .inner-view .inner-view-container .inner-modal.modal-dual {
      background-color: #fefefe; }
    html #CMD .inner-view .inner-view-container .inner-modal.modal-battery {
      background-color: #fff; }
    html #CMD .inner-view .inner-view-container .inner-modal.modal-port {
      background-color: #fefefe; }
    html #CMD .inner-view .inner-view-container .inner-modal.modal-security {
      background-color: #fefefe; }
    html #CMD .inner-view .inner-view-container .section__oled {
      overflow: visible !important; }
      html #CMD .inner-view .inner-view-container .section__oled .wd__content {
        width: 89.2% !important; }
        html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__slogan {
          color: #333; }
        html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__title {
          margin-top: 29px;
          font-size: 26px; }
        html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__info {
          margin-top: 15px;
          font-size: 18px;
          line-height: 1.4; }
        html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__comment {
          font-size: 17px;
          line-height: 1.4; }
        html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__slogan::before, html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__slogan::after,
        html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__title::before,
        html #CMD .inner-view .inner-view-container .section__oled .wd__content .content__title::after {
          display: none; }
    html #CMD .inner-view .section__btn__home::before {
      background: none; }
  html #CMD .section__oled_harmful {
    padding-top: 30px;
    padding-bottom: 0; }
    html #CMD .section__oled_harmful .wd__content {
      width: 90%;
      max-width: 717px; }
    html #CMD .section__oled_harmful .img__main_containter {
      margin-top: 9px;
      margin-left: -205px;
      width: 410px;
      height: 260px; }
      html #CMD .section__oled_harmful .img__main_containter .img__main {
        width: 100%;
        height: 100%; }
        #CMD .section__oled_harmful .img__main {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/inner/s5/01-bg.png"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__oled_harmful .img__main {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s5/01-bg.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__oled_harmful .img__main {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s5/01-bg.png"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__oled_harmful .img__main_containter .bar {
        top: 224px;
        line-height: 1.2;
        width: 60px; }
        html #CMD .section__oled_harmful .img__main_containter .bar .bar-name {
          font-size: 12px; }
        html #CMD .section__oled_harmful .img__main_containter .bar .bar-info {
          top: -122px; }
          html #CMD .section__oled_harmful .img__main_containter .bar .bar-info .bar-value {
            font-size: 20px; }
          html #CMD .section__oled_harmful .img__main_containter .bar .bar-info .bar-unit {
            top: -1px;
            padding-left: 1px;
            font-size: 12px; }
        html #CMD .section__oled_harmful .img__main_containter .bar.bar-0 {
          margin-left: -145px; }
        html #CMD .section__oled_harmful .img__main_containter .bar.bar-1 {
          margin-left: -71px; }
        html #CMD .section__oled_harmful .img__main_containter .bar.bar-2 {
          margin-left: 3px; }
        html #CMD .section__oled_harmful .img__main_containter .bar.bar-3 {
          margin-left: 77px; }
    html #CMD .section__oled_harmful .chart-content {
      margin-top: 18px; }
      html #CMD .section__oled_harmful .chart-content .content-title {
        margin-left: -200px;
        width: 400px;
        font-size: 13px; }
      html #CMD .section__oled_harmful .chart-content .contnet-from {
        margin-top: 8px;
        width: 90%; }
        html #CMD .section__oled_harmful .chart-content .contnet-from .from-text {
          font-size: 12px; }
      html #CMD .section__oled_harmful .chart-content .contnet-link {
        margin-top: 3px; }
  html #CMD .section__oled_blue_light {
    padding-top: 30px;
    padding-bottom: 156px; }
    html #CMD .section__oled_blue_light .wd__content {
      width: 90%;
      max-width: 720px; }
    html #CMD .section__oled_blue_light .img__main_containter {
      margin-top: 9px;
      margin-left: -205px;
      width: 410px;
      height: 256px; }
      #CMD .section__oled_blue_light .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/inner/s5/02-bg.png"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__oled_blue_light .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s5/02-bg.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__oled_blue_light .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s5/02-bg.png"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__oled_blue_light .img__main_containter .wave {
        top: 178px;
        width: 90px; }
        html #CMD .section__oled_blue_light .img__main_containter .wave .wave-info {
          top: -160px; }
          html #CMD .section__oled_blue_light .img__main_containter .wave .wave-info .wave-value {
            font-size: 22px; }
          html #CMD .section__oled_blue_light .img__main_containter .wave .wave-info .wave-unit {
            top: -3px;
            padding-left: 2px;
            font-size: 12px; }
        html #CMD .section__oled_blue_light .img__main_containter .wave .wave-title {
          font-size: 12px; }
        html #CMD .section__oled_blue_light .img__main_containter .wave.wave-0 {
          margin-left: -138px; }
        html #CMD .section__oled_blue_light .img__main_containter .wave.wave-1 {
          margin-left: -46px; }
        html #CMD .section__oled_blue_light .img__main_containter .wave.wave-2 {
          margin-left: 48px; }
    html #CMD .section__oled_blue_light .chart-content {
      margin-top: -19px; }
      html #CMD .section__oled_blue_light .chart-content .content-name {
        margin-left: -150px;
        width: 300px; }
        html #CMD .section__oled_blue_light .chart-content .content-name .name-bar {
          top: 0;
          width: 15px;
          height: 3px; }
        html #CMD .section__oled_blue_light .chart-content .content-name .name-text {
          margin-left: 3px;
          font-size: 13px; }
      html #CMD .section__oled_blue_light .chart-content .contnet-from {
        line-height: 1;
        width: 90%; }
        html #CMD .section__oled_blue_light .chart-content .contnet-from .from-text {
          font-size: 12px; }
      html #CMD .section__oled_blue_light .chart-content .contnet-link {
        line-height: 1;
        margin-top: 3px; }
  html #CMD .section__oled_hdr {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0; }
    html #CMD .section__oled_hdr .wd__content {
      width: 90%;
      max-width: 814px; }
    html #CMD .section__oled_hdr .img__main_containter {
      margin-top: 40px;
      margin-left: -205px;
      width: 410px;
      height: 264px; }
      #CMD .section__oled_hdr .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/oled/inner/s8/01-bg.png"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__oled_hdr .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s8/01-bg.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__oled_hdr .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/oled/inner/s8/01-bg.png"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-hint {
        width: 75px;
        font-size: 12px; }
      html #CMD .section__oled_hdr .img__main_containter .chart-content .item-content {
        width: 80px;
        font-size: 15px; }
      html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-hint {
        top: 10px;
        left: 43px; }
      html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content {
        left: 64px; }
        html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content.item-0 {
          top: 63px; }
          html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content.item-0 .content-value {
            left: 75px; }
        html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content.item-1 {
          top: 138px; }
          html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content.item-1 .content-value {
            left: 75px; }
        html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content.item-2 {
          top: 195px; }
          html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content.item-2 .content-value {
            left: 153px; }
        html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-y .y-item .item-content .content-value {
          top: unset;
          bottom: 18px;
          color: #fff !important;
          font-size: 15px;
          transform: none; }
      html #CMD .section__oled_hdr .img__main_containter .chart-content .axis-x .x-hint {
        top: 234px;
        right: 64px;
        width: 160px; }
  html #CMD .section__oled_pixels {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 152px; }
    html #CMD .section__oled_pixels .wd__content {
      width: 90%;
      max-width: 874px; }
    html #CMD .section__oled_pixels .compare_content {
      margin: 49px auto 0;
      width: 100%; }
      html #CMD .section__oled_pixels .compare_content .img__compare__left,
      html #CMD .section__oled_pixels .compare_content .img__compare__right {
        margin: 0;
        padding-bottom: 51%;
        width: 100%;
        height: 0; }
        html #CMD .section__oled_pixels .compare_content .img__compare__left .img.compare__left, html #CMD .section__oled_pixels .compare_content .img__compare__left .img.compare__right,
        html #CMD .section__oled_pixels .compare_content .img__compare__right .img.compare__left,
        html #CMD .section__oled_pixels .compare_content .img__compare__right .img.compare__right {
          padding-bottom: 51%;
          width: 100%;
          height: 0; }
        html #CMD .section__oled_pixels .compare_content .img__compare__left video,
        html #CMD .section__oled_pixels .compare_content .img__compare__right video {
          position: absolute;
          left: 0;
          padding: 0;
          width: 100%;
          height: 100%; }
        html #CMD .section__oled_pixels .compare_content .img__compare__left .text-describe,
        html #CMD .section__oled_pixels .compare_content .img__compare__right .text-describe {
          position: absolute;
          z-index: 5;
          bottom: -20px;
          font-size: 16px;
          transform: initial; }
      html #CMD .section__oled_pixels .compare_content .img__compare__left {
        margin-bottom: 10px !important; }
  html #CMD .section__oled_lcd {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 180px; }
    html #CMD .section__oled_lcd .wd__content {
      width: 90%;
      max-width: 814px; }
    html #CMD .section__oled_lcd .compare_content {
      margin: 61px auto 0;
      width: 100%; }
      html #CMD .section__oled_lcd .compare_content .img__compare__left,
      html #CMD .section__oled_lcd .compare_content .img__compare__right {
        margin: 0;
        padding-bottom: 56.25%;
        width: 100%;
        height: 0; }
        html #CMD .section__oled_lcd .compare_content .img__compare__left video,
        html #CMD .section__oled_lcd .compare_content .img__compare__right video {
          position: absolute;
          left: 0;
          padding: 0;
          width: 100%;
          height: 100%; }
        html #CMD .section__oled_lcd .compare_content .img__compare__left .text-describe,
        html #CMD .section__oled_lcd .compare_content .img__compare__right .text-describe {
          bottom: 17px;
          width: 90%;
          font-size: 17px; }
          html #CMD .section__oled_lcd .compare_content .img__compare__left .text-describe.text__compare__left,
          html #CMD .section__oled_lcd .compare_content .img__compare__right .text-describe.text__compare__left {
            margin-left: -45%; }
          html #CMD .section__oled_lcd .compare_content .img__compare__left .text-describe.text__compare__right,
          html #CMD .section__oled_lcd .compare_content .img__compare__right .text-describe.text__compare__right {
            margin-left: -45%; }
      html #CMD .section__oled_lcd .compare_content .img__compare__left {
        margin-bottom: 10px !important; } }

@media all and (max-width: 730.5px) and (min-width: 640px) and (max-width: 730.5px) {
  html #CMD .section__oled_menu .product_list .product.s2-5 {
    width: 640px; }
    html #CMD .section__oled_menu .product_list .product.s2-5 .product-img {
      width: 640px; }
      html #CMD .section__oled_menu .product_list .product.s2-5 .product-img .img {
        width: 640px; } }

@media all and (max-width: 730.5px) and (min-width: 375px) and (max-width: 730.5px) {
  html #CMD .kv__table {
    width: 89.2%; }
    html #CMD .kv__table .table-container {
      left: -16px; }
      html #CMD .kv__table .table-container .table-item.item-main, html #CMD .kv__table .table-container .table-item.item-sub {
        width: calc(100% - 140px); } }

@media all and (max-width: 730.5px) and (min-width: 500px) and (max-width: 730.5px) {
  html #CMD .oled__video {
    padding-bottom: unset;
    width: 500px;
    height: 256px; }
    html #CMD .oled__video .img__oled-video {
      width: 500px;
      height: 256px; } }

@media all and (max-width: 730.5px) and (min-width: 414px) and (max-width: 730.5px) {
  html #CMD .section__oled_responseTime .compare_content .img__compare__left,
  html #CMD .section__oled_responseTime .compare_content .img__compare__right {
    margin: 0;
    padding-bottom: unset;
    width: 414px;
    height: 233px; }
  html #CMD .section__oled_pixels .compare_content .img__compare__left,
  html #CMD .section__oled_pixels .compare_content .img__compare__right {
    margin: 0;
    padding-bottom: unset;
    width: 414px;
    height: 233px; } }

@media all and (max-width: 730.5px) and (min-width: 0) and (max-width: 414px) {
  html #CMD .section__oled_menu .product.s2-5 {
    width: 640px; }
    html #CMD .section__oled_menu .product.s2-5 .product-img {
      width: 640px; }
      html #CMD .section__oled_menu .product.s2-5 .product-img .img {
        width: 640px; }
  html #CMD .section__oled_color .compare__animation .twentytwenty,
  html #CMD .section__oled_3Dcolor-2 .compare__animation .twentytwenty,
  html #CMD .section__oled_contrast .compare__animation .twentytwenty {
    width: 100%; }
    html #CMD .section__oled_color .compare__animation .twentytwenty .img,
    html #CMD .section__oled_3Dcolor-2 .compare__animation .twentytwenty .img,
    html #CMD .section__oled_contrast .compare__animation .twentytwenty .img {
      width: 100%; }
    html #CMD .section__oled_color .compare__animation .twentytwenty .compare__text,
    html #CMD .section__oled_3Dcolor-2 .compare__animation .twentytwenty .compare__text,
    html #CMD .section__oled_contrast .compare__animation .twentytwenty .compare__text {
      width: 100%; }
  html #CMD .section__oled_color .compare__animation .twentytwenty,
  html #CMD .section__oled_3Dcolor-2 .compare__animation .twentytwenty,
  html #CMD .section__oled_contrast .compare__animation .twentytwenty {
    border-left: 0 !important;
    border-right: 0 !important; } }

@media all and (max-width: 730.5px) and (min-width: 414px) and (max-width: 730.5px) {
  html #CMD #section__oled__inner9__1 .compare_content .img__compare__left,
  html #CMD #section__oled__inner9__1 .compare_content .img__compare__right {
    margin: 0;
    padding-bottom: unset;
    width: 414px;
    height: 233px; } }

@media all and (max-width: 730.5px) {
  html #CMD .section__noise {
    padding-top: 45px;
    padding-bottom: 0; }
    html #CMD .section__noise .wd__content {
      width: 90%; }
      html #CMD .section__noise .wd__content .content__info {
        width: 100%;
        max-width: 1007px; }
    html #CMD .section__noise .sub__content {
      margin: 50px auto 0;
      width: 89.2%;
      text-align: left; }
      html #CMD .section__noise .sub__content .content__title {
        font-size: 23px; }
      html #CMD .section__noise .sub__content .content__info {
        font-family: "Myriad W01_n2", "Myriad W01", "Segoe UI", sans-serif !important;
        font-weight: 200 !important;
        font-style: normal !important;
        margin-top: 11px;
        font-size: 17px;
        letter-spacing: 0.1px;
        line-height: 1.45; }
    html #CMD .section__noise .nav__noise {
      margin-top: 59px;
      flex-direction: column; }
      html #CMD .section__noise .nav__noise .nav__item {
        margin: 0 auto 13px;
        padding: 13px 15px;
        box-sizing: border-box;
        width: 89.2%;
        max-width: 400px;
        border-width: 1px; }
        html #CMD .section__noise .nav__noise .nav__item.js-selected {
          border-width: 1px; }
        html #CMD .section__noise .nav__noise .nav__item .nav__content {
          width: 100%; }
          html #CMD .section__noise .nav__noise .nav__item .nav__content .img__icon {
            display: inline-block;
            margin-right: 8px;
            width: 45px;
            height: 45px; }
          html #CMD .section__noise .nav__noise .nav__item .nav__content .nav__text {
            display: inline-block;
            width: calc(100% - 54px); }
            html #CMD .section__noise .nav__noise .nav__item .nav__content .nav__text .content__title {
              font-size: 23px; }
            html #CMD .section__noise .nav__noise .nav__item .nav__content .nav__text .content__info {
              font-family: "Myriad W01_n2", "Myriad W01", "Segoe UI", sans-serif !important;
              font-weight: 200 !important;
              font-style: normal !important;
              margin-top: 3px;
              font-size: 17px;
              letter-spacing: 0.1px;
              line-height: 1.45; }
    html #CMD .section__noise .noise__switcher {
      margin-top: 30px; }
      html #CMD .section__noise .noise__switcher span {
        font-size: 20px; }
      html #CMD .section__noise .noise__switcher .noise_desc {
        width: 80%;
        max-width: 414px; }
    html #CMD .section__noise .img__noise {
      margin-top: -78px;
      transform: scale(0.52); }
    html #CMD .section__noise .modal-button-container {
      margin-top: -87px; }
  html #CMD .section__inner__noise {
    padding-top: 22px;
    padding-bottom: 30px;
    background: #2a2a2a; }
    html #CMD .section__inner__noise .wd__content .content__info {
      width: 100%;
      max-width: 760px; }
    html #CMD .section__inner__noise .noise__switcher {
      margin-top: 40px; }
      html #CMD .section__inner__noise .noise__switcher .control {
        top: -10px; }
      html #CMD .section__inner__noise .noise__switcher span {
        font-size: 20px; }
    html #CMD .section__inner__noise .inner__noise {
      margin-top: -210px;
      margin-bottom: -128px;
      transform: scale(0.3); }
  html #CMD .section__keyboard {
    padding-top: 70px; }
    html #CMD .section__keyboard .wd__content {
      width: 89%;
      max-width: 720px; }
    html #CMD .section__keyboard .img__main {
      left: 50%;
      margin-left: -365.5px;
      width: 731px;
      height: 340px;
      margin-top: 57px; }
      #CMD .section__keyboard .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/main.jpg"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__keyboard .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/main.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__keyboard .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/main.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__keyboard .modal-button-container {
      margin-top: 10px; }
      html #CMD .section__keyboard .modal-button-container .modal-inner-text {
        font-size: 1.25rem; }
  #CMD .section__keyboard .card__item_1 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/card1_small.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__keyboard .card__item_1 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card1_small.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__keyboard .card__item_1 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card1_small.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__keyboard .card__item_2 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/card2_small.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__keyboard .card__item_2 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card2_small.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__keyboard .card__item_2 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card2_small.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__keyboard .card__item_3 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/card3_small.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__keyboard .card__item_3 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card3_small.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__keyboard .card__item_3 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card3_small.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__keyboard .card__item_4 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/card4_small.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__keyboard .card__item_4 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card4_small.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__keyboard .card__item_4 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card4_small.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__keyboard .card__item_5 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/card5_small.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__keyboard .card__item_5 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card5_small.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__keyboard .card__item_5 .card__img {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/card5_small.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__KeyboardInner__1 {
    padding: 45px 0 100px; }
    html #CMD .section__KeyboardInner__1 .wd__content {
      max-width: 731px;
      margin: 0 auto; }
    html #CMD .section__KeyboardInner__1 .touch__containter {
      margin-top: 30px;
      padding: 15px 32px;
      width: 100%;
      max-width: 414px; }
      html #CMD .section__KeyboardInner__1 .touch__containter .touch__item {
        display: flex;
        align-items: center;
        flex-direction: column; }
        html #CMD .section__KeyboardInner__1 .touch__containter .touch__item_content {
          padding-top: 40px;
          flex: auto; }
          html #CMD .section__KeyboardInner__1 .touch__containter .touch__item_content .title {
            margin-bottom: 20px;
            font-size: 2.1875rem;
            line-height: 1.1; }
          html #CMD .section__KeyboardInner__1 .touch__containter .touch__item_content .info {
            font-size: 1.125rem; }
          html #CMD .section__KeyboardInner__1 .touch__containter .touch__item_content .list__item {
            margin-bottom: 20px; }
            html #CMD .section__KeyboardInner__1 .touch__containter .touch__item_content .list__item:last-child {
              margin-bottom: 10px; }
            html #CMD .section__KeyboardInner__1 .touch__containter .touch__item_content .list__item_title {
              margin-bottom: 7px;
              font-size: 1.5rem;
              line-height: 1.2; }
            html #CMD .section__KeyboardInner__1 .touch__containter .touch__item_content .list__item_info {
              font-size: 1.125rem; }
        html #CMD .section__KeyboardInner__1 .touch__containter .touch__item .img__bg {
          width: 256px;
          height: 275px; }
    html #CMD .section__KeyboardInner__1 .touch__item_1 {
      flex-direction: row-reverse; }
      html #CMD .section__KeyboardInner__1 .touch__item_1 .touch__item_content {
        margin-bottom: 8px;
        padding-right: 26px;
        padding-left: 26px; }
    html #CMD .section__KeyboardInner__1 .touch__item_2 .touch__item_content {
      margin-bottom: 14px;
      padding-right: 26px;
      padding-left: 26px; }
  #CMD .section__KeyboardInner__1 .touch__item_1 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/inner/img01.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__KeyboardInner__1 .touch__item_1 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/inner/img01.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__KeyboardInner__1 .touch__item_1 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/inner/img01.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__KeyboardInner__1 .touch__item_2 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/1x/inner/img02.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__KeyboardInner__1 .touch__item_2 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/inner/img02.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__KeyboardInner__1 .touch__item_2 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/keyboard/small/2x/inner/img02.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__audioTemplat {
    margin-top: -2px;
    padding-top: 70px;
    padding-bottom: 70px; }
    html #CMD .section__audioTemplat .clip_content .content__title {
      font-size: 2.1875rem; }
    html #CMD .section__audioTemplat .img__icon3 {
      transform: scale(0.9) translateY(-5px); }
    html #CMD .section__audioTemplat .slick-tab-content {
      margin: 27px auto 0; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-title {
        margin-top: 27px; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-title .title-line {
          display: none; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-title .title-nav {
          padding: 15px 0 0; }
          html #CMD .section__audioTemplat .slick-tab-content .slick-title .title-nav .slick-nav-btn {
            padding: 0 20px 18px;
            width: auto;
            font-size: 1.375rem; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-info {
        width: 90%;
        max-width: 320px; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-info .slick-info-text {
          line-height: 1.5; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-TopContent .slick-info-content.wd__content {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 32px;
        margin-right: auto;
        margin-left: auto;
        width: 89.2%; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-TopContent .slick-info-content .content__slogan {
        font-size: 18px; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-TopContent .slick-info-content .content__title {
        font-size: 22px; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-TopContent .slick-info-content .content__info {
        font-size: 17px; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-TopContent .slick-image {
        position: relative;
        margin: 0 auto; }
        #CMD .section__audioTemplat .img-slick-1 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/1x/table_01_main.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__audioTemplat .img-slick-1 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/table_01_main.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__audioTemplat .img-slick-1 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/table_01_main.jpg"); } }

@media all and (max-width: 730.5px) {
        #CMD .section__audioTemplat .img-slick-2 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/1x/table_02_main.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__audioTemplat .img-slick-2 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/table_02_main.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__audioTemplat .img-slick-2 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/table_02_main.jpg"); } }

@media all and (max-width: 730.5px) {
        #CMD .section__audioTemplat .img-slick-3 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/1x/table_03_main.jpg"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__audioTemplat .img-slick-3 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/table_03_main.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__audioTemplat .img-slick-3 {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/table_03_main.jpg"); } }

@media all and (max-width: 730.5px) {
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-image {
        margin-top: 45px; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-image,
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .img-slick {
        width: 320.5px; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-image .img-slick-1,
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .img-slick .img-slick-1 {
          height: 258px; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-image .img-slick-2,
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .img-slick .img-slick-2 {
          height: 396px; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-image .img-slick-3,
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .img-slick .img-slick-3 {
          height: 439px; }
      html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-seriesBox {
        top: 0;
        left: 0;
        margin: 25px auto 0;
        padding: 0;
        width: 100%;
        max-width: 731px; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-seriesBox .seriesBox-title {
          padding-bottom: 27px;
          width: 89.2%;
          font-size: 36px; }
        html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-seriesBox .seriesBoxFeature {
          margin-top: 35px; }
          html #CMD .section__audioTemplat .slick-tab-content .slick-info-item .slick-seriesBox .seriesBoxFeature .seriesBoxFeature-title {
            font-size: 16px; }
  html #CMD .section__audioTemplat .img__main {
    left: 50%;
    margin-left: -365.5px;
    width: 731px;
    height: 300px;
    margin-top: -7px; }
    #CMD .section__audioTemplat .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/1x/pd.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__audioTemplat .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/pd.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__audioTemplat .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/pd.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__audioTemplat .img__pd2 {
    left: 50%;
    margin-left: -365.5px;
    width: 731px;
    height: 185px;
    margin-top: 40px; }
    #CMD .section__audioTemplat .img__pd2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/1x/chip.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__audioTemplat .img__pd2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/chip.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__audioTemplat .img__pd2 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/audioVolumeEnhancing/small/2x/chip.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__audioTemplat .wd__feature__list .feature-2 .feature-icon {
    margin-bottom: 10px; }
  html #CMD .section__video .video_control {
    position: absolute;
    z-index: 5;
    bottom: 23px;
    left: 5%; }
  html #CMD .section__video .youtube_btn {
    bottom: 20px;
    padding: 12px 50px 12px 22px;
    font-size: 0.875rem; }
    html #CMD .section__video .youtube_btn::after {
      top: calc(50% - 10px);
      width: 20px;
      height: 20px; }
  html #CMD .wd__section .small_use {
    display: block; }
  html #CMD .wd__section .small_unuse {
    display: none; }
  html #CMD .wd__section .no__wrap {
    white-space: normal; }
  html #CMD .wd__section .sectionnNavPosition {
    top: -102px; }
  #CMD .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name span {
    padding-top: 2px;
    padding-bottom: 2px; }
  #CMD .cmd-sidenav .sidenav-container .container-items .item.enter .item-label .label-name {
    color: #000; }
  #CMD .cmd-sidenav .sidenav-container .container-items .item .item-dot.enter {
    background-image: linear-gradient(122deg, #bdb4ad 0%, #f5ebe1 34%, #ede3d9 50%, #a49b93 78%, #8e857e 100%); }
  #CMD .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name {
    padding-left: 0;
    border: 0;
    border-radius: 0;
    background: none;
    border-image: none; }
    #CMD .cmd-sidenav .sidenav-container .container-items .item .item-label .label-name::after {
      display: none; }
  html #CMD .wd__section .wd__content {
    left: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    width: 89.2%;
    text-align: left; }
    html #CMD .wd__section .wd__content .content__slogan {
      padding-top: 0;
      padding-left: 35px;
      font-size: 1.125rem; }
      html #CMD .wd__section .wd__content .content__slogan span {
        position: relative;
        top: 0; }
      html #CMD .wd__section .wd__content .content__slogan .slogan_icon {
        top: 0;
        left: 1px;
        width: 26px;
        height: 26px;
        background-size: contain; }
    html #CMD .wd__section .wd__content .content__title {
      margin-top: 9px;
      width: 100%;
      font-size: 2.5rem; }
    html #CMD .wd__section .wd__content .content__info {
      margin-top: 8px;
      width: 100%;
      font-size: 1.125rem; }
  html #CMD .wd__section .wd__feature__list {
    width: 100%; }
    html #CMD .wd__section .wd__feature__list .wd__feature {
      vertical-align: top;
      text-align: center;
      margin: 0 17px 40px;
      box-sizing: border-box; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span {
        font-size: 1rem; }
      html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe span {
        font-size: 1rem; }
  html #CMD .wd__section .wd__feature__list .wd__feature__data {
    font-size: 2.5rem; }
    html #CMD .wd__section .wd__feature__list .wd__feature__data *.no__wrap {
      font-size: 2.5rem; }
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
    background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
    background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
    background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
    html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__data sup {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top *,
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe,
  html #CMD .wd__section .wd__feature__list .wd__feature .wd__feature__describe * {
    color: #fff; }
  html #CMD .wd__section .wd__link__arrow::after {
    padding-left: 5px; }
  html #CMD .wd__section .imgDesc__text {
    color: #fff;
    font-size: 18px; }
  html #CMD .inner-view {
    margin-bottom: 0;
    background: transparent; }
    html #CMD .inner-view .inner-view-container {
      position: relative;
      margin-right: auto;
      margin-left: auto;
      max-width: 720px;
      background: transparent; }
      html #CMD .inner-view .inner-view-container .inner-modal {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0;
        width: 100%;
        max-width: 720px; }
        html #CMD .inner-view .inner-view-container .inner-modal.modal-s12inner {
          background-color: #000; }
      html #CMD .inner-view .inner-view-container .wd__section .wd__content {
        width: 89.2% !important; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan {
          color: #333; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title {
          margin-top: 29px;
          font-size: 23px; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__info {
          margin-top: 15px; }
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan::before, html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__slogan::after,
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title::before,
        html #CMD .inner-view .inner-view-container .wd__section .wd__content .content__title::after {
          display: none; }
    html #CMD .inner-view .section__btn__home::before {
      background: none; } }

@media all and (max-width: 730.5px) and (min-width: 320px) and (max-width: 374px) {
  html #CMD .section__dolby .wd__feature__list .feature-1 {
    margin-left: 0; }
  html #CMD .section__dolby .wd__feature__list .feature-2 {
    margin-right: 0; } }

@media all and (max-width: 730.5px) and (min-width: 375px) and (max-width: 730.5px) {
  html #CMD #section__19 .img__main {
    margin-left: -303px; } }

@media all and (max-width: 730.5px) {
  html #CMD .section__kv {
    padding-top: 41px; }
  html #CMD .section__kv .wd__content {
    width: 90%;
    max-width: 1250px; }
  html #CMD .section__kv .kv__logo {
    width: 100%;
    font-size: 2.0625rem; }
  html #CMD .section__kv .wd__content.top-content {
    margin-top: 0; }
    html #CMD .section__kv .wd__content.top-content .content__slogan {
      left: 0;
      padding-left: 0;
      width: 100%;
      font-size: 1.5625rem;
      text-align: center; }
  html #CMD .section__kv .wd__content.bottom-content {
    margin-top: 0; }
    html #CMD .section__kv .wd__content.bottom-content .content__slogan {
      left: 0;
      padding-top: 0;
      padding-left: 0;
      width: 100%;
      font-size: 1.5rem; }
    html #CMD .section__kv .wd__content.bottom-content .content__title {
      margin-top: 26px;
      padding-left: 0;
      font-size: 1.6875rem; }
    html #CMD .section__kv .wd__content.bottom-content .content__info {
      margin-top: 29px;
      max-width: 1010px;
      font-size: 1.25rem; }
  html #CMD .section__kv .bottom__content {
    margin-top: 0;
    padding-top: 350px;
    padding-bottom: 0; }
  html #CMD .section__kv .image__container {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 582px;
    top: 0;
    margin-top: -91px;
    position: absolute; }
    #CMD .section__kv .image__container {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s1_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__kv .image__container {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s1_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__kv .image__container {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s1_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__kv .img__pd_left,
  html #CMD .section__kv .img__pd_left_shadow,
  html #CMD .section__kv .img__pd_right,
  html #CMD .section__kv .img__pd_right_morsecode,
  html #CMD .section__kv .img__bg {
    display: none;
    background-image: none; }
  html #CMD .section__kv .img__circle {
    display: none;
    background-image: none; }
  #CMD .section__kv .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s1/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__kv .img__circle-1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__kv .img__circle-2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__kv .img__circle-3 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-3 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-3 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__kv .img__circle-4 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__kv .img__circle-4 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__kv .img__circle-4 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s1/aniCircle/black_hole_circle.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__kv .wd__content .content__title sup.sign-cr {
    top: -0.1em; }
  html #CMD .section__kv .wd__content .content__title sup.sign-star {
    top: -0.43em; }
  html #CMD .section__kv .wd__content .content__title sup.footnote-num {
    top: -1.26em; }
  html #CMD .section__kv .wd__content .content__info sup {
    vertical-align: baseline; }
    html #CMD .section__kv .wd__content .content__info sup.sign-tm {
      top: 0;
      font-size: 1em; }
    html #CMD .section__kv .wd__content .content__info sup.sign-cr {
      top: 0;
      font-size: 1.2em; }
    html #CMD .section__kv .wd__content .content__info sup.sign-star {
      top: -0.06em;
      font-size: 1.2em; }
    html #CMD .section__kv .wd__content .content__info sup.footnote-num {
      top: -0.65em;
      font-size: 0.65em; }
  html #CMD .section__kv .vr__screen {
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: -32px;
    width: 64px;
    height: 40px; }
  html #CMD .section__kv .video_control {
    top: 368px; }
    html #CMD .section__kv .video_control .video_control-button {
      right: 0;
      left: unset; }
  html #CMD .section__ksp {
    padding-top: 65px;
    padding-bottom: 65px; }
    html #CMD .section__ksp .ksp__layout .wd__content .content__title,
    html #CMD .section__ksp .ksp__layout .wd__content .content__title * {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
    html #CMD .section__ksp .ksp__layout .wd__feature__list .wd__feature .wd__feature__data {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-image: -moz-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -webkit-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: -ms-linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%);
      background-image: linear-gradient(-30deg, rgb(193, 185, 177) 2%, rgb(245, 236, 224) 11%, rgb(141, 133, 126) 26%, rgb(239, 230, 219) 41%, rgb(141, 133, 126) 62%, rgb(245, 236, 224) 82%, rgb(142, 134, 127) 100%); }
  html #CMD .section__ksp .ksp__layout {
    position: relative;
    min-width: 360px;
    left: 50%;
    transform: translateX(-50%); }
    html #CMD .section__ksp .ksp__layout .grid-item {
      margin-bottom: 32px; }
    html #CMD .section__ksp .ksp__layout .grid-item-wdFeature .grid-item-ie {
      min-height: 1px; }
    html #CMD .section__ksp .ksp__layout .grid-item-0.grid-item-wdContent .item_block {
      margin-right: auto;
      margin-left: auto;
      height: 100%; }
    html #CMD .section__ksp .ksp__layout .grid-item-0.grid-item-wdContent .item_image {
      height: auto; }
    html #CMD .section__ksp .ksp__layout .grid-item-0.grid-item-wdContent .img__block {
      left: 50%;
      margin-top: -33px;
      margin-left: -180px;
      width: 360px;
      height: 240px;
      background-size: contain; }
      #CMD .section__ksp .grid-item-0 .img__block {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__pd.png"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__ksp .grid-item-0 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pd.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__ksp .grid-item-0 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pd.png"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .item_block.text-center .item_content {
      order: 2;
      padding-top: 46px; }
      html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .item_block.text-center .item_content .wd__content {
        margin-right: auto;
        margin-left: auto; }
    html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .item_block.text-center .item_image {
      order: 1;
      height: 124px; }
    html #CMD .section__ksp .ksp__layout .grid-item-2.grid-item-wdContent .img__block {
      position: absolute;
      top: unset;
      bottom: -20px;
      left: 50%;
      margin-left: -255px;
      width: 510px;
      height: 140px;
      background-size: contain; }
      #CMD .section__ksp .grid-item-2 .img__block {
        background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__keyboard.png"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__ksp .grid-item-2 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__keyboard.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__ksp .grid-item-2 .img__block {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__keyboard.png"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent {
      min-height: auto; }
      html #CMD .section__ksp .ksp__layout .grid-item-4.grid-item-wdContent .img__block {
        left: 50%;
        margin-top: -9px;
        margin-left: -164px;
        width: 328px;
        height: 248px;
        background-size: contain; }
        #CMD .section__ksp .grid-item-4 .img__block {
          background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__cover.jpg"); }
        #CMD .section__ksp .grid-item-4 .img__block {
          mask: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__cover_mask.png");
          mask-position: center;
          mask-size: contain;
          -webkit-mask-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__cover_mask.png");
          -webkit-mask-position: center;
          -webkit-mask-size: contain; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__ksp .grid-item-4 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__cover.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__ksp .grid-item-4 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__cover.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent {
      min-height: auto; }
      html #CMD .section__ksp .ksp__layout .grid-item-5.grid-item-wdContent .img__block {
        left: 50%;
        margin-top: 0;
        margin-left: -247px;
        width: 494px;
        height: 217px;
        background-size: contain; }
        #CMD .section__ksp .grid-item-5 .img__block {
          background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__screen.jpg"); }
        #CMD .section__ksp .grid-item-5 .img__block {
          mask: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__screen_mask.png");
          mask-position: center;
          mask-size: contain;
          -webkit-mask-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__screen_mask.png");
          -webkit-mask-position: center;
          -webkit-mask-size: contain; } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__ksp .grid-item-5 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__screen.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__ksp .grid-item-5 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__screen.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent {
      min-height: auto; }
      html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .item_content {
        order: 2; }
      html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .item_image {
        order: 1;
        height: 200px; }
      html #CMD .section__ksp .ksp__layout .grid-item-9.grid-item-wdContent .img__block {
        position: absolute;
        left: 50%;
        margin-top: -77px;
        width: 300px;
        height: 278px;
        background-size: contain;
        transform: translateX(-50%); }
        #CMD .section__ksp .grid-item-9 .img__block {
          background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__pdOpen.png"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__ksp .grid-item-9 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pdOpen.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__ksp .grid-item-9 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__pdOpen.png"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent {
      min-height: auto; }
      html #CMD .section__ksp .ksp__layout .grid-item-10.grid-item-wdContent .img__block {
        left: 50%;
        margin-top: -32px;
        margin-left: -200px;
        width: 400px;
        height: 242px;
        background-size: contain; }
        #CMD .section__ksp .grid-item-10 .img__block {
          background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/ksp/img__thin.png"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-webp #CMD .section__ksp .grid-item-10 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__thin.webp"); } }
      @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
        .image-old #CMD .section__ksp .grid-item-10 .img__block {
          background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/ksp/img__thin.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__ksp .ksp__layout .grid-item-ie .corItem {
    width: 24px;
    height: 24px;
    border-width: 1px; }
  html #CMD .section__ksp .ksp__layout .grid-item-ie .cor-left-top {
    transform: rotate(135deg) scale(1.444); }
  html #CMD .section__ksp .ksp__layout .grid-item-ie .cor-left-bottom {
    transform: rotate(45deg) scale(1.444); }
  html #CMD .section__ksp .ksp__layout .grid-item-ie .cor-right-top {
    transform: rotate(225deg) scale(1.444); }
  html #CMD .section__ksp .ksp__layout .grid-item-ie .cor-right-bottom {
    transform: rotate(315deg) scale(1.444); }
  html #CMD .section__2 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000; }
  html #CMD .section__2 .wd__content {
    margin-top: 118px; }
  html #CMD .section__2 .image__container {
    position: relative;
    top: 0;
    margin-top: -728px;
    width: 100%; }
  html #CMD .section__2 .image__container::before {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 1222px;
    display: block;
    content: '';
    position: relative;
    background-size: contain; }
    #CMD .section__2 .image__container::before {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s2/bg_top.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .image__container::before {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s2/bg_top.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .image__container::before {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s2/bg_top.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__2 .image__container::after {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 752px;
    display: block;
    position: relative;
    margin-top: -482px;
    background-size: contain;
    content: ''; }
    #CMD .section__2 .image__container::after {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s2/bg_bottom.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .image__container::after {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s2/bg_bottom.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .image__container::after {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s2/bg_bottom.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__2 .img__main {
    display: none; }
  html #CMD .section__2 .img__spaceedition {
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 60px;
    top: 69px;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 60px;
    background-size: contain; }
    #CMD .section__2 .img__spaceedition {
      background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/s2/spaceedition.png"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__spaceedition {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/spaceedition.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__spaceedition {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/2x/s2/spaceedition.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__2 .space__man {
    top: 0;
    left: 0;
    width: 360px; }
    html #CMD .section__2 .space__man .space__man_info {
      position: relative;
      top: 100%;
      left: 2px;
      margin-top: -24px;
      width: 78%;
      color: #fff;
      font-size: 12px; }
  html #CMD .section__2 .img__spaceman {
    left: -34px;
    margin-top: -20px;
    margin-left: 0;
    width: 360px;
    height: 310px;
    background-size: contain; }
    #CMD .section__2 .img__spaceman {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s2/spaceman.jpg"); }
    #CMD .section__2 .img__spaceman {
      mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s2/spaceman_mask.png");
      mask-position: center;
      mask-size: contain;
      -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s2/spaceman_mask.png");
      -webkit-mask-position: center;
      -webkit-mask-size: contain; } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__2 .img__spaceman {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s2/spaceman.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__2 .img__spaceman {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s2/spaceman.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__2 .imgDesc {
    display: flex;
    position: relative;
    z-index: 9;
    top: 0;
    left: 4px;
    margin-top: -24px;
    margin-right: auto;
    margin-left: auto;
    width: 89.2%;
    max-width: 290px;
    height: auto;
    flex-direction: column; }
    html #CMD .section__2 .imgDesc__item {
      position: relative;
      left: 0;
      width: 100%; }
      html #CMD .section__2 .imgDesc__item .imgDesc__text {
        display: inline-block;
        position: relative;
        left: 0; }
      html #CMD .section__2 .imgDesc__item .imgDesc__text-year {
        left: -1px; }
  html #CMD .section__2 .imgDesc__text-year {
    margin-bottom: 16px;
    font-size: 3.0625rem;
    line-height: 1; }
  html #CMD .section__2 .imgDesc__text-title {
    margin-bottom: 8px;
    font-size: 1.375rem;
    line-height: 1.3; }
  html #CMD .section__2 .imgDesc__text-info {
    font-size: 14px; }
  html #CMD .section__2 .imgDesc__item {
    position: relative;
    left: 0;
    text-align: left; }
    html #CMD .section__2 .imgDesc__item .imgDesc__content {
      transform-origin: left center;
      width: 72%; }
    html #CMD .section__2 .imgDesc__item-0 {
      order: 1; }
      html #CMD .section__2 .imgDesc__item-0 .imgDesc__content {
        transform-origin: left center; }
    html #CMD .section__2 .imgDesc__item-1 {
      margin-top: 38px;
      text-align: left;
      order: 2;
      transform-origin: left; }
  html #CMD .section__3 {
    margin-top: 0;
    padding-top: 64px;
    background-color: #131210; }
  html #CMD .section__3 .ani_enter_detect {
    top: 138px; }
  html #CMD .section__3 .image__container {
    position: relative; }
  #CMD .section__3 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s3/step_0.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/step_0.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/step_0.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__3 .img__descLine-0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s3/descline_0.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__descLine-0 {
    background-image: url("/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/descline_0.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__descLine-0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/descline_0.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__3 .image__container .img__step0,
  html #CMD .section__3 .image__container .img__descLine-0 {
    z-index: 3; }
  #CMD .section__3 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s3/step_1.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/step_1.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/step_1.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__3 .img__descLine-1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s3/descline_1.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__descLine-1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/descline_1.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__descLine-1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/descline_1.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__3 .image__container .img__step1,
  html #CMD .section__3 .image__container .img__descLine-1 {
    z-index: 4; }
  #CMD .section__3 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s3/step_2.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/step_2.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/step_2.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__3 .img__descLine-2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s3/descline_2.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__3 .img__descLine-2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/descline_2.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__3 .img__descLine-2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s3/descline_2.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__3 .image__container .img__step2,
  html #CMD .section__3 .image__container .img__descLine-2 {
    z-index: 5; }
  html #CMD .section__3 .image__container .imgDesc {
    top: 58px;
    left: -4px;
    height: auto; }
  html #CMD .section__3 .image__container .img__descLine-0 {
    width: 10px;
    height: 94px; }
  html #CMD .section__3 .image__container .img__descLine-1 {
    width: 10px;
    height: 42px; }
  html #CMD .section__3 .image__container .img__descLine-2 {
    width: 10px;
    height: 58px; }
  html #CMD .section__3 .image__container .imgDesc__item-0 {
    top: 61px;
    left: 50%;
    margin-left: -4px; }
    html #CMD .section__3 .image__container .imgDesc__item-0 .imgDesc__text {
      top: unset;
      bottom: 100%;
      left: -62px;
      padding-bottom: 4px;
      width: 210px; }
  html #CMD .section__3 .image__container .imgDesc__item-1 {
    top: 284px;
    left: 50%;
    margin-left: 67px; }
    html #CMD .section__3 .image__container .imgDesc__item-1 .imgDesc__text {
      top: 100%;
      bottom: unset;
      left: -4px;
      padding-top: 3px;
      width: 135px; }
  html #CMD .section__3 .image__container .imgDesc__item-2 {
    top: 290px;
    left: 50%;
    margin-left: -66px; }
    html #CMD .section__3 .image__container .imgDesc__item-2 .imgDesc__text {
      top: 100%;
      left: 50%;
      margin-left: -63px;
      padding-top: -1px;
      width: 100px; }
  html #CMD .section__3 .image__container {
    left: 50%;
    margin-top: 0;
    margin-left: -365px;
    width: 730px;
    height: 522px; }
    html #CMD .section__3 .image__container .img__step {
      position: absolute;
      top: 0;
      left: 0;
      width: 730px;
      height: 522px; }
    html #CMD .section__3 .image__container .img__descLine {
      position: relative; }
      html #CMD .section__3 .image__container .img__descLine .imgDesc__text {
        position: absolute; }
  html #CMD .section__3 .image__container .img__stepVideo {
    position: absolute;
    top: 280px;
    left: 50%;
    margin-left: -6px;
    width: 1px;
    height: 1px;
    transform-origin: left top;
    transform: scale(0.32); }
  html #CMD .section__4 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    min-height: auto;
    background-color: #363533; }
  html #CMD .section__4 .wd__content {
    margin-top: 601px;
    margin-bottom: 223px; }
  #CMD .section__4 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__4 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_light.jpg"); }
  #CMD .section__4 .img__step0 {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_light_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_light_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/pd_light.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__step0 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/pd_light.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__4 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_dark.jpg"); }
  #CMD .section__4 .img__step1 {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_dark_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_dark_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/pd_dark.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__step1 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/pd_dark.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__4 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_backpart.jpg"); }
  #CMD .section__4 .img__step2 {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_backpart_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_backpart_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/pd_backpart.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .img__step2 {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/pd_backpart.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__4 .image__container-top .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/decline_front.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .image__container-top .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/decline_front.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .image__container-top .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/decline_front.png"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__4 .image__container-bottom .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/decline_back.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__4 .image__container-bottom .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/decline_back.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__4 .image__container-bottom .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s4/decline_back.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__4 .img__bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 1112px;
    background-size: contain; }
  html #CMD .section__4 .image__container-top,
  html #CMD .section__4 .img__step0,
  html #CMD .section__4 .img__step1 {
    position: absolute;
    top: 0;
    width: 420px;
    height: 600px; }
  html #CMD .section__4 .image__container-top {
    left: 50%;
    margin-left: -404px; }
  html #CMD .section__4 .img__step0,
  html #CMD .section__4 .img__step1 {
    position: absolute;
    mask: url(https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_mask.png);
    -webkit-mask-image: url(https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s4/pd_mask.png); }
  html #CMD .section__4 .img__step0 {
    z-index: 1; }
  html #CMD .section__4 .img__step1 {
    z-index: 3; }
  html #CMD .section__4 .img__step2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 144px; }
  html #CMD .section__4 .image__container .imgDesc__item {
    position: absolute;
    overflow: visible;
    left: 50%;
    margin-left: 0;
    width: 0;
    height: 0;
    border: 1px solid rgbba(0, 0, 0, 0); }
  html #CMD .section__4 .image__container .imgDesc__text {
    position: absolute;
    left: 100%;
    width: 400px;
    transform-origin: top center; }
  html #CMD .section__4 .image__container-top .img__descLine {
    position: absolute;
    top: 44px;
    left: 50%;
    margin-left: -171px;
    width: 418px;
    height: 500px; }
  html #CMD .section__4 .image__container-top .imgDesc__item {
    top: 0;
    left: 418px; }
    html #CMD .section__4 .image__container-top .imgDesc__item .imgDesc__text {
      top: -22px;
      left: 22px;
      margin-top: 0;
      padding-left: 6px;
      text-align: left; }
  html #CMD .section__4 .image__container-top .imgDesc__item-0 {
    top: 520px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-1 {
    top: 400px; }
    html #CMD .section__4 .image__container-top .imgDesc__item-1 .imgDesc__text {
      width: 140px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-2 {
    top: 268px; }
    html #CMD .section__4 .image__container-top .imgDesc__item-2 .imgDesc__text {
      width: 136px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-3 {
    top: 209px; }
  html #CMD .section__4 .image__container-top .imgDesc__item-4 {
    top: 80px; }
    html #CMD .section__4 .image__container-top .imgDesc__item-4 .imgDesc__text {
      width: 146px; }
  html #CMD .section__4 .image__container-bottom .img__descLine {
    position: absolute;
    bottom: 56px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 95px; }
  html #CMD .section__4 .image__container-bottom .imgDesc__item-0 {
    bottom: 153px;
    left: 0;
    width: 100%; }
  html #CMD .section__4 .image__container-bottom .imgDesc__text {
    bottom: 0;
    left: 50%;
    width: 90%;
    transform: translateX(-50%); }
  html #CMD .section__4 .ani_enter_detect.ani_enter_detect-top {
    top: 197px; }
  html #CMD .section__4 .image__container.image__container-top.aniInit {
    transform: translateX(-536px);
    transition: opacity 200ms ease, transform 1s cubic-bezier(0.02, 0.49, 0.25, 1); }
  html #CMD .section__4 .image__container.image__container-top.aniInit.aniPlay {
    transform: translateX(0); }
  html #CMD .section__5 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 63px;
    padding-bottom: 0;
    background-color: #72716d; }
  html #CMD .section__5 .image__container {
    margin-top: -8px;
    width: 100%; }
  html #CMD .section__5 .img__main {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 604px; }
    #CMD .section__5 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s5_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__5 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s5_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__5 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s5_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__6 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 62px;
    padding-bottom: 0; }
  html #CMD .section__6 .image__container {
    margin-top: -262px;
    width: 100%; }
  html #CMD .section__6 .img__main {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 1030px; }
    #CMD .section__6 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s6_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__6 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s6_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__6 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s6_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__7 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
    html #CMD .section__7::before {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -365px;
      width: 730px;
      height: 100%;
      background-repeat: repeat-y;
      background-size: contain;
      content: '';
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s7/repeat.jpg") ; } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      html #CMD .section__7::before {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s7/repeat.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__7 .row {
    padding-top: 299px;
    padding-bottom: 345px; }
  html #CMD .section__7 .colImg {
    position: absolute;
    top: 0;
    height: 100%; }
  html #CMD .section__7 .image__container {
    height: 100%; }
    html #CMD .section__7 .image__container::before {
      left: 50%;
      margin-left: -365px;
      width: 730px;
      height: 408px;
      display: block;
      position: absolute;
      top: 0;
      background-repeat: no-repeat;
      background-size: contain;
      content: ''; }
      #CMD .section__7 .image__container::before {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s7/bg_top.jpg"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__7 .image__container::before {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s7/bg_top.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__7 .image__container::before {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s7/bg_top.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__7 .image__container::after {
      left: 50%;
      margin-left: -365px;
      width: 730px;
      height: 408px;
      display: block;
      position: absolute;
      bottom: 0;
      margin-top: 0;
      background-repeat: no-repeat;
      background-size: contain;
      content: ''; }
      #CMD .section__7 .image__container::after {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s7/bg_bottom.jpg"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__7 .image__container::after {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s7/bg_bottom.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__7 .image__container::after {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s7/bg_bottom.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__7 .img__main {
    display: none; }
  html #CMD .section__8 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 60px;
    min-height: 500px; }
  html #CMD .section__8 .colbg {
    position: absolute;
    width: 100%;
    height: 100%; }
  html #CMD .section__8 .img__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    margin-left: -1636px;
    width: 3272px;
    height: calc(100% + 137px);
    transform: translateY(-50%);
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s8/bg.jpg");
    transform-origin: center;
    background-size: contain; }
  html #CMD .section__8 .colMainContent {
    display: flex;
    position: relative;
    min-height: 843px;
    flex-direction: column; }
    html #CMD .section__8 .colMainContent .wd__content.main-content-0 {
      margin-top: 61px;
      order: 1; }
    html #CMD .section__8 .colMainContent .wd__content.main-content-1 {
      margin-top: -7px;
      order: 2; }
    html #CMD .section__8 .colMainContent .zenvision__container {
      position: relative;
      left: 50%;
      margin-left: 0;
      width: 350px;
      order: 4;
      padding-top: 19px; }
    html #CMD .section__8 .colMainContent .image__container {
      position: relative;
      z-index: 9;
      top: 0;
      left: 0;
      margin-left: 0;
      width: 100%;
      height: 1;
      order: 3; }
    html #CMD .section__8 .colMainContent #visionScreen {
      position: absolute;
      top: 200px;
      left: 50%;
      opacity: 1;
      margin-left: -154px;
      width: 130px;
      height: 32px; }
    html #CMD .section__8 .colMainContent .img__main {
      position: absolute;
      top: 37px;
      left: 50%;
      margin-left: -365px;
      width: 376px;
      height: 370px; }
      #CMD .section__8 .colMainContent .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s8/main.jpg"); }
      #CMD .section__8 .colMainContent .img__main {
        mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s8/main_mask.png");
        mask-position: center;
        mask-size: contain;
        -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s8/main_mask.png");
        -webkit-mask-position: center;
        -webkit-mask-size: contain; } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__8 .colMainContent .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s8/main.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__8 .colMainContent .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s8/main.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__8 .colMainContent .img__lcd {
      display: none; }
    html #CMD .section__8 .colMainContent .wd__feature__list {
      margin-top: 48px;
      text-align: left; }
      html #CMD .section__8 .colMainContent .wd__feature__list .wd__feature {
        margin-bottom: 28px;
        margin-left: 0; }
    html #CMD .section__8 .colMainContent .feature-icon .wd__feature__data {
      overflow: hidden;
      padding: 8px;
      border: 2px solid #fff;
      border-radius: 3px; }
    html #CMD .section__8 .colMainContent .feature-icon {
      width: 170px; }
      html #CMD .section__8 .colMainContent .feature-icon .videoItem {
        position: relative;
        width: 150px;
        height: 44px;
        border: 1px solid #fff; }
      html #CMD .section__8 .colMainContent .feature-icon .wd__feature__describe {
        margin-top: 17px;
        text-align: left; }
    html #CMD .section__8 .colMainContent .img__icon {
      display: none; }
    html #CMD .section__8 .colMainContent .img__icon2 {
      display: block;
      position: relative;
      top: 0;
      left: 0;
      opacity: 1;
      margin-left: 0;
      width: 150px;
      height: 44px;
      background-size: contain; }
  html #CMD .section__8 .colContentMyAsus {
    display: flex;
    margin-top: 30px;
    padding-top: 0;
    flex-direction: column; }
    html #CMD .section__8 .colContentMyAsus .wd__content {
      order: 1; }
    html #CMD .section__8 .colContentMyAsus .image__container {
      display: flex;
      position: relative;
      left: 0;
      margin-left: 0;
      width: 100%;
      order: 2;
      flex-direction: column; }
    html #CMD .section__8 .colContentMyAsus .img__main {
      position: relative;
      z-index: 9;
      top: 0;
      left: 50%;
      margin-top: 63px;
      margin-left: -155px;
      width: 310px;
      height: 208px;
      order: 2; }
      #CMD .section__8 .colContentMyAsus .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s8/myasus.jpg"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-webp #CMD .section__8 .colContentMyAsus .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s8/myasus.webp"); } }
    @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
      .image-old #CMD .section__8 .colContentMyAsus .img__main {
        background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s8/myasus.jpg"); } }

@media all and (max-width: 730.5px) {
    html #CMD .section__8 .colContentMyAsus .img__myasusLogo {
      position: relative;
      z-index: 9;
      top: 0;
      left: 50%;
      margin-top: 51px;
      margin-left: -60px;
      width: 120px;
      height: 120px;
      background-size: contain;
      order: 1; }
  html #CMD .section__8 .video_control {
    top: 627px;
    left: 0; }
  html #CMD .section__8 .video_control-button {
    margin-top: -168px;
    margin-left: -35px; }
  html #CMD .section__9 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 72px;
    padding-bottom: 0; }
  html #CMD .section__9 .featurelist_caption {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    max-width: 355px;
    font-size: 18px;
    text-align: center; }
    html #CMD .section__9 .featurelist_caption-0 {
      margin-top: 46px; }
  html #CMD .section__9 .featurelist_caption-1 {
    margin-top: 6px; }
  html #CMD .section__9 .wd__feature__list.featureTop,
  html #CMD .section__9 .wd__feature__list.featureBottom {
    margin-top: 0; }
    html #CMD .section__9 .wd__feature__list.featureTop .wd__feature,
    html #CMD .section__9 .wd__feature__list.featureBottom .wd__feature {
      margin-bottom: 30px; }
    html #CMD .section__9 .wd__feature__list.featureTop .img__icon,
    html #CMD .section__9 .wd__feature__list.featureBottom .img__icon {
      margin-right: auto;
      margin-left: auto;
      height: 64px;
      background-size: contain; }
  html #CMD .section__9 .wd__feature__list.featureTop {
    left: 50%;
    margin-left: -160px;
    width: 320px; }
    html #CMD .section__9 .wd__feature__list.featureTop .wd__feature {
      margin-right: 8px;
      margin-left: 8px;
      width: 140px; }
    html #CMD .section__9 .wd__feature__list.featureTop span.point__text {
      font-size: 1.25rem; }
  html #CMD .section__9 .wd__feature__list.featureBottom {
    left: 50%;
    margin-left: -160px;
    width: 320px; }
    html #CMD .section__9 .wd__feature__list.featureBottom .wd__feature {
      margin-right: 8px;
      margin-left: 8px; }
    html #CMD .section__9 .wd__feature__list.featureBottom .feature-0,
    html #CMD .section__9 .wd__feature__list.featureBottom .feature-2,
    html #CMD .section__9 .wd__feature__list.featureBottom .feature-4 {
      width: 135px; }
    html #CMD .section__9 .wd__feature__list.featureBottom .feature-1,
    html #CMD .section__9 .wd__feature__list.featureBottom .feature-3,
    html #CMD .section__9 .wd__feature__list.featureBottom .feature-5 {
      width: 135px; }
  html #CMD .section__9 .image__container {
    margin-top: -46px;
    width: 100%; }
  html #CMD .section__9 .img__main {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 500px; }
    #CMD .section__9 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s9_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__9 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s9_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__9 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s9_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__10 {
    margin-top: 0;
    padding-top: 0; }
  html #CMD .section__10 .wd__content {
    top: -38px; }
  html #CMD .section__10 .wd__feature__list .wd__feature {
    vertical-align: bottom; }
    html #CMD .section__10 .wd__feature__list .wd__feature .img__icon {
      height: 66px;
      background-size: contain; }
    html #CMD .section__10 .wd__feature__list .wd__feature .img__icon10 {
      height: 108px;
      margin-bottom: -20px; }
  #CMD .section__10 .img__main {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s10/main.jpg"); }
  #CMD .section__10 .img__main {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s10/main_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s10/main_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__10 .img__main {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s10/main.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__10 .img__main {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s10/main.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__10 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s10/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__10 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s10/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__10 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s10/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__10 .img__planet {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s10/planet.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__10 .img__planet {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s10/planet.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__10 .img__planet {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s10/planet.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__10 .colImg {
    overflow: hidden;
    margin-top: -256px;
    height: 699px; }
  html #CMD .section__10 .image__container {
    position: relative;
    margin-top: 0;
    height: 2300px;
    transform: scale(0.3);
    transform-origin: top center; }
  html #CMD .section__10 .modal-button-container {
    margin-top: -154px; }
  html #CMD .section__oled_menu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__oled_menu .wd__content.bottom-content .content__link {
    margin: 31px auto; }
  html #CMD .section__12 {
    margin-top: 0;
    padding-top: 76px;
    padding-bottom: 52px; }
  html #CMD .section__12 .wd__feature__list .feature-0 .wd__feature__describe {
    display: none; }
  html #CMD .section__12 .wd__feature__list .feature-1 {
    width: 130px; }
  html #CMD .section__12 .wd__feature__list .img__icon {
    background-size: contain; }
  html #CMD .section__12 .wd__feature__list .img__icon0 {
    width: 142px;
    height: 67px; }
  html #CMD .section__12 .wd__feature__list .img__icon1 {
    margin-right: auto;
    margin-left: auto;
    height: 57px; }
  html #CMD .section__12 .wd__feature__list .img__icon2 {
    width: 254px;
    height: 46px; }
  html #CMD .section__12 .image__container {
    margin-top: -29px; }
  html #CMD .section__12 .video_item {
    margin-left: -365px;
    width: 730px;
    height: 358px; }
  html #CMD .section__12 .video_control {
    position: relative; }
    html #CMD .section__12 .video_control .video_control-button {
      display: block;
      position: relative;
      top: 0;
      margin-bottom: 16px; }
  html #CMD .section__12 .modal-button-container {
    margin-top: 0; }
  html #CMD .section__13 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 52px;
    padding-bottom: 0; }
  html #CMD .section__13 .image__container {
    margin-top: -109px;
    width: 100%; }
  html #CMD .section__13 .img__main {
    left: 50%;
    margin-left: -341.5px;
    width: 683px;
    height: 495px;
    margin-left: -319.5px; }
    #CMD .section__13 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s13_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__13 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s13_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__13 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s13_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__13 .modal-button-container {
    margin-top: 0;
    margin-bottom: 57px; }
  html #CMD .section__14 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__14 .image__container {
    margin-top: 0;
    width: 100%; }
  html #CMD .section__14 .img__main {
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 604px; }
    #CMD .section__14 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s14_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__14 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s14_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__14 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s14_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__15 {
    margin-top: 0;
    padding-top: 59px; }
  html #CMD .section__15 .wd__feature__list {
    position: relative;
    left: 50%;
    margin-left: -26px;
    width: 200px; }
    html #CMD .section__15 .wd__feature__list .wd__feature {
      text-align: center; }
  #CMD .section__15 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s15/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__15 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s15/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__15 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s15/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__15 .img__pd {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s15/nb.jpg"); }
  #CMD .section__15 .img__pd {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s15/nb_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s15/nb_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__15 .img__pd {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s15/nb.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__15 .img__pd {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s15/nb.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__15 .img__hand {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s15/hand.jpg"); }
  #CMD .section__15 .img__hand {
    mask: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s15/hand_mask.png");
    mask-position: center;
    mask-size: contain;
    -webkit-mask-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/1x/s15/hand_mask.png");
    -webkit-mask-position: center;
    -webkit-mask-size: contain; } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__15 .img__hand {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s15/hand.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__15 .img__hand {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/scale/50p/2x/s15/hand.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__15 .colImg {
    overflow: hidden;
    margin-top: -173px;
    height: 350px; }
  html #CMD .section__15 .image__container {
    margin-top: 0;
    margin-left: 0;
    transform: scale(0.25);
    transform-origin: top center; }
  html #CMD .section__16 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 0;
    min-height: auto; }
  html #CMD .section__16 .wd__content {
    margin-top: 0;
    margin-bottom: 0; }
  #CMD .section__16 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s16/bg.jpg"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__16 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s16/bg.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__16 .img__bg {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s16/bg.jpg"); } }

@media all and (max-width: 730.5px) {
  #CMD .section__16 .image__container .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s16/descline.png"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-webp #CMD .section__16 .image__container .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s16/descline.webp"); } }

@media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
  .image-old #CMD .section__16 .image__container .img__descLine {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s16/descline.png"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__16 .img__bg {
    top: 0;
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 814px;
    background-size: contain; }
  html #CMD .section__16 .image__container {
    margin-top: -98px;
    width: 100%;
    position: relative; }
  html #CMD .section__16 .image__container .imgDesc {
    position: absolute;
    top: 178px;
    left: 50%;
    margin-left: -369px;
    width: 730px;
    height: 500px; }
  html #CMD .section__16 .image__container .img__descLine {
    position: absolute;
    top: 90px;
    left: 230px;
    width: 90px;
    height: 310px; }
  html #CMD .section__16 .image__container .imgDesc__item {
    position: absolute;
    overflow: visible;
    left: 50%;
    margin-left: -42px;
    width: 0;
    height: 0;
    border: 1px solid rgba(255, 0, 0, 0); }
    html #CMD .section__16 .image__container .imgDesc__item .imgDesc__text {
      position: absolute;
      top: 5px;
      left: 50%;
      padding-left: 0;
      width: 400px;
      text-align: left;
      background-color: rgba(0, 255, 0, 0); }
  html #CMD .section__16 .image__container .imgDesc__item-0 {
    top: 319px; }
  html #CMD .section__16 .image__container .imgDesc__item-1 {
    top: 250px; }
  html #CMD .section__16 .image__container .imgDesc__item-2 {
    top: 202px; }
  html #CMD .section__16 .image__container .imgDesc__item-3 {
    top: 163px; }
  html #CMD .section__16 .image__container .imgDesc__item-4 {
    top: 116px; }
  html #CMD .section__16 .image__container .imgDesc__item-5 {
    top: 81px; }
  html #CMD .section__17 {
    overflow: hidden;
    margin-top: -140px;
    padding-top: 0;
    padding-bottom: 0; }
  html #CMD .section__17 .image__container {
    margin-top: 11px;
    width: 100%; }
  html #CMD .section__17 .img__main {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 352px; }
    #CMD .section__17 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s17_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__17 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s17_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__17 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s17_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__18 {
    overflow: hidden;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 0; }
  html #CMD .section__18 .image__container {
    margin-top: -64px;
    width: 100%; }
  html #CMD .section__18 .img__main {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 582px; }
    #CMD .section__18 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s18_main.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__18 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s18_main.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__18 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s18_main.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__keyboard {
    margin-top: -50px;
    padding-top: 0; }
  html #CMD .section__keyboard .modal-button-container {
    margin-top: 24px; }
  html #CMD .section__20 {
    margin-top: 0;
    padding-top: 0; }
  html #CMD .section__20 .grid__table {
    margin-top: 91px;
    max-width: 389px; }
    html #CMD .section__20 .grid__table .row {
      margin-bottom: 80px; }
      html #CMD .section__20 .grid__table .row::before {
        top: 50%;
        right: -9px;
        padding-top: 0;
        padding-bottom: 5px;
        width: 15px;
        height: 450px;
        background-position: center;
        background-repeat: no-repeat;
        transform: translateY(-50%); }
      html #CMD .section__20 .grid__table .row .table__container {
        padding-top: 26px;
        padding-right: 17px;
        padding-bottom: 0;
        padding-left: 17px; }
      html #CMD .section__20 .grid__table .row .wd__content .content__title {
        font-size: 2.125rem; }
      html #CMD .section__20 .grid__table .row .wd__content .content__info {
        margin-top: 15px; }
      html #CMD .section__20 .grid__table .row .wd__feature__list {
        text-align: center; }
        html #CMD .section__20 .grid__table .row .wd__feature__list .img__icon {
          margin-right: auto;
          margin-left: auto;
          background-size: contain; }
        html #CMD .section__20 .grid__table .row .wd__feature__list .wd__feature {
          margin-left: 0; }
        html #CMD .section__20 .grid__table .row .wd__feature__list .img__icon0 {
          width: 71px;
          height: 56px; }
        html #CMD .section__20 .grid__table .row .wd__feature__list .img__icon1 {
          width: 71px;
          height: 56px; }
        html #CMD .section__20 .grid__table .row .wd__feature__list .img__icon2 {
          width: 71px;
          height: 56px; }
      html #CMD .section__20 .grid__table .row img.table {
        position: relative;
        left: 50%;
        margin-top: -41px;
        margin-right: 0;
        margin-left: -160.5px;
        width: 321px;
        height: 321px; }
  html #CMD #section__noise {
    padding-top: 0; }
    html #CMD #section__noise .nav__noise {
      margin-top: 43px; }
      html #CMD #section__noise .nav__noise .nav__item {
        border: 0px solid;
        border-width: 13px;
        -moz-border-image: url(/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/icon/border_img.png) 13 13 stretch;
        /* 給 Firefox 看 */
        -webkit-border-image: url(/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/icon/border_img.png) 13 13 stretch;
        /* 給 Safari 與 Chrome 看 */
        -o-border-image: url(/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/icon/border_img.png) 13 13 stretch;
        /* 給 Opera 看 */
        border-image: url(/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/large/1x/icon/border_img.png) 13 13 stretch;
        background-color: transparent !important;
        position: relative;
        border-width: 13px; }
        html #CMD #section__noise .nav__noise .nav__item::after {
          display: block;
          position: absolute;
          overflow: hidden;
          z-index: -1;
          top: -2px;
          left: -2px;
          width: calc(100% + 4px);
          height: calc(100% + 4px);
          content: ''; }
    html #CMD #section__noise .noise__switcher {
      margin-top: 0; }
      html #CMD #section__noise .noise__switcher.js-showed {
        padding-top: 25px;
        color: #fff; }
    html #CMD #section__noise #noiseContainter {
      margin-top: 0; }
  html #CMD .section__myasus {
    margin-top: 0;
    padding-top: 53px; }
  html #CMD .section__myasus .myasus_container .myasus_content .wd__content {
    text-align: center; }
  html #CMD .section__myasus .myasus_container .myasus_content .wd__content {
    text-align: center; }
  html #CMD .section__myasus .myasus_container .myasus_content .image__container {
    text-align: center; }
  html #CMD .section__myasus .myasus_container {
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    max-width: 414px; }
    html #CMD .section__myasus .myasus_container .myasus-0 {
      margin-top: 3px;
      margin-bottom: 23px; }
      html #CMD .section__myasus .myasus_container .myasus-0 .img__main {
        margin-bottom: -3px; }
    html #CMD .section__myasus .myasus_container .myasus-1 .img__main {
      margin-top: 11px;
      margin-bottom: -2px; }
  html #CMD .section__31 {
    padding-top: 80px; }
  html #CMD .section__31 .image__container {
    margin-top: 10px; }
  html #CMD .section__31 .img__main_0 {
    width: 340px;
    height: 234px; }
    #CMD .section__31 .img__main_0 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s31_left_screen.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__31 .img__main_0 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s31_left_screen.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__31 .img__main_0 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s31_left_screen.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__31 .img__main_1 {
    width: 340px;
    height: 212px; }
    #CMD .section__31 .img__main_1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/s31_right_screen.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__31 .img__main_1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s31_right_screen.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__31 .img__main_1 {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/s31_right_screen.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__31 .ani_enter_detect {
    top: 180px; }
  html #CMD .section__31 .img_left,
  html #CMD .section__31 .img_right {
    position: relative;
    margin-left: -170px;
    width: 340px;
    height: auto; }
    html #CMD .section__31 .img_left .ani__item,
    html #CMD .section__31 .img_right .ani__item {
      transform-origin: top center;
      left: 50%; }
    html #CMD .section__31 .img_left .lineSvg,
    html #CMD .section__31 .img_right .lineSvg {
      left: 0; }
      html #CMD .section__31 .img_left .lineSvg .line_path,
      html #CMD .section__31 .img_right .lineSvg .line_path {
        transition: all 8000ms ease 100ms; }
  html #CMD .section__31 .img_right {
    margin-top: 21px; }
  html #CMD .section__31 .desc__text {
    position: relative;
    height: auto;
    font-size: 20px; }
    html #CMD .section__31 .desc__text .text__item {
      position: relative; }
  html #CMD .section__31 .img_left .ani__item_left {
    top: 43px;
    margin-left: -13px;
    width: 536px;
    height: 320px;
    transform: translateX(-50%) scale(0.479); }
  html #CMD .section__31 .img_right .ani__item_right {
    top: 25px;
    margin-left: 4px;
    width: 696px;
    height: 420px;
    transform: translateX(-50%) scale(0.479); }
  html #CMD .section__comment {
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 20px; }
  html #CMD .section__space {
    padding-top: 24px;
    padding-bottom: 104px; }
  html #CMD .section__space .wd__content {
    width: 89.2%;
    max-width: 720px; }
  html #CMD .section__space .image__container {
    overflow: hidden;
    margin-top: 19px;
    height: 257px; }
  html #CMD .section__space .imgScale {
    margin-top: 0;
    transform: scale(0.31);
    transform-origin: top center; }
  html #CMD .section__space .compare {
    display: block;
    position: relative;
    margin: 42px auto 21px;
    width: 300px; }
    html #CMD .section__space .compare .img__compare-1,
    html #CMD .section__space .compare .img__compare-2 {
      display: block;
      position: relative;
      margin-bottom: 46px;
      width: 300px;
      background-size: contain; }
      html #CMD .section__space .compare .img__compare-1 .img__compare,
      html #CMD .section__space .compare .img__compare-2 .img__compare {
        width: 300px;
        background-size: contain;
        -webkit-filter: none;
        filter: none; }
      html #CMD .section__space .compare .img__compare-1 .compare-text,
      html #CMD .section__space .compare .img__compare-2 .compare-text {
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -150px;
        width: 300px;
        font-size: 17px; }
    html #CMD .section__space .compare .img__compare-2 {
      margin-bottom: 30px; }
    html #CMD .section__space .compare .img__compare-1 .img__compare {
      height: 197px; }
    html #CMD .section__space .compare .img__compare-2 .img__compare {
      height: 219px; }
  html #CMD .section__audioTemplat {
    margin-top: 0;
    padding-top: 22px;
    padding-bottom: 170px; }
    html #CMD .section__audioTemplat .img__pd2 {
      height: 182px; }
  html #CMD .section__s13inner1 {
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 24px; }
  html #CMD .section__s13inner1 .wd__content {
    width: 770px; }
  html #CMD .section__s13inner1 .image__container {
    position: relative;
    margin-top: -50px; }
    html #CMD .section__s13inner1 .image__container::before {
      display: none; }
  html #CMD .section__s13inner1 .img__main {
    left: 50%;
    margin-left: -365px;
    width: 730px;
    height: 450px; }
    #CMD .section__s13inner1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/inner/s13inner1.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__s13inner1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/inner/s13inner1.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__s13inner1 .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/inner/s13inner1.jpg"); } }

@media all and (max-width: 730.5px) {
  html #CMD .section__KeyboardInner__1 {
    padding-top: 23px; }
  html #CMD .section__adobeBanner {
    overflow: hidden;
    margin-top: 0;
    padding-top: 6px;
    padding-bottom: 0; }
  html #CMD .section__adobeBanner .banner__container .banner__item {
    min-height: 486px; }
  html #CMD .section__adobeBanner .banner__container .wd__content {
    top: 0;
    padding-top: 55px;
    padding-bottom: 60px; }
  html #CMD .section__adobeBanner .banner__container .img__main {
    left: 50%;
    margin-top: -328px;
    margin-left: -365px;
    width: 730px;
    height: 646px; }
    #CMD .section__adobeBanner .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/1x/adobe_banner_creativecloud.jpg"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-webp #CMD .section__adobeBanner .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/adobe_banner_creativecloud.webp"); } }
  @media all and (max-width: 730.5px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 730.5px) and (min-resolution: 144dpi) {
    .image-old #CMD .section__adobeBanner .img__main {
      background-image: url("https://dlcdnwebimgs.asus.com/files/media/d5d746a8-0e31-4f6e-b066-10b6fa0b1572/v1/features/images/small/2x/adobe_banner_creativecloud.jpg"); } }

@media all and (min-width: 320px) and (max-width: 374px) {
  html #CMD .section__dolby .wd__feature__list .feature-1 {
    margin-left: 0; }
  html #CMD .section__dolby .wd__feature__list .feature-2 {
    margin-right: 0; } }

@media all and (min-width: 375px) and (max-width: 730.5px) {
  html #CMD #section__19 .img__main {
    margin-left: -303px; } }