@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: #000;
}

.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: white;
}

.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: white;
}

.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: white;
}

.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: white;
}

.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: white;
}

.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%;
}

#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: 2rem;
}

.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%;
}

#KeyVisual,
.KeyVisual {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.KeyVisual>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.KeyVisual>img:nth-child(1) {
    position: relative;
}

.KeyVisual>img:nth-child(2) {
    position: absolute;
}

.KeyVisual>.text {
    position: absolute;
    bottom: 0;
    max-width: 1680px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 5rem;
    margin: 0 0 5vh;
}

.KeyVisual>.text p {
    max-width: 800px;
}

.KeyVisual>.text h3,
.KeyVisual>.text p {
    text-align: center;
    text-shadow: 0 0 5px #000000ee;
}

.KeyVisual>.text h3 {
    font-size: 6vh;
    margin-top: 1%;
}

.KeyVisual>.text h4 {
    text-align: center;
    width: 80%;
}

.KeyVisual>.text p {
    font-size: 1.2rem;
}

#LGA1851,
.LGA1851 {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.LGA1851>img {
    position: absolute;
    width: 100%;
    top: 0;
}

.LGA1851 .text {
    position: relative;
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 10rem 0;
}

.LGA1851 .text h3,
.LGA1851 .text p {
    text-align: center;
}

#DIY,
.DIY {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    height: 300vh;
}

.DIY .spacer {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.DIY .spacer>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.DIY .spacer>.fans {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.DIY .spacer>.fans .imgs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 65%;
    height: 100%;
}

.DIY .spacer>.fans .imgs img {
    position: absolute;
    max-height: 500px;
    height: 100%;
    object-fit: contain;
    opacity: 0;
}

.DIY .spacer>.fans .imgs img:nth-child(2),
.DIY .spacer>.fans .imgs img:nth-child(3),
.DIY .spacer>.fans .imgs img:nth-child(4) {
    transform-origin: 27.756286266924562% 50.64220183486239%;
}

.DIY .spacer>.fans .imgs img:nth-child(6),
.DIY .spacer>.fans .imgs img:nth-child(7),
.DIY .spacer>.fans .imgs img:nth-child(8) {
    transform-origin: 71.47001934235976% 50.64220183486239%;
}

.DIY .spacer>.fts {
    position: relative;
    max-width: 960px;
    width: 100%;
    height: 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
    -webkit-mask-image: linear-gradient(black 75%, transparent 100%);
    mask-image: linear-gradient(black 75%, transparent 100%);
}

.DIY .spacer>.fts .title {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
}

.DIY .spacer>.fts .title h3 {
    line-height: 1.25;
    text-align: right;
}

.DIY .spacer>.fts .cntnt {
    position: relative;
    overflow: hidden;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.DIY .spacer>.fts .cntnt aside {
    position: relative;
    display: grid;
    gap: .5rem;
}

.DIY .spacer>.fts .cntnt aside .text {
    position: relative;
    display: flex;
    flex-direction: column;
}

.DIY .spacer>.fts .cntnt aside img {
    position: relative;
    max-width: 330px;
}

#LCD,
.LCD {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 2.5rem;
}

.LCD>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LCD>div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

.LCD>div .img {
    position: relative;
    max-width: 600px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.LCD>div .img img {
    position: absolute;
    width: 100%;
}

.LCD>div .img img:last-child {
    position: relative;
    animation: LCDrotate 7s infinite ease-in-out;
}

@keyframes LCDrotate {
    0% {
        transform: rotate(0deg);
    }

    4% {
        transform: rotate(0deg);
    }

    4.5% {
        transform: rotate(14.5deg);
    }

    5% {
        transform: rotate(15deg);
    }

    9% {
        transform: rotate(15deg);
    }

    9.5% {
        transform: rotate(29.5deg);
    }

    10% {
        transform: rotate(30deg);
    }

    14% {
        transform: rotate(30deg);
    }

    14.5% {
        transform: rotate(44.5deg);
    }

    15% {
        transform: rotate(45deg);
    }

    19% {
        transform: rotate(45deg);
    }

    19.5% {
        transform: rotate(30.5deg);
    }

    20% {
        transform: rotate(30deg);
    }

    24% {
        transform: rotate(30deg);
    }

    24.5% {
        transform: rotate(15.5deg);
    }

    25% {
        transform: rotate(15deg);
    }

    29% {
        transform: rotate(15deg);
    }

    29.5% {
        transform: rotate(.5deg);
    }

    30% {
        transform: rotate(0deg);
    }

    34% {
        transform: rotate(0deg);
    }

    34.5% {
        transform: rotate(-14deg);
    }

    35% {
        transform: rotate(-15deg);
    }

    39% {
        transform: rotate(-15deg);
    }

    39.5% {
        transform: rotate(-29.5deg);
    }

    40% {
        transform: rotate(-30deg);
    }

    44% {
        transform: rotate(-30deg);
    }

    44.5% {
        transform: rotate(-44.5deg);
    }

    45% {
        transform: rotate(-45deg);
    }

    49% {
        transform: rotate(-45deg);
    }

    49.5% {
        transform: rotate(-30.5deg);
    }

    50% {
        transform: rotate(-30deg);
    }

    54% {
        transform: rotate(-30deg);
    }

    54.5% {
        transform: rotate(-15.5deg);
    }

    55% {
        transform: rotate(-15deg);
    }

    59% {
        transform: rotate(-15deg);
    }

    59.5% {
        transform: rotate(-.5deg);
    }

    60% {
        transform: rotate(0deg);
    }
}

.LCD>div .text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 650px;
}

.LCD>div .text ul {
    padding-top: 2rem;
}

.LCD>div .text ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.LCD>div .text ul li span {
    color: #46E6E6;
    font-family: sans-serif;
    margin: 0 8px 0 0;
}

#Sketch,
.Sketch {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    height: 250vh;
}

.Sketch .spacer {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Sketch .spacer img {
    position: absolute;
    width: 100%;
}

.Sketch .spacer img.sketchBG,
.Sketch .spacer img.svgbg {
    height: 100%;
    object-fit: cover;
}

#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%;
    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: 1200px;
    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: #999;
}

.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: #999;
    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;
}

#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: 7.5vw 0;
}

.RGB>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.RGB .text {
    position: relative;
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    z-index: 1;
}

.RGB .text h3,
.RGB .text p {
    text-align: center;
}

.RGB section {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    padding: 7.5vw 0;
}

.RGB section>img {
    position: absolute;
    height: 100%;
}

.RGB section .imgs {
    position: relative;
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.RGB section .imgs>img {
    position: absolute;
    width: 100%;
}

.RGB section .imgs>img.cover {
    position: relative;
}

.RGB section .imgs>div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .85;
}

.RGB section .imgs>div>* {
    position: absolute;
    width: 100%;
    visibility: hidden;
}

.RGB section .imgs>div>*.active {
    visibility: visible;
}

.RGB section .imgs .fans {
    animation-name: sprite;
    animation-timing-function: steps(12);
    animation-duration: .5s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    background-image: url(../../innergigabyte/images/rgb/fan-sprite.png);
    background-size: cover;
}

@keyframes sprite {
    0% {
        background-position-y: 0%;
    }

    100% {
        background-position-y: 100%;
    }
}

.RGB .huerotate {
    animation: huerotate 4s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0);
    }

    100% {
        filter: hue-rotate(359deg);
    }
}

.RGB .pulse {
    animation: pulse 4s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.RGB .flash {
    animation: flash .5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.RGB .dflash {
    animation: dflash 1s linear infinite;
}

@keyframes dflash {
    0% {
        opacity: 1;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

#wheelPicker {
    cursor: crosshair;
}

#wheelPicker.notallowed {
    cursor: not-allowed;
}

#COMPATIBILITY,
.COMPATIBILITY {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    padding: 10rem 0;
    background: linear-gradient(180deg, #0e0e0e 0%, #000 100%);
}

.COMPATIBILITY .title {
    position: relative;
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.COMPATIBILITY .title>img {
    position: absolute;
    height: 190%;
    transform: translate(0, -5%);
}

.COMPATIBILITY .title h3 {
    position: relative;
    text-align: center;
}

.COMPATIBILITY .text {
    position: relative;
    max-width: 1920px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.COMPATIBILITY .text .imgs {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.COMPATIBILITY .text .imgs div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.COMPATIBILITY .text .imgs div img {
    position: relative;
    width: 100%;
}

.COMPATIBILITY .text .imgs div p {
    position: absolute;
    text-align: center;
    border: #ccc solid 1px;
    border-radius: 8px;
    left: 16px;
    bottom: 16px;
    padding: 16px 16px;
    line-height: 1;
}

.COMPATIBILITY .text>p {
    text-align: center;
}

/* dots */

.InnerGIGABYTEContent .dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
    transform: translateX(calc(100% + 1vw)) translateY(-50%);
}

.InnerGIGABYTEContent .dots.active {
    opacity: 1;
    transform: translateX(0%) translateY(-50%);
}

.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 {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    text-decoration-color: #00000000;
}

.InnerGIGABYTEContent .dots a.hide {
    display: none;
}

.InnerGIGABYTEContent .dots a p {
    white-space: nowrap;
    color: #ffffff90;
    font-size: 12px;
    text-align: right;
    pointer-events: none;
    padding: 0 8px 0 0;
    position: relative;
    left: 0;
    width: 100%;
    text-decoration-color: #00000000;
}

.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;
}

.InnerGIGABYTEContent .dots a:hover div {
    background-color: #ff00bf;
}