@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);
@import url(https://fonts.googleapis.com/css?family=Play);

@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;
}

@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 {
    scroll-behavior: smooth;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    background: #232323;
}

.InnerGIGABYTEContent h1 {
    margin: 0;
    padding: 0;
    font-family: "AORUS", "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 4px;
    word-spacing: 8px;
    text-align: left;
    color: #ddd;
}

.InnerGIGABYTEContent h2 {
    margin: 0;
    padding: 0;
    font-family: "AORUS", "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1.5;
    letter-spacing: 4px;
    word-spacing: 8px;
    text-align: left;
    color: #ddd;
}

.InnerGIGABYTEContent h3 {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "AORUS", "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 3px;
    word-spacing: 8px;
    text-align: left;
    color: #ddd;
}

.InnerGIGABYTEContent h4 {
    margin: 0;
    padding: 0;
    font-family: "Aldrich", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left;
    color: #ddd;
}

.InnerGIGABYTEContent h5 {
    margin: 0;
    padding: 0;
    font-family: "Titillium Web", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left;
    color: #ddd;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent a,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li {
    margin: 0;
    padding: 0;
    font-family: "Titillium Web", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: left;
    color: #ddd;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

#KeyVisual,
.KeyVisual {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.KeyVisual img {
    width: 100%;
}

.KeyVisual img.rwd {
    display: none;
}

.KeyVisual .logos {
    position: absolute;
    display: flex;
    left: 16px;
    top: 16px;
    gap: 16px;
}

@media screen and (max-width:1600px) {
    .KeyVisual .logos {
        align-items: flex-start;
        flex-direction: column;
    }
}

.KeyVisual .logos img {
    width: unset;
    height: 100px;
    object-fit: contain;
}

#KeyFeature,
.KeyFeature {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10rem;
}

.KeyFeature>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.KeyFeature>div {
    position: relative;
    width: 100%;
    min-height: 56.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    max-width: 1600px;
}

.KeyFeature>div .text {
    max-width: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.KeyFeature>div .text ul {
    list-style-type: disc;
    padding: 0 0 0 1rem;
}

.KeyFeature>div .img {
    max-width: 100%;
    width: 60%;
}

.KeyFeature>div .img img {
    width: 100%;
}

#AirFlow,
.AirFlow {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.AirFlow>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.AirFlow .text {
    position: relative;
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 10rem 0 0 0;
}

.AirFlow .text h3,
.AirFlow .text p {
    text-align: center;
}

.AirFlow>.imgs {
    position: relative;
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 3rem;
}

.AirFlow>.imgs img {
    position: relative;
    width: 100%;
}

.AirFlow>.imgs svg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AirFlow .fan {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    margin: 15vh 0;
}

.AirFlow .fan .interaction {
    position: relative;
    display: flex;
}

.AirFlow .fan .interaction .btns {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.AirFlow .fan .interaction .btns a {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.AirFlow .fan .interaction .btns a p {
    line-height: 1;
    color: #717171;
}

.AirFlow .fan .interaction .btns a.active p,
.AirFlow .fan .interaction .btns a:hover p {
    color: #ddd;
}

.AirFlow .fan .interaction .btns a svg defs stop {
    stop-color: #888;
    transition: all .5s;
}

.AirFlow .fan .interaction .btns a.active svg defs stop:nth-child(1),
.AirFlow .fan .interaction .btns a:hover svg defs stop:nth-child(1) {
    stop-color: #FF00BF;
}

.AirFlow .fan .interaction .btns a.active svg defs stop:nth-child(2),
.AirFlow .fan .interaction .btns a:hover svg defs stop:nth-child(2) {
    stop-color: #00D0FF;
}

.AirFlow .fan .imgs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
}

.AirFlow .fan .imgs>img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.AirFlow .fan .imgs>img.bg {
    position: absolute;
    width: unset;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: contain;
    transform: translate(30%, -25%);
}

.AirFlow .fan .imgs>div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AirFlow .fan .imgs>div img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    visibility: hidden;
}

.AirFlow .fan .imgs>div img.active {
    visibility: visible;
}

#dimen,
.dimen {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    padding: 10vw 5vw;
}

.dimen>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dimen>div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dimen>div.imgs {
    overflow: hidden;
    max-width: 1600px;
}

.dimen>div.imgs img {
    width: 100%;
    transform-origin: calc(1400 / 1920 * 100%) center;
}

.dimen>div.text {
    align-items: flex-start;
    max-width: 1480px;
    gap: 1vw;
}

.dimen>div.text p {
    max-width: 640px;
}

#Compatibility,
.Compatibility {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Compatibility>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Compatibility>div {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10rem 0;
}

.Compatibility>div aside {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.Compatibility>div aside .text {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.Compatibility>div aside .text h3,
.Compatibility>div aside .text p {
    max-width: 600px;
    text-align: center;
}

.Compatibility>div aside .btns-group {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin: 0 0 2dvh;
}

.Compatibility>div aside .btns-left {
    width: 30%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.Compatibility>div aside .btns-right {
    width: 30%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Compatibility>div aside .btns-left.transparent,
.Compatibility>div aside .btns-right.transparent {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.Compatibility>div aside .btns-right>div,
.Compatibility>div aside .btns-left>div {
    width: 35px;
    height: 35px;
    border: #ddd 1px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .5s;
    margin: 0 15px;
}

.Compatibility>div aside .btns-right>div>div,
.Compatibility>div aside .btns-left>div>div {
    position: absolute;
    width: 9px;
    height: 9px;
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
    transform: rotate(45deg);
    left: 9px;
    transition: all .5s;
}

.Compatibility>div aside .btns-left>div>div {
    transform: rotate(225deg);
    left: unset;
    right: 9px;
}

.Compatibility>div aside .btns-right:hover>div,
.Compatibility>div aside .btns-left:hover>div {
    border: #ff6400 1px solid;
}

.Compatibility>div aside .btns-right:hover>div>div,
.Compatibility>div aside .btns-left:hover>div>div {
    border-top: #ff6400 1px solid;
    border-right: #ff6400 1px solid;
}

.Compatibility>div aside .btns {
    width: 100%;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.Compatibility>div aside .btns>div {
    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);
}

.Compatibility>div aside .btns>div 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;
}

.Compatibility>div aside .btns>div:hover h4,
.Compatibility>div aside .btns>div.active h4 {
    color: #ff6400;
}

.Compatibility>div aside .btns>div>div {
    width: 100%;
    height: 2px;
    margin: 1dvh 0 0 0;
    position: relative;
    transition: all .5s;
    background-color: #565656;
}

.Compatibility>div aside .btns>div:hover div,
.Compatibility>div aside .btns>div.active div {
    background-color: #ff6400;
}

.Compatibility>div aside .imgs {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Compatibility>div aside .imgs div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s linear;
}

.Compatibility>div aside .imgs div:first-child {
    position: relative;
}

.Compatibility>div aside .imgs div img {
    position: relative;
    width: 100%;
    max-height: 50dvh;
    height: 100%;
    object-fit: contain;
}

.Compatibility>div aside .imgs div.active {
    opacity: 1;
    z-index: 1;
}

.Compatibility>div aside .imgs .active img {
    cursor: zoom-in;
}

.Compatibility>div aside .imgs div p {
    position: absolute;
    text-align: center;
    transform: translateY(-1rem);
    max-width: 700px;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
    bottom: 10px;
    left: 48px;
}

#Visual,
.Visual {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Visual>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Visual>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.Visual>div .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 10rem 0 0 0;
}

.Visual>div .text h3,
.Visual>div .text p {
    text-align: center;
}

.Visual>div .text h3 {
    max-width: 1200px;
}

.Visual>div .text p {
    max-width: 700px;
}

.Visual>div img {
    max-width: 1600px;
    width: 100%;
}

#RGB,
.RGB {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 10rem 5rem;
}

.RGB>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.RGB section {
    position: relative;
    max-width: 1600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RGB section:nth-child(odd) {
    flex-direction: row-reverse;
}

.RGB section:nth-child(even) {
    flex-direction: row;
}

.RGB section .text {
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.RGB section .text h3 {
    max-width: 1366px;
}

.RGB section .text p {
    max-width: 760px;
}

.RGB section:nth-child(even) .text {
    align-items: flex-end;
}

.RGB section:nth-child(even) .text h3,
.RGB section:nth-child(even) .text p {
    text-align: right;
}

.RGB section:nth-child(even) .text p span {
    font-size: 14px;
    font-weight: bold;
}

.RGB section .imgs {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RGB section .imgs img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.RGB section .imgs img:first-child {
    position: relative;
}

#Easyinstall,
.Easyinstall {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    padding: 10rem 0;
}

.Easyinstall>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Easyinstall>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Easyinstall>div h3 {
    text-align: center;
}

.Easyinstall>section {
    position: relative;
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0;
    padding: 0 5rem;
}

.Easyinstall>section>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Easyinstall>section>div:nth-child(odd) {
    flex-direction: row;
}

.Easyinstall>section>div:nth-child(even) {
    flex-direction: row-reverse;
}

.Easyinstall>section>div .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Easyinstall>section>div .img,
.Easyinstall>section>div .text {
    width: 50%;
}

.Easyinstall>section>div .text {
    padding: 0 5%;
}

.Easyinstall>section>div:nth-child(odd) .text {
    display: flex;
    flex-direction: column;
}

.Easyinstall>section>div:nth-child(even) .text {
    display: flex;
    flex-direction: column;
}

.Easyinstall>section>div:nth-child(even) .text h4,
.Easyinstall>section>div:nth-child(even) .text p {
    text-align: right;
}

.Easyinstall>section>div .img img,
.Easyinstall>section>div .img video {
    width: 100%;
    border: 1px solid #444;
}

#io,
.io {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.io>img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.io>div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.io>div .text {
    position: absolute;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1vw;
    padding: 0 5%;
}

/* dots */

.InnerGIGABYTEContent>section:has(.dots) {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.InnerGIGABYTEContent .dots {
    position: absolute;
    overflow: hidden;
    right: 1vw;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
    transition: all .5s;
    opacity: 0;
    transform: translateX(calc(100% + 1vw));
}

.InnerGIGABYTEContent .dots.active {
    opacity: 1;
    transform: translateX(0%);
}

.InnerGIGABYTEContent .dots::before {
    content: "";
    display: block;
    background: url("../../innergigabyte/images/sidebar-1.png") 0 0/auto 100% no-repeat;
    width: 21px;
    height: 163px;
}

.InnerGIGABYTEContent .dots::after {
    content: "";
    display: block;
    background: url("../../innergigabyte/images/sidebar-2.png") 0 0/auto 100% no-repeat;
    width: 21px;
    height: 191px;
}

.InnerGIGABYTEContent .dots a {
    position: relative;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    text-decoration-color: #00000000;
}

.InnerGIGABYTEContent .dots a.hide {
    display: none;
}

.InnerGIGABYTEContent .dots a p {
    position: relative;
    width: 100%;
    left: 0;
    font-size: 11px;
    white-space: nowrap;
    padding: 0 8px 0 0;
    text-align: right;
    pointer-events: none;
    color: #ffffff90;
    text-decoration-color: #00000000;
    line-height: .6em;
    transition: font-size .5s;
}

.InnerGIGABYTEContent .dots a div {
    background-color: #ffffff00;
    border-radius: 50%;
    border: 1px solid #ff00bf;
    width: .6em;
    height: .6em;
    transition: .2s;
}

.InnerGIGABYTEContent .dots a div.active {
    background-color: #ff00bf;
}

.InnerGIGABYTEContent .dots a:has(div.active) p,
.InnerGIGABYTEContent .dots a:hover p {
    color: #fff;
    font-size: 14px;
}

.InnerGIGABYTEContent .dots a:hover div {
    background-color: #ff00bf;
}

/* 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: #ffffff54;
}

.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;
}