@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('../../innergigabyte/fonts/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;
}

.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: 1.2;
}

.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: #ddd;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    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%;
}

a.link {
    display: inline-flex;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 0 1vw 0;
    padding: 0.5vw 2vw;
    background: #dddddd00;
    border: #46e6e6 1px solid;
    color: #46e6e6;
    font-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    transition: all .3s;
}

a.link:hover {
    color: #000;
    background: #46e6e6;
    border: #ff660000 1px solid;
}

.InnerGIGABYTEContent>div {
    background-color: #000;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#KeyVisual,
.KeyVisual {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.KeyVisual img {
    width: 100%;
}

.keyfeature {
    background: url(../../innergigabyte/images/kfbg.jpg) no-repeat, linear-gradient(239.1deg, #303030, #111, #111, #111);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #111;
    padding: 10rem;
}

.keyfeature .rgb-icon {
    width: 100px;
}

.keyfeature>div {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.keyfeature>div>img {
    width: 45vw;
}

.keyfeature .text {
    position: relative;
    max-width: 25dvw;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.InnerGIGABYTEContent>div.airflow {
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 5vw 0 0 0;
    background-color: #080808;
}

.airflow .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.airflow p {
    max-width: 600px;
}

.airflow video {
    position: relative;
    height: 80vh;
}

.airflow .imgs {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.airflow .imgs img {
    position: relative;
    width: 100%;
}

.airflow .imgs svg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#boom,
.boom {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boom>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boom section {
    position: relative;
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 10rem 0;
}

.boom section>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
}

.boom section>div:nth-child(odd) {
    flex-direction: row;
}

.boom section>div:nth-child(even) {
    flex-direction: row-reverse;
}

.boom section>div .text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 1rem;
}

.boom section>div:nth-child(even) .text {
    align-items: flex-start;
}

.boom section>div .text h3,
.boom section>div .text p {
    text-align: right;
}

.boom section>div:nth-child(even) .text h3,
.boom section>div:nth-child(even) .text p {
    text-align: left;
}

.boom section>div .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boom section>div .imgs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#maxC,
.max {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max .sec-container {
    position: relative;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.max-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.max-container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.max .text {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    z-index: 1;
}

.max .text>p {
    max-width: 600px;
    text-align: center;
}

.max-btns-group {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin: 0 0 1dvh;
}

.max-btns-left {
    width: 30%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.max-btns-right {
    width: 30%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.max-btns-left.transparent,
.max-btns-right.transparent {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.max-btns-right>div,
.max-btns-left>div {
    width: 33px;
    height: 33px;
    border: #ccc 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
    margin: 0 1vw;
}

.max-btns-right>div>div,
.max-btns-left>div>div {
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    transform: rotate(45deg);
    left: 9px;
    transition: all .5s;
}

.max-btns-left>div>div {
    transform: rotate(225deg);
    left: unset;
    right: 9px;
}

.max-btns-right:hover>div,
.max-btns-left:hover>div {
    border: #46e6e6 1px solid;
}

.max-btns-right:hover>div>div,
.max-btns-left:hover>div>div {
    border-top: #46e6e6 1px solid;
    border-right: #46e6e6 1px solid;
}

.max-btns {
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.max-btn {
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    transition: all .5s;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: calc(100% / 3);
    height: 100%;
    transform: translateX(0);
}

.max-btn h4 {
    position: relative;
    margin: 0;
    font-size: 1.2rem;
    color: #ddd;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 10%;
    white-space: normal;
}

.max-btn:hover h4,
.max-btn.active h4 {
    color: #46e6e6;
}

.max-btn>div {
    width: 100%;
    height: 2px;
    margin: 1dvh 0 0 0;
    position: relative;
    transition: all .5s;
    background-color: #565656;
}

.max-btn:hover div,
.max-btn.active div {
    background-color: #46e6e6;
}

.max-imgs {
    position: relative;
    max-height: 60dvh;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max-imgs p {
    position: absolute;
    bottom: 0;
    text-align: center;
    transform: translateY(-1rem);
    max-width: 700px;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
}

.max-imgs div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s linear;
}

.max-imgs div:first-child {
    position: relative;
}

.max-imgs .fade img {
    position: absolute;
    opacity: 0;
    animation: imgfade 16s infinite ease-in-out;
}

.max-imgs .fade img:nth-child(1) {
    position: relative;
    opacity: 1;
    animation-delay: 0s;
}

.max-imgs .fade img:nth-child(2) {
    animation-delay: 4s;
}

.max-imgs .fade img:nth-child(3) {
    animation-delay: 8s;
}

.max-imgs .fade img:nth-child(4) {
    animation-delay: 12s;
}

@keyframes imgfade {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.max-imgs div img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.max-imgs div.active {
    opacity: 1;
    z-index: 1;
}

#glass,
.glass {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glass>img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.glass>div {
    position: absolute;
    top: 0;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.glass>div .text {
    max-width: 680px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.glass>div .text h3,
.glass>div .text p {
    text-align: center;
}

#io,
.io {
    max-width: 2560px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: #000000;
}

.io img {
    position: relative;
    width: 100%;
}

.io>div {
    position: absolute;
    width: 56.25%;
    height: 82.5%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.io>div .text {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 1vw;
    text-align: right;
    right: 0;
}

.io>div .text h3,
.io>div .text p {
    text-align: right;
}

#rgb,
.rgb {
    max-width: 2560px;
    width: 100%;
    min-height: 100vh;
    padding: 5vw 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    overflow: hidden;
    background-image: url(../../innergigabyte/images/rgb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rgb .rgbs {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.rgb .rgb-text {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    gap: 1vw;
}

.rgb .rgb-text>h3 {
    transition: all .8s;
}

.rgb .rgb-text>h4 {
    transition: all .8s;
}

.rgb .rgb-text>p {
    transition: all .8s;
}

.rgb .rgb-text a {
    transition: transform .8s, color .5s, border .5s, background 1s;
}

.rgb .rgb-text h3,
.rgb .rgb-text h4 {
    text-align: right;
}

.rgb .rgb-text p {
    text-align: right;
    width: 100%;
    max-width: 650px;
}

.rgb .rgb-text .note {
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: -0.5rem 0 0 0;
}

.rgb .rgb-imgs {
    position: relative;
    max-width: 750px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rgb .rgb-imgs * {
    position: absolute;
    width: 100%;
}

.rgb .rgb-imgs *:last-child {
    position: relative;
}

.rgb .pwm {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.rgb .pwm img {
    max-width: 700px;
    width: 100%;
}

.rgb .pwm>div {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

#easyinstall {
    max-width: 2560px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
    justify-items: center;
    align-items: center;
    gap: 2.5vw;
    padding: 5vw;
    background-color: #121212;
}

.easyinstall>div {
    max-width: 1440px;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.easyinstall>div>div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 1vw;
}

.easyinstall>div>*:nth-child(odd) {
    align-items: flex-end;
    text-align: right;
}

.easyinstall>div>*:nth-child(even) {
    align-items: flex-start;
    text-align: left;
}

.easyinstall>div .text {
    padding: 0 2.5vw;
}

.easyinstall>div img {
    max-width: 100%;
    height: 100%;
}

.InnerGIGABYTEContent>div.dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
    overflow: hidden;
    transform: translateY(-50%);
    background-color: unset;
    max-width: unset;
    width: unset;
    justify-content: unset;
    align-items: unset;
}

.dots a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a p {
    white-space: nowrap;
    color: #ffffff90;
    font-size: 1rem;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    padding: 0 1rem 0 0;
    position: relative;
    left: 100%;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    width: 0;
}

.dots a div {
    background-color: #ffffff30;
    width: 6px;
    height: 26px;
    border-radius: 3px;
    transition: .2s;
}

.dots a div.active {
    background-color: #ffffff90;
}

.dots a:hover {
    text-decoration-color: #00000000;
}

.dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: 100%;
    transition: all .5s;
}

.dots a:hover div {
    background-color: #ffffff90;
}

/* overlay popup */
.InnerGIGABYTEContent .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: unset;
    translate: -50% -50%;
    z-index: 100;
    display: flex;
    flex-direction: column;
    max-width: 95vw;
    max-height: 95vh;
    overflow: unset;
    background-color: #00000000;
}

.InnerGIGABYTEContent .popup .popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    backdrop-filter: blur(50px);
}

.InnerGIGABYTEContent .popup .popup-content::after {
    content: '\00D7';
    position: absolute;
    width: 32px;
    height: 32px;
    font-size: 32px;
    line-height: 32px;
    right: 0;
    top: 0;
    translate: 100% -100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.InnerGIGABYTEContent .popup .popup-content img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.InnerGIGABYTEContent .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 75%);
    z-index: 99;
}