section {
  position: relative;
}

.spec_info .info.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.first-block .hide {
  display: none;
}

.pic .hide {
  opacity: 0;
}

#block1TABS .liner_tagset-s, #block2TABS .liner_tagset-s, #block3TABS .liner_tagset-s, .main-tab .liner_tagset-s {
  padding: 20px 0 0 0;
  margin: 0 auto;
}
#block1TABS .liner_tagset-s .tag, #block2TABS .liner_tagset-s .tag, #block3TABS .liner_tagset-s .tag, .main-tab .liner_tagset-s .tag {
  background-image: url(../img/new_product_imgs/01_Big_Tab.svg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 260px;
  font-size: 20px;
}
#block1TABS .liner_tagset-s .tag:hover, #block2TABS .liner_tagset-s .tag:hover, #block3TABS .liner_tagset-s .tag:hover, .main-tab .liner_tagset-s .tag:hover {
  background-image: url(../img/new_product_imgs/01_Big_Tab_light.svg);
  color: #FFF;
}
#block1TABS .liner_tagset-s .tag.active, #block2TABS .liner_tagset-s .tag.active, #block3TABS .liner_tagset-s .tag.active, .main-tab .liner_tagset-s .tag.active {
  color: #FFF;
  background-image: url(../img/new_product_imgs/01_Big_Tab_light.svg);
}
#block1TABS .liner_tagset-s .tag.active::before, #block1TABS .liner_tagset-s .tag.active::after, #block2TABS .liner_tagset-s .tag.active::before, #block2TABS .liner_tagset-s .tag.active::after, #block3TABS .liner_tagset-s .tag.active::before, #block3TABS .liner_tagset-s .tag.active::after, .main-tab .liner_tagset-s .tag.active::before, .main-tab .liner_tagset-s .tag.active::after {
  opacity: 0;
}

#block1TABS .liner_tagset-s .tag {
  height: 70px;
  width: 280px;
}

#block2TABS .liner_tagset-s {
  padding: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
  #block2TABS .liner_tagset-s {
    padding: 20px 0 0px 0;
  }
}

#block3TABS .liner_tagset-s .tag, .tab-black .liner_tagset-s .tag {
  color: rgb(242, 242, 242);
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/new_product_imgs/01_Big_Tab_alpha.svg);
}
#block3TABS .liner_tagset-s .tag:hover, .tab-black .liner_tagset-s .tag:hover {
  color: #000;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/new_product_imgs/01_Big_Tab_light_alpha.svg);
}
#block3TABS .liner_tagset-s .tag.active, .tab-black .liner_tagset-s .tag.active {
  color: #000;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/new_product_imgs/01_Big_Tab_light_alpha.svg);
}

.type-name {
  -webkit-animation: fadein 6s ease-in-out;
          animation: fadein 6s ease-in-out;
  font-size: 41.5px;
}

.product-title {
  opacity: 0;
}

.liner_tagset-s {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.liner_tagset-s .tagouter {
  margin: 5px 0;
  text-align: center;
}
.liner_tagset-s .tag {
  width: 200px;
  height: 34px;
  margin: 0 -1px;
  padding: 7px 0;
  display: inline-block;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_4.svg);
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.liner_tagset-s .tag::before {
  content: "";
  width: 7%;
  height: 100%;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, 0%);
      -ms-transform: translate(-45%, 0%);
          transform: translate(-45%, 0%);
  opacity: 0;
}
.liner_tagset-s .tag::after {
  content: "";
  width: 7%;
  height: 100%;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_3.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(45%, 0%);
      -ms-transform: translate(45%, 0%);
          transform: translate(45%, 0%);
  opacity: 0;
}
.liner_tagset-s .tag:hover {
  color: #fff;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_2.svg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.liner_tagset-s .tag.active {
  color: #fff;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_2.svg);
}
.liner_tagset-s .tag.active::before, .liner_tagset-s .tag.active::after {
  opacity: 1;
}

.liner_tagset-m {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
.liner_tagset-m .tagouter {
  margin: 5px 0;
  text-align: center;
}
.liner_tagset-m .tag {
  width: 300px;
  height: 34px;
  margin: 0 -1px;
  padding: 7px 0;
  display: inline-block;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_long/butter_4.svg);
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.liner_tagset-m .tag.black {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_long/butter_5.svg);
  color: rgb(238, 238, 238);
}
.liner_tagset-m .tag.black:hover {
  color: #000;
}
.liner_tagset-m .tag.black.active {
  color: #000;
}
.liner_tagset-m .tag::before {
  content: "";
  width: 5%;
  height: 100%;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_long/butter_1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-55%, 0%);
      -ms-transform: translate(-55%, 0%);
          transform: translate(-55%, 0%);
  opacity: 0;
}
.liner_tagset-m .tag::after {
  content: "";
  width: 5%;
  height: 100%;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_long/butter_3.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(45%, 0%);
      -ms-transform: translate(45%, 0%);
          transform: translate(45%, 0%);
  opacity: 0;
}
.liner_tagset-m .tag:hover {
  color: #fff;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_long/butter_2.svg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.liner_tagset-m .tag.active {
  color: #fff;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_long/butter_2.svg);
}
.liner_tagset-m .tag.active::before, .liner_tagset-m .tag.active::after {
  opacity: 1;
}

.to_top_div {
  z-index: 5;
  position: relative;
  text-align: center;
}
.to_top_div .to_btn {
  cursor: pointer;
}
.to_top_div .to_btn img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.to_top_div .to_btn:hover img {
  -webkit-transform: scale(0.95) translateY(-12px);
      -ms-transform: scale(0.95) translateY(-12px);
          transform: scale(0.95) translateY(-12px);
}
.to_top_div .o5 {
  width: 30px;
}

.big_tittle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.big_tittle .left {
  width: 100px;
  margin-right: 40px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.big_tittle .left .p4 {
  -webkit-animation: rrr 1s 0s 1;
          animation: rrr 1s 0s 1;
}
.big_tittle .left .p3 {
  -webkit-animation: rrr 1s 0.25s 1;
          animation: rrr 1s 0.25s 1;
}
.big_tittle .left .p2 {
  -webkit-animation: rrr 1s 0.5s 1;
          animation: rrr 1s 0.5s 1;
}
.big_tittle .left .p1 {
  -webkit-animation: rrr 1s 0.75s 1;
          animation: rrr 1s 0.75s 1;
}
.big_tittle .right {
  width: 100px;
  margin-left: 40px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.big_tittle .right .p4 {
  -webkit-animation: rrr 1s 0s 1;
          animation: rrr 1s 0s 1;
}
.big_tittle .right .p3 {
  -webkit-animation: rrr 1s 0.25s 1;
          animation: rrr 1s 0.25s 1;
}
.big_tittle .right .p2 {
  -webkit-animation: rrr 1s 0.5s 1;
          animation: rrr 1s 0.5s 1;
}
.big_tittle .right .p1 {
  -webkit-animation: rrr 1s 0.75s 1;
          animation: rrr 1s 0.75s 1;
}
@media screen and (max-width: 768px) {
  .big_tittle .left,
.big_tittle .right {
    width: 70px;
  }
  .big_tittle .left {
    margin-right: 20px;
  }
  .big_tittle .right {
    margin-left: 20px;
  }
  .big_tittle span {
    max-width: calc(100% - 180px);
  }
}

@-webkit-keyframes rrr {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}

@keyframes rrr {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}
#kv {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 11;
}
#kv.active .pic .bg2,
#kv.active .pic .bg3 {
  -webkit-animation: o0 1s 0.6s both;
          animation: o0 1s 0.6s both;
}
#kv.active .pic .bg4 {
  -webkit-animation: product_show 1s 1.6s both, float 5s 1s 1;
          animation: product_show 1s 1.6s both, float 5s 1s 1;
}
#kv.active .text {
  -webkit-animation: o1 0.7s 2s both;
          animation: o1 0.7s 2s both;
}
#kv .pic {
  width: 100%;
  position: relative;
}
#kv .pic img {
  width: 100%;
  display: block;
}
#kv .pic .bg2,
#kv .pic .bg3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
#kv .pic .bg4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
#kv .text {
  width: 30%;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
#kv .text > h1 {
  line-height: 0;
}
#kv .text .title {
  width: 300px;
}
@-webkit-keyframes o0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes o0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes o1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes o1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes product_show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes product_show {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media screen and (max-width: 1023px) {
  #kv .pic {
    width: 150%;
    margin-right: 0;
    -webkit-transform: translateX(-33%);
        -ms-transform: translateX(-33%);
            transform: translateX(-33%);
  }
  #kv .text {
    width: 80%;
    margin: auto;
    padding: 50px 0;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  #kv .text .title {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  #kv .text {
    width: 90%;
  }
  #kv .text .title {
    width: 200px;
  }
}

#bg_color {
  overflow: hidden;
  background-color: rgb(230, 230, 230);
  position: relative;
}
#bg_color #bg_grid {
  width: 100%;
  height: 100%;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/bg/bg_white.svg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
#bg_color #bg_grid.w {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

#side_nav {
  height: 100vh;
  position: fixed;
  right: 20px;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  display: none;
}
#side_nav.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#side_nav .bar {
  width: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#side_nav .bar.bar-t {
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#side_nav .bar.bar-b {
  padding-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#side_nav .bar.bar-b img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#side_nav .main_nav {
  min-height: 250px;
  text-align: right;
  color: #a7a7a7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#side_nav .main_nav #nav_details .sub_nav li.active, #side_nav .main_nav #nav_details .sub_nav li:hover, #side_nav .main_nav #nav_core .sub_nav li.active, #side_nav .main_nav #nav_core .sub_nav li:hover {
  color: #FFF;
}
#side_nav .main_nav.w > li.active .sub_nav {
  display: block;
}
#side_nav .main_nav.w > li.active .sub_nav > li.active, #side_nav .main_nav.w > li.active .sub_nav > li:hover {
  color: #fff;
}
#side_nav .main_nav > li {
  margin: 5px 0;
  cursor: pointer;
}
#side_nav .main_nav > li > button > .num, #side_nav .main_nav > li > .num {
  width: 30px;
  margin-right: 0;
  margin-left: auto;
  opacity: 0.5;
}
#side_nav .main_nav > li > button > p, #side_nav .main_nav > li > p {
  margin-top: 5px;
  line-height: 1.2;
  position: relative;
  display: none;
}
#side_nav .main_nav > li > button > p span, #side_nav .main_nav > li > p span {
  vertical-align: top;
  display: inline-block;
}
#side_nav .main_nav > li > button > p img, #side_nav .main_nav > li > p img {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  position: absolute;
  bottom: 3px;
  right: -2px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
#side_nav .main_nav > li .sub_nav {
  display: none;
}
#side_nav .main_nav > li .sub_nav > li {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  margin: 0;
}
#side_nav .main_nav > li .sub_nav > li:hover {
  color: #000;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
#side_nav .main_nav > li.active > button > .num, #side_nav .main_nav > li.active > .num {
  opacity: 1;
  display: block;
}
#side_nav .main_nav > li.active > button > p, #side_nav .main_nav > li.active > p {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #2fdace;
  background: #2fdace;
  background: -o-linear-gradient(left, #2fdace 0%, #5bc6e9 80%);
  background: -webkit-gradient(linear, left top, right top, from(#2fdace), color-stop(80%, #5bc6e9));
  background: linear-gradient(to right, #2fdace 0%, #5bc6e9 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#side_nav .main_nav > li.active > button > p img, #side_nav .main_nav > li.active > p img {
  bottom: 5px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#side_nav .main_nav > li.active .sub_nav {
  display: block;
}
#side_nav .main_nav > li.active .sub_nav > li.active {
  color: #000;
}
#side_nav .main_nav > li:hover > .num {
  opacity: 1;
  display: block;
}
#side_nav .main_nav > li:hover > p {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #2fdace;
  background: #2fdace;
  background: -o-linear-gradient(left, #2fdace 0%, #5bc6e9 80%);
  background: -webkit-gradient(linear, left top, right top, from(#2fdace), color-stop(80%, #5bc6e9));
  background: linear-gradient(to right, #2fdace 0%, #5bc6e9 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
#side_nav .main_nav > li:hover > p img {
  bottom: 5px;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
@media screen and (max-width: 768px) {
  #side_nav {
    display: none;
  }
  #side_nav.active {
    display: none;
  }
}

#spec {
  height: 285vh;
  position: relative;
}
#spec .hook {
  position: absolute;
}
#spec .hook.hook1 {
  top: 0;
}
#spec .hook.hook2 {
  top: 50vh;
}
#spec .hook.hook3 {
  top: 100vh;
}
#spec .hook.hook4 {
  top: 150vh;
}
#spec .hook.hook5 {
  top: 200vh;
}

#spec_page {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#spec_page .tab_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  #spec_page .tab_wrap {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #spec_page {
    height: 180vh;
  }
}
@media screen and (max-width: 768px) {
  #spec_page {
    height: 100vh;
  }
}
#spec_page::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(230, 230, 230)), to(rgba(230, 230, 230, 0)));
  background: -o-linear-gradient(top, rgb(230, 230, 230) 50%, rgba(230, 230, 230, 0) 100%);
  background: linear-gradient(180deg, rgb(230, 230, 230) 50%, rgba(230, 230, 230, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#spec_page .to {
  width: 40px;
  position: absolute;
  cursor: pointer;
}
#spec_page .to .cls-2,
#spec_page .to .cls-3 {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
#spec_page .to:hover .cls-2 {
  opacity: 1;
}
#spec_page .to:hover .cls-3 {
  fill: #2fdace;
}
#spec_page .to.to_prev {
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#spec_page .to.to_next {
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
#spec_page .arrow_bg {
  width: 18%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/spec_arrow_bg.svg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@-webkit-keyframes arrow_bg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -100vh;
  }
}
@keyframes arrow_bg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% -100vh;
  }
}
#spec_page .inner {
  margin-top: 50px;
  height: 100%;
  position: relative;
  z-index: 2;
}
#spec_page .tag.more {
  width: 175px;
  margin: 0 10px;
  border: 1px solid #a8a8a8;
  color: #5e5e5e;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e6e6e6;
}
@media screen and (max-width: 1024px) {
  #spec_page .tag.more {
    width: calc(50% - 10px);
    margin: 0 auto;
  }
}
#spec_page .tag.more:hover {
  color: #000000;
  border: 1px solid #2fdace;
}
#spec_page .tag.more.active {
  color: #000000;
  border: 1px solid #2fdace;
}
#spec_page .tag.more button {
  padding: 7px;
  width: 100%;
  height: 100%;
}
#spec_page .tagset {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#spec_page .tagset .tag {
  width: 175px;
  margin: 0 10px;
  border: 1px solid #a8a8a8;
  color: #5e5e5e;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e6e6e6;
}
#spec_page .tagset .tag:hover {
  color: #000000;
  border: 1px solid #2fdace;
}
#spec_page .tagset .tag.active {
  color: #000000;
  border: 1px solid #2fdace;
}
#spec_page .tagset .tag button {
  padding: 7px;
  width: 100%;
  height: 100%;
}
#spec_page .spec_title {
  margin: 20px 0;
}
#spec_page .spec_wrap {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
#spec_page .spec_info {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
#spec_page .spec_info .spec_img {
  width: 56%;
  max-width: 630px;
}
#spec_page .spec_info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#spec_page .spec_info .spec_line {
  width: 56%;
  max-width: 630px;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#spec_page .spec_info .spec_line.spec_mo {
  opacity: 0;
}
#spec_page .spec_info .spec_line.active {
  opacity: 1;
}
#spec_page .spec_info .spec_line.active.spec_mo {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  #spec_page .spec_info .spec_line {
    width: auto;
    max-width: auto;
  }
}
#spec_page .spec_info .spec_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#spec_page .spec_info .spec_text.active {
  opacity: 1;
  z-index: 111;
}
#spec_page .spec_info .spec_text > li {
  width: 20%;
  position: absolute;
}
@media screen and (max-width: 1366px) {
  #spec_page .spec_info .spec_text > li h6 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 1024px) {
  #spec_page .to {
    display: none;
  }
  #spec_page .tagset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #spec_page .tagset .tag {
    width: calc(50% - 10px);
    margin: 5px;
  }
  #spec_page .spec_wrap {
    height: 100%;
  }
  #spec_page .spec_info {
    height: 50vh;
  }
  #spec_page .spec_info .spec_line.active {
    opacity: 1;
  }
  #spec_page .spec_info .spec_line.active.spec_mo {
    opacity: 1;
  }
  #spec_page .spec_info .spec_line.active.spec_pc {
    opacity: 0;
  }
  #spec_page .spec_info .spec_text {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    counter-reset: num;
  }
  #spec_page .spec_info .spec_text > li {
    width: 33%;
    margin-bottom: 15px;
    vertical-align: top;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #spec_page .spec_info .spec_text > li h6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
            margin-top:2.2px;
  }
  #spec_page .spec_info .spec_text > li::before {
    counter-increment: num;
    content: counter(num);
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 768px) {
  #spec_page::before {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(230, 230, 230)), to(rgba(230, 230, 230, 0)));
    background: -o-linear-gradient(top, rgb(230, 230, 230) 50%, rgba(230, 230, 230, 0) 100%);
    background: linear-gradient(180deg, rgb(230, 230, 230) 50%, rgba(230, 230, 230, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #spec_page .arrow_bg {
    width: 30%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 768px) {
  #spec_page .spec_info .spec_text {
    overflow: scroll;
    max-height: 30vh;
  }
  #spec_page .spec_info .spec_text > li {
    width: 50% !important;
    margin-bottom: 10px;
  }
  #spec_page .spec_info .spec_text > li::before {
    counter-increment: num;
    content: counter(num);
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 1px solid #000;
  }
}

#csm hr {
  margin-top: 7%;
  opacity: 0.5;
}
#csm .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#csm .more.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#csm .more h6 {
  padding-bottom: 0;
}
#csm .more img {
  width: 15px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  #csm .more:hover img {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}

#acce .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#acce .more {
  margin-bottom: 80px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#acce .more.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#acce .more h6 {
  padding-bottom: 0;
}
#acce .more img {
  width: 15px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1024px) {
  #acce .more:hover img {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 1023px) {
  #acce .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #acce .inner .col50 {
    width: 100%;
  }
  #acce .inner .col50:nth-child(1) {
    margin-bottom: 30px;
  }
}

#newblock, .first-block {
  background-image: url(../img/bg_gray.svg);
  background-size: cover;
}

.first-block {
  position: relative;
}

#tune, #newblock {
  padding-top: 7%;
  position: relative;
}
#tune .tune_bg1, #newblock .tune_bg1 {
  position: absolute;
  width: 7%;
  top: 5%;
  left: 10%;
}
#tune .tune_bg2, #newblock .tune_bg2 {
  position: absolute;
  width: 4%;
  top: calc(5% + 50px);
  left: 9%;
}
@media screen and (max-width: 768px) {
  #tune .tune_bg1, #newblock .tune_bg1 {
    left: 4%;
  }
  #tune .tune_bg2, #newblock .tune_bg2 {
    left: 4%;
  }
}
@media screen and (max-width: 600px) {
  #tune .tune_bg1,
#tune .tune_bg2, #newblock .tune_bg1,
#newblock .tune_bg2 {
    display: none;
  }
}

#tune_title {
  padding-bottom: 0;
}

#way_title {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#way_title .top_ul {
  padding-left: 30px;
}

#way {
  height: 90vh;
  position: relative;
}

#way_page {
  height: 80vh;
  position: relative;
  z-index: 1;
}
#way_page .way_bg1 {
  width: 7%;
  min-width: 40px;
  position: absolute;
  top: 5%;
  left: 4%;
}
#way_page .way_bg2 {
  width: 4%;
  min-width: 40px;
  position: absolute;
  bottom: -2%;
  right: 6%;
  opacity: 0.7;
}
#way_page .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#way_page .liner_tagset-s {
  padding-top: 1.5%;
}
#way_page .way_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 74%;
  position: relative;
}
#way_page .way_infobox .way_info {
  height: 100vh;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#way_page .way_infobox .way_info .hide {
  display: none;
}
#way_page .way_infobox .way_info .pic {
  width: 58%;
}
#way_page .way_infobox .way_info .text {
  width: 42%;
}
#way_page .way_infobox .way_info .pic {
  padding-right: 3%;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}
#way_page .way_infobox .way_info .text {
  position: relative;
}
#way_page .way_infobox .way_info .text .in {
  position: absolute;
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
#way_page .way_infobox .way_info .way_info_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  #way_page .way_infobox .way_info .pic {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 768px) {
  #way_page .liner_tagset-s {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #way_page .way_infobox .way_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #way_page .way_infobox .way_info .pic,
#way_page .way_infobox .way_info .text {
    width: 100%;
  }
  #way_page .way_infobox .way_info .pic {
    height: 30%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    text-align: center;
  }
  #way_page .way_infobox .way_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 600px) {
  #way_page .way_bg2 {
    display: none;
  }
}

#overclocking {
  position: relative;
}
#overclocking .hide {
  display: none;
}
#overclocking .active {
  display: block;
}

#overclocking_page .top {
  margin-bottom: 1.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#overclocking_page .top .text {
  width: 100%;
}
#overclocking_page .top .logo {
  width: 30%;
  max-width: 200px;
}
#overclocking_page .itembox {
  margin-top: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#overclocking_page .itembox .item {
  width: 28%;
  text-align: center;
}
#overclocking_page .itembox .item img {
  max-width: 200px;
  margin-bottom: 20px;
}
#overclocking_page .itembox .item h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #overclocking_page .top {
    margin-bottom: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #overclocking_page .top .text {
    width: 100%;
  }
  #overclocking_page .top .logo {
    width: 250px;
  }
  #overclocking_page .itembox {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #overclocking_page .itembox .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #overclocking_page .itembox .item img {
    max-width: 150px;
  }
}

#overclocking_swiper {
  margin-bottom: 10%;
}
#overclocking_swiper .itembox {
  width: 100%;
  position: relative;
  min-height: 500px;
  margin: 30px auto;
  overflow: hidden;
}
#overclocking_swiper .itembox .item {
  position: absolute;
  left: 50%;
  top: 0;
  width: 60%;
  background: rgb(231, 231, 231);
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%) rotateY(0deg);
          transform: translateX(-50%) rotateY(0deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
#overclocking_swiper .itembox .item.leftbox {
  left: 0;
  background: rgb(221, 221, 221);
  -webkit-transform: perspective(4000px) translateX(-66%) rotateY(-55deg);
          transform: perspective(4000px) translateX(-66%) rotateY(-55deg);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  z-index: 0;
}
#overclocking_swiper .itembox .item.rightbox {
  background: rgb(221, 221, 221);
  -webkit-transform: perspective(4000px) translateX(49.8%) rotateY(55deg);
          transform: perspective(4000px) translateX(49.8%) rotateY(55deg);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  z-index: 1;
}
#overclocking_swiper .itembox .item .inner {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#overclocking_swiper .itembox .item .inner .img {
  width: 60%;
  padding: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#overclocking_swiper .itembox .item .inner .text {
  width: 40%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#overclocking_swiper .contorl {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#overclocking_swiper .contorl .to {
  width: 30px;
  margin: 0 50px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#overclocking_swiper .contorl .to:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#overclocking_swiper .contorl .to.to_right {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  #overclocking_swiper .itembox {
    min-height: auto;
  }
  #overclocking_swiper .itembox .item {
    width: 90%;
    position: relative;
    height: auto;
  }
  #overclocking_swiper .itembox .item.leftbox, #overclocking_swiper .itembox .item.rightbox {
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #overclocking_swiper .itembox .item .inner .img {
    width: 40%;
  }
  #overclocking_swiper .itembox .item .inner .text {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  #overclocking_swiper .itembox {
    min-height: auto;
  }
  #overclocking_swiper .itembox .item {
    width: 90%;
    position: relative;
    height: auto;
  }
  #overclocking_swiper .itembox .item.leftbox, #overclocking_swiper .itembox .item.rightbox {
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #overclocking_swiper .itembox .item .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #overclocking_swiper .itembox .item .inner .img,
#overclocking_swiper .itembox .item .inner .text {
    width: 100%;
  }
}

#cooling_page {
  position: relative;
}
#cooling_page .top {
  margin-bottom: 5%;
}
#cooling_page .cooling_bg1 {
  width: 50%;
  min-width: 40px;
  position: absolute;
  top: 30%;
  left: 0;
}
#cooling_page .itembox {
  margin-top: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#cooling_page .itembox .item {
  width: 28%;
  text-align: center;
}
#cooling_page .itembox .item img {
  max-width: 200px;
  margin-bottom: 20px;
}
#cooling_page .itembox .item h4 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #cooling_page .top {
    margin-bottom: 50px;
  }
  #cooling_page .itembox {
    margin-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #cooling_page .itembox .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #cooling_page .itembox .item img {
    max-width: 150px;
  }
}

.cooling-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/bg_white.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#oneclick {
  height: 90vh;
  position: relative;
}
#oneclick .hide {
  display: none;
}
#oneclick .hook {
  position: absolute;
}
#oneclick .hook.hook1 {
  top: 0;
  height: 50vh;
}
#oneclick .hook.hook2 {
  top: 50vh;
  height: 50vh;
}

#oneclick_page {
  height: 70vh;
}
#oneclick_page .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#oneclick_page .liner_tagset-s {
  margin-bottom: 0px;
}
#oneclick_page .oneclick_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}
#oneclick_page .oneclick_infobox .oneclick_info {
  margin-top: 5%;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
}
#oneclick_page .oneclick_infobox .oneclick_info .pic {
  width: 50%;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: relative;
}
#oneclick_page .oneclick_infobox .oneclick_info .pic .bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
      -ms-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  z-index: 0;
}
#oneclick_page .oneclick_infobox .oneclick_info .pic .front {
  position: relative;
  z-index: 1;
}
#oneclick_page .oneclick_infobox .oneclick_info .text {
  width: 35%;
  position: relative;
}
#oneclick_page .oneclick_infobox .oneclick_info .text .in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #oneclick_page .liner_tagset-s {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  #oneclick_page .oneclick_infobox .oneclick_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #oneclick_page .oneclick_infobox .oneclick_info .pic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 80%;
    z-index: 0;
  }
  #oneclick_page .oneclick_infobox .oneclick_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    z-index: 1;
  }
}

@media screen and (max-width: 500px) {
  #uefi_title {
    padding-top: 50px;
  }
}

#uefi {
  margin-bottom: 10%;
}

#uefi_page {
  position: relative;
  padding: 1.5% 0 0 0;
}
#uefi_page .uefi_bg1 {
  width: 10%;
  min-width: 40px;
  position: absolute;
  top: -10%;
  left: 2%;
}
#uefi_page .liner_tagset-s {
  margin-bottom: 1%;
}
#uefi_page .adv,
#uefi_page .ez {
  padding: 2% 0;
  display: none;
  -webkit-animation: show_adv_ez 0.5s both;
          animation: show_adv_ez 0.5s both;
}
#uefi_page .adv.active,
#uefi_page .ez.active {
  display: block;
}
#uefi_page .top_text {
  margin-bottom: 50px;
}
#uefi_page .uefi_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#uefi_page .uefi_infobox .pic {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 2% 30px 0;
  background-color: rgb(245, 245, 245);
}
#uefi_page .uefi_infobox .pic .img {
  width: 100%;
  padding-bottom: 35%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#uefi_page .uefi_infobox .text {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#uefi_page .uefi_infobox .text .item.c30 {
  width: 31%;
  margin: 20px 0;
}
#uefi_page .uefi_infobox .text .item.c50 {
  width: 48%;
  margin: 20px 0;
}
@-webkit-keyframes show_adv_ez {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show_adv_ez {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #uefi_page .liner_tagset-s {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #uefi_page .uefi_infobox .text .item.c30 {
    width: 48%;
    margin: 20px 0;
  }
  #uefi_page .uefi_infobox .text .item.c50 {
    width: 48%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  #uefi_page .uefi_bg1 {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #uefi_page .uefi_infobox .text .item.c30 {
    width: 100%;
    margin: 10px 0;
  }
  #uefi_page .uefi_infobox .text .item.c50 {
    width: 100%;
    margin: 10px 0;
  }
}

.cooling-block .hide {
  display: none;
}

#core_title {
  padding-top: 7%;
}

.build {
  background-image: url(../img/bg_gray.svg);
  background-position: center center;
}

.cooling-block {
  background-color: rgb(38, 38, 38);
}

.core_info {
  padding-top: 3%;
  display: none;
}
.core_info.active {
  display: block;
}
.core_info .text {
  margin-bottom: 60px;
}
.core_info .pic {
  display: inline-block;
  position: relative;
}
.core_info.core_info1 .pic p {
  width: 22%;
  position: absolute;
  top: 73%;
  left: 21.2%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.core_info2__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3% 0;
}
.core_info2__content .text {
  padding-top: 4%;
}
@media screen and (max-width: 768px) {
  .core_info2__content {
    display: block;
  }
  .core_info2__content .col40, .core_info2__content .col50 {
    width: 100%;
  }
  .core_info2__content .txt-white {
    text-align: center;
  }
}

.core_info1__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3% 0;
}
.core_info1__content .text {
  padding-top: 4%;
}
@media screen and (max-width: 768px) {
  .core_info1__content {
    display: block;
  }
  .core_info1__content .col40, .core_info1__content .col50 {
    width: 100%;
  }
  .core_info1__content .txt-white {
    text-align: center;
  }
}
.core_info1__line {
  position: absolute;
  width: 16vw;
  bottom: 22%;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .core_info1__line {
    display: none;
  }
}
.core_info1__chipset {
  width: 300px;
  position: absolute;
  bottom: 11%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  left: 35%;
  z-index: 3;
}
@media screen and (max-width: 1240px) {
  .core_info1__chipset {
    bottom: 3%;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 1080px) {
  .core_info1__chipset {
    bottom: 0%;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    left: 30%;
  }
}
@media screen and (max-width: 768px) {
  .core_info1__chipset {
    left: 10%;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    bottom: 5%;
    width: 20vw;
  }
}
.core_info1__chipset p {
  width: 180px;
  text-align: center;
  font-size: 12px;
}

.core_info .text h6 {
  font-size: 17px;
}

#design_title {
  padding-top: 5%;
  position: relative;
}
#design_title .design_bg1 {
  /* width: 5%; */
  position: absolute;
  /* top: 98%; */
  left: 10%;
}
#design_title .design_bg2 {
  width: 5%;
  min-width: 40px;
  position: absolute;
  top: 80%;
  left: 6%;
}
#design_title .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#design_title .inner > div {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #design_title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #design_title .inner > div {
    width: 100%;
  }
  #design_title .design_bg2 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #design_title .design_bg1 {
    display: none;
  }
}

#design {
  position: relative;
}
#design + .to_top_div {
  padding-top: 7%;
}

#design_page {
  position: relative;
}
#design_page .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#design_page .pic {
  width: 55%;
  position: relative;
}
#design_page .pic .fan_f {
  width: 100%;
  left: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: none;
}
#design_page .pic .fan_f.active {
  display: block;
}
#design_page .right {
  width: 45%;
  min-height: 400px;
  position: relative;
  z-index: 10;
}
#design_page .right .control {
  margin-bottom: 30px;
  margin-left: -10px;
}
#design_page .right .control .control_btn {
  width: 55px;
  margin-right: 8px;
  display: inline-block;
  cursor: pointer;
}
#design_page .right .control .control_btn .f {
  display: none;
}
#design_page .right .control .control_btn .t {
  display: block;
}
#design_page .right .control .control_btn.active .t, #design_page .right .control .control_btn:hover .t {
  display: none;
}
#design_page .right .control .control_btn.active .f, #design_page .right .control .control_btn:hover .f {
  display: block;
}
#design_page .info {
  width: 100%;
  padding-top: 30px;
  display: none;
  opacity: 0;
}
#design_page .info.active {
  display: block;
  -webkit-animation: textShow 0.5s forwards;
          animation: textShow 0.5s forwards;
}
@-webkit-keyframes textShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textShow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  #design_page .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #design_page .pic {
    width: 100%;
    text-align: center;
  }
  #design_page .pic img {
    margin: auto;
  }
  #design_page .pic .fan_f {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #design_page .right {
    width: 100%;
    height: 60%;
  }
  #design_page .right .control {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
  }
  #design_page .right .control .control_btn {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    -webkit-filter: grayscale(100);
            filter: grayscale(100);
  }
  #design_page .right .control .control_btn.active {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.build .hide {
  display: none;
}

#build {
  padding-top: 7%;
}

#robust_title {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#robust_title .top_ul {
  padding-left: 30px;
}

#robust {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 500px) {
  #robust {
    height: auto;
  }
}
#robust .hook {
  position: absolute;
}
#robust .hook.hook1 {
  top: 0;
  height: 50vh;
}
#robust .hook.hook2 {
  top: 50vh;
  height: 50vh;
}

#robust_page {
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  #robust_page {
    height: auto;
  }
}
#robust_page .hide {
  display: none;
}
#robust_page .robust_bg1 {
  width: 4%;
  min-width: 20px;
  position: absolute;
  top: 5%;
  left: 10%;
}
#robust_page .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#robust_page .liner_tagset-m {
  padding-top: 4%;
}
#robust_page .robust_infobox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #robust_page .robust_infobox {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
#robust_page .robust_infobox .robust_info {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #robust_page .robust_infobox .robust_info {
    top: auto;
    height: auto;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    position: relative;
  }
}
#robust_page .robust_infobox .robust_info .pic,
#robust_page .robust_infobox .robust_info .text {
  width: 50%;
}
#robust_page .robust_infobox .robust_info .pic {
  padding-left: 3%;
  position: relative;
}
#robust_page .robust_infobox .robust_info .pic .cover {
  position: absolute;
  top: 0;
  right: 0;
}
#robust_page .robust_infobox .robust_info .text {
  position: relative;
}
#robust_page .robust_infobox .robust_info .text .in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #robust_page .robust_infobox .robust_info .text .in {
    top: auto;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: relative;
    margin-top: 30px;
  }
}
#robust_page .robust_infobox .robust_info .robust_info_title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #robust_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  #robust_page .robust_infobox .robust_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #robust_page .robust_infobox .robust_info .pic,
#robust_page .robust_infobox .robust_info .text {
    width: 100%;
  }
  #robust_page .robust_infobox .robust_info .pic {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    height: 30%;
    padding-left: 0;
    text-align: center;
  }
  #robust_page .robust_infobox .robust_info .pic .cover {
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
  #robust_page .robust_infobox .robust_info .text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 600px) {
  #robust_page .robust_bg1 {
    display: none;
  }
}

#optimem_title {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 500px) {
  #optimem_title {
    padding-top: 30px;
  }
}

#optimem {
  position: relative;
}

#optimem_page {
  position: relative;
  z-index: 1;
}
#optimem_page ul {
  padding-left: 30px;
}
#optimem_page .liner_tagset-m {
  padding-top: 0%;
  padding-left: 0;
  margin-bottom: 100px;
}
#optimem_page .optimem_infobox {
  width: 100%;
  position: relative;
}
#optimem_page .optimem_infobox .optimem_info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
#optimem_page .optimem_infobox .optimem_info.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#optimem_page .optimem_infobox .optimem_info .pic,
#optimem_page .optimem_infobox .optimem_info .text {
  width: 50%;
}
#optimem_page .optimem_infobox .optimem_info .pic {
  padding-right: 3%;
  position: relative;
}
#optimem_page .optimem_infobox .optimem_info .pic .cover {
  position: absolute;
  top: -50px;
  left: 0;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#optimem_page .optimem_infobox .optimem_info .pic .cover.active {
  top: 0;
  opacity: 1;
}
#optimem_page .optimem_infobox .optimem_info .text {
  position: relative;
}
#optimem_page .optimem_infobox .optimem_info .text .in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #optimem_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #optimem_page .optimem_infobox .optimem_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #optimem_page .optimem_infobox .optimem_info .pic,
#optimem_page .optimem_infobox .optimem_info .text {
    width: 100%;
  }
  #optimem_page .optimem_infobox .optimem_info .pic {
    height: 30%;
    padding-right: 0;
    text-align: center;
  }
  #optimem_page .optimem_infobox .optimem_info .pic .cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #optimem_page .optimem_infobox .optimem_info .text {
    margin-top: 30px;
  }
  #optimem_page .optimem_infobox .optimem_info .text .in {
    top: 0;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 500px) {
  #optimem_page .liner_tagset-m {
    padding-top: 0px;
  }
}

#storage {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#storage .storage_bg1 {
  width: 50%;
  min-width: 70px;
  position: absolute;
  top: 80%;
  left: 0;
}
#storage .storage_bg2 {
  width: 4%;
  min-width: 20px;
  position: absolute;
  top: 80%;
  right: 10%;
}
#storage .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#storage .text {
  width: 50%;
  padding-right: 5%;
}
#storage .picouter {
  width: 50%;
  margin-top: 5%;
  text-align: center;
}
#storage .picouter .pic {
  margin: auto;
  display: inline-block;
  position: relative;
}
#storage .picouter .m2_cover {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #storage .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #storage .text {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  #storage .picouter {
    width: 100%;
  }
}

/* .connectivity_info .pic div {
  background-color: #EAEAEA;
} */

#connectivity_title {
  width: 100%;
  position: relative;
}
#connectivity_title .top_ul {
  padding-left: 30px;
}

#connectivity {
  position: relative;
}
#connectivity .hook {
  position: absolute;
}
#connectivity .hook.hook1 {
  top: 0;
  height: 50vh;
}
#connectivity .hook.hook2 {
  top: 50vh;
  height: 50vh;
}
#connectivity .hook.hook3 {
  top: 100vh;
  height: 50vh;
}
#connectivity .hook.hook4 {
  top: 150vh;
  height: 50vh;
}
#connectivity .hook.hook5 {
  top: 200vh;
  height: 50vh;
}
#connectivity .hook.hook6 {
  top: 250vh;
  height: 50vh;
}

#connectivity_page {
  position: relative;
  z-index: 1;
}
#connectivity_page .hide {
  display: none;
}
#connectivity_page .inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#connectivity_page .liner_tagset-m {
  padding-top: 0%;
  margin-bottom: 100px;
}
#connectivity_page .connectivity_infobox {
  width: 100%;
  position: relative;
}
#connectivity_page .connectivity_infobox .connectivity_info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#connectivity_page .connectivity_infobox .connectivity_info .pic,
#connectivity_page .connectivity_infobox .connectivity_info .text {
  width: 50%;
}
#connectivity_page .connectivity_infobox .connectivity_info .pic {
  padding-right: 3%;
  position: relative;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}
#connectivity_page .connectivity_infobox .connectivity_info .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#connectivity_page .connectivity_infobox .connectivity_info .text {
  position: relative;
}
#connectivity_page .connectivity_infobox .connectivity_info .text .in {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#connectivity_page .connectivity_infobox .connectivity_info .box {
  margin-top: 10px;
}
#connectivity_page .connectivity_infobox .connectivity_info .box .it {
  margin: 10px 10px 10px 0;
  padding: 10px 20px;
  border: 2px solid #ccc;
  display: inline-block;
}
#connectivity_page .connectivity_infobox .connectivity_info .connectivity_info_title {
  margin-bottom: 30px;
}
#connectivity_page .languard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
#connectivity_page .languard img {
  width: 24%;
}
@media screen and (max-width: 1440px) {
  #connectivity_page .connectivity_infobox .connectivity_info .pic {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@media screen and (max-width: 1023px) {
  #connectivity_page .liner_tagset-m {
    padding-top: 2%;
  }
  #connectivity_page .connectivity_infobox .connectivity_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .pic,
#connectivity_page .connectivity_infobox .connectivity_info .text {
    width: 100%;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .pic {
    height: 30%;
    padding-right: 0;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .pic .cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #connectivity_page .connectivity_infobox .connectivity_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

#realtek#realtek {
  width: 100%;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center;
}
#realtek#realtek .in {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #realtek#realtek {
    width: 100%;
  }
}

.details {
  background-color: rgb(38, 38, 38);
  position: relative;
}
.details::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/bg_white.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.details .hide {
  display: none;
}

#details {
  position: relative;
}
#details .details_bg1 {
  width: 100%;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
}

#audio_title {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#audio_title .top_ul {
  padding-left: 30px;
}

#audio_page {
  position: relative;
  z-index: 1;
}
#audio_page .liner_tagset-m {
  padding-top: 1%;
  margin-bottom: 50px;
}
#audio_page .audio_infobox {
  width: 100%;
  position: relative;
}
#audio_page .audio_infobox .audio_info {
  display: none;
}
#audio_page .audio_infobox .audio_info.active {
  display: block;
}
#audio_page .audio_infobox .audio_info1 .text {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#audio_page .audio_infobox .audio_info1 .text .in {
  width: 100%;
}
#audio_page .audio_infobox .audio_info1 .text.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#audio_page .audio_infobox .audio_info1 .text1 .itembox {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#audio_page .audio_infobox .audio_info1 .text1 .itembox .item {
  margin: 20px 0;
}
#audio_page .audio_infobox .audio_info1 .text2 .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#audio_page .audio_infobox .audio_info1 .text2 .in .t {
  width: 50%;
  padding-right: 30px;
}
#audio_page .audio_infobox .audio_info1 .text2 .in .t img {
  margin: 20px 0;
}
#audio_page .audio_infobox .audio_info1 .text2 .in .pic {
  width: 50%;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound {
  margin-top: 30px;
  margin-bottom: 50px;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .player {
  position: relative;
  background: url("https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/pic_hear_difference.png") center top no-repeat;
  width: 100%;
  padding-bottom: 50%;
  margin: 30px 0;
  overflow: hidden;
  /* margin-top: -150px; */
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .play-btn {
  background: url("https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/ai/play-icon.png") center top no-repeat;
  height: 150px;
  width: 180px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .play-btn div {
  background: url("https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/ai/play-icon-play.png") center no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  height: 145px;
  width: 145px;
  border-radius: 100%;
  margin: 3px auto 0 auto;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .play-btn div.pause {
  background-image: url("https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/ai/play-icon-pause.png");
  display: none;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .switch-btn {
  margin-bottom: 20px;
  border: 3px solid #fff;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  text-align: center;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .switch-btn div {
  width: 50%;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: "Xolonium", sans-serif;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .switch-btn .active {
  background: #fff;
  color: #000;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .caption {
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin: 0 auto 0 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p {
  font-weight: lighter;
  position: relative;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p:before {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 5px;
  background: red;
  margin-right: 20px;
  content: "";
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p.background:before {
  background: #666;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p.voice:before {
  background: #a200ff;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .caption p.speech:before {
  background: #70e2ff;
}
#audio_page .audio_infobox .audio_info1 .text3 .sound .note-platform {
  font-weight: lighter;
  max-width: 1100px;
  margin: -50px auto 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#audio_page .audio_infobox .audio_info1 .control {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#audio_page .audio_infobox .audio_info1 .control .to_prev,
#audio_page .audio_infobox .audio_info1 .control .to_next {
  width: 30px;
  margin: 0 40px;
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.5;
}
#audio_page .audio_infobox .audio_info1 .control .to_prev:hover,
#audio_page .audio_infobox .audio_info1 .control .to_next:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#audio_page .audio_infobox .audio_info1 .control .to_next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#audio_page .audio_infobox .audio_info2 h4 {
  margin-bottom: 50px;
}
#audio_page .audio_infobox .audio_info2 .item {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#audio_page .audio_infobox .audio_info2 .item .pic {
  width: 250px;
}
#audio_page .audio_infobox .audio_info2 .item h6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
#audio_page .audio_infobox .audio_info3 .itembox {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#audio_page .audio_infobox .audio_info3 .itembox .item {
  width: 33%;
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  #audio_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #audio_page .audio_infobox .audio_info1 .text1 .itembox {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #audio_page .audio_infobox .audio_info1 .text1 .itembox .item {
    width: 100%;
    margin: 20px 0;
  }
  #audio_page .audio_infobox .audio_info1 .text2 .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #audio_page .audio_infobox .audio_info1 .text2 .in .t {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #audio_page .audio_infobox .audio_info1 .text2 .in .pic {
    width: 100%;
  }
  #audio_page .audio_infobox .audio_info2 h4 {
    margin-bottom: 50px;
  }
  #audio_page .audio_infobox .audio_info2 .item {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #audio_page .audio_infobox .audio_info2 .item .pic {
    width: 100%;
    text-align: center;
  }
  #audio_page .audio_infobox .audio_info2 .item h6 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  #audio_page .audio_infobox .audio_info3 .itembox {
    margin-top: 30px;
  }
  #audio_page .audio_infobox .audio_info3 .itembox .item {
    width: 100%;
    padding: 10px;
  }
}

@media screen and (min-width: 1023px) {

  #audio_page .audio_infobox .audio_info3 .itembox .flexItem {
    width: 25% !important;
    padding: 20px;
}
}

@media screen and (max-width: 768px) {
  #audio_page .audio_infobox .audio_info1 .text1 .itembox .item {
    margin: 10px 0;
  }
}

#person {
  position: relative;
}
#person .person_bg1 {
  width: 5%;
  position: absolute;
  top: -20%;
  right: 12%;
}
#person .person_bg2 {
  width: 5%;
  min-width: 40px;
  position: absolute;
  top: -10%;
  right: 14%;
}
@media screen and (max-width: 600px) {
  #person .person_bg1,
#person .person_bg2 {
    display: none;
  }
}

#person_page {
  position: relative;
  z-index: 1;
}
#person_page .liner_tagset-m {
  padding-top: 1%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #person_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
#person_page .person_infobox {
  width: 100%;
  position: relative;
}
#person_page .person_infobox .person_info {
  display: none;
}
#person_page .person_infobox .person_info.active {
  display: block;
}
#person_page .person_infobox .person_info3 .hd-sec-armoury {
  width: 88%;
}
#person_page .person_infobox .person_info1 .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#person_page .person_infobox .person_info1 .in .t {
  width: 50%;
}
#person_page .person_infobox .person_info1 .in .pic {
  width: 50%;
  position: relative;
}
#person_page .person_infobox .person_info1 .in .pic .fcolor {
  position: relative;
  z-index: 1;
}
#person_page .person_infobox .person_info1 .in .pic #bcolor {
  position: absolute;
  width: 8%;
  height: 50%;
  top: 5%;
  left: 28%;
  -webkit-transform: skewY(40deg);
      -ms-transform: skewY(40deg);
          transform: skewY(40deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
#person_page .person_infobox .person_info1 .in .pic #bcolor.rainbow {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(200, 50, 50)), color-stop(25%, rgb(50, 150, 50)), color-stop(50%, rgb(50, 50, 200)), color-stop(75%, rgb(50, 150, 50)), to(rgb(200, 50, 50)));
  background: -o-linear-gradient(bottom, rgb(200, 50, 50) 0%, rgb(50, 150, 50) 25%, rgb(50, 50, 200) 50%, rgb(50, 150, 50) 75%, rgb(200, 50, 50) 100%);
  background: linear-gradient(0deg, rgb(200, 50, 50) 0%, rgb(50, 150, 50) 25%, rgb(50, 50, 200) 50%, rgb(50, 150, 50) 75%, rgb(200, 50, 50) 100%);
  -webkit-animation: rainbow 3s 1;
          animation: rainbow 3s 1;
}
#person_page .person_infobox .person_info1 .in .pic #bcolor.breathing {
  -webkit-animation: breathing 3s 1;
          animation: breathing 3s 1;
}
#person_page .person_infobox .person_info1 .in .pic #bcolor.strobing {
  -webkit-animation: strobing 1.5s 1;
          animation: strobing 1.5s 1;
}
#person_page .person_infobox .person_info1 .in .pic #bcolor.cycle {
  -webkit-animation: cycle 3s 1;
          animation: cycle 3s 1;
}
#person_page .person_infobox .person_info1 .in .pic #bcolor.music {
  -webkit-animation: cycle 3s infinite, music 3s 1;
          animation: cycle 3s infinite, music 3s 1;
}
#person_page .person_infobox .person_info1 .in .pic #bcolor.smart {
  -webkit-animation: cpu 3s 1;
          animation: cpu 3s 1;
}
#person_page .person_infobox .person_info1 .in .itembox {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#person_page .person_infobox .person_info1 .in .itembox .item {
  width: 25%;
  padding-right: 15px;
  margin: 20px 0;
  text-align: center;
}
#person_page .person_infobox .person_info1 .in .itembox .item img {
  width: 100%;
  max-width: 90px;
  margin-bottom: 10px;
}
#person_page .person_infobox .person_info1 #colorpicker {
  margin-bottom: -7%;
  display: none;
}
#person_page .person_infobox .person_info2 .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#person_page .person_infobox .person_info2 .in .pic {
  width: 50%;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: relative;
}
#person_page .person_infobox .person_info2 .in .pic .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: as 1s both;
          animation: as 1s both;
}
#person_page .person_infobox .person_info2 .in .t {
  width: 50%;
  padding-left: 30px;
}
#person_page .person_infobox .person_info2 .in .r {
  -webkit-animation: run 5s 1;
          animation: run 5s 1;
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@keyframes strobing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@-webkit-keyframes rainbow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes rainbow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}
@keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}
@-webkit-keyframes run {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes run {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  #person_page .person_infobox .person_info1 .in {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #person_page .person_infobox .person_info1 .in .t {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
  #person_page .person_infobox .person_info1 .in .pic {
    width: 100%;
  }
  #person_page .person_infobox .person_info2 .in {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #person_page .person_infobox .person_info2 .in .pic {
    width: 100%;
  }
  #person_page .person_infobox .person_info2 .in .t {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}
#person_page .person_infobox .person_info5 .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#person_page .person_infobox .person_info5 .in .pic {
  width: 50%;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: relative;
}
#person_page .person_infobox .person_info5 .in .pic .cover {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: as 1s both;
          animation: as 1s both;
}
#person_page .person_infobox .person_info5 .in .t {
  width: 50%;
  padding-left: 30px;
}
#person_page .person_infobox .person_info5 .in .r {
  -webkit-animation: run 5s 1;
          animation: run 5s 1;
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@keyframes strobing {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
}
@-webkit-keyframes rainbow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes rainbow {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}
@keyframes cpu {
  0% {
    background-color: red;
  }
  30% {
    background-color: yellow;
  }
  60% {
    background-color: green;
  }
  90% {
    background-color: yellow;
  }
}
@-webkit-keyframes run {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes run {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  #person_page .person_infobox .person_info1 .in {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #person_page .person_infobox .person_info1 .in .t {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }
  #person_page .person_infobox .person_info1 .in .pic {
    width: 100%;
  }
  #person_page .person_infobox .person_info5 .in {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #person_page .person_infobox .person_info5 .in .pic {
    width: 100%;
  }
  #person_page .person_infobox .person_info5 .in .t {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
}

/* ------------ armoury ----------- */
.person_info3 .hd_armoury_area {
  padding-top: 50px;
}
.person_info3 .hd_armoury_filter {
  width: 100%;
  max-width: 255px;
}
.person_info3 .hd_armoury_filter li {
  border: 2px solid #2fdace;
  padding: 14px 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  cursor: pointer;
}
.person_info3 .hd_armoury_filter li.hd_active {
  background: -o-linear-gradient(top, #2fdace 0%, #5bc6e9 80%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2fdace), color-stop(80%, #5bc6e9));
  background: linear-gradient(to bottom, #2fdace 0%, #5bc6e9 80%);
}
.person_info3 .hd_armoury_filter li h4 {
  color: #2fdace;
  margin-bottom: 0;
  font-size: 1.125em;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.person_info3 .hd_armoury_filter li h4 {
  padding-bottom: 0;
}
.person_info3 .hd_armoury_filter li:hover h4 {
  color: #2fdace;
}
.person_info3 .hd_armoury_filter li.hd_active h4 {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
.person_info3 .hd-sec-armoury .fright {
  width: calc(100% - 255px);
  padding-left: 20px;
}
.person_info3 .hd_armoury_content {
  width: 100%;
}
.person_info3 .hd_armoury_content li {
  height: 0;
  opacity: 0;
  visibility: none;
}
.person_info3 .hd_armoury_content li.hd_active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.person_info3 .hd_armoury_content figure {
  width: 100%;
  height: 0;
  padding-bottom: 55.2857%;
  background: 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 500px) {
  .person_info3 .hd_armoury_content figure {
    background-size: cover;
  }
}
.person_info3 .hd_armoury_content .owl-dots {
  width: 100%;
  position: absolute;
  top: 100%;
  margin: 10px 0;
  text-align: center;
}
.person_info3 .hd_armoury_content .owl-dots.disabled {
  display: none;
}
.person_info3 .hd_armoury_content .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background: #333333;
  margin: 5px;
}
.person_info3 .hd_armoury_content .owl-dot.active {
  background: #2fdace;
}
.person_info3 .hd-sec-armoury .hd_btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.125em;
  font-weight: bold;
  color: #2fdace;
  border: 1px solid #2fdace;
  background-clip: padding-box;
  border-radius: 7px;
  margin: 50px 0 0;
  position: relative;
  -webkit-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.person_info3 .hd-sec-armoury .hd_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
}
.person_info3 .hd-sec-armoury .hd_btn:hover {
  color: #2fdace;
}
@media screen and (max-width: 768px) {
  .person_info3 .hd_armoury_filter {
    width: 100%;
    max-width: none;
  }
  .person_info3 .hd-sec-armoury .fright {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
}

#scroll_down {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: fixed;
  bottom: 100px;
  left: 20px;
  opacity: 0.6;
  z-index: 10;
  display: none;
}
#scroll_down.active {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#scroll_down img {
  width: 15px;
  margin-left: 10px;
  -webkit-animation: godown 2s 1;
          animation: godown 2s 1;
}
@media screen and (max-width: 768px) {
  #scroll_down {
    display: none;
  }
  #scroll_down.active {
    display: none;
  }
}

@-webkit-keyframes godown {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes godown {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.diy_block1_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#diy_title {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
#diy_title .top_ul {
  padding-left: 30px;
}

#diy {
  position: relative;
}
#diy .hook {
  position: absolute;
}
#diy .hook.hook1 {
  top: 0;
  height: 50vh;
}
#diy .hook.hook2 {
  top: 50vh;
  height: 50vh;
}
#diy .hook.hook3 {
  top: 100vh;
  height: 50vh;
}

#diy_page {
  position: relative;
  z-index: 1;
}
#diy_page .hide {
  display: none;
}
#diy_page .diy_bg1 {
  width: 40%;
  min-width: 70px;
  position: absolute;
  top: 80%;
  right: 0;
}
#diy_page .inner {
  height: 90%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#diy_page .liner_tagset-m {
  padding-top: 1%;
  margin-bottom: 50px;
}
#diy_page .diy_infobox {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#diy_page .diy_infobox .diy_info {
  width: 100%;
  height: 74%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#diy_page .diy_infobox .diy_info .pic,
#diy_page .diy_infobox .diy_info .text {
  width: 50%;
}
#diy_page .diy_infobox .diy_info .pic {
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
  position: relative;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
#diy_page .diy_infobox .diy_info .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}
#diy_page .diy_infobox .diy_info .text {
  position: relative;
}
#diy_page .diy_infobox .diy_info .text .in {
  padding-left: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#diy_page .diy_infobox .diy_info .diy_info_title {
  margin-bottom: 30px;
}
@keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1023px) {
  #diy_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #diy_page .diy_infobox .diy_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #diy_page .diy_infobox .diy_info .pic,
#diy_page .diy_infobox .diy_info .text {
    width: 100%;
  }
  #diy_page .diy_infobox .diy_info .pic {
    height: 30%;
    padding-right: 0;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #diy_page .diy_infobox .diy_info .pic .cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #diy_page .diy_infobox .diy_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #diy_page .diy_infobox .diy_info .text .in {
    padding-left: 0;
  }
}

.liner_tagset-s {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.liner_tagset-s .tagouter {
  margin: 5px 0;
  text-align: center;
}

.liner_tagset-s .tag {
  width: 235px;
  height: 40px;
  margin: 0 -1px;
  padding: 9px 0;
  display: inline-block;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_4.svg);
  background-size: 100% 100%;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

.liner_tagset-s .tag::before {
  content: "";
  width: 7%;
  height: 100%;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, 0%);
  -ms-transform: translate(-45%, 0%);
      transform: translate(-45%, 0%);
  opacity: 0;
}

.liner_tagset-s .tag::after {
  content: "";
  width: 7%;
  height: 100%;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_3.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(45%, 0%);
  -ms-transform: translate(45%, 0%);
      transform: translate(45%, 0%);
  opacity: 0;
}

.liner_tagset-s .tag:hover {
  color: #fff;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_2.svg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center;
}

.liner_tagset-s .tag.active {
  color: #fff;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/butter_short/butter_2.svg);
}

.liner_tagset-s .tag.active::before, .liner_tagset-s .tag.active::after {
  opacity: 1;
}

#connectivity_page .liner_tagset-s {
  padding-top: 5%;
}
#connectivity_page .tagset-second {
  padding-top: 0;
  margin-bottom: 100px;
}

.switch-btnA {
  position: absolute;
  bottom: 0;
  width: 10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.switch-btnA button {
  width: 36px;
  height: 36px;
}
.switch-btnA img {
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.switch-btnA img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.switch_disable {
  cursor: not-allowed;
  opacity: 0.3;
}
.switch_disable:hover {
  opacity: 0.3;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ddr5-link {
  font-size: 17px;
  margin-bottom: 12px;
  color: #09b2b5;
  cursor: pointer;
}
.ddr5-link:hover {
  color: #00c2c5;
}
.ddr5-link img {
  width: 16px;
  -webkit-transform: rotate(90deg) translateX(3px);
      -ms-transform: rotate(90deg) translateX(3px);
          transform: rotate(90deg) translateX(3px);
}

@media screen and (max-width: 768px) {
  .audio_info .col50 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.audio_info .two-way-block .sound h4 {
  margin: 20px 0px;
  color: #FFF;
  font-size: 16px;
  padding: 10px 14px;
  letter-spacing: 2px;
  display: inline-block;
  border: 1px solid #2fdace;
}

#audio_page .audio_infobox .audio_info1 .text.active {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.audio-btns {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.audio-btns div {
  padding: 10px;
}
.audio-btns img {
  width: 5vw;
  height: 5vw;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #audio_page .audio_infobox .audio_info1 .text.active {
    display: block;
  }
}
.re-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.re-dialog__box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1000px;
  width: 70vw;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .re-dialog__box {
    max-width: 1000px;
    width: 90vw;
  }
}
@media screen and (max-width: 768px) {
  .re-dialog__box {
    width: 100%;
    max-width: 90%;
  }
}
.re-dialog__box__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .re-dialog__box__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 30px 40px;
  }
}

.dialog {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .dialog {
    width: 100%;
  }
}
.dialog__desc {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .dialog__desc {
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.btn-wrap {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-wrap__btn + .btn-wrap__btn {
  margin-left: 10px;
}

.hbg {
  width: 50px;
  height: 50px;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .hbg {
    top: 15px;
    right: 15px;
  }
}
.hbg__bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 1px;
  background-color: #2fdace;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 768px) {
  .hbg__bar {
    width: 30px;
  }
}
.hbg__bar--top {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hbg__bar--bottom {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#onPlay div, #offPlay div {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/new_product_imgs/04_Customization/Audio/AI_OFF.svg);
}
#onPlay div:hover, #offPlay div:hover {
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/new_product_imgs/04_Customization/Audio/AI_ON.svg);
}
#onPlay .pBTN, #offPlay .pBTN {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background-size: cover;
  background-image: url(https://dlcdnwebimgs.asus.com/files/media/0d89eddd-4a17-4292-bc29-943813fbcc86/img/new_product_imgs/04_Customization/Audio/AI_Stop_1.png) !important;
}

.last-padding {
  padding: 2% 0 30px 0;
}

#newblock {
  background-image: url(../img/bg/bg_gray.svg);
  background-size: cover;
  height: auto;
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#newblock .r-deco1 {
  position: absolute;
  width: 50vw;
  left: 0vw;
  top: 4vw;
}
#newblock .r-deco {
  position: absolute;
  width: 4vw;
  right: 4vw;
  bottom: 4vw;
}
#newblock .icon-list {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#newblock .icon-list::after {
  content: "";
  display: block;
  width: 30%;
  padding: 20px 25px 0 0;
}
#newblock .icon-list img {
  width: 100px;
  margin-right: 10px;
}
#newblock .icon-list li {
  padding: 20px 0 0 0;
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#newblock .icon-list li div {
  width: 50%;
  text-align: left;
}
#newblock .icon-list li p {
  margin-bottom: 6px;
  width: 104%;
}
#newblock .icon-list li button {
  color: #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
}
#newblock .icon-list li button:hover {
  color: #a3a3a3;
}
@media screen and (max-width: 1024px) {
  #newblock {
    height: auto;
    padding: 4% 0;
  }
  #newblock .w1200 {
    width: 90%;
  }
  #newblock .icon-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #newblock .icon-list li {
    width: 33%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
  }
  #newblock .icon-list img {
    width: 70px;
  }
  #newblock .icon-list li div {
    width: auto;
  }
}
@media screen and (max-width: 836px) {
  #newblock .icon-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #newblock .icon-list li {
    width: 50%;
  }
  #newblock .icon-list img {
    width: 70px;
  }
  #newblock .icon-list li div {
    width: auto;
  }
}

#DOCS, #RCF {
  margin-bottom: 5%;
}
#DOCS h4, #RCF h4 {
  font-weight: 500;
  color: #000;
}
#DOCS .item, #RCF .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#DOCS .txt p, #RCF .txt p {
  font-size: 16px;
}
#DOCS .img, #RCF .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 30px 2% 30px 0;
  background-color: rgb(245, 245, 245);
}
#DOCS .img img, #RCF .img img {
  width: 40vw;
}

#AD {
  padding-top: 2%;
  padding-bottom: 3%;
  position: relative;
}
#AD .mo {
  display: none;
}
#AD .logo {
  position: absolute;
  top: 15%;
  left: 4vw;
}
@media screen and (max-width: 1280px) {
  #AD .logo {
    top: 10%;
  }
}
@media screen and (max-width: 900px) {
  #AD .logo {
    width: 20%;
  }
}
#AD .txt {
  position: absolute;
  top: 36%;
  left: 4vw;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  #AD .txt {
    top: 27%;
  }
}
#AD .txt h4 {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(90%, #939095));
  background: -o-linear-gradient(top, #ffffff 0%, #939095 90%);
  background: linear-gradient(to bottom, #ffffff 0%, #939095 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 900px) {
  #AD .txt h4 {
    font-size: 16px;
  }
}
#AD .txt p {
  color: #B0AFBD;
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 1280px) {
  #AD .txt p {
    margin-top: 10px;
  }
}
#AD .btn {
  position: absolute;
  bottom: 12%;
  left: 4vw;
}
#AD .btn button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: transparent -webkit-gradient(linear, right top, left top, from(#8D60F7), to(#7248EA)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, #8D60F7 0%, #7248EA 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #8D60F7 0%, #7248EA 100%) 0% 0% no-repeat padding-box;
  border-radius: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFF;
  font-size: 20px;
  padding: 0 2px;
}
#AD .btn button span {
  padding: 0 24px;
}
@media screen and (max-width: 1000px) {
  #AD .btn button {
    font-size: 12px;
  }
  #AD .txt h4 {
    font-size: 20px;
  }
  #AD .btn button {
    font-size: 20px;
  }
  #AD .btn button img {
    width: 30%;
  }
  #AD .btn button span {
    padding: 0 14px;
  }
}
@media screen and (max-width: 900px) {
  #AD .btn button {
    font-size: 15px;
  }
  #AD .btn button img {
    width: 30%;
  }
  #AD .btn button span {
    padding: 0 14px;
  }
}
@media screen and (max-width: 630px) {
  #AD .pc {
    display: none;
  }
  #AD .mo {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #AD .logo {
    top: 4%;
    width: 30%;
    left: 10vw;
  }
  #AD .txt {
    top: 60%;
    left: 10vw;
  }
  #AD .btn {
    bottom: 15%;
    left: 10vw;
  }
}
  @media screen and (max-width: 430px) {
    #AD .logo {
      top: 4%;
      width: 40%;
      margin-left: 10px;
      left: 2vw;
    }
    #AD .txt {
      padding: 20px;
      top: 50% !important;
      left: 2vw;
    }
    #AD .txt h4 {
      font-size: 14px;
    }
    #AD .btn {
      bottom: 5%;
      margin-left: 10px;
      left: 4vw;
    }
  }
  @media screen and (max-width: 500px) {
    #AD .logo {
      top: 4%;
      width: 40%;
      margin-left: 10px;
      left: 2vw;
    }
    #AD .txt {
      padding: 20px;
      top: 60%;
      left: 2vw;
    }
    #AD .txt h4 {
      font-size: 14px;
    }
    #AD .btn {
      bottom: 10%;
      margin-left: 10px;
      left: 4vw;
    }
  }



/* DIY Friendly*/
#diy_title {
  width: 100%;
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}

#diy_title .top_ul {
  padding-left: 30px;
}

#diy {
  position: relative;
}

#diy .hook {
  position: absolute;
}

#diy .hook.hook1 {
  top: 0;
  height: 50vh;
}

#diy .hook.hook2 {
  top: 50vh;
  height: 50vh;
}

#diy .hook.hook3 {
  top: 100vh;
  height: 50vh;
}

#diy_page {
  position: relative;
  z-index: 1;
}

#diy_page .diy_bg1 {
  width: 40%;
  min-width: 70px;
  position: absolute;
  top: 55vh;
  right: 6vw;
}

#diy_page .liner_tagset-m {
  margin-bottom: 50px;
}

#diy_page .diy_infobox {
  width: 100%;
  position: relative;
}

#diy_page .diy_infobox .diy_info1 {
  display: none;
}

#diy_page .diy_infobox .diy_info1.active {
  display: block;
}

#diy_page .diy_infobox .diy_info1.hide {
  display: none;
}

#diy_page .diy_infobox .diy_info1 .itembox {
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#diy_page .diy_infobox .diy_info1 .itembox .item {
  width: 24%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

#diy_page .diy_infobox .diy_info1 .itembox .item h5 {
  min-height: 60px;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 30px;
  background-color: #000;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic {
  max-width: 150px;
  margin: 0 auto 30px;
  position: relative;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover.rapid {
  -webkit-animation: as2 0.25s 1;
          animation: as2 0.25s 1;
  -webkit-animation-iteration-count: 20;
          animation-iteration-count: 20;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover.slow {
  -webkit-animation: as3 2s 1;
          animation: as3 2s 1;
  -webkit-animation-iteration-count: 2.5;
          animation-iteration-count: 2.5;
}

#diy_page .diy_infobox .diy_info1 .itembox .item .in .pic .cover.Hyperslow {
  -webkit-animation: as4 8s 1;
          animation: as4 8s 1;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#diy_page .diy_infobox .diy_info2 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

#diy_page .diy_infobox .diy_info2.hide {
  display: none;
}

#diy_page .diy_infobox .diy_info2.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#diy_page .diy_infobox .diy_info2.active .cover {
  -webkit-animation: as 1s both;
  animation: as 1s both;
}

#diy_page .diy_infobox .diy_info2 .pic,
#diy_page .diy_infobox .diy_info2 .text {
  width: 50%;
}

#diy_page .diy_infobox .diy_info2 .pic {
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  position: relative;
}
@media screen and (max-width: 768px) {
  #diy_page .diy_infobox .diy_info2 .pic {
    margin-top: 30px;
  }
}

#diy_page .diy_infobox .diy_info2 .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}

#diy_page .diy_infobox .diy_info2 .text {
  position: relative;
}

#diy_page .diy_infobox .diy_info2 .text .in {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #diy_page .diy_infobox .diy_info2 .text .in {
    padding-right: 0;
  }
}

#diy_page .diy_infobox .diy_info2 .text .tbbox {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#diy_page .diy_infobox .diy_info2 .text .tbbox .item {
  width: 30%;
  text-align: center;
}

#diy_page .diy_infobox .diy_info2 .text .tbbox .item p {
  margin-top: 10px;
}

#diy_page .diy_infobox .diy_info2 .diy_info_title {
  margin-bottom: 30px;
}


#diy_page .diy_infobox .diy_info4 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
}

#diy_page .diy_infobox .diy_info4.hide {
  display: none;
}

#diy_page .diy_infobox .diy_info4.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#diy_page .diy_infobox .diy_info4.active .cover {
  -webkit-animation: as 1s both;
  animation: as 1s both;
}

#diy_page .diy_infobox .diy_info4 .pic,
#diy_page .diy_infobox .diy_info4 .text {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  #diy_page .diy_infobox .diy_info4 .pic,
  #diy_page .diy_infobox .diy_info4 .text{
    width: 100%;
    margin-top: 30px;
  }
}
#diy_page .diy_infobox .diy_info4 .pic {
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  position: relative;
}
@media screen and (max-width: 768px) {
  #diy_page .diy_infobox .diy_info4 .pic {
    margin-top: 30px;
  }
}

#diy_page .diy_infobox .diy_info4 .pic .cover {
  position: absolute;
  top: 0;
  left: 0;
}

#diy_page .diy_infobox .diy_info4 .text {
  position: relative;
}

#diy_page .diy_infobox .diy_info4 .text .in {
  padding-right: 50px;
}
@media screen and (max-width: 768px) {
  #diy_page .diy_infobox .diy_info4 .text .in {
    padding-right: 0;
  }
}

#diy_page .diy_infobox .diy_info4 .text .tbbox {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#diy_page .diy_infobox .diy_info4 .text .tbbox .item {
  width: 30%;
  text-align: center;
}

#diy_page .diy_infobox .diy_info4 .text .tbbox .item p {
  margin-top: 10px;
}

#diy_page .diy_infobox .diy_info4 .diy_info_title {
  margin-bottom: 30px;
}



#diy_page .diy_infobox .diy_info3 {
  display: block;
}

#diy_page .diy_infobox .diy_info3.hide {
  display: none;
}

#diy_page .diy_infobox .diy_info3.active {
  display: block;
}

#diy_page .diy_infobox .diy_info3 .itembox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#diy_page .diy_infobox .diy_info3 .itembox .item {
  width: 48%;
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#diy_page .diy_infobox .diy_info3 .itembox .item .pic {
  width: 120px;
  margin-right: 30px;
}

#diy_page .diy_infobox .diy_info3 .itembox .item .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline h6 {
  width: 120px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
  text-align: center;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline::before, #diy_page .diy_infobox .diy_info3 .learnmoreline::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline::before {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #2fdace), to(transparent));
  background: -o-linear-gradient(left, transparent 0%, #2fdace 50%, transparent 100%);
  background: linear-gradient(to right, transparent 0%, #2fdace 50%, transparent 100%);
  background-size: 200%;
  background-position-x: 100%;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline::after {
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #2fdace), to(transparent));
  background: -o-linear-gradient(right, transparent 0%, #2fdace 50%, transparent 100%);
  background: linear-gradient(to left, transparent 0%, #2fdace 50%, transparent 100%);
  background-size: 200%;
  background-position-x: 0%;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline:hover::before {
  background-position-x: 0%;
}

#diy_page .diy_infobox .diy_info3 .learnmoreline:hover::after {
  background-position-x: 100%;
}

@keyframes as {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes as2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes as2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes as3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes as3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes as4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes as4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1023px) {
  #diy_page .liner_tagset-m {
    padding-top: 30px;
    margin-bottom: 20px;
  }
  #diy_page .diy_infobox .diy_info1 .itembox {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item {
    width: 48%;
    margin-top: 50px;
  }
  #diy_page .diy_infobox .diy_info2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_page .diy_infobox .diy_info2 .pic,
#diy_page .diy_infobox .diy_info2 .text {
    width: 100%;
  }
  #diy_page .diy_infobox .diy_info2 .pic {
    width: 100%;
    padding-right: 0;
    text-align: center;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #diy_page .diy_infobox .diy_info2 .pic .cover {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #diy_page .diy_infobox .diy_info2 .text {
    width: 100%;
    margin-top: 30px;
  }
  #diy_page .diy_infobox .diy_info2 .text .in {
    padding-left: 0;
  }
  
  
  #diy_page .diy_infobox .diy_info3 .itembox .item {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  #diy_page .diy_infobox .diy_info1 .itembox {
    padding-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item {
    width: 100%;
    margin: 40px auto 0;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item h5 {
    min-height: auto;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item .in {
    margin-top: 15px;
    padding: 30px;
  }
  #diy_page .diy_infobox .diy_info1 .itembox .item .in .pic {
    max-width: 80px;
  }
  #diy_page .diy_infobox .diy_info3 .itembox .item {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #diy_page .diy_infobox .diy_info3 .itembox .item .pic {
    width: 100px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #diy_page .diy_infobox .diy_info3 .itembox .item .text {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
#diy_more {
  padding: 3% 0;
  display: none;
}

#diy_more.active {
  display: block;
}

#diy_more .inner {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

#diy_more .inner .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#diy_more .inner .top .item {
  width: 50%;
  padding: 30px;
}

#diy_more .inner .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#diy_more .inner .bottom .item {
  width: 25%;
  padding: 30px;
}

#diy_more .inner .bottom .item img {
  max-width: 120px;
  max-height: 120px;
  margin-bottom: 20px;
}

#diy_more .inner .bottom .item h6 {
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #diy_more .inner .bottom .item {
    width: 25%;
  }
}
@media screen and (max-width: 1023px) {
  #diy_more .inner .top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #diy_more .inner .top .item {
    width: 100%;
    padding: 30px;
  }
  #diy_more .inner .bottom {
    margin-top: 30px;
  }
  #diy_more .inner .bottom .item {
    padding: 15px;
  }
  .diy_block1_wrap {
    display: block;
  }
  #diy_page .diy_infobox .diy_info .text .in {
    margin-top: 5%;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media screen and (max-width: 768px) {
  #diy_more .inner {
    padding: 0;
  }
  #diy_more .inner .bottom .item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #newblock .icon-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #newblock .icon-list li div {
    width: 100%;
  }
  .big_tittle span {
    max-width: 100%;
  }
  #DOCS .item, #RCF .item, #AIO .item {
    display: block;
  }
  #DOCS .item .col50, #RCF .item .col50, #AIO .item .col50 {
    width: 100%;
  }
  #DOCS .img img, #RCF .img img, #AIO .img img {
    width: 76vw;
  }
  #way_page {
    height: 100vh;
  }
  #way_page .way_infobox {
    width: 90%;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .pic {
    height: auto;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .connectivity_info_title {
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .switch-btnA, .switch-btnB {
    width: 17vw;
    bottom: auto;
    margin: 0 auto;
    padding: 20px 0px;
    position: relative;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .switch-btnA button, .switch-btnB button {
    padding: 5px;
  }
  #connectivity, #connectivity_page, #diy_info, #diy_page {
    height: auto;
  }
  #connectivity, #connectivity_page {
    height: auto;
  }
  #connectivity_page .inner {
    display: block;
  }
  #connectivity_page .connectivity_infobox {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  #connectivity_page .connectivity_infobox .connectivity_info {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #connectivity_page .connectivity_infobox .connectivity_info .text .in {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  /* DIT FRIENDLY MOBILE */
  #diy_page .diy_infobox .diy_info {
    display: block;
    height: auto;
  }
  #diy_page .diy_infobox .diy_info .pic {
    height: auto;
  }
  #diy_page .diy_infobox .diy_info .text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin-top: 20px;
  }
  #diy_page .diy_infobox .diy_info .text .in {
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
  }
  #diy {
    height: auto;
  }
  #way, #way_page, #way_info {
    height: auto;
  }
  #way_page .inner {
    display: block;
  }
  #way_page .way_infobox .way_info {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #way_page .way_infobox .way_info .pic {
    height: auto;
  }
  #way_page .way_infobox .way_info .text .in {
    position: relative;
    bottom: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #way_page .way_infobox .way_info .text {
    margin: 30px 0px 50px 0px;
  }
}
@media screen and (max-width: 768px) {
  #oneclick_page.main_padding {
    padding: 0px 0px;
  }
  #diy_page .liner_tagset-m {
    padding-top: 1%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  #connectivity_page .liner_tagset-m.tagset-second {
    padding-top: 0%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 414px) {
  #newblock li {
    margin: 0;
  }
}
#pdc {
  background-color: #fff !important;
  /* background-color: rgb(38, 38, 38) !important; */
  padding: 50px 0 0 0;
}

#core, .cooler-content, #core_title {
  position: relative;
  z-index: 2;
}/*# sourceMappingURL=index_new.css.map */
/*2023/ 03/ 22 */

.itembox_info4 {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
.player .play-btn {
  margin-left: 50px;
}

.itembox_info4 h6 {
  text-align: center;
  color: #808080;
}
.ai-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ai-icon img {
  width: 80%;
}
.por {
  position: relative;
}

#person_page  .sound .switch-btn {
  /* margin-bottom: 20px; */
  border: 3px solid #fff;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  align-content: center;
  /* margin: 20px auto 0 auto; */
  text-align: center;
}
.audio-dfc {
  display: flex;
  justify-content: center;
}

#person_page .sound .switch-btn div {
  width: 50%;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  font-family: "Xolonium", sans-serif;
  display: flex;
    align-items: center;
    justify-content: center;
 
}

#person_page .sound .switch-btn .active {
  background: #fff;
  color: #000;
}

.play {
  width: 100px;
  height: 100px;
}
#person_page .sound {
  display: flex;
  align-items: center;
  justify-content: center;
}
#person_page .sound h4 {
  margin-right: 50px;
}
#person_page .play-btn div {
  background: url("../img/new_product_imgs/04_Customization/Audio/AI_OFF.svg") center no-repeat;
  /* background-color: rgba(0, 0, 0, 0.6); */
  height: 58px;
  width: 58px;
  border-radius: 100%;
  margin: 3px auto 0 auto;
}
#person_page .play-btn div:hover {
  background: url("../img/new_product_imgs/04_Customization/Audio/AI_ON.svg") center no-repeat;
}

#person_page .play-btn div.pause {
  background: url("../img/new_product_imgs/04_Customization/Audio/AI_Stop_2.png") center no-repeat;
  height: 58px;
  width: 58px;
  background-size: cover;
  display: none;
}
#person_page .play-btn div.pause:hover {
  background: url("../img/new_product_imgs/04_Customization/Audio/AI_Stop_1.png") center no-repeat;
  background-size: cover;
}
.itembox_info4 .item h6 {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #person_page .sound {
    display: block;
  }
  #person_page .sound h4 {
    margin-right: 0px;
    margin: 0px 20px;
    margin-bottom: 20px;
  }
  .player .play-btn {
    margin-left: 0px;
  }
  .switch-btn {
    margin: 0 24px;
  }
  .ai-icon img {
    width: 60% !important;
  }
  .itembox_info4 {
    width: 100%;
    flex-wrap: wrap;
  }
  .itembox_info4 .item {
    width: 50%;
    text-align: center;
  }
  .itembox_info4 .item:nth-child(1) {
    margin-bottom: 20px;
  }

}
