@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;
}

.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;
    font-weight: 700;
    color: #ddd;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1.2;
}

.InnerGIGABYTEContent h4 {
    font-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    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;
    color: #ddd;
    font-family: "noto sans", '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 {
        line-height: unset;
    }

    .InnerGIGABYTEContent h4 {
        margin: 0;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        font-size: 8px;
        line-height: unset;
        margin: 0;
    }
}

a.link {
    display: inline-flex;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 0 1vw 0;
    padding: 0.5vw 2vw;
    background: #dddddd00;
    border: #ff6400 1px solid;
    color: #ff6400;
    font-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: all .3s;
}

a.link:hover {
    color: #000;
    background: #ff6400;
    border: #ff660000 1px solid;
}

.InnerGIGABYTEContent>div {
    background-color: #000;
    max-width: 2560px;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.keyfeature {
    justify-content: center;
    min-height: 100vh;
    background-image: url(../innergigabyteimages/kfbg.jpg), linear-gradient(239.1deg, #303030, #111, #111, #111);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #111;
    padding: 0 10%;
}

.keyfeature .rgb-icon {
    width: 100px;
}

.keyfeature>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    max-width: 1600px;
    width: 100%;
}

.keyfeature>div>img {
    width: 50%;
}

.keyfeature .text {
    position: relative;
    max-width: 50vw;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.InnerGIGABYTEContent>div.airflow {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw 0 0 0;
    text-align: center;
}

.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: 100vh;
}

.max {
    max-width: 2560px;
    width: 100%;
    height: 105vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
    height: 100%;
}

.max-bg {
    position: absolute;
    object-fit: cover;
    height: 100%;
}

.max-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.max-text {
    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 {
    padding: 0 0 1vw;
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.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;
}

.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: #ff6400 1px solid;
}

.max-btns-right:hover>div>div,
.max-btns-left:hover>div>div {
    border-top: #ff6400 1px solid;
    border-right: #ff6400 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-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    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: #ff6400;
}

.max-btn>div {
    width: 100%;
    height: 2px;
    margin: 2vh 0 0 0;
    position: relative;
    transition: all .5s;
    background-color: #565656;
}

.max-btn:hover div,
.max-btn.active div {
    background-color: #ff6400;
}

.max-imgs {
    width: 100%;
    height: 65%;
    max-height: 60vh;
    position: relative;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.max-imgs>div {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.max-imgs p {
    position: absolute;
    text-align: center;
    transform: translateY(-1rem);
    max-width: 700px;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    white-space: nowrap;
}

.max-imgs div,
.max-imgs img {
    height: 100%;
    position: absolute;
    margin: auto;
    inset: 0;
    opacity: 0;
    transition: all .5s linear;
}

.max-imgs div.active,
.max-imgs .active img,
.max-imgs img.active {
    opacity: 1;
}

#glass {
    max-width: 2560px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#glass img {
    position: relative;
    width: 100%;
}

#glass .text {
    position: absolute;
    max-width: 750px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    margin: 10vw 0 0 0;
}

#glass .text h3,
#glass .text p {
    text-align: center;
}

#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: .5vw;
}

#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%;
}

#io {
    max-width: 2560px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#io img {
    position: relative;
    width: 100%;
}

#io .text {
    position: absolute;
    max-width: 450px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 1vw;
    text-align: right;
    right: 10vw;
    bottom: 10vw;
}

#io .text h3,
#io .text p {
    text-align: right;
}

.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: 2.5vw;
    overflow: hidden;
    background-image: url(../innergigabyteimages/rgb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rgbs {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.rgbc {
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.rgbc .rgb-imgs>img {
    width: 100%;
}

.rgb-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    gap: 1vw;
}

.rgb-text>h3 {
    transition: all .8s;
}

.rgb-text>h4 {
    transition: all .8s;
}

.rgb-text>p {
    transition: all .8s;
}

.rgb-text a {
    transition: transform .8s, color .5s, border .5s, background 1s;
}

.rgb-text h3,
.rgb-text h4 {
    text-align: left;
}

.rgb-text p {
    text-align: left;
    width: 100%;
    max-width: 650px;
}

.rgb-text .note {
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: -0.5rem 0 0 0;
}

.rgb-learn-more {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rgb-learn-more .link {
    display: flex;
    overflow: hidden;
    font-size: 0.9rem;
    padding: 0.6vw 2vw;
}

.rgb-learn-more .link:hover {
    text-decoration: none;
}

.rgb-imgs {
    max-width: 750px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.off-light,
.rgb-bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rgb-bgs>* {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.rgb-bgs>div>* {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.rgb-bgs *.active {
    display: flex;
}

.rgb-cover {
    width: 100%;
    position: relative;
    pointer-events: none;
    z-index: 1;
}

.huerotate.active {
    animation: huerotate 4s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0);
    }

    100% {
        filter: hue-rotate(359deg);
    }
}

.flash {
    animation: flash .5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.doubleflash {
    animation: doubleflash 1s linear infinite;
}

@keyframes doubleflash {
    0% {

        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.pulse {
    animation: pulse 4s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.rgb-btn-colorpicker {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    position: relative;
    flex-direction: row;
    z-index: 1;
}

.rgb-btns {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1vw;
}

.rgb-btns::-webkit-scrollbar {
    height: 0px;
}

.rgb-btns>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    filter: grayscale(1);
    width: 60px;
    transition: all .5s;
}

.rgb-btns>div:hover {
    filter: grayscale(0);
    transform: translateY(-1px)
}

.rgb-btns>div.active {
    filter: grayscale(0);
}

#wheelPicker {
    display: block;
}

.rgb-btns p {
    font-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    color: #ff6400;
    text-align: center;
    line-height: 1;
    font-size: .5rem;
}

.illustration-announce {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10vh 0;
}

.illustration-announce p {
    text-align: center;
}

.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;
}