﻿@charset "UTF-8";
body {
  margin: 0;
  background: #000;
  color: #fff;
  overflow-x: hidden; }

.kf-container .title {
  font-size: 42px;
  color: #ff6400;
  margin-bottom: 25px;
  line-height: 42px; }

.kf-container .section, .kf-container .frame {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.kf-container .center {
  width: 1366px;
  margin: 0 auto; }
  .kf-container .center .frame {
    width: 960px;
    margin: 0 auto; }

.kf-container .btn, .kf-container .icon, .kf-container .vm, .kf-container .vm-fix {
  display: inline-block;
  vertical-align: middle; }

.kf-container .tip {
  font-size: 80%;
  color: #999;
  margin-top: 10px; }

.kf-container .color-1 {
  color: #e13f01; }

.kf-container .tac {
  text-align: center; }

.kf-container .item {
  display: inline-block; }

.kf-container .rgbhr {
  background: url("../images/rgbhr.jpg") center 0 no-repeat;
  margin: 15px auto;
  height: 2px; }

.kf-container .split-x {
  background: url("../images/split-x.png") 0 0 no-repeat;
  width: 23px;
  height: 23px;
  display: inline-block;
  margin: 0 20px; }

.kf-container .split-line {
  color: #777;
  font-size: 140%;
  line-height: 1;
  display: inline;
  vertical-align: middle; }

#gotop {
  z-index: 5; }

#kf-container {
  font: 18px/22px 'Play', 'cwTeXHei', 'Segoe UI', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
  position: relative;
  /*text-align: center;*/
  color: #b9b9b9; }
  #kf-container sup {
    font-size: 40%; }

.kf-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  background: #b04900;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.kf-header-content {
  padding: 15px 0 0 89px;
  position: relative; }
  .kf-header-content .prod_title {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px; }

.kf-nav {
  line-height: 58px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }
  .kf-nav > li {
    float: left;
    padding: 0 8px;
    margin: 0 35px;
    cursor: pointer;
    position: relative; }
    .kf-nav > li:hover, .kf-nav > li.active {
      background: #000;
      color: #eb6100; }
      .kf-nav > li:hover:before, .kf-nav > li:hover:after, .kf-nav > li.active:before, .kf-nav > li.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        top: 0; }
      .kf-nav > li:hover:before, .kf-nav > li.active:before {
        left: -32px;
        border-right: 32px #000 solid;
        border-top: 58px transparent solid; }
      .kf-nav > li:hover:after, .kf-nav > li.active:after {
        right: -32px;
        border-left: 32px #000 solid;
        border-top: 58px transparent solid; }
  .kf-nav:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0; }

.prod_title {
  background: url("../images/nav_title.jpg") 0 0 no-repeat;
  background-size: contain;
  width: 139.2px;
  height: 34.4px; }

.kf-header-content {
  padding-left: 144.2px; }
  .kf-header-content .prod_title {
    margin-top: -17.2px; }

.s1 {
  /* background: url(../images/04_AIIandAI-1920.jpg) center 0 no-repeat fixed; */
  /* padding-top: 100px; */
  min-height: 580px;
  margin: 0px auto 0px; }
  .s1 .box1 {
    list-style: none;
    margin: 0;
    padding: 0; }
    .s1 .box1 .img {
      margin-bottom: 20px; }
      .s1 .box1 .img img {
        width: 100%; }
  .s1 .box1 > li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 50px;
    color: #fff;
    text-align: left;
    line-height: 1.4em; }
  .s1 .box1 > li > i.icon {
    display: block;
    margin: 0 auto 30px; }
  .s1 .icon-aii {
    background-image: url(../images/icon/icon-AII.png); }
  .s1 .icon-ai {
    background-image: url(../images/icon/icon-MS-AI.png); }
  .s1 .icon-s1 {
    width: 391px;
    height: 80px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 50px;
    display: block; }
  .s1 .center .frame {
    width: 1366px; }
  .s1 .btn {
    border-radius: 25px;
    border: solid 2px #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 40px;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 150ms ease; }
  .s1 .btn:hover {
    background-color: rgba(255, 255, 255, 0.3); }

.s2 {
  background: url("../images/01_Visual-1920.jpg") center 0 no-repeat;
  height: 1100px; }
  .s2 .center {
    position: relative;
    top: 1000px; }
    .s2 .center .frame {
      width: 1258px;
      text-align: center; }
    .s2 .center .top-KF-container {
      width: 100%;
      display: flex;
      margin: 50px 0; }
      .s2 .center .top-KF-container .top-KF {
        width: 400px;
        background: url(../images/top-KF-bg.jpg) center no-repeat;
        text-align: center;
        padding: 40px 0;
        border: solid #ff6600 2px;
        margin: 0 6px;
        transition: all 200ms ease-in-out;
        text-decoration: none; }
        .s2 .center .top-KF-container .top-KF .icon {
          margin-bottom: 20px; }
        .s2 .center .top-KF-container .top-KF .text1 {
          font-size: 24px;
          color: #fff;
          font-style: italic;
          line-height: 30px;
          font-weight: bold;
          width: 80%;
          margin: 30px auto 20px; }
      .s2 .center .top-KF-container .top-KF:hover {
        box-shadow: 0 0 20px #ff6600;
        filter: contrast(1.35);
        -webkit-filter: contrast(1.35); }
      .s2 .center .top-KF-container img {
        width: 100%;
        max-width: 332px; }

.s3 {
  height: 1820px;
  background: url("../images/02_Thermal-1920.jpg") center 0 no-repeat;
  position: relative; }
  .s3 .windforce {
    width: 588px;
    margin: 0 auto; }
    .s3 .windforce img {
      width: 100%; }
  .s3 .content {
    margin-bottom: 60px; }
  .s3 .video-thermal {
    width: 100%;
    text-align: center;
    overflow: hidden; }
    .s3 .video-thermal video {
      position: absolute;
      left: 50%;
      margin-left: -960px;
      width: 1920px; }
  .s3 .video-IntakeAndExhaust video {
    position: absolute;
    width: 560px;
    left: 0;
    top: 0; }
  .s3 .center .frame {
    position: relative;
    width: 1180px;
    top: 600px; }
    .s3 .center .frame .box {
      width: 560px;
      position: absolute; }
      .s3 .center .frame .box .img {
        margin-bottom: 20px; }
        .s3 .center .frame .box .img img {
          width: 100%;
          /*box-shadow: 0 0 15px #ff6400;*/ }
    .s3 .center .frame .box:last-child {
      right: 0px; }

.s4 {
  background: url("../images/04_GPU-1920.jpg") center top no-repeat;
  height: 1152px; }
  .s4 .center .frame {
    position: relative;
    /*width: 1180px;*/
    top: 820px;
    text-align: center; }
  .s4 .icon {
    margin-top: 40px; }

.s5 {
  padding-top: 90px;
  height: 667px;
  background: url(../images/03_GPU-1920-02.jpg) center 0 no-repeat;
  position: relative; }
  .s5 .text1 {
    margin-bottom: 30px; }
  .s5 .center .frame {
    width: 500px;
    position: absolute;
    text-align: left;
    left: 50%;
    /* top: 100px; */
    margin-left: -600px; }
  .s5 .box:first-child {
    margin-bottom: 50px; }
  .s5 .btn {
    border-radius: 25px;
    border: solid 2px #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 150ms ease; }
  .s5 .title {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px; }
  .s5 .btn:hover {
    background-color: rgba(255, 255, 255, 0.3); }

.s6 {
  background: url("../images/05_CPU-1920.jpg") center top no-repeat;
  height: 1100px; }
  .s6 .center .frame {
    position: relative;
    width: 1180px;
    top: 820px; }

.s7 {
  background: url(../images/06_Panel_1920.jpg) center top no-repeat;
  padding-top: 960px;
  box-shadow: inset 0px 20px 60px #000; }
  .s7 .center .frame {
    position: relative;
    width: 1180px; }
  .s7 .tg-group {
    display: inline-block;
    text-align: left;
    margin: 20px 0; }
  .s7 .slide-top {
    background: #000;
    padding: 18px 15px 13px;
    font-size: 1.3em;
    line-height: 1.1;
    font-family: AORUS; }
  .s7 .ntsc-title {
    font-size: 1em;
    line-height: 1.5;
    /*font-family:Aldrich;*/
    color: #ff6c00;
    text-transform: uppercase;
    margin: 0 auto;
    border: 1px solid #ff6c00;
    background: transparent;
    font-style: italic;
    margin-top: 2em;
    transition: ease-in-out 250ms;
    animation-duration: 150ms;
    padding: 0.6em 0;
    text-align: center; }
  .s7 .ntsc-title:hover {
    background: rgba(255, 108, 0, 0.2); }
  .s7 a {
    text-decoration: none; }
  .s7 .content-box {
    padding: 50px 20px 20px 20px;
    /*max-width: 1140px;*/ }
    .s7 .content-box img {
      max-width: 100%; }
  .s7 .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .s7 .justify-content-center {
    justify-content: center !important; }
  .s7 .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .s7 .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .s7 .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .s7 .col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .s7 .float-left {
    float: left; }
  .s7 .float-right {
    float: right; }

.s7-2 {
  background: url(../images/07-5_4Display-1920.jpg) center top no-repeat;
  height: 1200px;
  box-shadow: inset 0px 20px 60px #000; }
  .s7-2 .center .frame {
    position: relative;
    width: 1180px;
    top: 960px; }

.s8 {
  background: url(../images/07_RAM-1920.jpg) center top no-repeat;
  height: 1200px;
  box-shadow: inset 0px 20px 60px #000; }
  .s8 .center .frame {
    position: relative;
    width: 1180px;
    top: 960px; }

.s9 {
  background: url(../images/08_Storage-1920.jpg) center top no-repeat;
  height: 1230px;
  box-shadow: inset 0px 20px 60px #000, inset 0 10px 60px #000, inset 0 10px 60px #000; }
  .s9 .center .frame {
    position: relative;
    width: 1180px;
    top: 990px; }

.s10 {
  background: url("../images/09_IO-Port-1920.jpg") center top no-repeat;
  height: 1260px; }
  .s10 .center .frame {
    position: relative;
    width: 1180px;
    top: 140px; }
    .s10 .center .frame .title:first-child {
      color: #fff;
      margin-bottom: 840px;
      text-align: center; }

.s12 {
  background: url(../images/11_Thin-Bezel-1920.jpg) center top no-repeat;
  height: 1180px;
  box-shadow: inset 0px 20px 60px #000, inset 0 10px 60px #000, inset 0 10px 60px #000; }
  .s12 .center .frame {
    position: relative;
    width: 1180px;
    top: 1030px; }

.s12-2 {
  background: url(../images/12-2_Weight-1920.jpg) center top no-repeat;
  height: 1250px;
  box-shadow: inset 0px 20px 60px #000, inset 0 10px 60px #000, inset 0 10px 60px #000; }
  .s12-2 .center .frame {
    position: relative;
    width: 460px;
    top: 390px;
    left: 340px; }

.s13 {
  height: 1030px;
  background: url("../images/12_Killer-1920.jpg") center 0 no-repeat fixed;
  position: relative; }
  .s13 .content {
    margin-bottom: 60px; }
  .s13 .center .frame {
    position: relative;
    width: 1180px;
    top: 100px; }
    .s13 .center .frame .DoubleShot {
      display: block;
      width: 550px;
      margin-top: 40px;
      position: absolute; }
    .s13 .center .frame .box {
      width: 580px;
      position: absolute;
      top: 120px; }
      .s13 .center .frame .box .img {
        /*margin-bottom: 20px;*/ }
        .s13 .center .frame .box .img img {
          width: 100%;
          /*box-shadow: 0 0 15px #ff6400;*/ }
      .s13 .center .frame .box .title, .s13 .center .frame .box .content {
        width: 480px;
        margin-left: 60px; }
    .s13 .center .frame .box:last-child {
      right: 0px; }

.s14 {
  background: url("../images/1920/s12.jpg") center no-repeat;
  background-attachment: fixed;
  padding-top: 1000px; }
  .s14 .frame {
    text-align: center; }
  .s14 .content {
    margin-bottom: 100px; }
  .s14 .bigbox {
    padding: 100px 0;
    background-color: rgba(18, 18, 19, 0.9); }
  .s14 .section-logo {
    margin-bottom: 20px; }
  .s14 .icon {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    box-sizing: border-box; }
  .s14 img {
    vertical-align: middle;
    border-style: none;
    margin: 0 auto; }
  .s14 .row {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    display: flex; }
  .s14 p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff;
    font-size: 15px; }
  .s14 .des {
    color: #fff;
    font-size: 15px; }
  .s14 .btn {
    border-radius: 25px;
    border: solid 2px #fff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 80px;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 150ms ease; }
  .s14 .btn:hover {
    background-color: rgba(255, 255, 255, 0.3); }

.s15 {
  background: url("../images/14_KB-1920.jpg") center no-repeat;
  padding: 110px 0;
  height: 830px; }
  .s15 .center .frame {
    text-align: center;
    width: 1180px; }

.main-content-background, .main-content {
  overflow: initial; }

#gallery-list .flex-viewport {
  overflow: hidden !important; }

@media screen and (max-width: 1366px) {
  #kf-container {
    font: 18px/22px 'Play', 'cwTeXHei', 'Segoe UI', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
    position: relative;
    /*text-align: center;*/
    color: #b9b9b9; }
    #kf-container sup {
      font-size: 40%; }
  .kf-container .center {
    width: 960px; }
  .kf-container .title {
    /*font-size: 42px;
        margin-bottom: 10px;
        line-height: 40px;*/ }
  .kf-container .split-x {
    width: 18px;
    height: 18px;
    margin: 0 15px;
    background-position: center; }
  .kf-container .split-line {
    color: #777;
    font-size: 140%;
    line-height: 1;
    display: inline;
    vertical-align: middle; }
  .kf-header {
    font-size: 16px; }
  .kf-nav {
    line-height: 58px; }
    .kf-nav > li {
      padding: 0 4px;
      margin: 0 20px; }
      .kf-nav > li:hover:before, .kf-nav > li.active:before {
        left: -22px;
        border-right: 22px #000 solid;
        border-top: 58px transparent solid; }
      .kf-nav > li:hover:after, .kf-nav > li.active:after {
        right: -22px;
        border-left: 22px #000 solid;
        border-top: 58px transparent solid; }
  .s1 .icon-s1 {
    width: 100%; }
  .s1 .center .frame {
    width: 960px; }
  .s1 .box1 {
    list-style: none;
    margin: 0;
    padding: 0; }
    .s1 .box1 .img {
      margin-bottom: 20px; }
      .s1 .box1 .img img {
        width: 100%; }
  .s1 .box1 > li {
    width: 100%;
    float: none;
    padding-bottom: 100px; }
    .s1 .box1 > li:first-child {
      padding-bottom: 0; }
  .s2 {
    background: url("../images/01_Visual-1366.jpg") center 0 no-repeat;
    height: 900px; }
    .s2 .center {
      position: relative;
      top: 820px; }
      .s2 .center .frame {
        width: 900px; }
      .s2 .center .top-KF-container .top-KF {
        width: 300px; }
  .s3 {
    height: 1820px;
    background: url("../images/02_Thermal-1366.jpg") center 0 no-repeat;
    position: relative; }
    .s3 .windforce {
      width: 450px; }
    .s3 .content {
      margin-bottom: 60px; }
    .s3 .video-thermal video {
      margin-left: -683px;
      width: 1366px; }
    .s3 .video-IntakeAndExhaust video {
      width: 420px; }
    .s3 .center .frame {
      width: 900px;
      top: 440px; }
      .s3 .center .frame .box {
        width: 420px; }
  .s4 {
    background: url("../images/04_GPU-1366-01.jpg") center top no-repeat;
    height: 1152px; }
    .s4 .center .frame {
      top: 780px; }
  .s5 {
    padding-top: 50px;
    background: url(../images/03_GPU-1366-02.jpg) center 0 no-repeat;
    height: 598px; }
    .s5 .text1 {
      margin-bottom: 30px; }
    .s5 .center .frame {
      width: 550px;
      left: 50%;
      margin-left: -460px; }
    .s5 .box:first-child {
      margin-bottom: 50px; }
    .s5 .btn {
      border-radius: 25px;
      border: solid 2px #fff;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      padding: 10px 20px;
      margin-top: 20px;
      background-color: rgba(255, 255, 255, 0);
      transition: background-color 150ms ease; }
    .s5 .title {
      font-size: 30px;
      color: #fff;
      margin-bottom: 10px; }
    .s5 .btn:hover {
      background-color: rgba(255, 255, 255, 0.3); }
  .s6 {
    background: url("../images/05_CPU-1366.jpg") center top no-repeat;
    height: 950px; }
    .s6 .center .frame {
      width: 900px;
      top: 760px; }
  .s7 {
    background: url(../images/06_Panel_1366.jpg) center top no-repeat;
    padding-top: 790px; }
    .s7 .center .frame {
      width: 900px; }
    .s7 .ntsc-title {
      padding: 0.5em; }
  .s7-2 {
    background: url(../images/07-5_4Display-1366.jpg) center top no-repeat;
    height: 950px; }
    .s7-2 .center .frame {
      width: 900px;
      top: 690px; }
  .s8 {
    background: url(../images/07_RAM-1366.jpg) center top no-repeat;
    height: 1130px; }
    .s8 .center .frame {
      width: 900px;
      top: 930px; }
  .s9 {
    background: url(../images/08_Storage-1366.jpg) center top no-repeat;
    height: 1240px; }
    .s9 .center .frame {
      width: 900px;
      top: 980px; }
  .s10 {
    background: url("../images/09_IO-Port-1366.jpg") center top no-repeat;
    height: 1200px; }
    .s10 .center .frame {
      width: 900px;
      top: 120px; }
      .s10 .center .frame .title:first-child {
        margin-bottom: 740px; }
  .s12 {
    background: url(../images/11_Thin-Bezel-1366.jpg) center top no-repeat;
    height: 1020px; }
    .s12 .center .frame {
      width: 900px;
      top: 830px; }
  .s12-2 {
    background: url(../images/12-2_Weight-1366.jpg) center top no-repeat;
    height: 1290px;
    box-shadow: inset 0px 20px 60px #000; }
    .s12-2 .center .frame {
      width: 900px;
      left: auto;
      top: 1150px; }
  .s13 {
    height: 1000px; }
    .s13 .center .frame {
      width: 900px;
      top: 100px; }
      .s13 .center .frame .box {
        width: 440px; }
        .s13 .center .frame .box .title, .s13 .center .frame .box .content {
          width: 360px; }
  .s14 {
    background-image: url("../images/1366/s12.jpg"); }
  .s15 {
    background: url("../images/14_KB-1366.jpg") center no-repeat;
    padding: 110px 0;
    height: 830px; }
    .s15 .center .frame {
      text-align: center;
      width: 900px; } }

@media screen and (max-width: 960px) {
  .kf-container .title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 30px; }
  .kf-container .content {
    font-size: 16px;
    line-height: 22px; }
  .kf-container .center {
    width: 640px; }
    .kf-container .center .frame {
      width: 100%; }
  .kf-container .split-x {
    width: 18px;
    height: 18px;
    margin: 0 15px;
    background-position: center; }
  .kf-container .split-line {
    color: #777;
    font-size: 140%;
    line-height: 1;
    display: inline;
    vertical-align: middle; }
  #kf-container {
    line-height: 18px; }
  .kf-header {
    font-size: 16px; }
    .kf-header .center {
      width: auto;
      max-width: 860px;
      padding: 0 15px;
      box-sizing: border-box; }
  .prod_title {
    background: url("../images/nav_title.jpg") 0 0 no-repeat;
    background-size: contain;
    width: 87px;
    height: 21.5px; }
  .kf-header-content {
    padding-left: 92px; }
    .kf-header-content .prod_title {
      margin-top: -10.75px; }
  .kf-nav {
    line-height: 42px; }
    .kf-nav > li {
      padding: 0 4px;
      margin: 0 15px; }
      .kf-nav > li:hover:before, .kf-nav > li.active:before {
        left: -16px;
        border-right: 16px #000 solid;
        border-top: 42px transparent solid; }
      .kf-nav > li:hover:after, .kf-nav > li.active:after {
        right: -16px;
        border-left: 16px #000 solid;
        border-top: 42px transparent solid; }
  .s1 {
    /* padding-top: 100px; */
    min-height: 800px;
    margin: 0px auto 0px; }
    .s1 .box1 {
      list-style: none;
      margin: 0;
      padding: 0; }
      .s1 .box1 .img {
        margin-bottom: 20px; }
        .s1 .box1 .img img {
          width: 100%; }
    .s1 .box1 > li {
      width: 100%;
      float: none;
      padding-bottom: 100px; }
    .s1 .center .frame {
      width: 640px; }
  .s2 {
    background: url("../images/01_Visual-960.jpg") center 0 no-repeat;
    height: 800px; }
    .s2 .center {
      top: 750px; }
      .s2 .center .top-KF-container {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .s2 .center .top-KF-container .top-KF {
          width: 566px;
          padding: 30px 0;
          margin: 10px auto; }
  .s3 {
    height: 2090px;
    background: url("../images/02_Thermal-960.jpg") center 0 no-repeat; }
    .s3 .windforce {
      width: 300px; }
    .s3 .video-thermal video {
      margin-left: -480px;
      width: 960px; }
    .s3 .video-IntakeAndExhaust video {
      width: 560px; }
    .s3 .center .frame {
      width: 620px;
      top: 320px; }
      .s3 .center .frame .box {
        width: 560px; }
      .s3 .center .frame .box:last-child {
        right: auto;
        left: 0;
        top: 1120px; }
  .s4 {
    background: url("../images/04_GPU-960-01.jpg") center top no-repeat;
    height: 1380px; }
    .s4 .center .frame {
      top: 1210px; }
  .s5 {
    height: 1000px;
    background: url(../images/03_GPU-960-02.jpg) center 0 no-repeat; }
    .s5 .center .frame {
      width: 100%;
      position: relative;
      text-align: left;
      left: 0;
      top: 460px;
      margin-left: 0; }
  .s6 {
    background: url("../images/05_CPU-960.jpg") center top no-repeat;
    height: 900px; }
    .s6 .center .frame {
      width: 620px;
      top: 670px; }
  .s7 {
    background: url(../images/06_Panel_960.jpg) center top no-repeat;
    padding-top: 600px; }
    .s7 .center .frame {
      width: 620px; }
    .s7 .ntsc-title {
      font-size: 0.9em; }
  .s7-2 {
    background: url(../images/07-5_4Display-960.jpg) center top no-repeat;
    height: 860px; }
    .s7-2 .center .frame {
      width: 620px;
      top: 580px; }
  .s8 {
    background: url(../images/07_RAM-960.jpg) center top no-repeat;
    height: 1030px; }
    .s8 .center .frame {
      width: 620px;
      top: 830px; }
  .s9 {
    background: url(../images/08_Storage-960.jpg) center top no-repeat;
    height: 1130px; }
    .s9 .center .frame {
      width: 620px;
      top: 850px; }
  .s10 {
    background: url("../images/09_IO-Port-960.jpg") center top no-repeat;
    height: 1100px; }
    .s10 .center .frame {
      width: 620px;
      top: 120px; }
      .s10 .center .frame .title:first-child {
        margin-bottom: 700px; }
  .s12 {
    background: url(../images/11_Thin-Bezel-960.jpg) center top no-repeat;
    height: 790px; }
    .s12 .center .frame {
      width: 620px;
      top: 630px; }
  .s12-2 {
    background: url(../images/12-2_Weight-960.jpg) center top no-repeat;
    height: 1050px; }
    .s12-2 .center .frame {
      width: 620px;
      top: 910px; }
  .s13 {
    height: 1600px; }
    .s13 .center .frame {
      width: 620px;
      top: 100px; }
      .s13 .center .frame .DoubleShot {
        width: 100%;
        margin-top: 410px; }
      .s13 .center .frame .box {
        width: 100%; }
        .s13 .center .frame .box .title, .s13 .center .frame .box .content {
          width: 100%;
          margin-left: 0px; }
      .s13 .center .frame .box:last-child {
        top: 760px;
        left: 0px; }
  .s14 {
    background-image: url("../images/960/s12.jpg");
    padding-top: 1000px; }
    .s14 .bigbox {
      padding: 100px 0 70px; }
  .s15 {
    background: url("../images/14_KB-960.jpg") center no-repeat;
    height: 630px; }
    .s15 .center .frame {
      width: 620px; } }

@media screen and (max-width: 640px) {
  .kf-container {
    /*.title {
        font-size: 20px;
        margin-bottom: 6px;
        line-height: 24px;
    }*/ }
    .kf-container .center {
      width: 320px; }
    .kf-container .split-x {
      width: 15px;
      height: 15px;
      margin: 0 10px;
      background-position: center; }
    .kf-container .split-line {
      color: #777;
      font-size: 140%;
      line-height: 1;
      display: inline;
      vertical-align: middle; }
  #kf-container {
    text-align: left;
    font-size: 12px;
    line-height: 16px; }
  .kf-header {
    display: none;
    font-size: 16px; }
    .kf-header .center {
      width: auto;
      max-width: 860px;
      padding: 0 15px;
      box-sizing: border-box; }
  .prod_title {
    background-size: auto; }
  .kf-header-content {
    padding: 10px 0 0; }
    .kf-header-content .prod_title {
      position: static;
      margin: 0;
      float: left;
      width: 50%;
      height: 42px;
      background-position: 10px center; }
  .kf-nav {
    line-height: 42px; }
    .kf-nav > li {
      width: 50%;
      padding: 0;
      margin: 0; }
      .kf-nav > li:hover:before, .kf-nav > li:hover:after, .kf-nav > li.active:before, .kf-nav > li.active:after {
        border: none; }
  .s1 .icon-s1 {
    margin: 0px auto 10px; }
  .s1 .box1 {
    list-style: none;
    margin: 0;
    padding: 0; }
    .s1 .box1 .img {
      margin-bottom: 20px; }
      .s1 .box1 .img img {
        width: 100%; }
  .s1 .box1 > li {
    padding-left: 0;
    padding-right: 0; }
  .s1 .center .frame {
    width: 320px; }
  .s2 {
    background: url("../images/01_Visual-640.jpg") center 0 no-repeat;
    height: 700px; }
    .s2 .center {
      top: 700px; }
      .s2 .center .frame {
        text-align: left; }
      .s2 .center .top-KF-container .top-KF {
        width: 320px; }
  .s3 {
    height: 2210px;
    background: url("../images/02_Thermal-640.jpg") center 0 no-repeat; }
    .s3 .windforce {
      width: 300px; }
    .s3 .video-thermal video {
      margin-left: -320px;
      width: 640px; }
    .s3 .video-IntakeAndExhaust video {
      width: 320px; }
    .s3 .center .frame {
      width: 320px;
      top: 220px; }
      .s3 .center .frame .box {
        width: 320px; }
      .s3 .center .frame .box:last-child {
        right: auto;
        left: 0;
        top: 1340px; }
  .s4 {
    background: url("../images/04_GPU-640-01.jpg") center top no-repeat;
    height: 1280px; }
    .s4 .center .frame {
      top: 990px;
      text-align: left; }
  .s5 {
    background: url(../images/03_GPU-640-02.jpg) center 0 no-repeat; }
    .s5 .center .frame {
      top: 330px; }
  .s6 {
    background: url("../images/05_CPU-640.jpg") center top no-repeat;
    height: 1280px; }
    .s6 .center .frame {
      width: 320px;
      top: 900px; }
  .s7 {
    background: url(../images/06_Panel_640.jpg) center top no-repeat;
    padding-top: 590px; }
    .s7 .center .frame {
      width: 320px; }
    .s7 .col-8 {
      flex: 0 0 83%;
      max-width: 83%; }
    .s7 .ntsc-title {
      padding: 0 0.8em; }
  .s7-2 {
    background: url(../images/07-5_4Display-640.jpg) center top no-repeat;
    height: 1000px; }
    .s7-2 .center .frame {
      width: 320px;
      top: 510px; }
  .s8 {
    background: url(../images/07_RAM-640.jpg) center top no-repeat;
    height: 1100px; }
    .s8 .center .frame {
      width: 320px;
      top: 760px; }
  .s9 {
    background: url(../images/08_Storage-640.jpg) center top no-repeat;
    height: 1420px; }
    .s9 .center .frame {
      width: 320px;
      top: 970px; }
  .s10 {
    background: url("../images/09_IO-Port-640.jpg") center top no-repeat;
    height: 1220px; }
    .s10 .center .frame {
      width: 320px;
      top: 80px; }
      .s10 .center .frame .title:first-child {
        margin-bottom: 730px; }
  .s12 {
    background: url(../images/11_Thin-Bezel-640.jpg) center top no-repeat;
    height: 710px; }
    .s12 .center .frame {
      width: 320px;
      top: 440px; }
  .s12-2 {
    background: url(../images/12-2_Weight-640.jpg) center top no-repeat;
    height: 960px; }
    .s12-2 .center .frame {
      width: 320px;
      top: 690px; }
  .s13 {
    height: 1500px; }
    .s13 .center .frame {
      width: 320px;
      top: 100px; }
      .s13 .center .frame .DoubleShot {
        width: 100%;
        margin-top: 320px; }
      .s13 .center .frame .box {
        width: 100%;
        top: 240px; }
        .s13 .center .frame .box .title, .s13 .center .frame .box .content {
          width: 100%;
          margin-left: 0px; }
      .s13 .center .frame .box:last-child {
        top: 760px;
        left: 0px; }
  .s14 {
    background-image: url("../images/640/s12.jpg");
    padding-top: 600px; }
    .s14 .des {
      font-size: 12px; }
    .s14 .bigbox {
      padding: 80px 0 0; }
    .s14 .content {
      margin-bottom: 70px; }
    .s14 .icon {
      margin-bottom: 40px;
      max-width: 100%; }
    .s14 p {
      font-size: 13px; }
    .s14 .row {
      display: block; }
    .s14 .btn {
      margin-top: 20px;
      margin-bottom: 50px; }
  .s15 {
    background: url(../images/14_KB-640.jpg) center bottom no-repeat;
    height: 650px;
    padding-top: 70px; }
    .s15 .center .frame {
      text-align: left;
      width: 320px; } }
