@charset "UTF-8";

::-webkit-scrollbar {
    width: 0;
}

#divGoTop {
    display: none !important;
}

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 {
    font-size: 1rem;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #ddd;
    margin: 0;
    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;
}

.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;
    }

    .InnerGIGABYTEContent p {
        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.ripple-effects,
svg.noise-effects {
    position: absolute;
    width: 0;
    height: 0;
}

#ripple-filter {
    animation: ripple-filter infinite linear 60s;
}

@keyframes ripple-filter {
    0% {
        values: 0.04 0.08;
    }

    50% {
        values: 0.02 0.06;
    }

    100% {
        values: 0.04 0.08;
    }
}

.KVsection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 62px);
    overflow: hidden;
    position: relative;
}

.kv-img {
    position: relative;
    width: 100%;
}

.kv-title {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 1485px;
    width: 75%;
}

.kv-img-rwd {
    position: relative;
    width: 100%;
    display: none;
}

@media screen and (max-width:1200px) {
    .KVsection {
        height: unset;
    }

    #KVsection .kv-img {
        position: relative;
        width: 100%;
        display: none;
    }

    .kv-img-rwd {
        position: relative;
        width: 100%;
        display: block;
    }
}

.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;
    }
}

.sec1 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 62px);
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    .sec1 {
        height: unset;
    }
}

.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 10vw;
    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) {
    .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.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.next {
    animation: next-ani-next .5s forwards linear;
}

@keyframes next-ani-next {
    0% {
        transform: translateX(150%);
    }

    100% {
        transform: translateX(50%);
    }
}

.kf-sliders.prev-ani .kf-slider.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.next {
    animation: prev-ani-next .5s forwards linear;
}

@keyframes prev-ani-next {
    0% {
        transform: translateX(-50%);
    }

    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 (max-width: 1200px) {
    .kf-img-bg {
        height: 100%;
        width: auto;
    }
}

.kf-text {
    width: 40%;
    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%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kf-img-main {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: url(#noise);
}

.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;
        padding-top: 5%;
    }

    .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;
    }
}

.sec2 {
    max-width: 2560px;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 62px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 0 0 0 5vw;
}

@media screen and (max-width:1200px) {
    .sec2 {
        height: unset;
        padding: 10vw 5vw;
        justify-content: center;
        flex-direction: column;
    }
}

.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: 65%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.cool-btns-group {
    width: 100%;
    height: 50%;
    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) {
    .cool-btns {
        margin: 1vw 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-img {
        width: 100%;
    }
}

.cool-img-bg {
    position: absolute;
    height: 100%;
    transition: all .5s;
}

.cool-imgs>* {
    opacity: 0;
}

.cool-imgs.active1 .cool-img-bg,
.cool-imgs.active2 .cool-img-bg,
.cool-imgs.active3 .cool-img-bg {
    opacity: 1;
}

.cool-imgs.active1 .cool-img-microchannel {
    opacity: 1;
}

.cool-imgs.active2 .cool-img-fin {
    opacity: 1;
}

.cool-imgs.active2 .cool-img-fin-2 {
    animation: cool-img-fin-2 infinite 4s linear;
}

@keyframes cool-img-fin-2 {
    0% {
        opacity: 1;
    }

    33.33% {
        opacity: 0;
    }

    66.67% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cool-imgs.active2 .cool-img-fin-3 {
    animation: cool-img-fin-3 infinite 4s linear;
}

@keyframes cool-img-fin-3 {
    0% {
        opacity: 0;
    }

    33.33% {
        opacity: 1;
    }

    66.67% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.cool-imgs.active3 .cool-img-copper {
    opacity: 1;
}

.cool-img-microchannel,
.cool-img-microchannel-gif,
.cool-img-fin,
.cool-img-fin-1,
.cool-img-fin-2,
.cool-img-fin-3,
.cool-img-copper {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.cool-img-microchannel-gif {
    filter: url("#ripple");
    transform: translate(-50.1%, -50%) scale(1.01);
    opacity: .7;
}

@media screen and (max-width: 1200px) {
    .cool-img-bg {
        width: 100%;
        height: unset;
        position: relative;
    }
}

#designconcept {
    height: calc(100vh - 62px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    .designConcept {
        height: 50vw;
    }
}

.designconcept-bg {
    display: none;
    width: 2560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: bgGlow 1s infinite linear alternate;
}

.designconcept-text {
    width: 50%;
    height: 100%;
    padding: 0 3vw 0 5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
}

.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 {
        background: none;
        flex-direction: column;
        margin: 10vw 0;
        height: unset;
    }

    .designconcept {
        height: 50%;
    }

    .designconcept-bg {
        display: block;
        animation: none;
    }

    .designconcept-text {
        width: 100%;
        height: 50%;
        padding: 10vw 5vw 3vw;
    }
}

.sec3 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 62px);
    padding: 0 5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    .sec3 {
        flex-direction: column;
        height: unset;
        padding: 10vw 5vw;
        min-height: calc(100vh - 62px);
        justify-content: space-evenly;
    }
}

.rgb-bg-img {
    width: 2560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    .rgb-bg-img {
        height: 100%;
        width: auto;
    }
}

.rgb-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 5vw 0 0;
    position: relative;
}

@media screen and (max-width:1200px) {
    .rgb-text {
        margin: 0;
    }
}

.rgb-text h3,
.rgb-text h4 {
    text-align: left;
}

.rgb-text p {
    text-align: left;
    width: 100%;
    max-width: 870px;
}

.rgb-text span {
    margin-top: 10px;
    width: 120px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff6400;
}

.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-learn-more .link {
        margin: 1vw 0;
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .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 span {
        display: none;
    }
}

.rgb-imgs {
    width: 100%;
    position: relative;
}

@media screen and (max-width:1200px) {
    .rgb-imgs {
        margin: 5vw 0 0 0;
        width: 95vw;
    }
}

.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;
    z-index: 1;
}

.rgb-bg-fill {
    fill: #ff6400;
}

.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-bgs *.active.wave {
    animation-duration: 1s;
}

.gradient {
    width: 100%;
    height: 100%;
    clip-path: polygon(18% 23%, 18% 74%, 87.5% 89.5%, 89.8% 31.6%, 83.9% 26.4%, 60.1% 23.1%, 60% 8%, 39% 6.1%, 36.7% 7.7%, 36.7% 19.9%);
}

.gradient-lcd {
    height: 100%;
    background-image: linear-gradient(90deg, transparent, white, transparent, white, transparent);
    animation: gradient-lcd 2s linear infinite;
}

@keyframes gradient-lcd {
    0% {
        transform: rotate(2deg) translate(-60%, 1%) scale(2, 1);
    }

    100% {
        transform: rotate(2deg) translate(40%, 1%) scale(2, 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);
}

#wheelPicker {
    display: block;
}

#sliderPicker {
    display: none;
    padding: 5% 0 0 0;
}

@media screen and (max-width:1200px) {
    .rgb-btn-colorpicker {
        margin: 5vw 0 0 0;
    }
}

@media screen and (max-width:900px) {
    .rgb-btn-colorpicker {
        flex-direction: column;
    }

    .rgb-btns {
        justify-content: flex-start;
        overflow: auto;
        padding: 0;
        margin: 5vw 5vw 0;
        width: 100%;
    }

    .rgb-btns>div {
        padding: 0 6px;
    }

    .rgb-btns p {
        font-size: 12px;
        line-height: 1.5;
        display: none;
    }

    #wheelPicker {
        display: none;
    }

    #sliderPicker {
        display: block;
    }
}

.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;
    }

    #wheelPicker {
        display: none;
    }

    #sliderPicker {
        display: block;
        padding: 0;
    }

    .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;
    }
}

.sec4 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 62px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.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: 1px;
        padding: 2vw 0;
    }
}

.sec5 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 5vw;
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 62px);
}

@media screen and (max-width:1200px) {
    .sec5 {
        flex-direction: column;
        height: unset;
        padding: 10vw 5vw;
        min-height: calc(100vh - 62px);
        justify-content: space-evenly;
    }
}

.performance-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
    .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;
    }
}

.sec7 {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 62px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5vw;
}

@media screen and (max-width:1200px) {
    .sec7 {
        height: unset;
        padding: 10vw 5vw 0;
        flex-direction: column;
    }
}

.leak-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.leak-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 50%;
    height: 100%;
    z-index: 1;
}

@media screen and (max-width:1200px) {
    .leak-text {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
}

.leak-text-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}

.leak-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leak-imgs>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.leak-img-1 {
    animation: leak-img-1 5s infinite;
}

.leak-img-2 {
    animation: leak-img-2 5s infinite;
}

@keyframes leak-img-2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.leak-img-3 {
    animation: leak-img-3 5s infinite;
}

@keyframes leak-img-3 {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    42.5% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    47.5% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    52.5% {
        opacity: 1;
    }

    55% {
        opacity: 0;
    }

    57.5% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    62.5% {
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    67.5% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    72.5% {
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    77.5% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.leak-img-4 {
    animation: leak-img-4 5s infinite;
}

@keyframes leak-img-4 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
        transform: translate(-50%, -51%);
    }

    40% {
        opacity: 1;
        transform: translate(-50%, -50%);
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width:1200px) {
    .leak-imgs>.leak-img-1 {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .sec7 {
        flex-direction: row;
        align-items: flex-end;
    }

    .leak-text {
        width: 35%;
        height: 100%;
    }

    .leak-imgs {
        width: 65%;
        position: relative;
        left: unset;
        bottom: unset;
        transform: none;
    }
}

.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(calc(-50% + 30px));
}

.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;
    }
}

.hide-dot {
    display: none;
}

/************************************************************************** dots **************************************************************************/
#kv-video {
    width: 100%;
}