@charset "UTF-8";

::-webkit-scrollbar {
    width: 0;
}

#divGoTop {
    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 {
    scroll-behavior: smooth;
}

.inside-mouse.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
}

.InnerGIGABYTEContent h3,
.InnerGIGABYTEContent .h3 {
    text-align: left;
    font-size: 2rem;
    font-family: "AORUS", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 1vw 0;
    padding: 0;
}

.InnerGIGABYTEContent h4,
.InnerGIGABYTEContent .h4 {
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ff6400;
    margin: 0 0 1vw 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: "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,
    .InnerGIGABYTEContent .h3 {
        font-size: 16px;
        line-height: unset;
        margin: 5px 0 8px 0;
    }

    .InnerGIGABYTEContent h4,
    .InnerGIGABYTEContent .h4 {
        font-size: 9px;
        margin: 0;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        font-size: 8px;
        line-height: unset;
        margin: 0;
    }
}

@media screen and (max-width:1200px) {

    .InnerGIGABYTEContent h3,
    .InnerGIGABYTEContent .h3 {
        font-size: 28px;
        line-height: 1.1;
        margin: 3vw 0;
    }
}

svg.noise-effects {
    position: absolute;
    width: 0;
    height: 0;
}

.top-Vignetting,
.bottom-Vignetting,
.Vignetting {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.top-Vignetting {
    background-image: linear-gradient(180deg, black, transparent);
}

.bottom-Vignetting {
    background-image: linear-gradient(0deg, black, transparent);
}

.Vignetting {
    background-image: linear-gradient(0deg, black, transparent, black);
}

@media screen and (max-width:1200px) {

    .InnerGIGABYTEContent h3,
    .InnerGIGABYTEContent .h3 {
        font-size: 28px;
        line-height: 1.3;
        margin: 3vw 0;
    }

    .top-Vignetting,
    .bottom-Vignetting,
    .Vignetting {
        display: block;
    }
}

.keyvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.keyvisual .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.keyvisual img.kv-img {
    width: unset;
    height: 100%;
}

.keyvisual img.portrait {
    width: 100%;
    height: unset;
}

.keyvisual img.rwd {
    width: 100%;
    display: none;
}

@media screen and (max-width:1200px) {
    .keyvisual {
        height: unset;
    }

    .keyvisual img {
        display: none;
    }

    .keyvisual img.rwd {
        display: block;
    }
}

.KVsection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.sec-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.KVsection .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.kv-img {
    width: 100%;
}

.kv-img-rwd {
    display: none;
}

@media screen and (max-width:1200px) {
    .KVsection {
        height: unset;
    }

    .KVsection .sec-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .InnerGIGABYTEContent .kv-img {
        display: none;
    }

    .kv-img-rwd {
        display: block;
        width: 100%;
    }
}

.KFsection {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.KFsection .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
}

.kf-img-bg {
    position: absolute;
    width: 2560px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kf-sliders {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.kf-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    padding: 0 5vw;
    top: 0;
    left: 50%;
    transition: transform .5s cubic-bezier(0, 0, 0, 1);
    z-index: 0;
    display: none;
    opacity: 0;
}

@media screen and (max-width:1200px) {
    .KFsection {
        height: unset;
    }

    .kf-slider {
        justify-content: center;
        flex-direction: column;
        display: flex;
        padding: 0 5vw;
    }
}

.kf-slider:first-child {
    position: relative;
}

.kf-slider.kf-prev {
    transform: translateX(-150%);
    display: flex;
    z-index: 3;
    opacity: 1;
}

.kf-slider.kf-next {
    transform: translateX(50%);
    display: flex;
    z-index: 3;
    opacity: 1;
}

.kf-slider.active {
    transform: translateX(-50%);
    display: flex;
    z-index: 5;
    opacity: 1;
}

.kf-sliders.next-ani .kf-slider.kf-prev {
    animation: next-ani-prev .5s forwards linear;
}

@keyframes next-ani-prev {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(-150%);
    }
}

.kf-sliders.next-ani .kf-slider.kf-next {
    animation: next-ani-next .5s forwards linear;
}

@keyframes next-ani-next {
    0% {
        transform: translateX(150%);
    }

    100% {
        transform: translateX(50%);
    }
}

.kf-sliders.next-ani .kf-slider.active {
    animation: next-ani-active .5s forwards linear;
}

@keyframes next-ani-active {
    0% {
        transform: translateX(50%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.kf-sliders.prev-ani .kf-slider.kf-prev {
    animation: prev-ani-prev .5s forwards linear;
}

@keyframes prev-ani-prev {
    0% {
        transform: translateX(-250%);
    }

    100% {
        transform: translateX(-150%);
    }
}

.kf-sliders.prev-ani .kf-slider.kf-next {
    animation: prev-ani-next .5s forwards linear;
}

@keyframes prev-ani-next {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(50%);
    }
}

.kf-sliders.prev-ani .kf-slider.active {
    animation: prev-ani-active .5s forwards linear;
}

@keyframes prev-ani-active {
    0% {
        transform: translateX(-150%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.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 #ff6400 solid;
    border-left: 1px #ff6400 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 #ff6400 solid;
    border-right: 1px #ff6400 solid;
}

.kf-img-bg {
    position: absolute;
    width: 2560px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width:1921px) {

    .kf-slider-prev-btn:hover,
    .kf-slider-next-btn:hover {
        background: transparent;
    }
}

@media screen and (max-width: 1200px) {
    .kf-img-bg {
        height: 100%;
        width: auto;
    }
}

.kf-text {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.kf-text h3 {
    margin: 0 0 .5vw 0;
}

.kf-text p {
    margin: 0 0 1.5vw 0;
}

.kf-logos>img {
    padding: 0 1vw 0 0;
    height: 80px;
}

@media screen and (max-width: 768px) {
    .kf-logos>img {
        padding: 0 1vw 0 0;
        height: 55px;
        margin: 2vw 0;
    }
}

@media screen and (max-width:1200px) {
    .kf-text h3 {
        margin: 3vw 0;
    }
}

.kf-logos .kf-4y {
    display: inline;
}

.kf-logos .kf-5y {
    display: none;
}

.kf-logos .kf-4y.tw {
    display: none;
}

.kf-logos .kf-5y.tw {
    display: inline;
}

@media screen and (max-height: 768px) and (min-width: 1201px) {
    .kf-text h3 {
        margin: 5px 0 0 0;
    }

    .kf-text p {
        margin: 8px 0;
    }

    .kf-logos {
        display: none;
    }
}

.kf-img-col {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kf-dazzle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: sprite infinite steps(29) 3s;
    background-image: url(../innergigabyteimages/kf-dazzle.png);
    background-size: 100% 3000%;
}

.kf-img-main {
    position: relative;
    width: 100%;
    filter: url(#noise);
}

.kf-sprite {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: sprite infinite steps(9) .1s;
    background-image: url(../innergigabyteimages/kf-sprite.png);
    background-size: 100% 1000%;
    z-index: 1;
}

.kf-img {
    width: 100%;
    max-width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kf-video {
    position: relative;
    width: 400px;
    padding-bottom: 225px;
    overflow: hidden;
    margin: 0 1vw;
}

.kf-video>iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .kf-text h4 {
        margin: 10px 0 0 0;
    }

    .kf-text {
        width: 50%;
        margin: 0 1vw 0 0;
    }

}

@media screen and (max-width:1200px) {
    .kf-text {
        margin: 10vw 0 0 0;
        width: 100%;
    }

    .kf-img-col {
        width: 100%;
        height: 50%;
        margin: 0 0 10vw 0;
    }

    .kf-img-main {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }

    .kf-img {
        margin: 10vw 0 0;
        max-width: unset;
        width: unset;
    }

    .kf-video {
        margin: 0;
        width: 100%;
    }

    .kf-slider-prev-btn {
        justify-content: flex-start;
    }

    .kf-slider-next-btn {
        justify-content: flex-end;
    }

    .kf-slider-prev-btn>div {
        border-bottom: 5px #ff6400 solid;
        border-left: 5px #ff6400 solid;
        opacity: .5;
        margin: 0 0 0 1vw;
    }

    .kf-slider-next-btn>div {
        border-top: 5px #ff6400 solid;
        border-right: 5px #ff6400 solid;
        opacity: .5;
        margin: 0 1vw 0 0;
    }
}

.title-line {
    margin: 0 0 1vw 0;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .title-line {
        margin: 0 0 10px 0;
        width: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .title-line {
        width: 160px;
    }
}

#designconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#designconcept.no-ani * {
    animation: unset;
}

#designconcept .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-size: cover;
}

.dscc-imgs {
    width: 75%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dscc-img-bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.dscc-img-back {
    height: 100%;
    position: absolute;
    transition: all .5s;
}

.dscc-img-front {
    height: 100%;
    position: absolute;
    transition: all .5s;
}

.no-ani .dscc-img-back {
    opacity: 0;
    transform: translate(-10%, -10%);
}

.no-ani .dscc-img-front {
    opacity: 0;
    transform: translate(10%, 10%);
}

.dscc-text {
    width: 25%;
    height: 100%;
    padding: 0 3vw 0 1vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 0;
}

.designconcept-text-gradient {
    position: absolute;
    width: 115%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, transparent, black 35%);
    z-index: -1;
}

@media screen and (max-width:1200px) {
    #designconcept {
        height: 170vw;
    }

    #designconcept .sec-container {
        flex-direction: column-reverse;
    }

    .dscc-imgs {
        width: 100%;
    }

    .dscc-img-back,
    .dscc-img-front {
        width: 155%;
        height: unset;
    }

    .dscc-text {
        width: 100%;
        height: unset;
        padding: 8vh 5vw 4vw;
    }
}

.sec1 {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec1 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 0 0 5vw;
}

.cool-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cool-text {
    width: 100%;
    height: 100%;
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
    background-image: linear-gradient(90deg, black 90%, transparent 100%);
}

.cool-text-content {
    width: 100%;
    height: 49%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.cool-btns-group {
    width: 100%;
    height: 63%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.cool-btns {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 1vw 0 0 0;
}

@media screen and (max-width:1200px) {
    .sec1 {
        height: unset;
    }

    .sec1 .sec-container {
        height: unset;
        padding: 10vw 5vw;
        justify-content: center;
        flex-direction: column;
    }

    .cool-btns {
        margin: 5vw 0 0 0;
    }
}

.cool-btns span {
    white-space: nowrap;
    color: #ddd;
    font-size: 0.5rem;
}

.cool-btn {
    position: relative;
    cursor: pointer;
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #ddd;
    transition: all .5s;
    margin: .5vw 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

@media screen and (max-width:1200px) {
    .cool-btn {
        margin: 2vw 0 0 0;
    }
}

@media screen and (max-width:768px) {
    .cool-btn {
        margin: 4vw 0 0 0;
    }
}

@media screen and (max-height: 768px) and (min-width: 1201px) {
    .cool-btn {
        font-size: 9px;
        margin: 5px 0;
    }
}

.cool-btn:hover,
.cool-btn.active {
    color: #ff6400;
}

.cool-btn p {
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    height: 0;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
}

.cool-btn.active p {
    transition: clip-path .5s;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    height: unset;
}

.cool-btn>div {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-1rem);
    transition: all .5s;
    clip-path: polygon(0 50%, 0 50%, 100% 50%, 100% 50%);
    background-color: #ddd;
}

.cool-btn:hover div,
.cool-btn.active div {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    background-color: #ff6400;
}

.cool-img-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
}

@media screen and (max-width:1200px) {
    .cool-img-bg {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: 72.22vw;
    }
}

.cool-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cool-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

@media screen and (max-width:1200px) {
    .cool-imgs {
        margin: 10vw 0 0 0;
    }

    .cool-img {
        width: 100%;
    }
}

.cool-img-bg1,
.cool-img-bg2,
.cool-img-bg1-logo,
.cool-img-bg-claw {
    position: absolute;
    height: 100%;
    transition: all .5s;
}

.cool-img-blade {
    transition: all .5s;
    height: 45%;
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translate(-50%, 50%);
}

.cool-img-3d,
.cool-img-alternate,
.cool-img-lubricant,
.cool-img-copper {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.cool-img-lubricant0,
.cool-img-lubricant1,
.cool-img-lubricant2 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.active4 .cool-img-lubricant0 {
    animation: lub-rotate infinite 1s linear;
}

@keyframes lub-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }

    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

.active4 .cool-img-lubricant2 {
    animation: lub-clip 5s forwards;
}

@keyframes lub-clip {
    0% {
        clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.cool-img-3d {
    width: 90%;
    height: auto;
}

.cool-imgs>* {
    opacity: 0;
}

.cool-imgs.active1 .cool-img-bg1,
.cool-imgs.active2 .cool-img-bg1,
.cool-imgs.active4 .cool-img-bg2,
.cool-imgs.active5 .cool-img-bg2,
.cool-imgs.active6 .cool-img-bg2 {
    opacity: 0.6;
}

.cool-imgs.active1 .cool-img-blade,
.cool-imgs.active2 .cool-img-alternate,
.cool-imgs.active3 .cool-img-3d,
.cool-imgs.active4 .cool-img-lubricant,
.cool-imgs.active5 .cool-img-screen,
.cool-imgs.active6 .cool-img-copper {
    opacity: 1;
}

.cool-imgs.active1 .cool-img-bg1 {
    animation: cool-img-bg1 10s infinite linear;
}

@keyframes cool-img-bg1 {
    0% {
        opacity: 1;
        filter: blur(0);
    }

    15% {
        opacity: .5;
        filter: blur(5px);
    }

    85% {
        opacity: .5;
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.cool-imgs.active1 .cool-img-bg1-logo {
    animation: cool-img-bg1-logo 10s infinite linear;
}

@keyframes cool-img-bg1-logo {
    0% {
        opacity: .5;
    }

    15% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: .5;
    }
}

.cool-imgs.active1 .cool-img-bg-claw {
    opacity: 1;
}

.cool-imgs.active2 .cool-img-bg1 {
    animation: active2-bg1 1s linear forwards;
}

@keyframes active2-bg1 {
    0% {
        opacity: 1;
        filter: blur(0);
    }

    100% {
        opacity: .5;
        filter: blur(5px);
    }
}

.cool-imgs.active2 .cool-img-bg-claw {
    opacity: 1;
}

.cool-imgs.active2 .cool-img-blade>.blade-claw2 {
    opacity: 1;
}

.cool-img-alternate>* {
    transition: all .5s;
    height: 35%;
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translate(-50%, 50%);
}

.alternate-fans-bg1 {
    animation: alternate-fans-bg1 2s linear infinite
}

@keyframes alternate-fans-bg1 {
    0% {
        opacity: 0;
        transform: translate(-50%, 100%);
    }

    75% {
        opacity: 1;
        transform: translate(-50%, 50%);
    }
}

.alternate-fans-bg2 {
    animation: alternate-fans-bg2 2s linear infinite
}

@keyframes alternate-fans-bg2 {
    0% {
        opacity: 0;
        transform: translate(-50%, 0%);
    }

    75% {
        opacity: 1;
        transform: translate(-50%, 50%);
    }
}

.alternate-fans-m,
.alternate-fans-m-arrow {
    animation: alternate-fans-m 3s linear infinite;
}

@keyframes alternate-fans-m {
    0% {
        transform: translate(-50%, 50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, 50%) rotate(359deg);
    }
}

.alternate-fans-l,
.alternate-fans-l-arrow {
    animation: alternate-fans-l 3s linear infinite;
}

@keyframes alternate-fans-l {
    0% {
        transform: translate(-80%, 50%) rotate(359deg);
    }

    100% {
        transform: translate(-80%, 50%) rotate(0deg);
    }
}

.alternate-fans-r,
.alternate-fans-r-arrow {
    animation: alternate-fans-r 3s linear infinite;
}

@keyframes alternate-fans-r {
    0% {
        transform: translate(-20%, 50%) rotate(359deg);
    }

    100% {
        transform: translate(-20%, 50%) rotate(0deg);
    }
}

.alternate-fans-m-arrow,
.alternate-fans-l-arrow,
.alternate-fans-r-arrow {
    animation-duration: 7s;
}

@media screen and (max-width:1200px) {
    .cool-img-bg2 {
        position: relative;
    }

    .cool-img-bg1,
    .cool-img-bg2,
    .cool-img-bg1-logo,
    .cool-img-bg-claw {
        width: 100%;
        height: unset;
    }

    .cool-img-screen {
        max-width: unset;
        width: 100%;
        height: unset;
    }
}

.cool-img-screen,
.cool-img-copper1,
.cool-img-copper2 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.cool-img-copper1 {
    animation: cool-img-copper 5s infinite ease-in-out;
}

@keyframes cool-img-copper {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 5;
    }

    100% {
        opacity: 0;
    }
}

.sec2 {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
}

.rgb-img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rgb-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: 100%;
}

.rgb-text {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 3vw;
}

.rgb-learn-more {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rgb-learn-more .link {
    display: flex;
    margin: 1.5vw 0;
    overflow: hidden;
    font-size: 0.9rem;
    transition: all .3s;
    padding: 0.4vw 3vw;
    background: #331400;
    border: #ff6400 1px solid;
    color: #ff6400;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .rgb-img-bg {
        width: 100%;
    }

    .rgb-learn-more .link {
        margin: 1vw 0;
        font-size: 12px;
    }
}

@media screen and (max-width:1024px) {
    .rgb-learn-more .link {
        margin: 5vw 0;
        padding: 2vw 3vw;
    }
}

.rgb-learn-more .link:hover {
    color: #ddd;
    font-weight: bold;
    text-shadow: 0 0 1rem #ff6400, 0 0 1.5rem #ff6400, 0 0 2rem #ff6400;
}

@media screen and (max-width:1200px) {
    .rgb-text {
        width: 100%;
        padding: 0 5vw;
        margin: 8vh 0 0 0;
        align-items: center;
    }

    .rgb-learn-more {
        justify-content: center;
    }

    .rgb-img-bg {
        width: unset;
    }

    .rgb-text {
        text-align: center;
    }

    .rgb-text span {
        display: none;
    }

    .rgb-container {
        flex-direction: column;
    }
}

.rgb-imgs {
    width: 50%;
    position: relative;
    animation: rgb-imgs infinite ease-in-out 3s alternate;
}

@media screen and (max-width:1200px) {
    .rgb-imgs {
        margin: 5vw 0 0 0;
        width: 95vw;
    }
}

@keyframes rgb-imgs {
    0% {
        transform: translateY(-1%);
    }

    100% {
        transform: translateY(1%);
    }
}

.fan-sprite,
.off-light,
.rgb-bgs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fan-sprite {
    animation: sprite infinite steps(9) .08s;
    background-image: url(../innergigabyteimages/rgb/fan-sprite.png);
    background-size: 100% 1000%;
    z-index: 1;
}

@keyframes sprite {
    0% {
        background-position-y: 0%;
    }

    100% {
        background-position-y: 100%;
    }
}

.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;
    z-index: 1;
}

.dazzle {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: sprite infinite steps(29) 3s;
    background-image: url(../innergigabyteimages/rgb/dazzle.png);
    background-size: 100% 3000%;
    z-index: 1;
}

.wave {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: sprite infinite steps(29) 3s;
    background-image: url(../innergigabyteimages/rgb/wave.png);
    background-size: 100% 3000%;
    z-index: 1;
}

.colorshift {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: sprite infinite steps(29) 3s;
    background-image: url(../innergigabyteimages/rgb/colorshift.png);
    background-size: 100% 3000%;
    z-index: 1;
}

.huerotate.active {
    animation: huerotate 4s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0) blur(3px);
    }

    100% {
        filter: hue-rotate(359deg) blur(3px);
    }
}

.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;
    }
}

.gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: sprite infinite steps(29) 3s;
    background-image: url(../innergigabyteimages/rgb/gradient.png);
    background-size: 100% 3000%;
    z-index: 1;
}

.rgb-btn-colorpicker {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.rgb-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.rgb-btns::-webkit-scrollbar {
    height: 0px;
}

.rgb-btns>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 1vw 1vw 0;
    cursor: pointer;
    filter: grayscale(1);
    width: 100px;
    transition: all .5s;
}

.rgb-btns>div:hover {
    filter: grayscale(0);
    transform: translateY(-1px)
}

.rgb-btns>div.active {
    filter: grayscale(0);
}

@media screen and (max-width:900px) {
    .rgb-btn-colorpicker {
        flex-direction: column;
    }

    .rgb-btns {
        justify-content: center;
        overflow: auto;
        padding: 0;
        margin: 5vw 5vw 0;
        width: 100%;
    }

    .rgb-btns>div {
        padding: 4px 6px;
    }

    .rgb-btns p {
        font-size: 12px;
        line-height: 1.5;
        display: none;
    }
}

.rgb-btns p {
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ff6400;
    text-align: center;
    line-height: 1;
    font-size: 0.5rem;
    padding-top: 5px;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .rgb-btn-colorpicker {
        margin: 10px 0 0 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .rgb-btns>div {
        width: 65px;
        padding: 0 10px 10px 0;
    }

    .rgb-btns>div img {
        width: 100%;
    }

    .rgb-btns p {
        width: unset;
        transform: scale(0.7);
        transform-origin: center top;
    }

    #wheelPicker {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .sec2 {
        height: unset;
    }

    .rgb-btns>div {
        width: calc(100% / 4);
    }

    #wheelPicker {
        margin: 5vh 0 0 0;
    }
}

.sec3 {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1200px) {
    .sec3 {
        height: unset;
    }
}

.sec3 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    padding: 0 5vw;
}

.performance-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    .sec3 .sec-container {
        flex-direction: column;
        height: unset;
        padding: 10vw 5vw;
        justify-content: space-evenly;
    }

    .performance-img-bg {
        height: 100%;
        width: auto;
    }
}

.performance-gradient {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, transparent, black 35%);
}

.performance-text {
    width: 100%;
    max-width: 450px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.performance-text-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.performance-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: 1vw 0 0 0;
}

.performance-btn {
    position: relative;
    cursor: pointer;
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #ddd;
    transition: all .5s;
    margin: .5vw 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

@media screen and (max-height: 768px) and (min-width: 1201px) {
    .performance-btn {
        font-size: 9px;
        margin: 5px 0;
    }
}

.performance-btn:hover,
.performance-btn.active {
    color: #ff6400;
}

.performance-btn p {
    clip-path: polygon(0 0, 0 100%, 0 100%, 0 0);
    height: 0;
    font-size: .75rem;
    letter-spacing: 1px;
    line-height: 1.5;
}

.performance-btn.active p {
    transition: clip-path .5s;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    height: unset;
}

.performance-btn>div {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-1rem);
    transition: all .5s;
    clip-path: polygon(0 50%, 0 50%, 100% 50%, 100% 50%);
    background-color: #ddd;
}

.performance-btn:hover div,
.performance-btn.active div {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    background-color: #ff6400;
}

.performance-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.performance-img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    opacity: 0;
}

.performance-img:last-child {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
}

.performance-img.active {
    opacity: 1;
}

@media screen and (max-width:1200px) {
    .performance-gradient {
        display: none;
    }

    .performance-imgs {
        margin: 5vw 0;
        width: 95vw;
    }

    .performance-img {
        width: 100%;
    }

    .performance-text .performance-btns {
        margin: 5vw 0 0 0;
        width: 100%;
    }

    .performance-text .performance-btns .performance-btn {
        margin: 2vw 0 0 0;
    }

    .performance-btns p span {
        display: none;
    }

    .performance-text .performance-btns .performance-btn.active .bottom-line,
    .performance-text .performance-btns .performance-btn:hover .bottom-line {
        width: 40%;
    }
}

@media screen and (max-width:768px) {
    .performance-text .performance-btns .performance-btn {
        margin: 4vw 0 0 0;
    }
}

.sec4 {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1200px) {
    .sec4 {
        height: unset;
    }

    .sec4 .sec-container {
        flex-direction: column;
    }
}

.sec4 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1920px;
    width: 100%;
}

.excellence-img-bg {
    width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease-in-out;
}

.excellence-img-bg-gradient {
    display: none;
}

@media screen and (max-width:1200px) {
    .sec4 {
        height: unset;
    }

    .excellence-img-bg-gradient {
        display: block;
        position: absolute;
        top: 0;
        left: -5vw;
        width: calc(100% + 10vw);
        height: 100%;
        background-image: linear-gradient(0deg, transparent 80%, black);
    }
}

.excellence-text {
    position: relative;
    width: 33%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 5vw 4vw 5vw 5vw;
}

.excellence-btns {
    margin: 1vw 0 0 0;
}

.excellence-btn {
    position: relative;
    cursor: pointer;
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #ddd;
    transition: all .5s;
    margin: 1vw 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

@media screen and (max-width:768px) {
    .excellence-btn {
        margin: 4vw 0 0 0;
    }
}

.excellence-btn:hover,
.excellence-btn.active {
    color: #ff6400;
}

.excellence-btn>div {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-1rem);
    transition: all .5s;
    clip-path: polygon(0 50%, 0 50%, 100% 50%, 100% 50%);
    background-color: #ddd;
}

.excellence-btn:hover div,
.excellence-btn.active div {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    background-color: #ff6400;
}

.excellence-btn .link {
    display: flex;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    background: #333;
    border: #ddd 0px solid;
    font-size: 0.9rem;
    color: #fff;
    transition: all .3s;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .excellence-btn .link {
        font-size: 12px;
    }
}

.excellence-btn.active .link {
    margin: .5rem 0;
    padding: 0.2vw 3vw;
    height: unset;
    background: #331400;
    border: #ff6400 1px solid;
    color: #ff6400;
}

.excellence-btn .link:hover {
    color: #ddd;
    font-weight: bold;
    text-shadow: 0 0 1rem #ff6400, 0 0 1.5rem #ff6400, 0 0 2rem #ff6400;
}

.excellence-asides {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 5vw 5vw 0;
}

.excellence-aside {
    opacity: 0;
    width: 35%;
    position: absolute;
    transition: all .3s;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .4);
    padding: 1vw 2vw 2vw 2vw;
}

.excellence-aside.active {
    opacity: 1;
    pointer-events: unset;
}

.excellence-aside h4 {
    font-size: 3rem;
    margin: 0 0 1px 0;
}

.excellence-aside h4 span {
    font-size: 1.5rem;
}

.excellence-aside p {
    color: #ff6400;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: 1px;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .excellence-btns {
        margin: 10px 0 0 0;
    }

    .excellence-btn {
        font-size: 9px;
        margin: 10px 0;
    }

    .excellence-btn.active p {
        height: 1rem;
        line-height: 1;
    }

    .excellence-aside h4 {
        font-size: 2rem;
    }
}

@media screen and (max-width:1200px) {
    .sec4 {
        flex-direction: column;
    }

    .excellence-img-bg {
        height: 100%;
        width: unset;
    }

    .excellence-text {
        width: 100%;
        height: unset;
        padding: 10vw 5vw 0 5vw;
    }

    .excellence-btns {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        margin: 5vw 0 1vw;
    }

    .excellence-btn .link {
        display: none
    }

    .excellence-asides {
        padding: 0 5vw 5vw;
        align-items: flex-start;
        background-color: rgba(0, 0, 0, 0.6);
        height: unset;
    }

    .excellence-aside {
        width: 100%;
        position: relative;
        display: none;
        padding: 0 0 2vw;
        background-color: rgba(0, 0, 0, 0);
    }

    .excellence-aside.active {
        display: block;
    }

    .excellence-aside h4 {
        display: none;
    }

    .excellence-aside p {
        color: #ff6400;
        font-size: 0.8rem;
        line-height: normal;
        letter-spacing: 0;
        padding: 0 0 2vw 0;
    }
}

.nvidia-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nvidia-footer .logos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nvidia-footer div.logo {
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 30px 30px;
}

.nvidia-footer p {
    max-width: 1600px;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 10vw;
}

@media screen and (max-width:1200px) {
    .nvidia-footer .logos {
        flex-wrap: wrap;
    }

    .nvidia-footer p {
        max-width: 800px;
        text-align: center;
        margin: 0 0 30px 0;
        padding: 0 10vw;
    }
}

.illustration-announce {
    position: relative;
    z-index: 999;
}

.illustration-announce p {
    text-align: center;
}

/************************************************************************** dots **************************************************************************/
.dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(-50%);
    transition: all .5s;
}

.dots a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a p {
    white-space: nowrap;
    color: #ff6400;
    font-size: 8px;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    padding: 0 8px 0 0;
    position: relative;
    left: 100%;
    font-family: "AORUS", '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: white;
    width: 10px;
    height: 10px;
}

.dots a div.active {
    background-color: #ff6400;
}

.dots a:hover {
    text-decoration-color: #00000000;
}

.dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: unset;
    transition: all .5s;
}

.dots a:hover div {
    background-color: #ff6400;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .dots a p {
        line-height: 1.6rem;
    }
}

@media screen and (max-width:1200px) {
    .dots {
        display: none;
    }
}

/************************************************************************** dots **************************************************************************/