@charset "UTF-8";
/*  ===== 斷點變數 ===== */
/*  ===== 往上適應 ===== */
/*  ===== 往下適應 ===== */
/*  ===== 範圍內適應 ===== */
/*  ===== 基本漸層背景設定 ===== */
/*  ===== 以 em 計算font-size, letter-spacing(RWD時方便使用) ===== */
/*  ===== 文字置中時的 letter spacing 偏移修正 ===== */
/*  ===== letter spacing 偏移重設 ===== */
/*  ===== firefox font weight bold 統一設定為 normal (firefox在小字為粗體的時候會過粗) ===== */
/*  ===== a連結清除預設值 ===== */
/*  ===== 字體設定（全域/英文/中文) ===== */
@font-face {
    font-family: Roboto;
    src: local(Roboto), local(Roboto), url(../fonts/Roboto-Regular.eot) format("embedded-opentype"), url(../fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
  font-family: "Trade-Gothic-LT-Bold";
  src: url("../fonts/Trade-Gothic-LT-Bold.ttf");
  font-weight: 400;
}
/*  ===== 排版相關 ===== */
/*  ===== 超過文字省略為...(可設定行數) ===== */
/*  ===== 捲軸樣式設定 ===== */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes scaleRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes scaleRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/**
 * * Allows you to use retina images at various pixel densities.
 * * Examples:
 * *
 * *   +retina(/images/mypic.jpg, 2);
 * *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 * *
 * * @param  {Value}  $path               The path to the file name minus extension.
 * * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * * @param  {Value}  $extras: null       Any other `background` values to be added.
 * */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000;
  overflow-x: hidden;
  font-size: 14px;
  color: #fff;
  background-color: #0c0d0e;
  transition: all 100ms ease;
  position: relative;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-button {
  width: 7px;
  height: 5px;
}
body::-webkit-scrollbar-track {
  background-color: rgba(238, 238, 238, 0);
  border: 0;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(216, 216, 216, 0.3);
  border: 0;
  border-radius: 5px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(216, 216, 216, 0.5);
}
body.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.page-content {
  max-width: 100%;
}

.fadeTarget {
  opacity: 0;
}

.fadeDefault {
  transition: all 300ms ease-in;
  opacity: 0;
}
.fadeDefault.active {
  opacity: 1;
}

.lazyLoad {
  background-image: none !important;
}

.fixedLeft {
  background-image: url("../images/small/fixed_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  z-index: 995;
  top: 54%;
  left: 20px;
  transform: translateY(-50%);
  transition: 300ms ease-in;
  width: 33px;
  height: 510px;
  opacity: 0;
}
.fixedLeft.active {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .fixedLeft {
    height: 460px;
    top: 53%;
    width: 24px;
  }
}
@media screen and (max-width: 992px) {
  .fixedLeft {
    display: none;
  }
}

.nevigation {
  position: fixed;
  z-index: 995;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 300ms ease-in;
  opacity: 0;
}
.nevigation.active {
  opacity: 1;
}
@media (max-width: 1199px) {
  .nevigation {
    display: none;
  }
}
.nevigation::before {
  content: "";
  background: url("../images/small/fixed_right_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 110px;
  height: 205px;
  margin-bottom: 15px;
  position: relative;
  right: -36px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .nevigation::before {
    background: url("../images/small/fixed_right_top@2x.png");
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nevigation::before {
    background: url("../images/small/fixed_right_top@2x.png");
    background-size: cover;
  }
}
@media screen and (max-width: 1440px) {
  .nevigation::before {
    right: -61px;
    width: 74px;
    height: 160px;
  }
}
.nevigation::after {
  content: "";
  background-image: url("../images/small/fixed_right_circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -4px;
  bottom: -40px;
}
.nevigation ul {
  list-style: none;
  padding-right: 39px;
}
.nevigation li {
  margin-bottom: 5px;
  line-height: 18px;
}
.nevigation a {
  position: relative;
  color: #777 !important;
  display: block;
  transition: 300ms ease;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}
.nevigation a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  transition: 300ms ease;
}
.nevigation a .navTextFrame {
  text-align: right;
  letter-spacing: 1px;
}
.nevigation a:hover {
  color: #fff !important;
}
.nevigation a:hover::after {
  background-image: url("../images/small/fixed_right_active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 15px;
  height: 15px;
}
.nevigation a.active::after {
  background-image: url("../images/small/fixed_right_active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 15px;
  height: 15px;
}
.nevigation a.active .sectionName {
  color: #fff;
}

#ASUS-features a {
  text-decoration: none;
}
#ASUS-features .outer__view {
  transition: all 0.5s ease;
  opacity: 1;
  background-color: #000;
}
#ASUS-features .outer__view.outer-closed {
  opacity: 0;
  overflow: hidden;
}
#ASUS-features .inner__view {
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: transform 300ms ease;
  transform: translate3d(0, calc(100vh + 275px), 0);
  opacity: 0;
}
#ASUS-features .inner__view.not-touch::-webkit-scrollbar {
  width: 7px;
}
#ASUS-features .inner__view.not-touch::-webkit-scrollbar-button {
  width: 7px;
  height: 5px;
}
#ASUS-features .inner__view.not-touch::-webkit-scrollbar-track {
  background-color: rgba(238, 238, 238, 0);
  border: 0;
  border-radius: 5px;
}
#ASUS-features .inner__view.not-touch::-webkit-scrollbar-thumb {
  background-color: rgba(216, 216, 216, 0.3);
  border: 0;
  border-radius: 5px;
}
#ASUS-features .inner__view.not-touch::-webkit-scrollbar-thumb:hover {
  background-color: rgba(216, 216, 216, 0.5);
}
#ASUS-features .inner__view.active {
  opacity: 1;
  transform: translateZ(0);
  overflow-y: scroll;
}
#ASUS-features .inner__control {
  position: fixed;
  bottom: 50px;
  left: calc(50%);
  z-index: 10000;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  transform: translate3d(-50%, 200px, 0);
  transition-property: all;
  transition-delay: 0s;
  transition-duration: 500ms;
  opacity: 0;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__control {
    bottom: 50px;
  }
}
#ASUS-features .inner__control.active {
  transform: translate3d(-50%, 0, 90vh);
  opacity: 1;
}
#ASUS-features .inner__control .close__btn {
  margin: 0;
}
#ASUS-features .content__number {
  margin-bottom: 15px;
  width: 120px;
  height: 70px;
  overflow: hidden;
  background-image: url("../images/small/title.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 735px) {
  #ASUS-features .content__number {
    width: 80px;
    height: 47px;
    margin-bottom: 10px;
  }
}
#ASUS-features .content__title {
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
  font-size: 46px;
  margin-bottom: 14px;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: #fff;
  line-height: 1.2;
}
#ASUS-features .content__title.titleTarget {
  color: transparent;
}
@media screen and (min-width: 735px) and (max-width: 1366px) {
  #ASUS-features .content__title {
    max-width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .content__title {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .content__title {
    text-align: left;
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .content__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column-reverse;
  }
}
#ASUS-features .content__text {
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-display: swap;
}
#ASUS-features .content__text span {
  color: #999;
}
@media screen and (max-width: 735px) {
  #ASUS-features .content__text {
    text-align: left;
  }
}
#ASUS-features .section__base {
  width: 100%;
  max-width: 2560px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
#ASUS-features .section__base:not(:last-child) {
  padding-bottom: 200px;
}
@media screen and (max-width: 992px) {
  #ASUS-features .section__base:not(:last-child) {
    padding-bottom: 100px;
  }
}
#ASUS-features .section__base:last-child {
  padding-bottom: 300px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__base:last-child {
    padding-bottom: 125px;
  }
}
#ASUS-features .section__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 2560px) {
  #ASUS-features .section__wrap {
    max-width: 1281px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__wrap {
    align-items: flex-start;
    max-width: 89vw;
    width: 100%;
  }
}
#ASUS-features .img__wrap {
  position: relative;
}
#ASUS-features .img, #ASUS-features .software__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#ASUS-features .content__feature__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .content__feature__wrap {
    justify-content: center;
    max-width: 895px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .content__feature__wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .content__feature__wrap {
    flex-direction: column;
    max-width: 89vw;
  }
}
#ASUS-features .content__feature {
  margin-left: 17px;
  margin-right: 17px;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .content__feature {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .content__feature {
    margin-left: 30px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .content__feature {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 35px;
  }
  #ASUS-features .content__feature:last-child {
    margin-bottom: 0;
  }
}
#ASUS-features .content__feature .feature__top, #ASUS-features .content__feature .feature__bottom {
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  font-family: "Roboto", "Microsoft JhengHei", "PingFang TC", "蘋果儷中黑", "sans-serif", Arial;
  font-display: swap;
}
#ASUS-features .content__feature .feature__top.__empty, #ASUS-features .content__feature .feature__bottom.__empty {
  min-height: 19px;
  line-height: 19px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .content__feature .feature__top, #ASUS-features .content__feature .feature__bottom {
    text-align: left;
  }
}
#ASUS-features .content__feature .feature__img {
  background-image: url(../images/small/wifi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 132px;
  padding-top: 76px;
}
#ASUS-features .content__feature .feature__main {
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}
@media screen and (max-width: 1280px) {
  #ASUS-features .content__feature .feature__main {
    font-size: 33px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .content__feature .feature__main {
    text-align: left;
  }
}
#ASUS-features .content__logo {
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background: url("../images/small/logo.png");
  background-size: cover;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .content__logo {
    background: url("../images/small/logo@2x.png");
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .content__logo {
    background: url("../images/small/logo@2x.png");
    background-size: cover;
  }
}
#ASUS-features .content__disclaimer {
  font-size: 12px;
  color: #777;
  font-family: "Roboto Light", "Arial", "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", "sans-serif";
  text-align: center;
  max-width: 840px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  line-height: 22px;
}
#ASUS-features .more__btn, #ASUS-features .close__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 175px;
  height: 27px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 2px;
  transition: all 300ms ease-in;
  margin: 30px auto 0;
  font-family: "Roboto Light", "Arial", "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", "sans-serif";
}
@media screen and (max-width: 735px) {
  #ASUS-features .more__btn, #ASUS-features .close__btn {
    margin: 100px auto 0;
  }
}
#ASUS-features .more__btn:hover, #ASUS-features .close__btn:hover {
  background-color: #fff;
  color: #000;
}
#ASUS-features .close__btn {
  background-color: #000;
}
#ASUS-features .video__mobile {
  min-height: 30vh;
}
@media screen and (min-width: 736px) {
  #ASUS-features .video__mobile {
    display: none;
  }
}
#ASUS-features .section__kv.section__base {
  padding-bottom: 140px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__kv.section__base {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__kv.section__base {
    padding-bottom: 0px;
  }
}
#ASUS-features .section__kv__img {
  background-image: url("../images/medium/kv_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1008px;
  height: 93px;
  margin-bottom: 25px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv__img {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__kv__img {
    margin-top: -20px;
    width: 95%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 736px) {
  #ASUS-features .section__kv .pc__img {
    display: none;
  }
}
@media screen and (min-width: 735px) {
  #ASUS-features .section__kv .mobile__img {
    display: none;
  }
}
#ASUS-features .section__kv .video__wrap {
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__kv .video__wrap {
    min-height: 1080px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features .section__kv .video__wrap {
    min-height: 42vh;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__kv .video__wrap {
    margin-top: 10vw;
    min-height: 30vh;
  }
}
#ASUS-features .section__kv .video__wrap video {
  width: 100%;
}
#ASUS-features .section__kv .section__wrap {
  position: relative;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__kv .section__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 89vw;
  }
}
#ASUS-features .section__kv .content__title {
  margin-bottom: 10px;
}
#ASUS-features .section__kv .content__text {
  max-width: 895px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .content__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__kv .content__text {
    text-align: center;
  }
}
#ASUS-features .section__1 {
  position: relative;
}
#ASUS-features .section__1.section__base {
  padding-top: 140px;
  padding-bottom: 240px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__1.section__base {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1.section__base {
    padding-bottom: 100px;
    padding-top: 0px;
  }
}
#ASUS-features .section__1 .section__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1 .section__wrap {
    max-width: 100%;
    align-items: center;
  }
  #ASUS-features .section__1 .section__wrap > div:not(.video__wrap), #ASUS-features .section__1 .section__wrap p {
    width: 100%;
    max-width: 89vw;
  }
}
@media screen and (min-width: 736px) {
  #ASUS-features .section__1 .content__feature__wrap .more__btn {
    display: none;
  }
}
#ASUS-features .section__1 .content__number {
  background-position: 0px 0px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1 .content__number {
    background-position: -15px 0px;
  }
}
#ASUS-features .section__1 .content__text {
  max-width: 895px;
  margin-bottom: 55px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__1 .content__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1 .content__text {
    max-width: 89vw;
    margin-top: 15px;
    margin-bottom: 35px;
  }
}
#ASUS-features .section__1 .content__logo {
  width: 160px;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__1 .content__logo {
    width: 140px;
    height: 70px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1 .content__logo {
    margin-left: -11px;
  }
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__1 .video__wrap {
    min-height: 1080px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features .section__1 .video__wrap {
    min-height: 42vh;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1 .video__wrap {
    min-height: 30vh;
  }
}
#ASUS-features .section__1 > .video__wrap {
  margin-top: -100px;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__1 > .video__wrap {
    margin-top: -40px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1 > .video__wrap {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__1 > .more__btn {
    display: none;
  }
}
#ASUS-features .section__2 {
  position: relative;
}
#ASUS-features .section__2.section__base {
  padding-bottom: 240px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__2.section__base {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2.section__base {
    padding-top: 0px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .section__wrap {
    max-width: 100%;
    align-items: center;
  }
  #ASUS-features .section__2 .section__wrap > div:not(.video__wrap), #ASUS-features .section__2 .section__wrap p {
    width: 89vw;
  }
}
#ASUS-features .section__2 .content__feature__wrap {
  max-width: 992px;
  justify-content: center;
}
#ASUS-features .section__2 .content__feature__wrap .content__feature {
  margin-bottom: 40px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .content__feature__wrap .content__feature:nth-child(5) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 736px) {
  #ASUS-features .section__2 .content__feature__wrap .more__btn {
    display: none;
  }
}
#ASUS-features .section__2 .content__number {
  background-position: 0 -70px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .content__number {
    background-position: -5px -47px;
  }
}
#ASUS-features .section__2 .content__title {
  position: relative;
}
#ASUS-features .section__2 .content__text {
  max-width: 820px;
  margin-bottom: 55px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__2 .content__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .content__text {
    max-width: 89vw;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__2 > .video__wrap {
    min-height: 1080px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features .section__2 > .video__wrap {
    min-height: 42vh;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 > .video__wrap {
    display: none;
  }
}
#ASUS-features .section__2 .slider__wrap {
  margin-top: 100px;
}
#ASUS-features .section__2 .slider__wrap > div {
  position: relative;
  margin: 0;
  padding: 0;
  width: 950px;
  height: 266px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap > div {
    width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap > div {
    width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__2 .slider__wrap > div {
    width: 89vw;
  }
}
#ASUS-features .section__2 .slider__wrap > div .slick-slide {
  border: 1px solid #000;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap > div .slick-slide > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#ASUS-features .section__2 .slider__wrap > div .slick-slide > div > div {
  display: flex !important;
}
@media screen and (min-width: 1279px) {
  #ASUS-features .section__2 .slider__wrap > div .slick-slide > div > div {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap > div .slick-slide > div > div {
    justify-content: space-between;
    align-items: center;
    width: 500px;
    height: auto;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap > div .slick-slide > div > div {
    width: 320px !important;
    height: auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__2 .slider__wrap > div .slick-slide > div > div {
    width: 89vw !important;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  max-width: 100%;
  flex-basis: 100%;
  padding-top: calc(100% / 360 * 266);
  margin-bottom: 30px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap .swiper-img {
    max-width: 30%;
    flex-basis: 30%;
    padding-top: calc(30% / 360 * 266);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .section__2 .slider__wrap .swiper-img {
    margin-bottom: 0;
    max-width: 36%;
    flex-basis: 36%;
    padding-top: calc(36% / 360 * 266);
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__1 {
  background: url("../images/small/nv_1.png");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__1 {
    background: url("../images/small/nv_1@2x.png");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__1 {
    background: url("../images/small/nv_1@2x.png");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__2 {
  background: url("../images/small/nv_2.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__2 {
    background: url("../images/small/nv_2@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__2 {
    background: url("../images/small/nv_2@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__3 {
  background: url("../images/small/nv_3.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__3 {
    background: url("../images/small/nv_3@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__3 {
    background: url("../images/small/nv_3@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__4 {
  background: url("../images/small/nv_4.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__4 {
    background: url("../images/small/nv_4@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__4 {
    background: url("../images/small/nv_4@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__5 {
  background: url("../images/small/nv_5.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__5 {
    background: url("../images/small/nv_5@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__5 {
    background: url("../images/small/nv_5@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__6 {
  background: url("../images/small/nv_6.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__6 {
    background: url("../images/small/nv_6@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__6 {
    background: url("../images/small/nv_6@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__7 {
  background: url("../images/small/nv_7.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__7 {
    background: url("../images/small/nv_7@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__7 {
    background: url("../images/small/nv_7@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__8 {
  background: url("../images/small/nv_8.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__8 {
    background: url("../images/small/nv_8@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__8 {
    background: url("../images/small/nv_8@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__9 {
  background: url("../images/small/nv_9.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__9 {
    background: url("../images/small/nv_9@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__9 {
    background: url("../images/small/nv_9@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__10 {
  background: url("../images/small/nv_10.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__10 {
    background: url("../images/small/nv_10@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__10 {
    background: url("../images/small/nv_10@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-img.pic__11 {
  background: url("../images/small/nv_11.jpg");
  background-size: 100%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__11 {
    background: url("../images/small/nv_11@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__2 .slider__wrap .swiper-img.pic__11 {
    background: url("../images/small/nv_11@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .swiper-content {
  max-width: 80%;
  flex-basis: 80%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1281px) {
  #ASUS-features .section__2 .slider__wrap .swiper-content {
    max-width: 58%;
    flex-basis: 58%;
  }
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap .swiper-content {
    max-width: 60%;
    flex-basis: 60%;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap .swiper-content {
    max-width: 100%;
    flex-basis: 100%;
  }
}
#ASUS-features .section__2 .slider__wrap .content__title {
  text-align: left;
  font-size: 26px;
}
@media screen and (min-width: 1279px) {
  #ASUS-features .section__2 .slider__wrap .content__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
#ASUS-features .section__2 .slider__wrap .content__text {
  font-size: 14px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap .content__text {
    margin-bottom: 0;
  }
}
#ASUS-features .section__2 .slider__wrap .text-wrap {
  display: flex;
  margin: 0 -25px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap .text-wrap {
    margin: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap .text-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 0;
  }
}
#ASUS-features .section__2 .slider__wrap .text-wrap .content__text {
  padding: 0 25px;
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap .text-wrap .content__text {
    white-space: normal;
    font-size: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap .text-wrap .content__text {
    padding: 10px 0;
    margin-bottom: 0;
    border-top: 1px solid #333;
  }
  #ASUS-features .section__2 .slider__wrap .text-wrap .content__text:last-child {
    border-bottom: 1px solid #333;
  }
}
#ASUS-features .section__2 .slider__wrap .text-wrap .content__text span {
  font-family: Trade-Gothic-LT-Bold, Microsoft JhengHei, "sans-serif";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  white-space: nowrap;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap .text-wrap .content__text span {
    font-size: 15px;
  }
}
#ASUS-features .section__2 .slider__wrap .slick-prev, #ASUS-features .section__2 .slider__wrap .slick-next {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 40%;
  z-index: 0;
  display: block;
  width: 32px;
  height: 56px;
  color: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__2 .slider__wrap .slick-prev, #ASUS-features .section__2 .slider__wrap .slick-next {
    transform: scale(0.7);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap .slick-prev, #ASUS-features .section__2 .slider__wrap .slick-next {
    display: none !important;
  }
}
#ASUS-features .section__2 .slider__wrap .slick-prev:hover, #ASUS-features .section__2 .slider__wrap .slick-next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
#ASUS-features .section__2 .slider__wrap .slick-prev {
  background-image: url("../images/small/ic_arrow_left.png");
  left: -75px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap .slick-prev {
    left: 0;
  }
}
#ASUS-features .section__2 .slider__wrap .slick-next {
  background-image: url("../images/small/ic_arrow_right.png");
  right: -75px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap .slick-next {
    right: 0;
  }
}
#ASUS-features .section__2 .slider__wrap .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  list-style-type: none;
}
@media screen and (min-width: 1279px) {
  #ASUS-features .section__2 .slider__wrap .slick-dots {
    margin-top: 80px;
  }
}
#ASUS-features .section__2 .slider__wrap .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
}
#ASUS-features .section__2 .slider__wrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  transition: opacity 0.3s ease;
  margin: 0;
  color: transparent;
}
#ASUS-features .section__2 .slider__wrap .slick-dots li::marker {
  content: none;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 .slider__wrap .slick-dots li {
    margin: 0 7px;
  }
}
#ASUS-features .section__2 .slider__wrap .slick-dots li.slick-active {
  opacity: 1;
}
#ASUS-features .section__2 .feature__main .sign {
  font-size: 23px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__2 > .more__btn {
    display: none;
  }
}
#ASUS-features .section__3 {
  position: relative;
  transition: all 500ms ease;
  justify-content: flex-start;
}
#ASUS-features .section__3.section__base {
  padding-bottom: 40px;
  height: 100vh;
}
#ASUS-features .section__3.video__active {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 998;
  display: none;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__3.video__active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
}
#ASUS-features .section__3 .section__wrap {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  min-height: 100vh;
}
#ASUS-features .section__3 .section__wrap > div .content__number, #ASUS-features .section__3 .section__wrap > div .content__title, #ASUS-features .section__3 .section__wrap > div .content__text {
  opacity: 0;
  transform: translateY(50%);
  transition-property: all;
  transition-duration: 1000ms;
}
#ASUS-features .section__3 .section__wrap > div .content__number.active, #ASUS-features .section__3 .section__wrap > div .content__title.active, #ASUS-features .section__3 .section__wrap > div .content__text.active {
  opacity: 1;
  transform: translateY(0%);
}
#ASUS-features .section__3 .section__wrap > div .content__title, #ASUS-features .section__3 .section__wrap > div .content__text {
  margin-left: 0;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div .content__title {
    text-align: center !important;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div .content__text {
    margin-top: 42vh;
  }
}
@media screen and (max-width: 321px) {
  #ASUS-features .section__3 .section__wrap > div .content__text {
    margin-top: 30vh;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__1, #ASUS-features .section__3 .section__wrap > div.describtion__2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__1, #ASUS-features .section__3 .section__wrap > div.describtion__2 {
    top: 10%;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__1, #ASUS-features .section__3 .section__wrap > div.describtion__2 {
    justify-content: flex-start;
    top: 7%;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__1 > div, #ASUS-features .section__3 .section__wrap > div.describtion__2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#ASUS-features .section__3 .section__wrap > div.describtion__1 .content__title, #ASUS-features .section__3 .section__wrap > div.describtion__2 .content__title {
  margin-bottom: 10px;
}
#ASUS-features .section__3 .section__wrap > div.describtion__1 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__2 .content__text {
  max-width: 600px;
  text-align: center;
}
#ASUS-features .section__3 .section__wrap > div.describtion__3, #ASUS-features .section__3 .section__wrap > div.describtion__4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-116%, -116%);
  max-width: 385px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__3, #ASUS-features .section__3 .section__wrap > div.describtion__4 {
    max-width: 300px;
    transform: translate(-116%, -90%);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__3, #ASUS-features .section__3 .section__wrap > div.describtion__4 {
    left: 0;
    top: 7%;
    justify-content: flex-start;
    transform: translate(0, 0);
    max-width: 100%;
  }
  #ASUS-features .section__3 .section__wrap > div.describtion__3 > div, #ASUS-features .section__3 .section__wrap > div.describtion__4 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__3 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__3 .content__title, #ASUS-features .section__3 .section__wrap > div.describtion__3 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__title, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__text {
  text-align: left;
  transform: translateX(-10%);
  opacity: 0;
}
#ASUS-features .section__3 .section__wrap > div.describtion__3 .content__number.active, #ASUS-features .section__3 .section__wrap > div.describtion__3 .content__title.active, #ASUS-features .section__3 .section__wrap > div.describtion__3 .content__text.active, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__number.active, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__title.active, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__text.active {
  opacity: 1;
  transform: translateX(0);
}
#ASUS-features .section__3 .section__wrap > div.describtion__3 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__number {
  background-position: -10px -140px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__3 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__number {
    background-position: 0 -93px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__3 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__4 .content__text {
    text-align: center;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__5, #ASUS-features .section__3 .section__wrap > div.describtion__6 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__5, #ASUS-features .section__3 .section__wrap > div.describtion__6 {
    top: 10%;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__5 > div, #ASUS-features .section__3 .section__wrap > div.describtion__6 > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__5, #ASUS-features .section__3 .section__wrap > div.describtion__6 {
    top: 0%;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__5, #ASUS-features .section__3 .section__wrap > div.describtion__6 {
    top: 7%;
    justify-content: flex-start;
    left: 0;
    transform: translate(0, 0);
  }
  #ASUS-features .section__3 .section__wrap > div.describtion__5 > div, #ASUS-features .section__3 .section__wrap > div.describtion__6 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__5 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__5 .content__title, #ASUS-features .section__3 .section__wrap > div.describtion__5 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__6 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__6 .content__title, #ASUS-features .section__3 .section__wrap > div.describtion__6 .content__text {
  transform: translateY(-20%);
}
#ASUS-features .section__3 .section__wrap > div.describtion__5 .content__number.active, #ASUS-features .section__3 .section__wrap > div.describtion__5 .content__title.active, #ASUS-features .section__3 .section__wrap > div.describtion__5 .content__text.active, #ASUS-features .section__3 .section__wrap > div.describtion__6 .content__number.active, #ASUS-features .section__3 .section__wrap > div.describtion__6 .content__title.active, #ASUS-features .section__3 .section__wrap > div.describtion__6 .content__text.active {
  transform: translateY(0);
}
#ASUS-features .section__3 .section__wrap > div.describtion__5 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__6 .content__text {
  text-align: center;
}
#ASUS-features .section__3 .section__wrap > div.describtion__7, #ASUS-features .section__3 .section__wrap > div.describtion__8 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(17%, -125%);
}
@media screen and (max-width: 1440px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__7, #ASUS-features .section__3 .section__wrap > div.describtion__8 {
    max-width: 435px;
  }
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__7, #ASUS-features .section__3 .section__wrap > div.describtion__8 {
    max-width: 316px;
    transform: translate(17%, -100%);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__7, #ASUS-features .section__3 .section__wrap > div.describtion__8 {
    top: 7%;
    justify-content: flex-start;
    left: 0;
    max-width: 100%;
    transform: translate(0, 0);
  }
  #ASUS-features .section__3 .section__wrap > div.describtion__7 > div, #ASUS-features .section__3 .section__wrap > div.describtion__8 > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__7 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__7 .content__title, #ASUS-features .section__3 .section__wrap > div.describtion__7 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__title, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__text {
  text-align: left;
  transform: translateX(10%);
  opacity: 0;
}
#ASUS-features .section__3 .section__wrap > div.describtion__7 .content__number.active, #ASUS-features .section__3 .section__wrap > div.describtion__7 .content__title.active, #ASUS-features .section__3 .section__wrap > div.describtion__7 .content__text.active, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__number.active, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__title.active, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__text.active {
  opacity: 1;
  transform: translateX(0);
}
#ASUS-features .section__3 .section__wrap > div.describtion__7 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__number {
  background-position: -10px -140px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__7 .content__number, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__number {
    background-position: 0 -93px;
  }
}
#ASUS-features .section__3 .section__wrap > div.describtion__7 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__text {
  max-width: 400px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap > div.describtion__7 .content__text, #ASUS-features .section__3 .section__wrap > div.describtion__8 .content__text {
    text-align: center;
  }
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__3 .section__wrap > div {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .section__wrap {
    left: 50%;
    transform: translate(-50%, 0px);
  }
  #ASUS-features .section__3 .section__wrap > div {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0px);
    width: 100%;
    min-height: -webkit-fill-available;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  #ASUS-features .section__3 .section__wrap > div > div {
    width: 100%;
  }
  #ASUS-features .section__3 .section__wrap > div .content__text {
    margin-bottom: 15px;
  }
}
#ASUS-features .section__3 .content__number {
  background-position: 0 -140px;
}
@media screen and (max-width: 1440px) {
  #ASUS-features .section__3 .content__number {
    margin-bottom: -5px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .content__number {
    background-position: 5px -94px;
    margin-bottom: 5px;
  }
}
#ASUS-features .section__3 .content__title {
  margin-left: 190px;
  letter-spacing: 1px;
  position: relative;
  z-index: 900;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__3 .content__title {
    margin-left: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .content__title {
    margin-left: 0;
  }
}
#ASUS-features .section__3 .content__text {
  max-width: 575px;
  text-align: left;
  margin-left: 459px;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__3 .content__text {
    max-width: 520px;
    margin-left: 424px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__3 .content__text {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .content__text {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
}
#ASUS-features .section__3 .video__wrap {
  position: relative;
  top: 0;
  width: 100%;
  min-height: 100vh;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 0;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__3 .video__wrap {
    max-width: 1920px;
    min-height: auto;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .video__wrap {
    min-height: -webkit-fill-available;
  }
}
#ASUS-features .section__3 .video__wrap.active {
  position: fixed;
  opacity: 1;
}
#ASUS-features .section__3 .video__wrap > div {
  min-height: 100vh;
}
#ASUS-features .section__3 .video__wrap .video__outer {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .video__wrap .video__outer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
  }
}
#ASUS-features .section__3 .video__wrap video {
  height: auto;
  width: auto;
  position: absolute;
  display: none;
}
#ASUS-features .section__3 .video__wrap video:first-child {
  display: block;
}
@media screen and (max-width: 992px) {
  #ASUS-features .section__3 .video__wrap video {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__3 .video__wrap video {
    height: auto;
    transform: scale(1.5) translate(-33.3333%, -50%);
  }
}
@media screen and (max-width: 321px) {
  #ASUS-features .section__3 .video__wrap video {
    transform: scale(1);
  }
}
#ASUS-features .section__4 {
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
}
#ASUS-features .section__4.section__base {
  padding-bottom: 240px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__4.section__base {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4.section__base {
    padding-bottom: 100px;
    padding-top: 28px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__4 {
    padding-top: 0;
  }
}
#ASUS-features .section__4 .loop__img {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1920px;
  height: 880px;
  padding-top: 170px;
  position: absolute;
  top: 55px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
  #ASUS-features .section__4 .loop__img {
    max-width: 1600px;
    right: -164px;
    top: 11%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  #ASUS-features .section__4 .loop__img {
    max-width: 1600px;
    top: 11%;
    right: -14%;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__4 .loop__img {
    top: 0;
    max-width: 1920px;
    padding-top: 0;
    background-size: 1750px;
    background-position: left -67% top 75px;
    height: 1000px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .loop__img {
    padding-top: 0;
    background-size: 890px;
    background-position: left 40% top 128px;
    height: 610px;
  }
}
#ASUS-features .section__4 .loop__img.showed {
  opacity: 1;
}
#ASUS-features .section__4 .coolingLoop__cover {
  position: absolute;
  top: 278px;
  left: calc(50% - 22px);
  background-image: url("../images/medium/cover.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  z-index: 1;
  width: 539px;
  height: 498px;
  transition: all 1s ease;
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
  #ASUS-features .section__4 .coolingLoop__cover {
    width: 453px;
    top: 282px;
    left: auto;
    right: 205px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1366px) {
  #ASUS-features .section__4 .coolingLoop__cover {
    width: 453px;
    top: 282px;
    left: auto;
    right: 181px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__4 .coolingLoop__cover {
    top: 272px;
    left: calc(50% - 221px);
    width: 494px;
    height: 465px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .coolingLoop__cover {
    top: 214px;
    left: calc(50% - 112px);
    width: 248px;
    height: 262px;
  }
}
#ASUS-features .section__4 .coolingLoop__cover.showed {
  opacity: 1;
}
#ASUS-features .section__4 .coolingLoop__cover.out {
  transform: translate3d(-75px, -35px, 0px);
  opacity: 0;
}
#ASUS-features .section__4 .coolingLoop__3 {
  background-image: url("../images/medium/cooling_02.jpg");
}
#ASUS-features .section__4 .coolingLoop__4 {
  background-image: url("../images/medium/cooling_03.jpg");
}
#ASUS-features .section__4 .coolingLoop__5 {
  background-image: url("../images/medium/cooling_04.jpg");
}
#ASUS-features .section__4 .coolingLoop__6 {
  background-image: url("../images/medium/cooling_05.jpg");
}
#ASUS-features .section__4 .coolingLoop__7 {
  background-image: url("../images/medium/cooling_06.jpg");
}
#ASUS-features .section__4 .coolingLoop__8 {
  background-image: url("../images/medium/cooling_07.jpg");
}
#ASUS-features .section__4 .coolingLoop__9 {
  background-image: url("../images/medium/cooling_08.jpg");
}
#ASUS-features .section__4 .section__wrap {
  position: relative;
  transition: all 0s;
}
#ASUS-features .section__4 .section__wrap.__cooling {
  transition: transform 0s linear;
  align-items: flex-start;
  width: 1281px;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__4 .section__wrap.__cooling {
    max-width: 900px;
  }
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__4 .section__wrap.__cooling {
    max-width: 600px;
  }
  #ASUS-features .section__4 .section__wrap.__cooling > div {
    width: 100%;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .section__wrap.__cooling {
    max-width: 89vw;
    margin-bottom: 0;
  }
}
#ASUS-features .section__4 .section__wrap.__cooling .content__number {
  background-position: 0 -210px;
}
@media screen and (min-width: 1281px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__number {
    background-position: -10px -210px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__number {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__number {
    background-position: -6px -141px;
    margin: 0 0 15px;
  }
}
#ASUS-features .section__4 .section__wrap.__cooling .content__title {
  max-width: 400px;
  line-height: 60px;
  text-align: left;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__title {
    text-align: center;
    max-width: 100%;
    line-height: 1;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__title {
    line-height: 1;
  }
}
#ASUS-features .section__4 .section__wrap.__cooling .content__text {
  max-width: 425px;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__text {
    max-width: 350px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__text {
    margin-top: 760px;
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__text {
    max-width: 100%;
    text-align: left;
    margin-top: 385px;
  }
}
#ASUS-features .section__4 .section__wrap.__cooling .content__feature__wrap {
  max-width: 510px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__feature__wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__feature__wrap {
    justify-content: center;
    max-width: 100%;
  }
}
#ASUS-features .section__4 .section__wrap.__cooling .content__feature {
  margin-bottom: 40px;
}
#ASUS-features .section__4 .section__wrap.__cooling .content__feature:nth-child(odd) {
  margin-left: 0;
  min-width: 225px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__feature {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .section__wrap.__cooling .content__feature {
    margin-bottom: 35px;
  }
  #ASUS-features .section__4 .section__wrap.__cooling .content__feature:last-child {
    margin-bottom: 0;
  }
}
#ASUS-features .section__4 .section__wrap.__cooling .content__feature > div {
  text-align: left;
}
@media screen and (min-width: 735px) {
  #ASUS-features .section__4 .section__wrap.__cooling .more__btn {
    display: none;
  }
}
#ASUS-features .section__4 .more__btn {
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1600px) {
  #ASUS-features .section__4 .more__btn {
    margin: 120px auto 0;
  }
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__4 .more__btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .more__btn {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 > .more__btn {
    display: none;
  }
}
#ASUS-features .section__4 .content__title {
  margin-bottom: 10px;
}
#ASUS-features .section__4 .content__text {
  max-width: 600px;
}
#ASUS-features .section__4 .img {
  background-image: url("../images/medium/04_liquid.jpg");
  background-size: contain;
  width: 825px;
  height: 460px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__4 .img {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__4 .img {
    width: 89vw;
  }
}
#ASUS-features .section__5 {
  position: relative;
}
#ASUS-features .section__5.section__base {
  padding-bottom: 240px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__5.section__base {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5.section__base {
    padding-bottom: 100px;
  }
}
#ASUS-features .section__5 .section__wrap {
  position: relative;
}
#ASUS-features .section__5 .section__wrap:first-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .section__wrap:first-child {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .section__wrap:first-child .content__text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .section__wrap > div:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__5 .section__wrap > .content__logo {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .section__wrap {
    max-width: 100%;
    align-items: center;
  }
  #ASUS-features .section__5 .section__wrap > div:not(.video__wrap), #ASUS-features .section__5 .section__wrap p {
    max-width: 89vw;
  }
}
#ASUS-features .section__5 .content__number {
  background-position: 0 -280px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .content__number {
    background-position: -5px -188px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .content__title {
    width: 89vw;
  }
}
#ASUS-features .section__5 .content__text {
  max-width: 840px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .content__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .content__text {
    max-width: 89vw;
  }
}
#ASUS-features .section__5 .content__feature__wrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1601px) {
  #ASUS-features .section__5 .content__feature__wrap .content__logo {
    display: none;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .section__5 .content__feature__wrap + .video__wrap {
    margin-top: -95px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__5 .content__feature__wrap + .video__wrap {
    margin-top: -55px;
    margin-bottom: 60px;
  }
}
#ASUS-features .section__5 .content__feature {
  margin-bottom: 40px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .content__feature {
    margin-bottom: 35px;
  }
}
#ASUS-features .section__5 .content__logo {
  width: 160px;
  background-position: -160px 0;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__5 .content__logo {
    width: 140px;
    height: 70px;
    margin-left: 30px;
    background-position: -140px 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .content__logo {
    margin-left: 0;
  }
}
#ASUS-features .section__5 .video__full__wrap {
  margin-bottom: 140px;
  margin-top: -90px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__5 .video__full__wrap {
    min-height: 1080px;
  }
}
@media screen and (max-width: 1024px) {
  #ASUS-features .section__5 .video__full__wrap {
    min-height: 42vh;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .video__full__wrap {
    display: none;
  }
}
#ASUS-features .section__5 .video__wrap {
  margin-top: 80px;
  max-width: 840px;
  min-height: auto;
  position: relative;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__5 .video__wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .video__wrap {
    min-height: 200px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
#ASUS-features .section__5 .icon__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#ASUS-features .section__5 .icon__wrap .content__feature {
  margin-left: 0;
  margin-right: 0;
}
#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2), #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) {
  width: 110px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2), #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  #ASUS-features .section__5 .icon__wrap .content__feature {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .icon__wrap .content__feature {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#ASUS-features .section__5 .icon__wrap .content__feature .icon {
  width: 150px;
  height: 90px;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .icon__wrap .content__feature .icon {
    width: 125px;
  }
}
#ASUS-features .section__5 .icon__wrap .content__feature:first-child .icon {
  background-image: url("../images/small/icon_01.png");
}
#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2) .icon {
  background-image: url("../images/small/icon_02.png");
  width: 100%;
  background-size: 65%;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(2) .icon {
    background-size: 45%;
  }
}
#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) .icon {
  background-image: url("../images/small/icon_03.png");
  width: 100%;
  background-size: 70%;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(3) .icon {
    background-size: 45%;
  }
}
#ASUS-features .section__5 .icon__wrap .content__feature:nth-child(4) .icon {
  background-image: url("../images/small/icon_04.png");
  background-size: 65%;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .icon__wrap .content__feature {
    width: 50%;
    height: 120px;
    background-size: 55%;
  }
  #ASUS-features .section__5 .icon__wrap .content__feature:nth-child(4) .icon {
    background-size: 70%;
  }
}
#ASUS-features .section__5 .icon__wrap .content__feature .feature__bottom {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .icon__wrap .content__feature .feature__bottom {
    text-align: center;
  }
}
#ASUS-features .section__5 .sec5sVideo .content__title {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__5 .sec5sVideo:not(.__mv) .content__text {
    margin-bottom: 140px;
  }
}
#ASUS-features .section__5 .sec5sVideo .content__text {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .sec5sVideo .content__text {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__5 .sec5sVideo.__mv .content__text {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__5 .sec5info {
    width: 89vw;
  }
}
#ASUS-features .section__6 {
  background-image: url("../images/large/06_bg.jpg");
  background-size: 1920px;
  background-position: center calc(50% + 103px);
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 1s ease;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__6 {
    background-image: url("../images/large/06_bg@2x.jpg");
  }
}
#ASUS-features .section__6.section__base {
  padding-bottom: 200px;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__6.section__base {
    background-size: 1600px;
    padding-bottom: 240px;
    background-position: center 450px;
  }
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__6.section__base {
    background-size: 1600px;
    background-position: center 490px;
  }
}
@media screen and (max-width: 1366px) {
  #ASUS-features .section__6.section__base {
    background-position: center 545px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__6.section__base {
    background-position: center 356px;
    background-size: 992px;
    padding-bottom: 227px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6.section__base {
    background-size: 600px;
    background-position: 50% 189px;
    padding-bottom: 165px;
  }
}
#ASUS-features .section__6 .content__number {
  background-position: 0 -350px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .content__number {
    background-position: -4px -235px;
    margin-left: 0px;
  }
}
#ASUS-features .section__6 .content__wrap {
  position: relative;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .content__wrap {
    max-width: 600px;
  }
}
#ASUS-features .section__6 .content__wrap > div {
  width: 100%;
}
@media screen and (min-width: 1600px) {
  #ASUS-features .section__6 .content__wrap > .more__btn {
    transform: translate(-50%, 200px);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .content__wrap > .more__btn {
    display: none;
  }
}
#ASUS-features .section__6 .content__text {
  max-width: 825px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__6 .content__text {
    margin: 70px auto 15px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .content__text {
    max-width: 89vw;
  }
}
#ASUS-features .section__6 .content__disclaimer {
  margin: 0 auto 45px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .content__disclaimer {
    max-width: 89vw;
    text-align: left;
  }
}
#ASUS-features .section__6 .content__feature__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (min-width: 735px) {
  #ASUS-features .section__6 .content__feature__wrap .more__btn {
    display: none;
  }
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__6 .content__feature__wrap {
    max-width: 1050px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .content__feature__wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  #ASUS-features .section__6 .content__feature__wrap .feature__img {
    margin-left: -11px;
  }
  #ASUS-features .section__6 .content__feature__wrap .content__feature:nth-child(5) {
    margin-bottom: 0;
  }
}
#ASUS-features .section__6 .img__wrap {
  margin-left: 203px;
  position: relative;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .img__wrap {
    max-width: 600px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .img__wrap {
    max-width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #ASUS-features .section__6 .img__wrap .comp__m__bg {
    width: 600px;
    background-image: url("../images/large/06_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    padding-top: calc(600px * 2560 / 1865);
    top: -158px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#ASUS-features .section__6 .img__wrap:last-child {
  max-height: 270px;
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__6 .img__wrap:last-child {
    padding-top: 90px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .img__wrap:last-child {
    max-height: 140px;
  }
}
#ASUS-features .section__6 .img {
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  transition: all 1s ease;
  opacity: 1;
}
#ASUS-features .section__6 .img.lazyLoad {
  opacity: 0;
}
#ASUS-features .section__6 .img.portability__img__1 {
  background-image: url("../images/large/06_laptop.png");
  background-size: 100%;
  width: 755px;
  padding-top: calc(100% * 1.0291);
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .img.portability__img__1 {
    width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .img.portability__img__1 {
    width: 290px;
    margin: auto;
    padding-top: calc(290px * 1.0291);
  }
}
#ASUS-features .section__6 .img.portability__img__2 {
  width: 755px;
  padding-top: calc(100% * 1.0291);
  background-image: url("../images/large/06_laptop_mirror.png");
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__6 .img.portability__img__2 {
    width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .img.portability__img__2 {
    width: 290px;
    margin: auto;
  }
}
#ASUS-features .section__6 .img.__animation {
  -webkit-animation: baloon 3s infinite;
          animation: baloon 3s infinite;
}
#ASUS-features .section__6 .img.__animation.paused {
  animation-play-state: paused;
}
@-webkit-keyframes baloon {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes baloon {
  0% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(20px);
  }
}
#ASUS-features .section__6 .img.__animation__mirror {
  margin-top: 20px;
  -webkit-animation: baloon__mirror 3s infinite;
          animation: baloon__mirror 3s infinite;
}
#ASUS-features .section__6 .img.__animation__mirror.paused {
  animation-play-state: paused;
}
@-webkit-keyframes baloon__mirror {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes baloon__mirror {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-20px);
  }
}
#ASUS-features .section__6 .more__btn {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 100;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__6 .more__btn {
    bottom: -30px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__6 .more__btn {
    margin: 0 auto;
    bottom: -70px;
  }
}
#ASUS-features .section__7 {
  transition: opacity 3500ms;
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center 355px;
  opacity: 1;
  background-image: url("../images/large/07_top_bg.jpg");
  transition: opacity 1s ease;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__7 {
    background-image: url("../images/large/07_top_bg@2x.jpg");
  }
}
@media screen and (min-width: 1280px) {
  #ASUS-features .section__7 {
    background-position: center 595px;
  }
}
#ASUS-features .section__7.lazyLoad {
  opacity: 0;
}
#ASUS-features .section__7.section__base {
  padding-bottom: 200px;
}
@media screen and (min-width: 1600px) {
  #ASUS-features .section__7.section__base {
    padding-top: 240px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__7.section__base {
    padding-bottom: 158px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7.section__base {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__7 {
    background-position: center 245px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__7 {
    background-size: 1280px;
    background-position: center 455px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 {
    background-size: 735px;
    background-position: center top 50px;
  }
}
#ASUS-features .section__7 .section__wrap {
  position: relative;
}
#ASUS-features .section__7 .content__number {
  background-position: 0 -420px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .content__number {
    background-position: -7px -282px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .content__title {
    margin-bottom: 290px;
  }
}
#ASUS-features .section__7 .content__text {
  max-width: 840px;
  margin-bottom: 40px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__7 .content__text {
    max-width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .content__text {
    width: 89vw;
    margin-bottom: 25px;
  }
}
#ASUS-features .section__7 .content__feature__wrap {
  margin-bottom: 250px;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__7 .content__feature__wrap {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__7 .content__feature__wrap {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__7 .content__feature__wrap {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .content__feature__wrap {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .content__feature:not(:last-child) {
    margin-bottom: 25px;
  }
}
#ASUS-features .section__7 .img__wrap__k {
  position: relative;
  opacity: 1;
  transition: opacity 1s ease;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .img__wrap__k {
    position: absolute;
    top: 140px;
    width: 100%;
    height: 188.5px;
  }
}
#ASUS-features .section__7 .percent {
  position: absolute;
  bottom: 55px;
  left: 49%;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  font-size: 48px;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
  transition: all 2s ease-in-out;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__7 .percent {
    font-size: 32px;
    bottom: 35px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .percent {
    font-size: 18px;
    bottom: 15px;
    -webkit-text-stroke: 1px #fff;
  }
}
#ASUS-features .section__7 .percent.active {
  bottom: 70px;
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__7 .percent.active {
    bottom: 45px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .percent.active {
    bottom: 23px;
  }
}
#ASUS-features .section__7 .percent.out {
  opacity: 0;
}
#ASUS-features .section__7 .keyboard__img {
  background-image: url(../images/large/07_top.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 930px;
  padding-top: calc(100% / 1.698);
  filter: hue-rotate(90deg);
  -webkit-animation: colorRotate 3s infinite;
          animation: colorRotate 3s infinite;
  transition: opacity 500ms ease;
  opacity: 1;
}
#ASUS-features .section__7 .keyboard__img.paused {
 animation-play-state: paused;
}
#ASUS-features .section__7 .keyboard__img.lazyLoad {
  opacity: 0;
  transition: opacity 500ms ease;
}
@-webkit-keyframes colorRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@keyframes colorRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  25% {
    filter: hue-rotate(90deg);
  }
  50% {
    filter: hue-rotate(180deg);
  }
  75% {
    filter: hue-rotate(270deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__7 .keyboard__img {
    width: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .keyboard__img {
    width: 320px;
    background-size: contain;
    background-position: center;
    position: absolute;
    height: 188.5px;
    padding-top: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#ASUS-features .section__7 .touch__img {
  background-image: url(../images/medium/07_keyboard.png);
  width: 196px;
  height: 147px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 11px;
  left: 49.1%;
  transform-origin: bottom center;
  transform: translateX(-50%);
  border: 1px solid #131313;
  opacity: 1;
  border-radius: 5px;
  transition: all 3.5s;
  transition-delay: 500ms;
  transition-timing-function: cubic-bezier(0.29, -0.01, 0.23, 1);
}
#ASUS-features .section__7 .touch__img.lazyLoad {
  opacity: 0;
  transition: all 500ms ease;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__7 .touch__img {
    width: 124px;
    height: 91px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .touch__img {
    left: 49.3%;
    width: 67px;
    height: 48px;
    bottom: 3px;
  }
}
#ASUS-features .section__7 .touch__img.active {
  width: 273px;
  height: 183px;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__7 .touch__img.active {
    width: 176px;
    height: 112px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .touch__img.active {
    width: 92px;
    height: 61px;
  }
}
#ASUS-features .section__7 .gif__img {
  width: 310px;
  height: 230px;
  background-image: url(../images/small/keyboard.gif);
  background-size: 310px 230px;
  background-position: 49% 102%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -7px;
  left: 49%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
#ASUS-features .section__7 .gif__img.active {
  opacity: 1;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__7 .gif__img {
    background-size: 200px 145px;
    background-position: 48.5% 102%;
    bottom: -2px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__7 .gif__img {
    position: absolute;
    width: 320px;
    height: 188.5px;
    top: auto;
    left: 50%;
    bottom: -2px;
    background-size: 105px 75px;
    background-position: 49% 100%;
    transform: translateX(-50%);
  }
}
#ASUS-features .section__7 .keyboard__text {
  padding: 0 15px;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
  text-align: center;
  position: absolute;
  width: 100%;
  top: 335px;
  left: 0;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
#ASUS-features .section__7 .keyboard__text.active {
  opacity: 1;
}
@media screen and (min-width: 735px) {
  #ASUS-features .section__7 .keyboard__text {
    position: relative;
    font-size: 32px;
    top: 15px;
    left: auto;
  }
}
#ASUS-features .section__8 {
  background-image: url("../images/large/08_laptop.png"), url(../images/large/08_bg.png);
  background-size: 1530px, 2500px;
  background-position: center bottom 150px, calc(50% - 35px) calc(100% + 13px);
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 {
    background-size: 1024px, 1670px;
    background-position: center bottom 150px, calc(50% - 23px) calc(100% - 45px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 {
    background-size: 768px, 1260px;
    background-position: calc(50% + 19px) calc(50% + 73px), center top 355px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__8 {
    background-image: url("../images/large/08_bg_m@2x.jpg");
    background-size: 1085px;
    background-position: left calc(50% - 10px) top 16px;
  }
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8.section__base {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__8.section__base {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__8.section__base {
    padding-bottom: 100px;
  }
}
#ASUS-features .section__8 .section__bg__m {
  background-image: url("../images/small/08_laptop_m.png");
  background-size: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 320px;
  height: 130px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__8 .section__bg__m {
    width: 290px;
  }
}
@media screen and (min-width: 735px) {
  #ASUS-features .section__8 .section__bg__m {
    display: none;
  }
}
#ASUS-features .section__8 .section__bg__m div {
  position: absolute;
  top: 14px;
  color: #fff;
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__8 .section__bg__m div {
    top: 16px;
  }
}
#ASUS-features .section__8 .section__bg__m div:first-child {
  left: calc(50% - 16px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(2) {
  left: calc(50% + 11px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(3) {
  left: calc(50% + 41px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(4) {
  left: calc(50% + 65px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(5) {
  left: calc(50% + 87px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(6) {
  left: calc(50% + 108px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(7) {
  left: calc(50% + 127px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(8) {
  left: calc(50% + 118px);
  top: auto;
  bottom: 18px;
  left: calc(50% + 4px);
}
#ASUS-features .section__8 .section__bg__m div:nth-child(9) {
  left: calc(50% + 42px);
  top: auto;
  bottom: 18px;
}
#ASUS-features .section__8 .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 0s;
  transition-duration: 500ms;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__8 .dot {
    display: none;
  }
}
#ASUS-features .section__8 .dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0px;
  background-color: #fff;
  transition: all 1s linear;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot::after {
    left: 49%;
  }
}
#ASUS-features .section__8 .dot div {
  color: #fff;
  white-space: nowrap;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  transition-property: opacity;
  transition-delay: 1.5s;
  transition-duration: 500ms;
  font-family: "Roboto", "Microsoft JhengHei", "sans-serif";
}
#ASUS-features .section__8 .dot.active {
  opacity: 1;
}
#ASUS-features .section__8 .dot.active div {
  opacity: 1;
}
#ASUS-features .section__8 .dot__1 {
  top: 74%;
  left: calc(50% - 415px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__1 {
    top: 72%;
    left: calc(50% - 280px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__1 {
    top: 61.5%;
    left: calc(50% - 191px);
  }
}
#ASUS-features .section__8 .dot__1.active::after {
  height: 32px;
}
#ASUS-features .section__8 .dot__1 div {
  bottom: -43px;
  left: -14px;
}
#ASUS-features .section__8 .dot__2 {
  top: 73.1%;
  left: calc(50% - 351px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__2 {
    top: 71.1%;
    left: calc(50% - 233px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__2 {
    top: 60.6%;
    left: calc(50% - 159px);
  }
}
#ASUS-features .section__8 .dot__2.active::after {
  height: 37px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__2.active::after {
    height: 60px;
  }
}
#ASUS-features .section__8 .dot__2 div {
  bottom: -49px;
  left: -23px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__2 div {
    height: 57px;
    bottom: -114px;
  }
}
#ASUS-features .section__8 .dot__3 {
  top: 75%;
  left: calc(50% - 280px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__3 {
    top: 73.1%;
    left: calc(50% - 184px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__3 {
    top: 62%;
    left: calc(50% - 123px);
  }
}
#ASUS-features .section__8 .dot__3.active::after {
  height: 23px;
}
#ASUS-features .section__8 .dot__3 div {
  bottom: -36px;
  left: -11px;
}
#ASUS-features .section__8 .dot__4 {
  top: 73.5%;
  left: calc(50% - 220px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__4 {
    top: 71.5%;
    left: calc(50% - 149px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__4 {
    top: 61%;
    left: calc(50% - 94px);
  }
}
#ASUS-features .section__8 .dot__4.active::after {
  height: 70px;
}
#ASUS-features .section__8 .dot__4 div {
  bottom: -81px;
  left: -38px;
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__4 div {
    left: -50px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__4 div {
    bottom: -92px;
    left: -52px;
  }
}
#ASUS-features .section__8 .dot__5 {
  top: 73%;
  left: calc(50% - 169px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__5 {
    top: 71.5%;
    left: calc(50% - 115px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__5 {
    top: 61%;
    left: calc(50% - 66px);
  }
}
#ASUS-features .section__8 .dot__5.active::after {
  height: 37px;
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__5.active::after {
    height: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__5.active::after {
    height: 104px;
  }
}
#ASUS-features .section__8 .dot__5 div {
  bottom: -50px;
  left: -39px;
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__5 div {
    bottom: -112px;
    left: -58px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__5 div {
    bottom: -117px;
    left: -61px;
  }
}
#ASUS-features .section__8 .dot__6 {
  top: 73.2%;
  left: calc(50% - 121px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__6 {
    top: 71.7%;
    left: calc(50% - 83px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__6 {
    top: 61%;
    left: calc(50% - 44px);
  }
}
#ASUS-features .section__8 .dot__6.active::after {
  height: 96px;
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__6.active::after {
    height: 126px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__6.active::after {
    height: 61px;
  }
}
#ASUS-features .section__8 .dot__6 div {
  bottom: -126px;
  left: -54px;
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__6 div {
    bottom: -153px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__6 div {
    bottom: -93px;
    left: 0;
  }
}
#ASUS-features .section__8 .dot__7 {
  top: 75%;
  left: calc(50% - 81px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__7 {
    top: 71%;
    left: calc(50% - 56px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__7 {
    top: 61%;
    left: calc(50% - 23px);
  }
}
#ASUS-features .section__8 .dot__7.active::after {
  height: 30px;
}
#ASUS-features .section__8 .dot__7 div {
  bottom: -42px;
  left: -25px;
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__7 div {
    left: 0;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__7 div {
    left: -6px;
  }
}
#ASUS-features .section__8 .dot__8 {
  top: 73.2%;
  right: calc(50% - 280px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__8 {
    top: 71.5%;
    right: calc(50% - 188px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__8 {
    top: 60.7%;
    right: calc(50% - 162px);
  }
}
#ASUS-features .section__8 .dot__8.active::after {
  height: 30px;
}
#ASUS-features .section__8 .dot__8 div {
  bottom: -44px;
  left: -37px;
}
#ASUS-features .section__8 .dot__9 {
  top: 73%;
  right: calc(50% - 370px);
}
@media screen and (max-width: 1650px) {
  #ASUS-features .section__8 .dot__9 {
    top: 71.2%;
    right: calc(50% - 247px);
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__9 {
    top: 60.5%;
    right: calc(50% - 206px);
  }
}
#ASUS-features .section__8 .dot__9.active::after {
  height: 32px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__9.active::after {
    height: 58px;
  }
}
#ASUS-features .section__8 .dot__9 div {
  bottom: -46px;
  left: -15px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__8 .dot__9 div {
    bottom: -70px;
    left: -15px;
  }
}
#ASUS-features .section__8 .content__number {
  background-position: 0 -490px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__8 .content__number {
    background-position: -4px -329px;
    margin-left: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__8 .content__title {
    margin-bottom: 61px;
  }
}
#ASUS-features .section__8 .content__text {
  max-width: 815px;
  margin-bottom: 285px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__8 .content__text {
    max-width: 600px;
    margin-bottom: 460px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__8 .content__text {
    margin-bottom: 0;
    max-width: 89vw;
  }
}
#ASUS-features .section__8 .img__wrap {
  background-image: url("../images/large/08_laptop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 96px;
  margin-top: 100px;
  margin-bottom: 100px;
}
#ASUS-features .section__8 .content__list > div {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Roboto", "Microsoft JhengHei", "sans-serif";
}
#ASUS-features .section__8 .content__list > div:last-child {
  margin-bottom: 20px;
}
#ASUS-features .section__8 .content__list > div span {
  display: inline-block;
}
@media screen and (max-width: 345px) {
  #ASUS-features .section__8 .content__list > div span {
    margin-left: 18px;
  }
}
@media screen and (min-width: 735px) {
  #ASUS-features .section__8 .content__list {
    display: none;
  }
}
#ASUS-features .section__9 {
  background-image: url("../images/large/09_bg.jpg");
  background-size: 1700px;
  background-repeat: no-repeat;
  background-position: left calc(50% - 30px) top 395px;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__9 {
    background-image: url("../images/large/09_bg@2x.jpg");
  }
}
#ASUS-features .section__9.section__base {
  padding-bottom: 240px;
}
@media screen and (min-width: 1600px) {
  #ASUS-features .section__9.section__base {
    padding-top: 240px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__9.section__base {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 1700px) {
  #ASUS-features .section__9 {
    background-size: 1700px;
  }
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__9 {
    background-position: left calc(50% - 30px) top 420px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  #ASUS-features .section__9 {
    padding-top: 265px;
  }
}
@media screen and (max-width: 1366px) {
  #ASUS-features .section__9 {
    background-position: left calc(50% - 30px) top 210px;
  }
}
@media screen and (min-width: 735px) and (max-width: 1366px) {
  #ASUS-features .section__9 {
    background-position: calc(50% - 30px) 477px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__9 {
    background-size: 992px;
    background-position: center 303px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 {
    background-size: 600px;
    background-position: left calc(50% - 5px) top 115px;
    padding-top: 0;
  }
  #ASUS-features .section__9.section__base {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__9 {
    background-size: 480px;
    background-position: left 53% top 185px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .section__wrap .img__wrap {
    margin: 0 auto;
  }
}
#ASUS-features .section__9 .content__number {
  background-position: 0 -560px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .content__number {
    background-position: -4px -376px;
    margin-left: 0px;
  }
}
#ASUS-features .section__9 .content__title {
  margin-bottom: 95px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .content__title {
    margin-bottom: 35px;
  }
}
#ASUS-features .section__9 .img {
  background-image: url("../images/large/09_laptop.png");
  width: 1057px;
  padding-top: calc(100% / 1.527);
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__9 .img {
    width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .img {
    width: 320px;
    background-position: center;
  }
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__9 .img {
    width: 89vw;
  }
}
#ASUS-features .section__9 .software__img {
  position: absolute;
  top: 19px;
  left: 50.2%;
  z-index: 900;
  width: 822px;
  height: 515px;
  transform: translateX(-50%);
  border-radius: 4px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__9 .software__img {
    width: 469px;
    height: 294px;
    left: 301px;
    top: 11px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .software__img {
    width: 249px;
    height: 157px;
    border: none;
    left: 161px;
    top: 6px;
    border-radius: 1px;
  }
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__9 .software__img {
    width: 221px;
    height: 140px;
  }
}
#ASUS-features .section__9 .software__img.target__1 {
  background-image: url("../images/medium/09_nav1.jpg");
}
#ASUS-features .section__9 .software__img.target__2 {
  background-image: url("../images/medium/09_nav2.jpg");
}
#ASUS-features .section__9 .software__img.target__3 {
  background-image: url("../images/medium/09_nav3.jpg");
}
#ASUS-features .section__9 .software__img.target__4 {
  background-image: url("../images/medium/09_nav4.jpg");
}
#ASUS-features .section__9 .software__toggle__nav__frame {
  width: 938px;
  min-height: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  padding-bottom: 50px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 991px) {
  #ASUS-features .section__9 .software__toggle__nav__frame {
    width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__9 .software__toggle__nav__frame {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .software__toggle__nav__frame {
    width: 100%;
  }
}
#ASUS-features .section__9 .software__toggle__nav__frame .software__img__frame {
  color: #fff;
  opacity: 0;
  display: none;
  position: relative;
  width: 915px;
  left: 84px;
  text-align: left;
  vertical-align: top;
  transition: opacity 300ms ease-in-out;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__9 .software__toggle__nav__frame .software__img__frame {
    width: 600px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .software__toggle__nav__frame .software__img__frame {
    width: 320px;
  }
}
#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
  color: #fff;
  position: relative;
  width: 915px;
  left: 84px;
  text-align: left;
  vertical-align: top;
  transition: opacity 300ms ease-in-out;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
    width: 840px;
  }
}
@media screen and (max-width: 992px) {
  #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
    width: 600px;
    left: 0px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame {
    width: 290px;
  }
}
#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame.show {
  opacity: 1;
  display: block;
}
#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .software__title {
  margin-top: 0px;
  font-size: 40px;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}
#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .softWord__content {
  font-size: 14px;
  width: 86%;
  line-height: 1.867;
  margin-top: 11px;
  font-family: "Roboto Light", "Arial", "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", "sans-serif";
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .softWord__content {
    width: 100%;
  }
}
#ASUS-features .section__9 .software__toggle__nav__frame .softWord__word__frame .content-comment {
  width: 81%;
  font-size: 14px;
  color: #777;
  font-family: "Roboto Light", "Arial", "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", "sans-serif";
}
#ASUS-features .section__9 .navBarFrame {
  width: 100%;
  margin: 100px auto 0;
  height: auto;
  position: relative;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 991px) {
  #ASUS-features .section__9 .navBarFrame {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #ASUS-features .section__9 .navBarFrame::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .navBarFrame {
    margin: 70px auto 0;
  }
}
#ASUS-features .section__9 .navBarFrame .navBar {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 900;
  max-width: 1280px;
}
#ASUS-features .section__9 .navBarFrame .navBar .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .navBarFrame .navBar {
    padding: 0 20px;
  }
}
#ASUS-features .section__9 .navBarFrame .navBar button.sec9BtnBase {
  background-color: transparent;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 350ms ease-in-out;
  opacity: 0.4;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .navBarFrame .navBar button.sec9BtnBase {
    white-space: nowrap;
  }
}
#ASUS-features .section__9 .navBarFrame .navBar button.sec9BtnBase.choosed {
  opacity: 1;
}
#ASUS-features .section__9 .navBarFrame .navBar button.sec9BtnBase:hover {
  opacity: 1;
}
#ASUS-features .section__9 .navBarFrame .navBar button.sec9BtnBase span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 0 15px;
  font-family: "Roboto-Regular", "Arial", "Microsoft JhengHei", "LiHei Pro", "WenQuanYi Zen Hei", "sans-serif";
}
@media (max-width: 991px) {
  #ASUS-features .section__9 .navBarFrame .navBar button.sec9BtnBase span {
    font-size: 15px;
    padding: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .navBarFrame .navBar button.sec9BtnBase span {
    font-size: 20px;
    padding: 0 15px;
  }
}
#ASUS-features .section__9 .nav__line {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1050px;
  height: 1px;
  z-index: 900;
  margin-top: 20px;
  background-color: white;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  #ASUS-features .section__9 .nav__line {
    width: 840px;
  }
}
@media screen and (max-width: 992px) {
  #ASUS-features .section__9 .nav__line {
    width: 500px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .nav__line {
    max-width: 89vw;
  }
}
#ASUS-features .section__9 .nav__line .nav__line__box {
  transition: transform 300ms ease-in-out;
  position: relative;
  width: 237.5px;
  height: 3px;
  background-color: white;
  top: -2px;
  left: 0;
  transform: translate3d(50px, 0px, 0px);
}
#ASUS-features .section__9 .nav__line .nav__line__box.target__1 {
  transform: translate3d(50px, 0px, 0px);
}
#ASUS-features .section__9 .nav__line .nav__line__box.target__2 {
  transform: translate3d(287.5px, 0px, 0px);
}
#ASUS-features .section__9 .nav__line .nav__line__box.target__3 {
  transform: translate3d(525px, 0px, 0px);
}
#ASUS-features .section__9 .nav__line .nav__line__box.target__4 {
  transform: translate3d(762.5px, 0px, 0px);
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  #ASUS-features .section__9 .nav__line .nav__line__box {
    width: 210px;
    transform: translate3d(0px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__1 {
    transform: translate3d(0px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__2 {
    transform: translate3d(210px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__3 {
    transform: translate3d(420px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__4 {
    transform: translate3d(630px, 0px, 0px);
  }
}
@media screen and (max-width: 992px) {
  #ASUS-features .section__9 .nav__line .nav__line__box {
    width: 125px;
    transform: translate3d(0px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__1 {
    transform: translate3d(0px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__2 {
    transform: translate3d(125px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__3 {
    transform: translate3d(250px, 0px, 0px);
  }
  #ASUS-features .section__9 .nav__line .nav__line__box.target__4 {
    transform: translate3d(375px, 0px, 0px);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__9 .nav__line .nav__line__box {
    width: 70%;
    transform: translate3d(21%, 0px, 0px);
  }
}
#ASUS-features .section__10 {
  background-image: url("../images/large/10_bg.png");
  background-size: 1280px;
  background-position: left calc(50% + 320px) top 185px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__10 {
    background-position: 75% 230px;
  }
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__10 {
    background-size: 992px;
    background-position: left calc(50% + 225px) top 210px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__10 {
    background-size: 600px;
    background-position: left calc(50% + 145px) top 210px;
    padding-top: 0;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 {
    background-size: 320px;
    background-position: left calc(50% + 80px) top 130px;
  }
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__10 .section__wrap {
    max-width: 895px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .section__wrap {
    max-width: 89vw;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__10 .section__wrap > .img__mobile {
    display: none;
  }
}
#ASUS-features .section__10 .content__title {
  margin-left: 257px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__10 .content__title {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .content__title {
    margin-left: 0;
  }
}
#ASUS-features .section__10 .content__wrap {
  max-width: 615px;
  margin-left: 530px;
  margin-bottom: -180px;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__10 .content__wrap {
    margin-left: 405px;
    margin-bottom: -224px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__10 .content__wrap {
    max-width: 640px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  #ASUS-features .section__10 .content__wrap {
    max-width: 89vw;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .section__10 .content__wrap .img__wrap {
    display: none;
  }
}
#ASUS-features .section__10 .content__number {
  background-position: 0 -630px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .content__number {
    background-position: -14px -423px;
  }
}
#ASUS-features .section__10 .content__text {
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 1550px) {
  #ASUS-features .section__10 .content__text {
    max-width: 592px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__10 .content__text {
    max-width: 100%;
    text-align: center;
  }
  #ASUS-features .section__10 .content__text span {
    text-align: center;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .content__text {
    text-align: left;
  }
}
#ASUS-features .section__10 .img {
  background-image: url("../images/large/10_product.png");
  width: 1065px;
  height: 860px;
}
@media screen and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__10 .img {
    width: 600px;
    height: 484.5px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .img {
    width: 320px;
    height: 258.4px;
  }
}
#ASUS-features .section__10 .area-click {
  position: relative;
}
#ASUS-features .section__10 .click__circle {
  z-index: 990 !important;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  top: 0;
  width: 13px;
  height: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.876);
}
#ASUS-features .section__10 .click__circle:target {
  outline: auto;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .click__circle {
    width: 10px;
    height: 10px;
  }
}
#ASUS-features .section__10 .click__circle.circle-1 {
  transform: translate3d(38px, 67px, 0);
  z-index: 999 !important;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .click__circle.circle-1 {
    transform: translate3d(17px, 34px, 0);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .click__circle.circle-1 {
    transform: translate3d(126px, 20px, 0);
  }
}
#ASUS-features .section__10 .click__circle.circle-1 .circle_center {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#ASUS-features .section__10 .click__circle.circle-2 {
  transform: translate3d(305px, 545px, 0);
  z-index: 999 !important;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .click__circle.circle-2 {
    transform: translate3d(106px, 305px, 0);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .click__circle.circle-2 {
    transform: translate3d(83px, 159px, 0);
  }
}
#ASUS-features .section__10 .click__circle.circle-2 .circle_center {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#ASUS-features .section__10 .click__circle.circle-3 {
  transform: translate3d(452px, 528px, 0);
  z-index: 999 !important;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .click__circle.circle-3 {
    transform: translate3d(250px, 295px, 0);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .click__circle.circle-3 {
    transform: translate3d(131px, 154px, 0);
  }
}
#ASUS-features .section__10 .click__circle.circle-3 .circle_center {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
#ASUS-features .section__10 .click__circle.circle-4 {
  transform: translate3d(845px, 710px, 0);
  z-index: 999 !important;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .click__circle.circle-4 {
    transform: translate3d(476px, 394px, 0);
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .click__circle.circle-4 {
    transform: translate3d(244px, 216px, 0);
  }
}
#ASUS-features .section__10 .click__circle.circle-4 .circle_center {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
#ASUS-features .section__10 .click__circle .circle_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.51);
  border-radius: 50%;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  -webkit-animation: scale 1.2s ease-out infinite;
          animation: scale 1.2s ease-out infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3.2);
    opacity: 0.5;
  }
  75% {
    transform: scale(3.2);
    opacity: 0;
  }
  100% {
    transform: scale(3.2);
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3.2);
    opacity: 0.5;
  }
  75% {
    transform: scale(3.2);
    opacity: 0;
  }
  100% {
    transform: scale(3.2);
    opacity: 0;
  }
}
#ASUS-features .section__10 .modal__view {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
#ASUS-features .section__10 .modal__view .__mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
}
#ASUS-features .section__10 .modal__view__1 .pic__1 {
  background-image: url("../images/medium/10_backpack_01.png");
}
#ASUS-features .section__10 .modal__view__1 .pic__2 {
  background-image: url("../images/medium/10_backpack_02.png");
}
#ASUS-features .section__10 .modal__view__1 .pic__3 {
  background-image: url("../images/medium/10_backpack_03.png");
}
#ASUS-features .section__10 .modal__view__2 .pic__1 {
  background-image: url("../images/medium/10_headset_1.png");
}
#ASUS-features .section__10 .modal__view__2 .pic__2 {
  background-image: url("../images/medium/10_headset_2.png");
}
#ASUS-features .section__10 .modal__view__2 .pic__3 {
  background-image: url("../images/medium/10_headset_3.png");
}
#ASUS-features .section__10 .modal__view__2 .modal__thumb button {
  background-size: 75%;
}
#ASUS-features .section__10 .modal__view__3 .pic__1 {
  background-image: url("../images/medium/10_adaptor_1.png");
}
#ASUS-features .section__10 .modal__view__3 .pic__2 {
  background-image: url("../images/medium/10_adaptor_2.png");
}
#ASUS-features .section__10 .modal__view__3 .pic__3 {
  background-image: url("../images/medium/10_adaptor_3.png");
}
#ASUS-features .section__10 .modal__view__3 .modal__thumb button {
  background-size: 75%;
}
#ASUS-features .section__10 .modal__view__4 .pic__1 {
  background-image: url("../images/medium/10_mouse_1.png");
  background-size: 50%;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__10 .modal__view__4 .pic__1 {
    background-size: 70%;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__view__4 .pic__1 {
    background-size: 60%;
  }
}
@media screen and (max-width: 576px) {
  #ASUS-features .section__10 .modal__view__4 .pic__1 {
    background-size: 65%;
  }
}
#ASUS-features .section__10 .modal__view__4 .pic__2 {
  background-image: url("../images/medium/10_mouse_2.png");
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__10 .modal__view__4 .pic__2 {
    background-size: 70%;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__view__4 .pic__2 {
    background-size: 60%;
  }
}
#ASUS-features .section__10 .modal__view__4 .pic__3 {
  background-image: url("../images/medium/10_mouse_3.png");
  background-size: 50%;
}
@media screen and (min-width: 1921px) {
  #ASUS-features .section__10 .modal__view__4 .pic__3 {
    background-size: 70%;
  }
}
@media screen and (max-width: 576px) {
  #ASUS-features .section__10 .modal__view__4 .pic__3 {
    background-size: 60%;
  }
}
#ASUS-features .section__10 .modal__view__4 .modal__thumb button {
  background-size: 75%;
}
#ASUS-features .section__10 .modal__wrap {
  width: 790px;
  max-height: calc(100vh - 60px);
  border: 1px solid #555;
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__wrap {
    width: 500px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__wrap {
    width: 298px;
    max-height: calc(100vh - 30px);
  }
}
#ASUS-features .section__10 .modal__wrap .content__title {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__10 .modal__wrap .content__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__wrap .content__title {
    text-align: center;
    font-size: 26px;
  }
}
#ASUS-features .section__10 .modal__wrap .modal__btn__wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  margin-top: 25px;
  margin-bottom: 25px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1440px) {
  #ASUS-features .section__10 .modal__wrap .modal__btn__wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__wrap .modal__btn__wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
  background: url("../images/small/ic_X.png");
  background-size: contain;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  width: 44px;
  height: 34px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
  margin-right: 15px;
}
#ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn:target {
  outline: auto;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
    background: url("../images/small/ic_X@2x.png");
    background-size: contain;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
    background: url("../images/small/ic_X@2x.png");
    background-size: contain;
  }
}
#ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__wrap .modal__btn__wrap .cancel__btn {
    position: absolute;
    top: -70px;
    right: -18px;
  }
}
#ASUS-features .section__10 .modal__decoration {
  background: url("../images/small/10_top.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 83px;
  height: 11px;
  margin: 35px auto 40px;
  position: relative;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__10 .modal__decoration {
    background: url("../images/small/10_top@2x.png");
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__10 .modal__decoration {
    background: url("../images/small/10_top@2x.png");
    background-size: cover;
  }
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__10 .modal__decoration {
    margin: 25px auto 20px;
  }
}
#ASUS-features .section__10 .modal__decoration::before, #ASUS-features .section__10 .modal__decoration::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 1px;
  background-color: #fff;
  top: 50%;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__decoration::before, #ASUS-features .section__10 .modal__decoration::after {
    width: 110px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__decoration::before, #ASUS-features .section__10 .modal__decoration::after {
    width: 70px;
  }
}
#ASUS-features .section__10 .modal__decoration::before {
  left: -255px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__decoration::before {
    left: -135px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__decoration::before {
    left: -90px;
  }
}
#ASUS-features .section__10 .modal__decoration::after {
  right: -255px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__decoration::after {
    right: -135px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__decoration::after {
    right: -90px;
  }
}
#ASUS-features .section__10 .modal__slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto 50px;
  border-radius: 4px;
}
@media screen and (max-width: 1440px) {
  #ASUS-features .section__10 .modal__slider {
    margin: 0 auto 15px;
  }
}
#ASUS-features .section__10 .modal__slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 40vh;
  list-style: none;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__slider ul {
    height: 270px;
  }
}
@media screen and (max-width: 576px) {
  #ASUS-features .section__10 .modal__slider ul {
    height: 160px;
  }
}
#ASUS-features .section__10 .modal__slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 790px;
  height: 40vh;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__slider ul li {
    width: 500px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__slider ul li {
    width: 298px;
    height: 40vh;
  }
}
@media screen and (max-width: 576px) {
  #ASUS-features .section__10 .modal__slider ul li {
    height: 160px;
  }
}
#ASUS-features .section__10 .modal__thumb {
  height: 220px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__thumb {
    height: 165px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__thumb {
    height: 100px;
    margin-bottom: 19px;
  }
}
#ASUS-features .section__10 .modal__thumb button {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 220px;
  height: 220px;
  border: 1px solid #555;
  cursor: pointer;
  margin: 0 12.5px;
  background-size: 120px;
  background-position: center;
  background-repeat: no-repeat;
}
#ASUS-features .section__10 .modal__thumb button:target {
  outline: auto;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .section__10 .modal__thumb button {
    width: 188px;
    height: 188px;
    background-size: 100px;
  }
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .section__10 .modal__thumb button {
    width: 138px;
    height: 138px;
    background-size: 75px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .modal__thumb button {
    width: 88px;
    height: 88px;
    margin: 0 5px;
    background-size: 50px;
  }
}
#ASUS-features .section__10 .control_prev, #ASUS-features .section__10 .control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  width: 41px;
  height: 71px;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .control_prev, #ASUS-features .section__10 .control_next {
    top: 40%;
    background-position: center;
    background-size: 100%;
    width: 21px;
    height: 37px;
  }
}
#ASUS-features .section__10 .control_prev:hover, #ASUS-features .section__10 .control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
#ASUS-features .section__10 .control_prev {
  background: url("../images/small/ic_arrow_left.png");
  background-size: cover;
  left: -75px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__10 .control_prev {
    background: url("../images/small/ic_arrow_left@2x.png");
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__10 .control_prev {
    background: url("../images/small/ic_arrow_left@2x.png");
    background-size: cover;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .control_prev {
    left: 10px;
  }
}
#ASUS-features .section__10 .control_next {
  background: url("../images/small/ic_arrow_right.png");
  background-size: cover;
  right: -75px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .section__10 .control_next {
    background: url("../images/small/ic_arrow_right@2x.png");
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .section__10 .control_next {
    background: url("../images/small/ic_arrow_right@2x.png");
    background-size: cover;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .section__10 .control_next {
    right: 10px;
  }
}
#ASUS-features .section__10 .slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
#ASUS-features .inner__section {
  width: 100%;
  padding-top: 200px;
  padding-bottom: 75px;
  display: none;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section {
    padding-top: 150px;
  }
}
#ASUS-features .inner__section .content__title, #ASUS-features .inner__section .content__text {
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .content__title, #ASUS-features .inner__section .content__text {
    text-align: center;
  }
}
#ASUS-features .inner__section .content__title {
  font-size: 39px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .inner__section .content__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .content__title {
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .content__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  #ASUS-features .inner__section .content__title {
    font-size: 29px;
  }
}
#ASUS-features .inner__section .content__text {
  font-size: 14px;
  line-height: 1.69;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .content__text {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .content__text {
    padding-left: 0;
    padding-right: 0;
  }
}
#ASUS-features .inner__section .inner__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .inner__wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__wrap {
    padding-left: 5.5vw;
    padding-right: 5.5vw;
  }
}
#ASUS-features .inner__section .inner__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 165px;
  opacity: 0;
  transition: all 1s ease;
}
#ASUS-features .inner__section .inner__block.show {
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .inner__block {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .inner__block > div {
    width: 100%;
    max-width: 620px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .inner__block .content__text {
    margin: 0 auto 35px;
    max-width: 538.6px;
  }
}
#ASUS-features .inner__section .inner__img__wrap figure {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#ASUS-features .inner__section .sign {
  font-size: 23px;
  margin-left: 4px;
}
#ASUS-features .inner__section .inner__progress__wrap {
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .inner__progress__wrap {
    max-width: 520px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__progress__wrap {
    margin: 0 auto 35px;
  }
}
#ASUS-features .inner__section .inner__progress__wrap .progress__main__title {
  font-size: 26px;
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .inner__progress__wrap .progress__main__title {
    text-align: center;
  }
}
#ASUS-features .inner__section .inner__progress__wrap .one__progress {
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section .inner__progress__wrap .one__progress {
    margin-left: 50px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__progress__wrap .one__progress {
    margin-left: 0;
  }
}
#ASUS-features .inner__section .inner__progress__wrap .one__progress:nth-of-type(2) {
  max-width: 84.75%;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__progress__wrap .one__progress:nth-of-type(2) {
    max-width: 100%;
  }
}
#ASUS-features .inner__section .inner__progress__wrap .one__progress:nth-of-type(3) {
  max-width: 72.58%;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__progress__wrap .one__progress:nth-of-type(3) {
    max-width: 85%;
  }
}
#ASUS-features .inner__section .inner__progress__wrap .one__progress:last-of-type {
  max-width: 40.85%;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__progress__wrap .one__progress:last-of-type {
    max-width: 100%;
  }
}
#ASUS-features .inner__section .inner__progress__wrap .progress__title {
  font-size: 1.125em;
  margin-bottom: 5px;
  color: #fff;
}
#ASUS-features .inner__section .inner__progress__wrap .progress__frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
#ASUS-features .inner__section .inner__progress__wrap .progress__frame span {
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
  margin-left: 15px;
  font-size: 1.125em;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-image: linear-gradient(115deg, #A6A7DB 0%, #70C1DA 50%, #D9AFAE 110%);
  opacity: 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__progress__wrap .progress__frame span {
    margin-left: 5px;
  }
}
#ASUS-features .inner__section .inner__progress__wrap .progress__frame span.active {
  opacity: 1;
}
#ASUS-features .inner__section .inner__progress__wrap .progress {
  width: 0%;
  height: 15px;
  transition: all 1s ease-in-out;
  background: linear-gradient(90deg, #1F1938, #6FC1DA 99%);
}
#ASUS-features .inner__section .inner__progress__wrap .progress.active {
  width: 100%;
}
#ASUS-features .inner__section .inner__progress__wrap .progress.__gray {
  background: linear-gradient(90deg, #595959, #6e6e6e 50%, #999 80%, #e1e1e1 100%);
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section .inner__progress__wrap .progress.__gray {
    width: 50%;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__1 .inner__block:first-child {
    margin-bottom: 70px;
  }
  #ASUS-features .inner__section.inner__1 .inner__block:first-child > div:not(.inner__img__wrap) {
    margin-left: 43px;
    max-width: 39.8%;
  }
  #ASUS-features .inner__section.inner__1 .inner__block:first-child .inner__img__wrap {
    width: 54.5%;
  }
}
#ASUS-features .inner__section.inner__1 .inner__block:first-child .content__text {
  margin-bottom: 50px;
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(2) {
    margin-bottom: 0px;
  }
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(2) > div:not(.inner__img__wrap) {
    width: 52.71%;
  }
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(2) .inner__img__wrap {
    width: calc(100% - 52.71%);
  }
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(2) .content__text {
    max-width: 79.8%;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(2) {
    flex-direction: column-reverse;
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(2) {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(3) {
    margin-bottom: 70px;
  }
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(3) > div:not(.inner__img__wrap) {
    margin-left: 43px;
    max-width: 38.6%;
  }
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(3) .inner__img__wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(3) {
    margin-bottom: 180px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(3) {
    margin-bottom: 100px;
  }
}
#ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) {
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) > div {
    width: 100%;
  }
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) > div:not(.inner__img__wrap) {
    max-width: 1022px;
  }
}
#ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .content__title, #ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .content__text {
  text-align: center;
}
#ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .content__title {
  margin: 0 auto 20px;
}
#ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .content__text {
  margin-bottom: 75px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .content__text {
    margin-bottom: 30px;
  }
}
#ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .inner__img__wrap {
  max-width: 1150px;
  height: 604px;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .inner__img__wrap {
    max-width: 660px;
    height: 346.66px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .inner__img__wrap {
    height: auto;
    padding-top: calc( 100% / 1.904);
    margin-bottom: 0;
  }
}
#ASUS-features .inner__section.inner__1 .inner__block:nth-child(4) .inner__img__wrap figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#ASUS-features .inner__section.inner__1 figure.inner__img__1 {
  width: 100%;
  background-image: url("../images/medium/inner_display/display_inner_01.jpg");
  padding-top: calc(100% / 1.333);
  background-position: center !important;
}
#ASUS-features .inner__section.inner__1 figure.inner__img__2 {
  background: url("../images/medium/inner_display/display_inner_02.jpg");
  background-size: 412px;
  padding-top: calc(100% / 1.018);
  background-position: right 100px center !important;
  background-repeat: no-repeat !important;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02@2x.jpg");
    background-size: 412px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02@2x.jpg");
    background-size: 412px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02.jpg");
    background-size: 437px;
    background-position: center !important;
    padding-top: calc(100% / 1.118);
  }
}
@media screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (-o-min-device-pixel-ratio: 3/2), screen and (max-width: 1280px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 1280px) and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02@2x.jpg");
    background-size: 437px;
  }
}
@media screen and (max-width: 1280px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 1280px) and (min-resolution: 192dpi) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02@2x.jpg");
    background-size: 437px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02.jpg");
    background-size: 100%;
    padding-top: calc(100% / 1.018);
  }
}
@media screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), screen and (max-width: 735px) and (-o-min-device-pixel-ratio: 3/2), screen and (max-width: 735px) and (min--moz-device-pixel-ratio: 1.5), screen and (max-width: 735px) and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02@2x.jpg");
    background-size: 100%;
  }
}
@media screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 735px) and (min-resolution: 192dpi) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__2 {
    background: url("../images/medium/inner_display/display_inner_02@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .inner__section.inner__1 figure.inner__img__3 {
  background: url("../images/medium/inner_display/display_inner_03.jpg");
  background-size: 100%;
  padding-top: calc(100% / 1.2);
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__3 {
    background: url("../images/medium/inner_display/display_inner_03@2x.jpg");
    background-size: 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__3 {
    background: url("../images/medium/inner_display/display_inner_03@2x.jpg");
    background-size: 100%;
  }
}
#ASUS-features .inner__section.inner__1 figure.inner__img__4 {
  background: url("../images/medium/inner_display/display_inner_06.jpg");
  background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__4 {
    background: url("../images/medium/inner_display/display_inner_06@2x.jpg");
    background-size: 100% 100%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .inner__section.inner__1 figure.inner__img__4 {
    background: url("../images/medium/inner_display/display_inner_06@2x.jpg");
    background-size: 100% 100%;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__2 .inner__block > div {
    width: 50%;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__2 .inner__block:first-child {
    margin-bottom: 200px;
  }
  #ASUS-features .inner__section.inner__2 .inner__block:first-child > div:not(.inner__img__wrap) > div, #ASUS-features .inner__section.inner__2 .inner__block:first-child > div:not(.inner__img__wrap) p {
    padding-left: 50px;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:first-child .content__text {
  max-width: 520px;
  margin-bottom: 15px;
}
#ASUS-features .inner__section.inner__2 .inner__block:first-child .content__disclaimer {
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:first-child .content__disclaimer {
    justify-content: center;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__text {
  margin-bottom: 15px;
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__disclaimer {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__disclaimer {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 538px;
  }
}
@media screen and (max-width: 1550px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap {
    justify-content: center;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap {
    align-items: center;
    margin-bottom: 35px;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature > div {
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature > div {
    text-align: center;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature:first-child {
    margin-left: 17px;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature .fix {
  margin-left: -4px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) .content__feature__wrap .content__feature .fix {
    margin-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) {
    text-align: center;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) > div:not(.inner__img__wrap) {
    padding-left: 43px;
  }
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(2) > div .content__text {
    max-width: 535px;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(3) {
  margin-bottom: 100px;
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(3) > div:not(.inner__img__wrap) > div {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(3) .content__text {
    max-width: 490.8px;
    padding-left: 50px;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(4) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(4) > div:not(.inner__img__wrap) {
    padding-left: 43px;
  }
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(4) > div .content__text {
    max-width: 483.3px;
  }
}
#ASUS-features .inner__section.inner__2 .inner__block:nth-child(4) .content__text {
  max-width: 495px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 .inner__block:nth-child(odd) {
    flex-direction: column-reverse;
  }
}
#ASUS-features .inner__section.inner__2 figure.inner__img__1 {
  background-image: url("../images/medium/inner_performance/cpu_amd.jpg");
  background-size: 1280px;
  padding-top: calc(100% / 1.148);
  background-position: left -125px center !important;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__1 {
    background-size: cover;
    background-position: left -40px center !important;
  }
}
#ASUS-features .inner__section.inner__2 figure.inner__img__2 {
  background: url("../images/medium/inner_performance/chart.jpg");
  background-size: 50%;
  padding-top: calc(100% / 2.18);
  background-position: top left -15px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__2 {
    background: url("../images/medium/inner_performance/chart@2x.jpg");
    background-size: 50%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__2 {
    background: url("../images/medium/inner_performance/chart@2x.jpg");
    background-size: 50%;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__2 {
    background-position: top left -10px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__2 {
    background-position: center;
  }
}
#ASUS-features .inner__section.inner__2 figure.inner__img__3 {
  background-image: url("../images/medium/inner_performance/performance_inner.png");
  background-size: 440px;
  background-repeat: no-repeat !important;
  background-position: left 75px center !important;
  padding-top: calc(100% / 3.06);
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__3 {
    background-position: center !important;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__3 {
    background-size: 60%;
    background-position: center bottom;
  }
}
#ASUS-features .inner__section.inner__2 figure.inner__img__4 {
  background-image: url("../images/medium/inner_performance/high-speedssdstorage.jpg");
  background-size: 1366px;
  padding-top: calc(100% / 1.379);
  background-position: left -53px center !important;
  background-size: 1366px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__4 {
    background-size: 1140px;
    background-position: left 45px top 60px !important;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__4 {
    background-size: cover;
    background-position: left 27px center !important;
  }
}
#ASUS-features .inner__section.inner__2 figure.inner__img__5 {
  background-image: url("../images/medium/inner_performance/performance_inner_memory.png");
  background-size: 768px;
  background-position: left -90px center !important;
  padding-top: calc(100% / 1.379);
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__5 {
    background-position: left -25px center !important;
    background-size: 660px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__2 figure.inner__img__5 {
    background-size: cover;
    background-position: left 5px center !important;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__4 .inner__block > div {
    width: 50%;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:first-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__4 .inner__block:first-child {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:first-child .content__title, #ASUS-features .inner__section.inner__4 .inner__block:first-child .content__text {
    max-width: 100%;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:first-child .content__title {
  margin-bottom: 20px;
}
#ASUS-features .inner__section.inner__4 .inner__block:first-child .content__text {
  margin-bottom: 15px;
  max-width: 578px;
}
#ASUS-features .inner__section.inner__4 .inner__block:first-child .content__disclaimer {
  max-width: 530px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:first-child .content__disclaimer {
    text-align: center;
    margin: 0 auto 75px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__4 .inner__block:first-child .content__disclaimer {
    margin: 0 auto 35px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(2) {
  margin-bottom: 120px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(2) {
    margin-bottom: 100px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(2) > div:not(.inner__img__wrap) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(2) > div:not(.inner__img__wrap) {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(2) > div:not(.inner__img__wrap) .content__title {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(2) > div:not(.inner__img__wrap) .content__text {
    max-width: 529px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(3) {
  margin-bottom: 200px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(3) {
    margin-bottom: 100px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(3) > div:not(.inner__img__wrap) .content__title, #ASUS-features .inner__section.inner__4 .inner__block:nth-child(3) > div:not(.inner__img__wrap) .content__text {
  max-width: 470px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(3) > div:not(.inner__img__wrap) .content__title {
    margin: 0 auto 20px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(4) > div {
  width: 100%;
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(4) .content__title, #ASUS-features .inner__section.inner__4 .inner__block:nth-child(4) .content__text {
  text-align: center;
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(4) .content__title {
  margin: 0 auto 20px;
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(4) .content__text {
    max-width: 1080px;
    margin: 0 auto 35px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(5) {
  margin-bottom: 180px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(5) {
    margin-bottom: 100px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(5) > div:not(.inner__img__wrap) .content__title, #ASUS-features .inner__section.inner__4 .inner__block:nth-child(5) > div:not(.inner__img__wrap) .content__text {
  max-width: 470px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(5) > div:not(.inner__img__wrap) .content__title {
    margin: 0 auto 20px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) {
  margin-bottom: 80px;
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) > div {
  width: 100%;
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) .content__title, #ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) .content__text {
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) .content__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) .content__text {
    margin-bottom: 70px;
  }
}
#ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) .inner__img__wrap {
  width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) .inner__img__wrap {
    width: 620px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__4 .inner__block:nth-child(6) .inner__img__wrap {
    width: 100%;
  }
}
#ASUS-features .inner__section.inner__4 figure.inner__img__1 {
  background-image: url("../images/medium/inner_thermal/liquid_metal.jpg");
  padding-top: calc(100% / 1.395);
}
#ASUS-features .inner__section.inner__4 figure.inner__img__2 {
  background-image: url("../images/medium/inner_thermal/scenario_profile.jpg");
  padding-top: calc(100% / 2.375);
}
#ASUS-features .inner__section.inner__4 figure.inner__img__3 {
  background-image: url("../images/medium/inner_thermal/ultrathin_fins.png");
  padding-top: calc(100% / 1.945);
}
#ASUS-features .inner__section.inner__4 figure.inner__img__4 {
  background-image: url("../images/medium/inner_thermal/inner_fins.jpg");
  padding-top: calc(100% / 1.286);
  background-size: cover;
  background-position: left -48px center;
}
#ASUS-features .inner__section.inner__4 figure.inner__img__5 {
  background-image: url("../images/medium/inner_thermal/innerpower.png");
  padding-top: calc(100% / 1.917);
}
#ASUS-features .inner__section.inner__4 figure.inner__img__6 {
  background-image: url("../images/medium/inner_thermal/chart.jpg");
  padding-top: calc(100% / 1.167);
}
@media screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__6 .inner__block > div {
    width: 50%;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  z-index: 100;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block .dot {
    width: 5px;
    height: 5px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block .dot::after {
  content: "";
  height: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 100;
}
#ASUS-features .inner__section.inner__6 .inner__block .dot span {
  position: absolute;
  white-space: nowrap;
  color: #fff;
}
@meida screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__6 .inner__block:first-child {
    margin-bottom: 80px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:first-child .content__text {
  max-width: 518px;
  margin-bottom: 50px;
}
#ASUS-features .inner__section.inner__6 .inner__block:first-child .content__text span {
  display: block;
  margin-bottom: 15px;
}
#ASUS-features .inner__section.inner__6 .inner__block:first-child .content__text a {
  color: #fff;
  transition: all 0.5s ease;
  text-decoration: underline;
}
#ASUS-features .inner__section.inner__6 .inner__block:first-child .content__text a:hover {
  opacity: 0.75;
}
@meida screen and (min-width: 1281px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) > div:not(.inner__img__wrap) {
  max-width: 460px;
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap {
  position: relative;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap {
    max-width: 320px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot {
  right: 86px;
  bottom: 150px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot {
    right: 145px;
    bottom: 145px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot {
    right: 43%;
    bottom: 71px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot::after {
  width: 70px;
  right: -70px;
  top: calc(50% - 1px);
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot::after {
    width: 25px;
    right: -25px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot span {
  right: -170px;
  top: -6px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(2) .inner__img__wrap .dot span {
    right: -132px;
    top: -7px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) {
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) {
    flex-direction: column-reverse;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) > div {
  width: 980px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) > div {
    width: 620px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) > div {
    width: 100%;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .content__title, #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .content__text {
  text-align: center;
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .content__title {
  margin: 0 auto 20px;
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .content__text {
  margin-bottom: 75px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .content__text {
    margin-bottom: 35px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
  height: 654px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
    max-width: 320px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: #fff;
  left: calc(50% - 2px);
  top: 0;
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot {
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot {
    width: 7px;
    height: 7px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot::after {
  width: 25px;
  right: -25px;
  top: 4px;
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot::after {
    top: 3.5px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 {
  right: 250px;
  top: 83px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 {
    right: 160px;
    top: 50px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 {
    right: 82px;
    top: 26px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__1 span {
  top: -10px;
  right: -83px;
  font-size: 22px;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 {
  right: 223px;
  top: 286px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 {
    right: 136px;
    top: 175px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 {
    right: 70px;
    top: 80px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::before {
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px dashed #fff;
  position: absolute;
  left: -139px;
  top: -74px;
}
@media screen and (min-width: 735px) and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::before {
    width: 80px;
    height: 80px;
    left: -66px;
    top: -39px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::before {
    width: 50px;
    height: 50px;
    left: -37px;
    top: -20px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2::after {
    width: 1px;
    height: 40px;
    top: 4.5px;
    right: 3px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 span {
  top: -10px;
  right: -157px;
  font-size: 22px;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap .dot__2 span {
    top: 47px;
    right: -73px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
    height: 399.5px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap {
    height: 194px;
  }
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap figure {
  position: absolute;
  width: 50%;
  left: 0;
  right: auto;
  background-size: cover;
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap figure:first-child {
  background-position: left 0 center;
}
#ASUS-features .inner__section.inner__6 .inner__block:nth-child(3) .inner__img__wrap figure:last-child {
  background-position: right 0 center;
  right: 0;
  left: auto;
}
#ASUS-features .inner__section.inner__6 figure.inner__img__1 {
  background-image: url("../images/medium/inner_portability/wi-fi6.jpg");
  padding-top: calc(100% / 3);
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 figure.inner__img__1 {
    background-position: left -30px center;
  }
}
#ASUS-features .inner__section.inner__6 figure.inner__img__2 {
  background-image: url("../images/medium/inner_portability/Thunderbolt4.png");
  padding-top: calc(100% / 1.338);
}
@media screen and (max-width: 1280px) {
  #ASUS-features .inner__section.inner__6 figure.inner__img__2 {
    background-position: -62px;
  }
}
@media screen and (max-width: 735px) {
  #ASUS-features .inner__section.inner__6 figure.inner__img__2 {
    background-position: left -94px center;
  }
}
#ASUS-features .inner__section.inner__6 figure.inner__img__4 {
  background-image: url("../images/medium/inner_portability/player_static.png");
  height: 100%;
}
#ASUS-features .inner__section.inner__6 figure.inner__img__5 {
  background-image: url("../images/medium/inner_portability/player.png");
  height: 100%;
}

.section-video {
  width: 100%;
  height: 100%;
}

.video-slide-container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .video-slide-container {
    height: 90%;
  }
}
.video-slide-container video {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .video-slide-container video {
    height: 60%;
  }
}
@media screen and (max-width: 735px) {
  .video-slide-container video {
    height: 50%;
  }
}

.video-slide-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  display: flex;
}

.video-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  flex-basis: 100%;
  flex-shrink: 0;
  display: none;
}
.video-slide.active {
  display: flex;
}
.video-slide.fade-in {
  -webkit-animation: fadeIn 500ms;
          animation: fadeIn 500ms;
}

.video-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  z-index: 998;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 735px) {
  .video-pagination {
    bottom: -5%;
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
  }
}
.video-pagination .video-bullet {
  width: 140px;
  height: 5px;
  border-radius: 20px;
  border: none;
  background-color: grey;
  margin: 0 20px;
  padding: 0;
  position: relative;
  transition: all 0.4s ease;
  text-indent: -99999px;
}
.video-pagination .video-bullet:target {
  outline: auto !important;
}
@media screen and (max-width: 735px) {
  .video-pagination .video-bullet {
    margin: 0;
    width: 22%;
    height: 3px;
  }
}
.video-pagination .video-bullet.active::after {
  display: block;
  -webkit-animation: scaleRight 5s linear;
          animation: scaleRight 5s linear;
}
.video-pagination .video-bullet::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  transform-origin: top left;
  height: 5px;
  border-radius: 20px;
  display: none;
}
@media screen and (max-width: 735px) {
  .video-pagination .video-bullet::after {
    height: 3px;
  }
}
.video-pagination .video-bullet:hover {
  cursor: pointer;
  opacity: 0.7;
}

/* ie 11 */
#ASUS-features .ie11.inner__view {
  z-index: -1;
}
#ASUS-features .ie11.inner__view.active {
  z-index: 9999;
}
#ASUS-features .ie11.inner__view .inner__section .inner__progress__wrap .progress__frame span {
  background-image: none;
  color: #70C1DA;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__base {
    align-items: stretch;
  }
  #ASUS-features .ie11 .section__base .section__wrap {
    margin-left: auto;
    margin-right: auto;
  }
  #ASUS-features .ie11 .section__base .content__title {
    margin-left: auto;
    margin-right: auto;
  }
}
#ASUS-features .ie11 .content__title.titleTarget {
  color: #fff;
}
#ASUS-features .ie11 .section__2 .slider__wrap {
  width: 950px;
  margin: 100px auto;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__2 .slider__wrap {
    width: 600px;
  }
}
#ASUS-features .ie11 .section__2 .slider__wrap > div {
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__2 .slider__wrap .content__title {
    font-size: 1.375em;
  }
}
#ASUS-features .ie11 .section__2 .slider__wrap .content__text {
  max-width: 550px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__2 .slider__wrap .content__text {
    max-width: 350px;
  }
}
#ASUS-features .ie11 .section__4 .section__wrap.__cooling .content__feature .feature__main {
  font-size: 2.1875em;
}
#ASUS-features .ie11 .section__4 .loop__img {
  left: calc(50% - 961px);
}
@media screen and (min-width: 1366px) and (max-width: 1600px) {
  #ASUS-features .ie11 .section__4 .loop__img {
    top: 10.6%;
  }
}
@media screen and (max-width: 1600px) {
  #ASUS-features .ie11 .section__4 .loop__img {
    left: auto;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__4 .loop__img {
    left: calc(50% - 581px);
    background-position: left -290% top 75px;
  }
}
#ASUS-features .ie11 .section__5 .icon__wrap .content__feature:nth-child(2), #ASUS-features .ie11 .section__5 .icon__wrap .content__feature:nth-child(3) {
  width: 120px;
}
#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo {
  display: block;
  flex-shrink: 0;
}
#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .content__wrap {
  display: block;
}
#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .content__text {
  margin: 0 auto 80px;
}
#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .video__wrap {
  margin: 0 auto;
}
#ASUS-features .ie11 .section__5 .section__wrap.sec5sVideo .icon__wrap {
  margin: 0 auto;
}
#ASUS-features .ie11 .section__5 .section__wrap.__mv .video__wrap {
  margin: -95px auto;
}
#ASUS-features .ie11 .section__6.section__base {
  background-position: center 365px;
}
@media screen and (max-width: 1600px) {
  #ASUS-features .ie11 .section__6.section__base {
    background-position: center 530px;
  }
}
@media screen and (max-width: 1550px) {
  #ASUS-features .ie11 .section__6.section__base {
    background-position: center 685px;
  }
}
@media screen and (max-width: 1366px) {
  #ASUS-features .ie11 .section__6.section__base {
    background-position: center 545px;
  }
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__6.section__base {
    background-position: center 356px;
  }
}
#ASUS-features .ie11 .section__6 .content__text {
  flex-direction: row;
}
#ASUS-features .ie11 .section__9 .navBarFrame {
  max-width: 1060px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__9 .navBarFrame {
    max-width: 940px;
  }
}
#ASUS-features .ie11 .section__10.section__base {
  align-items: center;
}
#ASUS-features .ie11 .section__10 .content__title {
  margin-left: 317px;
}
@media screen and (max-width: 1280px) {
  #ASUS-features .ie11 .section__10 .content__title {
    margin-left: auto;
    margin-right: auto;
  }
}

/* .beforeAward為獎項影片媒體區塊之最外層的class */
/* ROG產品網頁影片標題改字型 */
#ASUS-features .ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
  font-size: 45px !important;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}

/* Awards標題改字型 */
#ASUS-features .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy h2 {
  font-size: 45px !important;
  font-family: "Trade-Gothic-LT-Bold", "Microsoft JhengHei", "sans-serif";
}

/* 調整手機版 Video與 Awards標題大小 */
@media all and (min-width: 0px) and (max-width: 731px) {
  #ASUS-features .ProductOverviewAwardsVideoContent__prodcutAwardContainer__1C1rj h2 {
    font-size: 30px !important;
  }
}
/* Awards標題改字型 */
#ASUS-features .ProductOverviewAwardsContent__prodcutAwardContainer__3O-Hy h2 {
  font-size: 30px !important;
}

/* 修改Media Reviews 底部間距 */
#ASUS-features .ProductOverviewAwardsContent__prodcutAwardWrapper__3fPgJ.ProductOverviewAwardsContent__prodcutMediaContainer__1pDvf {
  padding: 55px 0 26px;
}

[data-dirtype=ltr] .ProductOverviewAwardsItem__rewardItem__XdJSB {
  margin-right: 10px;
  margin-left: 10px;
}

[data-dirtype=ltr] .ProductOverviewMediaItem__mediaItem__bpiwv {
  margin-right: 10px;
  margin-left: 10px;
}/*# sourceMappingURL=features.css.map */


/* NV logo列表 */
#ASUS-features .section__kv .hardware_list {
  list-style: none;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
#ASUS-features .section__kv .hardware_list .hardware__img {
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 30px;
  margin-top: 50px;
  background-size: contain; }

@media all and (min-width: 736px) and (max-width: 1280px) {
  #ASUS-features .section__kv .hardware_list {
    width: 600px; }}

@media all and (min-width: 0px) and (max-width: 735px) {
  #ASUS-features .section__kv .hardware_list {
    flex-direction: column;
    width: 320px; } }

#ASUS-features .section__base .slick-arrow:target {
  outline: auto;
}
#ASUS-features .btn-video-play, #ASUS-features .btn-ani-play {
  width: 40px;
  height: 40px;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/6B37D3B0-248E-4697-BF5B-2EC5C47CE408/V4/img/icon_pause_w.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 5%;
  left: 10%;
  transform: translateX(-10%) translateY(-5%);
  text-indent: -99999px;
  z-index: 50;
}
#ASUS-features .btn-video-play[data-status="Play"], #ASUS-features .btn-ani-play[data-status="Play"] {
	background-image: url(https://dlcdnwebimgs.asus.com/files/media/6B37D3B0-248E-4697-BF5B-2EC5C47CE408/V4/img/icon_play_w.svg);
}
#ASUS-features .btn-video-play.btn2 {
  top: 25%;
}
#ASUS-features .btn-ani-play.btn2 {
  top: 5%;
  left: -8%;
}
