@charset "UTF-8";

::-webkit-scrollbar {
    width: 0;
}

#divGoTop {
    display: none !important;
}

* {
    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: 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%;
}

.KVsection .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.KVsection img {
    height: 100%;
}

/* .KVsection h3 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
}
 */

.KVsection h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(2%, -57%);
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px #222;
    line-height: 4rem;
    font-size: 3rem;
}

@media screen and (max-width:1200px) {
    .KVsection {
        height: unset;
        padding: 60px 0;
    }

    .KVsection .sec-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .KVsection img {
        height: unset;
        width: 100%;
    }

    .KVsection h3 {
        position: relative;
        bottom: unset;
        left: unset;
        transform: unset;
        line-height: 2.2rem;
        font-size: 1.6rem;
    }
}

.KFsection {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    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-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kf-text {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
}

.kf-text h3 {
    margin: 0 0 .5vw 0;
}

.kf-text ul {
    margin: 0 0 1.5vw 0;
}

.kf-logos>img {
    padding: 0 1vw 0 0;
    height: 80px;
}

.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);
}

@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) {
    .KFsection {
        height: unset;
    }

    .kf-container {
        flex-direction: column;
    }

    .kf-img-col {
        width: 100%;
        margin: 0 0 10vh 0;
    }

    .kf-img-main {
        position: relative;
        top: unset;
        left: unset;
        transform: translate(0%, 0%);
    }

    .kf-text {
        width: 100%;
        padding: 10vh 5vw 0;
    }

    .kf-text h3 {
        margin: 3vw 0;
    }
}

@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;
    }
}

.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;
    }
}

#designconcept {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 1px);
    overflow: hidden;
    position: relative;
}

#designconcept.no-ani * {
    animation: unset;
}

#designconcept .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 1920px; */
    width: 100%;
}

.dscc-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.dscc-text {
    width: 35%;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 1;
    padding: 0 5vw;
}

@media screen and (max-width:1200px) {
    #designconcept .sec-container {
        flex-direction: column-reverse;
    }

    .dscc-text {
        width: 100%;
        height: unset;
        padding: 10vh 5vw 0;
    }
}

.sec1 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec1 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
}

.cool-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cool-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cool-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
}

.cool-img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    opacity: 0;
}

.cool-imgs.active1 .cool-img {
    transform: translate(-50%, -22%) scale(1.2);
    opacity: 0;
}

.cool-imgs.active1 .cool-img-3 {
    opacity: .5;
}

.cool-imgs.active1 .cool-img-2,
.cool-imgs.active1 .cool-img-4,
.cool-imgs.active1 .cool-img-6 {
    opacity: 1;
}

.cool-imgs.active2 .cool-img {
    transform: translate(-50%, -17%) scale(1.35);
    opacity: 0;
}

.cool-imgs.active2 .cool-img-4,
.cool-imgs.active2 .cool-img-5 {
    opacity: .5;
}

.cool-imgs.active2 .cool-img-1 {
    opacity: 1;
}

.cool-imgs.active3 .cool-img {
    transform: translate(-50%, -25%) scale(1.25);
    opacity: 0;
}

.cool-imgs.active3 .cool-img-1,
.cool-imgs.active3 .cool-img-4,
.cool-imgs.active3 .cool-img-5 {
    opacity: .3;
}

.cool-imgs.active3 .cool-img-3 {
    opacity: 1;
}

.cool-imgs.active4 .cool-img {
    transform: translate(-41%, -46%) scale(1.75);
    opacity: 0;
}

.cool-imgs.active4 .cool-img-7,
.cool-imgs.active4 .cool-img-9 {
    opacity: 1;
}

.cool-imgs.active5 .cool-img {
    transform: translate(-41%, -46%) scale(1.75);
    opacity: 0;
}

.cool-imgs.active5 .cool-img-8 {
    opacity: .3;
}

.cool-imgs.active5 .cool-img-7 {
    opacity: 1;
}

.cool-imgs.active6 .cool-img {
    transform: translate(-74%, -20%) scale(1.75);
    opacity: 0;
}

.cool-imgs.active6 .cool-img-1,
.cool-imgs.active6 .cool-img-3,
.cool-imgs.active6 .cool-img-4 {
    opacity: .3;
}

.cool-imgs.active6 .cool-img-5 {
    opacity: 1;
}

.cool-text {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 5vw 0;
}

.cool-text-top {
    width: 100%;
    height: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
}

.cool-btns {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    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: 10px 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;
}

@media screen and (max-width:1200px) {
    .sec1 {
        height: unset;
    }

    .cool-container {
        flex-direction: column-reverse;
    }

    .cool-img-bg {
        top: unset;
        transform: translate(-50%, 0);
        height: 100%;
    }

    .cool-text {
        width: 100%;
        padding: 10vw 5vw 0;
    }

    .cool-imgs {
        height: 75vw;
    }
}

.sec2 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    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: 2200px;
    width: 100%;
}

.gamers-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gamers-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gamers-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 5vw;
    width: 50%;
}

.gamers-btns {
    padding-top: 5%;
}

.gamers-btns .link {
    display: flex;
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 0.9rem;
    transition: all .3s;
    padding: 0.4vw 3vw;
    background: #331400;
    border: #ff6400 1px solid;
    color: #ff6400;
}

.gamers-img {
    width: 100%;
}

.gamers-img img {
    width: 100%;
}

@media screen and (max-width:1200px) {
    .gamers-container {
        flex-direction: column;
    }

    .gamers-text {
        width: 100%;
        padding: 10vh 5vw 0;
    }

    .gamers-btns {
        display: none;
    }

    .gamers-img {
        width: 100%;
    }
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .gamers-btns .link {
        margin: 1vw 0;
        font-size: 12px;
    }
}

@media screen and (max-width:768px) {
    .gamers-btns .link {
        margin: 5vw 0;
        padding: 2vw 3vw;
    }
}

.gamers-btns .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) {
    .sec2 {
        height: unset;
    }
}

.sec3 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 2200px;
    width: 100%;
}

.creator-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media screen and (max-width:1200px) {
    .creator-img-bg {
        width: unset;
        height: 100%;
    }
}

.creator-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.creator-img,
.creator-img img {
    width: 100%;
}

.creator-text {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 5vw;
}

.creator-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vw 0 0;
}

.creator-btns .link {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: 0.9rem;
    transition: all .3s;
    padding: 0.4vw 3vw;
    background: #331400;
    border: #ff6400 1px solid;
    color: #ff6400;
    white-space: nowrap;
}

p.nv-driver {
    font-size: 0.5rem;
    line-height: 0.9rem;
    padding: 0 0 0 1vw;
}

@media screen and (min-width:1201px) and (max-height:768px) {
    .creator-btns .link {
        margin: 1vw 0;
        font-size: 12px;
    }
}

@media screen and (max-width:1200px) {
    .creator-container {
        flex-direction: column-reverse;
    }

    .creator-text {
        width: 100%;
        padding: 10vh 5vw 0;
    }

    .creator-btns {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .creator-btns .link {
        margin: 5vw 0;
        padding: 2vw 3vw;
    }
}

.creator-btns .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) {
    .sec3 {
        height: unset;
    }
}

.sec4 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1200px) {
    .sec4 {
        height: unset;
    }
}

.sec4 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1920px;
    width: 100%;
}

.ai-img-bg {
    position: absolute;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ai-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ai-text {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 5vw;
}

@media screen and (max-width:1200px) {
    .sec4 .sec-container {
        flex-direction: column-reverse;
    }

    .ai-img-bg {
        position: relative;
        right: 0;
        left: unset;
        top: 0;
        height: 120vw;
        transform: translate(-18%, -18%);
    }

    .ai-text {
        width: 100%;
        padding: 10vh 5vw 0;
    }
}

.sec5 {
    max-width: 2560px;
    width: 100%;
    height: calc(100vh - 1px);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1200px) {
    .sec5 {
        height: unset;
    }
}

.sec5 .sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 2200px;
    width: 100%;
}

.io-img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.io-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.io-text {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 5vw;
    z-index: 1;
}

.io-btns {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.io-btns span {
    white-space: nowrap;
    color: #ddd;
    font-size: 0.5rem;
}

.io-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) {
    .io-btn {
        margin: 2vw 0 0 0;
    }
}

@media screen and (max-width:768px) {
    .io-btn {
        margin: 4vw 0 0 0;
    }
}

@media screen and (max-height: 768px) and (min-width: 1201px) {
    .io-btn {
        font-size: 9px;
        margin: 10px 0;
    }
}

.io-btn:hover,
.io-btn.active {
    color: #ff6400;
}

.io-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;
}

.io-btn.active p {
    transition: clip-path .5s;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    height: unset;
}

.io-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;
}

.io-btn:hover div,
.io-btn.active div {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    background-color: #ff6400;
}

.io-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;
}

.io-btn.active .link {
    margin: .5rem 0;
    padding: 0.2vw 3vw;
    height: unset;
    background: #331400;
    border: #ff6400 1px solid;
    color: #ff6400;
}

.io-btn .link:hover {
    color: #ddd;
    font-weight: bold;
    text-shadow: 0 0 1rem #ff6400, 0 0 1.5rem #ff6400, 0 0 2rem #ff6400;
}

.io-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    pointer-events: none;
    padding: 0 5vw 0 0;
}

.io-imgs img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s linear;
}

.io-imgs.active1 .io-img-0,
.io-imgs.active2 .io-img-0,
.io-imgs.active1 .io-img-1,
.io-imgs.active2 .io-img-2,
.io-imgs.active3 .io-img-wire,
.io-imgs.active4 .io-img-dimension {
    opacity: 1;
    filter: url(#noise);
}

@media screen and (max-width:1200px) {
    .io-container {
        flex-direction: column;
    }

    .io-text {
        width: 100%;
        padding: 0 5vw;
    }

    .io-imgs {
        padding: 0 0 10vh 0;
    }

    .io-imgs .io-img-dimension {
        position: relative;
        left: unset;
        top: unset;
        transform: unset;
    }

    .io-btn .link {
        display: none;
    }
}

.illustration-announce {
    position: relative;
    z-index: 999;
}

.illustration-announce p {
    text-align: center;
}

.nv-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nv-footer .logos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv-footer div.logo {
    max-width: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 30px 30px;
}

@media screen and (max-width:1200px) {
    .nv-footer .logos {
        flex-wrap: wrap;
    }

    .nv-footer div.logo {
        margin: 60px 0px 30px;
    }
}

/************************************************************************** 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 **************************************************************************/