@charset "UTF-8";
.kf-container {
  font-weight: 400;
  line-height: normal;
  position: relative;
}

body {
  margin: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #222;
}

::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.kf-container .h1, .kf-container .h2, .kf-container .h3, .kf-container .h4, .kf-container .h5, .kf-container .h6 {
  height: auto;
}
.kf-container h1,
.kf-container h2,
.kf-container h3,
.kf-container h4,
.kf-container h5,
.kf-container h6,
.kf-container ol,
.kf-container ul,
.kf-container li,
.kf-container p {
  margin: 0;
  padding: 0;
}
.kf-container a,
.kf-container a:hover,
.kf-container a:visited {
  color: inherit;
  text-decoration: none;
}
.kf-container .__layout-grid {
  --layout-bg-color: rgba(255, 0, 0, .15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50;
  overflow: hidden;
  pointer-events: none;
}
.kf-container .__layout-grid .container {
  border-left: 1px solid;
  border-right: 1px solid;
  color: #ffbb3e;
  position: relative;
}
.kf-container .__layout-grid [class^=col]::after {
  content: "";
  background-color: var(--layout-bg-color);
  display: block;
  height: 100vh;
}
.kf-container ._gs_fade_in {
  opacity: 0;
  transform: translateY(40px) scale(1.05);
  transition: all 250ms ease-in;
}
.kf-container ._gs_fade_in._gs_fade_in_active {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: 450ms;
  transition-timing-function: ease-in-out;
}
.kf-container .sticky-top,
.kf-container .stickyTop {
  position: sticky;
  top: 0;
}
.kf-container .sticky-center,
.kf-container .stickyCenter {
  position: sticky;
  top: 50%;
}
.kf-container .sticky-bottom,
.kf-container .stickyBottom {
  position: sticky;
  bottom: 0;
}
.kf-container .sticky-fixed {
  --sf-content-height: auto;
}
.kf-container .sticky-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc(var(--sf-content-height) * -1);
}
.kf-container .sticky-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .sticky-center-fixed {
  --sf-content-height: auto;
  --offset: calc(50vh - var(--sf-content-height) * .5);
  --min-offset: var(--offset);
  --center-offset: max(var(--min-offset), var(--offset));
  margin-bottom: var(--center-offset);
}
.kf-container .sticky-center-fixed .stickyCenter,
.kf-container .sticky-center-fixed .sticky-center {
  top: var(--center-offset);
  margin-bottom: calc(var(--center-offset) * -1);
}
.kf-container .sticky-center-fixed > .timeline:not(.timeline + .timeline) {
  margin-top: calc((var(--sf-content-height) + var(--center-offset)) * -1);
}
.kf-container .sticky-center-fixed::after {
  content: "";
  display: block;
  height: var(--sf-content-height);
}
.kf-container .img-compare {
  position: relative;
  display: inline-block;
  user-select: none;
  container-type: inline-size;
}
.kf-container .img-compare > img {
  max-width: 100%;
}
.kf-container .img-compare .img-compare-left, .kf-container .img-compare .img-compare-right {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 9cqi;
  color: #fff;
  bottom: 5%;
}
.kf-container .img-compare .img-compare-left {
  left: 0;
  right: 50%;
}
.kf-container .img-compare .img-compare-right {
  left: 50%;
  right: 0%;
}
.kf-container a[data-tip] {
  font-size: 0.8em;
  vertical-align: super;
  display: inline-block;
  font-weight: 100;
  line-height: inherit;
  cursor: pointer;
  color: inherit;
  font-size: 12px;
  font-family: Arial;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  color: #2e2e2e;
  /* transform    : scale(0.8); */
  transform-origin: center;
  padding: 1px 3px;
  line-height: 1;
  font-weight: bolder;
  margin-left: 2px;
  text-shadow: 0 0 1px;
}
.kf-container a[data-tip]:active, .kf-container a[data-tip]:hover, .kf-container a[data-tip]:visited {
  color: inherit;
  text-decoration: none;
}
.kf-container a[data-tip]:active, .kf-container a[data-tip]:hover, .kf-container a[data-tip]:visited {
  background: #ff6400;
  border: 1px solid #ff6400;
  color: #000;
}
.kf-container .section-tip {
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: 0.7em;
  line-height: 1.4;
  font-family: "Titillium Web";
}
.kf-container .section-tip > .container {
  max-width: 74%;
}
.kf-container .section-tip ol {
  padding: 0;
  margin: 0;
}
.kf-container .section-tip ol li {
  margin-bottom: 10px;
}
.kf-container .section-tip .content-box {
  padding: 0;
}
.KeyfeatureParseContenArea.blackBackGround .kf-container .section-tip, .theme-dark .kf-container .section-tip {
  background: #000000;
  color: #afafaf;
}
.kf-container .dots {
  --dots-spacing: 1vw;
  position: fixed;
  right: 0;
  top: 50%;
  color: white;
  z-index: 9999;
  display: grid;
  justify-items: flex-end;
  gap: 4px;
  overflow: hidden;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .kf-container .dots {
    display: none;
  }
}
.kf-container .dots a {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 2px var(--dots-spacing, 1vw);
  min-width: 80px;
  color: rgba(255, 255, 255, 0.5647058824);
}
.kf-container .dots a p {
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1;
  text-align: right;
  pointer-events: none;
  padding: 0 8px 0 0;
  position: relative;
  margin: 0;
  opacity: 0;
  transition: all 0.25s;
}
.kf-container .dots a p::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0px;
  margin-left: 5px;
  background: #fff;
  vertical-align: middle;
  transition: all 0.25s;
}
.kf-container .dots a::after {
  content: "";
  display: block;
  transition: 0.2s;
  background: url("../../innergigabyte/images/sidebar-dot.svg") 0 0/cover no-repeat;
  width: 22px;
  height: 22px;
}
.kf-container .dots a.highlight div {
  background-color: var(--dots-highlight-color, rgba(255, 255, 255, 0.1882352941));
}
.kf-container .dots a.active, .kf-container .dots a:hover {
  text-decoration-color: rgba(0, 0, 0, 0);
  color: #fff;
}
.kf-container .dots a.active p, .kf-container .dots a:hover p {
  pointer-events: unset;
  opacity: 1;
}
.kf-container .dots a.active p::after, .kf-container .dots a:hover p::after {
  width: 30px;
}
.kf-container .dots a.active::after, .kf-container .dots a:hover::after {
  background-image: url("../../innergigabyte/images/sidebar-dot-active.svg");
}
.kf-container .sticky-dots {
  position: sticky;
  top: 0;
  height: 100vh;
  padding-top: var(--localnav-height);
  z-index: 20;
  margin-left: auto;
  display: flex;
  align-items: center;
  width: max-content;
  overflow: hidden;
  margin-bottom: -100vh;
}
.kf-container .sticky-dots .dots {
  position: static;
  transform: none;
}
.kf-container .dots.visible-by-first {
  visibility: hidden;
  opacity: 0;
}
.kf-container .dots.visible-by-first.visible {
  visibility: visible;
  opacity: 1;
}
.kf-container .dots.visible-by-first.visible > a[href] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-first.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
.kf-container .dots.visible-by-archor {
  opacity: 0;
  transform: translateX(100%);
  transition: all 600ms ease;
}
.kf-container .dots.visible-by-archor.visible {
  opacity: 1;
  transform: translateX(0);
}
.kf-container .dots.visible-by-archor.visible > a[href] {
  transform: translateX(0);
  animation: dot-FadeInFromRight 400ms ease 0s backwards;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(1) {
  animation-delay: 0ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(2) {
  animation-delay: 50ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(3) {
  animation-delay: 100ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(4) {
  animation-delay: 150ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(5) {
  animation-delay: 200ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(6) {
  animation-delay: 250ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(7) {
  animation-delay: 300ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(8) {
  animation-delay: 350ms;
}
.kf-container .dots.visible-by-archor.visible > a:nth-child(9) {
  animation-delay: 400ms;
}
@keyframes dot-FadeInFromRight {
  from {
    transform: translateX(100%);
  }
}
.kf-container .b-swiper .swiper-pagination {
  --swiper-pagination-bullet-width: 48px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-pagination-color: $color-highlight;
  --swiper-pagination-color: #575757;
  --swiper-pagination-bullet-inactive-color: #575757;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  position: static;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: auto;
  row-gap: var(--swiper-pagination-bullet-horizontal-gap);
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  position: relative;
  width: var(--swiper-pagination-bullet-height);
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
  transition: width 250ms;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: calc(var(--swiper-pagination-bullet-horizontal-gap) * -1);
  padding: var(--swiper-pagination-bullet-horizontal-gap);
  box-sizing: content-box;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: var(--swiper-pagination-bullet-width);
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% * min(var(--progress), 1));
  background: #00FFFF;
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
}
.kf-container .b-swiper .b-swiper-autoplay-control {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  cursor: pointer;
  font-size: 1.5em;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-pause-circle {
  display: none;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-play-circle {
  display: block;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-play-circle {
  display: none;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-pause-circle {
  display: block;
}
.kf-container .b-swiper .b-swiper-pagination {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
.kf-container .b-swiper .b-swiper-pagination.vertical {
  flex-direction: column;
  margin-top: 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-vertical-gap: 8px;
  --swiper-pagination-bullet-width: 4px;
  --swiper-pagination-bullet-height: 60px;
  flex-direction: column;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet,
.kf-container .b-swiper .b-swiper-pagination.vertical .b-swiper-autoplay-control {
  margin: var(--swiper-pagination-bullet-vertical-gap, 4px) 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: calc(100% * var(--progress));
  width: 100%;
}
.kf-container .b-swiper .b-swiper-pagination .swiper-pagination.swiper-pagination-lock + .b-swiper-autoplay-control {
  display: none;
}
.kf-container .btn {
  display: inline-block;
  vertical-align: middle;
}
.kf-container .section-gallery .card .card-button, .kf-container .section-gallery .card .hide-content {
  transition: all 250ms ease;
}
.kf-container {
  --gs-primary: #46e6e6;
  --gs-secondary: #ff6400;
  --swiper-thumbs-active-color: var(--gs-secondary, #ff6400);
  --game-assist-active-color: var(--gs-secondary, #ff6400);
  --swiper-pagination-bullet-active-color: var(--gs-primary, #464646);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans", "Noto Sans TC", "Malgun Gothic", Dotum, "돋움", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  position: relative;
  box-sizing: border-box;
  background: #000;
  color: #fff;
}
.kf-container h1 {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
}
.kf-container h3 {
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
}
.kf-container .btn {
  text-decoration: none;
  cursor: pointer;
}
.kf-container .note {
  font-size: 14px;
  color: #A9A9A9;
}
.kf-container .sticky-container .sticky-top,
.kf-container .sticky-container .stickyTop {
  position: sticky;
  top: 0;
}
.kf-container .youtube-container {
  position: relative;
}
.kf-container .youtube-container:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.kf-container .youtube-container iframe,
.kf-container .youtube-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.kf-container .section {
  position: relative;
  z-index: 11;
}
.kf-container .small {
  font-size: 0.8em;
}
.kf-container .kp {
  position: relative;
  font-weight: 400;
  line-height: 0.9;
  font-size: 1.25em;
  min-width: 180px;
  margin: 0 auto;
}
.kf-container .kp .kp {
  font-size: 1em;
}
.kf-container .kp p {
  line-height: normal;
  margin-bottom: 0.5em;
}
.kf-container .kp .kp-text {
  font-size: 1.833em;
  line-height: 1;
  color: var(--gs-primary, #46E6E6);
}
.kf-container .kp .kp-main {
  padding: 1px 0;
  font-family: "Orbitron", "Noto Sans", "Noto Sans TC", "sans-serif";
  line-height: 1;
}
.kf-container .kp .kp-main strong {
  font-weight: normal;
  font-size: 1.5em;
  margin-right: 4px;
  letter-spacing: -2px;
}
.kf-container .kp .kp-sub {
  padding: 1px 0;
  font-weight: lighter;
  line-height: 1.2;
  font-family: "Titillium Web", "Noto Sans";
}
.kf-container .kp .kp-line {
  height: 8px;
  margin: 0.5em auto;
  background: linear-gradient(15deg, #00A0E9 5%, #E4007F 90%);
  background: url("../../innergigabyte/images/vi-line.svg") left 0 no-repeat;
  width: 181px;
}
@media (min-width: 961px) {
  .kf-container .kp .kp-line {
    margin: 1em auto;
  }
}
.kf-container .kp-list {
  display: flex;
  flex-flow: row wrap;
}
.kf-container .kp-list > * {
  flex-shrink: 0;
}
.kf-container .kp-list .kp {
  padding-left: 1rem;
  padding-right: 1rem;
}
.kf-container .kp-list .kp-img-inline {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.kf-container .kp-list .kp-img-inline img {
  max-height: 60px;
}
.kf-container .gs-tabs {
  display: flex;
  font-family: "Titillium Web", "Noto Sans";
}
.kf-container .gs-tab-contents {
  position: relative;
  overflow: hidden;
  display: flex;
}
.kf-container .gs-tab-contents .gs-tab-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: none;
  transition: all 450ms ease;
}
.kf-container .gs-tab-contents .gs-tab-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kf-container .gs-tabs {
  display: flex;
}
.kf-container .gs-tab-contents {
  position: relative;
  overflow: hidden;
  display: flex;
}
.kf-container .gs-tab-contents .gs-tab-content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  visibility: none;
  transition: all 450ms ease;
}
.kf-container .gs-tab-contents .gs-tab-content.active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.kf-container .wp-openup {
  position: relative;
  overflow-x: hidden;
  transition: transform 0ms linear;
  transform: scale(0.9);
}
.kf-container .wp-openup:before, .kf-container .wp-openup:after {
  content: "";
  width: 50%;
  position: absolute;
  z-index: 100;
  height: 100%;
  top: 0;
  background-color: #000;
  transition: width 0s ease-in;
  transition: width 0s cubic-bezier(0.66, -0.01, 0.81, 0.29);
}
.kf-container .wp-openup:before {
  left: 0;
}
.kf-container .wp-openup:after {
  right: 0;
}
.kf-container .wp-openup.active {
  transition-duration: 800ms;
  transform: scale(1);
}
.kf-container .wp-openup.active:before, .kf-container .wp-openup.active:after {
  transition-duration: 500ms;
  width: 0;
}
.kf-container .title-line {
  display: inline-block;
}
.kf-container .no-wrap {
  white-space: nowrap;
}
.kf-container .vi-color-linear {
  background: var(--gs-primary, #46E6E6);
  color: transparent;
  background-clip: text;
  text-shadow: none;
}
.kf-container .img-relative {
  position: relative;
}
.kf-container .img-relative > img {
  display: block;
}
.kf-container .img-relative .img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .b-swiper .swiper-pagination {
  --swiper-pagination-bullet-width: 60px;
  --swiper-pagination-bullet-height: 4px;
  --swiper-pagination-bullet-inactive-color: #575757;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 8px;
  position: static;
  display: flex;
  align-items: center;
  width: auto;
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  border-radius: calc(var(--swiper-pagination-bullet-height) * 0.5);
}
.kf-container .b-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% * min(var(--progress), 1));
  background: var(--swiper-pagination-bullet-active-color, #ff6400);
}
.kf-container .b-swiper .b-swiper-autoplay-control {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  cursor: pointer;
  font-size: 1.5em;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-pause-circle {
  display: none;
}
.kf-container .b-swiper .b-swiper-autoplay-control .bi-play-circle {
  display: block;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-play-circle {
  display: none;
}
.kf-container .b-swiper.autoplay .b-swiper-autoplay-control .bi-pause-circle {
  display: block;
}
.kf-container .b-swiper .b-swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10px 15px 30px;
}
.kf-container .b-swiper .b-swiper-pagination.vertical {
  flex-direction: column;
  margin-top: 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination {
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-vertical-gap: 8px;
  --swiper-pagination-bullet-width: 4px;
  --swiper-pagination-bullet-height: 60px;
  flex-direction: column;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet,
.kf-container .b-swiper .b-swiper-pagination.vertical .b-swiper-autoplay-control {
  margin: var(--swiper-pagination-bullet-vertical-gap, 4px) 0;
}
.kf-container .b-swiper .b-swiper-pagination.vertical .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  height: calc(100% * var(--progress));
  width: 100%;
}
.kf-container .b-swiper .b-swiper-pagination .swiper-pagination.swiper-pagination-lock + .b-swiper-autoplay-control {
  display: none;
}
.kf-container .card {
  background: #202020;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.kf-container .video-wrap > video {
  width: 100%;
  object-fit: cover;
}
.kf-container .eyebrow {
  color: var(--gs-primary, #46E6E6);
  font-family: "Noto Sans", "Noto Sans TC", "Malgun Gothic", Dotum, "돋움", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.54px;
  text-transform: uppercase;
}
.kf-container .btn-gameassist {
  cursor: pointer;
  padding: 0.8em 1em;
  line-height: 1;
  color: #fff;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 1px solid #4b4b4b;
  text-decoration: none;
}
.kf-container .btn-gameassist.active, .kf-container .btn-gameassist:hover {
  background-color: rgba(255, 102, 0, 0.15);
  border: 1px solid var(--gs-primary, #46E6E6);
}
.kf-container .gs-tabs {
  margin: 1em 0;
}
.kf-container .gs-tabs .gs-tab {
  flex: 1 0 33.3%;
  height: auto;
}
.kf-container .gs-tabs .gs-tab .btn-gameassist {
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 0.3em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  align-items: center;
  font-size: pixel-to-em(16px);
  text-align: center;
}
.kf-container .gs-tabs .gs-tab.active .btn-gameassist {
  background-color: rgba(255, 102, 0, 0.15);
  border: 1px solid var(--gs-primary, #46E6E6);
}
.kf-container .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: var(--casaul-body-spacer, 30px);
}
.kf-container .section {
  padding: 1px 0;
}
.kf-container .highlight, .kf-container .section-io .io-comps p > span {
  color: #46E6E6;
}
.kf-container .section-hero {
  text-align: center;
  padding-bottom: 100px;
  /* Responsive styles */
}
.kf-container .section-hero .section-content {
  padding-top: 100px;
}
.kf-container .section-hero .section-content > :not([hidden]) ~ :not([hidden]) {
  margin-top: calc(var(--casaul-body-spacer, 30px) * 1.5);
}
.kf-container .section-hero .kp-list {
  display: grid;
  gap: var(--casaul-body-spacer, 30px);
  grid-template: 1fr/auto;
}
@media (min-width: 631px) {
  .kf-container .section-hero .kp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 961px) {
  .kf-container .section-hero .kp-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1321px) {
  .kf-container .section-hero .kp-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.kf-container .section-hero .icons img,
.kf-container .section-hero .icons .icon {
  max-height: 60px;
}
.kf-container .section-hero .features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.kf-container .section-hero .feature-card {
  background-color: #111;
  border-radius: 10px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  position: relative;
  row-gap: 10px;
}
.kf-container .section-hero .feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(-45deg, #757575 0%, #101010 63%, #757575 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.kf-container .section-hero .feature-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 0;
  font-family: "Noto Sans", "Noto Sans TC", "Malgun Gothic", Dotum, "돋움", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
}
.kf-container .section-hero .feature-title-big {
  font-size: 2.5rem;
}
.kf-container .section-hero .feature-desc {
  font-size: 0.8rem;
  color: #ccc;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.kf-container .section-hero .logo-img {
  max-width: 100%;
  max-height: 75px;
}
.kf-container .section-hero .img-s {
  max-height: 65px;
}
@media screen and (max-width: 1024px) {
  .kf-container .section-hero .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .kf-container .section-hero .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .kf-container .section-hero .bottom-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .kf-container .section-hero .features-grid {
    grid-template-columns: 1fr;
  }
  .kf-container .section-hero .bottom-row {
    grid-template-columns: 1fr;
  }
}
.kf-container .section-scenario {
  overflow: hidden;
}
.kf-container .section-scenario img {
  width: 100%;
  display: block;
}
.kf-container .section-scenario .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kf-container .section-scenario .video-wrap {
  position: absolute;
  top: 10.6%;
  left: 34.7%;
  width: 45%;
  aspect-ratio: 16/9;
}
.kf-container .section-scenario .video-wrap > video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.kf-container .section-scenario .green-cover {
  position: absolute;
  top: 10.6%;
  left: 34.7%;
  width: 38.1%;
  aspect-ratio: 1.507;
  perspective: 31.8vw;
  transform-style: preserve-3d;
}
.kf-container .section-scenario .green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left top;
  transform: rotateY(9.6deg) skewY(1.6deg) rotateX(-0.2deg) skewX(0deg);
}
.kf-container .section-scenario .green > video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.kf-container .section-video .bg > img {
  display: block;
  width: 100%;
}
.kf-container .section-panel {
  text-align: center;
}
@media (min-width: 961px) {
  .kf-container .section-panel {
    text-align: left;
  }
}
.kf-container .section-panel .content-box {
  height: 100px;
}
.kf-container .section-panel .panel-bg {
  --linear-bg-top: linear-gradient(0deg, transparent 60%, #000 100%);
  --linear-bg-bottom: linear-gradient(0deg, #000 0%, transparent 32%);
  background: var(--linear-bg-top), url("../../innergigabyte/images/panel-bg.jpg") center 0/100% auto no-repeat;
  position: relative;
  z-index: -1;
  padding-bottom: 56.25%;
}
@media (min-width: 1321px) {
  .kf-container .section-panel .panel-bg {
    --linear-bg-top: none;
  }
}
.kf-container .section-panel .panel-bg .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../innergigabyte/images/panel-bg-mask.png") center 0/100% auto no-repeat;
}
.kf-container .section-panel .panel-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--linear-bg-bottom);
}
.kf-container .section-panel .wrap-panel-bg {
  position: relative;
  overflow: hidden;
}
.kf-container .section-panel .wrap-panel-bg .panel-bg {
  margin-top: -7vw;
}
.kf-container .section-panel video {
  width: 100%;
}
.kf-container .section-panel .panel-vid {
  position: absolute;
  top: 23.6111111111%;
  left: 28.90625%;
  width: 42.96875%;
  height: 43.0555555556%;
}
.kf-container .section-panel .panel-vid > video,
.kf-container .section-panel .panel-vid > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kf-container .section-panel .panel-vid.panel-txt-on-off {
  display: flex;
  align-items: flex-end;
}
.kf-container .section-panel .panel-vid.panel-txt-on-off div {
  opacity: 0.3;
}
.kf-container .section-panel .panel-vid .oled-vrr > img {
  width: 100%;
}
.kf-container .section-panel .section-top {
  max-width: 800px;
  margin: 0 auto;
  --offset-height: 13.1vw;
  margin-bottom: calc(var(--offset-height) * -1);
  min-height: var(--offset-height);
  display: flex;
  align-items: end;
  padding-block: calc(var(--casaul-body-spacer, 30px) * 1.5);
}
.kf-container .section-panel .section-top .row {
  position: relative;
}
.kf-container .section-panel .section-top .vi-color-linear {
  position: absolute;
  bottom: 100%;
}
.kf-container .section-panel .panel-model {
  position: relative;
}
.kf-container .section-panel .panel-model .panel-screen {
  position: absolute;
  top: 27.25%;
  left: 29.76%;
  width: 40.39%;
  height: 39.07%;
  background: rgba(255, 0, 0, 0.5);
}
.kf-container .section-panel .section-bottom {
  position: relative;
  text-align: center;
  --offset-height: 17vw;
  margin-top: calc(var(--offset-height) * -1);
  min-height: var(--offset-height);
  padding: calc(var(--casaul-body-spacer, 30px) * 1.5) 1rem;
}
.kf-container .section-panel .section-bottom .icon {
  height: 80px;
}
.kf-container .section-panel .kp-list {
  display: grid;
  gap: calc(var(--casaul-body-spacer, 30px) * 1.5);
}
@media (min-width: 631px) {
  .kf-container .section-panel .kp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kf-container .section-panel .kp-list .kp-list {
  display: flex;
  gap: 0;
}
.kf-container .section-panel .kp-list .kp-list .kp {
  flex-basis: 50%;
  flex-shrink: 1;
  min-width: 0;
}
.kf-container .section-panel > .kp-list {
  grid-template-columns: auto;
}
.kf-container .section-panel .vi-color-linear {
  transform: translateX(-50%);
}
@media (min-width: 961px) {
  .kf-container .section-panel .vi-color-linear {
    transform: none;
  }
}
.kf-container .section-dp {
  background: linear-gradient(0deg, #000 0%, transparent 10%), url("../../innergigabyte/images/dp-bg.jpg") center 0 no-repeat;
  text-align: center;
}
.kf-container .section-dp .section-content {
  padding: 10rem 0;
  max-width: 784px;
  margin: 0 auto;
}
.kf-container .section-gaming-feature {
  padding-block: 100px;
  overflow: hidden;
  background: url("../../innergigabyte/images/bg-gaming-feature.jpg") center/cover no-repeat;
}
@media (max-width: 960.98px) {
  .kf-container .section-gaming-feature {
    padding-block: 50px;
  }
}
.kf-container .section-gaming-feature .black-window {
  border-radius: 10px;
  border: 1px solid #414141;
  background: linear-gradient(67deg, rgba(207, 207, 207, 0) 65.45%, rgba(207, 207, 207, 0.15) 94.83%), rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  padding: 1em;
  display: flex;
  align-items: center;
  align-content: start;
  gap: 1em;
  height: 100%;
}
@media (max-width: 960.98px) {
  .kf-container .section-gaming-feature .black-window {
    flex-wrap: wrap;
  }
}
.kf-container .section-gaming-feature .black-window .img {
  width: 60%;
  flex: 1 0 60%;
  padding: 2rem;
  max-width: 100%;
}
@media (max-width: 960.98px) {
  .kf-container .section-gaming-feature .black-window .img {
    width: 100%;
    flex: 1 0 100%;
    padding: 0;
  }
}
.kf-container .section-gaming-feature .black-window .img img,
.kf-container .section-gaming-feature .black-window .img video {
  width: 100%;
}
.kf-container .section-gaming-feature .black-window .txt {
  flex: 1 0 40%;
  padding: 2rem;
  line-height: 160%;
  font-size: 16px;
  max-width: 100%;
}
@media (max-width: 630.98px) {
  .kf-container .section-gaming-feature .black-window .txt {
    padding: 1rem;
  }
}
.kf-container .section-gaming-feature .gaming-swiper-thumbs {
  overflow: hidden;
  border-bottom: 1px solid #787878;
}
.kf-container .section-gaming-feature .gaming-swiper-thumbs .swiper-wrapper {
  justify-content: space-between;
}
.kf-container .section-gaming-feature .gaming-swiper-thumbs .swiper-slide {
  width: auto;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 0.5em 1.1em;
  border-bottom: 3px solid transparent;
}
.kf-container .section-gaming-feature .gaming-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  font-weight: bold;
  border-color: var(--swiper-thumbs-active-color, #ff6400);
}
.kf-container .section-gaming-feature .gaming-swiper {
  overflow: visible;
}
.kf-container .section-gaming-feature .gaming-swiper .img img {
  display: block;
  width: 100%;
}
.kf-container .section-gaming-feature .gaming-swiper .text {
  margin-top: 40px;
  padding: 1em;
}
.kf-container .section-gaming-feature .gaming-swiper .swiper-slide {
  height: auto;
}
.kf-container .section-gaming-feature .gs-tabs {
  gap: 10px;
  margin-top: 25px;
}
@media (max-width: 630.98px) {
  .kf-container .section-gaming-feature .gs-tabs {
    display: flex;
    flex-direction: column;
  }
}
.kf-container .section-gaming-feature .btn-gameassist {
  cursor: pointer;
  line-height: 1;
  color: rgb(255, 255, 255);
  vertical-align: middle;
  padding: 0.8em 1.6em;
  outline: none;
  background: transparent;
  border: 1px solid rgb(75, 75, 75);
  text-decoration: none;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
}
.kf-container .section-gaming-feature .gs-tab.active .btn-gameassist {
  background-color: rgb(from var(--game-assist-active-color) r g b/15%);
  border-color: var(--game-assist-active-color, #ff6400);
  font-weight: bold;
}
.kf-container .section-aimonitor {
  overflow: hidden;
  padding-block: 100px;
}
@media (max-width: 960.98px) {
  .kf-container .section-aimonitor {
    padding-block: 50px;
  }
}
.kf-container .section-aimonitor strong {
  display: block;
  margin-bottom: 0.6em;
}
.kf-container .section-aimonitor .img {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kf-container .section-aimonitor .img img,
.kf-container .section-aimonitor .img video {
  display: block;
  width: 100%;
}
.kf-container .section-aimonitor .tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 960.98px) {
  .kf-container .section-aimonitor .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-aimonitor .tech-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.kf-container .section-aimonitor .aimonitor-swiper-thumbs {
  overflow: hidden;
  border-bottom: 1px solid #787878;
}
.kf-container .section-aimonitor .aimonitor-swiper-thumbs .swiper-wrapper {
  justify-content: space-between;
}
.kf-container .section-aimonitor .aimonitor-swiper-thumbs .swiper-slide {
  width: auto;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 0.5em 1.1em;
  border-bottom: 3px solid transparent;
}
.kf-container .section-aimonitor .aimonitor-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  font-weight: bold;
  border-color: var(--swiper-thumbs-active-color, #ff6400);
}
.kf-container .section-aimonitor .img-compare {
  display: block;
}
.kf-container .section-aimonitor .img-compare .img-compare-right {
  color: #808487;
}
.kf-container .section-aimonitor .aimonitor-swiper {
  overflow: visible;
}
.kf-container .section-aimonitor .aimonitor-swiper .img img,
.kf-container .section-aimonitor .aimonitor-swiper .img video {
  display: block;
  width: 100%;
}
.kf-container .section-aimonitor .aimonitor-swiper .text {
  margin-top: 40px;
  padding: 1em;
}
@media (max-width: 630.98px) {
  .kf-container .section-aimonitor .aimonitor-swiper .text {
    margin-top: 20px;
  }
}
.kf-container .section-aimonitor .aimonitor-swiper .swiper-slide {
  height: auto;
}
.kf-container .section-tech {
  overflow: hidden;
  padding-block: 100px;
}
@media (max-width: 960.98px) {
  .kf-container .section-tech {
    padding-block: 50px;
  }
}
.kf-container .section-tech .text-highlight {
  color: var(--gs-primary, #46E6E6);
  font-weight: bolder;
}
.kf-container .section-tech .tech-swiper-thumbs {
  overflow: hidden;
  border-bottom: 1px solid #787878;
}
.kf-container .section-tech .tech-swiper-thumbs .swiper-wrapper {
  justify-content: space-between;
}
.kf-container .section-tech .tech-swiper-thumbs .swiper-slide {
  width: auto;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  padding: 0.5em 1.1em;
  border-bottom: 2px solid transparent;
}
.kf-container .section-tech .tech-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  font-weight: bold;
  border-color: var(--swiper-thumbs-active-color, #ff6400);
}
.kf-container .section-tech .img-compare {
  display: block;
}
.kf-container .section-tech .img-compare .img-compare-right {
  color: #808487;
}
.kf-container .section-tech .tech-swiper {
  overflow: visible;
}
.kf-container .section-tech .tech-swiper .img img,
.kf-container .section-tech .tech-swiper .img video {
  display: block;
  width: 100%;
}
.kf-container .section-tech .tech-swiper .text {
  margin-top: 40px;
  padding: 1em;
}
@media (max-width: 630.98px) {
  .kf-container .section-tech .tech-swiper .text {
    margin-top: 20px;
  }
}
.kf-container .section-tech .tech-swiper .swiper-slide {
  height: auto;
}
.kf-container .section-tech .tech-swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.2;
}
.kf-container .section-vrr {
  background: linear-gradient(0deg, #000 0%, transparent 10%), url("../../innergigabyte/images/dp-bg.jpg") center 0 no-repeat;
  text-align: center;
}
.kf-container .section-vrr .section-content {
  padding: 5rem 0;
  max-width: 784px;
  margin: 0 auto;
}
.kf-container .section-tactical-features {
  background: url("../../innergigabyte/images/tactical-bg.jpg") center 0 no-repeat;
}
.kf-container .section-tactical-features .section-content {
  padding: 5rem 0;
}
.kf-container .section-tactical-features .gs-tabs {
  margin: 0;
}
.kf-container .section-tactical-features .swiper-slide {
  height: auto;
}
.kf-container .section-tactical-features .block {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}
@media (min-width: 961px) {
  .kf-container .section-tactical-features .block {
    flex-direction: row;
  }
}
.kf-container .section-tactical-features .block article {
  flex: 1 1 0;
  margin-left: 0;
  text-align: left;
  padding: 1rem 1rem 1rem 0;
}
.kf-container .section-tactical-features .block article > :not([hidden]) ~ :not([hidden]) {
  margin-top: var(--casaul-body-spacer, 30px);
}
@media (min-width: 961px) {
  .kf-container .section-tactical-features .block article {
    padding-right: 2em;
  }
}
.kf-container .section-tactical-features .block .media {
  flex: 0 1 100%;
  width: 100%;
  text-align: right;
}
.kf-container .section-tactical-features .block .media > img,
.kf-container .section-tactical-features .block .media > video {
  width: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-tactical-features .block .media {
    flex-basis: 50%;
    width: 50%;
  }
}
.kf-container .section-cooling {
  text-align: center;
  /* background  : url('../../innergigabyte/images/dp-bg.jpg') center no-repeat;
  background-size: cover; */
}
.kf-container .section-cooling video {
  width: 100%;
}
@media (min-width: 961px) {
  .kf-container .section-cooling {
    text-align: left;
  }
}
.kf-container .section-cooling .section-top {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15vh;
}
.kf-container .section-cooling .section-top .row {
  position: relative;
}
.kf-container .section-cooling .section-top .vi-color-linear {
  position: absolute;
  bottom: 100%;
}
.kf-container .section-cooling .wrap-content {
  max-width: 1200px;
}
.kf-container .section-cooling .panel-model {
  position: relative;
}
.kf-container .section-cooling .panel-model .panel-screen {
  position: absolute;
  top: 27.25%;
  left: 29.76%;
  width: 40.39%;
  height: 39.07%;
  background: rgba(255, 0, 0, 0.5);
}
.kf-container .section-cooling .section-bottom {
  text-align: center;
  --offset-height: 17vw;
  margin-top: calc(var(--offset-height) * -1);
  min-height: var(--offset-height);
  padding: calc(var(--casaul-body-spacer, 30px) * 1.5) 1rem;
}
.kf-container .section-cooling .section-bottom .icon {
  height: 80px;
}
.kf-container .section-cooling .kp-list {
  display: grid;
  gap: calc(var(--casaul-body-spacer, 30px) * 1.5);
}
@media (min-width: 631px) {
  .kf-container .section-cooling .kp-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.kf-container .section-cooling .kp-list .kp-list {
  display: flex;
  gap: 0;
}
.kf-container .section-cooling .kp-list .kp-list .kp {
  flex-basis: 50%;
  flex-shrink: 1;
  min-width: 0;
}
.kf-container .section-cooling > .kp-list {
  grid-template-columns: auto;
}
.kf-container .section-cooling .vi-color-linear {
  transform: translateX(-50%);
}
@media (min-width: 961px) {
  .kf-container .section-cooling .vi-color-linear {
    transform: none;
  }
}
.kf-container .section-warranty {
  padding-block: 100px;
}
.kf-container .section-warranty .wrapper {
  max-width: 960px;
  margin-inline: auto;
}
.kf-container .section-warranty .row {
  align-items: center;
  --gs-gutter-x: 100px;
  --gs-gutter-y: 30px;
}
@media (max-width: 960.98px) {
  .kf-container .section-warranty .row {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .kf-container .section-warranty .row .col {
    border-left: 1px solid #666;
  }
}
.kf-container .section-woled-tech {
  padding-top: 5rem;
}
.kf-container .section-woled-tech .swiper-slide {
  height: auto;
}
.kf-container .section-woled-tech .block {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}
@media (min-width: 961px) {
  .kf-container .section-woled-tech .block {
    flex-direction: row;
  }
}
.kf-container .section-woled-tech .block article {
  flex: 1 0%;
  margin-left: 0;
  text-align: left;
  padding: 1rem 1rem 1rem 0;
}
.kf-container .section-woled-tech .block article > :not([hidden]) ~ :not([hidden]) {
  margin-top: var(--casaul-body-spacer, 30px);
}
@media (min-width: 961px) {
  .kf-container .section-woled-tech .block article {
    padding-right: 2em;
  }
}
.kf-container .section-woled-tech .block .media {
  flex: 0 1 100%;
  width: 100%;
  text-align: right;
}
@media (min-width: 961px) {
  .kf-container .section-woled-tech .block .media {
    flex-basis: 50%;
    width: 50%;
  }
}
.kf-container .section-woled-tech .card .bottom {
  margin-top: auto;
}
.kf-container .section-design {
  padding: 2.5rem 0;
  background: #000;
}
@media (min-width: 961px) {
  .kf-container .section-design {
    padding: 5rem 0;
  }
}
.kf-container .section-design .section-content {
  position: relative;
  z-index: 12;
  padding-bottom: 2em;
}
.kf-container .section-design .dc-scene {
  position: relative;
  z-index: 11;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 961px) {
  .kf-container .section-design .dc-scene {
    margin-top: -5%;
  }
}
.kf-container .section-design .dc-scene .dc-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.kf-container .section-design .dc-scene .dc-item:first-child {
  position: static;
}
.kf-container .section-design .dc-scene .item-1 {
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.kf-container .section-design .dc-scene.active .item-1 {
  animation: lightClip 400ms ease 300ms forwards;
}
.kf-container .section-design .dc-scene.active .item-2 {
  animation: fadeInTopRight 400ms ease 0ms forwards;
}
.kf-container .section-design .dc-scene.active .item-3 {
  animation: fadeInLeft 400ms ease 100ms forwards;
}
.kf-container .section-design .dc-scene.active .item-4 {
  animation: fadeInBottomRight 400ms ease 200ms forwards;
}
.kf-container .section-gallery {
  padding: 100px 0;
  background: url("../../innergigabyte/images/outlook-bg.jpg") center/cover no-repeat;
}
@media (min-width: 631px) {
  .kf-container .section-gallery {
    padding: 200px 0;
  }
}
.kf-container .section-gallery .masonry {
  display: grid;
  gap: 1em;
}
.kf-container .section-gallery .masonry img {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.kf-container .section-gallery .masonry > * {
  min-height: 250px;
}
@media (min-width: 631px) {
  .kf-container .section-gallery .masonry {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "g1 g2" "g1 g3" "g4 g5" "g6 g6";
  }
  .kf-container .section-gallery .masonry .g1 {
    grid-area: g1;
  }
  .kf-container .section-gallery .masonry .g2 {
    grid-area: g2;
  }
  .kf-container .section-gallery .masonry .g3 {
    grid-area: g3;
  }
  .kf-container .section-gallery .masonry .g4 {
    grid-area: g4;
  }
  .kf-container .section-gallery .masonry .g5 {
    grid-area: g5;
  }
  .kf-container .section-gallery .masonry .g6 {
    grid-area: g6;
  }
}
@media (min-width: 1321px) {
  .kf-container .section-gallery .masonry {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "g1 g2 g4" "g1 g3 g5" ". g6 g6";
  }
}
.kf-container .section-gallery .card {
  --card-button-color: var(--gs-primary, #46E6E6);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  text-align: end;
  background: linear-gradient(0deg, #010103 0%, #1F2023 100%);
  padding: 0;
}
.kf-container .section-gallery .card .hide-content {
  visibility: visible;
  opacity: 0;
}
.kf-container .section-gallery .card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 70px;
}
@media (min-width: 1321px) {
  .kf-container .section-gallery .card .card-content {
    display: block;
    padding-bottom: 2em;
  }
}
.kf-container .section-gallery .card .card-button {
  --card-button-stroke-width: 3px;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border: var(--card-button-stroke-width) solid var(--card-button-color);
  border-radius: 50%;
}
.kf-container .section-gallery .card .card-button::before, .kf-container .section-gallery .card .card-button::after {
  content: "";
  display: block;
  background-color: var(--card-button-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kf-container .section-gallery .card .card-button::before {
  width: 56%;
  height: var(--card-button-stroke-width);
}
.kf-container .section-gallery .card .card-button::after {
  width: var(--card-button-stroke-width);
  height: 56%;
}
.kf-container .section-gallery .card .card-bg {
  width: 100%;
  height: 100%;
  transition: all 250ms ease-out;
}
.kf-container .section-gallery .card .card-bg > img,
.kf-container .section-gallery .card .card-bg > video {
  max-width: 100%;
}
.kf-container .section-gallery .card.active .card-button {
  transform: rotate(45deg);
}
.kf-container .section-gallery .card.active .card-content {
  background-color: rgba(0, 0, 0, 0.6);
}
.kf-container .section-gallery .card.active .hide-content {
  visibility: visible;
  opacity: 1;
}
.kf-container .section-sound {
  background: url("../../innergigabyte/images/sound-bg.jpg") center 0/1000px auto no-repeat;
  padding-top: 500px;
}
@media (min-width: 961px) {
  .kf-container .section-sound {
    background-size: 1920px auto;
    padding-top: 800px;
  }
}
@media (min-width: 1321px) {
  .kf-container .section-sound {
    background-size: auto;
    padding-top: 1000px;
  }
}
.kf-container .section-sound .section-content {
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 50px;
}
.kf-container .section-sound .icon-ess {
  max-height: 80px;
}
.kf-container .section-sound .row {
  position: relative;
}
.kf-container .section-sound .vi-color-linear {
  position: absolute;
  bottom: 100%;
}
.kf-container .section-ergo {
  padding: 100px 0 150px;
  overflow: hidden;
  background: url("../../innergigabyte/images/bg-ergo.jpg") center/cover no-repeat;
}
.kf-container .section-ergo .wrapper {
  max-width: 1080px;
  margin-inline: auto;
}
.kf-container .section-ergo .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 960.98px) {
  .kf-container .section-ergo {
    padding-block: 50px;
  }
}
.kf-container .section-ergo .ergo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  margin: 60px auto;
  text-align: center;
  gap: 10px 20px;
}
@media (max-width: 960.98px) {
  .kf-container .section-ergo .ergo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 630.98px) {
  .kf-container .section-ergo .ergo-grid {
    gap: 10px;
  }
}
.kf-container .section-ergo .ergo-grid img {
  width: 100%;
  display: block;
}
.kf-container .section-ergo .ergo-grid .txt {
  margin-bottom: 15px;
  color: var(--gs-primary, #46E6E6);
  font-size: 16px;
}
.kf-container .section-ergo .ergo-grid .img-relative {
  width: 100%;
  display: block;
}
.kf-container .section-ergo .ergo-grid .row-span {
  grid-row: span 2;
}
.kf-container .section-ergo .ergo-grid .col-span {
  grid-column: span 2;
}
.kf-container .section-ergo .ergo-grid .h-wrap {
  flex: 1 auto;
  position: relative;
  overflow: hidden;
}
.kf-container .section-ergo .ergo-grid .h-wrap > * {
  height: 100%;
}
.kf-container .section-ergo .ergo-grid .h-wrap img {
  height: 100%;
  object-fit: cover;
}
.kf-container .section-ergo .ergo-grid > div {
  display: flex;
  flex-flow: column;
  padding: 1px;
}
.kf-container .section-ergo .ergo-grid .card {
  border-radius: 10px;
  background: linear-gradient(148deg, #1E1F22 16.05%, #000 87.75%);
}
@keyframes pivot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes tilt {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
@keyframes height-adjust {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(7%);
  }
}
@keyframes swivel {
  0% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
.kf-container .section-ergo .tilt {
  animation: tilt ease-in-out 2s infinite alternate;
}
.kf-container .section-ergo .pivot {
  animation: pivot 2s ease-in-out infinite alternate;
}
.kf-container .section-ergo .swivel {
  animation: swivel 2s ease-in-out infinite alternate;
}
.kf-container .section-ergo .height-adjust {
  animation: height-adjust ease-in-out 2s infinite alternate;
}
.kf-container .section-io {
  text-align: center;
  padding: 1rem;
}
.kf-container .section-io .io-diagram {
  display: flex;
  justify-content: center;
}
.kf-container .section-io .io-comps {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  top: -20%;
  gap: 2rem 1.2rem;
}
@media (min-width: 631px) {
  .kf-container .section-io .io-comps {
    gap: 3.2rem;
  }
}
.kf-container .section-io .io-comps .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
@media (min-width: 631px) {
  .kf-container .section-io .io-comps .img {
    height: 30px;
  }
}
.kf-container .section-io .io-comps .img > img {
  display: block;
  max-height: 100%;
  object-fit: contain;
}
.kf-container .section-io .io-comps p {
  line-height: 1.1;
  margin: 1em 0 0 0;
}
.kf-container .section-user-friendly {
  padding-block: 100px;
}
.kf-container .section-user-friendly img,
.kf-container .section-user-friendly video {
  max-width: 100%;
}
.kf-container .section-user-friendly .wrapper {
  max-width: 1080px;
  margin-inline: auto;
}
.kf-container .section-user-friendly .highlight, .kf-container .section-user-friendly .section-io .io-comps p > span, .kf-container .section-io .io-comps .section-user-friendly p > span {
  color: #46E6E6;
  margin-bottom: 1em;
}
.kf-container .section-user-friendly p {
  margin-bottom: 1em;
}
.kf-container .section-user-friendly .row {
  margin-block: 100px;
  --gs-gutter-y: 30px;
  --gs-gutter-x: 30px;
}
.kf-container .section-user-friendly .row:last-child {
  margin-bottom: 0;
}
@media (max-width: 630.98px) {
  .kf-container .section-user-friendly .row {
    margin-block: 50px;
  }
}
.kf-container .section-user-friendly .reverse-2n .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.kf-container .section-user-friendly .btn-learnmore {
  display: inline-block;
  text-align: center;
  border: 1px solid var(--gs-primary, #46E6E6);
  font-family: "Titillium Web", "Noto Sans";
  font-size: 16px;
  padding: 0.5em 1.8em;
  line-height: 1.2;
  color: var(--gs-primary, #46E6E6);
  transition: all 250ms ease;
}
.kf-container .section-user-friendly .btn-learnmore:hover {
  border-image-width: 0;
  background: var(--gs-primary, #46E6E6);
  color: #000;
}

.env-development .timeline {
  position: relative;
  z-index: 100;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../scss/main.scss%22,%22../scss/_base.scss%22,%22../scss/_gs_tip.scss%22,%22../scss/_gs_dots.scss%22,%22../scss/_b-swiper.scss%22,%22../scss/_sections.scss%22,%22../scss/_function.scss%22,%22../scss/_rfs.scss%22,%22../scss/_dev.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAEA;EACI;EACA;EACA;;;ACJA;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAIR;EACI;;AAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUI;EACA;;AAGJ;AAAA;AAAA;EAGI;EACA;;AA6CJ;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKA;EACI;EACA;EACA;EACA;;AAIZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKR;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EAEA;EACA;EACA;EAEA;;AAEA;AAAA;EAEI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAKR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EA1IA,aAba;EAcb;EACA,aAyI2B;EAxI3B;EAyII;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;ACrNR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EAYA;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;EACA;EACA;EACA;EACA;;AArBA;EAGI;EACA;;AAmBJ;EAGI,YAtCU;EAuCV;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAGJ;EAEI;EACA;;ACxER;EACI;EAEA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAqBA;EAjCJ;IAkCQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EAGA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EAEA;EACA;EACA;EACA;;AAIA;EACI;;AAGR;EACI;EACA;;AAEA;EAEI;EAGA;;AAEA;EACI;;AAKR;EAEI;;AAKhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKR;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAKA;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAKhB;EAEI;EACA;EACA;;AAEA;EAEI;EACA;;AAEA;EACI;EACA;;AAKA;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AADJ;EACI;;AAKhB;EACI;IACI;;;ACjLJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAMA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;EACA;;AAIR;EACI;;ACpGZ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA,aJkBa;EIjBb;EACA;EACA;EACA;;AAGJ;EACI,aJYa;;AITjB;EACI,aJQa;;AILjB;EAEI;EACA;;AAGJ;EACI;EACA;;AAKA;AAAA;EAEI;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA,aJtES;EIuET;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA,aJpFS;;AIuFb;EACI;EACA;EACA;EACA;EACA;;ACzHJ;EDoHA;IAQQ;;;AAKZ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAQJ;EACI;EACA;EACA;;AAEA;EACI;;AAKZ;EACI;EACA,aJnIa;;AIsIjB;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKZ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKZ;EAII;EACA;EACA;EACA;;AAEA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI,qBA9Ba;EA+Bb;;AAEA;EAEI,qBAlCQ;EAmCR;;AAKZ;EACI;;AAGJ;EACI;;AAGJ;EAEI;EAEA;EACA;EACA;;AAIJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAOJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAMhB;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAMA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAGJ;EACI;EACA;;AAIR;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;;AAMR;EACI;EACA,aJtXa;EIuXb;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;EACA;;AAKR;EACI;;AAEA;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA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%22,%22file%22:%22bundle.css%22%7D */
