﻿@charset "UTF-8";
.main-content-background, .main-content {
  overflow: initial; }

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

/* //Animation 擴充
//慢速上升 Start */
@-webkit-keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpSlow {
  -webkit-animation-name: fadeInUpSlow;
  animation-name: fadeInUpSlow; }

@-webkit-keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftSlow {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(-60px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftSlow {
  -webkit-animation-name: fadeInLeftSlow;
  animation-name: fadeInLeftSlow; }

/* //End */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

.fadeInUpSlow, .scaleLeft, .fadeInLeftSlow {
  visibility: hidden;
  animation-duration: 1s; }

@-webkit-keyframes scaleLeft {
  from {
    -webkit-transform: scaleX(0.01);
    transform: scaleX(0.01);
    -webkit-transform-origin: left;
    transform-origin: left; }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; } }

@keyframes scaleLeft {
  from {
    -webkit-transform: scaleX(0.01);
    transform: scaleX(0.01);
    -webkit-transform-origin: left;
    transform-origin: left; }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left; } }

.scaleLeft {
  -webkit-animation-name: scaleLeft;
  animation-name: scaleLeft; }

body {
  margin: 0; }

#kf-container {
  font: 20px/30px 'Noto Sans TC', 'Noto Sans', 'Segoe UI', Microsoft JhengHei, '微軟正黑體', Arial, Helvetica, sans-serif;
  position: relative;
  text-align: center;
  background: #cfcfcf;
  color: #fff;
  box-sizing: border-box; }
  #kf-container *,
  #kf-container *::before,
  #kf-container *::after {
    box-sizing: inherit; }

.kf-container p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }

.kf-container .s10 .center .content-box-1:after, .kf-container .s10 .center .content-box-2:after, .kf-container .s15 .center .content-box-1:after {
  content: '';
  display: table;
  clear: both; }

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

.kf-container .center {
  width: 1140px;
  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%; }

.kf-container .fleft {
  float: left; }

.kf-container .nowrap {
  white-space: nowrap; }

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

.kf-container .fw-thin {
  font-weight: 100; }

.kf-container .fw-light {
  font-weight: 300; }

.kf-container .fw-regular {
  font-weight: 400; }

.kf-container .fw-medium {
  font-weight: 500; }

.kf-container .fw-bold {
  font-weight: 700; }

.kf-container .fw-black {
  font-weight: 900; }

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

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

.kf-container #gotop {
  z-index: 5; }

.kf-container sup {
  font-size: 40%; }

.kf-container a {
  transition: all 250ms ease-in-out !important; }

.kf-container a.link:hover {
  color: #ffffff !important;
  text-shadow: 0 0 10px #000; }

.kf-container .kf-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  background: #383838;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.kf-container .kf-header-content {
  padding: 8px 0px;
  position: relative;
  display: flex;
  justify-content: space-between; }

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

.kf-container .kf-nav {
  line-height: 58px;
  list-style: none;
  width: 700px;
  margin: 0 0 0 auto;
  padding: 0;
  text-transform: uppercase;
  display: flex;
  justify-content: space-around; }

.kf-container .kf-nav > li {
  flex: auto;
  padding: 0 8px;
  cursor: pointer;
  position: relative; }

.kf-container .kf-nav > li:hover, .kf-container .kf-nav > li.active {
  /* background: #fff; */
  /* color: #7d7d7d;  */ }

.kf-container .kf-nav > li:before {
  content: '';
  position: absolute;
  left: 12px;
  background: #dadada;
  width: 40px;
  height: 2px;
  bottom: 10px;
  transition: all 250ms ease-in-out;
  transform: scaleX(0);
  transform-origin: left; }

.kf-container .kf-nav > li:hover:before, .kf-container .kf-nav > li.active:before {
  transform: scaleX(1); }

.kf-container .kf-nav:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
  height: 0; }

.kf-container .prod_title {
  background: url("../images/re/logo-aero.png") 0 0 no-repeat;
  background-size: contain;
  width: 130px;
  height: 32px; }

.kf-container .kf-header-content {
  padding-left: 144.2px; }

.kf-container .kf-header-content .prod_title {
  margin-top: -17.2px; }

.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; }

.kf-container .title {
  font-size: 66px;
  line-height: 64px;
  color: #12e29b;
  font-weight: 900;
  margin-bottom: 20px; }

.kf-container .content {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  position: relative; }

.kf-container .description {
  font-size: 13px;
  line-height: 20px; }

.kf-container .feature-box {
  color: #ffffff;
  text-align: left;
  position: absolute;
  font-weight: 100; }
  .kf-container .feature-box .feature {
    position: absolute; }
    .kf-container .feature-box .feature .size-l {
      font-size: 50px;
      line-height: 50px;
      margin-bottom: 5px; }
    .kf-container .feature-box .feature .size-s {
      font-size: 20px;
      line-height: 30px; }

.kf-container .noto-thin {
  font-weight: 100;
  font-family: Noto Sans TC; }

.kf-container a.more {
  text-decoration: none;
  color: #FFF;
  border: solid 2px #ddd;
  border-radius: 30px;
  padding: 10px 40px;
  margin-top: 30px;
  margin-bottom: 60px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 150ms ease; }

.kf-container a.more:hover {
  background-color: rgba(255, 255, 255, 0.3); }

.kf-container a.note-tag {
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  line-height: 12px;
  position: relative;
  color: #FFF;
  top: -0.8em;
  padding: 0 2px 0 3px; }

.kf-container a.note-tag:hover {
  color: #0078ff; }

.kf-container .content-frame {
  display: flex;
  justify-content: space-between; }

.kf-container .s1 {
  background: url("../images/Visual_1920_bg.png") center repeat-y;
  color: #000;
  padding-top: 42%;
  padding-bottom: 100px;
  min-height: 1130px;
  margin: 0px auto;
  position: relative;
  overflow: hidden; }
  .kf-container .s1 .center {
    position: relative;
    margin-top: 270px; }
    .kf-container .s1 .center .Foreword .title {
      text-align: left;
      margin-left: 669px;
      display: block; }
      .kf-container .s1 .center .Foreword .title .noto-thin {
        margin-left: 20px; }
    .kf-container .s1 .center .Foreword .content {
      margin-top: 50px; }
    .kf-container .s1 .center .content-box {
      margin-top: 170px;
      display: block;
      text-align: left; }
      .kf-container .s1 .center .content-box .title {
        width: 520px;
        display: inline-block; }
      .kf-container .s1 .center .content-box .content {
        width: 615px;
        display: inline-block;
        vertical-align: top;
        margin-top: 9px;
        margin-left: 0px; }
      .kf-container .s1 .center .content-box .icon {
        text-align: right;
        width: 100%;
        margin-top: 60px; }
        .kf-container .s1 .center .content-box .icon img {
          width: 100%; }
  .kf-container .s1 .visual {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px; }
  .kf-container .s1 .visual-title {
    position: absolute;
    top: 192px;
    left: 50%;
    width: 1366px;
    margin-left: -998px; }
  .kf-container .s1 .prod-01 {
    display: block;
    position: absolute;
    top: 33px;
    left: 50%;
    width: 1366px;
    margin-left: -705px; }
  .kf-container .s1 .prod-01-960 {
    display: none;
    position: absolute;
    top: 33px;
    left: 50%;
    width: 1366px;
    margin-left: -705px; }
  .kf-container .s1 .prod-02 {
    position: absolute;
    top: 151px;
    left: 90px; }

.kf-container .s2 {
  background: url("../images/GPU_1920.jpg") center top no-repeat #000;
  text-align: left; }
  .kf-container .s2 .center {
    position: relative; }
    .kf-container .s2 .center .content-box-1 {
      position: relative;
      margin-top: 100px;
      display: inline-block;
      text-align: left;
      color: #fff; }
      .kf-container .s2 .center .content-box-1 .title {
        width: 650px;
        margin-bottom: 60px; }
      .kf-container .s2 .center .content-box-1 .content {
        color: #fff;
        width: 470px;
        margin-bottom: 60px; }
      .kf-container .s2 .center .content-box-1 .link {
        color: inherit;
        display: block;
        font-size: 0.9em;
        margin-bottom: 40px; }
      .kf-container .s2 .center .content-box-1 .icon {
        margin-bottom: 80px; }
    .kf-container .s2 .center .content-box-2 {
      text-align: right;
      position: relative;
      margin-top: 313px;
      margin-bottom: 60px;
      display: inline-block;
      width: 100%; }
      .kf-container .s2 .center .content-box-2 .title {
        margin-bottom: 60px;
        font-size: 56px; }
      .kf-container .s2 .center .content-box-2 .content {
        color: #ffffff;
        width: 800px;
        margin-right: 5px;
        display: inline-block; }
      .kf-container .s2 .center .content-box-2 .icon {
        position: absolute;
        top: 268px;
        left: 0px; }

.kf-container .s3 {
  position: relative;
  text-align: left; }
  .kf-container .s3 .center {
    position: relative; }
  .kf-container .s3 .content-box {
    height: 931px; }
  .kf-container .s3 .ts-1 {
    font-size: 1em;
    line-height: 1.2; }
    .kf-container .s3 .ts-1 .ts-top {
      font-size: 1em;
      line-height: inherit; }
    .kf-container .s3 .ts-1 .ts-content {
      font-size: 3em;
      line-height: inherit; }
  .kf-container .s3 .ts-2 {
    font-size: 2.3em;
    line-height: 1.5; }
  .kf-container .s3 .text-title {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: 900; }
  .kf-container .s3 .text-description {
    font-size: 1em;
    line-height: 1.5;
    font-weight: 300; }
  .kf-container .s3 .text-group span {
    display: block; }
  .kf-container .s3 .text-group + .text-group {
    margin-top: 45px; }
  .kf-container .s3 .visual-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
  .kf-container .s3 .visual {
    position: absolute;
    /* width: 1366px; */
    left: 50%;
    margin-left: -153px;
    margin-top: 0;
    overflow: hidden;
    height: 806px;
    z-index: 1;
    top: 126px; }
    .kf-container .s3 .visual .description {
      position: absolute;
      color: #fff;
      text-align: right;
      top: 490px;
      right: 180px; }
  .kf-container .s3 .content-box {
    padding-top: 126px;
    padding-bottom: 86px; }
    .kf-container .s3 .content-box .title-2 {
      font-size: 66px;
      line-height: 82px;
      font-weight: 900;
      color: #ffffff;
      margin-bottom: 60px;
      width: 500px; }
    .kf-container .s3 .content-box .content {
      color: #ffffff;
      width: 410px;
      margin-right: 5px;
      display: inline-block; }
  .kf-container .s3 .scroll-content {
    position: relative; }
  .kf-container .s3 .scroll-content-top {
    min-height: 1000px; }
  .kf-container .s3 .fixed-content {
    padding-top: 10vh; }
  .kf-container .s3 .greenbox {
    position: relative;
    display: flex;
    flex-flow: row;
    padding: 61px 60px; }
    .kf-container .s3 .greenbox .text-title {
      margin-bottom: 50px; }
    .kf-container .s3 .greenbox .text-description {
      margin-bottom: 100px; }
    .kf-container .s3 .greenbox .left {
      flex-shrink: 0;
      width: 480px;
      padding: 30px 40px 30px 10px; }
    .kf-container .s3 .greenbox .right {
      margin-left: 50px;
      margin-top: -60px; }
    .kf-container .s3 .greenbox:after {
      content: '';
      display: table;
      clear: both; }
  .kf-container .s3 .greenbox + .greenbox {
    margin-top: 20vh; }
  .kf-container .s3 .greenmark {
    background: url("../images/performance-greenbox.png") 0 0 no-repeat;
    display: block;
    height: 114px;
    width: 114px;
    position: sticky;
    top: 10vh;
    left: 0;
    height: 650px; }
  .kf-container .s3 .greenmark + .greenbox {
    margin-top: -650px; }
  .kf-container .s3 .visual-img {
    display: block; }
  .kf-container .s3 .diagram img {
    display: block;
    width: 100%; }
  .kf-container .s3 .tip {
    color: inherit;
    margin-top: 20px; }
  .kf-container .s3 .greenbox-1 .icon-intel {
    margin-top: 50px;
    margin-bottom: 20px; }

.kf-container .icon-intel {
  background: url("../images/icon-intel.jpg") 0 0 no-repeat;
  width: 87px;
  height: 87px; }

.kf-container .icon-killer {
  background: url("../images/icon-killer.png") 0 0 no-repeat;
  width: 99px;
  height: 91px; }

.kf-container .fixed-bg-container {
  position: relative; }

.kf-container .fixed-bg-container .fixed-bg {
  z-index: 0; }

.kf-container .fixed-bg-container .fixed-content {
  z-index: 1; }

.kf-container .fixed-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.kf-container .fixed-bg .fixed-img {
  position: sticky;
  top: 0; }

.kf-container .fixed-img-01 {
  background: url("../images/s3-scroll_01.jpg") center 0 no-repeat;
  height: 1000px; }

.kf-container .img-samsung {
  background: url("../images/samsung.jpg") 0 0 no-repeat;
  width: 454px;
  height: 444px; }

.kf-container .img-intel {
  background: url("../images/img-intel.jpg") 0 0 no-repeat;
  width: 454px;
  height: 444px; }

.kf-container .s3-5 {
  background: #cfcfcf;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px; }
  .kf-container .s3-5 .center {
    width: 1140px;
    position: relative; }
    .kf-container .s3-5 .center #video-fan {
      width: 1140px;
      position: relative; }
      .kf-container .s3-5 .center #video-fan .video-loading {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -30px;
        margin-top: -50px;
        display: none; }
      .kf-container .s3-5 .center #video-fan.loading .video-loading {
        display: block; }
      .kf-container .s3-5 .center #video-fan video {
        width: 100%; }
  .kf-container .s3-5 .icon {
    position: absolute;
    width: 80px;
    top: 0px;
    left: 50%;
    margin-left: -674px; }

.kf-container .s4 {
  padding: 0px 0 100px;
  background: #cfcfcf; }

.kf-container .s5 {
  background: #cfcfcf; }
  .kf-container .s5 .center {
    text-align: left;
    position: relative;
    width: 920px; }
    .kf-container .s5 .center .title {
      color: #ffffff;
      font-size: 36px;
      line-height: 48px;
      display: inline-block;
      width: 400px; }
    .kf-container .s5 .center .content {
      color: #ffffff;
      font-size: 20px;
      line-height: 30px;
      display: inline-block;
      vertical-align: top;
      width: 465px;
      margin-left: 40px; }
    .kf-container .s5 .center .icon {
      position: absolute;
      left: 0px;
      top: 220px; }
  .kf-container .s5 .visual {
    width: 1366px;
    margin: 70px auto 0;
    padding-bottom: 50px; }

.kf-container .s6 {
  /*backface-visibility: hidden;
    -webkit-backface-visibility: inherit;
    -webkit-transform: translate3d(0,0,0);*/
  background: url("../images/WindowsHello_1920.jpg") center top no-repeat; }
  .kf-container .s6 .center {
    position: relative;
    width: 470px;
    text-align: left;
    left: 240px;
    padding-top: 83px;
    padding-bottom: 73px; }
    .kf-container .s6 .center .title {
      font-size: 36px;
      line-height: 48px; }

.kf-container .s7 {
  background: url(../images/IO_1920.jpg) center 75px no-repeat #cfcfcf;
  min-height: 1300px;
  text-align: left; }
  .kf-container .s7 .center {
    position: relative; }
    .kf-container .s7 .center .note {
      font-size: 14px;
      line-height: 1.4;
      position: relative; }
    .kf-container .s7 .center .title {
      font-size: 66px;
      line-height: 1;
      color: #ffffff;
      text-align: left;
      margin-top: 940px;
      display: inline-block; }
    .kf-container .s7 .center .visual {
      position: absolute;
      top: 105px;
      left: 475px; }
    .kf-container .s7 .center .content-box-1 {
      position: absolute;
      top: 0; }
      .kf-container .s7 .center .content-box-1 a {
        color: #646464;
        font-size: 16px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        width: 150px;
        transition: all 150ms ease-in-out; }
      .kf-container .s7 .center .content-box-1 a:hover {
        color: #000000;
        font-weight: bold; }
      .kf-container .s7 .center .content-box-1 a:after {
        position: absolute;
        height: 1px;
        top: 15px;
        left: 107px;
        border-left-color: #303030;
        border-left-width: 0px;
        border-left-style: solid;
        content: "";
        transition: all 150ms ease-in-out; }
      .kf-container .s7 .center .content-box-1 a:hover:after {
        border-left-width: 123px; }
      .kf-container .s7 .center .content-box-1 a.IO-1 {
        left: 298px;
        top: 374px; }
        .kf-container .s7 .center .content-box-1 a.IO-1:after {
          left: 107px; }
        .kf-container .s7 .center .content-box-1 a.IO-1:hover:after {
          border-left-width: 123px; }
      .kf-container .s7 .center .content-box-1 a.IO-2 {
        left: 298px;
        top: 444px; }
        .kf-container .s7 .center .content-box-1 a.IO-2:after {
          left: 157px; }
        .kf-container .s7 .center .content-box-1 a.IO-2:hover:after {
          border-left-width: 55px; }
      .kf-container .s7 .center .content-box-1 a.IO-3 {
        left: 298px;
        top: 542px; }
        .kf-container .s7 .center .content-box-1 a.IO-3:after {
          left: 136px; }
        .kf-container .s7 .center .content-box-1 a.IO-3:hover:after {
          border-left-width: 50px; }
      .kf-container .s7 .center .content-box-1 a.IO-4 {
        left: 298px;
        top: 618px; }
        .kf-container .s7 .center .content-box-1 a.IO-4:after {
          left: 147px; }
        .kf-container .s7 .center .content-box-1 a.IO-4:hover:after {
          border-left-width: 20px; }
      .kf-container .s7 .center .content-box-1 a.IO-5 {
        left: 298px;
        top: 685px; }
        .kf-container .s7 .center .content-box-1 a.IO-5:after {
          left: 118px; }
        .kf-container .s7 .center .content-box-1 a.IO-5:hover:after {
          border-left-width: 30px; }
      .kf-container .s7 .center .content-box-1 a.IO-6 {
        left: 670px;
        top: 506px; }
        .kf-container .s7 .center .content-box-1 a.IO-6:after {
          left: 124px; }
        .kf-container .s7 .center .content-box-1 a.IO-6:hover:after {
          border-left-width: 33px; }
      .kf-container .s7 .center .content-box-1 a.IO-7 {
        left: 670px;
        top: 598px; }
        .kf-container .s7 .center .content-box-1 a.IO-7:after {
          left: 145px; }
        .kf-container .s7 .center .content-box-1 a.IO-7:hover:after {
          border-left-width: 36px; }
      .kf-container .s7 .center .content-box-1 a.IO-8 {
        left: 670px;
        top: 683px; }
        .kf-container .s7 .center .content-box-1 a.IO-8:after {
          left: 140px; }
        .kf-container .s7 .center .content-box-1 a.IO-8:hover:after {
          border-left-width: 63px; }
      .kf-container .s7 .center .content-box-1 a.IO-9 {
        left: 670px;
        top: 783px; }
        .kf-container .s7 .center .content-box-1 a.IO-9:after {
          left: 134px; }
        .kf-container .s7 .center .content-box-1 a.IO-9:hover:after {
          border-left-width: 96px; }
      .kf-container .s7 .center .content-box-1 a.IO-10 {
        left: 670px;
        top: 867px; }
        .kf-container .s7 .center .content-box-1 a.IO-10:after {
          left: 134px; }
        .kf-container .s7 .center .content-box-1 a.IO-10:hover:after {
          border-left-width: 119px; }

.kf-container .s7-5 {
  position: relative;
  text-align: left; }
  .kf-container .s7-5 .content-box-1 {
    position: absolute;
    bottom: 530px;
    left: 50%; }
  .kf-container .s7-5 .graph-bar {
    height: 10px;
    background: #c8c8c8; }
  .kf-container .s7-5 .graph-text {
    font-size: 0.5em;
    line-height: 12px;
    color: #646464; }
  .kf-container .s7-5 .graph-row .graph-bar {
    margin-bottom: 4px; }
  .kf-container .s7-5 .graph-row .graph-text {
    margin-bottom: 10px; }
  .kf-container .s7-5 .graph-row.main .graph-bar {
    background: #12e29b; }
  .kf-container .s7-5 .graph-row.main .graph-text {
    color: #fff; }
  .kf-container .s7-5 .io-badge-graph {
    margin-top: 60px; }
  .kf-container .s7-5 .io-badge {
    visibility: hidden;
    opacity: 0;
    transition: opacity ease 400ms;
    animation-fill-mode: both; }
    .kf-container .s7-5 .io-badge .io-badge-box {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s; }
    .kf-container .s7-5 .io-badge .graph-row {
      opacity: 0;
      transform: translateY(20px);
      transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s; }
      .kf-container .s7-5 .io-badge .graph-row:nth-child(2) {
        transition-delay: 0.2s; }
    .kf-container .s7-5 .io-badge .graph-bar {
      opacity: 0;
      transform: scaleX(0);
      transform-origin: left center;
      transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s; }
    .kf-container .s7-5 .io-badge .io-badge-outtext {
      opacity: 0;
      transform: translateX(-30px);
      transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s; }
    .kf-container .s7-5 .io-badge.built-in {
      display: block;
      visibility: visible;
      opacity: 1; }
      .kf-container .s7-5 .io-badge.built-in .io-badge-box {
        opacity: 1;
        transform: translateY(0); }
      .kf-container .s7-5 .io-badge.built-in .graph-row {
        opacity: 1;
        transform: translateY(0); }
      .kf-container .s7-5 .io-badge.built-in .graph-bar {
        opacity: 1;
        transform: scaleX(1); }
      .kf-container .s7-5 .io-badge.built-in .io-badge-outtext {
        opacity: 1;
        transform: translateX(0); }

.kf-container .io-badge {
  position: absolute;
  top: 0;
  left: 0; }

.kf-container .io-badge-box {
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  width: 400px;
  min-height: 450px;
  display: flex;
  flex-flow: column;
  padding: 30px 15px;
  align-content: space-between;
  transform: translateX(-50%);
  font-weight: 300;
  margin-left: -200px; }
  .kf-container .io-badge-box .io-badge-outtext {
    position: absolute;
    left: 100%;
    bottom: 0; }

.kf-container .io-badge-title {
  font-size: 1.8em;
  line-height: 1.5;
  color: #12e29b;
  font-weight: 900;
  margin-bottom: 20px; }

.kf-container .io-badge-outtext {
  color: #000;
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1;
  white-space: nowrap; }

.kf-container .s8 {
  background: url(../images/Software_1920.jpg) center bottom no-repeat #cfcfcf;
  padding-bottom: 712px; }
  .kf-container .s8 .redball {
    position: absolute;
    width: 1366px;
    left: 50%;
    margin-left: -928px;
    top: 500px; }
  .kf-container .s8 .center {
    text-align: left;
    position: relative; }
    .kf-container .s8 .center .title {
      color: #ffffff;
      margin-bottom: 60px; }
    .kf-container .s8 .center .content {
      color: #ffffff;
      width: 460px;
      margin-bottom: 15px; }
    .kf-container .s8 .center .icon {
      position: absolute;
      right: 40px;
      bottom: -23px; }
    .kf-container .s8 .center .description {
      position: absolute;
      right: 24px;
      color: #ffffff;
      text-align: right;
      bottom: -415px; }

.kf-container .s9 {
  background-color: #cfcfcf;
  padding-bottom: 60px;
  padding-top: 30px; }
  .kf-container .s9:after {
    content: '';
    display: block;
    height: 878px;
    background: url(../images/OneStopCenter_1920.jpg) center bottom no-repeat; }
  .kf-container .s9 .center {
    text-align: left;
    position: relative;
    top: 0px; }
    .kf-container .s9 .center .content-box {
      margin: 0 auto;
      padding: 30px 10px;
      width: 900px; }
      .kf-container .s9 .center .content-box .title {
        font-size: 46px;
        line-height: 1;
        color: #ffffff;
        margin-bottom: 30px;
        margin-right: 30px; }
      .kf-container .s9 .center .content-box .content {
        color: #ffffff;
        margin-bottom: 15px; }
    .kf-container .s9 .center .description {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-top: 858px;
      margin-left: 10px;
      color: #ffffff;
      text-align: right; }

.kf-container .s10 {
  background: url(../images/Panel-bg_1920.png) center repeat-y;
  overflow: hidden;
  position: relative; }
  .kf-container .s10 .visual {
    position: relative; }
    .kf-container .s10 .visual:before {
      content: '';
      display: block;
      padding-top: 760px; }
    .kf-container .s10 .visual img {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -960px; }
  .kf-container .s10 .center {
    width: 1366px; }
    .kf-container .s10 .center .content-box-1 {
      position: relative;
      text-align: left;
      margin-top: 130px; }
      .kf-container .s10 .center .content-box-1 .title {
        position: relative;
        color: #ffffff;
        font-size: 50px;
        line-height: 60px;
        width: 640px; }
      .kf-container .s10 .center .content-box-1 .content {
        position: absolute;
        color: #ffffff;
        width: 240px;
        right: 0px;
        top: 0; }
      .kf-container .s10 .center .content-box-1 .icon {
        position: absolute;
        left: 540px;
        top: 140px; }
      .kf-container .s10 .center .content-box-1 .feature-box {
        left: 730px;
        top: 0px;
        width: 370px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-1 {
          left: 0px;
          top: 0px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-2 {
          left: 170px;
          top: 0px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-3 {
          left: 0px;
          top: 140px; }
      .kf-container .s10 .center .content-box-1 .tip {
        position: relative;
        left: 730px;
        width: 640px;
        margin-top: 130px;
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 1.5; }
    .kf-container .s10 .center .content-box-2 {
      position: relative;
      margin-right: 110px; }
      .kf-container .s10 .center .content-box-2 .description:first-child {
        text-align: left;
        float: left; }
      .kf-container .s10 .center .content-box-2 .description:last-child {
        text-align: right;
        float: right; }
    .kf-container .s10 .center .content-box-3 {
      position: relative;
      text-align: left;
      width: 960px;
      margin: 60px auto 0; }
      .kf-container .s10 .center .content-box-3 .title {
        color: #ffffff;
        margin-bottom: 30px;
        font-size: 64px; }
      .kf-container .s10 .center .content-box-3 .content {
        color: #ffffff;
        margin-bottom: 30px; }
      .kf-container .s10 .center .content-box-3 .feature-box {
        position: relative; }
        .kf-container .s10 .center .content-box-3 .feature-box .feature-1 {
          position: relative;
          margin-bottom: 30px; }
        .kf-container .s10 .center .content-box-3 .feature-box .feature-2 {
          position: relative;
          margin-bottom: 30px; }
          .kf-container .s10 .center .content-box-3 .feature-box .feature-2 .size-l {
            font-size: 60px;
            line-height: 60px;
            margin-bottom: 5px;
            width: 470px; }
      .kf-container .s10 .center .content-box-3 .icons {
        position: absolute;
        bottom: 48px;
        left: 50%;
        margin-left: 5px;
        width: 580px; }
        .kf-container .s10 .center .content-box-3 .icons .icon {
          margin: 10px; }
    .kf-container .s10 .center .content-box-4 {
      display: none; }
  .kf-container .s10.sharp240 .center .content-box-3 {
    display: none; }
  .kf-container .s10.sharp240 .center .content-box-4 {
    display: block;
    text-align: left;
    width: 960px;
    margin: 70px auto;
    position: relative; }
    .kf-container .s10.sharp240 .center .content-box-4 .title {
      color: #ffffff;
      margin-bottom: 30px; }
      .kf-container .s10.sharp240 .center .content-box-4 .title span {
        font-weight: 100;
        font-size: 54px;
        position: absolute; }
    .kf-container .s10.sharp240 .center .content-box-4 .content {
      color: #ffffff;
      margin-bottom: 30px; }
    .kf-container .s10.sharp240 .center .content-box-4 .feature-box {
      position: relative; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .feature-1 {
        position: relative;
        width: 500px;
        margin-bottom: 30px; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .feature-2 {
        position: absolute;
        top: 0;
        left: 520px; }
    .kf-container .s10.sharp240 .center .content-box-4 .note-3 {
      font-size: 16px;
      line-height: 20px;
      width: 100%; }

.kf-container .s10.sharp240 + .s11 {
  display: none; }

.kf-container .s11 {
  background: url(../images/AMOLED_1920.jpg) center no-repeat;
  height: 800px;
  overflow: hidden;
  position: relative; }
  .kf-container .s11 .content-box-1 {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -700px; }
    .kf-container .s11 .content-box-1 .title {
      font-size: 200px;
      line-height: 380px;
      position: absolute;
      left: 0px;
      top: -50px;
      width: 223px; }
      .kf-container .s11 .content-box-1 .title:last-child {
        font-weight: 100;
        line-height: 100px;
        text-align: left;
        font-size: 100px;
        top: 114px;
        left: -360px;
        width: 1000px;
        position: absolute;
        transform: rotate(-90deg); }
  .kf-container .s11 .visual {
    position: relative; }
  .kf-container .s11 .frame {
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: -475px;
    width: 947px;
    height: 557px;
    border-radius: 3px;
    z-index: 2; }
  .kf-container .s11 .pic-frame {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 11; }
  .kf-container .s11 .pic-cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 12;
    cursor: e-resize; }
  .kf-container .s11 .pic-before {
    background: url("../images/s11-picbefore.jpg") 0 0 no-repeat; }
  .kf-container .s11 .pic-after {
    background: url("../images/s11-picafter.jpg") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0; }
  .kf-container .s11 .pic-bar {
    background: url("../images/s11-picbar.png") center center no-repeat;
    width: 216px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -108px; }
  .kf-container .s11 .pic-before, .kf-container .s11 .pic-after {
    width: 100%;
    height: 100%;
    background-size: cover; }
  .kf-container .s11 .logos {
    position: absolute;
    right: 11px;
    bottom: 12px; }
    .kf-container .s11 .logos .icon-s11 {
      margin-right: 5px; }

.kf-container .icon-s11 {
  background: url("../images/s11-logos.png") 0 0 no-repeat;
  background-size: 181px 35px; }

.kf-container .icon-s11-4k {
  width: 51px;
  height: 30px;
  background-position: -2px; }

.kf-container .icon-s11-oled {
  width: 121px;
  height: 33px;
  background-position: -61px; }

.kf-container .s12 {
  background: #cfcfcf;
  position: relative; }
  .kf-container .s12 .center {
    text-align: left;
    width: 1366px;
    padding: 120px 0; }
    .kf-container .s12 .center .title {
      color: #ffffff;
      font-size: 32px;
      line-height: 36px;
      margin-left: 800px;
      margin-bottom: 40px;
      width: 500px; }
    .kf-container .s12 .center .content {
      color: #ffffff;
      width: 500px;
      margin-left: 800px; }
    .kf-container .s12 .center .content-box-1 {
      background: url("../images/HiddenDurability_1920.jpg") left center no-repeat;
      height: 398px;
      position: relative; }
      .kf-container .s12 .center .content-box-1 .title {
        padding-top: 40px; }
    .kf-container .s12 .center .content-box-2 {
      background: url("../images/CameraCover_1920.jpg") center no-repeat;
      height: 400px;
      position: relative;
      margin-top: -2px; }
      .kf-container .s12 .center .content-box-2 .title {
        padding-top: 80px; }

.kf-container .s13 {
  background: url("../images/CNC_1920.jpg") center bottom no-repeat #cfcfcf;
  height: 540px; }
  .kf-container .s13 .center .content-box {
    position: relative;
    left: 0px;
    top: 30px;
    text-align: left; }
    .kf-container .s13 .center .content-box .title {
      color: #ffffff;
      width: 750px;
      margin-bottom: 40px;
      font-size: 56px;
      line-height: 66px; }
    .kf-container .s13 .center .content-box .content {
      color: #ffffff;
      width: 580px;
      margin-bottom: 40px; }
    .kf-container .s13 .center .content-box .feature-box {
      width: 700px; }

.kf-container .s14 {
  background: url("../images/Battery_1920.jpg") center top no-repeat #cfcfcf;
  height: 750px; }
  .kf-container .s14 .center {
    position: relative;
    width: 1250px; }
    .kf-container .s14 .center .title {
      color: #ffffff;
      text-align: left;
      position: absolute;
      right: 0px;
      top: 260px;
      width: 480px;
      font-size: 60px;
      line-height: 80px; }
      .kf-container .s14 .center .title span {
        font-size: 36px;
        vertical-align: top; }
    .kf-container .s14 .center .description {
      text-align: left;
      position: absolute;
      left: 774px;
      top: 650px; }

.kf-container .s15 {
  background: url("../images/RGBKB-NAHIMIC_1920.jpg") center bottom no-repeat #cfcfcf;
  padding-bottom: 1248px; }
  .kf-container .s15 .center {
    position: relative;
    width: 1366px;
    text-align: left; }
    .kf-container .s15 .center .title, .kf-container .s15 .center .content {
      color: #ffffff; }
    .kf-container .s15 .center .content-box-1 {
      position: relative;
      margin-top: 50px;
      margin-bottom: 60px; }
      .kf-container .s15 .center .content-box-1 .title, .kf-container .s15 .center .content-box-1 .content {
        width: 680px; }
      .kf-container .s15 .center .content-box-1 .title {
        margin-bottom: 60px;
        font-size: 54px; }
      .kf-container .s15 .center .content-box-1 .feature-box {
        width: 560px;
        position: static;
        float: right; }
        .kf-container .s15 .center .content-box-1 .feature-box .feature {
          position: relative; }
        .kf-container .s15 .center .content-box-1 .feature-box .feature-1 {
          margin-bottom: 60px; }
        .kf-container .s15 .center .content-box-1 .feature-box .feature-2 {
          margin-bottom: 70px; }
    .kf-container .s15 .center .content-box-2 {
      position: absolute;
      width: 570px;
      right: 0;
      top: 100%;
      margin-top: 168px; }
      .kf-container .s15 .center .content-box-2 .title {
        margin-bottom: 60px;
        font-size: 50px;
        line-height: 54px; }
      .kf-container .s15 .center .content-box-2 .content {
        margin-bottom: 60px; }
      .kf-container .s15 .center .content-box-2 .feature-box {
        position: relative; }
        .kf-container .s15 .center .content-box-2 .feature-box .feature {
          position: relative;
          margin-bottom: 40px; }
        .kf-container .s15 .center .content-box-2 .feature-box a.size-s {
          color: #ffffff; }
    .kf-container .s15 .center .content-box-3 .content {
      font-size: 15px;
      line-height: 17px; }
    .kf-container .s15 .center .content-box-4 {
      position: absolute;
      color: #ffffff;
      text-align: right;
      left: 377px;
      top: 100%;
      margin-top: 1019px; }

.kf-container .stitle {
  font-size: 38px;
  line-height: 44px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 40px; }

.kf-container .margintop0 {
  margin-top: 0; }

.kf-container hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

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

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

.kf-container .spinner {
  width: 100px;
  height: 100px;
  animation: spinner_rotate 19.2s linear infinite; }

.kf-container .spinner circle {
  stroke-width: 5px;
  stroke-linejoin: unset;
  stroke: #ddd;
  fill: none;
  stroke-linecap: unset;
  cy: 50px;
  cx: 50px; }

@keyframes spinner_rotate {
  .01% {
    transform: rotate(0deg); }
  8.33333% {
    transform: rotate(330deg); }
  8.34333% {
    transform: rotate(300deg); }
  16.66667% {
    transform: rotate(630deg); }
  16.67667% {
    transform: rotate(600deg); }
  25% {
    transform: rotate(930deg); }
  25.01% {
    transform: rotate(900deg); }
  33.33333% {
    transform: rotate(1230deg); }
  33.34333% {
    transform: rotate(1200deg); }
  41.66667% {
    transform: rotate(1530deg); }
  41.67667% {
    transform: rotate(1500deg); }
  50% {
    transform: rotate(1830deg); }
  50.01% {
    transform: rotate(1800deg); }
  58.33333% {
    transform: rotate(2130deg); }
  58.34333% {
    transform: rotate(2100deg); }
  66.66667% {
    transform: rotate(2430deg); }
  66.67667% {
    transform: rotate(2400deg); }
  75% {
    transform: rotate(2730deg); }
  75.01% {
    transform: rotate(2700deg); }
  83.33333% {
    transform: rotate(3030deg); }
  83.34333% {
    transform: rotate(3000deg); }
  91.66667% {
    transform: rotate(3330deg); }
  91.67667% {
    transform: rotate(3300deg); }
  100% {
    transform: rotate(3630deg); } }

.kf-container .spinner circle {
  r: 45px;
  stroke-dasharray: 282.74333px;
  stroke-dashoffset: 23.56194px;
  transform-origin: center;
  animation: spinner_dash 1.6s ease-in-out infinite,spinner_rotatedash 1.6s ease-in-out infinite; }

@keyframes spinner_dash {
  0% {
    stroke-dashoffset: 282.74333px; }
  45%, 50% {
    stroke-dashoffset: 23.56194px; }
  100% {
    stroke-dashoffset: 282.74333px; } }

@keyframes spinner_rotatedash {
  0% {
    transform: rotate(0); }
  45%, 50% {
    transform: rotate(0); }
  100% {
    transform: rotate(330deg); } }

.kf-container .lg-hide {
  display: none; }

@media screen and (max-width: 1366px) {
  .kf-container .center {
    width: 960px; }
  .kf-container .s1, .kf-container .s2, .kf-container .s3-5, .kf-container .s4, .kf-container .s5, .kf-container .s6, .kf-container .s7, .kf-container .s8, .kf-container .s9, .kf-container .s10, .kf-container s11, .kf-container .s12, .kf-container .s13, .kf-container .s14, .kf-container .s15 {
    overflow: hidden !important; }
  .kf-container .s1 {
    background: url("../images/Visual_1920_bg.png") center repeat-y;
    padding-top: 42%;
    padding-bottom: 100px;
    min-height: 1130px;
    margin: 0px auto;
    position: relative;
    overflow: hidden; }
    .kf-container .s1 .center {
      position: relative;
      margin-top: 270px; }
      .kf-container .s1 .center .Foreword .title {
        text-align: left;
        margin-left: 570px;
        margin-top: 560px;
        display: block; }
        .kf-container .s1 .center .Foreword .title .noto-thin {
          margin-left: 20px; }
      .kf-container .s1 .center .Foreword .content {
        margin-top: 50px; }
      .kf-container .s1 .center .content-box {
        margin-top: 170px;
        display: block;
        text-align: left; }
        .kf-container .s1 .center .content-box .title, .kf-container .s1 .center .content-box .content {
          width: auto;
          display: block; }
    .kf-container .s1 .visual {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -960px; }
    .kf-container .s1 .visual-title {
      position: absolute;
      top: 192px;
      left: 50%;
      width: 723px;
      margin-left: -438px; }
    .kf-container .s1 .prod-01 {
      position: absolute;
      top: 33px;
      left: 50%;
      width: 1366px;
      margin-left: -705px; }
    .kf-container .s1 .prod-02 {
      position: absolute;
      top: 151px;
      left: 0px; }
  .kf-container .s2 {
    background: url(../images/GPU_1366.jpg) center top no-repeat #000; }
    .kf-container .s2 .center {
      position: relative; }
      .kf-container .s2 .center .content-box-1 .title {
        width: 650px;
        margin-bottom: 60px; }
      .kf-container .s2 .center .content-box-1 .content {
        width: 470px;
        margin-bottom: 60px; }
      .kf-container .s2 .center .content-box-1 .icon {
        margin-bottom: 80px; }
      .kf-container .s2 .center .content-box-1 .description {
        width: 220px; }
      .kf-container .s2 .center .content-box-2 {
        margin-top: 513px;
        width: 975px; }
        .kf-container .s2 .center .content-box-2 .title {
          font-size: 49px; }
        .kf-container .s2 .center .content-box-2 .content {
          width: 670px; }
        .kf-container .s2 .center .content-box-2 .icon {
          left: 50px; }
  .kf-container .s3 .center {
    width: auto;
    max-width: 1080px; }
  .kf-container .s3 .greenbox {
    padding: 61px 0px 61px 60px; }
    .kf-container .s3 .greenbox .left {
      width: 450px;
      padding: 30px 10px; }
  .kf-container .s3 .greenbox-3 .nowrap {
    white-space: normal; }
  .kf-container .s3-5 .center {
    width: 960px; }
    .kf-container .s3-5 .center #video-fan {
      width: 960px; }
  .kf-container .s3-5 .icon {
    position: absolute;
    width: 80px;
    top: 0px;
    left: 50%;
    margin-left: -574px; }
  .kf-container .s4 {
    padding: 0px 0 100px;
    background: #cfcfcf; }
  .kf-container .s5 {
    background: #cfcfcf; }
    .kf-container .s5 .center {
      text-align: left;
      position: relative;
      width: 920px; }
      .kf-container .s5 .center .title {
        color: #ffffff;
        font-size: 36px;
        line-height: 48px;
        display: inline-block;
        width: 400px; }
      .kf-container .s5 .center .content {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        width: 465px;
        margin-left: 40px; }
      .kf-container .s5 .center .icon {
        position: absolute;
        left: 0px;
        top: 220px; }
    .kf-container .s5 .visual {
      position: relative;
      width: 1366px;
      left: 50%;
      margin: 70px auto 0 -686px;
      padding-bottom: 50px; }
  .kf-container .s6 {
    /*backface-visibility: hidden;
    -webkit-backface-visibility: inherit;
    -webkit-transform: translate3d(0,0,0);*/
    background: url("../images/WindowsHello_1920.jpg") center top no-repeat; }
    .kf-container .s6 .center {
      position: relative;
      width: 470px;
      text-align: left;
      left: 240px;
      padding-top: 83px;
      padding-bottom: 73px; }
      .kf-container .s6 .center .title {
        font-size: 36px;
        line-height: 48px; }
      .kf-container .s6 .center .content {
        color: #ffffff; }
  .kf-container .s7 .center .title {
    font-size: 60px; }
  .kf-container .s7 .center .visual {
    left: 375px; }
  .kf-container .s7 .center .content-box-1 a {
    color: #646464;
    font-size: 16px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 150px;
    transition: all 150ms ease-in-out; }
  .kf-container .s7 .center .content-box-1 a:hover {
    color: #000000;
    font-weight: bold; }
  .kf-container .s7 .center .content-box-1 a:after {
    position: absolute;
    height: 1px;
    top: 15px;
    left: 107px;
    border-left-color: #303030;
    border-left-width: 0px;
    border-left-style: solid;
    content: "";
    transition: all 150ms ease-in-out; }
  .kf-container .s7 .center .content-box-1 a:hover:after {
    border-left-width: 123px; }
  .kf-container .s7 .center .content-box-1 a.IO-1 {
    left: 198px;
    top: 374px; }
    .kf-container .s7 .center .content-box-1 a.IO-1:after {
      left: 107px; }
    .kf-container .s7 .center .content-box-1 a.IO-1:hover:after {
      border-left-width: 123px; }
  .kf-container .s7 .center .content-box-1 a.IO-2 {
    left: 198px;
    top: 444px; }
    .kf-container .s7 .center .content-box-1 a.IO-2:after {
      left: 157px; }
    .kf-container .s7 .center .content-box-1 a.IO-2:hover:after {
      border-left-width: 55px; }
  .kf-container .s7 .center .content-box-1 a.IO-3 {
    left: 198px;
    top: 542px; }
    .kf-container .s7 .center .content-box-1 a.IO-3:after {
      left: 136px; }
    .kf-container .s7 .center .content-box-1 a.IO-3:hover:after {
      border-left-width: 50px; }
  .kf-container .s7 .center .content-box-1 a.IO-4 {
    left: 198px;
    top: 618px; }
    .kf-container .s7 .center .content-box-1 a.IO-4:after {
      left: 147px; }
    .kf-container .s7 .center .content-box-1 a.IO-4:hover:after {
      border-left-width: 20px; }
  .kf-container .s7 .center .content-box-1 a.IO-5 {
    left: 198px;
    top: 685px; }
    .kf-container .s7 .center .content-box-1 a.IO-5:after {
      left: 118px; }
    .kf-container .s7 .center .content-box-1 a.IO-5:hover:after {
      border-left-width: 30px; }
  .kf-container .s7 .center .content-box-1 a.IO-6 {
    left: 570px;
    top: 506px; }
    .kf-container .s7 .center .content-box-1 a.IO-6:after {
      left: 124px; }
    .kf-container .s7 .center .content-box-1 a.IO-6:hover:after {
      border-left-width: 33px; }
  .kf-container .s7 .center .content-box-1 a.IO-7 {
    left: 570px;
    top: 598px; }
    .kf-container .s7 .center .content-box-1 a.IO-7:after {
      left: 145px; }
    .kf-container .s7 .center .content-box-1 a.IO-7:hover:after {
      border-left-width: 36px; }
  .kf-container .s7 .center .content-box-1 a.IO-8 {
    left: 570px;
    top: 683px; }
    .kf-container .s7 .center .content-box-1 a.IO-8:after {
      left: 140px; }
    .kf-container .s7 .center .content-box-1 a.IO-8:hover:after {
      border-left-width: 63px; }
  .kf-container .s7 .center .content-box-1 a.IO-9 {
    left: 570px;
    top: 783px; }
    .kf-container .s7 .center .content-box-1 a.IO-9:after {
      left: 134px; }
    .kf-container .s7 .center .content-box-1 a.IO-9:hover:after {
      border-left-width: 96px; }
  .kf-container .s7 .center .content-box-1 a.IO-10 {
    left: 570px;
    top: 867px; }
    .kf-container .s7 .center .content-box-1 a.IO-10:after {
      left: 134px; }
    .kf-container .s7 .center .content-box-1 a.IO-10:hover:after {
      border-left-width: 119px; }
  .kf-container .s8 .redball {
    position: absolute;
    width: 1366px;
    left: 50%;
    margin-left: -928px;
    top: 500px; }
  .kf-container .s8 .center .title {
    color: #ffffff;
    margin-bottom: 60px; }
  .kf-container .s8 .center .content {
    color: #ffffff;
    width: 460px; }
  .kf-container .s8 .center .icon {
    right: -32px; }
  .kf-container .s9 .center {
    text-align: left;
    position: relative;
    top: 0px; }
    .kf-container .s9 .center .content-box .title {
      font-size: 36px;
      color: #ffffff;
      margin-bottom: 30px; }
    .kf-container .s9 .center .content-box .content {
      width: auto; }
  .kf-container .s10 {
    background: url(../images/Panel-bg_1920.png) center repeat-y; }
    .kf-container .s10 .center {
      width: 960px; }
      .kf-container .s10 .center .content-box-1 .title {
        position: relative;
        color: #ffffff;
        font-size: 42px;
        line-height: 44px;
        width: 460px; }
      .kf-container .s10 .center .content-box-1 .content {
        position: static;
        float: left;
        color: #ffffff;
        width: 85%;
        width: 450px;
        margin: 131px 0 0 0; }
      .kf-container .s10 .center .content-box-1 .icon {
        left: 0px;
        top: 240px; }
      .kf-container .s10 .center .content-box-1 .feature-box {
        left: 540px;
        top: 0px;
        width: 310px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-1 {
          left: 0px;
          top: 0px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-2 {
          left: 170px;
          top: 0px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-3 {
          left: 0px;
          top: 140px; }
      .kf-container .s10 .center .content-box-1 .tip {
        position: static;
        float: right;
        width: 440px; }
      .kf-container .s10 .center .content-box-2 {
        margin-right: 10px; }
        .kf-container .s10 .center .content-box-2 .description:last-child {
          width: 210px; }
    .kf-container .s10.sharp240 .center .content-box-4 .title span {
      font-weight: 100;
      font-size: 54px; }
    .kf-container .s10.sharp240 .center .content-box-4 .content {
      color: #ffffff;
      margin-bottom: 30px; }
    .kf-container .s10.sharp240 .center .content-box-4 .feature-box {
      position: relative; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .feature-1 {
        width: 500px;
        margin-bottom: 30px; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .feature-2 {
        top: 0;
        left: 520px; }
    .kf-container .s10.sharp240 .center .content-box-4 .note-3 {
      font-size: 16px;
      line-height: 20px;
      width: 100%; }
  .kf-container .s11 {
    background: url(../images/AMOLED_1366.jpg) center no-repeat;
    height: 583px;
    overflow: hidden;
    position: relative; }
    .kf-container .s11 .frame {
      top: 48px;
      margin-left: -351px;
      width: 692px;
      height: 407px; }
    .kf-container .s11 .content-box-1 {
      position: absolute;
      width: 500px;
      left: 50%;
      margin-left: -546px; }
      .kf-container .s11 .content-box-1 .title {
        font-size: 146px;
        line-height: 277px;
        position: absolute;
        left: 0px;
        top: -37px;
        width: 223px; }
        .kf-container .s11 .content-box-1 .title:last-child {
          font-weight: 100;
          font-size: 75px;
          line-height: 1;
          top: 238px;
          left: -101px;
          width: 450px; }
  .kf-container .s12 {
    background: #cfcfcf;
    position: relative; }
    .kf-container .s12 .center {
      text-align: left;
      width: 1366px;
      padding: 120px 0;
      position: relative;
      left: 50%;
      margin-left: -680px; }
      .kf-container .s12 .center .title {
        color: #ffffff;
        font-size: 40px;
        line-height: 48px;
        margin-left: 730px;
        margin-bottom: 40px;
        width: 400px; }
      .kf-container .s12 .center .content {
        color: #ffffff;
        width: 440px;
        margin-left: 730px; }
      .kf-container .s12 .center .content-box-1 {
        background: url("../images/HiddenDurability_1920.jpg") left center no-repeat;
        height: 398px;
        position: relative; }
        .kf-container .s12 .center .content-box-1 .title {
          padding-top: 30px;
          font-size: 34px;
          line-height: 1.2;
          margin-bottom: 30px; }
      .kf-container .s12 .center .content-box-2 {
        background: url("../images/CameraCover_1920.jpg") center no-repeat;
        height: 400px;
        position: relative;
        margin-top: -2px; }
        .kf-container .s12 .center .content-box-2 .title {
          padding-top: 70px;
          font-size: 28px;
          line-height: 1.2; }
  .kf-container .s13 {
    background: url("../images/CNC_1920.jpg") center bottom no-repeat #cfcfcf;
    height: 540px; }
    .kf-container .s13 .center .content-box {
      position: relative;
      left: 0px;
      top: 30px;
      text-align: left; }
      .kf-container .s13 .center .content-box .title {
        color: #ffffff;
        width: 750px;
        margin-bottom: 40px; }
      .kf-container .s13 .center .content-box .content {
        color: #ffffff;
        width: 580px;
        margin-bottom: 40px; }
      .kf-container .s13 .center .content-box .feature-box {
        width: 700px; }
  .kf-container .s14 .center {
    position: relative;
    width: 960px; }
    .kf-container .s14 .center .title {
      font-size: 60px;
      line-height: 60px;
      color: #ffffff;
      text-align: left;
      position: absolute;
      right: auto;
      left: 630px;
      top: 250px; }
    .kf-container .s14 .center .description {
      color: #ffffff;
      text-align: left;
      position: absolute;
      right: auto;
      left: 630px;
      top: 673px; }
  .kf-container .s15 .center {
    position: relative;
    width: 960px;
    text-align: left; }
    .kf-container .s15 .center .title, .kf-container .s15 .center .content {
      color: #ffffff; }
    .kf-container .s15 .center .content-box-1 {
      position: relative; }
      .kf-container .s15 .center .content-box-1 .title, .kf-container .s15 .center .content-box-1 .content {
        width: 480px; }
      .kf-container .s15 .center .content-box-1 .title {
        margin-bottom: 60px;
        font-size: 60px;
        line-height: 60px; }
      .kf-container .s15 .center .content-box-1 .feature-box {
        position: absolute;
        right: auto;
        left: 520px;
        top: 10px;
        width: 560px; }
        .kf-container .s15 .center .content-box-1 .feature-box .feature {
          position: relative; }
        .kf-container .s15 .center .content-box-1 .feature-box .feature-1 {
          margin-bottom: 60px; }
        .kf-container .s15 .center .content-box-1 .feature-box .feature-2 {
          margin-bottom: 90px; }
    .kf-container .s15 .center .content-box-2 {
      width: 510px;
      right: auto;
      left: 450px;
      margin-top: 104px; }
      .kf-container .s15 .center .content-box-2 .title {
        margin-bottom: 70px;
        font-size: 45px;
        line-height: 1.2; }
      .kf-container .s15 .center .content-box-2 .content {
        margin-bottom: 60px; }
      .kf-container .s15 .center .content-box-2 .feature-box {
        position: relative; }
        .kf-container .s15 .center .content-box-2 .feature-box .feature {
          position: relative;
          margin-bottom: 40px; }
        .kf-container .s15 .center .content-box-2 .feature-box a.size-s {
          color: #ffffff; }
      .kf-container .s15 .center .content-box-2 .description {
        text-align: right;
        left: -277px;
        top: 860px; }
    .kf-container .s15 .center .content-box-4 {
      left: 171px; } }

@media screen and (max-width: 960px) {
  .kf-container .center {
    width: 640px; }
  .kf-container .title {
    font-size: 60px;
    line-height: 62px; }
  .kf-container .s1 {
    background: url("../images/Visual_1920_bg.png") center repeat-y;
    padding-top: 42%;
    padding-bottom: 150px;
    min-height: 1130px;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    /*.visual {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
    }*/ }
    .kf-container .s1 .center {
      position: relative;
      margin-top: 270px; }
      .kf-container .s1 .center .Foreword .title {
        width: 80%;
        margin: 720px auto 0;
        font-size: 56px;
        line-height: 1.1; }
        .kf-container .s1 .center .Foreword .title .noto-thin {
          margin-left: 20px; }
      .kf-container .s1 .center .Foreword .content {
        margin-top: 190px; }
      .kf-container .s1 .center .content-box {
        margin-top: 170px;
        display: block;
        text-align: left; }
        .kf-container .s1 .center .content-box .title {
          width: 440px;
          display: inline-block;
          margin-left: 104px;
          font-size: 50px;
          line-height: 1.1; }
        .kf-container .s1 .center .content-box .content {
          width: 455px;
          display: inline-block;
          vertical-align: top;
          margin-top: 39px;
          margin-left: 107px; }
        .kf-container .s1 .center .content-box .icon {
          text-align: left;
          position: relative;
          top: 46px;
          left: 40px;
          width: 580px; }
    .kf-container .s1 .visual {
      background: url(../images/Visual_960.jpg) no-repeat;
      width: 960px;
      height: 1200px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -480px; }
      .kf-container .s1 .visual img {
        display: none; }
    .kf-container .s1 .visual-title {
      position: absolute;
      top: 96px;
      left: 50%;
      width: 523px;
      margin-left: -308px; }
      .kf-container .s1 .visual-title img {
        width: 100%; }
    .kf-container .s1 .prod-01 {
      display: none;
      position: absolute;
      top: 33px;
      left: 50%;
      width: 1366px;
      margin-left: -705px; }
    .kf-container .s1 .prod-01-960 {
      display: block;
      position: absolute;
      top: 213px;
      left: 50%;
      width: 1366px;
      margin-left: -705px; }
    .kf-container .s1 .prod-02 {
      top: 222px;
      left: 50%;
      margin-left: -272px; }
  .kf-container .s2 {
    background: url(../images/GPU_960.jpg) center 510px no-repeat #000; }
    .kf-container .s2 .center {
      position: relative; }
      .kf-container .s2 .center .content-box-1 {
        width: 480px;
        margin: 100px auto;
        display: block; }
        .kf-container .s2 .center .content-box-1 .title {
          width: 100%;
          margin-bottom: 60px; }
        .kf-container .s2 .center .content-box-1 .content {
          width: 100%;
          margin-bottom: 20px; }
        .kf-container .s2 .center .content-box-1 .icon {
          margin-bottom: 60px; }
        .kf-container .s2 .center .content-box-1 .description {
          width: 220px; }
      .kf-container .s2 .center .content-box-2 {
        width: 490px;
        display: block;
        margin: 690px auto 60px;
        text-align: left; }
        .kf-container .s2 .center .content-box-2 .title {
          margin-bottom: 60px;
          font-size: 35px;
          line-height: 1.2; }
        .kf-container .s2 .center .content-box-2 .content {
          width: 100%; }
        .kf-container .s2 .center .content-box-2 .icon {
          position: static;
          margin-top: 30px; }
  .kf-container .s3 .center {
    width: 640px; }
  .kf-container .s3 .content-box {
    height: auto;
    padding-bottom: 0; }
    .kf-container .s3 .content-box .title-2 {
      font-size: 3em;
      line-height: 1;
      margin-bottom: 0px; }
    .kf-container .s3 .content-box .content {
      position: absolute;
      margin-top: 472px;
      z-index: 10;
      width: 70%;
      padding: 15px 20px; }
  .kf-container .s3 .visual-wrap {
    position: static; }
  .kf-container .s3 .visual {
    position: relative;
    left: auto;
    top: auto;
    margin-left: -10px; }
    .kf-container .s3 .visual .visual-img {
      position: relative;
      left: 50%;
      margin-left: -358px; }
    .kf-container .s3 .visual .description {
      position: absolute;
      right: 50%;
      margin-right: -300px;
      width: 180px; }
  .kf-container .s3 .visual-img {
    display: inline-block; }
  .kf-container .s3 .fixed-content {
    padding-top: 0; }
  .kf-container .s3 .greenmark {
    margin-left: -70px; }
  .kf-container .s3 .greenbox {
    display: flex;
    flex-flow: column-reverse;
    padding: 60px 25px; }
    .kf-container .s3 .greenbox .left {
      float: none;
      width: auto; }
    .kf-container .s3 .greenbox .right {
      float: none;
      width: auto;
      margin-left: 0;
      margin-top: 0; }
    .kf-container .s3 .greenbox .nowrap {
      white-space: normal; }
  .kf-container .fixed-img-01 {
    background: #cfcfcf url(../images/s3-scroll_01-960.jpg) center 0 no-repeat;
    height: 1000px; }
  .kf-container #sec1-item-2 .value-1 .value-tag {
    transform: translate(0, -15px) translateX(10px); }
  .kf-container .s3-5 {
    position: relative;
    height: 460px; }
    .kf-container .s3-5 .center {
      width: 720px;
      position: absolute;
      left: 50%;
      margin-left: -360px; }
      .kf-container .s3-5 .center #video-fan {
        width: 100%; }
    .kf-container .s3-5 .icon {
      position: absolute;
      width: 80px;
      top: 0px;
      left: 50%;
      margin-left: -674px; }
  .kf-container .s4 {
    padding: 0px 0 100px;
    background: #cfcfcf; }
  .kf-container .s5 {
    background: #cfcfcf; }
    .kf-container .s5 .center {
      text-align: left;
      position: relative;
      width: 640px; }
      .kf-container .s5 .center .title {
        color: #ffffff;
        font-size: 40px;
        line-height: 40px;
        display: inline-block;
        width: 100%; }
      .kf-container .s5 .center .content {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-left: 0;
        margin-top: 120px; }
      .kf-container .s5 .center .icon {
        position: absolute;
        left: 0px;
        top: 170px; }
    .kf-container .s5 .visual {
      position: relative;
      width: 940px;
      left: 50%;
      margin: 50px auto 0 -470px;
      padding-bottom: 50px; }
      .kf-container .s5 .visual img {
        width: 100%; }
  .kf-container .s6 {
    background: url("../images/WindowsHello_960.jpg") center top no-repeat; }
    .kf-container .s6 .center {
      position: relative;
      width: 480px;
      text-align: left;
      left: 50%;
      padding-top: 313px;
      padding-bottom: 83px;
      margin-left: -240px; }
      .kf-container .s6 .center .title {
        font-size: 40px;
        line-height: 42px; }
      .kf-container .s6 .center .content {
        color: #ffffff; }
  .kf-container .s7 {
    background: url(../images/IO_960.jpg) center 268px no-repeat #cfcfcf;
    min-height: 1100px; }
    .kf-container .s7 .center {
      position: relative; }
      .kf-container .s7 .center .title {
        font-size: 40px;
        line-height: 1.3;
        margin-top: 862px; }
      .kf-container .s7 .center .visual {
        left: 248px;
        top: 265px;
        width: 400px; }
        .kf-container .s7 .center .visual img {
          width: 100%; }
      .kf-container .s7 .center .content-box-1 a {
        color: #646464;
        font-size: 13px;
        position: absolute;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        width: 150px;
        transition: all 150ms ease-in-out; }
      .kf-container .s7 .center .content-box-1 a:hover {
        color: #000000;
        font-weight: bold; }
      .kf-container .s7 .center .content-box-1 a:after {
        position: absolute;
        height: 1px;
        top: 15px;
        left: 107px;
        border-left-color: #303030;
        border-left-width: 0px;
        border-left-style: solid;
        content: "";
        transition: all 150ms ease-in-out; }
      .kf-container .s7 .center .content-box-1 a:hover:after {
        border-left-width: 123px; }
      .kf-container .s7 .center .content-box-1 a.IO-1 {
        left: 118px;
        top: 448px; }
        .kf-container .s7 .center .content-box-1 a.IO-1:after {
          left: 97px; }
        .kf-container .s7 .center .content-box-1 a.IO-1:hover:after {
          border-left-width: 87px; }
      .kf-container .s7 .center .content-box-1 a.IO-2 {
        left: 118px;
        top: 493px; }
        .kf-container .s7 .center .content-box-1 a.IO-2:after {
          left: 140px; }
        .kf-container .s7 .center .content-box-1 a.IO-2:hover:after {
          border-left-width: 32px; }
      .kf-container .s7 .center .content-box-1 a.IO-3 {
        left: 118px;
        top: 562px; }
        .kf-container .s7 .center .content-box-1 a.IO-3:after {
          left: 122px; }
        .kf-container .s7 .center .content-box-1 a.IO-3:hover:after {
          border-left-width: 32px; }
      .kf-container .s7 .center .content-box-1 a.IO-4 {
        left: 118px;
        top: 616px; }
        .kf-container .s7 .center .content-box-1 a.IO-4:after {
          left: 131px; }
        .kf-container .s7 .center .content-box-1 a.IO-4:hover:after {
          border-left-width: 9px; }
      .kf-container .s7 .center .content-box-1 a.IO-5 {
        left: 118px;
        top: 665px; }
        .kf-container .s7 .center .content-box-1 a.IO-5:after {
          left: 108px; }
        .kf-container .s7 .center .content-box-1 a.IO-5:hover:after {
          border-left-width: 19px; }
      .kf-container .s7 .center .content-box-1 a.IO-6 {
        left: 364px;
        top: 539px; }
        .kf-container .s7 .center .content-box-1 a.IO-6:after {
          left: 112px; }
        .kf-container .s7 .center .content-box-1 a.IO-6:hover:after {
          border-left-width: 22px; }
      .kf-container .s7 .center .content-box-1 a.IO-7 {
        left: 364px;
        top: 598px; }
        .kf-container .s7 .center .content-box-1 a.IO-7:after {
          left: 130px; }
        .kf-container .s7 .center .content-box-1 a.IO-7:hover:after {
          border-left-width: 20px; }
      .kf-container .s7 .center .content-box-1 a.IO-8 {
        left: 364px;
        top: 666px; }
        .kf-container .s7 .center .content-box-1 a.IO-8:after {
          left: 126px; }
        .kf-container .s7 .center .content-box-1 a.IO-8:hover:after {
          border-left-width: 42px; }
      .kf-container .s7 .center .content-box-1 a.IO-9 {
        left: 364px;
        top: 733px; }
        .kf-container .s7 .center .content-box-1 a.IO-9:after {
          left: 121px; }
        .kf-container .s7 .center .content-box-1 a.IO-9:hover:after {
          border-left-width: 66px; }
      .kf-container .s7 .center .content-box-1 a.IO-10 {
        left: 364px;
        top: 792px; }
        .kf-container .s7 .center .content-box-1 a.IO-10:after {
          left: 121px; }
        .kf-container .s7 .center .content-box-1 a.IO-10:hover:after {
          border-left-width: 82px; }
  .kf-container .s7-5 {
    background: #3a3a3a;
    padding: 50px 0; }
    .kf-container .s7-5 .content-box-1 {
      position: static; }
    .kf-container .s7-5 .io-badge {
      position: static;
      opacity: 1;
      visibility: visible;
      border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
      .kf-container .s7-5 .io-badge:last-child {
        border-bottom: none; }
      .kf-container .s7-5 .io-badge .io-badge-content {
        margin-bottom: 60px; }
      .kf-container .s7-5 .io-badge .io-badge-box {
        background: none;
        display: block;
        opacity: 1;
        transform: none;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 50px 10px; }
      .kf-container .s7-5 .io-badge .graph-row, .kf-container .s7-5 .io-badge .graph-bar, .kf-container .s7-5 .io-badge .io-badge-outtext {
        opacity: 1;
        transform: none; }
    .kf-container .s7-5 .io-badge-graph {
      margin-top: 10px;
      width: 360px;
      display: inline-block;
      vertical-align: top; }
    .kf-container .s7-5 .io-badge-outtext {
      position: static;
      width: 160px;
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-size: 2em; }
  .kf-container .s8 {
    background: url(../images/Software_960.jpg) center bottom no-repeat #cfcfcf;
    padding-bottom: 485px; }
    .kf-container .s8 .redball {
      position: absolute;
      width: 1366px;
      left: 50%;
      margin-left: -928px;
      top: 500px; }
    .kf-container .s8 .center {
      padding-top: 100px; }
      .kf-container .s8 .center .title {
        color: #ffffff;
        margin-bottom: 60px;
        font-size: 57px;
        line-height: 58px; }
      .kf-container .s8 .center .content {
        color: #ffffff;
        width: 100%; }
      .kf-container .s8 .center .icon {
        position: static;
        margin: 40px 0; }
  .kf-container .s9:after {
    height: 384px;
    background: url(../images/OneStopCenter_960.jpg) center bottom no-repeat; }
  .kf-container .s9 .center {
    text-align: left;
    position: relative;
    top: 0px; }
    .kf-container .s9 .center .content-box {
      position: static;
      margin: 0 auto;
      width: auto;
      padding: 20px; }
      .kf-container .s9 .center .content-box .title {
        color: inherit;
        font-size: 44px;
        line-height: 1.1;
        margin-bottom: 50px; }
      .kf-container .s9 .center .content-box .content {
        color: inherit; }
    .kf-container .s9 .center .description {
      margin-top: 374px;
      margin-left: -90px; }
  .kf-container .s10 .visual {
    position: relative;
    width: 1280px;
    margin-left: -640px;
    left: 50%; }
    .kf-container .s10 .visual img {
      left: 50%;
      top: 0;
      margin-left: -640px;
      width: 100%; }
    .kf-container .s10 .visual:before {
      padding-top: 510px; }
  .kf-container .s10 .center {
    width: 640px; }
    .kf-container .s10 .center .content-box-1 {
      margin-top: 80px; }
      .kf-container .s10 .center .content-box-1 .title {
        font-size: 44px;
        line-height: 1.2;
        width: 520px;
        margin-bottom: 40px; }
      .kf-container .s10 .center .content-box-1 .content {
        float: right;
        width: 300px;
        margin-top: 0px;
        margin-bottom: 20px; }
      .kf-container .s10 .center .content-box-1 .icon {
        left: 520px;
        top: 5px; }
      .kf-container .s10 .center .content-box-1 .feature-box {
        left: auto;
        top: auto;
        float: left; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-1 {
          left: 0px;
          top: 0px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-2 {
          left: 170px;
          top: 0px; }
        .kf-container .s10 .center .content-box-1 .feature-box .feature-3 {
          left: 0px;
          top: 110px; }
      .kf-container .s10 .center .content-box-1 .tip {
        float: none;
        width: 100%;
        margin: 0 auto 30px; }
        .kf-container .s10 .center .content-box-1 .tip:before {
          content: '';
          display: table;
          clear: both; }
    .kf-container .s10 .center .content-box-2 .description:first-child {
      width: 220px; }
    .kf-container .s10 .center .content-box-3 {
      width: 640px;
      display: flex;
      flex-direction: column; }
      .kf-container .s10 .center .content-box-3 .title {
        color: #ffffff;
        margin-bottom: 30px;
        order: 1; }
      .kf-container .s10 .center .content-box-3 .content {
        color: #ffffff;
        margin-bottom: 30px;
        order: 2; }
      .kf-container .s10 .center .content-box-3 .feature-box {
        order: 4; }
      .kf-container .s10 .center .content-box-3 .icons {
        position: static;
        order: 3;
        margin-left: 0;
        /*bottom: -10px;
                right: 250px;*/
        /*&:last-child {
                    bottom: 90px;
                    right: 250px;
                }*/ }
        .kf-container .s10 .center .content-box-3 .icons .icon {
          margin: 10px 30px 20px 0; }
  .kf-container .s10.sharp240 .center .content-box-4 {
    width: 640px; }
    .kf-container .s10.sharp240 .center .content-box-4 .title span {
      font-weight: 100;
      font-size: 54px; }
    .kf-container .s10.sharp240 .center .content-box-4 .feature-box {
      position: relative; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .feature-1 {
        position: relative;
        width: 500px;
        margin-bottom: 30px; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .feature-2 {
        position: relative;
        top: 0;
        left: 0; }
    .kf-container .s10.sharp240 .center .content-box-4 .note-3 {
      margin-top: 40px;
      font-size: 16px;
      line-height: 20px; }
  .kf-container .s11 {
    background: url(../images/AMOLED_960.jpg) center no-repeat;
    height: 435px;
    overflow: hidden;
    position: relative; }
    .kf-container .s11 .content-box-1 {
      position: absolute;
      width: 500px;
      left: 50%;
      margin-left: -546px; }
      .kf-container .s11 .content-box-1 .title {
        font-size: 116px;
        line-height: 197px;
        position: absolute;
        left: 90px;
        top: -17px;
        width: 223px; }
        .kf-container .s11 .content-box-1 .title:last-child {
          font-weight: 100;
          line-height: 1;
          font-size: 57px;
          top: 67px;
          left: -65px;
          width: 570px; }
    .kf-container .s11 .frame {
      top: 36px;
      margin-left: -267px;
      width: 516px;
      height: 303px; }
  .kf-container .icon-s11 {
    background: url("../images/s11-logos.png") 0 0 no-repeat;
    background-size: 127px 25px; }
  .kf-container .icon-s11-4k {
    width: 35.7px;
    height: 21px;
    background-position: -1.4px; }
  .kf-container .icon-s11-oled {
    width: 84.7px;
    height: 23.1px;
    background-position: -42.7px; }
  .kf-container .s12 {
    background: #cfcfcf;
    position: relative; }
    .kf-container .s12 .center {
      text-align: left;
      width: 1366px;
      padding: 120px 0;
      position: relative;
      left: 50%;
      margin-left: -680px; }
      .kf-container .s12 .center .title {
        color: #ffffff;
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 60px;
        width: 410px; }
      .kf-container .s12 .center .content {
        color: #ffffff;
        width: 410px;
        margin: 0 auto; }
      .kf-container .s12 .center .content-box-1 {
        background: url(../images/HiddenDurability_960.jpg) left center no-repeat;
        height: 539px;
        width: 640px;
        margin: 0 auto 60px;
        position: relative; }
        .kf-container .s12 .center .content-box-1 .title {
          padding-top: 130px; }
      .kf-container .s12 .center .content-box-2 {
        background: url("../images/CameraCover_960.jpg") center no-repeat;
        height: 539px;
        position: relative;
        margin-top: -2px; }
        .kf-container .s12 .center .content-box-2 .title {
          padding-top: 205px; }
  .kf-container .s13 {
    background: url("../images/CNC_960.jpg") center top no-repeat #cfcfcf;
    height: auto;
    padding-top: 460px; }
    .kf-container .s13 .center .content-box {
      position: static;
      text-align: left;
      margin: 0 auto;
      width: 590px; }
      .kf-container .s13 .center .content-box .title {
        color: #ffffff;
        width: 100%;
        margin-bottom: 40px; }
      .kf-container .s13 .center .content-box .content {
        color: #ffffff;
        width: 100%;
        margin-bottom: 40px; }
      .kf-container .s13 .center .content-box .feature-box {
        width: auto;
        position: static;
        margin-bottom: 10px; }
        .kf-container .s13 .center .content-box .feature-box .feature {
          position: static; }
  .kf-container .s14 {
    background: url("../images/Battery_960.jpg") center top no-repeat #cfcfcf;
    height: 770px; }
    .kf-container .s14 .center {
      position: relative;
      width: 640px;
      left: 50%;
      margin-left: -320px; }
      .kf-container .s14 .center .title {
        font-size: 50px;
        line-height: 1;
        color: #ffffff;
        left: 300px;
        top: 300px;
        width: 290px; }
      .kf-container .s14 .center .description {
        color: #ffffff;
        text-align: left;
        position: absolute;
        right: auto;
        left: 300px;
        top: 673px; }
  .kf-container .s15 {
    background: url("../images/RGBKB-NAHIMIC_960.jpg") center bottom no-repeat #cfcfcf; }
    .kf-container .s15 .center {
      position: relative;
      width: 640px;
      text-align: left; }
      .kf-container .s15 .center .title, .kf-container .s15 .center .content {
        color: #ffffff; }
      .kf-container .s15 .center .content-box-1 {
        position: relative; }
        .kf-container .s15 .center .content-box-1 .fleft {
          float: none; }
        .kf-container .s15 .center .content-box-1 .title, .kf-container .s15 .center .content-box-1 .content {
          width: 100%; }
        .kf-container .s15 .center .content-box-1 .title {
          margin-bottom: 60px;
          font-size: 66px;
          line-height: 1; }
        .kf-container .s15 .center .content-box-1 .feature-box {
          position: static;
          float: none;
          margin: 40px 0 0; }
          .kf-container .s15 .center .content-box-1 .feature-box .feature {
            position: relative; }
          .kf-container .s15 .center .content-box-1 .feature-box .feature-1 {
            margin-bottom: 60px; }
          .kf-container .s15 .center .content-box-1 .feature-box .feature-2 {
            margin-bottom: 60px; }
      .kf-container .s15 .center .content-box-2 {
        width: 480px;
        left: 160px;
        margin-top: 113px; }
        .kf-container .s15 .center .content-box-2 .title {
          font-size: 42px;
          margin-bottom: 50px; }
        .kf-container .s15 .center .content-box-2 .content {
          margin-bottom: 50px; }
        .kf-container .s15 .center .content-box-2 .feature-box {
          position: relative; }
          .kf-container .s15 .center .content-box-2 .feature-box .feature {
            position: relative;
            margin-bottom: 40px; }
          .kf-container .s15 .center .content-box-2 .feature-box a.size-s {
            color: #ffffff; }
        .kf-container .s15 .center .content-box-2 .description {
          position: absolute;
          color: #ffffff;
          text-align: right;
          left: -203px;
          bottom: 36px;
          display: none; }
      .kf-container .s15 .center .content-box-4 {
        display: none; }
  .kf-container .sm-hide {
    display: none; } }

@media screen and (max-width: 640px) {
  .kf-container .center {
    width: 320px; }
  .kf-container .title {
    font-size: 40px;
    line-height: 40px; }
  .kf-container .s1 {
    background: url("../images/Visual_640_bg.png") center repeat-y;
    padding-top: 42%;
    padding-bottom: 60px;
    height: auto; }
    .kf-container .s1 .center {
      position: relative;
      margin-top: 0px;
      width: 320px;
      left: auto;
      margin: 410px auto 0; }
      .kf-container .s1 .center .Foreword .title {
        margin-top: 0;
        display: block;
        font-size: 36px;
        line-height: 1; }
        .kf-container .s1 .center .Foreword .title .noto-thin {
          margin-left: 20px; }
      .kf-container .s1 .center .Foreword .content {
        margin-top: 155px;
        text-align: left;
        width: 250px;
        margin-left: auto;
        margin-right: auto; }
      .kf-container .s1 .center .content-box {
        margin-top: 60px;
        display: block;
        text-align: left; }
        .kf-container .s1 .center .content-box .title {
          width: 250px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          font-size: 40px;
          line-height: 40px; }
        .kf-container .s1 .center .content-box .content {
          width: 250px;
          display: block;
          vertical-align: baseline;
          margin-top: 50px;
          margin-left: auto;
          margin-right: auto; }
        .kf-container .s1 .center .content-box .icon {
          background: url(../images/icons-visual-640.png) no-repeat;
          text-align: left;
          position: static;
          width: 283px;
          height: 194px;
          margin: 30px auto; }
          .kf-container .s1 .center .content-box .icon img {
            display: none; }
    .kf-container .s1 .visual {
      background: url(../images/Visual_640.jpg) no-repeat;
      width: 640px;
      height: 811px;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -320px; }
      .kf-container .s1 .visual img {
        display: none; }
    .kf-container .s1 .visual-title {
      position: absolute;
      top: 46px;
      left: 50%;
      width: 280px;
      margin-left: -140px; }
      .kf-container .s1 .visual-title img {
        width: 100%; }
    .kf-container .s1 .prod-01-960 {
      top: 171px;
      width: 360px;
      margin-left: -210px; }
      .kf-container .s1 .prod-01-960 img {
        width: 100%; }
    .kf-container .s1 .prod-02 {
      top: 201px;
      left: 0px;
      margin: auto; }
      .kf-container .s1 .prod-02 img {
        width: 100%; }
  .kf-container .s2 {
    background: url(../images/GPU_640.jpg) center 510px no-repeat #000; }
    .kf-container .s2 .center {
      position: relative; }
      .kf-container .s2 .center .content-box-1 {
        width: auto;
        display: flex;
        flex-flow: column; }
        .kf-container .s2 .center .content-box-1 .title {
          order: 1;
          margin-bottom: 20px;
          font-size: 37px; }
        .kf-container .s2 .center .content-box-1 .content {
          width: 100%;
          margin-bottom: 20px;
          order: 3; }
        .kf-container .s2 .center .content-box-1 .link {
          order: 4; }
        .kf-container .s2 .center .content-box-1 .icon {
          position: static;
          order: 2;
          margin: 10px 0; }
        .kf-container .s2 .center .content-box-1 .description {
          position: absolute;
          top: 785px;
          left: 120px;
          order: 4; }
      .kf-container .s2 .center .content-box-2 {
        width: auto;
        margin-top: 520px;
        display: flex;
        flex-flow: column; }
        .kf-container .s2 .center .content-box-2 .title {
          font-size: 32px;
          order: 1;
          margin-bottom: 0px; }
        .kf-container .s2 .center .content-box-2 .content {
          width: 100%;
          order: 3; }
        .kf-container .s2 .center .content-box-2 .icon {
          margin: 20px 0;
          order: 2; }
  .kf-container .s3 .center {
    width: 320px; }
  .kf-container .s3 .visual-img {
    display: none; }
  .kf-container .s3 .visual {
    background: url("../images/performance-pic-640.jpg") center 0 no-repeat;
    margin-top: 30px;
    height: 470px; }
    .kf-container .s3 .visual .description {
      top: 155px;
      margin-right: -140px; }
  .kf-container .s3 .content-box .title-2 {
    width: auto;
    font-size: 55px; }
  .kf-container .s3 .content-box .content {
    margin-top: 262px;
    width: 100%; }
  .kf-container .s3 .fixed-img, .kf-container .s3 .greenmark {
    display: none; }
  .kf-container .s3 .scroll-content {
    background-color: #9fa0a0; }
  .kf-container .s3 .greenmark + .greenbox {
    margin-top: 0; }
  .kf-container .s3 .greenbox {
    margin: 0 -40px;
    padding: 30px 40px;
    border-bottom: 1px solid #b7b7b7; }
    .kf-container .s3 .greenbox:last-child {
      border-bottom: none; }
    .kf-container .s3 .greenbox .text-title {
      font-size: 1.5em;
      margin-bottom: 20px;
      line-height: 1; }
    .kf-container .s3 .greenbox .text-description {
      margin-bottom: 60px; }
    .kf-container .s3 .greenbox .left {
      padding: 20px 10px; }
  .kf-container .s3 .greenbox-1 .icon-intel {
    margin-top: 10px;
    margin-bottom: 10px; }
  .kf-container .s3 .greenbox + .greenbox {
    margin-top: 5vh; }
  .kf-container .s3 .diagram img {
    width: 100%; }
  .kf-container .s3 .img-samsung, .kf-container .s3 .img-intel {
    width: 100%;
    background-size: 100%;
    height: auto; }
    .kf-container .s3 .img-samsung:before, .kf-container .s3 .img-intel:before {
      content: '';
      display: block;
      padding-top: 97.8%; }
  .kf-container .s3 .ts-2 {
    font-size: 1.5em;
    line-height: 1.3; }
  .kf-container .s3-5 {
    position: relative;
    height: 460px; }
    .kf-container .s3-5 .center {
      width: 720px;
      position: absolute;
      left: 50%;
      margin-left: -360px; }
      .kf-container .s3-5 .center #video-fan {
        width: 100%; }
    .kf-container .s3-5 .icon {
      position: absolute;
      width: 80px;
      top: 0px;
      left: 50%;
      margin-left: -674px; }
  .kf-container .s4 {
    padding: 0px 0 100px;
    background: #cfcfcf; }
  .kf-container .s5 {
    background: #cfcfcf; }
    .kf-container .s5 .center {
      text-align: left;
      position: static;
      width: 320px;
      display: flex;
      flex-flow: column; }
      .kf-container .s5 .center .title {
        font-size: 26px;
        order: 1; }
      .kf-container .s5 .center .content {
        font-size: 20px;
        order: 3; }
      .kf-container .s5 .center .title, .kf-container .s5 .center .content {
        line-height: 1.5;
        width: auto;
        margin: 0 auto; }
      .kf-container .s5 .center .icon {
        position: static;
        margin: 30px auto;
        order: 2; }
        .kf-container .s5 .center .icon img {
          width: 100%; }
    .kf-container .s5 .visual {
      position: relative;
      width: 480px;
      left: 50%;
      margin: 50px auto 0 -240px;
      padding-bottom: 50px; }
      .kf-container .s5 .visual img {
        width: 100%; }
  .kf-container .s6 {
    background: url("../images/WindowsHello_640.jpg") center top no-repeat; }
    .kf-container .s6 .center {
      position: relative;
      width: 320px;
      text-align: left;
      left: 50%;
      padding-top: 260px;
      padding-bottom: 83px;
      margin-left: -160px; }
      .kf-container .s6 .center .title {
        font-size: 26px;
        line-height: 39px; }
      .kf-container .s6 .center .content {
        color: #ffffff; }
  .kf-container .s7 {
    background: url(../images/IO_640.jpg) center 268px no-repeat #cfcfcf;
    min-height: 1050px; }
    .kf-container .s7 .center {
      position: relative; }
      .kf-container .s7 .center .title {
        font-size: 36px;
        line-height: 1.2;
        position: static;
        margin: 55px auto 0; }
      .kf-container .s7 .center .visual {
        left: 248px;
        top: 265px;
        width: 400px;
        display: none; }
        .kf-container .s7 .center .visual img {
          width: 100%; }
      .kf-container .s7 .center .content-box-1 a {
        color: #646464;
        font-size: 13px;
        line-height: 15px;
        font-weight: bold;
        width: 60px !important;
        position: absolute;
        text-align: left;
        text-decoration: none;
        cursor: pointer;
        width: 150px;
        transition: all 150ms ease-in-out; }
      .kf-container .s7 .center .content-box-1 a:hover {
        color: #000000;
        font-weight: bold; }
      .kf-container .s7 .center .content-box-1 a:after {
        position: absolute;
        height: 1px;
        top: 15px;
        left: 107px;
        border-left-color: #303030;
        border-left-width: 0px;
        border-left-style: solid;
        content: "";
        transition: all 150ms ease-in-out; }
      .kf-container .s7 .center .content-box-1 a:hover:after {
        border-left-width: 0px !important; }
      .kf-container .s7 .center .content-box-1 a.IO-1 {
        left: 15px;
        top: 459px;
        text-align: right; }
        .kf-container .s7 .center .content-box-1 a.IO-1:after {
          left: 97px; }
        .kf-container .s7 .center .content-box-1 a.IO-1:hover:after {
          border-left-width: 87px; }
      .kf-container .s7 .center .content-box-1 a.IO-2 {
        left: 15px;
        top: 496px;
        text-align: right; }
        .kf-container .s7 .center .content-box-1 a.IO-2:after {
          left: 140px; }
        .kf-container .s7 .center .content-box-1 a.IO-2:hover:after {
          border-left-width: 32px; }
      .kf-container .s7 .center .content-box-1 a.IO-3 {
        left: 15px;
        top: 571px;
        text-align: right; }
        .kf-container .s7 .center .content-box-1 a.IO-3:after {
          left: 122px; }
        .kf-container .s7 .center .content-box-1 a.IO-3:hover:after {
          border-left-width: 32px; }
      .kf-container .s7 .center .content-box-1 a.IO-4 {
        left: 15px;
        top: 626px;
        text-align: right; }
        .kf-container .s7 .center .content-box-1 a.IO-4:after {
          left: 131px; }
        .kf-container .s7 .center .content-box-1 a.IO-4:hover:after {
          border-left-width: 9px; }
      .kf-container .s7 .center .content-box-1 a.IO-5 {
        left: 15px;
        top: 685px;
        text-align: right; }
        .kf-container .s7 .center .content-box-1 a.IO-5:after {
          left: 108px; }
        .kf-container .s7 .center .content-box-1 a.IO-5:hover:after {
          border-left-width: 19px; }
      .kf-container .s7 .center .content-box-1 a.IO-6 {
        left: 242px;
        top: 681px; }
        .kf-container .s7 .center .content-box-1 a.IO-6:after {
          left: 112px; }
        .kf-container .s7 .center .content-box-1 a.IO-6:hover:after {
          border-left-width: 22px; }
      .kf-container .s7 .center .content-box-1 a.IO-7 {
        left: 242px;
        top: 618px; }
        .kf-container .s7 .center .content-box-1 a.IO-7:after {
          left: 130px; }
        .kf-container .s7 .center .content-box-1 a.IO-7:hover:after {
          border-left-width: 20px; }
      .kf-container .s7 .center .content-box-1 a.IO-8 {
        left: 242px;
        top: 557px; }
        .kf-container .s7 .center .content-box-1 a.IO-8:after {
          left: 126px; }
        .kf-container .s7 .center .content-box-1 a.IO-8:hover:after {
          border-left-width: 42px; }
      .kf-container .s7 .center .content-box-1 a.IO-9 {
        left: 242px;
        top: 487px; }
        .kf-container .s7 .center .content-box-1 a.IO-9:after {
          left: 121px; }
        .kf-container .s7 .center .content-box-1 a.IO-9:hover:after {
          border-left-width: 66px; }
      .kf-container .s7 .center .content-box-1 a.IO-10 {
        left: 242px;
        top: 424px; }
        .kf-container .s7 .center .content-box-1 a.IO-10:after {
          left: 121px; }
        .kf-container .s7 .center .content-box-1 a.IO-10:hover:after {
          border-left-width: 82px; }
  .kf-container .s7-5 .io-badge-graph, .kf-container .s7-5 .io-badge-outtext {
    display: block;
    width: auto; }
  .kf-container .s8 {
    background: url(../images/Software_640.jpg) center bottom no-repeat #cfcfcf; }
    .kf-container .s8 .redball {
      position: absolute;
      width: 1366px;
      left: 50%;
      margin-left: -928px;
      top: 500px; }
    .kf-container .s8 .center .title {
      color: #ffffff;
      margin-bottom: 60px;
      font-size: 44px;
      line-height: 45px; }
  .kf-container .s9:after {
    height: auto;
    background: url(../images/OneStopCenter_640.jpg) 0 0 no-repeat;
    padding-bottom: 61.24%;
    background-size: cover; }
  .kf-container .s9 .center {
    text-align: left;
    position: relative;
    top: 0px; }
    .kf-container .s9 .center .content-box {
      padding: 20px 0px; }
      .kf-container .s9 .center .content-box .title {
        font-size: 36px;
        line-height: 37px;
        color: #ffffff;
        margin-bottom: 40px; }
    .kf-container .s9 .center .description {
      line-height: 1.2;
      margin-top: 60vw; }
  .kf-container .s10 {
    padding-bottom: 100px; }
    .kf-container .s10 .visual {
      background: url(../images/Panel_640.jpg) center 0 no-repeat;
      width: auto;
      margin: 0 auto -170px;
      position: static; }
      .kf-container .s10 .visual:before {
        padding-top: 330px; }
      .kf-container .s10 .visual img {
        width: 100%;
        display: none; }
    .kf-container .s10 .center {
      width: 320px; }
      .kf-container .s10 .center .content-box-1 {
        display: flex;
        flex-flow: column; }
        .kf-container .s10 .center .content-box-1 .title {
          font-size: 30px;
          order: 1;
          margin-bottom: 0; }
        .kf-container .s10 .center .content-box-1 .content {
          order: 3; }
        .kf-container .s10 .center .content-box-1 .icon {
          margin: 20px 0;
          order: 2; }
        .kf-container .s10 .center .content-box-1 .title, .kf-container .s10 .center .content-box-1 .content, .kf-container .s10 .center .content-box-1 .icon {
          position: static;
          width: auto; }
        .kf-container .s10 .center .content-box-1 .feature-box {
          position: static;
          width: auto;
          order: 4;
          margin: 30px -20px; }
          .kf-container .s10 .center .content-box-1 .feature-box .feature {
            position: static; }
          .kf-container .s10 .center .content-box-1 .feature-box .feature-1 {
            width: 50%;
            float: left; }
          .kf-container .s10 .center .content-box-1 .feature-box .feature-2 {
            width: 50%;
            float: left;
            margin-bottom: 10px; }
          .kf-container .s10 .center .content-box-1 .feature-box:after {
            content: '';
            display: table;
            clear: both; }
        .kf-container .s10 .center .content-box-1 .tip {
          order: 5; }
      .kf-container .s10 .center .content-box-2 .description:first-child {
        width: 104px; }
      .kf-container .s10 .center .content-box-2 .description:last-child {
        width: 111px; }
      .kf-container .s10 .center .content-box-3 {
        width: auto; }
        .kf-container .s10 .center .content-box-3 .title {
          font-size: 40px;
          line-height: 1.1;
          margin-bottom: 0; }
        .kf-container .s10 .center .content-box-3 .title + .amoled {
          order: 1;
          margin: 30px 0 20px; }
        .kf-container .s10 .center .content-box-3 .content {
          color: #ffffff;
          margin-bottom: 30px; }
        .kf-container .s10 .center .content-box-3 .size-l {
          font-size: 52px;
          line-height: 52px; }
        .kf-container .s10 .center .content-box-3 .size-s {
          font-size: 18px;
          line-height: 26px; }
        .kf-container .s10 .center .content-box-3 .icons {
          width: auto; }
          .kf-container .s10 .center .content-box-3 .icons .amoled {
            display: none; }
        .kf-container .s10 .center .content-box-3 .icon {
          /*bottom: -10px;
                right: 250px;*/
          /*&:last-child {
                    bottom: 90px;
                    right: 250px;
                }*/ }
    .kf-container .s10.sharp240 .center .content-box-4 {
      width: 320px;
      margin-bottom: 0; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .size-l {
        font-size: 36px;
        line-height: 1; }
      .kf-container .s10.sharp240 .center .content-box-4 .feature-box .feature-1 {
        width: auto; }
      .kf-container .s10.sharp240 .center .content-box-4 .title span {
        font-weight: 100;
        font-size: 54px; }
      .kf-container .s10.sharp240 .center .content-box-4 .note-3 {
        font-size: 16px;
        line-height: 20px; }
  .kf-container .s11 {
    background: url(../images/AMOLED_640.jpg) center no-repeat;
    height: 257px;
    overflow: hidden;
    position: relative; }
    .kf-container .s11 .frame {
      display: none; }
    .kf-container .s11 .content-box-1 {
      position: absolute;
      width: 500px;
      left: 50%;
      margin-left: -546px;
      display: none; }
      .kf-container .s11 .content-box-1 .title {
        font-size: 116px;
        line-height: 197px;
        position: absolute;
        left: 90px;
        top: -17px;
        width: 223px; }
        .kf-container .s11 .content-box-1 .title:last-child {
          font-weight: 100;
          line-height: 146px;
          top: 326px;
          left: 55px;
          width: 400px; }
  .kf-container .s12 {
    background: #cfcfcf;
    position: relative; }
    .kf-container .s12 .center {
      text-align: left;
      width: 640px;
      padding: 60px 0;
      position: relative;
      left: 50%;
      margin-left: -320px; }
      .kf-container .s12 .center .title {
        color: #ffffff;
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
        margin: 0 auto 30px;
        width: 320px; }
      .kf-container .s12 .center .content {
        width: 320px;
        margin: 0 auto;
        font-size: 16px; }
      .kf-container .s12 .center .content-box-1 {
        background: url(../images/HiddenDurability_960.jpg) left center no-repeat;
        height: 539px;
        width: 640px;
        margin: 0 auto 60px;
        position: relative; }
        .kf-container .s12 .center .content-box-1 .title {
          padding-top: 100px;
          font-size: 28px; }
      .kf-container .s12 .center .content-box-2 {
        background: url("../images/CameraCover_960.jpg") center no-repeat;
        height: 539px;
        position: relative;
        margin-top: -2px; }
        .kf-container .s12 .center .content-box-2 .title {
          padding-top: 190px;
          font-size: 25px; }
  .kf-container .s13 {
    background: url("../images/CNC_640.jpg") center top no-repeat #cfcfcf;
    padding-top: 280px; }
    .kf-container .s13 .center .content-box {
      width: auto; }
      .kf-container .s13 .center .content-box .title {
        font-size: 27px;
        line-height: 1.3; }
      .kf-container .s13 .center .content-box .content {
        font-size: 18px; }
  .kf-container .s14 {
    background: url("../images/Battery_640.jpg") center top no-repeat #cfcfcf;
    height: 430px; }
    .kf-container .s14 .center {
      position: relative;
      width: 320px;
      left: 50%;
      margin-left: -160px; }
      .kf-container .s14 .center .title {
        font-size: 34px;
        line-height: 36px;
        left: 142px;
        top: 110px;
        width: 170px; }
      .kf-container .s14 .center .description {
        text-align: right;
        position: absolute;
        right: 190px;
        left: auto;
        top: 343px;
        width: 180px; }
  .kf-container .s15 {
    background: url("../images/RGBKB-NAHIMIC_640.jpg") center bottom no-repeat #cfcfcf;
    padding-bottom: 1541px; }
    .kf-container .s15 .center {
      position: relative;
      width: 320px;
      text-align: left; }
      .kf-container .s15 .center .title, .kf-container .s15 .center .content {
        color: #ffffff; }
      .kf-container .s15 .center .content-box-1 {
        position: relative; }
        .kf-container .s15 .center .content-box-1 .title, .kf-container .s15 .center .content-box-1 .content {
          width: 100%; }
        .kf-container .s15 .center .content-box-1 .title {
          margin-bottom: 40px;
          font-size: 39px;
          line-height: 40px; }
        .kf-container .s15 .center .content-box-1 .feature-box {
          width: auto; }
          .kf-container .s15 .center .content-box-1 .feature-box .size-l {
            font-size: 45px;
            line-height: 46px; }
          .kf-container .s15 .center .content-box-1 .feature-box .feature {
            position: relative; }
          .kf-container .s15 .center .content-box-1 .feature-box .feature-1 {
            margin-bottom: 40px; }
          .kf-container .s15 .center .content-box-1 .feature-box .feature-2 {
            margin-bottom: 60px; }
      .kf-container .s15 .center .content-box-2 {
        width: 320px;
        right: auto;
        left: 50%;
        margin-left: -160px;
        margin-top: 375px; }
        .kf-container .s15 .center .content-box-2 .title {
          margin-bottom: 40px;
          font-size: 28px;
          line-height: 1.2; }
        .kf-container .s15 .center .content-box-2 .content {
          margin-bottom: 40px; }
        .kf-container .s15 .center .content-box-2 .feature-box {
          position: relative; }
          .kf-container .s15 .center .content-box-2 .feature-box .feature {
            position: relative;
            margin-bottom: 40px; }
          .kf-container .s15 .center .content-box-2 .feature-box a.size-s {
            color: #ffffff; }
        .kf-container .s15 .center .content-box-2 .description {
          position: absolute;
          color: #ffffff;
          text-align: right;
          left: -203px;
          bottom: 36px;
          display: none; }
  .kf-container .xs-show {
    display: block; }
  .kf-container .xs-hide {
    display: none; } }

.kf-container .footnote {
  color: inherit; }

.kf-container .tabnav-list {
  list-style: none; }

.kf-container .tabnav {
  display: flex;
  justify-content: space-around;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  .kf-container .tabnav .tabnav-tabs {
    width: 30%; }
  .kf-container .tabnav .tabnav-content {
    width: 70%; }
  .kf-container .tabnav .tabnav-link {
    color: #999; }
  .kf-container .tabnav .tabnav-item {
    padding-left: 60px;
    border-bottom: 1px solid #d6d6d6;
    display: inline-block;
    list-style: none;
    outline: none; }

.kf-container .tabnav-link {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -.022em;
  padding: 7px 0 9px;
  margin-top: 2px;
  margin-bottom: 4px;
  color: #666;
  text-align: left;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
  cursor: pointer; }
  .kf-container .tabnav-link.active {
    pointer-events: none;
    color: #333;
    text-decoration: none;
    cursor: default;
    z-index: 10; }
  .kf-container .tabnav-link:focus {
    outline-offset: -1px; }

.kf-container .section-graph {
  overflow: hidden;
  text-align: left; }
  .kf-container .section-graph ul, .kf-container .section-graph li, .kf-container .section-graph h5, .kf-container .section-graph p, .kf-container .section-graph figure {
    margin: 0;
    padding: 0; }
  .kf-container .section-graph a:link, .kf-container .section-graph a:visited {
    text-decoration: none; }
  .kf-container .section-graph a:focus {
    outline: none; }

.kf-container .graph-gallery-wrap {
  width: 980px;
  margin: 0 auto; }

.kf-container .graph-gallery {
  position: relative;
  z-index: 10;
  background-color: #edede8;
  padding: 88px 90px 20px;
  margin: 90px -90px 0; }
  .kf-container .graph-gallery .tabnav .tabnav-link {
    font-size: 30px;
    line-height: 1.16667;
    font-weight: 900;
    letter-spacing: .009em;
    white-space: normal;
    line-height: 1.25;
    color: #fff; }
    .kf-container .graph-gallery .tabnav .tabnav-link.active {
      color: #fff; }
  .kf-container .graph-gallery .tabnav .tabnav-list .tabnav-item {
    display: block;
    padding-left: 5px;
    border: none !important; }
  .kf-container .graph-gallery .tabnav .tabnav-content .typography .tip {
    margin-top: 2em;
    font-size: 0.5em;
    line-height: 1.4; }
  .kf-container .graph-gallery .tip {
    color: #999; }
  .kf-container .graph-gallery .typography-right {
    position: relative;
    top: 0; }

.kf-container .graph-gallery-foot {
  border-top: 1px solid #b9b9b9;
  color: #999;
  margin-top: 5.8em;
  padding: 15px 0 0;
  font-size: 0.75em;
  line-height: 1.3; }
  .kf-container .graph-gallery-foot .tip {
    margin: 9px 0; }

.kf-container .typography .typography-data + .typography-data {
  padding-top: 50px; }

.kf-container .caption-container .typography-caption {
  margin-bottom: 40px; }

.kf-container .value-container .typography-value {
  margin-bottom: 40px; }
  .kf-container .value-container .typography-value .value-tag {
    position: relative;
    display: inline-block;
    left: 100%;
    transform: translateX(-100%); }

.kf-container .typography-data {
  display: flex;
  justify-content: space-around;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease-in 0.2s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s !important; }
  .kf-container .typography-data .typography-headline {
    padding-bottom: 5px;
    border-bottom: 1px solid #444;
    font-size: 17px;
    line-height: 1.23543;
    font-weight: 600;
    letter-spacing: -.022em; }
  .kf-container .typography-data .caption-container {
    font-size: 0.8em;
    position: absolute;
    top: 24px; }
  .kf-container .typography-data .value-container {
    font-size: 1.5em;
    position: absolute;
    top: 24px;
    width: 100%; }
  .kf-container .typography-data .typography-bar {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s ease-in 0.2s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s !important; }
  .kf-container .typography-data .caption-container {
    opacity: 0;
    transition: opacity 0.3s ease-in 0.6s; }
  .kf-container .typography-data .value-container .value-tag {
    opacity: 0;
    transition: opacity 0.3s ease-in 0.7s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s;
    -webkit-transform: translateX(-100%) translateX(-20px);
    transform: translateX(-100%) translateX(-20px); }
  .kf-container .typography-data .badge .badge-content {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
    .kf-container .typography-data .badge .badge-content .badge-value {
      opacity: 0;
      -webkit-transform: translateX(-20px);
      transform: translateX(-20px); }
  .kf-container .typography-data .tip {
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in 0.9s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  .kf-container .typography-data.built-in {
    opacity: 1;
    transform: translateY(0); }
    .kf-container .typography-data.built-in .graph-bar {
      transition: width 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s; }
    .kf-container .typography-data.built-in .typography-bar, .kf-container .typography-data.built-in .caption-container, .kf-container .typography-data.built-in .badge {
      opacity: 1;
      transform: translateY(0); }
    .kf-container .typography-data.built-in .typography-bar svg {
      transform: scaleX(1); }
    .kf-container .typography-data.built-in .badge .badge-content {
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      -webkit-transition: opacity 0.3s ease-in 0.7s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s;
      transition: opacity 0.3s ease-in 0.7s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s; }
      .kf-container .typography-data.built-in .badge .badge-content .badge-value {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: opacity 0.3s ease-in 0.9s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s;
        transition: opacity 0.3s ease-in 0.9s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s, -webkit-transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s; }
    .kf-container .typography-data.built-in .value-container .value-tag {
      opacity: 1;
      transform: translateX(-100%) translateX(0); }
    .kf-container .typography-data.built-in .tip {
      opacity: 1;
      -webkit-transform: translateX(0px);
      transform: translateX(0px); }

.kf-container .typography-left {
  position: relative;
  width: 70%; }

.kf-container .typography-right {
  width: 20%; }
  .kf-container .typography-right .badge {
    width: 100%; }

.kf-container .typography-caption {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -.016em;
  color: #646464; }

.kf-container .typography-value {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -.016em;
  color: #646464; }

.kf-container .typography-bar {
  margin-top: 16px; }
  .kf-container .typography-bar svg.ac-graph-svg {
    width: 100%;
    height: 100%; }
  .kf-container .typography-bar .graph-bar {
    margin-bottom: 53px; }

.kf-container .graph-bar {
  display: block;
  height: 7px;
  width: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5f5d68+0,b6b5bd+100 */
  background: #5f5d68;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5f5d68 0%, #b6b5bd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5f5d68 0%, #b6b5bd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5f5d68 0%, #b6b5bd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f5d68', endColorstr='#b6b5bd',GradientType=1 );
  /* IE6-9 */
  transition: width cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s; }

.kf-container #purple-gradient .left-stop {
  stop-color: #4f3ec8; }

.kf-container #purple-gradient .right-stop {
  stop-color: #9a74ed; }

.kf-container #blue-gradient .left-stop {
  stop-color: #1b8ffe; }

.kf-container #blue-gradient .right-stop {
  stop-color: #24ccfb; }

.kf-container #grey-gradient .left-stop {
  stop-color: #5f5d68; }

.kf-container #grey-gradient .right-stop {
  stop-color: #b6b5bd; }

.kf-container .badge {
  margin-right: 2em;
  display: inline-block;
  font-size: 20px;
  min-width: 5em;
  position: relative;
  z-index: 1; }
  .kf-container .badge .badge-value {
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
    left: -2px;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 1; }
  .kf-container .badge .badge-unit {
    font-size: 40px;
    line-height: 1;
    font-weight: 600; }
  .kf-container .badge .badge-caption {
    font-size: 14px;
    line-height: 1.42861;
    font-weight: 400;
    letter-spacing: -.016em;
    color: #646464; }

.kf-container .badge-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  flex-flow: column nowrap; }

.kf-container .typography-data .value-container .value-1 .value-tag {
  transition-delay: 0.8s; }

.kf-container .typography-data .value-container .value-2 .value-tag {
  transition-delay: 0.85s; }

.kf-container .typography-data .value-container .value-3 .value-tag {
  transition-delay: 0.9s; }

.kf-container #sec1-item-1 .value-container .value-1 .value-tag {
  left: 77%; }

.kf-container #sec1-item-1 .value-container .value-2 .value-tag {
  left: 95%; }

.kf-container #sec1-item-1 .value-container .value-3 .value-tag {
  left: 100%; }

.kf-container #sec1-item-2 .value-container .value-1 .value-tag {
  left: 37%; }

.kf-container #sec1-item-2 .value-container .value-2 .value-tag {
  left: 100%; }

.kf-container #sec1-item-2 .value-container .value-3 .value-tag {
  left: 78%; }

.kf-container #sec1-item-2 .value-container .value-4 .value-tag {
  left: 68%; }

.kf-container #sec1-item-2 .value-container .value-5 .value-tag {
  left: 100%; }

.kf-container #sec1-item-2 .value-container .value-6 .value-tag {
  left: 88%; }

.kf-container #sec1-item-3 .value-container .value-1 .value-tag {
  left: 50%; }

.kf-container #sec1-item-3 .value-container .value-2 .value-tag {
  left: 50%; }

.kf-container #sec1-item-3 .value-container .value-3 .value-tag {
  left: 100%; }

.kf-container #sec1-item-4 .value-container .value-1 .value-tag {
  left: 85%; }

.kf-container #sec1-item-4 .value-container .value-2 .value-tag {
  left: 100%; }

.kf-container #sec1-item-4 .value-container .value-3 .value-tag {
  left: 100%; }

.kf-container .graph-gallery .tabnav .tabnav-item.item-1 .tabnav-link.active {
  color: #005faf; }

.kf-container .graph-gallery .tabnav .tabnav-item.item-2 .tabnav-link.active {
  color: #bb8cfa; }

.kf-container .graph-gallery .tabnav .tabnav-item.item-3 .tabnav-link.active {
  color: #bf6af7; }

.kf-container .graph-gallery .tabnav .tabnav-item.item-4 .tabnav-link.active {
  color: #6ad4f7; }

.kf-container #sec1-item-1 .typography-data .badge-value {
  color: #005faf; }

.kf-container #sec1-item-2 .typography-data .badge-value {
  color: #bb8cfa; }

.kf-container #sec1-item-3 .typography-data .badge-value {
  color: #bf6af7; }

.kf-container #sec1-item-4 .typography-data .badge-value {
  color: #6ad4f7; }

.kf-container #sec1-item-1 .typography-data .tip {
  color: #005faf; }

.kf-container #sec1-item-2 .typography-data .tip {
  color: #bb8cfa; }

.kf-container #sec1-item-3 .typography-data .tip {
  color: #bf6af7; }

.kf-container #sec1-item-4 .typography-data .tip {
  color: #6ad4f7; }

.kf-container #sec1-item-1 .typography-data .bar-1 {
  background: #005faf; }

.kf-container #sec1-item-2 .typography-data .bar-1 {
  background: #bb8cfa; }

.kf-container #sec1-item-3 .typography-data .bar-1 {
  background: #bf6af7; }

.kf-container #sec1-item-4 .typography-data .bar-1 {
  background: #6ad4f7; }

@media screen and (max-width: 1366px) {
  .kf-container .graph-gallery-wrap {
    width: 880px; } }

@media screen and (max-width: 960px) {
  .kf-container .graph-gallery {
    padding: 120px 120px 20px;
    margin: 80px -150px 0; }
  .kf-container .graph-gallery-wrap {
    width: 560px; }
  .kf-container .tabnav .tabnav-content {
    width: 67%; }
  .kf-container .typography-left {
    width: 65%; }
  .kf-container .typography-right {
    width: 25%; }
  .kf-container .typography-data .typography-headline {
    width: 300px; }
  .kf-container .graph-gallery .tabnav .tabnav-link {
    font-size: 24px; } }

@media screen and (max-width: 768px) {
  .kf-container .graph-gallery {
    padding: 58px 0 18px;
    margin: 70px -7% 0; }
    .kf-container .graph-gallery .tabnav {
      flex-direction: column; }
      .kf-container .graph-gallery .tabnav .tabnav-tabs {
        overflow: hidden;
        width: 100%; }
      .kf-container .graph-gallery .tabnav ul {
        display: inline-block;
        white-space: nowrap; }
      .kf-container .graph-gallery .tabnav .tabnav-list .tabnav-item {
        padding-left: 6.25vw;
        display: inline-block; }
      .kf-container .graph-gallery .tabnav .tabnav-content {
        position: relative;
        top: 20px;
        left: 6.25%;
        width: 87.5%; }
        .kf-container .graph-gallery .tabnav .tabnav-content .typography .tip {
          margin-top: 0.5em; }
      .kf-container .graph-gallery .tabnav .tabnav-list {
        padding-right: 6.25vw;
        padding-bottom: 1em; }
    .kf-container .graph-gallery .typography-data {
      flex-direction: column; }
      .kf-container .graph-gallery .typography-data .typography-headline {
        width: auto;
        position: relative;
        top: -70px;
        border-bottom: none; }
      .kf-container .graph-gallery .typography-data .typography-left {
        order: 2;
        margin-top: 0; }
      .kf-container .graph-gallery .typography-data .typography-right {
        order: 1;
        border-top: none; }
    .kf-container .graph-gallery .badge-content {
      flex-direction: row; }
    .kf-container .graph-gallery .badge .badge-caption {
      position: relative;
      display: inline-block;
      margin-left: 0;
      margin-top: auto;
      height: 100%; }
    .kf-container .graph-gallery .badge .badge-value {
      display: inline-block;
      margin-left: 10px; }
  .kf-container .graph-gallery-wrap {
    width: 87.5%; }
  .kf-container .typography-left {
    width: 100%; }
  .kf-container .typography-right {
    width: 100%; }
  .kf-container .graph-gallery-foot {
    padding: 15px 6.25% 0; } }

.kf-container .s14 {
  position: relative; }

.kf-container .rgbkb {
  background: url(../images/Battery_1920_RGB.png) center bottom no-repeat;
  width: 796px;
  height: 250px;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 273px;
  margin-left: -684px;
  animation: color-ccw 1.5s linear infinite; }

@keyframes color-cw {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg); } }

@keyframes color-ccw {
  from {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg); }
  to {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg); } }

@media screen and (max-width: 960px) {
  .kf-container .rgbkb {
    top: 292px;
    margin-left: -841px; } }

@media screen and (max-width: 640px) {
  .kf-container .rgbkb {
    background: url(../images/Battery_640_RGB.jpg) center no-repeat;
    width: 290px;
    height: 115px;
    top: 131px;
    margin-left: -320px; } }

.kf-container .s5 .visual {
  position: relative;
  margin: 70px auto 50px;
  width: 1366px;
  left: 50%;
  margin-left: -683px;
  padding-bottom: 0; }
  .kf-container .s5 .visual:before {
    content: '';
    display: block;
    padding-bottom: 56.25%; }

.kf-container .s5 .ai-laptop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/AI-pro_1920.jpg") center 0 no-repeat;
  background-size: cover; }
  .kf-container .s5 .ai-laptop .ai-frame {
    position: absolute;
    top: 1.6%;
    left: 17.2%;
    width: 66%;
    height: 68.9%; }
    .kf-container .s5 .ai-laptop .ai-frame video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 960px) {
  .kf-container .s5 .visual {
    width: 940px;
    margin-left: -470px; } }

@media screen and (max-width: 640px) {
  .kf-container .s5 .visual {
    width: 480px;
    margin-left: -240px; } }

.kf-container .s3 .content-box .title-2 {
  font-size: 40px;
  line-height: 1.2; }

@media screen and (max-width: 1366px) {
  .kf-container .s3 .content-box .title-2 {
    font-size: 38px;
    line-height: 1.2; }
  .kf-container .s3 .content-box .content {
    width: 380px; } }

@media screen and (max-width: 960px) {
  .kf-container .s1 .prod-02 {
    top: 282px; }
  .kf-container .s2 .center .content-box-1 {
    margin: 70px auto; } }

@media screen and (max-width: 640px) {
  .kf-container .s1 .prod-02 {
    top: 192px; } }
