@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

@font-face {
    font-family: 'AORUS';
    src: url('../innergigabytefonts/AORUS.woff') format("woff");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#divGoTop,
.EnterpriseButton {
    display: none !important;
}

@media screen and (min-width:960px) {
    #model-header {
        padding: 0.5% 0;
        position: unset;
        left: unset;
        top: unset
    }

    #model-header .header-sub-title {
        display: block
    }

    .model-content {
        margin-top: 120px;
        display: none;
    }

    .Content-TopArea .breadcrumb {
        margin-right: 0;
        margin-left: 0;
    }

    #PageMainContent .container {
        max-width: 90%;
        min-width: 90%;
    }

    .main-content .model-header>.header-sub-title {
        margin: 5px 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: black;
}

html {
    scroll-behavior: smooth;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    text-align: left;
    font-size: 2rem;
    font-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: normal;
}

.InnerGIGABYTEContent h4 {
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ff6400;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li,
.InnerGIGABYTEContent a {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #ddd;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    list-style: unset;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

@media screen and (min-width:1201px) and (max-height:768px) {

    .InnerGIGABYTEContent h3 {
        font-size: 16px;
        line-height: unset;
        margin: 0;
    }

    .InnerGIGABYTEContent h4 {
        font-size: 9px;
        margin: 0;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        font-size: 8px;
        line-height: unset;
        margin: 0;
    }
}

.sec1 {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
}

.kf-sliders {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width:1200px) {
    .sec1 {
        min-height: 100vh;
        background: #000;
    }
}

.kf-logos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.kf-logos img {
    height: 80px;
    margin: 0 1vw 0 0;
}

.kf-logos img:last-child {
    margin: 0;
}

.nv-rtx {
    max-height: 57px;
}

.kf-sliders {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.kf-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    position: absolute;
    padding: 0 3vw 0 10vw;
    top: 0;
    left: 0;
    transition: all .5s cubic-bezier(0, 0, 0, 1);
    display: none;
    z-index: 0;
    opacity: 0;
}

.kf-slider:first-child {
    position: relative;
}

.kf-slider.kf-prev {
    transform: translateX(-100%);
    display: flex;
    z-index: 3;
}

.kf-slider.kf-next {
    transform: translateX(100%);
    display: flex;
    z-index: 3;
}

.kf-slider.kf-active {
    transform: translateX(0);
    display: flex;
    z-index: 5;
    opacity: 1;
}

.kf-slider-prev-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.kf-slider-prev-btn:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.kf-slider-prev-btn>div {
    width: 20px;
    height: 20px;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.kf-slider-prev-btn:hover div {
    border-bottom: 1px #46E6E6 solid;
    border-left: 1px #46E6E6 solid;
}

.kf-slider-next-btn {
    width: 10vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.kf-slider-next-btn:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.kf-slider-next-btn>div {
    width: 20px;
    height: 20px;
    border-top: 1px white solid;
    border-right: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.kf-slider-next-btn:hover div {
    border-top: 1px #46E6E6 solid;
    border-right: 1px #46E6E6 solid;
}

.kf-img-bg {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kf-text {
    width: 100%;
    max-width: 900px;
    min-width: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
    position: relative;
}

.kf-img {
    position: relative;
    width: 60%;
}

.yt-video-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.yt-video-section .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.yt-video-section .video-container iframe,
.yt-video-section .video-container object,
.yt-video-section .video-container embed {
    position: absolute;
    margin: auto;
    inset: 0;
    width: 90%;
    height: 90%;
}

.winforce {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.winforce>img {
    width: 100%;
    position: relative;
}

.winforce>div {
    position: absolute;
    display: flex;
    align-items: center;
    width: 57%;
    height: 36%;
    bottom: 0;
    gap: 2vw;
    padding: 0% 3% 0;
    margin: 0 0 4% 0;
}

.winforce>div h3 {
    text-align: right;
    width: 37%;
}

.winforce>div h3 span {
    display: none;
}

.winforce>div p {
    width: calc(100% - 37%);
}

.windforce-scroll {
    width: 100%;
    min-height: 500vh;
    position: relative;
}

.camera {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.windimgs {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.windimgs img {
    position: absolute;
    bottom: 0;
    height: 100%;
    margin: auto;
    inset: 0;
    transition: all .5s;
    opacity: 0;
}

.windimgs .fan1 {
    animation: fan ease-in-out 10s infinite;
    transform-origin: 26.73% 42.24%;
}

.windimgs .fan2 {
    animation: fan2 ease-in-out 10s infinite;
    transform-origin: 51.06% 42.24%;
}

.windimgs .fan3 {
    animation: fan ease-in-out 10s infinite;
    transform-origin: 75.4% 42.24%;
}

@keyframes fan {
    0% {
        transform: rotateZ(0);
    }

    35% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(-3600deg);
    }
}

@keyframes fan2 {
    0% {
        transform: rotateZ(0);
    }

    35% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(3600deg);
    }
}

.windforce-scroll img.bg {
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: all 1s;
    object-fit: cover;
    position: absolute;
}

.windforce-scroll img.slogan {
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .5s;
    opacity: .3;
}

.active.windforce-scroll img.slogan {
    opacity: .7;
}

.windimgs.stt0 .card,
.windimgs.stt0 .fan1,
.windimgs.stt0 .fan2,
.windimgs.stt0 .fan3 {
    opacity: 1;
}

.windimgs.stt1 .card,
.windimgs.stt1 .fan1,
.windimgs.stt1 .fan2,
.windimgs.stt1 .fan3 {
    opacity: 1;
}

.windimgs.stt2 .card,
.windimgs.stt2 .fan1,
.windimgs.stt2 .fan2,
.windimgs.stt2 .fan3,
.windimgs.stt2 .fan-ALT {
    opacity: 1;
}

.windimgs.stt3 .fan1 {
    animation: fan ease-in-out 10s;
}

.windimgs.stt3 .fan2 {
    animation: fan2 ease-in-out 10s;
}

.windimgs.stt3 .fan3 {
    animation: fan ease-in-out 10s;
}

.windimgs.stt3 .card,
.windimgs.stt3 .fan1,
.windimgs.stt3 .fan2,
.windimgs.stt3 .fan3 {
    opacity: 1;
}

.windimgs.stt4 {
    transform: translate(-31%, -10%) scale(2);
}

.windimgs.stt4 .fan1 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt4 .fan2 {
    animation: fan2 ease-in-out 1s;
}

.windimgs.stt4 .fan3 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt4 .fan3,
.windimgs.stt4 .fan-arrow {
    opacity: 1;
}

.windimgs.stt5 {
    transform: translate(-15%, -10%) scale(2);
}

.windimgs.stt5 .fan1 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt5 .fan2 {
    animation: fan2 ease-in-out 1s;
}

.windimgs.stt5 .fan3 {
    animation: fan ease-in-out 1s;
}

.windimgs.stt5 .fan3,
.windimgs.stt5 .fan21x {
    opacity: 1;
}

.wind-texts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.wind-texts div {
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    pointer-events: none;
}

.wind-texts div.active {
    opacity: 1;
    transition: all .5s;
    pointer-events: unset;
}

.wind-texts div p {
    max-width: 600px;
    text-align: center;
}

.heat_feature_container {
    width: 100%;
    position: relative;
    padding: 10vw;
    background: #0E0E0E;
}

.heat_feature_container>div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5vw;
}

.heat_feature_cols>div {
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}

.heat_feature_cols>div>img {
    height: 400px;
}

.heat_feature_col_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}

.buildstrong {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10vw;
    padding: 10%;
    background-image: url(../innergigabyteimages/eagle/22.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.buildstrong .pin-spacer {
    pointer-events: none;
}

.buildstrong .camera {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.buildstrong .slogan {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}

.buildstrong.active .slogan {
    opacity: .7;
}

.buildstrong>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.buildstrong>div>div {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.buildstrong>div:nth-child(odd) {
    align-items: flex-start;
}

.buildstrong>div:nth-child(even) {
    align-items: flex-end;
}

.buildstrong>div>* {
    width: 60%;
}

.buildstrong a {
    padding: 1%;
    margin: 0;
    border: 1px solid #46E6E6;
    width: 100%;
    max-width: 200px;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #46E6E6;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
}

.buildstrong a:hover {
    color: #fff;
    text-shadow: 0 0 10px #46E6E6, 0 0 20px #46E6E6, 0 0 30px #46E6E6;
    text-decoration-line: none;
}

.others {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    position: relative;
    overflow: hidden;
}

.others>img {
    position: absolute;
    height: 100%;
    margin: auto;
    inset: 0;
}

.others>div {
    position: relative;
}

.gcc {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw 5vw 0;
}

.gcc>img {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
}

.gcc>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.gcc>div h3,
.gcc>div p {
    color: #eee;
    max-width: 800px;
    text-align: center;
    padding: 0;
}

.gcc>div a {
    padding: 0.25vw 1.75vw;
    margin: 1vw 0;
    border: 1px solid #46E6E6;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #46E6E6;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
    font-family: "Noto Sans", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

.gcc>div a:hover {
    color: #fff;
    text-shadow: 0 0 10px #46E6E6, 0 0 20px #46E6E6, 0 0 30px #46E6E6;
    text-decoration-line: none;
}

.gcc>div img:not(.gdl) {
    margin: 1vw 0 0 0;
    max-width: 1600px;
    width: 100%;
}

.brand-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5vw;
}

.brand-logo img {
    max-height: 100px;
}

.brand-copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.brand-copyright p {
    max-width: 1100px;
    width: 100%;
}

.illustration-announce {
    width: 100%;
    margin: 5vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.illustration-announce p {
    max-width: 800px;
    width: 100%;
    text-align: center;
}