:root {
  --main-red: #ed1c24;
  --dark-gray: #262626;
  --light-gray: #dbdbdb;
  --black: #000000;
  --white: #ffffff;
}
@font-face {
  font-family: "Gotham";
  src: url(../font/Gotham-Medium.otf);
}

@font-face {
  font-family: "Gotham_Bold";
  src: url(../font/Gotham-Bold.otf);
}

@font-face {
  font-family: "Gotham_Light";
  src: url(../font/Gotham-Light.otf);
}
.InnerGIGABYTEContent .gradient-text {
  background: linear-gradient(90deg, #0038a6, #008bc9, #00b7fa);
  background-size: 180%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-animation 3s infinite;
}
.InnerGIGABYTEContent .green-gradient-text {
  background: linear-gradient(90deg, #00BCFC, #19B4AC, #36B252);
  background-size: 140%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-animation 3s infinite;
}
.InnerGIGABYTEContent .video{
  opacity: 0.4;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* section common style */
.InnerGIGABYTEContent {
  background-color: var(--white);
  font-family: "Gotham";
  position: relative;
  overflow: hidden;
  color: var(--dark-gray);
}

/* nav */
.InnerGIGABYTEContent .nav-block {
  position: fixed;
  bottom: 35%;
  right: 2%;
  z-index: 5000;
  display: block;
}

.InnerGIGABYTEContent .nav-block .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link {
  display: flex;
  justify-content: flex-end;
  height: 25px;
  text-decoration: none;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link span {
  display: none;
  font-family: "Gotham";
  font-size: 12px;
  color: var(--light-gray);
  line-height: 1;
  margin-top: -1px;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 12px;
  background-color: var(--dark-gray);
  margin-left: 10px;
  transition: all 0.4s;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link:hover span {
  display: block;
}

.InnerGIGABYTEContent .nav-block .nav-list__item__link:hover::after {
  width: 10px;
  height: 10px;
  background-color: var(--light-gray);
}
/* z-index */
.InnerGIGABYTEContent .s01 *,
.InnerGIGABYTEContent .s03 *,
.InnerGIGABYTEContent .s04 *,
.InnerGIGABYTEContent .s05 *,
.InnerGIGABYTEContent .s06 *,
.InnerGIGABYTEContent .s07 *,
.InnerGIGABYTEContent .s08 * {
  z-index: 2;
}
/* s01 landing page */
.InnerGIGABYTEContent .s01 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .s01 .s01_subTitle {
  font-family: "Gotham_Light";
  line-height: 1.3 !important;
  font-size: 2.1rem;
  letter-spacing: -0.03rem;
  white-space: nowrap;
}
.InnerGIGABYTEContent .s01 .s01_mainPic {
  width: 25%;
  height: auto;
  object-fit: contain;
}
.InnerGIGABYTEContent .s01_video_1 {
  position: absolute;
  width: 75%;
  top: -45vh;
  right: -40%;
  z-index: 1;
  pointer-events: none;
}
.InnerGIGABYTEContent .s01_video_2 {
  position: absolute;
  width: 50%;
  top: 60vh;
  left: -20%;
  z-index: 1;
  pointer-events: none;
}

.InnerGIGABYTEContent .collection {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .collection .content {
  height: 28rem;
  width: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.InnerGIGABYTEContent .content img {
  width: 100%;
  height: 30%;
  object-fit: contain;
  margin-bottom: 3rem;
  overflow: auto;
}
.InnerGIGABYTEContent .text-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.InnerGIGABYTEContent .text-content h3 {
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.InnerGIGABYTEContent .text-content p {
  font-family: "Gotham_Light";
  max-width: 22rem;
  font-size: 1rem;
  line-height: 2;
}
.InnerGIGABYTEContent .text-content span {
  font-family: "Gotham_Light";
  max-width: 22rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}
.InnerGIGABYTEContent .s02 .s02-swiper .swiper-button-prev,
.InnerGIGABYTEContent .s02 .s02-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.InnerGIGABYTEContent .s02 .s02-swiper .swiper-button-prev {
  left: calc(50% - 12rem);
}

.InnerGIGABYTEContent .s02 .s02-swiper .swiper-button-next {
  left: calc(50% + 12rem);
}

.InnerGIGABYTEContent .s02 .s02-swiper .swiper-button-prev::after {
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../innergigabyteimages/s02-carousel-prev.svg");
}
.InnerGIGABYTEContent .s02 .s02-swiper .swiper-button-next::after {
  color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../innergigabyteimages/s02-carousel-next.svg");
}
.InnerGIGABYTEContent .s03 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .s03 h2 {
  font-size: 2.5rem;
  font-family: "Gotham_Bold";
}
.InnerGIGABYTEContent .s03 .s03_mainPic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 10rem;
}
.InnerGIGABYTEContent .s03 .s03-text {
  font-family: "Gotham_Light";
  font-size: 1.2rem;
  line-height: 1.5;
}
.InnerGIGABYTEContent .s03 .s03-border-type-1 {
  border-right: 3px solid var(--light-gray);
  border-bottom: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s03 .s03-border-type-2 {
  border-right: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s03_video_1 {
  position: absolute;
  width: 40%;
  top: 140vh;
  right: -10%;
  z-index: 0;
  pointer-events: none;
}
.InnerGIGABYTEContent .s03_video_2 {
  position: absolute;
  width: 80%;
  top: 180vh;
  left: -55%;
  z-index: 0;
  pointer-events: none;
}

.InnerGIGABYTEContent .s04 .tabs {
  margin: 40px auto;
  display: grid !important;
  max-width: calc(var(--count) * 25vw);
  width: 100%;
  grid-template-columns: repeat(var(--count), minmax(0, 1fr));
  background-color: transparent;
  border-radius: 4rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.InnerGIGABYTEContent .s04 .tabs:has(.tab:nth-child(1)) {
  --count: 1;
}
.InnerGIGABYTEContent .s04 .tabs:has(.tab:nth-child(2)) {
  --count: 2;
}
.InnerGIGABYTEContent .s04 .tabs:has(.tab:nth-child(3)) {
  --count: 3;
}
.InnerGIGABYTEContent .s04 .tabs:has(.tab:nth-child(4)) {
  --count: 4;
}

.InnerGIGABYTEContent .s04 .tabs::after {
  content: "";
  position: absolute;
  inset: 0px;
  transform: scale(0.94, 0.8);
  --width: calc((100% / var(--count)));
  width: var(--width);
  margin-left: calc(var(--active) * var(--width));
  transition: margin-left 300ms;
  background: linear-gradient(90deg, #0038a6, #008bc9, #00b7fa);
  background-size: 180%;
  z-index: -1;
  border-radius: inherit;
  animation: gradient-animation 3s infinite;
}

.InnerGIGABYTEContent .s04 .tabs:has(.tab:nth-child(1).active) {
  --active: 0;
}

.InnerGIGABYTEContent .s04 .tabs:has(.tab:nth-child(2).active) {
  --active: 1;
}

.InnerGIGABYTEContent .s04 .tabs:has(.tab:nth-child(3).active) {
  --active: 2;
}

.InnerGIGABYTEContent .s04 .tab {
  flex-basis: 200px;
  /* padding: 15px 0; */
  font-size: 1.5rem;
  color: white;
}

.InnerGIGABYTEContent .s04 .nav-tabs .nav-link.active,
.InnerGIGABYTEContent .s04 .nav-tabs .nav-item.show .nav-link {
  color: white;
  background-color: transparent;
  border: 0;
}
.InnerGIGABYTEContent .s04 .nav-tabs .nav-link:hover,
.InnerGIGABYTEContent .s04 .nav-tabs .nav-link:focus {
  border: 1px solid transparent;
}
.InnerGIGABYTEContent .s04 a.nav-link {
  color: var(--dark-gray);
  font-family: "Gotham_Light";
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem !important;
}

.InnerGIGABYTEContent .s04 .nav-tabs {
  border: 1px solid #dee2e6;
}

.InnerGIGABYTEContent .s04 #s04-TabContent {
  min-height: 50vh;
  margin-bottom: 4rem;
}
.InnerGIGABYTEContent .s04 .s04-1img {
  width: 80%;
  height: 20%;
  object-fit: contain;
  overflow: auto;
}
.InnerGIGABYTEContent .s04 .s04-1h4 {
  display: flex;
  min-height: 15%;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .s04 .s04-1card {
  height: 350px;
  padding: 2rem;
}
.InnerGIGABYTEContent .s04 .s04-1card p {
  margin: 0;
}
.InnerGIGABYTEContent .s04 .s04-1card:nth-child(1),
.InnerGIGABYTEContent .s04 .s04-1card:nth-child(2) {
  border-right: 3px solid var(--light-gray);
  border-bottom: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s04 .s04-1card:nth-child(3) {
  border-bottom: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s04 .s04-1card:nth-child(4),
.InnerGIGABYTEContent .s04 .s04-1card:nth-child(5) {
  padding-top: 20px;
  border-right: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s04 .s04-tab2-img {
  width: auto;
  height: auto;
}
.InnerGIGABYTEContent .s04 .s04-2h4 {
  display: flex;
  min-height: 15%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
.InnerGIGABYTEContent .s04 .s04-text {
  font-family: "Gotham_Light";
  line-height: 1.4;
}
.InnerGIGABYTEContent .s04 .s04-2card:nth-child(1) {
  border-right: 3px solid var(--light-gray);
  border-bottom: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s04 .s04-2card:nth-child(2) {
  border-bottom: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s04 .s04-2card:nth-child(3) {
  border-right: 3px solid var(--light-gray);
}
.InnerGIGABYTEContent .s04 .s04_video_1 {
  width: 100%;
  height: auto;
}
.InnerGIGABYTEContent #s04 {
  margin-bottom: 8rem;
}
.InnerGIGABYTEContent .s05 h2 {
  font-size: 2.5rem;
  font-family: "Gotham_Bold";
}
.InnerGIGABYTEContent .s05 .s05-subtilte {
  font-size: 1.2em;
  margin-bottom: 5rem;
}
.InnerGIGABYTEContent .s05 .s05-text {
  font-family: "Gotham_Light";
  margin-bottom: 5rem;
  line-height: 1.5;
}
.InnerGIGABYTEContent .s05 .s05-pic-area1 {
  position: relative;
  width: 100%;
  height: 500px;
}
.InnerGIGABYTEContent .s05 .s05-pic-area1-pic {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.InnerGIGABYTEContent .s05_video_1 {
  position: absolute;
  width: 45%;
  top: 350vh;
  right: 5%;
  z-index: 0;
  pointer-events: none;
}
.InnerGIGABYTEContent .s05_video_2 {
  position: absolute;
  width: 70%;
  top: 480vh;
  left: -25%;
  z-index: 0;
  pointer-events: none;
}
.InnerGIGABYTEContent .s06 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .s06 h2 {
  font-size: 2.5rem;
  font-family: "Gotham_Bold";
}
.InnerGIGABYTEContent .s06 .s06_mainPic {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-left: 10rem;
}
.InnerGIGABYTEContent .s06 .s06_picMain {
  position: relative;
}
.InnerGIGABYTEContent .s06 .s06_mainPic2 {
  position: absolute;
  left: 39%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.InnerGIGABYTEContent .s06 .s06-text {
  font-family: "Gotham_Light";
  font-size: 1.2rem;
  line-height: 1.5;
}
.InnerGIGABYTEContent .s06_video_1 {
  position: absolute;
  width: 75%;
  top: 580vh;
  right: -25%;
  z-index: 0;
  pointer-events: none;
}
.InnerGIGABYTEContent .s07 h2 {
  font-size: 2.5rem;
  font-family: "Gotham_Bold";
}
.InnerGIGABYTEContent .s07 .s07-text {
  font-family: "Gotham_Light";
  margin: 0;
  line-height: 1.5;
}
.InnerGIGABYTEContent .s07 .s07-mainTitle {
  margin-bottom: 5rem;
}
.InnerGIGABYTEContent .s08 {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.InnerGIGABYTEContent .s08 h2 {
  font-size: 2.5rem;
  line-height: 1.5;
  font-family: "Gotham_Bold";
}
.InnerGIGABYTEContent .s08_video_1 {
  position: absolute;
  width: 20%;
  top: 700vh;
  right: -5%;
  z-index: 0;
  pointer-events: none;
}
.InnerGIGABYTEContent .s08_video_2 {
  position: absolute;
  width: 50%;
  top: 730vh;
  left: -20%;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .InnerGIGABYTEContent .s01 .s01_subTitle {
    font-size: 1rem;
  }
  .InnerGIGABYTEContent .s01_mainTitle img {
    width: 80%;
  }
  .InnerGIGABYTEContent .s01 .s01_mainPic {
    width: 80%;
  }
  .InnerGIGABYTEContent .s01_video_1 {
    width: 150%;
    top: -15vh;
    right: -100%;
    display: block;
    background-color: transparent;
  }
  .InnerGIGABYTEContent .s01_video_2 {
    position: absolute;
    width: 130%;
    top: 80vh;
    left: -60%;
    display: block;
    background-color: transparent;
  }
  .InnerGIGABYTEContent .s03_video_1 {
    position: absolute;
    width: 80%;
    top: 150vh;
    right: -30%;
    z-index: 0;
    display: block;
    background-color: transparent;
  }
  .InnerGIGABYTEContent .s03_video_2 {
    position: absolute;
    width: 140%;
    top: 220vh;
    left: -70%;
    z-index: 0;
    display: block;
    background-color: transparent;
  }
  .InnerGIGABYTEContent .s03 .s03_mainPic {
    margin-left: 0;
  }
  .InnerGIGABYTEContent .s03 .s03-border-type-1,
  .InnerGIGABYTEContent .s03 .s03-border-type-2 {
    border: 0;
  }
  .InnerGIGABYTEContent .s03 .s03-border-type-1 {
    border-bottom: 3px solid var(--light-gray);
    margin-bottom: 12px;
  }
  .InnerGIGABYTEContent .s04 .tabs {
    max-width: calc(var(--count) * 32vw);
  }
  .InnerGIGABYTEContent .s04 .tab {
    flex-basis: 200px;
    /* padding: 8px 0; */
    font-size: 0.8rem;
    color: white;
  }
  .InnerGIGABYTEContent .collection {
    margin-bottom: 5rem;
  }
  .InnerGIGABYTEContent .s04 .s04-1card {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .InnerGIGABYTEContent .s04 .s04-1card:last-child {
    display: none;
  }
  .InnerGIGABYTEContent .s04 .s04-1card:nth-child(1),
  .InnerGIGABYTEContent .s04 .s04-1card:nth-child(2) {
    border-right: 0;
  }
  .InnerGIGABYTEContent .s04 .s04-1card:nth-child(3) {
    border-bottom: 3px solid var(--light-gray);
  }
  .InnerGIGABYTEContent .s04 .s04-1card:nth-child(4),
  .InnerGIGABYTEContent .s04 .s04-1card:nth-child(5) {
    padding-top: 20px;
    border-right: 0;
  }
  .InnerGIGABYTEContent .s04 .s04-1card:nth-child(4) {
    border-bottom: 3px solid var(--light-gray);
  }
  .InnerGIGABYTEContent .s04 .s04-2card {
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .InnerGIGABYTEContent .s04 .s04-2card:nth-child(1),
  .InnerGIGABYTEContent .s04 .s04-2card:nth-child(3) {
    border-right: 0;
  }
  .InnerGIGABYTEContent .s04 .s04-2card:nth-child(3) {
    border-bottom: 3px solid var(--light-gray);
  }
  .InnerGIGABYTEContent .s04 .s04-2card p {
    text-align: center;
  }
  .InnerGIGABYTEContent .s05 .s05-pic-area1 {
    height: 300px;
  }
  .InnerGIGABYTEContent .s05_video_1 {
    width: 80%;
    top: 350vh;
    right: -10%;
  }
  .InnerGIGABYTEContent .s05_video_2 {
    position: absolute;
    width: 100%;
    top: 450vh;
    left: -30%;
  }
  .InnerGIGABYTEContent .s06 .s06_mainPic {
    margin-left: 0;
  }
  .InnerGIGABYTEContent .s06 .s06_mainPic2 {
    left: 50%;
  }
  .InnerGIGABYTEContent .s06_video_1 {
    width: 100%;
    top: 550vh;
    right: -30%;
  }
  .InnerGIGABYTEContent .s07 .s07-card {
    flex-direction: column;
  }
  .InnerGIGABYTEContent .s08_video_1 {
    width: 90%;
    top: 850vh;
    right: -20%;
  }
  .InnerGIGABYTEContent .s08_video_2 {
    width: 100%;
    top: 1000vh;
    left: -20%;
  }
  .InnerGIGABYTEContent .content img {
    width: 50%;
    height: 30%;
    margin-bottom: 1rem;
  }
}
