/*** Global ***/
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

html {
  font-size: 15px; }

body {
  font-size: 1em;
  line-height: 1.33333;
  margin-bottom: 0em; }

.inline__block {
  display: inline-block; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0); }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0);
    transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0); }
  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0);
    transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0);
    transform: scale3d(1.1, 1.1, 1.1) translate3d(-50%, 0, 0); }
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0);
    transform: scale3d(0.9, 0.9, 0.9) translate3d(-50%, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0);
    transform: scale3d(1.03, 1.03, 1.03) translate3d(-50%, 0, 0); }
  80% {
    opacity: 1;
    -webkit-transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0);
    transform: scale3d(0.97, 0.97, 0.97) translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0); } }

.sprite {
  background-repeat: no-repeat;
  display: block; }

.sprite-arrow_l {
  width: 65px;
  height: 130px;
  background-position: -5px -5px; }

.sprite-arrow_l_black {
  width: 49px;
  height: 96px;
  background-position: -80px -5px; }

.sprite-arrow_r {
  width: 65px;
  height: 130px;
  background-position: -139px -5px; }

.sprite-arrow_r_black {
  width: 49px;
  height: 96px;
  background-position: -214px -5px; }

.sprite-black {
  width: 41px;
  height: 41px;
  background-position: -80px -111px; }

.sprite-gray {
  width: 41px;
  height: 41px;
  background-position: -214px -111px; }

.sprite-green {
  width: 44px;
  height: 44px;
  background-position: -5px -162px; }

.sprite-pink {
  width: 45px;
  height: 44px;
  background-position: -59px -162px; }

.sprite-white {
  width: 45px;
  height: 44px;
  background-position: -114px -162px; }

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

@media all and (min-width: 721px) and (max-width: 1300px) {
  .medium__text-left {
    text-align: left; }
    .medium__text-left.wd__content {
      text-align: left;
      left: 0;
      margin-left: 0;
      margin-right: 0; }
      .medium__text-left.wd__content .content__comment,
      .medium__text-left.wd__content .content__info,
      .medium__text-left.wd__content .content__link,
      .medium__text-left.wd__content .content__slogan,
      .medium__text-left.wd__content .content__title {
        margin-left: 0; }
  .medium__text-center {
    text-align: center; }
    .medium__text-center.wd__content {
      left: 0;
      margin-left: auto;
      margin-right: auto; }
      .medium__text-center.wd__content .content__comment,
      .medium__text-center.wd__content .content__info,
      .medium__text-center.wd__content .content__link,
      .medium__text-center.wd__content .content__slogan,
      .medium__text-center.wd__content .content__title {
        margin-left: auto;
        margin-right: auto; }
    .medium__text-center.wd__feature__list {
      text-align: center; }
      .medium__text-center.wd__feature__list .wd__feature {
        text-align: center; } }

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

.play__icon:after {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAhCAYAAABX5MJvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADJklEQVRYw73YTWwWVRQG4KdD1RjTEmNjt0ZNtC4GXQiiTLAmklShdKFbomAYSQTqRjbu3IhuBBd2iPizM42Jjb9JF/7kolgIQWcBGuLCJVhi2iYSNRUXc1vqZ03nm6/1LGfuOee9d+697/tOlzYiK8qNeAwbcRduwXrM4DJ+xCl8GvL0VN26XTUa34jdOIh5fIwTOIdLIU9nsqJcj1sxgAzb0Y0jOB7y9EpjEFlR7oyFzuLVkKfftLFqm/EC7sNoyNOJtkBkRXkDjuIR7A15+kXd5svUGsQxfI4DIU9/XxFEVpS9mMCveDrk6WxTAC0138bNGGmt2dUy+Hp8hp+Qhzy92imAJbXXYQy3Yyjk6R8L75KWsa9jDvtWEwCEPJ3Hs5iNfRZjEURWlCMYxK6YsOoR6+7CYOyH+DniMTyv2gONN2HdyIryYbyDgZCnVxZWYje+/z8AxBX5Et9hD9c+x0EcbnM2R7Oi7O4Ay2EcgCQryk34q52LKMZ+TGZF2ddwNU5iPivKTQm24cOGsxnE6awoNzTM/wjbEjyg4oKmcRu+zoryiQa5J7A5UZHO+Q5AwE0Yz4rypawokzbyzuHuREXHFzsEQXXcX8REvKbrxCX0JehdDX5YEjvwbp2BsW9Pgtk2kNeJT/BUnYFZUfZgLlEpov5VaH4VL2M45OlMzZx+THerNuUALnQA4DfsCXn6Xpt59+CHBN9iSwcAfsaWBgDgIZxMMInhhgC+wv0hT882zB/GZBLydEp1fT/YZoExPBry9Jcm3aMGXRfydGqBgI7gEHbWLRLydF/D2S/EIZWOXWTRt7AhitI1j6gn7sXxRRDRF4yiiGd3LQH0qNT36IIfaRW6x9CHJ9dC4kWxO47LIU/3LjxvJZvnIog3sqJc0Z01ADCmcmr7l777B4gow7fjTry/Wtd5rDOOO/B4qwH6F+1GUhnCNM5kRbm1QwBbcSbWG1qOLFfyoiN4TeVFX4mSrG7zpV70+ZCnH/zX2Lqu/BmVGP5TJcmCinMuhjydizu+3zVXvgPXqe6fNzty5csAav0/0YdelauaVv2fOK2yklN1XdzfdfIarq20xZsAAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

.icon__left__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFEAAACbCAYAAAAa/HfkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDREY4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDREU4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lOkdwQAAAthJREFUeNrs3U1Ow0AMhuEWdZVzAregEj+XAHHObANdsKFhUcb2+LNfS9lEahaPMkkjjT8ft207UGN1BwGIIIJIgQgiiCBSIIIIIogUiN512ju5rmtnk5dlWc7cif+v5+/jieU8Bnj+zw9BHAQE0QAQxH3ATxDHAR9BHAfcQAwG7IhoDtgN0QWwE6IbYBdEV8AOiO6A1RFDACsjhgFWRQwFrIgYDlgNcQpgJcRpgFUQpwJWQJwOqI6YAlAZMQ2gKmIqQEXEdIBqiCkBlRDTAqogpgZUQEwPmB1RAjAzogxgVkQpwIyIcoDZECUBMyHKAmZBlAbMgCgPOBuxBOBMxDKAsxBLAc5ALAcYjVgSMBKxLGAUYmnACMTygN6ILQA9EdsAXurkcM2Xw3W7a1lAjzuxHaA1YktAS8S2gFaIrQEtENsDjiICOIgI4CAigIOIAA4iAjiICOAgIoCDiAAOIgI4iAigAeJx5xx4NyJe7sK3X+cevo/3P4BBBNL37Qyk0f9EII2+WIA0+nYG0gARSCNEII0QgTRCBNIIEUgjRCAPdjsgWkNa7sVpC2m9K6wlpMcmz3aQXjtlW0F67tluA+ndPXCBfK0OGdHHcq4OGdVRVRoysrevLGR0l+lfkB/KkDP6nfcg75UhZ3Xel4KcmQFRBnJ2GkkJyAy5OPKQWRKapCEzZYXJQmZLrZOEzJifKAeZNclTCjJzpqwMZPZ0YwlIhZzt9JAqie+pIZVmD6SFVJuCkRJScR5LOkjVyUCpIJVnVKWBVJ+WlgKywty+6ZBVJkhOhaw0y3QaZLWpulMgK853DoesOmk8FLLyzPswyMqIYZDVEUMgOyC6Q3ZBdIXshOgG2Q3RBbIjojnk6dC3fmL9n35BXurhlgsdt+06vWpd106YV7loy7IcWc7jS5tnYjQkiAaQJ+x2XzY31e6LhWI5gwgiiBSIIIIIIgQggggiBaJlfQkwAFslPR5pZL7CAAAAAElFTkSuQmCC"); }

.icon__right__arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAACbCAYAAADxy8znAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0MDM3YTljNy1lZjkwLWQ4NGMtYTcwZC03OGM4NDg0NjAzYmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDVGQjNDRTM4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDVGQjNDRTI4MDYyMTFFNTg0QTFBRTczNzFDNDFDNTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGNkZjRmNDItMzk0ZS1jNDRhLTg4ZTctNWY1M2Y5NjI4MTUwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZhZjExODAtNjFhMy0xMWU1LTkzZGUtOTIwNmM2N2RmYjRiIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TCPT7wAAAshJREFUeNrs3MFKA0EQBNBEctrvVP/CgPErFL9zr+vm4CUHCaZ6prqqGoZAYC+PyQ7p6e7jtm2HxOPxFIJABjKQiUAGMpCBTAQykIFMBDKQjHF65OF1XS/7x9kVb1kW2I5829cl+xHz0w4m8B1pj4k8bKwxH4X8DiYG8jWYGMgtmLh3ZDCBh409JvLUtsZE/9e2xaxIWlhiVmV/7DAr02hWmNX5SBvMEYldC8xRGXJ5zJFXDdKYo+9sZDFnXH5JYs66RZTDnHkdK4U5+15bBpOhQEACk6XSoj0mU8lKa0y22p+2mIxFVC0xWavR2mEyl/W1wmSvj2yD2aHQtAVml4pdesxOpc/UmN1qyGkxOxbjU2J27Wqgw+zcHkKF2b3PhgZToWGJAlOl82s6plIL3VRMtV7EaZiKTZ1TMFW7Y4djKrcZD8VU79cehunQ+D4E02WCQDmm0yiGvzDfA4nBPD+K6TgcpATTdcoKHNN5XA0U033uDwwzA5RAmIEEYQYShBlIEGYgQZiBBGEGEoQZSBBmIO8HvY1jIO+PK9bnvl5uvv843AwgDSQAMZAgxECCEAMJQgwkCDGQIMRAghADCUJ0h4QhOkNCEV0h4YiOkCWIbpBliE6QpYgukOWIDpBDENUhhyEqQw5FVIUcjqgIOQVRDXIaohLkVEQVyOmICpAUiN0haRA7Q1IhdoWkQ+wISYnYDZIWsRMkNWIXSHrEDpAtENkh2yAyQ7ZCZIVsh8gI2RKRDbItIhNka0QWyPaIDJASiLMhZRBnQkohzoKUQ5wBKYk4GlIWcSSkNOIoSHnEEZAWiNc4FSN+7etZHbFyR1ohVkHaIVZAWiKiIW0RkZDWiChIe0QEZBBBkEH83VHbtv374XVdN2fEZVlKTm3LnYiGtEZEQdojIiCDiDhsErVJi0AmAhnIQCYCGchABjIRyEAG0jl+BBgAWDs+2El12r0AAAAASUVORK5CYII=");
  width: 24px;
  height: 24px; }

.border__radius-ie8 {
  behavior: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/css/css3-IE8-PIE.htc"); }

body {
  background-attachment: scroll !important;
  -moz-osx-font-smoothing: grayscale; }

#AWD {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.33, 0.98);
  position: relative;
  line-height: 1.3;
  font-size: 15px;
  z-index: 1; }

.fix_ie_png {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00FFFFFF, endColorstr=#00FFFFFF ); }

@media all and (min-width: 1301px) {
  .clear__background__src {
    background-image: none !important; } }

.wd__section.limit__width, .wd__section .limit__width {
  position: relative;
  margin: 0 auto;
  min-width: 1301px;
  max-width: 2560px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section.limit__width, .wd__section .limit__width {
    width: 100%;
    margin: 0 auto;
    min-width: 721px;
    max-width: 1300px; } }

@media all and (min-width: 0px) and (max-width: 720px) {
  .wd__section.limit__width, .wd__section .limit__width {
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 720px; } }

.progressive-image {
  background-image: none !important;
  opacity: 0 !important; }

.progressive-image-late {
  background-image: none !important; }

.img {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out; }

.in.moving__element {
  will-change: transform, opacity; }

.smooth__animation {
  -webkit-transition-duration: 1.25s, 1.25s;
  transition-duration: 1.25s, 1.25s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.smooth__animation-fast {
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95), cubic-bezier(0.39, 0.575, 0.565, 1); }

.wd__animation__easeout {
  -webkit-transition-duration: 500ms, 500ms;
  transition-duration: 500ms, 500ms;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 500ms;
  -moz-transition-property: all; }

.wd__animation__easeout__slow {
  -webkit-transition-duration: 1200ms, 1200ms;
  transition-duration: 1200ms, 1200ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

.wd__animation__easeout-fast {
  -webkit-transition-duration: 400ms, 400ms;
  transition-duration: 400ms, 400ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-transition-duration: 400ms;
  -moz-transition-property: all; }

@-webkit-keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  80% {
    opacity: 0.5; } }

@keyframes ripple {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  80% {
    opacity: 0.5; } }

@-webkit-keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }

@keyframes soundRipple {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0); } }

@-webkit-keyframes soundCirclePlay {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }

@keyframes soundCirclePlay {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8); }
  10% {
    opacity: 0.6; }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }

@-webkit-keyframes fanRotateRippleLeft {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes fanRotateRippleLeft {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@-webkit-keyframes fanRotateRippleRight {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fanRotateRippleRight {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#ctl00_ContentPlaceHolder1_ctl00_span_model_name img {
  max-width: 100%; }

#main-zone > .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important; }
  #main-zone > .container .overview-wrapper {
    width: 100% !important; }

#product-footer-zone {
  margin-top: 0 !important; }

#main-zone #overview-top-nav .inner {
  padding: 0; }

@media all and (min-width: 721px) {
  #AWD {
    margin-top: 102px; } }

@media (max-width: 959px) and (min-width: 720px) {
  #af-header,
  #af-header .af-inner,
  body #asus-api-footer {
    min-width: 100%;
    width: 100%; }
  #main-zone > .container {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important; } }

@media all and (max-width: 720px) {
  #AWD {
    margin-top: 0px !important; }
  #main-zone,
  #main-zone-5,
  #main-zone-3,
  #main-zone-4,
  #main-zone-6 {
    padding-right: 0 !important;
    padding-left: 0 !important; } }

section {
  position: relative;
  width: 100%; }

.section_content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%; }

section.no-pad {
  padding: 0; }

section.no-pad-bot {
  padding-bottom: 0; }

section.no-pad-top {
  padding-top: 0; }

#AWD .row {
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  #AWD .row:after {
    content: "";
    display: table;
    clear: both; }
  #AWD .row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
    #AWD .row .col[class*="push-"], #AWD .row .col[class*="pull-"] {
      position: relative; }
    #AWD .row .col.l1 {
      width: 8.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l2 {
      width: 16.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l4 {
      width: 33.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l5 {
      width: 41.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l7 {
      width: 58.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l8 {
      width: 66.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l10 {
      width: 83.33333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l11 {
      width: 91.66667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.l12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    #AWD .row .col.offset-l1 {
      margin-left: 8.33333%; }
    #AWD .row .col.pull-l1 {
      right: 8.33333%; }
    #AWD .row .col.push-l1 {
      left: 8.33333%; }
    #AWD .row .col.offset-l2 {
      margin-left: 16.66667%; }
    #AWD .row .col.pull-l2 {
      right: 16.66667%; }
    #AWD .row .col.push-l2 {
      left: 16.66667%; }
    #AWD .row .col.offset-l3 {
      margin-left: 25%; }
    #AWD .row .col.pull-l3 {
      right: 25%; }
    #AWD .row .col.push-l3 {
      left: 25%; }
    #AWD .row .col.offset-l4 {
      margin-left: 33.33333%; }
    #AWD .row .col.pull-l4 {
      right: 33.33333%; }
    #AWD .row .col.push-l4 {
      left: 33.33333%; }
    #AWD .row .col.offset-l5 {
      margin-left: 41.66667%; }
    #AWD .row .col.pull-l5 {
      right: 41.66667%; }
    #AWD .row .col.push-l5 {
      left: 41.66667%; }
    #AWD .row .col.offset-l6 {
      margin-left: 50%; }
    #AWD .row .col.pull-l6 {
      right: 50%; }
    #AWD .row .col.push-l6 {
      left: 50%; }
    #AWD .row .col.offset-l7 {
      margin-left: 58.33333%; }
    #AWD .row .col.pull-l7 {
      right: 58.33333%; }
    #AWD .row .col.push-l7 {
      left: 58.33333%; }
    #AWD .row .col.offset-l8 {
      margin-left: 66.66667%; }
    #AWD .row .col.pull-l8 {
      right: 66.66667%; }
    #AWD .row .col.push-l8 {
      left: 66.66667%; }
    #AWD .row .col.offset-l9 {
      margin-left: 75%; }
    #AWD .row .col.pull-l9 {
      right: 75%; }
    #AWD .row .col.push-l9 {
      left: 75%; }
    #AWD .row .col.offset-l10 {
      margin-left: 83.33333%; }
    #AWD .row .col.pull-l10 {
      right: 83.33333%; }
    #AWD .row .col.push-l10 {
      left: 83.33333%; }
    #AWD .row .col.offset-l11 {
      margin-left: 91.66667%; }
    #AWD .row .col.pull-l11 {
      right: 91.66667%; }
    #AWD .row .col.push-l11 {
      left: 91.66667%; }
    #AWD .row .col.offset-l12 {
      margin-left: 100%; }
    #AWD .row .col.pull-l12 {
      right: 100%; }
    #AWD .row .col.push-l12 {
      left: 100%; }
    @media only screen and (min-width: 721px) and (max-width: 1300px) {
      #AWD .row .col.m1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.offset-m1 {
        margin-left: 8.33333%; }
      #AWD .row .col.pull-m1 {
        right: 8.33333%; }
      #AWD .row .col.push-m1 {
        left: 8.33333%; }
      #AWD .row .col.offset-m2 {
        margin-left: 16.66667%; }
      #AWD .row .col.pull-m2 {
        right: 16.66667%; }
      #AWD .row .col.push-m2 {
        left: 16.66667%; }
      #AWD .row .col.offset-m3 {
        margin-left: 25%; }
      #AWD .row .col.pull-m3 {
        right: 25%; }
      #AWD .row .col.push-m3 {
        left: 25%; }
      #AWD .row .col.offset-m4 {
        margin-left: 33.33333%; }
      #AWD .row .col.pull-m4 {
        right: 33.33333%; }
      #AWD .row .col.push-m4 {
        left: 33.33333%; }
      #AWD .row .col.offset-m5 {
        margin-left: 41.66667%; }
      #AWD .row .col.pull-m5 {
        right: 41.66667%; }
      #AWD .row .col.push-m5 {
        left: 41.66667%; }
      #AWD .row .col.offset-m6 {
        margin-left: 50%; }
      #AWD .row .col.pull-m6 {
        right: 50%; }
      #AWD .row .col.push-m6 {
        left: 50%; }
      #AWD .row .col.offset-m7 {
        margin-left: 58.33333%; }
      #AWD .row .col.pull-m7 {
        right: 58.33333%; }
      #AWD .row .col.push-m7 {
        left: 58.33333%; }
      #AWD .row .col.offset-m8 {
        margin-left: 66.66667%; }
      #AWD .row .col.pull-m8 {
        right: 66.66667%; }
      #AWD .row .col.push-m8 {
        left: 66.66667%; }
      #AWD .row .col.offset-m9 {
        margin-left: 75%; }
      #AWD .row .col.pull-m9 {
        right: 75%; }
      #AWD .row .col.push-m9 {
        left: 75%; }
      #AWD .row .col.offset-m10 {
        margin-left: 83.33333%; }
      #AWD .row .col.pull-m10 {
        right: 83.33333%; }
      #AWD .row .col.push-m10 {
        left: 83.33333%; }
      #AWD .row .col.offset-m11 {
        margin-left: 91.66667%; }
      #AWD .row .col.pull-m11 {
        right: 91.66667%; }
      #AWD .row .col.push-m11 {
        left: 91.66667%; }
      #AWD .row .col.offset-m12 {
        margin-left: 100%; }
      #AWD .row .col.pull-m12 {
        right: 100%; }
      #AWD .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (max-width: 720px) {
      #AWD .row .col.s1 {
        width: 8.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s2 {
        width: 16.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s4 {
        width: 33.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s5 {
        width: 41.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s7 {
        width: 58.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s8 {
        width: 66.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s10 {
        width: 83.33333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s11 {
        width: 91.66667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      #AWD .row .col.offset-s1 {
        margin-left: 8.33333%; }
      #AWD .row .col.pull-s1 {
        right: 8.33333%; }
      #AWD .row .col.push-s1 {
        left: 8.33333%; }
      #AWD .row .col.offset-s2 {
        margin-left: 16.66667%; }
      #AWD .row .col.pull-s2 {
        right: 16.66667%; }
      #AWD .row .col.push-s2 {
        left: 16.66667%; }
      #AWD .row .col.offset-s3 {
        margin-left: 25%; }
      #AWD .row .col.pull-s3 {
        right: 25%; }
      #AWD .row .col.push-s3 {
        left: 25%; }
      #AWD .row .col.offset-s4 {
        margin-left: 33.33333%; }
      #AWD .row .col.pull-s4 {
        right: 33.33333%; }
      #AWD .row .col.push-s4 {
        left: 33.33333%; }
      #AWD .row .col.offset-s5 {
        margin-left: 41.66667%; }
      #AWD .row .col.pull-s5 {
        right: 41.66667%; }
      #AWD .row .col.push-s5 {
        left: 41.66667%; }
      #AWD .row .col.offset-s6 {
        margin-left: 50%; }
      #AWD .row .col.pull-s6 {
        right: 50%; }
      #AWD .row .col.push-s6 {
        left: 50%; }
      #AWD .row .col.offset-s7 {
        margin-left: 58.33333%; }
      #AWD .row .col.pull-s7 {
        right: 58.33333%; }
      #AWD .row .col.push-s7 {
        left: 58.33333%; }
      #AWD .row .col.offset-s8 {
        margin-left: 66.66667%; }
      #AWD .row .col.pull-s8 {
        right: 66.66667%; }
      #AWD .row .col.push-s8 {
        left: 66.66667%; }
      #AWD .row .col.offset-s9 {
        margin-left: 75%; }
      #AWD .row .col.pull-s9 {
        right: 75%; }
      #AWD .row .col.push-s9 {
        left: 75%; }
      #AWD .row .col.offset-s10 {
        margin-left: 83.33333%; }
      #AWD .row .col.pull-s10 {
        right: 83.33333%; }
      #AWD .row .col.push-s10 {
        left: 83.33333%; }
      #AWD .row .col.offset-s11 {
        margin-left: 91.66667%; }
      #AWD .row .col.pull-s11 {
        right: 91.66667%; }
      #AWD .row .col.push-s11 {
        left: 91.66667%; }
      #AWD .row .col.offset-s12 {
        margin-left: 100%; }
      #AWD .row .col.pull-s12 {
        right: 100%; }
      #AWD .row .col.push-s12 {
        left: 100%; } }

.wd__section .wd__content {
  color: #333333; }
  .wd__section .wd__content .content__slogan {
    position: relative;
    color: #ceb25b;
    font-size: 36px; }
    @media all and (max-width: 720px) {
      .wd__section .wd__content .content__slogan {
        font-size: 21px; } }
  .wd__section .wd__content .content__title {
    position: relative;
    margin-top: 11px;
    font-size: 48px;
    line-height: 1.2; }
    @media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__section .wd__content .content__title {
        margin-top: 7px;
        margin-bottom: 7px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__content .content__title {
        margin-top: 11px;
        font-size: 30px;
        line-height: 33px; } }
  .wd__section .wd__content .content__info {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5; }
    @media all and (max-width: 720px) {
      .wd__section .wd__content .content__info {
        margin-top: 15px;
        font-size: 15px;
        letter-spacing: 0.2px; } }
  .wd__section .wd__content .content__comment {
    margin-top: 16px;
    font-size: 18px;
    color: #999999;
    line-height: 1.4; }
    @media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__section .wd__content .content__comment {
        margin-top: 12px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__content .content__comment {
        margin-top: 13px;
        font-size: 13px;
        letter-spacing: 0.2px; } }
  .wd__section .wd__content .content__link {
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    line-height: 27px; }
    @media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__section .wd__content .content__link {
        margin-top: 16px; } }
    @media all and (max-width: 720px) {
      .wd__section .wd__content .content__link {
        margin-top: 7px;
        font-size: 15.5px;
        line-height: 24px; } }
    .wd__section .wd__content .content__link span {
      display: inline;
      border-bottom: 1px solid transparent;
      color: #63b3fc; }
    .wd__section .wd__content .content__link *,
    .wd__section .wd__content .content__link:active span,
    .wd__section .wd__content .content__link:link span,
    .wd__section .wd__content .content__link:visited span {
      border-bottom: 1px solid transparent; }
    .wd__section .wd__content .content__link:hover span {
      border-bottom: 1px solid #63b3fc; }

.wd__section .wd__link__arrow:after {
  content: '>';
  padding-left: 7px;
  color: #63b3fc; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__link__arrow:after {
      padding-left: 3px; } }
  @media all and (max-width: 720px) {
    .wd__section .wd__link__arrow:after {
      padding-left: 4px; } }

.wd__section .wd__feature__list {
  position: relative;
  margin-top: 53px; }
  @media all and (min-width: 721px) and (max-width: 1300px) {
    .wd__section .wd__feature__list {
      margin-top: 39px; } }
  .wd__section .wd__feature__list .wd__feature {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 25px 50px; }
    @media all and (min-width: 721px) and (max-width: 1300px) {
      .wd__section .wd__feature__list .wd__feature {
        margin: 0 33px 47px; } }
  .wd__section .wd__feature__list .wd__feature {
    position: relative;
    color: #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .wd__section .wd__feature__list .wd__feature .wd__feature__data {
      color: #ceb25b;
      font-size: 65px;
      line-height: 1; }
      @media all and (max-width: 720px) {
        .wd__section .wd__feature__list .wd__feature .wd__feature__data {
          font-size: 47px; } }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
        font-size: 28px; }
        @media all and (min-width: 721px) and (max-width: 1300px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
            font-size: 30px; } }
        @media all and (max-width: 720px) {
          .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
            font-size: 25px; } }
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
      position: relative;
      margin-bottom: 3px; }
      @media all and (max-width: 720px) {
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
          margin-bottom: 0px; } }
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
      position: relative;
      margin-top: 0; }
      @media all and (max-width: 720px) {
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
          margin-top: -2px; } }
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span,
    .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
      font-size: 16px;
      letter-spacing: 0.4px;
      color: #636360; }
      @media all and (min-width: 721px) and (max-width: 1300px) {
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span,
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
          font-size: 16px;
          line-height: 18px; } }
      @media all and (max-width: 720px) {
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe span,
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top,
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span,
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
          font-size: 13px;
          line-height: 17px;
          letter-spacing: .1px; } }

.wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
  padding-left: 7px; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
  padding-left: 5px; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
  padding-left: 3px; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
  padding-right: 7px; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
  padding-right: 5px; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
  padding-right: 3px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
    padding-left: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
    padding-left: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
    padding-left: 3px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
    padding-right: 7px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
    padding-right: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
    padding-right: 3px; } }

@media all and (max-width: 720px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-l {
    padding-left: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-m {
    padding-left: 4px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-left-s {
    padding-left: 1px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-l {
    padding-right: 5px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-m {
    padding-right: 4px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.space-right-s {
    padding-right: 1px; } }

.wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
  top: -22px;
  font-size: 40px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
    top: -22px;
    font-size: 40px; } }

@media all and (max-width: 720px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-deg {
    top: -15px;
    font-size: 28px; } }

.wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
  top: -9px;
  font-size: 28px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
    top: -9px;
    font-size: 28px; } }

@media all and (max-width: 720px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star-small {
    top: -6px;
    font-size: 25px; } }

.wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
  top: -25px;
  font-size: 28px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -25px;
    font-size: 28px; } }

@media all and (max-width: 720px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data sup.sign-star {
    top: -15px;
    font-size: 25px; } }

.wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
  position: relative;
  top: -18px;
  font-size: 30px; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
    top: -18px;
    font-size: 30px; } }

@media all and (max-width: 720px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data span.sign-TM {
    top: -14px;
    font-size: 20px; } }

.wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
  font-size: 54px;
  line-height: 65px;
  height: 65px;
  overflow: hidden;
  bottom: -2px;
  position: relative; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
  font-size: 46px;
  line-height: 65px;
  overflow: hidden;
  position: relative;
  bottom: -3px;
  bottom: 0px\0; }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 54px;
    line-height: 65px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    font-size: 46px;
    line-height: 65px;
    position: relative;
    bottom: -3px; } }

@media all and (max-width: 720px) {
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-en {
    font-size: 37.8px;
    line-height: 45px;
    padding-top: 0px;
    margin-bottom: 0px;
    height: 45px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.text__long-tw {
    font-size: 32px;
    line-height: 40px;
    padding-top: 5px;
    position: relative;
    bottom: 1px; } }

.wd__section .wd__feature__list .wd__feature .wd__feature__data.plus {
  position: relative;
  margin-right: 32px; }
  .wd__section .wd__feature__list .wd__feature .wd__feature__data.plus span {
    position: absolute;
    top: 4px;
    right: -33px;
    font-size: 51px; }

.wd__section .inner__nav {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0 auto 0;
  width: 1000px; }
  .wd__section .inner__nav .nav__heading {
    font-size: 21px;
    color: #ffe092;
    -webkit-transition: opacity 600ms ease-out;
    transition: opacity 600ms ease-out; }
    .wd__section .inner__nav .nav__heading.clicked {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .wd__section .inner__nav .nav__switch__btn {
    position: absolute;
    cursor: pointer;
    bottom: -62px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    -webkit-transition: all 600ms ease-out, top 1000ms ease-out;
    transition: all 600ms ease-out, top 1000ms ease-out; }
    .wd__section .inner__nav .nav__switch__btn .icon__switch {
      position: absolute;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all 500ms ease-out;
      transition: all 500ms ease-out;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/inner/icon_open.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section .inner__nav .nav__switch__btn .icon__switch {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/inner/icon_open.png"); } }
    .wd__section .inner__nav .nav__switch__btn.clicked {
      -webkit-transform: translate3d(0px, 210px, 0px);
      transform: translate3d(0px, 210px, 0px); }
      .wd__section .inner__nav .nav__switch__btn.clicked .icon__switch {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
        transform: rotate(405deg) translate3d(0px, 0px, 0px); }
    .wd__section .inner__nav .nav__switch__btn.fixed {
      position: fixed;
      top: -30px;
      left: 50%;
      margin-left: -20px; }
    .wd__section .inner__nav .nav__switch__btn.disable {
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      top: -300px !important; }

.wd__section.inner__page {
  background-color: #f5f5f5;
  margin-top: 0;
  padding-top: 0; }
  .wd__section.inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .wd__section.inner__page .inner__mask {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .wd__section.inner__page.darknight .inner__mask {
    z-index: 1000000;
    -webkit-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
    -webkit-opacity: 0.6;
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  .wd__section.inner__page .section_content {
    background-color: #fff;
    max-width: 2560px;
    z-index: 0; }
    .wd__section.inner__page .section_content.theme-gray {
      background-color: #e7e7e7;
      max-width: 1366px;
      margin-bottom: 4px; }
      .wd__section.inner__page .section_content.theme-gray .wd__content {
        padding-top: 39px; }
  .wd__section.inner__page .icon {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .wd__section.inner__page .icon.icon-allSmiles {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_all_smiles.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-allSmiles {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_all_smiles.png"); } }
    .wd__section.inner__page .icon.icon-auto {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_auto.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-auto {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_auto.png"); } }
    .wd__section.inner__page .icon.icon-beautification {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_beautification.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-beautification {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_beautification.png"); } }
    .wd__section.inner__page .icon.icon-depthOfField {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_depth_of_field.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-depthOfField {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_depth_of_field.png"); } }
    .wd__section.inner__page .icon.icon-effect {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_effect.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-effect {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_effect.png"); } }
    .wd__section.inner__page .icon.icon-gif {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_gif.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-gif {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_gif.png"); } }
    .wd__section.inner__page .icon.icon-hdrPro {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_hdr_pro.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-hdrPro {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_hdr_pro.png"); } }
    .wd__section.inner__page .icon.icon-kids {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_kids.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-kids {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_kids.png"); } }
    .wd__section.inner__page .icon.icon-lowlight {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_lowlight.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-lowlight {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_lowlight.png"); } }
    .wd__section.inner__page .icon.icon-miniature {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_miniature.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-miniature {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_miniature.png"); } }
    .wd__section.inner__page .icon.icon-night {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_night.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-night {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_night.png"); } }
    .wd__section.inner__page .icon.icon-qrCode {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_qr_code.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-qrCode {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_qr_code.png"); } }
    .wd__section.inner__page .icon.icon-selfiePanorama {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_selfie_panorama.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-selfiePanorama {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_selfie_panorama.png"); } }
    .wd__section.inner__page .icon.icon-selfie {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_selfie.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-selfie {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_selfie.png"); } }
    .wd__section.inner__page .icon.icon-slowMotion {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_slow_motion.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-slowMotion {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_slow_motion.png"); } }
    .wd__section.inner__page .icon.icon-smartRemove {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_smart_remove.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-smartRemove {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_smart_remove.png"); } }
    .wd__section.inner__page .icon.icon-superResolution {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_super_resolution.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-superResolution {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_super_resolution.png"); } }
    .wd__section.inner__page .icon.icon-manual {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_manual.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-manual {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_manual.png"); } }
    .wd__section.inner__page .icon.icon-timeLapse {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_time_lapse.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-timeLapse {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_time_lapse.png"); } }
    .wd__section.inner__page .icon.icon-timeRewind {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_time_rewind.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-timeRewind {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_time_rewind.png"); } }
    .wd__section.inner__page .icon.icon-youtube {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_youtube.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-youtube {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_youtube.png"); } }
    .wd__section.inner__page .icon.icon-panaroma {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_panaroma.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-panaroma {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_panaroma.png"); } }
    .wd__section.inner__page .icon.icon-pro {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/icon_pro.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .wd__section.inner__page .icon.icon-pro {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/icon_pro.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .inner__nav {
    margin: 0 auto 0;
    width: 100%; }
    .wd__section .inner__nav .nav__heading {
      font-size: 21px; }
    .wd__section .inner__nav .nav__switch__btn {
      bottom: -63px;
      left: 50%;
      margin-left: -20px;
      width: 40px;
      height: 40px; }
      .wd__section .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px; }
      .wd__section .inner__nav .nav__switch__btn.clicked {
        -webkit-transform: translate3d(0px, 210px, 0px);
        transform: translate3d(0px, 210px, 0px); }
        .wd__section .inner__nav .nav__switch__btn.clicked .icon__switch {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
          transform: rotate(405deg) translate3d(0px, 0px, 0px); }
      .wd__section .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -20px; }
  .wd__section.inner__page .wd__content .content__title {
    font-size: 27px;
    line-height: 1.2; }
  .wd__section.inner__page .section_content {
    padding-bottom: 205px; }
    .wd__section.inner__page .section_content.theme-gray .col.always__on__top {
      background-color: #FFF; }
  .wd__section.inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

@media all and (max-width: 720px) {
  .wd__section .inner__nav {
    margin: 0 auto 0;
    width: 100%; }
    .wd__section .inner__nav .nav__heading {
      font-size: 15px;
      letter-spacing: 0.2px; }
    .wd__section .inner__nav .nav__switch__btn {
      bottom: -55px;
      left: 50%;
      margin-left: -19px;
      width: 38px;
      height: 38px; }
      .wd__section .inner__nav .nav__switch__btn .icon__switch {
        position: absolute;
        top: 0;
        left: 0;
        width: 38px;
        height: 38px; }
      .wd__section .inner__nav .nav__switch__btn.clicked {
        -webkit-transform: translate3d(0px, 210px, 0px);
        transform: translate3d(0px, 210px, 0px); }
        .wd__section .inner__nav .nav__switch__btn.clicked .icon__switch {
          -webkit-transform-origin: center;
          -ms-transform-origin: center;
          transform-origin: center;
          -webkit-transform: rotate(405deg) translate3d(0px, 0px, 0px);
          transform: rotate(405deg) translate3d(0px, 0px, 0px); }
      .wd__section .inner__nav .nav__switch__btn.fixed {
        top: -30px;
        left: 50%;
        margin-left: -19px; }
  .wd__section.inner__page .wd__content .content__title {
    font-size: 20px;
    line-height: 1.1; }
  .wd__section.inner__page .section_content {
    padding-bottom: 0; }
    .wd__section.inner__page .section_content.theme-gray {
      max-width: 720px;
      margin-bottom: 0;
      padding-bottom: 0;
      max-width: 414px; }
      .wd__section.inner__page .section_content.theme-gray .wd__content {
        padding-top: 39px; }
      .wd__section.inner__page .section_content.theme-gray .col.always__on__top {
        background-color: #FFF; }
  .wd__section.inner__page .icon {
    margin-bottom: 11px;
    width: 120px;
    height: 120px; } }

.wd__section .wd__border__center__text {
  display: inline-block; }
  .wd__section .wd__border__center__text .center__text {
    font-family: "Myriad W01_n1", "Myriad W01", "Segoe UI", sans-serif;
    font-weight: 100;
    font-style: normal;
    color: #ceb25b;
    font-size: 2.27em;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    height: 174px;
    width: 4em;
    min-width: 180px;
    text-align: center; }

.wd__section .wd__border__center__text__list {
  text-align: center; }
  .wd__section .wd__border__center__text__list .wd__border__center__text {
    margin-left: 3px;
    margin-right: 3px; }

#special-sectionOverview {
  margin-top: 0px; }

.wd__section {
  overflow: hidden;
  background-color: #000;
  width: 100%; }

.wd__section .always__on__top {
  position: relative;
  z-index: 1000; }

.wd__section .dis_block {
  display: block !important; }

.wd__section .dis_none {
  display: none !important; }

.wd__section .no__wrap {
  white-space: nowrap; }

.wd__section .wd__content .content__link,
.wd__section .wd__content .content__link span,
.wd__section .wd__content .content__link:after {
  color: #c8b374; }

.wd__section .wd__content .content__link:hover span {
  border-bottom: 1px solid #c8b374; }

.wd__section .wd__content .content__slogan {
  color: #ceb25b;
  font-size: 30px; }

.wd__section .wd__content .content__title {
  color: #FFFFFF; }

.wd__section .wd__content .content__info {
  color: #FFFFFF; }

.wd__section .wd__content .content__link {
  display: none;
  color: #c8b374; }

.wd__section .wd__feature__list .wd__feature .wd__feature__data {
  color: #ceb25b; }

.wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span {
  color: #FFFFFF; }

.wd__section .wd__feature__list .wd__feature .wd__feature__describe span {
  color: #FFFFFF; }

.wd__section .large_use,
.wd__section .medium_use,
.wd__section .small_use {
  display: none; }

.wd__section .img {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }

.wd__section .img_table {
  color: #8a8a8a; }
  .wd__section .img_table .word-head {
    color: #c8b374; }
  .wd__section .img_table .word-large {
    font-size: 61px; }
  .wd__section .img_table .word-medium {
    font-size: 30px; }
  .wd__section .img_table .word-small {
    font-size: 18.8px; }
  .wd__section .img_table .line-title, .wd__section .img_table .line-value {
    position: absolute; }
  .wd__section .img_table .line-title {
    font-size: 16px; }
  .wd__section .img_table .line-value {
    font-size: 18.8px; }

.wd__section .theme__text__color-base .wd__content .content__title, .wd__section .theme__text__color-base .wd__content .content__title {
  color: #636360; }

.wd__section .theme__text__color-base .wd__content .content__info, .wd__section .theme__text__color-base .wd__content .content__info {
  color: #636360; }

.wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe__top *, .wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe__top span, .wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe *, .wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe span, .wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe__top *, .wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe__top span, .wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe *, .wd__section .theme__text__color-base .wd__feature__list .wd__feature .wd__feature__describe span {
  color: #636360; }

.wd__section .theme__text-grey.wd__content .content__title,
.wd__section .theme__text-grey.wd__content .content__info {
  color: #333333; }

.wd__section .theme__text-grey.wd__feature__list .wd__feature__describe__top,
.wd__section .theme__text-grey.wd__feature__list .wd__feature__describe {
  color: #636360; }
  .wd__section .theme__text-grey.wd__feature__list .wd__feature__describe__top span,
  .wd__section .theme__text-grey.wd__feature__list .wd__feature__describe span {
    color: #636360; }

.wd__section .theme__text-white.wd__content .content__title,
.wd__section .theme__text-white.wd__content .content__info {
  color: #FFFFFF; }

.wd__section .theme__text-white.wd__feature__list .wd__feature__describe__top,
.wd__section .theme__text-white.wd__feature__list .wd__feature__describe {
  color: #FFFFFF; }
  .wd__section .theme__text-white.wd__feature__list .wd__feature__describe__top span,
  .wd__section .theme__text-white.wd__feature__list .wd__feature__describe span {
    color: #FFFFFF; }

.wd__section .theme__text-white {
  color: #FFFFFF; }

.test {
  color: #000; }

.wd__innerbtn {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  top: -34px;
  overflow: visible; }
  .wd__innerbtn.blackTheme {
    background: #1b1425; }
  .wd__innerbtn.whiteTheme {
    background: #fff; }
  .wd__innerbtn.greyTheme {
    background: #eee; }
  .wd__innerbtn .inner__btn {
    width: 800px;
    position: absolute;
    left: 50%;
    margin-left: -400px; }
    .wd__innerbtn .inner__btn span {
      color: #ceb25b;
      font-size: 18px;
      text-align: center;
      display: block;
      margin-bottom: 16px;
      opacity: 1;
      -webkit-transition: opacity 400ms;
      transition: opacity 400ms;
      position: relative;
      z-index: 99; }
    .wd__innerbtn .inner__btn .toggleSlide {
      z-index: 999;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 50%;
      margin-left: -20px;
      cursor: pointer;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
      -webkit-transform: translateY(0px) rotate(0deg);
      -ms-transform: translateY(0px) rotate(0deg);
      transform: translateY(0px) rotate(0deg);
      -webkit-transition: -webkit-transform 800ms 50ms;
      transition: -webkit-transform 800ms 50ms;
      transition: transform 800ms 50ms;
      transition: transform 800ms 50ms, -webkit-transform 800ms 50ms; }
      .wd__innerbtn .inner__btn .toggleSlide:after, .wd__innerbtn .inner__btn .toggleSlide:before {
        -webkit-transition: opacity 200ms 50ms;
        transition: opacity 200ms 50ms;
        width: 40px;
        height: 40px;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        background-position: top left;
        background-size: cover;
        background-repeat: no-repeat; }
      .wd__innerbtn .inner__btn .toggleSlide:after {
        z-index: 9;
        opacity: 0;
        display: none \9; }
      .wd__innerbtn .inner__btn .toggleSlide:before {
        z-index: 1;
        opacity: 1;
        display: block \9; }
      .wd__innerbtn .inner__btn .toggleSlide.fixed {
        z-index: 9999;
        position: fixed;
        top: -65px;
        content: "        "; }
      .wd__innerbtn .inner__btn .toggleSlide.icon-blue {
        opacity: 1; }
        .wd__innerbtn .inner__btn .toggleSlide.icon-blue:before {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/btn_blue.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            .wd__innerbtn .inner__btn .toggleSlide.icon-blue:before {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/btn_blue.png"); } }
        .wd__innerbtn .inner__btn .toggleSlide.icon-blue:after {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/btn_blue2.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            .wd__innerbtn .inner__btn .toggleSlide.icon-blue:after {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/btn_blue2.png"); } }
      .wd__innerbtn .inner__btn .toggleSlide.icon-white {
        opacity: 1; }
        .wd__innerbtn .inner__btn .toggleSlide.icon-white:before {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/btn_white.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            .wd__innerbtn .inner__btn .toggleSlide.icon-white:before {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/btn_white.png"); } }
        .wd__innerbtn .inner__btn .toggleSlide.icon-white:after {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/btn_white2.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            .wd__innerbtn .inner__btn .toggleSlide.icon-white:after {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/btn_white2.png"); } }
      .wd__innerbtn .inner__btn .toggleSlide.icon-gold {
        opacity: 1; }
        .wd__innerbtn .inner__btn .toggleSlide.icon-gold:before {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/btn_gold.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            .wd__innerbtn .inner__btn .toggleSlide.icon-gold:before {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/btn_gold.png"); } }
        .wd__innerbtn .inner__btn .toggleSlide.icon-gold:after {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/icon/btn_gold2.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            .wd__innerbtn .inner__btn .toggleSlide.icon-gold:after {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/icon/btn_gold2.png"); } }
    .wd__innerbtn .inner__btn.active span {
      opacity: 0;
      display: none \9; }
    .wd__innerbtn .inner__btn.active .toggleSlide {
      -webkit-transform: translateY(148px) rotate(90deg);
      -ms-transform: translateY(148px) rotate(90deg);
      transform: translateY(148px) rotate(90deg);
      top: 159px \9; }
      .wd__innerbtn .inner__btn.active .toggleSlide:before {
        opacity: 0;
        display: none \9;
        content: "    "; }
      .wd__innerbtn .inner__btn.active .toggleSlide:after {
        content: "    ";
        opacity: 1;
        display: block \9; }
      .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
        top: 140px \9; }

.inner__page {
  z-index: 1;
  overflow: hidden;
  display: none;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto; }
  .inner__page.wd__section {
    padding-top: 180px; }
  .inner__page .limit__width {
    max-width: 1366px; }
  .inner__page .row {
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms; }
  .inner__page .section_content .wd__content .content__title {
    margin-top: 0; }
  .inner__page.active .row {
    opacity: 1; }

.theme.theme__text-center {
  text-align: center; }

.theme.theme__color-white *, .theme.theme__color-white span {
  color: #FFF; }

.section__kv .wd__content .content__title {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font-size: 62px;
  letter-spacing: 1.3px;
  text-align: center; }

.section__kv .wd__content .content__info {
  font-size: 26px;
  width: 1152px; }

.section__kv .wd__content .content__slogan {
  z-index: 1;
  width: 600px;
  height: 70px;
  position: relative;
  left: 50%;
  margin-left: -315px;
  background-position: top center;
  background-position-x: center;
  background-position-y: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/kv__logo.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__kv .wd__content .content__slogan {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/kv__logo.png"); } }

.section__kv .wd__content .content__title span {
  display: inline-block; }
  .section__kv .wd__content .content__title span.space {
    width: 17px; }

.section__kv .wd__content.content-top {
  margin-top: 88px; }

.section__kv .wd__content.content-bottom {
  margin-top: -338px; }

.section__kv .icon-bc {
  position: absolute;
  left: 50%;
  bottom: 832px;
  margin-left: 394px;
  width: 125px;
  height: 125px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/BC_logo.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__kv .icon-bc {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/BC_logo.png"); } }

.section__kv .img__kv {
  position: relative;
  margin-top: -1048px;
  width: 100%;
  max-width: 2560px;
  height: 2200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/kv.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__kv .img__kv {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/kv.jpg"); } }

.section__beauty {
  padding-top: 182px; }
  .section__beauty .wd__content .content__info {
    width: 800px; }
  .section__beauty .wd__feature__list .wd__feature {
    margin-left: 34px;
    margin-right: 34px; }
  .section__beauty .img__beauty {
    margin-top: -105px;
    margin-bottom: 28px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    height: 824px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/beauty.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__beauty .img__beauty {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/beauty.jpg"); } }
  .section__beauty .img__beauty_3cut {
    width: 100%;
    max-width: 1920px;
    height: 0;
    padding-bottom: 16.625%;
    margin: 0 auto 25px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/beauty__3cut.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__beauty .img__beauty_3cut {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/beauty__3cut.jpg"); } }

.section__beauty #img__beauty__ani {
  max-width: 1920px;
  width: 100%;
  height: 648px;
  overflow: hidden;
  margin: 3px auto 0 auto;
  position: relative; }

.section__beauty .img__beauty__style {
  z-index: 1;
  max-width: 2560px;
  width: 100%;
  height: 1340px;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/beauty_style.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__beauty .img__beauty__style {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/beauty_style.jpg"); } }

.section__performance {
  z-index: 110;
  padding-top: 120px;
  padding-bottom: 50px; }
  .section__performance .wd__content .content__info {
    width: 920px; }
  .section__performance .wd__feature__list {
    width: 1366px;
    margin-left: auto;
    margin-right: auto; }
    .section__performance .wd__feature__list .wd__feature {
      margin-left: 34px;
      margin-right: 34px; }
    .section__performance .wd__feature__list .feature__01 {
      width: 1200px; }
      .section__performance .wd__feature__list .feature__01 .text__long-en {
        font-size: 61px; }
      .section__performance .wd__feature__list .feature__01 .wd__feature__describe {
        display: none; }
  .section__performance .img__performance {
    z-index: -1;
    margin: -130px 0 50px -1280px;
    left: 50%;
    width: 2560px;
    height: 986px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/performance.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__performance .img__performance {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/performance.jpg"); } }

.section__cooling {
  padding-top: 100px;
  background: #000;
  z-index: 111; }
  .section__cooling .wd__content .content__info {
    width: 720px; }
  .section__cooling .wd__content .content__comment {
    width: 590px; }
  .section__cooling .wd__feature__list .wd__feature {
    margin-left: 34px;
    margin-right: 34px; }
  .section__cooling .air__content .reset.isHide {
    opacity: 0; }
  .section__cooling .img__fans {
    position: relative;
    left: 50%;
    margin: -80px 0 0 -1280px;
    width: 2560px;
    height: 1131px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/fans.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__cooling .img__fans {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/fans.jpg"); } }

.section__cpu {
  z-index: -1;
  padding-top: 130px; }
  .section__cpu .wd__content {
    left: 100%;
    margin-left: -586px; }
    .section__cpu .wd__content .content__info {
      width: 500px; }
    .section__cpu .wd__content .content__comment {
      width: 500px; }
  .section__cpu .wd__feature__list {
    left: 100%;
    margin-left: -586px; }
    .section__cpu .wd__feature__list .wd__feature {
      margin-left: 35px;
      margin-right: 35px;
      vertical-align: top; }
    .section__cpu .wd__feature__list .feature__01 {
      margin-left: 0; }
    .section__cpu .wd__feature__list .feature__02 {
      width: 142px; }
  .section__cpu .img__cpu {
    margin-top: -672px;
    width: 100%;
    max-width: 2560px;
    height: 1348px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/cpu.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__cpu .img__cpu {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/cpu.jpg"); } }

#section__gpu .row .col.col-right {
  margin-left: 80px; }

.section__gpu {
  background-color: #000;
  overflow: visible;
  z-index: 112;
  padding-top: 0; }
  .section__gpu.limit__width {
    padding-top: 80px;
    padding-bottom: 20px;
    margin-top: -78px; }
  .section__gpu .wd__content .content__info {
    width: 500px; }
  .section__gpu .wd__feature__list .wd__feature {
    margin-left: 34px;
    margin-right: 34px;
    vertical-align: top; }
  .section__gpu .wd__feature__list .feature__01 {
    margin-left: 0;
    width: 146px; }
  .section__gpu .img__gpu {
    margin-top: -710px;
    margin-left: -950px;
    left: 50%;
    width: 1900px;
    max-width: 1900px;
    height: 1070px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/gpu.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__gpu .img__gpu {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/gpu.jpg"); } }

#section__uhddisplay .row .col.col-right {
  margin-left: 29px; }

.section__uhddisplay {
  z-index: 121;
  padding-top: 120px;
  margin-top: 0; }
  .section__uhddisplay .wd__content .content__info {
    width: 550px; }
  .section__uhddisplay .wd__feature__list {
    width: 600px; }
    .section__uhddisplay .wd__feature__list .wd__feature {
      margin-left: 0px;
      margin-right: 65px;
      vertical-align: top; }
  .section__uhddisplay .img__uhddisplay {
    margin-top: -454px;
    width: 100%;
    max-width: 2560px;
    height: 1136px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/uhd_display.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__uhddisplay .img__uhddisplay {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/uhd_display.jpg"); } }
  .section__uhddisplay .img__uhddisplay-hand {
    display: none; }

.section__resolution4k {
  z-index: 130;
  padding-top: 160px; }
  .section__resolution4k .wd__content .content__info {
    width: 880px; }
  .section__resolution4k .wd__feature__list {
    width: 900px;
    margin-left: auto;
    margin-right: auto; }
    .section__resolution4k .wd__feature__list .wd__feature {
      margin-left: 34px;
      margin-right: 34px;
      vertical-align: top; }
    .section__resolution4k .wd__feature__list .feature__01 {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .section__resolution4k .wd__feature__list .feature__02 {
      margin-top: -29px; }
      .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data {
        margin-bottom: 12px; }
        .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data .img__icon1 {
          width: 71px;
          height: 82px;
          margin: 0 auto;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_pantone.png"); }
          @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
            .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data .img__icon1 {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_pantone.png"); } }
  .section__resolution4k .img__resolution4k {
    margin-top: -534px;
    margin-bottom: -40px;
    width: 100%;
    max-width: 2560px;
    height: 1406px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/resolution__4k.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__resolution4k .img__resolution4k {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/resolution__4k.jpg"); } }

.section__audio {
  z-index: 150;
  padding-top: 170px;
  padding-bottom: 101px; }
  .section__audio .wd__content {
    left: 100%;
    margin-left: -515px;
    width: 610px; }
    .section__audio .wd__content .content__info {
      width: 100%; }
  .section__audio .wd__feature__list {
    width: 590px;
    margin-left: 149px;
    margin-top: 119px; }
    .section__audio .wd__feature__list .wd__feature {
      margin-left: 34px;
      margin-right: 34px;
      margin-bottom: 30px;
      vertical-align: top; }
    .section__audio .wd__feature__list .feature__03 {
      width: 120px; }
  .section__audio .img__audio {
    z-index: 1;
    width: 1920px;
    max-width: 1920px;
    left: 50%;
    height: 1180px;
    margin: -20px 0 -70px -960px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/audio.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__audio .img__audio {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/audio.jpg"); } }
  .section__audio .col_img {
    position: relative; }

.section__connectivity {
  z-index: 160;
  padding-top: 145px;
  padding-bottom: 220px;
  background-color: #000; }
  .section__connectivity .wd__content {
    left: 100%;
    margin-left: -450px; }
    .section__connectivity .wd__content .content__info {
      width: 550px; }
    .section__connectivity .wd__content .content__comment {
      width: 520px; }
  .section__connectivity .col-right .wd__feature__list {
    width: 370px;
    margin-left: 150px;
    margin-top: 62px; }
    .section__connectivity .col-right .wd__feature__list .wd__feature {
      margin-left: 28px;
      margin-right: 28px;
      margin-bottom: 20px;
      vertical-align: top; }
    .section__connectivity .col-right .wd__feature__list .feature__01 {
      width: 100px; }
    .section__connectivity .col-right .wd__feature__list .feature__03 {
      width: 100px; }
    .section__connectivity .col-right .wd__feature__list .feature__04 {
      width: 111px; }
    .section__connectivity .col-right .wd__feature__list .feature__03 .wd__feature__describe__top, .section__connectivity .col-right .wd__feature__list .feature__04 .wd__feature__describe__top {
      display: none; }
  .section__connectivity .col-list-bottom .wd__feature__list {
    width: 100%;
    margin-top: 85px; }
    .section__connectivity .col-list-bottom .wd__feature__list .wd__feature {
      margin-left: 28px;
      margin-right: 28px;
      margin-bottom: 20px;
      vertical-align: top; }
    .section__connectivity .col-list-bottom .wd__feature__list .feature__04 {
      width: 111px; }
    .section__connectivity .col-list-bottom .wd__feature__list .feature-icon {
      position: relative;
      bottom: 13px;
      height: 30px;
      margin-left: auto;
      margin-right: auto;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .section__connectivity .col-list-bottom .wd__feature__list .feature__01 .feature-icon {
      width: 98px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon__sd.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__connectivity .col-list-bottom .wd__feature__list .feature__01 .feature-icon {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__sd.png"); } }
    .section__connectivity .col-list-bottom .wd__feature__list .feature__02 .feature-icon {
      width: 80px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon__usb3.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__connectivity .col-list-bottom .wd__feature__list .feature__02 .feature-icon {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__usb3.png"); } }
    .section__connectivity .col-list-bottom .wd__feature__list .feature__03 .feature-icon {
      width: 88px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon__HDMI.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__connectivity .col-list-bottom .wd__feature__list .feature__03 .feature-icon {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__HDMI.png"); } }
    .section__connectivity .col-list-bottom .wd__feature__list .feature__04 .feature-icon {
      width: 66px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon__usbc.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__connectivity .col-list-bottom .wd__feature__list .feature__04 .feature-icon {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__usbc.png"); } }
  .section__connectivity .img__connectivity {
    margin-top: -52px;
    width: 100%;
    max-width: 2560px;
    height: 400px;
    position: relative;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/connectivity.jpg"); }
    .section__connectivity .img__connectivity br {
      display: none; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__connectivity .img__connectivity {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/connectivity.jpg"); } }
  .section__connectivity .img__connectivity .img_comment {
    width: 1px;
    position: absolute;
    top: 300px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    padding-bottom: 30px; }
  .section__connectivity .img__connectivity .img_comment-point {
    width: 5px;
    height: 5px;
    position: absolute;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 50%;
    margin-left: -2.5px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon__point.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__connectivity .img__connectivity .img_comment-point {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__point.svg"); } }
  .section__connectivity .img__connectivity .img_comment:before {
    content: " ";
    display: block;
    width: 1px;
    position: relative;
    height: 79px;
    background-color: #ceb25b;
    margin: 0 auto; }
  .section__connectivity .img__connectivity .img_comment-text {
    position: absolute;
    top: 84px;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    font-size: 16px;
    color: #fff; }
  .section__connectivity .img__connectivity .img_comment.img_comment_01 {
    margin-left: -610px; }
  .section__connectivity .img__connectivity .img_comment.img_comment_02 {
    margin-left: -517px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_02 .img_comment-text {
      width: 90px;
      margin-left: -45px; }
  .section__connectivity .img__connectivity .img_comment.img_comment_03 {
    margin-left: -416px; }
  .section__connectivity .img__connectivity .img_comment.img_comment_04 {
    margin-left: -299px; }
  .section__connectivity .img__connectivity .img_comment.img_comment_05 {
    margin-left: 198px; }
  .section__connectivity .img__connectivity .img_comment.img_comment_06 {
    margin-left: 301px; }
  .section__connectivity .img__connectivity .img_comment.img_comment_07 {
    margin-left: 397px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_07 .img_comment-text {
      width: 111px;
      margin-left: -52px; }
  .section__connectivity .img__connectivity .img_comment.img_comment_08 {
    margin-left: 484px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_08 .img_comment-text {
      width: 111px;
      margin-left: -7px; }

.section__thunderbolt {
  padding-top: 136px;
  background-color: #fff; }
  .section__thunderbolt .wd__content .content__info {
    width: 820px; }
  .section__thunderbolt .wd__feature__list .wd__feature {
    margin-left: 34px;
    margin-right: 34px; }
  .section__thunderbolt .img__thunderbolt {
    margin-top: -112px;
    width: 100%;
    max-width: 2560px;
    height: 1344px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/thunderbolt.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__thunderbolt .img__thunderbolt {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/thunderbolt.jpg"); } }

.section__thunderbolt .thunderbolt__table {
  position: relative;
  margin-top: 85px; }
  .section__thunderbolt .thunderbolt__table .text-light {
    position: absolute;
    left: 0;
    color: #888888; }
  .section__thunderbolt .thunderbolt__table .table__name {
    top: -64px;
    left: -144px;
    font-size: 30px; }
  .section__thunderbolt .thunderbolt__table .line__1-title, .section__thunderbolt .thunderbolt__table .line__2-title, .section__thunderbolt .thunderbolt__table .line__3-title {
    left: -144px;
    font-size: 20px; }
  .section__thunderbolt .thunderbolt__table .line__1-title {
    color: #ceb25b;
    top: 11px; }
  .section__thunderbolt .thunderbolt__table .line__2-title {
    top: 66px; }
  .section__thunderbolt .thunderbolt__table .line__3-title {
    top: 119px; }
  .section__thunderbolt .thunderbolt__table .line__2-value, .section__thunderbolt .thunderbolt__table .line__3-value {
    font-size: 23px; }
  .section__thunderbolt .thunderbolt__table .line__1-value {
    color: #ceb25b;
    top: -19px;
    left: 496px;
    font-size: 61px; }
    .section__thunderbolt .thunderbolt__table .line__1-value .word-small {
      padding-left: 3px;
      font-size: 30px; }
  .section__thunderbolt .thunderbolt__table .line__2-value {
    top: 66px;
    left: 260px; }
  .section__thunderbolt .thunderbolt__table .line__3-value {
    top: 118px;
    left: 86px; }
  .section__thunderbolt .thunderbolt__table .img__thunderbolt__table {
    position: relative;
    margin: 0px auto 0;
    width: 480px;
    max-width: 480px;
    height: 160px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/thunderbolt__chart.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__thunderbolt .thunderbolt__table .img__thunderbolt__table {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/thunderbolt__chart.png"); } }

.section__battery {
  padding-top: 168px; }
  .section__battery .wd__content {
    margin-left: -10px; }
    .section__battery .wd__content .content__info {
      width: 582px; }
    .section__battery .wd__content .content__comment {
      width: 540px; }
  .section__battery .wd__feature__list {
    margin-left: -10px; }
    .section__battery .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 64px; }
  .section__battery .img__battery {
    margin-top: -623px;
    width: 100%;
    max-width: 2560px;
    height: 1368px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/battery.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__battery .img__battery {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/battery.jpg"); } }

.section__keyboard {
  padding-top: 240px; }
  .section__keyboard .wd__content .content__info {
    width: 790px; }
  .section__keyboard .wd__content .content__link {
    width: 1000px; }
  .section__keyboard .wd__feature__list {
    margin-top: 47px; }
    .section__keyboard .wd__feature__list .feature__02 .feature-icon {
      position: relative;
      bottom: 3px;
      width: 70px;
      height: 44px;
      margin: 0 auto 9px auto;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon__backlit.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__keyboard .wd__feature__list .feature__02 .feature-icon {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__backlit.png"); } }
  .section__keyboard .img__keyboard {
    z-index: 1;
    width: 1366px;
    max-width: 1366px;
    height: 853px;
    margin-top: -77px;
    left: 50%;
    margin-left: -683px;
    position: relative;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/keyboard.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__keyboard .img__keyboard {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/keyboard.jpg"); } }

.section__fingerprint {
  padding-top: 193px; }
  .section__fingerprint .wd__content {
    margin-left: -474px;
    left: 100%;
    width: 563px; }
  .section__fingerprint .wd__feature__list {
    margin-left: -474px;
    left: 100%; }
    .section__fingerprint .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 0; }
    .section__fingerprint .wd__feature__list .feature__01 {
      width: 76px; }
      .section__fingerprint .wd__feature__list .feature__01 .feature-icon {
        position: relative;
        bottom: 3px;
        width: 76px;
        height: 36px;
        margin: 0 auto 9px auto;
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon__fingerprint.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
          .section__fingerprint .wd__feature__list .feature__01 .feature-icon {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__fingerprint.png"); } }
  .section__fingerprint .img__fingerprint {
    margin-top: -762px;
    width: 100%;
    max-width: 2560px;
    height: 1272px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/fingerprint.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__fingerprint .img__fingerprint {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/fingerprint.jpg"); } }
  .section__fingerprint .img__fingerprint-hand {
    display: none; }

.section__alexa {
  padding-top: 103px; }
  .section__alexa .wd__content {
    width: 100%; }
    .section__alexa .wd__content .content__info {
      width: 800px; }
  .section__alexa .wd__content .content__link {
    display: inline-block; }
  .section__alexa .wd__feature__list {
    margin-left: -474px;
    left: 100%; }
    .section__alexa .wd__feature__list .wd__feature {
      margin-left: 0;
      margin-right: 0; }
  .section__alexa .wd__feature__list {
    margin-top: 60px;
    width: 100%;
    left: 0;
    margin-left: 0; }
    .section__alexa .wd__feature__list .feature__01 .feature-icon {
      width: 198px;
      height: 66px;
      background-size: cover;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_alexa.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__alexa .wd__feature__list .feature__01 .feature-icon {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_alexa.png"); } }
  .section__alexa .img__alexa {
    left: 50%;
    width: 1684px;
    height: 879px;
    margin-top: 0px;
    margin-left: -842px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/15_alexa.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__alexa .img__alexa {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/15_alexa.jpg"); } }

.section__military {
  padding-top: 210px; }
  .section__military .wd__content {
    width: 100%; }
    .section__military .wd__content .content__info {
      width: 800px; }
  .section__military .wd__content .content__link {
    display: inline-block; }
  .section__military .wd__feature__list .wd__feature {
    text-align: center;
    vertical-align: top; }
    .section__military .wd__feature__list .wd__feature .wd__feature__data figure {
      margin: 0 auto 7px;
      height: 90px;
      background-size: contain; }
    .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
      width: 88px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_1.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_1.png"); } }
    .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
      width: 94px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_2.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_2.png"); } }
    .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
      width: 100px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_3.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_3.png"); } }
    .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-4 {
      width: 81px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_4.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-4 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_4.png"); } }
    .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-5 {
      width: 81px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_5.png"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-5 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_5.png"); } }
  .section__military .img__military {
    left: 50%;
    width: 2560px;
    height: 1868px;
    margin-top: -470px;
    margin-left: -1280px;
    margin-bottom: -100px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/16_military.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__military .img__military {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/16_military.jpg"); } }

.wd__innerbtn2 {
  top: 0;
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 107px; }
  .wd__innerbtn2 .inner__btn {
    top: 41px;
    z-index: 102; }

.section__inner2.inner__page {
  z-index: 100;
  display: none;
  background-color: #fff;
  margin-top: -77px; }
  .section__inner2.inner__page .row {
    margin-top: 0;
    margin-bottom: 0; }
  .section__inner2.inner__page .section_content .wd__content {
    width: 100%;
    position: relative;
    left: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-bottom: 0; }
    .section__inner2.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner2.inner__page .section_content .wd__content .content__info {
      width: 100%; }

.section__inner2.inner__page .content-1.section_content {
  margin-bottom: 70px; }

.section__inner2.inner__page .content-1 .wd__content {
  max-width: 810px; }

.section__inner2.inner__page .content-1 .img__inner_sleak {
  width: 1184px;
  height: 792px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/02/inner_sleek.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner2.inner__page .content-1 .img__inner_sleak {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/02/inner_sleek.jpg"); } }

.section__inner2.inner__page .content-2.section_content {
  margin-bottom: 130px;
  margin-top: 82px; }

.section__inner2.inner__page .content-2 .wd__content {
  width: 1366px;
  position: absolute;
  top: 169px;
  left: 50%;
  margin-left: -683px;
  visibility: hidden; }
  .section__inner2.inner__page .content-2 .wd__content .content__info {
    width: 40%; }
  .section__inner2.inner__page .content-2 .wd__content.active {
    visibility: visible; }

.section__inner2.inner__page .content-2 .img__inner_sleek_colors {
  width: 1366px;
  height: 1310px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }
  .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color {
    visibility: hidden;
    position: absolute;
    top: -75px;
    left: 0;
    width: 1366px;
    height: 1384px; }
    .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color.active {
      visibility: visible;
      position: relative; }
    .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-1 {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/02/inner_sleek_colors_blue.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-1 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/02/inner_sleek_colors_blue.jpg"); } }
    .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-2 {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/02/inner_sleek_colors_grey.jpg"); }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-2 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/02/inner_sleek_colors_grey.jpg"); } }

.section__inner2.inner__page .content-2 .iconColor {
  position: absolute;
  width: 1366px;
  left: 50%;
  margin-left: -683px;
  z-index: 99;
  text-align: center;
  top: 326px; }
  .section__inner2.inner__page .content-2 .iconColor .parts {
    display: inline-block;
    margin: 0 18px 0 18px;
    cursor: pointer; }
  .section__inner2.inner__page .content-2 .iconColor .color {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center; }
    .section__inner2.inner__page .content-2 .iconColor .color:before {
      content: " ";
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: left top;
      width: 40px;
      height: 40px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/02/icon__color__border.png");
      visibility: hidden; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
        .section__inner2.inner__page .content-2 .iconColor .color:before {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/02/icon__color__border.png"); } }
    .section__inner2.inner__page .content-2 .iconColor .color.active:before {
      visibility: visible; }
  .section__inner2.inner__page .content-2 .iconColor .color-blue {
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/02/icon__color__blue.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__inner2.inner__page .content-2 .iconColor .color-blue {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/02/icon__color__blue.png"); } }
  .section__inner2.inner__page .content-2 .iconColor .color-grey {
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/02/icon__color__grey.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__inner2.inner__page .content-2 .iconColor .color-grey {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/02/icon__color__grey.png"); } }

.wd__innerbtn3 {
  top: 0;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0; }
  .wd__innerbtn3 .inner__btn {
    z-index: 111;
    top: -157px; }

.section__inner3.inner__page {
  z-index: 110;
  display: none;
  background-color: #fff;
  padding-bottom: 103px;
  margin-top: -48px; }
  .section__inner3.inner__page .row {
    margin-top: 0;
    margin-bottom: 0; }
  .section__inner3.inner__page .section_content .wd__content {
    width: 100%;
    max-width: 810px;
    position: relative;
    left: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-bottom: 0; }
    .section__inner3.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner3.inner__page .section_content .wd__content .content__info {
      width: 100%; }

.section__inner3.inner__page .content-1 {
  padding-top: 0;
  padding-bottom: 0; }

.section__inner3.inner__page .content-1 .wd__content-read {
  max-width: 500px;
  left: 100%;
  margin-left: -500px; }
  .section__inner3.inner__page .content-1 .wd__content-read .content__info {
    max-width: 790px; }
  .section__inner3.inner__page .content-1 .wd__content-read .wd__feature__list {
    margin-bottom: 17px; }
    .section__inner3.inner__page .content-1 .wd__content-read .wd__feature__list .wd__feature {
      margin-left: 0px;
      margin-right: 68px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed {
  width: 420px;
  height: 178px;
  margin-left: 60px;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/03/inner_pcie_chart_read_speed.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/03/inner_pcie_chart_read_speed.png"); } }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line-title {
  left: -60px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line-value {
  right: 0; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__1-title {
  top: 25px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__1-value {
  top: -5px;
  right: 24px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__2-title {
  top: 79px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__2-value {
  top: 62px;
  right: 159px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__3-title {
  top: 134px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__3-value {
  top: 132px;
  right: 280px; }

.section__inner3.inner__page .content-1 .wd__content-write {
  max-width: 500px;
  margin-left: 49px; }
  .section__inner3.inner__page .content-1 .wd__content-write .wd__feature__list {
    margin-bottom: 17px; }
    .section__inner3.inner__page .content-1 .wd__content-write .wd__feature__list .wd__feature {
      margin-left: 0px;
      margin-right: 68px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed {
  width: 420px;
  height: 178px;
  margin-left: 60px;
  margin-right: auto;
  background-position: 0 2px;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/03/inner_pcie_chart_whrite_speed.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/03/inner_pcie_chart_whrite_speed.png"); } }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line-title {
  left: -60px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__1-title {
  top: 25px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__1-value {
  top: -5px;
  right: 24px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__2-title {
  top: 79px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__2-value {
  top: 62px;
  right: 204px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__3-title {
  top: 134px; }

.section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__3-value {
  top: 131px;
  right: 270px; }

.section__inner3.inner__page .content-1 .img__inner__pcie {
  width: 1480px;
  height: 1000px;
  left: 50%;
  margin-left: -740px;
  margin-right: auto;
  margin-top: -24px;
  margin-bottom: -20px;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/03/inner_pcie.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner3.inner__page .content-1 .img__inner__pcie {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/03/inner_pcie.jpg"); } }

.wd__innerbtn5 {
  top: 0;
  background-color: #151515;
  padding-top: 0;
  padding-bottom: 0; }
  .wd__innerbtn5 .inner__btn {
    z-index: 999;
    top: -308px; }

.section__inner5.inner__page {
  z-index: 110;
  display: none;
  background-color: #151515;
  margin-top: -124px;
  top: -74px;
  padding-bottom: 0; }
  .section__inner5.inner__page .row {
    margin-top: 0;
    margin-bottom: 0; }
  .section__inner5.inner__page .section_content {
    padding-top: 90px;
    background-color: #151515; }
    .section__inner5.inner__page .section_content .wd__content {
      width: 100%;
      position: relative;
      left: 0;
      top: 0px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px;
      padding-bottom: 0; }
      .section__inner5.inner__page .section_content .wd__content .content__title {
        margin-top: 0; }
      .section__inner5.inner__page .section_content .wd__content .content__info {
        width: 79%; }

.section__inner5.inner__page {
  z-index: 0; }
  .section__inner5.inner__page .content-1 {
    padding-top: 0;
    padding-bottom: 155px; }
    .section__inner5.inner__page .content-1 .wd__content {
      margin-left: 0px; }
      .section__inner5.inner__page .content-1 .wd__content .content__info {
        width: 800px; }
      .section__inner5.inner__page .content-1 .wd__content .content__comment {
        width: 690px; }
    .section__inner5.inner__page .content-1 .wd__feature__list {
      margin-bottom: 12px; }
      .section__inner5.inner__page .content-1 .wd__feature__list .wd__feature {
        margin-left: 40px;
        margin-right: 40px; }
        .section__inner5.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__describe span {
          color: #fff; }
  .section__inner5.inner__page .content-1 .img__inner_Quad-core_CPU {
    width: 1924px;
    height: 1072px;
    left: 50%;
    margin-top: -382px;
    margin-left: -962px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/05/inner_Quad-core_CPU.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__inner5.inner__page .content-1 .img__inner_Quad-core_CPU {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/05/inner_Quad-core_CPU.jpg"); } }

.wd__innerbtn6 {
  top: 0;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0px; }
  .wd__innerbtn6 .inner__btn {
    z-index: 120;
    top: -140px; }
    .wd__innerbtn6 .inner__btn.active .toggleSlide {
      -webkit-transform: translateY(48px) rotate(90deg);
      -ms-transform: translateY(48px) rotate(90deg);
      transform: translateY(48px) rotate(90deg); }
      .wd__innerbtn6 .inner__btn.active .toggleSlide.fixed {
        top: 34px; }

.section__inner6.inner__page {
  z-index: 119;
  display: none;
  background-color: #fff;
  margin-top: -130px;
  padding-bottom: 0; }
  .section__inner6.inner__page .row {
    margin-top: 0;
    margin-bottom: 0; }
  .section__inner6.inner__page .section_content .wd__content {
    width: 100%;
    max-width: 700px;
    position: relative;
    left: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-bottom: 0; }
    .section__inner6.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner6.inner__page .section_content .wd__content .content__info {
      width: 79%; }

.section__inner6.inner__page .content-1 {
  margin-bottom: 65px; }
  .section__inner6.inner__page .content-1 .wd__content {
    width: 100%;
    max-width: 700px;
    position: relative;
    left: 100%;
    top: 0px;
    margin-left: -548px;
    margin-bottom: 0;
    padding-bottom: 0; }
    .section__inner6.inner__page .content-1 .wd__content .content__title {
      margin-top: 0; }
    .section__inner6.inner__page .content-1 .wd__content .content__info {
      width: 79%; }
  .section__inner6.inner__page .content-1 .wd__feature__list {
    margin-bottom: 16px; }
    .section__inner6.inner__page .content-1 .wd__feature__list .wd__feature {
      margin-left: 0; }
    .section__inner6.inner__page .content-1 .wd__feature__list .feature__01 {
      width: 208px; }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart {
  width: 420px;
  height: 178px;
  margin-left: 161px;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/06/inner_graphics_chart.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner6.inner__page .content-1 .img__inner__graphics_chart {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/06/inner_graphics_chart.png"); } }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart .line-title {
  left: -161px; }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__1-title {
  top: 16px; }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__1-value {
  top: -5px;
  right: 44px; }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__2-title {
  top: 70px; }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__2-value {
  top: 60px;
  right: 138px; }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__3-title {
  top: 125px; }

.section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__3-value {
  top: 115px;
  right: 211px; }

.section__inner6.inner__page .content-1 .img__inner__graphics {
  width: 1600px;
  height: 1000px;
  left: 50%;
  margin-top: -750px;
  margin-left: -828px;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/06/inner_graphics.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner6.inner__page .content-1 .img__inner__graphics {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/06/inner_graphics.jpg"); } }

.wd__innerbtn7 {
  top: 0;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0; }
  .wd__innerbtn7 .inner__btn {
    top: -201px;
    z-index: 122; }

.section__inner7.inner__page {
  z-index: 121;
  display: none;
  background-color: #fff;
  margin-top: -91px;
  padding-bottom: 0; }
  .section__inner7.inner__page .row {
    margin-top: 0;
    margin-bottom: 0; }
  .section__inner7.inner__page .section_content .wd__content {
    width: 100%;
    position: relative;
    left: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0; }
    .section__inner7.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner7.inner__page .section_content .wd__content .content__info {
      width: 79%; }

.section__inner7.inner__page .content-1 .wd__content {
  width: 100%;
  margin-bottom: 34px; }
  .section__inner7.inner__page .content-1 .wd__content .content__info {
    width: 827px; }

.section__inner7.inner__page .content-1 .img__inner_bezel {
  width: 100%;
  height: 800px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 85px;
  max-width: 1366px;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/07/inner_bezel.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner7.inner__page .content-1 .img__inner_bezel {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/07/inner_bezel.jpg"); } }

.section__inner7.inner__page .content-2 {
  overflow: hidden;
  width: 1366px;
  margin-left: auto;
  margin-right: auto;
  background-color: #020100;
  margin-bottom: 180px; }

.section__inner7.inner__page .content-2 .wd__content {
  width: 100%;
  margin-top: 164px; }
  .section__inner7.inner__page .content-2 .wd__content .content__info {
    width: 720px; }

.section__inner7.inner__page .content-2 .img__inner_asuspen {
  width: 1366px;
  height: 1384px;
  margin-top: -400px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/07/inner_asuspen.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner7.inner__page .content-2 .img__inner_asuspen {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/07/inner_asuspen.jpg"); } }

.wd__innerbtn8 {
  top: 0;
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px; }
  .wd__innerbtn8 .inner__btn {
    top: 40px;
    z-index: 149; }

.section__inner8.inner__page {
  z-index: 0;
  display: none;
  background-color: #fff;
  margin-top: -9px;
  padding-bottom: 53px; }
  .section__inner8.inner__page .row {
    margin-top: 0;
    margin-bottom: 0; }
  .section__inner8.inner__page .section_content .wd__content {
    width: 100%;
    max-width: 890px;
    position: relative;
    left: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 61px; }
    .section__inner8.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner8.inner__page .section_content .wd__content .content__info {
      width: 100%; }

.section__inner8.inner__page .content-1 {
  margin-bottom: 97px; }

.section__inner8.inner__page .content-1 .img__inner_4kuhd {
  width: 1366px;
  height: 478px;
  margin-top: 0;
  left: 50%;
  margin-left: -683px;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/08/inner_4kuhd.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner8.inner__page .content-1 .img__inner_4kuhd {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/08/inner_4kuhd.jpg"); } }

.section__inner8.inner__page .content-1 .img__inner_4kuhd .img_des {
  position: absolute;
  width: 677px;
  border: 1px solid transparent;
  text-align: right;
  bottom: 20px;
  font-size: 18px;
  font-weight: 200 !important; }

.section__inner8.inner__page .content-1 .img__inner_4kuhd .des_01 {
  right: 715px; }

.section__inner8.inner__page .content-1 .img__inner_4kuhd .des_02 {
  right: 28px; }

.section__inner8.inner__page .content-2 {
  margin-bottom: 130px; }

.section__inner8.inner__page .content-2 .img__inner__calibration {
  width: 1366px;
  height: 500px;
  margin-top: 0;
  left: 50%;
  margin-left: -683px;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/08/Color_calibration.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner8.inner__page .content-2 .img__inner__calibration {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/08/Color_calibration.jpg"); } }

.section__inner8.inner__page .content-2 .img__inner__calibration .img_des {
  position: absolute;
  width: 677px;
  border: 1px solid transparent;
  text-align: right;
  bottom: 20px;
  font-size: 18px;
  font-weight: 200 !important; }

.section__inner8.inner__page .content-2 .img__inner__calibration .des_01 {
  right: 715px; }

.section__inner8.inner__page .content-2 .img__inner__calibration .des_02 {
  right: 28px; }

.wd__innerbtn9 {
  top: 0;
  background-color: #000;
  padding-top: 0; }
  .wd__innerbtn9 .inner__btn {
    z-index: 152;
    top: -192px; }

.section__inner9.inner__page {
  z-index: 151;
  margin-top: -83px;
  display: none;
  background-color: #151515;
  padding-bottom: 0; }
  .section__inner9.inner__page .row {
    margin-top: 0;
    margin-bottom: 0; }
  .section__inner9.inner__page .section_content {
    background-color: #151515; }
    .section__inner9.inner__page .section_content .wd__content {
      width: 100%;
      position: relative;
      left: 0;
      top: 0px;
      margin-left: auto;
      margin-right: auto; }
      .section__inner9.inner__page .section_content .wd__content .content__title {
        margin-top: 0; }

.section__inner9.inner__page .content-1 {
  padding-bottom: 53px; }
  .section__inner9.inner__page .content-1 .wd__content .content__info {
    width: 780px; }

.section__inner9.inner__page .content-1 .img__inner_amplifier_chart {
  width: 740px;
  height: 260px;
  margin-top: 197px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/09/inner_amplifier_chart.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-1 .img__inner_amplifier_chart {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/09/inner_amplifier_chart.png"); } }

.section__inner9.inner__page .content-1 .wd__feature__list {
  position: absolute;
  right: -127px;
  top: 35px; }
  .section__inner9.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__data {
    color: #17e5fe; }

.section__inner9.inner__page .content-1 .img__inner_amplifier_chart .img_des {
  position: absolute;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_00 {
  font-size: 34px;
  left: 0;
  top: -130px;
  width: 690px;
  text-align: center; }

.section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_01 {
  left: -67px;
  width: 70px;
  top: 109px;
  font-size: 20px; }

.section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_02 {
  left: 0;
  width: 347px;
  top: -37px;
  font-size: 20px; }

.section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_03 {
  left: 349px;
  width: 342px;
  padding-left: 50px;
  padding-right: 50px;
  top: -63px;
  font-size: 20px; }

.section__inner9.inner__page .content-1 .img__inner__technology {
  width: 1668px;
  height: 714px;
  left: 50%;
  margin-top: -25px;
  margin-left: -834px;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/09/inner_amplifier.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-1 .img__inner__technology {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/09/inner_amplifier.jpg"); } }

.section__inner9.inner__page .content-2 {
  padding-bottom: 150px; }
  .section__inner9.inner__page .content-2 .wd__content .content__info {
    width: 710px; }

.section__inner9.inner__page .content-2 .img__inner__audio {
  width: 2560px;
  height: 780px;
  left: 50%;
  margin-top: 0;
  margin-left: -1280px;
  margin-right: auto;
  background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/inner/09/inner_audio.jpg"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-2 .img__inner__audio {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/inner/09/inner_audio.jpg"); } }

.section__inner9.inner__page .content-2 .img__inner__audio .img_des {
  position: absolute;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center; }

.section__inner9.inner__page .content-2 .img__inner__audio .des_01 {
  left: 50%;
  top: 456px;
  margin-left: -428px; }

.section__inner9.inner__page .content-2 .img__inner__audio .des_02 {
  left: 50%;
  top: 538px;
  margin-left: -309px; }

.section__inner9.inner__page .content-2 .img__inner__audio .des_03 {
  left: 50%;
  top: 538px;
  margin-left: 261px; }

.section__inner9.inner__page .content-2 .img__inner__audio .des_04 {
  left: 50%;
  top: 456px;
  margin-left: 386px; }

.wd__innerbtn10 {
  top: 0;
  background-color: #000;
  padding-top: 0; }
  .wd__innerbtn10 .inner__btn {
    z-index: 999;
    top: -170px; }

.section__inner10.inner__page {
  z-index: 160;
  padding-bottom: 0px;
  background-color: #fff;
  padding-top: 180px;
  margin-top: -63px; }
  .section__inner10.inner__page .wd__content .content__info {
    width: 820px; }
  .section__inner10.inner__page .wd__feature__list .wd__feature {
    margin-left: 34px;
    margin-right: 34px; }
  .section__inner10.inner__page .img__thunderbolt {
    margin-top: -112px;
    width: 100%;
    max-width: 2560px;
    height: 1344px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/thunderbolt.jpg"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__inner10.inner__page .img__thunderbolt {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/thunderbolt.jpg"); } }

.section__inner10 .thunderbolt__table {
  position: relative;
  margin-top: 85px; }
  .section__inner10 .thunderbolt__table .text-light {
    position: absolute;
    left: 0;
    color: #888888; }
  .section__inner10 .thunderbolt__table .table__name {
    top: -64px;
    left: -144px;
    font-size: 30px; }
  .section__inner10 .thunderbolt__table .line__1-title, .section__inner10 .thunderbolt__table .line__2-title, .section__inner10 .thunderbolt__table .line__3-title {
    left: -144px;
    font-size: 20px; }
  .section__inner10 .thunderbolt__table .line__1-title {
    color: #ceb25b;
    top: 11px; }
  .section__inner10 .thunderbolt__table .line__2-title {
    top: 66px; }
  .section__inner10 .thunderbolt__table .line__3-title {
    top: 119px; }
  .section__inner10 .thunderbolt__table .line__2-value, .section__inner10 .thunderbolt__table .line__3-value {
    font-size: 23px; }
  .section__inner10 .thunderbolt__table .line__1-value {
    color: #ceb25b;
    top: -19px;
    left: 496px;
    font-size: 61px; }
    .section__inner10 .thunderbolt__table .line__1-value .word-small {
      padding-left: 3px;
      font-size: 30px; }
  .section__inner10 .thunderbolt__table .line__2-value {
    top: 66px;
    left: 260px; }
  .section__inner10 .thunderbolt__table .line__3-value {
    top: 118px;
    left: 86px; }
  .section__inner10 .thunderbolt__table .img__thunderbolt__table {
    position: relative;
    margin: 0px auto 0;
    width: 480px;
    max-width: 480px;
    height: 160px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/thunderbolt__chart.png"); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .section__inner10 .thunderbolt__table .img__thunderbolt__table {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/thunderbolt__chart.png"); } }

#AWD .product_price.active {
  padding-top: 55px;
  margin-bottom: -85px; }
  #AWD .product_price.active .current_price .heading {
    color: #fff; }
  #AWD .product_price.active .price {
    color: #ceb25b; }
  #AWD .product_price.active .btn_buy .label {
    background-color: #ceb25b;
    color: #000; }
  #AWD .product_price.active .btn_buy .etailers .etailers_list li a:hover {
    color: #ceb25b; }

#AWD .product_pdguide.active {
  padding-top: 15px; }
  #AWD .product_pdguide.active .link {
    color: #ceb25b; }

#AWD .pd__components {
  margin-left: auto;
  margin-right: auto;
  max-width: 2560px; }

#AWD .product_videos.active {
  padding-top: 206px; }

#AWD .product_medias.active .media a {
  color: #ceb25b; }

#AWD .product_medias.active .media .text {
  color: #fff; }

#AWD .video-bottom {
  padding-bottom: 61px; }

#AWD .media-top {
  padding-top: 117px; }

#AWD .product_medias .slick-dots li.slick-active button:before, #AWD .product_videos .slick-dots li.slick-active button:before {
  color: #ceb25b; }

#AWD .media-bottom {
  padding-bottom: 44px; }

#AWD .pd__components {
  background-color: #000; }

@media all and (min-width: 1921px) {
  .section__02 .img__craftsmanship__focus {
    height: 345px;
    padding-bottom: 0; } }

@media all and (min-width: 1921px) {
  .section__beauty .img__beauty_3cut {
    width: 100%;
    max-width: 1920px;
    height: 319px;
    padding-bottom: 0; } }

@media all and (min-width: 1301px) {
  .large_use {
    display: inline; }
  .section__cooling {
    -webkit-transition: background 600ms;
    transition: background 600ms; }
    .section__cooling .img__fans {
      background-image: none; }
      .section__cooling .img__fans .air__content {
        display: block;
        position: relative;
        margin: 30px auto 0;
        width: 1358px;
        height: 935px;
        top: 36px; }
        .section__cooling .img__fans .air__content .img__nb__body {
          z-index: 20;
          position: absolute;
          top: 50px;
          width: 1366px;
          height: 940px;
          background-position: center;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/s5/nb_body.jpg"); } }
        @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
          .section__cooling .img__fans .air__content .img__nb__body {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/s5/nb_body.jpg"); } }

@media all and (min-width: 1301px) {
          .section__cooling .img__fans .air__content .img__nb__body figure {
            position: absolute;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat; }
          .section__cooling .img__fans .air__content .img__nb__body .img__airs {
            z-index: 22;
            top: -210px;
            left: -172px;
            width: 1659px;
            height: 740px;
            opacity: 0;
            -webkit-transition: opacity 1200ms 800ms;
            transition: opacity 1200ms 800ms;
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/s5/two_air.png"); } }
          @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
            .section__cooling .img__fans .air__content .img__nb__body .img__airs {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/s5/two_air.png"); } }

@media all and (min-width: 1301px) {
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__cover__left,
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__cover__right {
            z-index: 35;
            opacity: 1;
            -webkit-transition: opacity 1200ms 800ms;
            transition: opacity 1200ms 800ms; }
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__cover__left {
            top: 228px;
            left: 249px;
            width: 254px;
            height: 296px;
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/s5/fans_left_cover.png"); } }
          @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
            .section__cooling .img__fans .air__content .img__nb__body .img__fan__cover__left {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/s5/fans_left_cover.png"); } }

@media all and (min-width: 1301px) {
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__cover__right {
            left: 871px;
            top: 227px;
            width: 255px;
            height: 271px;
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/s5/fans_right_cover.png"); } }
          @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
            .section__cooling .img__fans .air__content .img__nb__body .img__fan__cover__right {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/s5/fans_right_cover.png"); } }

@media all and (min-width: 1301px) {
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__left,
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__right {
            opacity: 1;
            z-index: 21;
            width: 143px;
            height: 143px;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__left {
            top: 328px;
            left: 289px;
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/s5/fans_left_fanitem.png"); } }
          @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
            .section__cooling .img__fans .air__content .img__nb__body .img__fan__left {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/s5/fans_left_fanitem.png"); } }

@media all and (min-width: 1301px) {
          .section__cooling .img__fans .air__content .img__nb__body .img__fan__right {
            left: 943px;
            top: 304px;
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/s5/fans_right_fanitem.png"); } }
          @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
            .section__cooling .img__fans .air__content .img__nb__body .img__fan__right {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/s5/fans_right_fanitem.png"); } }

@media all and (min-width: 1301px) {
          .section__cooling .img__fans .air__content .img__nb__body.cssActive .img__airs {
            opacity: 0; }
          .section__cooling .img__fans .air__content .img__nb__body.cssActive .img__fan__left {
            -webkit-animation-name: fanRotateRippleLeft;
            animation-name: fanRotateRippleLeft;
            -webkit-animation-duration: 55ms;
            animation-duration: 55ms;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-delay: 0;
            animation-delay: 0; }
          .section__cooling .img__fans .air__content .img__nb__body.cssActive .img__fan__right {
            -webkit-animation-name: fanRotateRippleRight;
            animation-name: fanRotateRippleRight;
            -webkit-animation-duration: 55ms;
            animation-duration: 55ms;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-direction: normal;
            animation-direction: normal;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-delay: 0;
            animation-delay: 0; }
    .section__cooling.active .wd__content .content__title,
    .section__cooling.active .wd__content .content__info {
      color: #fff; }
    .section__cooling.active .air__content {
      position: relative;
      margin: 30px auto 0;
      left: 50%;
      margin-left: -679px;
      width: 1358px;
      height: 935px;
      top: 36px; }
      .section__cooling.active .air__content canvas {
        top: -198px;
        z-index: 30;
        position: absolute;
        width: 523px;
        height: 767px; }
      .section__cooling.active .air__content #air__right {
        top: -140px;
        right: -23px; }
      .section__cooling.active .air__content #air__left {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        left: -14px;
        top: -116px; }
      .section__cooling.active .air__content .img__nb__body .img__fan__cover__left,
      .section__cooling.active .air__content .img__nb__body .img__fan__cover__right {
        z-index: 29;
        opacity: 0.4; }
      .section__cooling.active .air__content .reset {
        opacity: 1;
        z-index: 40;
        cursor: pointer;
        position: absolute;
        text-align: center;
        color: #fff;
        left: 50%;
        margin-top: 120px;
        margin-left: -50px;
        display: block;
        width: 100px;
        height: 60px;
        text-align: center; }
        .section__cooling.active .air__content .reset.isHide {
          opacity: 0; }
        .section__cooling.active .air__content .reset .reset__btn {
          display: block;
          width: 40px;
          height: 40px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 5px;
          background-position: top center;
          background-size: cover;
          background-repeat: no-repeat;
          -webkit-transition: -webkit-transform 600ms;
          transition: -webkit-transform 600ms;
          transition: transform 600ms;
          transition: transform 600ms, -webkit-transform 600ms;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/s5/reset.png"); } }
        @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
          .section__cooling.active .air__content .reset .reset__btn {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/s5/reset.png"); } }

@media all and (min-width: 1301px) {
          .section__cooling.active .air__content .reset .reset__btn:hover {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  .section__audio .img__audio {
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/audio.jpg"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    .section__audio .img__audio {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/audio.jpg"); } }

@media all and (min-width: 1301px) {
  .section__audio .audio_wave {
    width: 1410px;
    left: 50%;
    margin-left: -705px;
    top: 405px;
    position: absolute; }
    .section__audio .audio_wave .wave_item {
      width: 1410px;
      height: 776px;
      position: absolute;
      top: 0;
      left: 0; }
    .section__audio .audio_wave .wave_00 {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/audio_wave_00.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__audio .audio_wave .wave_00 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/audio_wave_00.png"); } }

@media all and (min-width: 1301px) {
    .section__audio .audio_wave .wave_01 {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/audio_wave_01.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__audio .audio_wave .wave_01 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/audio_wave_01.png"); } }

@media all and (min-width: 1301px) {
    .section__audio .audio_wave .wave_02 {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/audio_wave_02.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__audio .audio_wave .wave_02 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/audio_wave_02.png"); } }

@media all and (min-width: 1301px) {
    .section__audio .audio_wave .wave_03 {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/audio_wave_03.png"); } }
    @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
      .section__audio .audio_wave .wave_03 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/audio_wave_03.png"); } }

@media all and (min-width: 1301px) {
  .section__audio .audio_wave .wave_01 {
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms; }
  .section__audio .audio_wave .wave_02 {
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms; }
  .section__audio .audio_wave .wave_03 {
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 1100ms;
    animation-delay: 1100ms; }
  .section__keyboard .img__keyboard_ani {
    z-index: 9;
    width: 1366px;
    max-width: 1366px;
    height: 853px;
    margin-top: -77px;
    position: absolute;
    left: 50%;
    margin-left: -683px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/animation/keyboard_light.jpg"); } }
  @media all and (min-width: 1301px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 1301px) and (min-resolution: 144dpi) {
    .section__keyboard .img__keyboard_ani {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/animation/keyboard_light.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__section .medium_use {
    display: inline-block; }
  .wd__section section {
    margin-top: 141px; }
  .wd__section .col_content * {
    text-align: inherit;
    vertical-align: inherit; }
  .wd__section .wd__content {
    text-align: center;
    position: relative;
    left: 0;
    margin: 0 auto;
    width: 100%; }
    .wd__section .wd__content .content__title {
      width: 100%;
      margin-top: 9px;
      line-height: 1.21;
      margin-left: auto;
      margin-right: auto; }
    .wd__section .wd__content .content__info {
      margin: 15px auto 0 auto;
      width: 100%;
      font-size: 20px; }
    .wd__section .wd__content .content__link {
      margin: 18px auto 0 auto;
      width: 100%; }
    .wd__section .wd__content .content__slogan.underline-left:after {
      margin-left: -25px;
      left: 50%; }
  .wd__section .wd__feature__list {
    margin-top: 38px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .wd__section .wd__feature__list .wd__feature {
      margin: 0 40px 60px;
      text-align: center; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        font-size: 63px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__data span {
          font-size: 28px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data.long_text {
        font-size: 53px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top {
        line-height: 21px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe__top span {
          font-size: 16px; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__describe {
        line-height: 21px; }
        .wd__section .wd__feature__list .wd__feature .wd__feature__describe span {
          font-size: 16px; }
  .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  .wd__section .img_table .word-large {
    font-size: 61px; }
  .wd__section .img_table .word-medium {
    font-size: 34px; }
  .wd__section .img_table .word-small {
    font-size: 18.8px; }
  .wd__section .img_table .line-title, .wd__section .img_table .line-value {
    position: absolute; }
  .wd__section .img_table .line-title {
    font-size: 16px; }
  .wd__section .img_table .line-value {
    font-size: 18.8px; }
  .wd__section .theme__medium__wd_content_left .wd__content {
    text-align: left; }
    .wd__section .theme__medium__wd_content_left .wd__content .content__title {
      margin-left: 0; }
    .wd__section .theme__medium__wd_content_left .wd__content .content__info {
      margin-left: 0; }
  .wd__section .theme__medium__wd_content_center .wd__content .content__slogan {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .wd__section .theme__medium__wd_content_center .wd__content .content__title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .wd__section .theme__medium__wd_content_center .wd__content .content__info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .wd__section .theme__medium__wd_content_center .wd__content .content__link {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .wd__section .theme__medium__wd_content_center .wd__content .content__slogan:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -25px;
    border-bottom: 2px solid #ceb25b; }
  .wd__section .theme__medium__wd_content_center .wd__content .content__slogan.underline-left:after {
    margin-left: -25px;
    left: 50%; }
  .wd__section .theme__medium__wd_features_list_center .wd__feature__list {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .wd__section .theme__medium__wd__feature_center .wd__feature__data, .wd__section .theme__medium__wd__feature_center .wd__feature__describe, .wd__section .theme__medium__wd__feature_center .wd__feature__describe__top {
    text-align: center; }
  .wd__innerbtn {
    padding: 0;
    top: 0; }
    .wd__innerbtn .inner__btn {
      width: 800px;
      position: absolute;
      left: 50%;
      margin-left: -400px;
      bottom: 25px; }
      .wd__innerbtn .inner__btn span {
        font-size: 20px;
        margin-bottom: 16px;
        opacity: 1; }
      .wd__innerbtn .inner__btn .toggleSlide {
        width: 40px;
        height: 40px;
        margin-left: -20px;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translate3d(0px, 120px, 0px) rotate(90deg);
        transform: translate3d(0px, 120px, 0px) rotate(90deg); }
        .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
          top: -40px; }
  .wd__section.inner__page {
    display: none;
    margin-top: 0;
    padding-top: 180px; }
    .wd__section.inner__page .limit__width {
      max-width: 720px; }
    .wd__section.inner__page .section_content {
      padding-bottom: 0; }
    .wd__section.inner__page.active .row {
      opacity: 1; }
  .section__kv .wd__content .content__title {
    margin-top: 21px;
    width: 700px;
    text-align: center;
    font-size: 58px; }
  .section__kv .wd__content .content__info {
    font-size: 26.4px;
    line-height: 40px;
    width: 83%;
    max-width: 820px; }
  .section__kv .wd__content .content__slogan {
    width: 570px;
    height: 67px;
    background-size: contain;
    left: 0;
    margin-left: auto;
    margin-right: auto; }
  .section__kv .wd__content .content__title span.space {
    width: 0; }
  .section__kv .wd__content.content-top {
    margin-top: 63px; }
  .section__kv .wd__content.content-bottom {
    margin-top: -132px; }
  .section__kv .icon-bc {
    bottom: 475px;
    margin-left: 205px;
    width: 90px;
    height: 90px;
    background-size: contain; }
  .section__kv .img__kv {
    margin-top: -650px;
    width: 100%;
    max-width: 1300px;
    height: 1300px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/kv.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__kv .img__kv {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/kv.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__beauty {
    padding-top: 182px; }
    .section__beauty .wd__content .content__info {
      width: 86%;
      max-width: 740px; }
    .section__beauty .wd__feature__list .wd__feature {
      margin-left: 34px;
      margin-right: 34px; }
    .section__beauty .img__beauty_3cut {
      width: 100%;
      max-width: 1300px;
      padding-bottom: 18.077%;
      height: 0px;
      margin: 0px auto 0 auto;
      position: relative;
      z-index: 99;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/beauty__3cut.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__beauty .img__beauty_3cut {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/beauty__3cut.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__beauty .img__beauty {
    z-index: 1;
    left: 50%;
    width: 1100px;
    height: 614px;
    margin: -156px 0 10px -550px !important;
    padding-bottom: 0px;
    background-size: cover;
    margin-top: 100px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/beauty.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__beauty .img__beauty {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/beauty.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__beauty #img__beauty__ani {
    height: auto;
    margin-top: 1px;
    margin-bottom: 25px; }
  .section__beauty .img__beauty__style {
    max-width: 1300px;
    width: 100%;
    height: 0;
    padding-bottom: 33.769%;
    margin: 0px auto 0;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/beauty_style.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__beauty .img__beauty__style {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/beauty_style.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__performance {
    padding-top: 125px; }
    .section__performance .wd__content .content__info {
      width: 75%;
      max-width: 700px; }
    .section__performance .wd__feature__list {
      width: 722px;
      margin-left: auto;
      margin-right: auto; }
      .section__performance .wd__feature__list .wd__feature {
        margin-left: 34px;
        margin-right: 34px; }
      .section__performance .wd__feature__list .feature__01 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 49px;
        text-align: center; }
    .section__performance .img__performance {
      margin: -97px 0 -35px -650px;
      left: 50%;
      width: 1300px;
      height: 600px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/performance.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__performance .img__performance {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/performance.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__cooling {
    padding-top: 20px; }
    .section__cooling .wd__content .content__info {
      width: 76%;
      max-width: 708px; }
    .section__cooling .wd__feature__list .wd__feature {
      margin-left: 28px;
      margin-right: 28px;
      vertical-align: top; }
    .section__cooling .wd__feature__list .feature__02 {
      width: 152px; }
    .section__cooling .img__fans {
      left: 0;
      margin-top: -60px;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 950px;
      height: 630px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/fans.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__cooling .img__fans {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/fans.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__cooling .img__fans .air__content {
        display: none; }
  #section__cpu .row .col.col-left {
    margin-left: auto; }
  .section__cpu {
    padding-top: 130px;
    z-index: 200; }
    .section__cpu .wd__content {
      left: 0;
      margin-left: auto; }
      .section__cpu .wd__content .content__info {
        width: 77%;
        max-width: 620px; }
    .section__cpu .wd__feature__list {
      left: 0;
      margin-left: auto; }
      .section__cpu .wd__feature__list .wd__feature {
        margin-left: 30px;
        margin-right: 30px;
        vertical-align: top; }
    .section__cpu .img__cpu {
      margin-top: -246px;
      width: 100%;
      max-width: 1300px;
      height: 800px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/cpu.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__cpu .img__cpu {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/cpu.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #section__gpu .row .col.col-right {
    margin-left: 0px; }
  .section__gpu.limit__width {
    margin-top: 0px;
    padding-top: 125px; }
  .section__gpu .wd__content .content__info {
    width: 85%;
    max-width: 690px; }
  .section__gpu .wd__feature__list .wd__feature {
    margin-left: 34px;
    margin-right: 34px;
    vertical-align: top;
    text-align: center; }
  .section__gpu .wd__feature__list .feature__01 {
    width: 146px; }
  .section__gpu .img__gpu {
    margin-top: -140px;
    margin-left: -526px;
    left: 50%;
    width: 1150px;
    max-width: 1150px;
    height: 800px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/gpu.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__gpu .img__gpu {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/gpu.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #section__uhddisplay .row .col.col-right {
    margin-left: auto; }
  .section__uhddisplay {
    padding-top: 150px;
    margin-top: 0; }
    .section__uhddisplay .wd__content .content__info {
      width: 82%;
      max-width: 730px; }
    .section__uhddisplay .wd__feature__list {
      width: 700px;
      margin-left: auto;
      margin-right: auto; }
      .section__uhddisplay .wd__feature__list .wd__feature {
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 29px;
        vertical-align: top;
        text-align: center; }
    .section__uhddisplay .img__uhddisplay {
      margin: -69px 0 -15px -650px;
      left: 50%;
      position: relative;
      width: 1300px;
      height: 700px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/uhd_display.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__uhddisplay .img__uhddisplay {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/uhd_display.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__resolution4k {
    padding-top: 120px;
    padding-bottom: 11px; }
    .section__resolution4k .wd__content .content__info {
      width: 84%;
      max-width: 722px; }
    .section__resolution4k .wd__feature__list {
      width: 722px;
      margin-top: 59px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .section__resolution4k .wd__feature__list .wd__feature {
        margin-left: 20px;
        margin-right: 20px;
        vertical-align: top;
        text-align: center; }
      .section__resolution4k .wd__feature__list .feature__01 {
        width: auto; }
      .section__resolution4k .wd__feature__list .feature__02 {
        margin-top: -31px; }
        .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data {
          margin-bottom: 12px; }
          .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data .img__icon1 {
            width: 71px;
            height: 82px;
            margin: 0 auto;
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_pantone.png"); } }
          @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
            .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data .img__icon1 {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_pantone.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__resolution4k .img__resolution4k {
      margin-top: -313px;
      margin-bottom: -30px;
      width: 100%;
      max-width: 1300px;
      height: 800px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/resolution__4k.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__resolution4k .img__resolution4k {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/resolution__4k.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__audio {
    margin-top: 102px;
    padding-top: 143px;
    padding-bottom: 26px; }
    .section__audio .wd__content {
      left: 0;
      margin-left: auto;
      width: 100%; }
      .section__audio .wd__content .content__title {
        width: 90%; }
      .section__audio .wd__content .content__info {
        width: 81%;
        max-width: 720px; }
    .section__audio .wd__feature__list {
      position: relative;
      z-index: 9;
      width: 550px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 39px; }
      .section__audio .wd__feature__list .wd__feature {
        text-align: center;
        margin: 0 35px 42px; }
    .section__audio .img__audio {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 1100px;
      height: 730px;
      margin: -5px auto -130px auto;
      left: 0;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/audio.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__audio .img__audio {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/audio.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__audio .col_img {
      position: relative; }
    .section__audio .audio_wave {
      position: absolute; }
      .section__audio .audio_wave .wave_item {
        display: none;
        background-image: none !important; }
  .section__connectivity {
    padding-top: 110px;
    padding-bottom: 100px; }
    .section__connectivity .wd__content {
      left: 0;
      margin-left: 0;
      width: 100%; }
      .section__connectivity .wd__content .content__info {
        width: 78%;
        max-width: 658px; }
    .section__connectivity .col-right .wd__feature__list {
      width: 100%;
      margin-left: 0;
      margin-top: 44px; }
      .section__connectivity .col-right .wd__feature__list .wd__feature {
        margin-left: 22px;
        margin-right: 22px;
        margin-bottom: 10px;
        vertical-align: top; }
      .section__connectivity .col-right .wd__feature__list .feature__01 {
        width: 100px; }
      .section__connectivity .col-right .wd__feature__list .feature__03 {
        width: 100px; }
      .section__connectivity .col-right .wd__feature__list .feature__04 {
        width: 111px; }
      .section__connectivity .col-right .wd__feature__list .feature__03 .wd__feature__describe__top, .section__connectivity .col-right .wd__feature__list .feature__04 .wd__feature__describe__top {
        display: block; }
    .section__connectivity .col-list-bottom .wd__feature__list {
      width: 100%;
      margin-top: 101px;
      margin-left: auto;
      margin-right: auto; }
      .section__connectivity .col-list-bottom .wd__feature__list .wd__feature {
        margin-left: 34px;
        margin-right: 34px;
        margin-bottom: 69px;
        vertical-align: top; }
      .section__connectivity .col-list-bottom .wd__feature__list .feature-icon {
        bottom: 14px;
        height: 30px; }
    .section__connectivity .img__connectivity {
      margin-top: -75px;
      width: 1300px;
      max-width: 1300px;
      margin-left: -650px;
      left: 50%;
      height: 548px;
      position: relative;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/connectivity.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__connectivity .img__connectivity {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/connectivity.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__connectivity .img__connectivity .img_comment {
      width: 1px;
      position: absolute;
      top: 300px;
      width: 100px;
      left: 50%;
      margin-left: -50px;
      padding-bottom: 30px; }
    .section__connectivity .img__connectivity .img_comment-point {
      width: 5px;
      height: 5px;
      margin-left: -2.5px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__point.svg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__connectivity .img__connectivity .img_comment-point {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__point.svg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__connectivity .img__connectivity .img_comment-text {
      position: absolute;
      width: 100px;
      text-align: center;
      left: 50%;
      margin-left: -50px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_01, .section__connectivity .img__connectivity .img_comment.img_comment_02, .section__connectivity .img__connectivity .img_comment.img_comment_03, .section__connectivity .img__connectivity .img_comment.img_comment_04 {
      top: 214px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_01 {
      margin-left: -134px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_01 .img_comment-text {
        margin-left: -80px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_02 {
      margin-left: -61px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_03 {
      margin-left: 19px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_03 .img_comment-text {
        margin-left: -26px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_04 {
      margin-left: 110px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_04 .img_comment-text {
        margin-left: -6px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_05, .section__connectivity .img__connectivity .img_comment.img_comment_06, .section__connectivity .img__connectivity .img_comment.img_comment_07, .section__connectivity .img__connectivity .img_comment.img_comment_08 {
      top: 518px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_05 {
      margin-left: -211px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_06 {
      margin-left: -130px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_07 {
      margin-left: -54px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_07 .img_comment-text {
        display: none; }
    .section__connectivity .img__connectivity .img_comment.img_comment_08 {
      margin-left: 14px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_08 .img_comment-text {
        margin-left: -85px;
        text-align: center; }
  .section__battery {
    padding-top: 58px; }
    .section__battery .wd__content {
      margin-left: 0; }
      .section__battery .wd__content .content__info {
        width: 81%;
        max-width: 678px; }
    .section__battery .wd__feature__list {
      margin-left: 0; }
      .section__battery .wd__feature__list .wd__feature {
        margin-left: 34px;
        margin-right: 34px; }
    .section__battery .img__battery {
      margin-top: -70px;
      width: 100%;
      max-width: 1300px;
      height: 736px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/battery.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__battery .img__battery {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/battery.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__keyboard {
    padding-top: 171px; }
    .section__keyboard .wd__content .content__info {
      width: 83%;
      max-width: 790px; }
    .section__keyboard .wd__feature__list {
      margin-top: 47px; }
      .section__keyboard .wd__feature__list .feature__02 .feature-icon {
        position: relative;
        bottom: 3px;
        width: 70px;
        height: 44px;
        margin: 0 auto 9px auto; }
    .section__keyboard .img__keyboard {
      z-index: 1;
      width: 800px;
      max-width: 800px;
      height: 500px;
      margin-top: -53px;
      left: 50%;
      margin-left: -400px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/keyboard.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__keyboard .img__keyboard {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/keyboard.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__fingerprint {
    padding-top: 120px; }
    .section__fingerprint .wd__content {
      margin-left: 0;
      left: 0;
      width: 100%; }
      .section__fingerprint .wd__content .content__title {
        width: 442px; }
      .section__fingerprint .wd__content .content__info {
        width: 74%;
        max-width: 548px; }
    .section__fingerprint .wd__feature__list {
      left: 0;
      margin-left: 0; }
      .section__fingerprint .wd__feature__list .wd__feature {
        margin-left: 0;
        margin-right: 0; }
      .section__fingerprint .wd__feature__list .feature__01 {
        width: 76px;
        text-align: center; }
        .section__fingerprint .wd__feature__list .feature__01 .feature-icon {
          position: relative;
          width: 76px;
          height: 36px;
          margin: 0 auto 9px auto; }
    .section__fingerprint .img__fingerprint {
      margin-top: -198px;
      width: 100%;
      max-width: 1300px;
      height: 739px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/fingerprint.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__fingerprint .img__fingerprint {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/fingerprint.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__alexa {
    margin-top: 10px;
    padding-top: 90px; }
    .section__alexa .wd__content {
      text-align: center; }
      .section__alexa .wd__content .content__info {
        width: 84%;
        max-width: 800px; }
      .section__alexa .wd__content .content__comment {
        width: 550px; }
    .section__alexa .wd__feature__list {
      margin-top: 50px; }
    .section__alexa .img__alexa {
      left: 50%;
      margin-top: -58px;
      margin-left: -535px;
      width: 1070px;
      height: 586px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/15_alexa.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__alexa .img__alexa {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/15_alexa.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__military {
    margin-top: 10px;
    padding-top: 110px; }
    .section__military .wd__content {
      text-align: center; }
      .section__military .wd__content .content__info {
        width: 90%;
        max-width: 750px; }
    .section__military .wd__feature__list .wd__feature {
      margin-left: 20px;
      margin-right: 20px; }
    .section__military .img__military {
      left: 50%;
      margin-top: -315px;
      margin-left: -650px;
      margin-bottom: -30px;
      width: 1300px;
      height: 1088px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/16_military.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__military .img__military {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/16_military.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__innerbtn2 {
    padding-top: 190px; }
    .wd__innerbtn2 .inner__btn {
      bottom: 0px; }
  .section__inner2.inner__page {
    margin-top: -62px;
    padding-bottom: 0; }
    .section__inner2.inner__page .section_content .wd__content {
      margin-bottom: 0;
      padding-bottom: 0; }
      .section__inner2.inner__page .section_content .wd__content .content__info {
        width: 96%; }
  .section__inner2.inner__page .content-1 {
    margin-bottom: 95px !important; }
    .section__inner2.inner__page .content-1 .wd__content {
      max-width: 620px; }
    .section__inner2.inner__page .content-1 .wd__feature__list .wd__feature {
      margin-bottom: 49px; }
    .section__inner2.inner__page .content-1 .img__inner_sleak {
      width: 818px;
      height: 514px;
      left: 50%;
      margin-left: -409px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/02/inner_sleek.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__inner2.inner__page .content-1 .img__inner_sleak {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/02/inner_sleek.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner2.inner__page .content-2.section_content {
    margin-bottom: 0;
    margin-top: 63px;
    padding-bottom: 106px; }
  .section__inner2.inner__page .content-2 .wd__content {
    width: 720px;
    position: absolute;
    top: 89px;
    left: 50%;
    margin-left: -360px; }
    .section__inner2.inner__page .content-2 .wd__content .content__info {
      width: 500px; }
  .section__inner2.inner__page .content-2 .img__inner_sleek_colors {
    width: 720px;
    height: 872px;
    margin-left: auto;
    margin-right: auto; }
    .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color {
      width: 720px;
      height: 947px;
      top: -55px; }
      .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-1 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/02/inner_sleek_colors_blue.jpg"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-1 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/02/inner_sleek_colors_blue.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
      .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-2 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/02/inner_sleek_colors_grey.jpg"); } }
      @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
        .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-2 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/02/inner_sleek_colors_grey.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner2.inner__page .content-2 .iconColor {
    width: 768px;
    left: 50%;
    margin-left: -384px;
    top: 267px; }
    .section__inner2.inner__page .content-2 .iconColor .parts {
      margin: 0 18px 0 18px; }
    .section__inner2.inner__page .content-2 .iconColor .color, .section__inner2.inner__page .content-2 .iconColor .color:before {
      width: 40px;
      height: 40px; }
  .wd__innerbtn3 {
    top: 0;
    padding-bottom: 110px; }
    .wd__innerbtn3 .inner__btn {
      top: -40px; }
  .section__inner3.inner__page {
    padding-bottom: 70px;
    margin-top: -64px; }
    .section__inner3.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner3.inner__page .section_content .wd__content {
      width: 100%;
      max-width: 700px;
      position: relative;
      left: 0;
      top: 0px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 60px;
      padding-bottom: 0; }
      .section__inner3.inner__page .section_content .wd__content .content__title {
        margin-top: 0; }
      .section__inner3.inner__page .section_content .wd__content .content__info {
        width: 83%; }
  .section__inner3.inner__page .content-1 {
    padding-top: 0;
    padding-bottom: 0; }
  .section__inner3.inner__page .content-1 .wd__content-read {
    max-width: 500px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px; }
    .section__inner3.inner__page .content-1 .wd__content-read .content__title {
      font-size: 26px; }
    .section__inner3.inner__page .content-1 .wd__content-read .content__info {
      width: 83%; }
    .section__inner3.inner__page .content-1 .wd__content-read .wd__feature__list {
      margin-bottom: 6px;
      text-align: center; }
      .section__inner3.inner__page .content-1 .wd__content-read .wd__feature__list .wd__feature {
        text-align: center;
        margin-left: 41px;
        margin-right: 41px;
        margin-bottom: 45px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed {
    width: 420px;
    height: 178px;
    margin-left: -168px;
    margin-right: auto;
    position: relative;
    left: 50%; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line-title {
    left: -60px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line-value {
    right: 0; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__1-title {
    top: 25px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__1-value {
    top: -12px;
    right: 24px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__2-title {
    top: 79px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__2-value {
    top: 62px;
    right: 159px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__3-title {
    top: 134px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__3-value {
    top: 132px;
    right: 280px; }
  .section__inner3.inner__page .content-1 .wd__content-write {
    max-width: 500px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px; }
    .section__inner3.inner__page .content-1 .wd__content-write .content__title {
      font-size: 26px; }
    .section__inner3.inner__page .content-1 .wd__content-write .wd__feature__list {
      margin-bottom: 6px;
      text-align: center; }
      .section__inner3.inner__page .content-1 .wd__content-write .wd__feature__list .wd__feature {
        text-align: center;
        margin-left: 41px;
        margin-right: 41px;
        margin-bottom: 45px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed {
    width: 420px;
    height: 178px;
    margin-left: -168px;
    margin-right: auto;
    position: relative;
    left: 50%;
    background-position: 0 2px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line-title {
    left: -60px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__1-title {
    top: 25px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__1-value {
    top: -12px;
    right: 20px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__2-title {
    top: 79px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__2-value {
    top: 62px;
    right: 204px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__3-title {
    top: 134px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__3-value {
    top: 133px;
    right: 270px; }
  .section__inner3.inner__page .content-1 .img__inner__pcie {
    width: 1000px;
    height: 608px;
    left: 50%;
    margin-left: -500px;
    margin-right: auto;
    margin-top: -43px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/03/inner_pcie.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner3.inner__page .content-1 .img__inner__pcie {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/03/inner_pcie.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__innerbtn5 {
    top: 0;
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 48px; }
    .wd__innerbtn5 .inner__btn {
      top: 0; }
  .section__inner5.inner__page {
    top: 0;
    margin-top: -41px;
    padding-bottom: 0; }
    .section__inner5.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner5.inner__page .section_content {
      padding-top: 90px; }
      .section__inner5.inner__page .section_content .wd__content .content__title {
        margin-top: 0; }
    .section__inner5.inner__page:after {
      height: 10px; }
  .section__inner5.inner__page .content-1 {
    padding-top: 0;
    padding-bottom: 98px; }
    .section__inner5.inner__page .content-1 .wd__content {
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .section__inner5.inner__page .content-1 .wd__content .content__info {
        width: 87%; }
      .section__inner5.inner__page .content-1 .wd__content .content__comment {
        width: 81%; }
    .section__inner5.inner__page .content-1 .wd__feature__list {
      margin-bottom: 0; }
      .section__inner5.inner__page .content-1 .wd__feature__list .wd__feature {
        margin-left: 30px;
        margin-right: 30px;
        text-align: center; }
  .section__inner5.inner__page .content-1 .img__inner_Quad-core_CPU {
    width: 1300px;
    height: 527px;
    left: 50%;
    margin-top: -134px;
    margin-left: -650px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/05/inner_Quad-core_CPU.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner5.inner__page .content-1 .img__inner_Quad-core_CPU {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/05/inner_Quad-core_CPU.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__innerbtn6 {
    padding-top: 0px;
    padding-bottom: 37px; }
    .wd__innerbtn6 .inner__btn {
      top: -125px; }
  .section__inner6.inner__page {
    margin-top: -74px;
    padding-bottom: 0; }
    .section__inner6.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner6.inner__page:after {
      height: 112px; }
  .section__inner6.inner__page .content-1 {
    margin-bottom: 40px; }
    .section__inner6.inner__page .content-1 .wd__content {
      width: 100%;
      max-width: 100%;
      position: relative;
      left: 0;
      top: 0px;
      margin-left: auto;
      margin-bottom: 0;
      padding-bottom: 0; }
      .section__inner6.inner__page .content-1 .wd__content .content__title {
        margin-top: 0; }
      .section__inner6.inner__page .content-1 .wd__content .content__info {
        width: 87%; }
    .section__inner6.inner__page .content-1 .wd__feature__list {
      margin-bottom: 0; }
      .section__inner6.inner__page .content-1 .wd__feature__list .wd__feature {
        text-align: center;
        margin-bottom: 49px; }
      .section__inner6.inner__page .content-1 .wd__feature__list .feature__01 {
        width: 208px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart {
    width: 420px;
    height: 178px;
    left: 50%;
    position: relative;
    margin-left: -107px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line-title {
    left: -161px;
    text-align: left; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__1-title {
    top: 16px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__1-value {
    top: -11px;
    right: 44px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__2-title {
    top: 70px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__2-value {
    top: 60px;
    right: 138px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__3-title {
    top: 125px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__3-value {
    top: 115px;
    right: 211px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics {
    width: 1000px;
    height: 608px;
    left: 50%;
    margin-top: -50px;
    margin-left: -615px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/06/inner_graphics.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner6.inner__page .content-1 .img__inner__graphics {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/06/inner_graphics.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__innerbtn7 {
    top: 0;
    padding-top: 80px; }
    .wd__innerbtn7 .inner__btn {
      top: -80px; }
  .section__inner7.inner__page {
    display: none;
    background-color: #fff;
    margin-top: -73px;
    padding-bottom: 0; }
    .section__inner7.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner7.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner7.inner__page .section_content .wd__content .content__info {
      width: 100%; }
    .section__inner7.inner__page:after {
      height: 65px; }
  .section__inner7.inner__page .content-1 .wd__content {
    width: 100%;
    margin-bottom: 34px; }
    .section__inner7.inner__page .content-1 .wd__content .content__info {
      width: 92%;
      max-width: 768px; }
  .section__inner7.inner__page .content-1 .img__inner_bezel {
    width: 1000px;
    height: 608px;
    left: 50%;
    margin-left: -622px;
    margin-top: -46px;
    margin-bottom: 41px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/07/inner_bezel.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner7.inner__page .content-1 .img__inner_bezel {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/07/inner_bezel.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner7.inner__page .content-2 {
    width: 720px;
    margin-bottom: 140px; }
  .section__inner7.inner__page .content-2 .wd__content {
    width: 100%;
    margin-top: 93px; }
    .section__inner7.inner__page .content-2 .wd__content .content__info {
      width: 87%;
      max-width: 768px; }
  .section__inner7.inner__page .content-2 .img__inner_asuspen {
    width: 720px;
    height: 788px;
    margin-top: -170px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/07/inner_asuspen.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner7.inner__page .content-2 .img__inner_asuspen {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/07/inner_asuspen.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .wd__innerbtn8 {
    top: 0;
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 80px; }
    .wd__innerbtn8 .inner__btn {
      top: 40px; }
  .section__inner8.inner__page {
    display: none;
    background-color: #fff;
    margin-top: -32px;
    padding-bottom: 0; }
    .section__inner8.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner8.inner__page .section_content .wd__content {
      width: 100%;
      max-width: 600px; }
      .section__inner8.inner__page .section_content .wd__content .content__title {
        margin-top: 0; }
      .section__inner8.inner__page .section_content .wd__content .content__info {
        width: 100%; }
  .section__inner8.inner__page .content-1 {
    margin-bottom: 100px; }
    .section__inner8.inner__page .content-1 .wd__content {
      width: 100%;
      margin-bottom: 61px; }
      .section__inner8.inner__page .content-1 .wd__content .content__title {
        margin-top: 0; }
      .section__inner8.inner__page .content-1 .wd__content .content__info {
        width: 100%; }
  .section__inner8.inner__page .content-1 .img__inner_4kuhd {
    width: 720px;
    height: 253px;
    margin-top: 0;
    margin-left: -360px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/08/inner_4kuhd.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner8.inner__page .content-1 .img__inner_4kuhd {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/08/inner_4kuhd.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .img_des {
    position: absolute;
    width: 355px;
    border: 1px solid transparent;
    font-size: 15px;
    text-align: right;
    bottom: 9px; }
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .des_01 {
    right: 15px; }
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .des_02 {
    right: 377px; }
  .section__inner8.inner__page .content-2 {
    margin-bottom: 140px; }
    .section__inner8.inner__page .content-2 .img__inner__calibration {
      width: 720px;
      height: 264px;
      margin-top: 0;
      margin-left: -360px;
      margin-right: auto;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/08/color_calibration.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__inner8.inner__page .content-2 .img__inner__calibration {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/08/color_calibration.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
    .section__inner8.inner__page .content-2 .img__inner__calibration .img_des {
      position: absolute;
      width: 355px;
      border: 1px solid transparent;
      text-align: right;
      font-size: 15px;
      bottom: 9px; }
    .section__inner8.inner__page .content-2 .img__inner__calibration .des_01 {
      right: 15px; }
    .section__inner8.inner__page .content-2 .img__inner__calibration .des_02 {
      right: 377px; }
  .wd__innerbtn9 {
    top: 0;
    padding-bottom: 100px; }
    .wd__innerbtn9 .inner__btn {
      top: -44px; }
  .section__inner9.inner__page {
    margin-top: -57px;
    display: none;
    padding-bottom: 0; }
    .section__inner9.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
  .section__inner9.inner__page .content-1 {
    padding-bottom: 32px; }
    .section__inner9.inner__page .content-1 .wd__content .content__info {
      width: 80%;
      max-width: 720px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart {
    width: 540px;
    height: 200px;
    margin-top: 158px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/09/inner_amplifier_chart.png"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-1 .img__inner_amplifier_chart {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/09/inner_amplifier_chart.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner9.inner__page .content-1 .wd__feature__list {
    position: absolute;
    right: -591px;
    top: 35px; }
    .section__inner9.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__data {
      font-size: 40px; }
      .section__inner9.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__data span {
        font-size: 22px; }
    .section__inner9.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__describe span {
      font-size: 12px;
      line-height: 12px;
      top: -4px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .img_des {
    border: 1px solid transparent; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_00 {
    font-size: 34px;
    left: 13px;
    top: -109px;
    width: 483px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_01 {
    left: -50px;
    width: 70px;
    top: 81px;
    font-size: 15px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_02 {
    left: 13px;
    width: 240px;
    top: -17px;
    font-size: 15px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_03 {
    left: 254px;
    width: 242px;
    top: -36px;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 15px; }
  .section__inner9.inner__page .content-1 .img__inner__technology {
    width: 1092px;
    height: 468px;
    left: 50%;
    margin-top: -18px;
    margin-left: -562px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/09/inner_amplifier.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-1 .img__inner__technology {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/09/inner_amplifier.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner9.inner__page .content-2 {
    padding-bottom: 132px; }
    .section__inner9.inner__page .content-2 .wd__content .content__info {
      width: 87%;
      max-width: 720px; }
  .section__inner9.inner__page .content-2 .img__inner__audio {
    width: 1300px;
    height: 516px;
    left: 50%;
    margin-top: 0;
    margin-left: -650px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/inner/09/inner_audio.jpg"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-2 .img__inner__audio {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/inner/09/inner_audio.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner9.inner__page .content-2 .img__inner__audio .img_des {
    border: 1px solid transparent; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_01 {
    top: 297px;
    margin-left: -283px; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_02 {
    top: 352px;
    margin-left: -222px; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_03 {
    top: 352px;
    margin-left: 172px; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_04 {
    left: 50%;
    top: 297px;
    margin-left: 238px; }
  .wd__innerbtn10 {
    top: 0;
    padding-bottom: 250px; }
    .wd__innerbtn10 .inner__btn {
      top: 40px; }
  .section__inner10.inner__page {
    padding-top: 150px;
    margin-top: -110px;
    display: none;
    padding-bottom: 0; }
    .section__inner10.inner__page .wd__content .content__info {
      width: 85%;
      max-width: 650px; }
    .section__inner10.inner__page .wd__feature__list .wd__feature {
      margin-left: 34px;
      margin-right: 34px; }
    .section__inner10.inner__page .img__thunderbolt {
      margin-top: -89px;
      width: 100%;
      max-width: 1300px;
      height: 700px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/thunderbolt.jpg"); } }
    @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
      .section__inner10.inner__page .img__thunderbolt {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/thunderbolt.jpg"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  .section__inner10 .thunderbolt__table .text-light {
    left: 0; }
  .section__inner10 .thunderbolt__table .table__name {
    top: -52px;
    left: -124px; }
  .section__inner10 .thunderbolt__table .line__1-title, .section__inner10 .thunderbolt__table .line__2-title, .section__inner10 .thunderbolt__table .line__3-title {
    left: -124px;
    font-size: 20px; }
  .section__inner10 .thunderbolt__table .line__1-title {
    top: 5px; }
  .section__inner10 .thunderbolt__table .line__2-title {
    top: 46px; }
  .section__inner10 .thunderbolt__table .line__3-title {
    top: 87px; }
  .section__inner10 .thunderbolt__table .line__2-value, .section__inner10 .thunderbolt__table .line__3-value {
    font-size: 23px; }
  .section__inner10 .thunderbolt__table .line__1-value {
    top: -21px;
    left: 362px; }
    .section__inner10 .thunderbolt__table .line__1-value .word-small {
      padding-left: 3px; }
  .section__inner10 .thunderbolt__table .line__2-value {
    top: 46px;
    left: 191px; }
  .section__inner10 .thunderbolt__table .line__3-value {
    top: 85px;
    left: 63px; }
  .section__inner10 .thunderbolt__table .img__thunderbolt__table {
    position: relative;
    margin: 0px auto 0;
    width: 360px;
    max-width: 360px;
    height: 120px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/1x/thunderbolt__chart.png"); } }
  @media all and (min-width: 721px) and (max-width: 1300px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 721px) and (max-width: 1300px) and (min-resolution: 144dpi) {
    .section__inner10 .thunderbolt__table .img__thunderbolt__table {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/medium/2x/thunderbolt__chart.png"); } }

@media all and (min-width: 721px) and (max-width: 1300px) {
  #AWD .product_price.active {
    padding-top: 32px;
    margin-bottom: -41px; }
  #AWD .product_pdguide.active {
    padding-top: 15px; }
  #AWD .product_videos.active {
    padding-top: 193px; }
  #AWD .video-bottom {
    padding-bottom: 22px; }
  #AWD .media-bottom {
    padding-bottom: 0;
    margin-bottom: -10px; } }

@media all and (min-width: 967px) and (max-width: 1300px) {
  .section__08 .wd__content .content__title {
    width: 100%;
    max-width: 100%; } }

@media all and (min-width: 967px) and (max-width: 1300px) {
  .section__uhddisplay .img__uhddisplay {
    margin: -69px 0 0 -520px; }
  .section__inner7.inner__page .content-1 .img__inner_bezel {
    margin-left: -500px; } }

@media all and (min-width: 1199px) and (max-width: 1300px) {
  .section__uhddisplay .img__uhddisplay {
    margin: -69px 0 0 -650px; } }

@media all and (max-width: 720px) {
  .wd__section .small_use {
    display: inline-block; }
  .wd__section .no__wrap {
    display: inline-block; }
  .wd__section .wd__content {
    margin-left: auto;
    margin-right: auto;
    width: 89.2%; }
    .wd__section .wd__content .content__slogan {
      font-size: 18px; }
    .wd__section .wd__content .content__title {
      margin-top: 15px;
      width: 100%;
      max-width: 700px;
      margin-left: 0px; }
    .wd__section .wd__content .content__info {
      width: 100%;
      max-width: 700px; }
  .wd__section .wd__feature__list {
    margin-top: 31px;
    width: 100%; }
    .wd__section .wd__feature__list .wd__feature {
      margin: 0 17px 35px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .wd__section .wd__feature__list .wd__feature .wd__feature__data {
        margin-bottom: 0px; }
    .wd__section .wd__feature__list .wd__feature .wdf__icon {
      width: 100%;
      height: 45px;
      position: relative; }
      .wd__section .wd__feature__list .wd__feature .wdf__icon:after {
        height: 45px;
        width: 70px;
        margin-bottom: 0px;
        position: absolute;
        bottom: 8px;
        left: 50%;
        margin-left: -35px; }
  .wd__section .wd__link__arrow:after {
    padding-left: 5px; }
  .wd__section .img_table .word-large {
    font-size: 61px; }
  .wd__section .img_table .word-medium {
    font-size: 16px; }
  .wd__section .img_table .word-small {
    font-size: 12px; }
  .wd__section .img_table .line-title, .wd__section .img_table .line-value {
    position: absolute; }
  .wd__section .img_table .line-title {
    font-size: 11px; }
  .wd__section .img_table .line-value {
    font-size: 16px; }
  .wd__innerbtn {
    padding: 0;
    top: 0; }
    .wd__innerbtn .inner__btn {
      width: 320px;
      position: absolute;
      left: 50%;
      margin-left: -160px;
      bottom: 60px; }
      .wd__innerbtn .inner__btn span {
        font-size: 15.5px;
        margin-bottom: 10px;
        opacity: 1; }
      .wd__innerbtn .inner__btn .toggleSlide {
        width: 32px;
        height: 32px;
        margin-left: -16px;
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); }
        .wd__innerbtn .inner__btn .toggleSlide:after, .wd__innerbtn .inner__btn .toggleSlide:before {
          width: 32px;
          height: 32px; }
      .wd__innerbtn .inner__btn.active .toggleSlide {
        -webkit-transform: translate3d(0px, 120px, 0px) rotate(90deg);
        transform: translate3d(0px, 120px, 0px) rotate(90deg); }
        .wd__innerbtn .inner__btn.active .toggleSlide.fixed {
          top: -48px; }
  .wd__section.inner__page {
    display: none;
    margin-top: -58px;
    padding-top: 133px; }
    .wd__section.inner__page .limit__width {
      max-width: 720px; }
    .wd__section.inner__page .section_content .wd__content {
      margin-left: auto;
      margin-right: auto;
      width: 89.2%; }
      .wd__section.inner__page .section_content .wd__content .content__slogan {
        font-size: 18px; }
      .wd__section.inner__page .section_content .wd__content .content__title {
        margin-top: 15px;
        width: 100%;
        max-width: 700px;
        margin-left: 0px; }
      .wd__section.inner__page .section_content .wd__content .content__info {
        width: 100%;
        max-width: 700px; }
    .wd__section.inner__page.active .row {
      opacity: 1; }
  .section__kv .wd__content .content__title {
    font-size: 28px;
    margin-top: 12px;
    margin-bottom: 0px;
    line-height: 33.3px;
    text-align: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto; }
  .section__kv .wd__content .content__info {
    margin-top: 26px;
    font-size: 18.4px;
    letter-spacing: 0.3px;
    line-height: 26.9px;
    width: 96%;
    max-width: 456px; }
  .section__kv .wd__content .content__slogan {
    width: 300px;
    height: 30px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/kv__logo.png"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__kv .wd__content .content__slogan {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/kv__logo.png"); } }

@media all and (max-width: 720px) {
  .section__kv .wd__content .content__title span.space {
    width: 0; }
  .section__kv .wd__content.content-top {
    margin-top: 47px;
    width: 100%; }
  .section__kv .wd__content.content-bottom {
    margin-top: -112px; }
  .section__kv .icon-bc {
    bottom: 336px;
    margin-left: 70px;
    width: 60px;
    height: 60px;
    background-size: contain; }
  .section__kv .img__kv {
    margin-top: -320px;
    width: 100%;
    max-width: 720px;
    height: 731px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/kv.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__kv .img__kv {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/kv.jpg"); } }

@media all and (max-width: 720px) {
  .section__beauty {
    padding-top: 100px; }
    .section__beauty .wd__content .content__info {
      width: 100%;
      max-width: 520px; }
    .section__beauty .wd__feature__list .wd__feature {
      margin-left: 12px;
      margin-right: 12px; }
    .section__beauty .img__beauty_3cut {
      width: 100%;
      max-width: 600px;
      padding-bottom: 163.52%;
      height: 0;
      margin: 12px auto 0 auto;
      position: relative;
      z-index: 99;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/beauty__3cut.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__beauty .img__beauty_3cut {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/beauty__3cut.jpg"); } }

@media all and (max-width: 720px) {
  .section__beauty .img__beauty {
    z-index: 1;
    max-width: 720px;
    width: 500px;
    height: 318px;
    left: 50%;
    margin-left: -250px;
    margin-right: auto;
    margin-top: -25px;
    padding-bottom: 0px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/beauty.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__beauty .img__beauty {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/beauty.jpg"); } }

@media all and (max-width: 720px) {
  .section__beauty #img__beauty__ani {
    height: auto;
    margin-top: 1px; }
  .section__beauty .img__beauty__style {
    display: none; }
  .section__performance {
    padding-top: 68px; }
    .section__performance .wd__content .content__info {
      width: 100%;
      max-width: 720px; }
    .section__performance .wd__feature__list {
      width: 89.2%;
      margin-left: 5.4;
      text-align: left; }
      .section__performance .wd__feature__list .wd__feature {
        margin: 0 39px 35px 0;
        vertical-align: top; }
      .section__performance .wd__feature__list .feature__01 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 31px; }
      .section__performance .wd__feature__list .feature__02, .section__performance .wd__feature__list .feature__04 {
        width: 98px; }
      .section__performance .wd__feature__list .feature__03, .section__performance .wd__feature__list .feature__05 {
        margin-right: 0; }
    .section__performance .img__performance {
      margin: -50px 0 0 -360px;
      left: 50%;
      position: relative;
      width: 720px;
      height: 340px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/performance.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__performance .img__performance {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/performance.jpg"); } }

@media all and (max-width: 720px) {
  .section__cooling {
    padding-top: 60px; }
    .section__cooling .wd__content .content__info {
      width: 100%;
      max-width: 720px; }
    .section__cooling .wd__content .content__comment {
      width: 100%; }
    .section__cooling .wd__feature__list {
      margin-top: 33px; }
      .section__cooling .wd__feature__list .wd__feature {
        margin-left: 12px;
        margin-right: 12px;
        vertical-align: top; }
      .section__cooling .wd__feature__list .feature__02 {
        width: 113px; }
    .section__cooling .img__fans {
      left: 50%;
      margin-top: -41px;
      margin-left: -182px;
      width: 436px;
      height: 673px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/fans.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__cooling .img__fans {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/fans.jpg"); } }

@media all and (max-width: 720px) {
      .section__cooling .img__fans .air__content {
        display: none; }
  #section__cpu .row .col.col-left {
    margin-left: auto; }
  .section__cpu {
    padding-top: 60px; }
    .section__cpu .wd__content {
      left: 0;
      margin-left: auto; }
      .section__cpu .wd__content .content__info {
        width: 97%;
        max-width: 490px; }
      .section__cpu .wd__content .content__comment {
        width: 100%; }
    .section__cpu .wd__feature__list {
      left: 0;
      margin-top: 31px;
      margin-left: auto;
      text-align: center; }
      .section__cpu .wd__feature__list .wd__feature {
        margin-left: 22px;
        margin-right: 22px;
        vertical-align: top;
        text-align: center; }
      .section__cpu .wd__feature__list .feature__02 {
        width: 111px; }
    .section__cpu .img__cpu {
      margin-top: -68px;
      width: 100%;
      max-width: 720px;
      height: 400px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/cpu.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__cpu .img__cpu {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/cpu.jpg"); } }

@media all and (max-width: 720px) {
  #section__gpu .row .col.col-right {
    margin-left: 0px; }
  .section__gpu.limit__width {
    margin-top: 0px;
    padding-top: 36px; }
  .section__gpu .wd__content .content__info {
    width: 95%;
    max-width: 520px; }
  .section__gpu .wd__feature__list {
    text-align: center; }
    .section__gpu .wd__feature__list .wd__feature {
      margin-left: 28px;
      margin-right: 28px;
      vertical-align: top;
      text-align: center; }
    .section__gpu .wd__feature__list .feature__01 {
      width: 114px; }
  .section__gpu .img__gpu {
    margin-top: -68px;
    margin-left: -360px;
    left: 50%;
    width: 720px;
    max-width: 720px;
    height: 400px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/gpu.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__gpu .img__gpu {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/gpu.jpg"); } }

@media all and (max-width: 720px) {
  #section__uhddisplay .row .col.col-right {
    margin-left: auto; }
  .section__uhddisplay {
    padding-top: 60px;
    margin-top: 0; }
    .section__uhddisplay .wd__content .content__info {
      width: 100%;
      max-width: 720px; }
    .section__uhddisplay .wd__feature__list {
      width: 100%;
      max-width: 380px;
      margin-top: 41px;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
      .section__uhddisplay .wd__feature__list .wd__feature {
        margin-left: 15px;
        margin-right: 15px;
        vertical-align: top;
        margin-bottom: 29px; }
      .section__uhddisplay .wd__feature__list .feature__01 .wd__feature__describe__top {
        height: 0; }
      .section__uhddisplay .wd__feature__list .feature__01,
      .section__uhddisplay .wd__feature__list .feature__04 {
        width: 114px; }
      .section__uhddisplay .wd__feature__list .feature__03,
      .section__uhddisplay .wd__feature__list .feature__05 {
        width: 147px; }
      .section__uhddisplay .wd__feature__list .feature__03 .wd__feature__describe__top, .section__uhddisplay .wd__feature__list .feature__04 .wd__feature__describe__top, .section__uhddisplay .wd__feature__list .feature__05 .wd__feature__describe__top {
        display: none; }
    .section__uhddisplay .img__uhddisplay {
      margin: -24px 0 0 -360px;
      position: relative;
      left: 50%;
      width: 720px;
      height: 380px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/uhd_display.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__uhddisplay .img__uhddisplay {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/uhd_display.jpg"); } }

@media all and (max-width: 720px) {
  .section__resolution4k {
    padding-top: 60px; }
    .section__resolution4k .wd__content .content__info {
      width: 98%;
      max-width: 720px; }
    .section__resolution4k .wd__feature__list {
      width: 330px;
      margin-top: 43px;
      margin-left: auto;
      margin-right: auto; }
      .section__resolution4k .wd__feature__list .wd__feature {
        margin-left: 15px;
        margin-right: 15px;
        vertical-align: top; }
      .section__resolution4k .wd__feature__list .feature__01 {
        width: 100%;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        margin-left: 0;
        margin-right: 0; }
      .section__resolution4k .wd__feature__list .feature__02 {
        margin-top: -10px; }
        .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data {
          margin-bottom: 11px; }
          .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data .img__icon1 {
            width: 62px;
            height: 72px;
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_pantone.png"); } }
          @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
            .section__resolution4k .wd__feature__list .feature__02 .wd__feature__data .img__icon1 {
              background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_pantone.png"); } }

@media all and (max-width: 720px) {
        .section__resolution4k .wd__feature__list .feature__02 .wd__feature__describe {
          top: -2px; }
      .section__resolution4k .wd__feature__list .feature__03 {
        margin-top: 24px; }
    .section__resolution4k .img__resolution4k {
      margin-top: -198px;
      margin-bottom: 5px;
      width: 100%;
      max-width: 720px;
      height: 540px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/resolution__4k.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__resolution4k .img__resolution4k {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/resolution__4k.jpg"); } }

@media all and (max-width: 720px) {
  .section__audio {
    margin-top: 73px;
    padding-top: 73px;
    padding-bottom: 22px; }
    .section__audio .wd__content {
      left: 0;
      margin-left: auto; }
      .section__audio .wd__content .content__info {
        width: 100%;
        max-width: 530px; }
    .section__audio .wd__feature__list {
      position: relative;
      z-index: 9;
      width: 238px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 39px;
      text-align: left; }
      .section__audio .wd__feature__list .wd__feature {
        margin: 0 56px 30px 0;
        text-align: center; }
      .section__audio .wd__feature__list .feature__03 {
        width: 94px; }
      .section__audio .wd__feature__list .feature__02,
      .section__audio .wd__feature__list .feature__04 {
        margin-right: 0; }
    .section__audio .img__audio {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 720px;
      height: 518px;
      margin: -68px auto -70px auto;
      left: 0;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/audio.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__audio .img__audio {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/audio.jpg"); } }

@media all and (max-width: 720px) {
    .section__audio .col_img {
      position: relative; }
    .section__audio .sonic_wave {
      display: none; }
    .section__audio .wave_item {
      display: none;
      background-image: none !important; }
  .section__connectivity {
    padding-top: 50px;
    padding-bottom: 100px; }
    .section__connectivity .wd__content {
      left: 0;
      margin-left: auto; }
      .section__connectivity .wd__content .content__info {
        width: 100%;
        max-width: 720px; }
      .section__connectivity .wd__content .content__comment {
        width: 100%; }
    .section__connectivity .col-right .wd__feature__list {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 44px;
      text-align: center; }
      .section__connectivity .col-right .wd__feature__list .wd__feature {
        margin-left: 11px;
        margin-right: 11px;
        margin-bottom: 10px;
        width: 121px;
        vertical-align: top;
        text-align: center; }
      .section__connectivity .col-right .wd__feature__list .feature__01, .section__connectivity .col-right .wd__feature__list .feature__03 {
        width: 108px; }
      .section__connectivity .col-right .wd__feature__list .feature__02, .section__connectivity .col-right .wd__feature__list .feature__04 {
        width: 116px; }
      .section__connectivity .col-right .wd__feature__list .feature__03 .wd__feature__describe__top, .section__connectivity .col-right .wd__feature__list .feature__04 .wd__feature__describe__top {
        display: block; }
    .section__connectivity .col-list-bottom .wd__feature__list {
      left: 50%;
      width: 100%;
      margin-top: 70px;
      margin-left: -50%; }
      .section__connectivity .col-list-bottom .wd__feature__list .wd__feature {
        margin-left: 11px;
        margin-right: 11px;
        margin-bottom: 52px;
        vertical-align: top;
        width: 111px; }
      .section__connectivity .col-list-bottom .wd__feature__list .feature-icon {
        bottom: 9px;
        height: 27px; }
      .section__connectivity .col-list-bottom .wd__feature__list .feature__01 .feature-icon {
        width: 120px; }
      .section__connectivity .col-list-bottom .wd__feature__list .feature__02 .feature-icon {
        width: 72px; }
      .section__connectivity .col-list-bottom .wd__feature__list .feature__03 .feature-icon {
        width: 78px; }
      .section__connectivity .col-list-bottom .wd__feature__list .feature__04 .feature-icon {
        width: 58px; }
      .section__connectivity .col-list-bottom .wd__feature__list .feature__05 .feature-icon {
        width: 72px; }
    .section__connectivity .img__connectivity {
      margin-top: -64px;
      width: 720px;
      max-width: 720px;
      margin-left: -360px;
      left: 50%;
      height: 360px;
      position: relative;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/connectivity.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__connectivity .img__connectivity {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/connectivity.jpg"); } }

@media all and (max-width: 720px) {
    .section__connectivity .img__connectivity .img_comment {
      width: 1px;
      position: absolute;
      top: 300px;
      width: 100px;
      left: 50%;
      margin-left: -50px;
      padding-bottom: 30px; }
    .section__connectivity .img__connectivity .img_comment-point {
      width: 3px;
      height: 3px;
      margin-left: -1.5px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__point.svg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__connectivity .img__connectivity .img_comment-point {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon__point.svg"); } }

@media all and (max-width: 720px) {
    .section__connectivity .img__connectivity .img_comment:before {
      height: 46px; }
    .section__connectivity .img__connectivity .img_comment-text {
      top: 2px;
      width: 100px;
      margin-left: -50px;
      font-size: 13px;
      position: relative; }
    .section__connectivity .img__connectivity .img_comment br {
      display: inline-block; }
    .section__connectivity .img__connectivity .img_comment.img_comment_01, .section__connectivity .img__connectivity .img_comment.img_comment_02, .section__connectivity .img__connectivity .img_comment.img_comment_03, .section__connectivity .img__connectivity .img_comment.img_comment_04 {
      top: 136px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_01 {
      margin-left: -142px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_01 .img_comment-text {
        text-align: right;
        left: 5px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_02 {
      margin-left: -100px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_02 .img_comment-text {
        margin-left: -42px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_03 {
      margin-left: -56px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_03 .img_comment-text {
        width: 50px;
        text-align: left;
        left: 98px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_04 {
      margin-left: -4px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_04 .img_comment-text {
        width: 50px;
        text-align: left;
        left: 99px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_05, .section__connectivity .img__connectivity .img_comment.img_comment_06, .section__connectivity .img__connectivity .img_comment.img_comment_07, .section__connectivity .img__connectivity .img_comment.img_comment_08 {
      top: 338px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_05 {
      margin-left: -95px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_05 .img_comment-text {
        text-align: right;
        left: 18px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_06 {
      margin-left: -48px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_06 .img_comment-text {
        text-align: left;
        left: 83px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_07 {
      margin-left: -5px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_07 .img_comment-text {
        display: none;
        text-align: left;
        width: 80px;
        left: 65px; }
    .section__connectivity .img__connectivity .img_comment.img_comment_08 {
      margin-left: 33px; }
      .section__connectivity .img__connectivity .img_comment.img_comment_08 .img_comment-text {
        text-align: center;
        width: 87px;
        left: -1px; }
  .section__battery {
    padding-top: 30px; }
    .section__battery .wd__content .content__info {
      width: 100%;
      max-width: 580px; }
    .section__battery .wd__content .content__comment {
      width: 100%;
      max-width: 720px; }
    .section__battery .wd__feature__list {
      margin-left: 0;
      text-align: center; }
      .section__battery .wd__feature__list .wd__feature {
        margin-left: 22px;
        margin-right: 22px; }
    .section__battery .img__battery {
      margin-top: -82px;
      width: 100%;
      max-width: 720px;
      height: 443px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/battery.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__battery .img__battery {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/battery.jpg"); } }

@media all and (max-width: 720px) {
  .section__keyboard {
    padding-top: 95px; }
    .section__keyboard .wd__content .content__info {
      width: 99%; }
    .section__keyboard .wd__feature__list {
      margin-top: 47px; }
      .section__keyboard .wd__feature__list .feature__02 .feature-icon {
        position: relative;
        bottom: 3px;
        width: 70px;
        height: 44px;
        margin: 0 auto 9px auto; }
    .section__keyboard .img__keyboard {
      z-index: 1;
      left: 50%;
      margin-top: 0;
      margin-left: -229px;
      width: 455px;
      height: 300px;
      background-size: contain;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/keyboard.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__keyboard .img__keyboard {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/keyboard.jpg"); } }

@media all and (max-width: 720px) {
  .section__fingerprint {
    padding-top: 55px; }
    .section__fingerprint .wd__content {
      left: 0; }
      .section__fingerprint .wd__content .content__info {
        width: 100%;
        max-width: 510px; }
    .section__fingerprint .wd__feature__list {
      left: 0;
      margin-left: 0;
      margin-top: 48px; }
      .section__fingerprint .wd__feature__list .wd__feature {
        margin-left: 0;
        margin-right: 0; }
      .section__fingerprint .wd__feature__list .feature__01 {
        width: 76px; }
        .section__fingerprint .wd__feature__list .feature__01 .feature-icon {
          position: relative;
          width: 76px;
          height: 36px;
          margin: 0 auto 9px auto; }
    .section__fingerprint .img__fingerprint {
      margin-top: -162px;
      width: 100%;
      max-width: 720px;
      height: 400px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/fingerprint.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__fingerprint .img__fingerprint {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/fingerprint.jpg"); } }

@media all and (max-width: 720px) {
  .section__alexa {
    margin-top: 10px;
    padding-top: 40px; }
    .section__alexa .wd__content .content__info {
      width: 100%;
      max-width: 528px; }
    .section__alexa .wd__feature__list {
      margin-top: 45px; }
    .section__alexa .img__alexa {
      left: 50%;
      margin-top: -15px;
      margin-left: -300px;
      width: 600px;
      height: 1040px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/15_alexa.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__alexa .img__alexa {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/15_alexa.jpg"); } }

@media all and (max-width: 720px) {
  .section__military {
    margin-top: 10px;
    padding-top: 75px; }
    .section__military .wd__content .content__info {
      width: 100%;
      max-width: 515px; }
    .section__military .wd__feature__list {
      position: relative;
      left: 50%;
      margin-left: -180px;
      width: 360px;
      text-align: center; }
      .section__military .wd__feature__list .wd__feature {
        text-align: center; }
        .section__military .wd__feature__list .wd__feature .wd__feature__data figure {
          margin: 1px auto 4px;
          height: 74px;
          background-size: contain; }
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
          width: 73px;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_1.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-1 {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_1.png"); } }

@media all and (max-width: 720px) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
          width: 78px;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_2.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-2 {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_2.png"); } }

@media all and (max-width: 720px) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
          width: 82px;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_3.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-3 {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_3.png"); } }

@media all and (max-width: 720px) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-4 {
          width: 67px;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_4.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-4 {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_4.png"); } }

@media all and (max-width: 720px) {
        .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-5 {
          width: 67px;
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/1x/icon/icon_5.png"); } }
        @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
          .section__military .wd__feature__list .wd__feature .wd__feature__data .icon-5 {
            background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/large/2x/icon/icon_5.png"); } }

@media all and (max-width: 720px) {
        .section__military .wd__feature__list .wd__feature .wd__feature__describe {
          text-align: center; }
    .section__military .img__military {
      left: 50%;
      margin-top: -55px;
      margin-left: -360px;
      margin-bottom: 0;
      width: 720px;
      height: 580px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/16_military.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__military .img__military {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/16_military.jpg"); } }

@media all and (max-width: 720px) {
  .wd__innerbtn2 {
    padding-top: 120px; }
    .wd__innerbtn2 .inner__btn {
      bottom: 0px; }
      .wd__innerbtn2 .inner__btn.active .toggleSlide {
        -webkit-transform: translate3d(0px, 98px, 0px) rotate(90deg);
        transform: translate3d(0px, 98px, 0px) rotate(90deg); }
        .wd__innerbtn2 .inner__btn.active .toggleSlide.fixed {
          top: -17px; }
  .section__inner2.inner__page {
    margin-top: -17px;
    padding-bottom: 39px; }
    .section__inner2.inner__page .section_content .wd__content {
      margin-bottom: 0;
      padding-bottom: 0; }
  .section__inner2.inner__page .content-1 {
    margin-bottom: 10px !important;
    padding-bottom: 0; }
    .section__inner2.inner__page .content-1 .wd__content {
      width: 89.2%; }
    .section__inner2.inner__page .content-1 .wd__feature__list {
      width: 320px;
      margin-left: auto;
      margin-right: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-light: center; }
      .section__inner2.inner__page .content-1 .wd__feature__list .wd__feature {
        text-light: center;
        margin-left: 20px;
        margin-right: 20px; }
    .section__inner2.inner__page .content-1 .img__inner_sleak {
      width: 500px;
      height: 342px;
      margin-left: -230px;
      margin-top: -24px;
      position: relative;
      left: 50%;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/02/inner_sleek.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__inner2.inner__page .content-1 .img__inner_sleak {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/02/inner_sleek.jpg"); } }

@media all and (max-width: 720px) {
  .section__inner2.inner__page .content-2.section_content {
    margin-bottom: 38px;
    margin-top: 41px; }
  .section__inner2.inner__page .content-2 .limit__width {
    max-width: 414px;
    margin-left: auto;
    margin-right: auto; }
  .section__inner2.inner__page .content-2 .wd__content {
    width: 89.2%;
    position: absolute;
    top: 69px;
    left: 0;
    margin-left: 5.4%;
    margin-right: auto; }
    .section__inner2.inner__page .content-2 .wd__content .content__info {
      width: 100%; }
  .section__inner2.inner__page .content-2 .img__inner_sleek_colors {
    width: 414px;
    height: 644px;
    position: relative;
    left: 50%;
    margin-left: -207px; }
    .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color {
      width: 414px;
      height: 674px;
      top: -30px; }
      .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-1 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/02/inner_sleek_colors_blue.jpg"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-1 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/02/inner_sleek_colors_blue.jpg"); } }

@media all and (max-width: 720px) {
      .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-2 {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/02/inner_sleek_colors_grey.jpg"); } }
      @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
        .section__inner2.inner__page .content-2 .img__inner_sleek_colors .img__inner_sleek_colors-color._color-2 {
          background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/02/inner_sleek_colors_grey.jpg"); } }

@media all and (max-width: 720px) {
  .section__inner2.inner__page .content-2 .iconColor {
    width: 414px;
    left: 50%;
    margin-left: -207px;
    top: 221px; }
    .section__inner2.inner__page .content-2 .iconColor .parts {
      margin: 0 18px 0 18px; }
    .section__inner2.inner__page .content-2 .iconColor .color, .section__inner2.inner__page .content-2 .iconColor .color:before {
      width: 40px;
      height: 40px; }
  .wd__innerbtn3 {
    top: 0;
    padding-bottom: 24px; }
    .wd__innerbtn3 .inner__btn {
      top: -60px; }
      .wd__innerbtn3 .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(35px) rotate(90deg);
        -ms-transform: translateY(35px) rotate(90deg);
        transform: translateY(35px) rotate(90deg); }
        .wd__innerbtn3 .inner__btn.active .toggleSlide.fixed {
          top: 37px; }
  .section__inner3.inner__page {
    padding-bottom: 60px;
    margin-top: -75px; }
    .section__inner3.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner3.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
  .section__inner3.inner__page .content-1 {
    padding-top: 0;
    padding-bottom: 0; }
    .section__inner3.inner__page .content-1 .wd__content-read, .section__inner3.inner__page .content-1 .wd__content-write {
      left: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 79px; }
      .section__inner3.inner__page .content-1 .wd__content-read .content__title, .section__inner3.inner__page .content-1 .wd__content-write .content__title {
        font-size: 18px; }
      .section__inner3.inner__page .content-1 .wd__content-read .wd__feature__list, .section__inner3.inner__page .content-1 .wd__content-write .wd__feature__list {
        position: relative;
        left: 50%;
        width: 320px;
        margin-left: -160px;
        margin-bottom: 17px;
        text-align: center;
        margin-top: 23px; }
        .section__inner3.inner__page .content-1 .wd__content-read .wd__feature__list .wd__feature, .section__inner3.inner__page .content-1 .wd__content-write .wd__feature__list .wd__feature {
          text-align: center;
          margin-left: 20px;
          margin-right: 20px;
          margin-bottom: 39px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed {
    width: 276px;
    height: 150px;
    margin-left: -138px;
    margin-right: auto;
    position: relative;
    left: 50%;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/03/inner_pcie_chart_read_speed.png"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/03/inner_pcie_chart_read_speed.png"); } }

@media all and (max-width: 720px) {
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line-title {
    top: 157px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 80px;
    text-align: center; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line-value {
    right: 0; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__1-title {
    left: 15px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__1-value {
    top: -14px;
    right: 186px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__2-title {
    left: 97px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__2-value {
    top: 35px;
    right: 112px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__3-title {
    left: 180px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_read_speed .line__3-value {
    top: 105px;
    right: 35px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed {
    width: 276px;
    height: 150px;
    margin-left: -138px;
    margin-right: auto;
    position: relative;
    left: 50%;
    background-position: 0 0px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/03/inner_pcie_chart_whrite_speed.png"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/03/inner_pcie_chart_whrite_speed.png"); } }

@media all and (max-width: 720px) {
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line-title {
    top: 157px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 80px;
    text-align: center; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line-value {
    right: 0; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__1-title {
    left: 15px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__1-value {
    top: -14px;
    right: 186px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__2-title {
    left: 97px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__2-value {
    top: 53px;
    right: 118px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__3-title {
    left: 180px; }
  .section__inner3.inner__page .content-1 .img__inner_pcie_chart_write_speed .line__3-value {
    top: 102px;
    right: 35px; }
  .section__inner3.inner__page .content-1 .img__inner__pcie {
    width: 540px;
    height: 360px;
    left: 50%;
    margin-left: -306px;
    margin-right: auto;
    margin-top: -18px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/03/inner_pcie.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner3.inner__page .content-1 .img__inner__pcie {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/03/inner_pcie.jpg"); } }

@media all and (max-width: 720px) {
  .wd__innerbtn5 {
    top: 0;
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 30px; }
    .wd__innerbtn5 .inner__btn {
      top: 0; }
      .wd__innerbtn5 .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(48px) rotate(90deg);
        -ms-transform: translateY(48px) rotate(90deg);
        transform: translateY(48px) rotate(90deg); }
        .wd__innerbtn5 .inner__btn.active .toggleSlide.fixed {
          top: 24px; }
  .section__inner5.inner__page {
    margin-top: -89px;
    top: 0;
    padding-bottom: 0; }
    .section__inner5.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner5.inner__page .section_content {
      padding-top: 90px; }
      .section__inner5.inner__page .section_content .wd__content .content__title {
        margin-top: 0; }
    .section__inner5.inner__page:after {
      height: 10px; }
  .section__inner5.inner__page .content-1 {
    padding-top: 0;
    padding-bottom: 38px; }
    .section__inner5.inner__page .content-1 .wd__content .content__comment {
      width: 100%; }
    .section__inner5.inner__page .content-1 .wd__feature__list {
      position: relative;
      left: 50%;
      width: 320px;
      margin-left: -160px;
      margin-bottom: 10px;
      text-align: center;
      vertical-align: top; }
      .section__inner5.inner__page .content-1 .wd__feature__list .wd__feature {
        margin-left: 15px;
        margin-right: 15px;
        text-align: center; }
      .section__inner5.inner__page .content-1 .wd__feature__list .feature__01 {
        width: 113px; }
      .section__inner5.inner__page .content-1 .wd__feature__list .feature__02 {
        width: 103px; }
  .section__inner5.inner__page .content-1 .img__inner_Quad-core_CPU {
    width: 720px;
    height: 400px;
    left: 50%;
    margin-top: -120px;
    margin-left: -360px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/05/inner_Quad-core_CPU.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner5.inner__page .content-1 .img__inner_Quad-core_CPU {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/05/inner_Quad-core_CPU.jpg"); } }

@media all and (max-width: 720px) {
  .wd__innerbtn6 {
    padding-top: 82px; }
    .wd__innerbtn6 .inner__btn {
      top: -15px; }
      .wd__innerbtn6 .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(48px) rotate(90deg);
        -ms-transform: translateY(48px) rotate(90deg);
        transform: translateY(48px) rotate(90deg); }
        .wd__innerbtn6 .inner__btn.active .toggleSlide.fixed {
          top: 24px; }
  .section__inner6.inner__page {
    margin-top: -76px;
    padding-bottom: 0; }
    .section__inner6.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner6.inner__page .section_content .wd__content .content__info {
      max-width: 500px; }
    .section__inner6.inner__page:after {
      height: 8px; }
  .section__inner6.inner__page .content-1 {
    margin-bottom: 51px; }
    .section__inner6.inner__page .content-1 .wd__content {
      left: 0; }
      .section__inner6.inner__page .content-1 .wd__content .content__title {
        margin-top: 0; }
    .section__inner6.inner__page .content-1 .wd__feature__list {
      margin-bottom: 0;
      text-align: center; }
      .section__inner6.inner__page .content-1 .wd__feature__list .wd__feature {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 49px; }
      .section__inner6.inner__page .content-1 .wd__feature__list .feature__01 {
        width: 190px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart {
    width: 290px;
    height: 150px;
    left: 50%;
    position: relative;
    margin-left: -145px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/06/inner_graphics_chart.png"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner6.inner__page .content-1 .img__inner__graphics_chart {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/06/inner_graphics_chart.png"); } }

@media all and (max-width: 720px) {
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line-title {
    top: 157px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 104px;
    text-align: center; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line-value {
    right: 0; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__1-title {
    left: -8px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__1-value {
    top: -2px;
    right: 221px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__2-title {
    left: 96px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__2-value {
    top: 30px;
    right: 130px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__3-title {
    left: 199px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics_chart .line__3-value {
    top: 55px;
    right: 38px; }
  .section__inner6.inner__page .content-1 .img__inner__graphics {
    width: 530px;
    height: 340px;
    left: 50%;
    margin-top: 0;
    margin-left: -265px;
    margin-right: auto;
    margin-top: 66px;
    margin-left: -359px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/06/inner_graphics.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner6.inner__page .content-1 .img__inner__graphics {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/06/inner_graphics.jpg"); } }

@media all and (max-width: 720px) {
  .wd__innerbtn7 {
    top: 0;
    padding-top: 70px; }
    .wd__innerbtn7 .inner__btn {
      top: -33px; }
      .wd__innerbtn7 .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(30px) rotate(90deg);
        -ms-transform: translateY(30px) rotate(90deg);
        transform: translateY(30px) rotate(90deg); }
        .wd__innerbtn7 .inner__btn.active .toggleSlide.fixed {
          top: 42px; }
  .section__inner7.inner__page {
    display: none;
    background-color: #fff;
    margin-top: -100px;
    padding-bottom: 0; }
    .section__inner7.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner7.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner7.inner__page .section_content .wd__content .content__info {
      width: 100%; }
    .section__inner7.inner__page:after {
      height: 65px; }
  .section__inner7.inner__page .content-1 .wd__content {
    margin-bottom: 34px; }
    .section__inner7.inner__page .content-1 .wd__content .content__info {
      max-width: 768px; }
  .section__inner7.inner__page .content-1 .img__inner_bezel {
    width: 600px;
    height: 340px;
    left: 50%;
    margin-left: -413px;
    margin-top: -19px;
    margin-bottom: 37px;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/07/inner_bezel.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner7.inner__page .content-1 .img__inner_bezel {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/07/inner_bezel.jpg"); } }

@media all and (max-width: 720px) {
  .section__inner7.inner__page .content-2 {
    width: 100%;
    max-width: 414px;
    margin-bottom: 71px; }
  .section__inner7.inner__page .content-2 .wd__content {
    margin-top: 66px; }
  .section__inner7.inner__page .content-2 .img__inner_asuspen {
    width: 414px;
    height: 400px;
    margin-top: -37px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/07/inner_asuspen.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner7.inner__page .content-2 .img__inner_asuspen {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/07/inner_asuspen.jpg"); } }

@media all and (max-width: 720px) {
  .wd__innerbtn8 {
    top: 0;
    background-color: #000;
    padding-top: 70px;
    padding-bottom: 0px; }
    .wd__innerbtn8 .inner__btn {
      top: 0px; }
      .wd__innerbtn8 .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(53px) rotate(90deg);
        -ms-transform: translateY(53px) rotate(90deg);
        transform: translateY(53px) rotate(90deg); }
        .wd__innerbtn8 .inner__btn.active .toggleSlide.fixed {
          top: 20px; }
  .section__inner8.inner__page {
    display: none;
    background-color: #fff;
    margin-top: -44px;
    padding-bottom: 0; }
    .section__inner8.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
    .section__inner8.inner__page .section_content .wd__content .content__title {
      margin-top: 0; }
    .section__inner8.inner__page .section_content .wd__content .content__info {
      width: 100%; }
  .section__inner8.inner__page .content-1 {
    margin-bottom: 70px; }
    .section__inner8.inner__page .content-1 .wd__content {
      margin-bottom: 44px; }
      .section__inner8.inner__page .content-1 .wd__content .content__title {
        margin-top: 0; }
      .section__inner8.inner__page .content-1 .wd__content .content__info {
        width: 100%; }
  .section__inner8.inner__page .content-1 .img__inner_4kuhd {
    width: 412px;
    height: 592px;
    margin-top: 0;
    left: 50%;
    margin-left: -206px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/08/inner_4kuhd.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner8.inner__page .content-1 .img__inner_4kuhd {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/08/inner_4kuhd.jpg"); } }

@media all and (max-width: 720px) {
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .img_des {
    position: absolute;
    width: 412px;
    border: 1px solid transparent;
    text-align: right;
    font-size: 14px; }
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .des_01 {
    bottom: 314px;
    right: 20px; }
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .des_02 {
    bottom: 13px;
    right: 20px; }
  .section__inner8.inner__page .content-2 {
    margin-bottom: 90px; }
    .section__inner8.inner__page .content-2 .img__inner__calibration {
      width: 412px;
      height: 618px;
      margin-top: -17px;
      left: 50%;
      margin-left: -206px;
      margin-right: auto;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/08/color_calibration.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__inner8.inner__page .content-2 .img__inner__calibration {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/08/color_calibration.jpg"); } }

@media all and (max-width: 720px) {
    .section__inner8.inner__page .content-2 .img__inner__calibration .img_des {
      position: absolute;
      width: 412px;
      border: 1px solid transparent;
      text-align: right;
      bottom: 0;
      font-size: 14px; }
    .section__inner8.inner__page .content-2 .img__inner__calibration .des_01 {
      bottom: 327px;
      right: 20px; }
    .section__inner8.inner__page .content-2 .img__inner__calibration .des_02 {
      bottom: 13px;
      right: 20px; }
  .wd__innerbtn9 {
    top: 0;
    padding-bottom: 60px; }
    .wd__innerbtn9 .inner__btn {
      top: -20px; }
      .wd__innerbtn9 .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(45px) rotate(90deg);
        -ms-transform: translateY(45px) rotate(90deg);
        transform: translateY(45px) rotate(90deg); }
        .wd__innerbtn9 .inner__btn.active .toggleSlide.fixed {
          top: 34px; }
  .section__inner9.inner__page {
    margin-top: -69px;
    display: none;
    padding-bottom: 0; }
    .section__inner9.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
  .section__inner9.inner__page .content-1 {
    padding-bottom: 32px; }
    .section__inner9.inner__page .content-1 .wd__content .content__title {
      width: 70%; }
    .section__inner9.inner__page .content-1 .wd__content .content__info {
      max-width: 720px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart {
    width: 232px;
    height: 84px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/09/inner_amplifier_chart.png"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-1 .img__inner_amplifier_chart {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/09/inner_amplifier_chart.png"); } }

@media all and (max-width: 720px) {
  .section__inner9.inner__page .content-1 .wd__feature__list {
    position: absolute;
    right: -217px;
    top: -5px; }
    .section__inner9.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__data {
      font-size: 20px; }
      .section__inner9.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__data span {
        font-size: 12px; }
    .section__inner9.inner__page .content-1 .wd__feature__list .wd__feature .wd__feature__describe span {
      font-size: 8px;
      line-height: 11px;
      top: -4px;
      position: relative; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .img_des {
    border: 1px solid transparent; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_00 {
    font-size: 22px;
    left: -44px;
    top: -80px;
    width: 320px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_01 {
    left: -50px;
    width: 60px;
    top: 23px;
    font-size: 12px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_02 {
    left: 6px;
    width: 104px;
    top: -17px;
    font-size: 12px; }
  .section__inner9.inner__page .content-1 .img__inner_amplifier_chart .des_03 {
    left: 108px;
    width: 110px;
    top: -32px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px; }
  .section__inner9.inner__page .content-1 .img__inner__technology {
    width: 554px;
    height: 237px;
    left: 50%;
    margin-top: 7px;
    margin-left: -277px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/09/inner_amplifier.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-1 .img__inner__technology {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/09/inner_amplifier.jpg"); } }

@media all and (max-width: 720px) {
  .section__inner9.inner__page .content-2 {
    padding-bottom: 66px; }
  .section__inner9.inner__page .content-2 .img__inner__audio {
    width: 720px;
    height: 247px;
    left: 50%;
    margin-top: 0;
    margin-left: -360px;
    margin-right: auto;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/inner/09/inner_audio.jpg"); } }
  @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__inner9.inner__page .content-2 .img__inner__audio {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/inner/09/inner_audio.jpg"); } }

@media all and (max-width: 720px) {
  .section__inner9.inner__page .content-2 .img__inner__audio .img_des {
    border: 1px solid transparent;
    font-size: 13px; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_01 {
    top: 138px;
    margin-left: -134px; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_02 {
    top: 163px;
    margin-left: -125px; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_03 {
    top: 163px;
    margin-left: 83px; }
  .section__inner9.inner__page .content-2 .img__inner__audio .des_04 {
    left: 50%;
    top: 138px;
    margin-left: 95px; }
  .wd__innerbtn10 {
    top: 0;
    padding-bottom: 100px; }
    .wd__innerbtn10 .inner__btn {
      top: -5px; }
      .wd__innerbtn10 .inner__btn.active .toggleSlide {
        -webkit-transform: translateY(78px) rotate(90deg);
        -ms-transform: translateY(78px) rotate(90deg);
        transform: translateY(78px) rotate(90deg); }
        .wd__innerbtn10 .inner__btn.active .toggleSlide.fixed {
          top: -6px; }
  .section__inner10.inner__page {
    margin-top: -60px;
    display: none;
    padding-bottom: 0; }
    .section__inner10.inner__page .row {
      margin-top: 0;
      margin-bottom: 0; }
  .section__inner10.inner__page {
    padding-top: 133px; }
    .section__inner10.inner__page .wd__content .content__info {
      width: 100%;
      max-width: 720px; }
    .section__inner10.inner__page .wd__feature__list .wd__feature {
      margin-left: 8px;
      margin-right: 8px; }
    .section__inner10.inner__page .img__thunderbolt {
      margin-top: 40px;
      width: 100%;
      max-width: 720px;
      height: 380px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/thunderbolt.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__inner10.inner__page .img__thunderbolt {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/thunderbolt.jpg"); } }

@media all and (max-width: 720px) {
  .section__inner10 .thunderbolt__table {
    margin-top: 111px; }
    .section__inner10 .thunderbolt__table .text-light {
      left: 0; }
    .section__inner10 .thunderbolt__table .table__name {
      top: -73px;
      left: 51px;
      font-size: 17px; }
    .section__inner10 .thunderbolt__table .line__1-title, .section__inner10 .thunderbolt__table .line__2-title, .section__inner10 .thunderbolt__table .line__3-title {
      top: 176px;
      font-size: 12px; }
    .section__inner10 .thunderbolt__table .line__1-title {
      left: 9px; }
    .section__inner10 .thunderbolt__table .line__2-title {
      left: 96px; }
    .section__inner10 .thunderbolt__table .line__3-title {
      left: 185px; }
    .section__inner10 .thunderbolt__table .line__2-value, .section__inner10 .thunderbolt__table .line__3-value {
      font-size: 17px; }
    .section__inner10 .thunderbolt__table .line__1-value {
      top: -33px;
      left: 8px;
      font-size: 24px; }
      .section__inner10 .thunderbolt__table .line__1-value .word-small {
        padding-left: 5px;
        font-size: 24px; }
    .section__inner10 .thunderbolt__table .line__2-value {
      top: 57px;
      left: 105px; }
    .section__inner10 .thunderbolt__table .line__3-value {
      top: 122px;
      left: 193px; }
    .section__inner10 .thunderbolt__table .img__thunderbolt__table {
      margin: 91px auto 0;
      max-width: 266px;
      height: 175px;
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/thunderbolt__chart.jpg"); } }
    @media all and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (max-width: 720px) and (min-resolution: 144dpi) {
      .section__inner10 .thunderbolt__table .img__thunderbolt__table {
        background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/thunderbolt__chart.jpg"); } }

@media all and (max-width: 720px) {
  #AWD .product_price.active {
    padding-top: 21px;
    margin-bottom: -14px; }
  #AWD .product_pdguide.active {
    padding-top: 8px; }
  #AWD .product_videos.active {
    padding-top: 97px; }
  #AWD .product_medias.slick-dotted .slick-dots {
    bottom: 4px; }
  #AWD .video-bottom {
    padding-bottom: 6px; }
  #AWD .media-top {
    padding-top: 47px; }
  #AWD .media-bottom {
    padding-bottom: 0;
    margin-bottom: -72px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__beauty .img__beauty_3cut {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 18.06%;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/beauty__3cut__720.jpg"); } }
  @media all and (min-width: 600px) and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 600px) and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__beauty .img__beauty_3cut {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/beauty__3cut__720.jpg"); } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__beauty .img__beauty__style {
    width: 100%;
    max-width: 100%;
    height: 0;
    padding-bottom: 33.75%;
    display: block;
    background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/1x/beauty_style.jpg"); } }
  @media all and (min-width: 600px) and (max-width: 720px) and (-webkit-min-device-pixel-ratio: 1.5), all and (min-width: 600px) and (max-width: 720px) and (min-resolution: 144dpi) {
    .section__beauty .img__beauty__style {
      background-image: url("/websites/global/products/p10qpxGBafs6sGp1/v5/features/images/small/2x/beauty_style.jpg"); } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__inner7.inner__page .content-1 .img__inner_bezel {
    margin-left: -300px; } }

@media all and (min-width: 600px) and (max-width: 720px) {
  .section__performance .wd__feature__list {
    width: 540px; }
  .section__military .wd__feature__list {
    width: 500px;
    margin-left: -250px; } }

@media (min-width: 0px) and (max-width: 361px) {
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .des_01,
  .section__inner8.inner__page .content-1 .img__inner_4kuhd .des_02 {
    right: 50px; }
  .section__inner8.inner__page .content-2 .img__inner__calibration .des_01,
  .section__inner8.inner__page .content-2 .img__inner__calibration .des_02 {
    right: 50px; } }

@media (max-width: 720px) and (min-width: 600px) {
  .section__cooling .img__fans {
    margin-top: -148px;
    margin-left: -218px;
    margin-bottom: -70px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); } }

@media (min-width: 0px) and (max-width: 321px) {
  .section__resolution4k .wd__feature__list {
    width: 320px; }
  .section__inner2.inner__page .content-1 .wd__feature__list .wd__feature {
    margin-right: 15px;
    margin-left: 15px; }
  .section__inner2.inner__page .content-1 .img__inner_sleak {
    margin-left: -180px;
    margin-top: -28px; }
  .section__uhddisplay .wd__feature__list .wd__feature {
    margin-left: 11px;
    margin-right: 11px; }
  .section__uhddisplay .img__uhddisplay {
    margin: -24px 0 0 -413px; }
  .section__battery .wd__feature__list .wd__feature {
    margin-left: 9px;
    margin-right: 9px; } }

@media (min-width: 322px) and (max-width: 361px) {
  .section__battery .wd__feature__list .wd__feature {
    margin-left: 15px;
    margin-right: 15px; }
  .section__uhddisplay .wd__feature__list .wd__feature {
    margin-left: 16px;
    margin-right: 16px; }
  .section__uhddisplay .wd__feature__list .feautre__01,
  .section__uhddisplay .wd__feature__list .feature__04 {
    width: 114px; }
  .section__uhddisplay .wd__feature__list .feautre__03,
  .section__uhddisplay .wd__feature__list .feature__05 {
    width: 147px; }
  .section__uhddisplay .img__uhddisplay {
    margin: -24px 0 0 -420px; } }

@media (max-width: 720px) and (min-width: 599px) {
  #AWD .media-bottom {
    margin-bottom: -16px; }
  .section__resolution4k .wd__feature__list {
    width: 560px; }
    .section__resolution4k .wd__feature__list .wd__feature {
      margin-top: 0; }
    .section__resolution4k .wd__feature__list .feature__02 {
      margin-top: -34px; }
  .section__inner2.inner__page .content-1 .wd__feature__list {
    width: 562px; }
    .section__inner2.inner__page .content-1 .wd__feature__list .wd__feature {
      margin-left: 15px;
      margin-right: 15px; }
  .section__performance .wd__feature__list {
    text-align: center; }
    .section__performance .wd__feature__list .wd__feature {
      margin: 0 13px 35px 13px; }
      .section__performance .wd__feature__list .wd__feature.feature__01 {
        width: 510px; }
      .section__performance .wd__feature__list .wd__feature.feature__02 {
        margin-left: 0; }
      .section__performance .wd__feature__list .wd__feature.feature__04 {
        width: auto; }
      .section__performance .wd__feature__list .wd__feature.feature__05 {
        margin-right: 0; }
  .section__uhddisplay .wd__feature__list {
    max-width: 550px; }
    .section__uhddisplay .wd__feature__list .wd__feature {
      width: auto;
      margin-left: 11px;
      margin-right: 11px; } }

@media (max-width: 599px) {
  .section__connectivity .col-right .wd__feature__list, .section__connectivity .col-list-bottom .wd__feature__list {
    position: relative;
    left: 50%;
    margin-left: -160px;
    width: 320px; } }

@media (max-width: 720px) and (min-width: 361px) {
  .section__kv .icon-bc {
    bottom: 332px;
    margin-left: 94px; } }
