@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: 10px;
        line-height: unset;
        margin: 0 0 5px 0;
    }

    .InnerGIGABYTEContent h4,
    .InnerGIGABYTEContent .h4 {
        font-size: 9px;
        margin: 0;
    }

    .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: 1vw 0;
    }
}

svg.noise-effects {
    position: absolute;
    width: 0;
    height: 0;
}

.KVsection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    position: relative;
    padding: 60px 0 0 0;
}

.sec-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.kv-bg {
    width: 100%;
    height: unset;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.kv-bg.portrait {
    width: unset;
    height: 100%;
}

.kv-robot {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: kv-robot 5s infinite ease-in-out;
}

@keyframes kv-robot {
    0% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, -55%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}

.KV-title {
    width: 100%;
    height: 100%;
    position: absolute;
}

.KV-title h2 {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'AORUS';
    letter-spacing: .5vw;
    text-shadow: 0 0 20px #ff6400, 0 0 20px #ff6400;
    color: #ddd;
}

.kv-rwd {
    width: 100%;
    display: none;
}

@media screen and (max-width:1200px) {
    .KVsection {
        height: unset;
    }

    .KV-title,
    .inside-mouse.InnerGIGABYTEContent .kv-bg,
    .inside-mouse.InnerGIGABYTEContent .kv-robot {
        display: none;
    }

    .kv-rwd {
        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;
    }
}



.sec0 {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    .sec0 {
        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-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: 5px;
    height: 70px;
}

@media screen and (max-width: 768px) {
    .kf-logos>img {
        padding: 5px;
        height: 55px;
        margin: 2vw 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: 0;
    } */

    .kf-text p {
        margin: 0;
    }

    .kf-logos>img {
        padding: 5px;
        height: 55px;
        margin: 10px 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%;
}

.kf-img-bg {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 100%;
    transform: translate(-100%, -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;
    }


    .kf-img-bg {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 100%;
    transform: translate(-100%, -100%);
}

}

@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;
    }

    .kf-img-bg {
    position: absolute;
    width: 100%;
    left: 100%;
    top: 100%;
    transform: translate(-100%, -100%;);
}
}



.sec1 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 10vw 5vh 10vw;
}

.sec1 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
}

.panel-secs {
    position: relative;
    width: 100%;
    height: 100%;
}

.panel-sec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
}

.panel-sec.active {
    opacity: 1;
    pointer-events: unset;
}

.panel-sec.crown {
    position: relative;
}

.panel-BG {
    width: 2560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.panel-imgs {
    position: relative;
    width: 100%;
}

.panel-text {
    position: relative;
    width: 100%;
    padding: 0 0 0 5vw;
}

.panel-img-frame {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    pointer-events: none;
}

.panel-img {
    width: 100%;
    position: relative;
    filter: url(#noise);
}

.panel-img-foot {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-10%);
}

.panel-btns {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-height: 100px;
}

.panel-btns * {
    height: 100%;
}

.panel-btns>div {
    margin: 0 1vw 0 0;
    filter: saturate(0);
    cursor: pointer;
}

.panel-btns>div.active,
.panel-btns>div:hover {
    filter: saturate(1);
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .panel-btns {
        max-height: 70px;
    }
}

@media screen and (max-width:1200px) {
    .sec1 {
        height: unset;
    }

    .panel-sec {
        flex-direction: column-reverse;
    }

    .panel-text {
        padding: 0;
        margin: 0 0 1vw 0;
    }

    .panel-img-frame,
    .panel-img-foot {
        display: none;
    }

    .panel-btns {
        height: 100px;
        max-height: unset;
    }

    .panel-btns>div {
        width: 100%;
        background: linear-gradient(0deg, transparent 49%, #ddd 49%, #ddd 51%, transparent 51%);
        margin: 0 1vw;
    }

    .panel-btns>div:first-child {
        margin: 0 1vw 0 0;
    }

    .panel-btns>div:last-child {
        margin: 0 0 0 1vw;
    }

    .panel-btns>div.active {
        background: linear-gradient(0deg, transparent 49%, #ff6400 49%, #ff6400 51%, transparent 51%);
    }

    .panel-btns img {
        display: none;
    }
}

.sec2 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 10vw 5vh 10vw;
}

.sec2 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
}

.utility-secs {
    position: relative;
    width: 100%;
    height: 100%;
}

.utility-sec {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s;
}

.utility-sec.active {
    opacity: 1;
    pointer-events: unset;
}

.utility-sec.crown {
    position: relative;
}

.utility-BG {
    width: 2560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.utility-imgs {
    position: relative;
    width: 100%;
}

.utility-text {
    position: relative;
    width: 100%;
    padding: 0 5vw 0 0;
}

.utility-text p span {
    font-size: .9rem;
    color: #888;
}

.utility-img-frame {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    pointer-events: none;
}

.utility-img {
    position: relative;
    width: 100%;
    filter: url(#noise);
}

.utility-img-foot {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-10%);
}

.utility-btns {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-height: 100px;
}

.utility-btns * {
    height: 100%;
}

.utility-btns>div {
    margin: 0 1vw 0 0;
    filter: saturate(0);
    cursor: pointer;
}

.utility-btns>div.active,
.utility-btns>div:hover {
    filter: saturate(1);
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .utility-btns {
        max-height: 70px;
    }
}

@media screen and (max-width:1200px) {
    .sec2 {
        height: unset;
    }

    .utility-sec {
        flex-direction: column-reverse;
    }

    .utility-text {
        padding: 0;
        margin: 0 0 1vw 0;
    }

    .utility-img-frame,
    .utility-img-foot {
        display: none;
    }

    .utility-btns {
        height: 100px;
        max-height: unset;
    }

    .utility-btns>div {
        width: 100%;
        background: linear-gradient(0deg, transparent 49%, #ddd 49%, #ddd 51%, transparent 51%);
        margin: 0 1vw;
    }

    .utility-btns>div:first-child {
        margin: 0 1vw 0 0;
    }

    .utility-btns>div:last-child {
        margin: 0 0 0 1vw;
    }

    .utility-btns>div.active {
        background: linear-gradient(0deg, transparent 49%, #ff6400 49%, #ff6400 51%, transparent 51%);
    }

    .utility-btns img {
        display: none;
    }
}

.GameAssistImgs {
    position: relative;
    overflow: hidden;
}

.GameAssistImgs img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .5s cubic-bezier(0, 0, 0, 1);
}

.GameAssistImgs img:first-child {
    position: relative;
}

.GameAssistDots {
    width: 100%;
    height: 7%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 3;
    transform: translateY(0%);
    transition: all 1s;
    opacity: 0;
}

@media screen and (max-width:1200px) {
    .GameAssistDots {
        display: none;
    }
}

.utility-sec.active .GameAssistDots {
    transform: translateY(-100%);
    opacity: 1;
}

.GameAssistDots div {
    width: 100%;
    height: 100%;
    background: #242424cc;
    filter: saturate(0);
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6400;
    font-family: 'Aldrich';
    font-size: .9rem;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: none;
}

.GameAssistDots div:first-child {
    border-left: 1px solid #000;
    border-right: none;
}

.GameAssistDots div:last-child {
    border-left: none;
    border-right: 1px solid #000;
}

.GameAssistDots div.active {
    filter: saturate(1);
    background: #515151e0;
}

.GameAssistDots div:hover {
    filter: brightness(1.1);
}

@media screen and (max-width:1440px) and (min-width:1201px) {
    .GameAssistDots div {
        font-size: 8px;
    }
}

.anc-ani {
    position: absolute;
    top: 0;
    left: 0;
    animation: anc-ani 6s infinite;
}

@keyframes anc-ani {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#designconcept {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width:1200px) {
    .designConcept {
        height: 50vw;
    }
}

.designconcept-text {
    width: 100%;
    padding: 10vh 0 2vh 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.designconcept-text p{
    text-align: center;
    max-width: 800px;
}

.designconcept-text-gradient {
    position: absolute;
    width: 115%;
    height: 100%;
    right: 0;
    top: 0;
    background-image: linear-gradient(90deg, transparent, black 35%);
    z-index: -1;
}

.designConcept,
.designConcept-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.designConcept .designconcept-bg {
    width: 100%;
}

#designconcept.no-ani .designConcept-imgs .concept-img3 {
    transform: translate(-50%, -55%);
    opacity: .5;
}

#designconcept.no-ani .designConcept-imgs .concept-img2 {
    transform: translate(-55%, -50%);
    opacity: .5;
}

#designconcept.no-ani .designConcept-imgs .concept-img1 {
    transform: translate(-45%, -50%);
    opacity: .5;
}

#designconcept.no-ani .designConcept-imgs .concept-img-sign {
    opacity: 0;
}

.designConcept-imgs img {
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all .5s;
}

@media screen and (max-width:1200px) {
    #designconcept {
        flex-direction: column;
        margin: 10vw 0;
        height: unset;
    }

    .designConcept-imgs .concept-img-bg {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .designconcept-text {
        width: 100%;
        height: 50%;
        padding: 10vw 5vw 3vw;
    }

    .designConcept-imgs img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: all .5s;
}

@media 



}

.sec3 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    padding: 60px 10vw 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1920px;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .sec3 {
        height: unset;
        padding: 10vw;
        min-height: 100vh;
    }

    .sec3 .sec-container {
        flex-direction: column;
        justify-content: space-evenly;
    }
}

.rgb-bg-img {
    width: 2560px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.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.2vw 3vw;
    background: #331400;
    border: #ff6400 1px solid;
    color: #ff6400;
}

.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;
}

.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;
}

@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 {
    width: 100%;
    max-width: 2560px;
    height: calc(100vh - 1px);
    padding: 60px 10vw 0 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.sec4 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    max-width: 1920px;
    width: 100%;
}

.drivers-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.drivers-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.drivers-text {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 5vw;
    position: relative;
    z-index: 10;
}

.drivers-imgs {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drivers-imgs img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s;
}

.drivers-imgs .drivers-img-4 {
    opacity: 0;
}

.no-ani .drivers-imgs .drivers-img-4 {
    opacity: 1;
}

.no-ani .drivers-imgs .drivers-img-3 {
    transform: translate(-50%, -50%);
}

.no-ani .drivers-imgs .drivers-img-2 {
    transform: translate(-61%, -50%);
}

.no-ani .drivers-imgs .drivers-img-1 {
    transform: translate(-68%, -50%);
}

@media screen and (max-width:1200px) {
    .drivers-container {
        flex-direction: column;
    }

    .drivers-text {
        width: 100%;
        padding: 10vh 5vw 0;
        position: relative;
        z-index: 10;
    }

    .drivers-imgs {
        margin: 1.5vh 0 0 0;
        height: 75vw;
    }

    .no-ani .drivers-imgs .drivers-img-1,
    .no-ani .drivers-imgs .drivers-img-2,
    .no-ani .drivers-imgs .drivers-img-3 {
        transform: translate(-50%, -50%);
    }

    .drivers-imgs .drivers-img-4 {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .drivers-btns .link {
        margin: 1vw 0;
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .drivers-btns .link {
        margin: 5vw 0;
        padding: 2vw 3vw;
    }
}

.drivers-btns .link:hover {
    color: #ddd;
    font-weight: bold;
    text-shadow: 0 0 1rem #ff6400, 0 0 1.5rem #ff6400, 0 0 2rem #ff6400;
}




.sec5 {
    width: 100%;
    max-width: 2560px;
    height: calc(100vh - 1px);
    padding: 60px 10vw 0 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.sec5 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    max-width: 1920px;
    width: 100%;
}

.ergonomic-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ergonomic-text {
    position: relative;
    width: 100%;
    padding: 0 0 2%;
}

.ergonomic-imgs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ergonomic-imgs>div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.ergonomic-imgs>div img {
    width: 100%;
    pointer-events: none;
}

.ergonomic1-2 {
    position: absolute;
    left: 0;
    top: 0;
    animation: ergonomic1-2 2s infinite alternate ease-in-out;
}

@keyframes ergonomic1-2 {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

.ergonomic2-2 {
    position: absolute;
    left: 0;
    top: 0;
    animation: ergonomic2-2 2s infinite alternate ease-in-out;
}

@keyframes ergonomic2-2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.ergonomic3-1 {
    position: absolute;
    left: 0;
    top: 0;
    animation: ergonomic3-1 2s infinite alternate ease-in-out;
}

@keyframes ergonomic3-1 {
    0% {
        transform: translateY(11%);
    }

    100% {
        transform: translateY(-8%);
    }
}

.ergonomic3-2 {
    position: relative;
}

.ergonomic4-1 {
    position: absolute;
    left: 0;
    top: 0;
    animation: ergonomic4-1 2s infinite alternate ease-in-out;
}

@keyframes ergonomic4-1 {
    0% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(21deg);
    }
}

@media screen and (max-width:1200px) {
    .sec5 {
        height: unset;
    }

    .ergonomic-imgs {
        flex-direction: column;
    }
}

.sec6 {
    width: 100%;
    max-width: 2560px;
    height: calc(100vh - 1px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 10vw 0 10vw;
}

.sec6 .sec-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
}

.features {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.features h4 {
    margin: 0;
}

.features>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0 0 25px 0;
}

.features>div>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.features img {
    width: 100%;
    max-width: 130px;
}

@media screen and (max-width:1200px) {
    .sec6 {
        height: unset;
    }

    .features {
        flex-direction: column;
    }

    .features>div {
        width: 100%;
    }
}

.io {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw 0 0 0;
}

.io img {
    width: 100%;
}

.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 **************************************************************************/