@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
@import url(https://fonts.googleapis.com/css?family=Aldrich);
@import url(https://fonts.googleapis.com/css?family=Orbitron);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Play);

@font-face {
    font-family: 'AORUS';
    src: url('../innergigabytefonts/AORUS.woff') format("woff");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #666;

}

::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background-color: #e9e9e9;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    margin: 0;
    padding: 0;
    font-family: "Play", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 3rem;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0;
    word-spacing: 1px;
    color: #222;
}

.InnerGIGABYTEContent h4 {
    margin: 0;
    padding: 0;
    font-family: "Play", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.2;
    letter-spacing: 0;
    word-spacing: 1px;
    color: #222;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li,
.InnerGIGABYTEContent a {
    margin: 0;
    padding: 0;
    font-family: "Play", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
    word-spacing: 0;
    color: #222;
}

.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 {
        font-size: 1.5rem;
        line-height: unset;
        margin: 0;
    }

    .InnerGIGABYTEContent h4 {
        font-size: 16px;
        margin: 0;
    }

    .InnerGIGABYTEContent p,
    .InnerGIGABYTEContent ul,
    .InnerGIGABYTEContent li {
        font-size: 14px;
        line-height: 1.2rem;
        margin: 0;
    }
}

#kv,
.kv {
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kv img {
    width: 100%;
}

#kfsum,
.kfsum {
    padding: 12.5rem 0;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10rem;
    background-color: #E9E9EB;
}

.kfsum .text {
    max-width: 640px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

.kfsum .text .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 80px;
}

.kfsum .text .logo img {
    height: 100%;
}

.kfsum .video {
    max-width: 1366px;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-areas:
        '. .'
        '. .';
    gap: 1rem 2rem;
    padding: 0 2rem;
}

.kfsum .video div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kfsum .video div iframe {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kfsum .video div img {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity 1.5s;
    pointer-events: none;
}

.kfsum .video div.active img,
.kfsum .video div:hover img {
    opacity: 0;
}

.kfsum .video a:hover {
    color: #00FFC6;
}

.kfsum h3,
.kfsum p {
    text-align: center;
}

#oled,
.oled {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oled>img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.oled .text {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        'text1 .'
        '. text2';
}

.oled .text1 {
    grid-area: text1;
}

.oled .text1 h3 {
    display: inline;
    position: relative;
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.oled .text1 h3.h31 {
    font-size: 1.6rem;
}

.oled .text1 h3.h32 {
    font-size: 7rem;
}

.oled .text2 {
    grid-area: text2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
}

#visual,
.visual {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual>img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.visual .vslider {
    position: absolute;
    max-width: 1440px;
    max-height: 540px;
    width: 100%;
    height: 100%;
    background-image: url(../innergigabyteimages/visualglass.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: 65% 35%;
    grid-template-areas:
        'imgs texts'
        'imgs pgsbar'
    ;
    border-radius: 15px;
}

.visual .vslider .imgs {
    position: relative;
    width: 100%;
    height: 100%;
    grid-area: imgs;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual .vslider .imgs>div {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual .vslider .imgs img {
    width: 100%;
}

.visual .vslider .imgs .inner {
    position: relative;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual .vslider .imgs .inner.flip {
    position: absolute;
    transform: translateY(132.5%) scaleY(-1);
    opacity: .2;
}

.visual .vslider .imgs .inner div,
.visual .vslider .imgs .inner.flip img {
    overflow: hidden;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.visual .vslider .imgs .inner div.active,
.visual .vslider .imgs .inner.flip img.active {
    position: relative;
    opacity: 1;
    pointer-events: unset;
}

.visual .vslider .imgs .inner div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual .vslider .imgs .inner div p {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding: .5rem;
    color: #fff;
    line-height: 1;
}

.visual .vslider .imgs .inner div p.compareL {
    left: 0;
    align-items: flex-start;
}

.visual .vslider .imgs .inner div p.compareL.TR {
    align-items: flex-end;
}

.visual .vslider .imgs .inner div p.compareR {
    right: 0;
    align-items: flex-end;
}

.visual .vslider .imgs .inner div p.co2kg {
    width: unset;
    height: unset;
    text-align: center;
}

.visual .vslider .imgs .inner div p span.sp1 {
    font-size: 2rem;
}

.visual .vslider .imgs .inner div p span.sp2 {
    font-size: 1.2rem;
}

.visual .vslider .imgs .inner div p span.co2 {
    font-size: 1.6rem;
    color: #fff;
}

.visual .vslider .imgs .inner div p span.kg {
    font-size: 10rem;
    color: #00FFC6;
}

.visual .vslider .imgs img.cover {
    position: absolute;
    width: 95%;
    transform: translateY(5%);
    pointer-events: none;
}

.visual .vslider .imgs img.cover.flip {
    position: absolute;
    transform: translateY(105.1%) scaleY(-1);
    opacity: .2;
}

.visual .vslider .texts {
    grid-area: texts;
    position: relative;
    padding: 5rem 5rem 0;
}

.visual .vslider .texts div {
    position: absolute;
    display: grid;
    grid-auto-rows: max-content;
    gap: 2rem;
    opacity: 0;
    pointer-events: none;
}

.visual .vslider .texts div.active {
    position: relative;
    opacity: 1;
    pointer-events: unset;
}

.visual .vslider .texts div img {
    max-height: 70px;
}

.visual .vslider .pgsbar {
    grid-area: pgsbar;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0 5rem;
}

.visual .vslider .pgsbar .leftarr,
.visual .vslider .pgsbar .rightarr {
    position: relative;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.visual .vslider .pgsbar .leftarr svg,
.visual .vslider .pgsbar .rightarr svg {
    position: absolute;
    width: 100%;
}

.visual .vslider .pgsbar .leftarr svg circle,
.visual .vslider .pgsbar .rightarr svg circle {
    fill: rgba(34, 34, 34, 0);
    stroke: #222222;
    stroke-width: 2;
    transition: .3s;
}

.visual .vslider .pgsbar .leftarr:hover svg circle,
.visual .vslider .pgsbar .rightarr:hover svg circle {
    fill: #222;
}

.visual .vslider .pgsbar .leftarr svg path,
.visual .vslider .pgsbar .rightarr svg path {
    fill: none;
    stroke: #222222;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: .3s;
}

.visual .vslider .pgsbar .leftarr:hover svg path,
.visual .vslider .pgsbar .rightarr:hover svg path {
    stroke: #00FFC6;
}

.visual .vslider .pgsbar .meter {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual .vslider .pgsbar .meter div {
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.visual .vslider .pgsbar .meter div span {
    background-color: #bbb;
}

.visual .vslider .pgsbar .meter div span:first-child {
    width: 99%;
    height: 2px;
}

.visual .vslider .pgsbar .meter div span:last-child {
    width: 2px;
    height: 50%;
    transform: translateY(-50%);
    margin: 2px 0 0 0;
}

.visual .vslider .pgsbar .meter div:last-child span:last-child {
    background-color: transparent;
}

.visual .vslider .pgsbar .meter div:hover span {
    background-color: #222;
}

.visual .vslider .pgsbar .meter div.active span {
    background-color: #222;
}

#color,
.color {
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0 18rem;
    background-color: #E9E9EB;
}

.color>div>img {
    position: relative;
    max-width: 960px;
    width: 100%;
}

.color h3 {
    font-size: 8rem;
    background: #00FFC6;
    background: linear-gradient(47deg, #56D2ED 29%, #00FFC6 68%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -1rem;
}

.color h3 span.Color-calibrated {
    display: block;
    font-size: 1.5rem;
    font-weight: 100;
    text-align: center;
    -webkit-text-fill-color: #000;
    margin-bottom: -1rem;
}

.color>div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10rem;
}

.color>div>div {
    position: absolute;
    width: 0;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color>div .sec1 {
    transform: translate(10rem, -7rem);
}

.color>div .sec2 {
    transform: translate(-9rem, -4rem);
}

.color>div .sec3 {
    transform: translate(1rem, 8rem);
}

.color>div article {
    background-color: #2E2E2E;
    position: absolute;
    max-height: fit-content;
    width: 100rem;
    padding: 2.5rem 3rem;
    transition: opacity .5s, scale .25s;
    overflow: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    scale: 0;
}

.color>div .sec1 article {
    max-width: 500px;
    transform: translate(50%, 50%);
    border-radius: 0 15px 15px 15px;
}

.color>div .sec2 article {
    max-width: 500px;
    transform: translate(-50%, 50%);
    border-radius: 15px 0 15px 15px;
}

.color>div .sec3 article {
    max-width: 500px;
    transform: translate(-50%, 50%);
    border-radius: 15px 0 15px 15px;
}

.color>div article.active {
    scale: 1;
    opacity: 1;
}

.color>div article h4,
.color>div article p,
.color>div article span {
    color: #e9e9e9;
    scale: 0;
    transition: all .5s;
    transform-origin: left top;
}

.color>div article.active h4,
.color>div article.active p,
.color>div article.active span {
    scale: 1;
}

.color>div article span {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.color>div article img {
    height: 80px;
}

.color>div svg {
    position: absolute;
    width: 60px;
    transition: all .4s ease-in-out;
    cursor: pointer;
}

.color>div svg circle {
    fill: black;
    fill-opacity: .6
}

.color>div svg path {
    stroke: #00FFC6;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.color>div svg:hover {
    rotate: -45deg;
    transform: scale(1.1);
}

.color>div .active svg {
    rotate: 225deg;
}

#cpu,
.cpu {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 10rem 0;
}

.cpu h3,
.cpu h4,
.cpu p {
    color: #e9e9e9;
    max-width: 600px;
}

.cpu h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
}

.cpu p {
    max-width: 600px;
}

.cpu>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cpu span.bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.cpu span.bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.cpu span.bg video {
    position: absolute;
    width: 130%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cpu>div {
    position: relative;
    max-width: 1366px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5rem;
}

.cpu .text {
    position: relative;
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cpu .spec {
    position: relative;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem 1rem;
}

.cpu .spec div {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.cpu .spec h4 {
    white-space: nowrap;
}

.cpu .spec p {
    font-weight: 100;
    font-size: 8pt;
}

.cpu .logos {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 1.5rem;
}

#gpu,
.gpu {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5rem;
    overflow: hidden;
    padding: 10rem 0;
}

.gpu>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gpu span.bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.gpu span.bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}

.gpu span.bg video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gpu h3,
.gpu h4,
.gpu p {
    color: #e9e9e9;
}

.gpu .text {
    position: relative;
    max-width: 650px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
}

.gpu .text h4,
.gpu .text p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
}

.gpu .items {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    display: grid;
    grid-auto-flow: column;
    gap: 5rem;
    padding: 0 7.5vw;
    cursor: grab;
}

.gpu .items::-webkit-scrollbar {
    height: 0;
}

.gpu .items.active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.gpu .items>div {
    position: relative;
    max-width: 600px;
    width: 25vw;
    display: inline-flex;
    flex-direction: column;
    gap: 1.5rem;
}

.gpu .items>div img {
    width: 100%;
}

.gpu .items>div article {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.gpu .items>div h4 {
    font-size: 1rem;
    line-height: normal;
    white-space: normal;
}

.gpu .items>div p {
    font-size: .8rem;
    line-height: 1.5;
    white-space: normal;
}

#mux,
.mux {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: grid;
    justify-items: center;
    background-color: #e9e9e9;
}

.mux .slides {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background-color: #F1F1F2;
}

.mux .slide {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 10rem;
    opacity: .5;
    transition: all .5s;
}

.mux .slide.active {
    opacity: 1;
}

.mux .slide article {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    max-width: 500px;
    width: 100%;
}

.mux .slide article a {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mux .slide article a:hover,
.mux .slide article a:hover p {
    color: #00FFC6;
}

.mux .slide article a img {
    width: 50px;
}

.mux .slide div img {
    width: 100%;
    display: flex;
}

.mux .slidedots {
    max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}

.mux .slidedots div {
    position: relative;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.mux .slidedots div span {
    position: relative;
    width: 100%;
    height: 4px;
    background-color: #777;
}

.mux .slidedots div:hover span,
.mux .slidedots div.active span {
    background-color: #00FFC6;
}

/*RTX Learn More*/
.learnmore a p{    
    color:#fff;    
    text-transform:uppercase;
}

.learnmore a:hover p {
    color: #00FFC6;
}


#design,
.design {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15rem 0 0 0;
    background-color: #e9e9e9;
    gap: 10vw;
}

.design .aero {
    position: relative;
    max-width: 480px;
    width: 100%;
}

.design .aero {
    position: relative;
    max-width: 480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5rem;
}

.design .aero h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
    line-height: 1;
}

.design .timeline {
    position: relative;
    width: 100%;
}

.design .timeline .tgr {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.design .timeline .tgr div {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.design .timeline .tgr div.tgr1 {
    top: 0;
}

.design .timeline .tgr div.tgr2 {
    top: 16%;
}

.design .timeline .tgr div.tgr3 {
    top: 34%;
}

.design .timeline .tgr div.tgr4 {
    top: 49%;
}

.design .timeline .tgr div.tgr5 {
    top: 67%;
}

.design .timeline .tgr div.tgr6 {
    top: 83%;
}

.design .timeline .spacer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.design .timeline .spacer canvas {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.design .timeline .spacer .text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.design .timeline .spacer .text div {
    background-color: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(10px);
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 600px;
    width: 100%;
    padding: 2rem 3rem;
    border-radius: 15px;
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
    will-change: opacity;
}

.design .timeline .spacer .text div.active {
    pointer-events: unset;
    opacity: 1;
}

.design .timeline .spacer .text h3,
.design .timeline .spacer .text p {
    position: relative;
}

.design .timeline .spacer .text a {
    display: flex;
    justify-content: flex-start;
}

.design .timeline .spacer .text a:hover,
.design .timeline .spacer .text a:hover p {
    color: #00FFC6;
}

.design .timeline .spacer .text1 {
    transform: translate(60%, -150%);
}

.design .timeline .spacer .text2 {
    transform: translate(-65%, 30%);
}

.design .timeline .spacer .text3 {
    transform: translate(65%, 40%);
}

.design .timeline .spacer .text4 {
    transform: translate(65%, 17%);
}

.design .timeline .spacer .text5 {
    transform: translate(0%, -32%);
}

.design .timeline .spacer .text6 {
    transform: translate(-32%, -90%);
}

#porta,
.porta {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 5rem;
    background-color: #E4E4E6;
}

.porta .text {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 0 2.5rem;
}

.porta .text h3,
.porta .text p {
    text-align: center;
}

.porta .text h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
    line-height: 1;
}

.porta .grid3 {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        'glt grt'
        'gbp gbp'
    ;
    gap: 1rem;
}

.porta .grid3 article {
    background-color: #F1F1F2;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 1rem;
    padding: 5rem 3rem;
    border-radius: 15px;
}

.porta .grid3 article>div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.porta .grid3 article>div img {
    max-width: 90px;
}

.porta .grid3 .glt {
    grid-area: glt;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.porta .grid3 .glt aside img {
    width: 100%;
    transform: scale(1.1) translate(-5%, 5%);
}

.porta .grid3 .grt {
    grid-area: grt;
    padding: 0;
    flex-direction: column;
    gap: 1rem;
}

.porta .grid3 .grt div {
    padding: 5rem 3rem 0;
    align-items: center;
}

.porta .grid3 .grt h4,
.porta .grid3 .grt p {
    text-align: center;
}

.porta .grid3 .grt aside img {
    width: 100%;
}

.porta .grid3 .gbp {
    grid-area: gbp;
    position: relative;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
}

.porta .grid3 .gbp>img {
    position: absolute;
}

.porta .grid3 .gbp>img.wifi {
    max-width: 250px;
    bottom: 0;
    left: 0;
}

.porta .grid3 .gbp>img.wifi6 {
    max-width: 100px;
    top: 0;
    right: 0;
    transform: translate(-2rem, 2rem);
}

.porta .grid3 .gbp h4,
.porta .grid3 .gbp p {
    position: relative;
    max-width: 350px;
    text-align: center;
}

.porta .grid3 .gbp h4 sup {
    font-weight: 100;
    position: absolute;
    transform: translateY(-15%);
    font-size: .6rem;
}

.porta .grid3 .gbp .spec {
    position: relative;
    max-width: 666px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 2rem;
    margin: 2.5rem 0 0 0;
}

.porta .grid3 .gbp .spec div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.porta .grid3 .gbp .spec div .p1 {
    white-space: nowrap;
}

#battery,
.battery {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    height: 200vh;
}

.battery .spacer {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.battery .spacer>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.battery .spacer>div {
    position: relative;
    max-width: 1366px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 5rem;
}

.battery .spacer>div>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.battery aside {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.battery aside img {
    position: absolute;
    max-width: 400px;
}

.battery .cntnt {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 60vh;
}

.battery .cntnt .text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 0 0;
    z-index: 1;
}

.battery .cntnt .text h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
    line-height: 1;
}

.battery .cntnt .text .spec {
    max-width: 375px;
    margin: 1rem 0 0;
    display: grid;
    grid-auto-flow: column;
    grid-template-areas:
        '.'
        '.'
        '.';
    gap: 0 1rem;
}

.battery .cntnt .text sup {
    font-size: .6rem;
}

.battery .cntnt .img {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.battery .cntnt .img img {
    position: absolute;
    transform-origin: center right;
    transform: scale(1.5);
    height: 100%;
    object-fit: contain;
    z-index: 1;
}

#soft,
.soft {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 5rem;
    background-color: #E9E9EB;
}

.soft .text {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 5rem 0 2.5rem;
}

.soft .text h3,
.soft .text p {
    text-align: center;
}

.soft .text h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
    line-height: 1;
}

.soft .grid3 {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        'gcc gcc'
        'glt grt'
        'gbp gbp'
    ;
    gap: 1rem;
}

.soft .grid3 article {
    background-color: #F1F1F2;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 1rem;
    padding: 5rem 3rem;
    border-radius: 15px;
}

.soft .grid3 article div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.soft .grid3 article>div img {
    max-width: 90px;
}

.soft .grid3 .glt {
    grid-area: glt;
    display: grid;
    padding: 0;
}

.soft .grid3 .glt div {
    padding: 5rem 3rem 0;
}

.soft .grid3 .glt aside img {
    width: 100%;
}

.soft .grid3 .grt {
    grid-area: grt;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.soft .grid3 .grt div {
    align-items: center;
    padding: 0 3rem;
}

.soft .grid3 .grt h4,
.soft .grid3 .grt p {
    text-align: center;
}

.soft .grid3 .grt aside {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}

.soft .grid3 .grt aside img {
    max-width: 350px;
    width: 100%;
}

.soft .grid3 .gbp {
    grid-area: gbp;
}

.soft .grid3 .gbp div {
    justify-content: center;
    align-items: flex-start;
}

.soft .grid3 .gbp aside {
    position: relative;
    padding: 0 5rem;
}

.soft .grid3 .gbp aside img {
    position: relative;
    max-width: 400px;
}

.soft .grid3 .gbp aside p {
    position: absolute;
    max-width: 415px;
    width: 100%;
    bottom: 0;
    transform: translateY(150%);
    font-size: .6rem;
    line-height: 1;
    opacity: .6;
}

.soft .grid3 .gcc {
    grid-area: gcc;
    flex-direction: column;
    padding: 5rem 3rem;
    overflow: hidden;
    gap: 0;
}

.soft .grid3 .gcc div {
    align-items: center;
}

.soft .grid3 .gcc div p {
    text-align: center;
    max-width: 800px;
}

.soft .grid3 .gcc a p {
    color: unset;
}

.soft .grid3 .gcc a {
    padding: 0.25vw 1.75vw;
    margin: 1vw 0;
    border: 1px solid #00FFC6;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #00FFC6;
    font-weight: 400;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
    border-radius: 3px;
}

.soft .grid3 .gcc a:hover {
    color: #222;
    background-color: #00FFC6;
    text-decoration-line: none;
    font-weight: 700;
}

.soft .grid3 .gcc aside>img {
    overflow: hidden;
    border-radius: 6px;
}

.soft .grid3 .gcc aside>img {
    width: 100%;
    display: flex;
}

.soft .grid3 .gcc ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    padding: 1rem 0 0;
}

.soft .grid3 .gcc ul li {
    display: flex;
    flex-direction: column;
}

.soft .grid3 .gcc ul li p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: .25rem;
}

.soft .grid3 .gcc ul li p b {
    margin: .75rem 0 0 0;
}

.soft .grid3>.gcc ul li span {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 6px;
}

.soft .grid3>.gcc ul li span img {
    width: 100%;
    display: flex;
}

#connect,
.connect {
    max-width: 2560px;
    width: 100%;
    display: grid;
    justify-items: center;
    gap: 5rem;
    padding: 5rem 0;
    background-color: #E9E9EB;
}

.connect .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem
}

.connect .text h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
    line-height: 1;
}

.connect .img,
.connect .img img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.connect .rowgrid {
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        '.'
        '.';
    gap: 1rem 2rem;
}

.connect .rowgrid div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.connect .rowgrid div img {
    width: 70px;
}

.connect .rowgrid div h4 {
    white-space: nowrap;
}

.connect .rowgrid div h4,
.connect .rowgrid div p {
    text-align: center;
}

.connect .rowgrid div p strong sup {
    font-size: .6rem;
    font-weight: 100;
}

#cool,
.cool {
    position: relative;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
    padding: 5rem 0;
    background-color: #E4E4E6;
}

.cool>div {
    max-width: 1200px;
}

.cool .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cool .text h3,
.cool .text p {
    max-width: 500px;
}

.cool .text h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
    line-height: 1;
}

.cool .text h3 span.sound {
    font-size: 3rem;
    line-height: 1.2;
}

.cool .grid3 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        'gbp gbp'
        'glt grt'
    ;
    gap: 1rem;
}

.cool .grid3 article {
    background-color: #F1F1F2;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 2.5rem;
    padding: 5rem 3rem;
    border-radius: 15px;
}

.cool .grid3 article div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cool .grid3 article>div img {
    max-width: 90px;
}

.cool .grid3 .gbp {
    grid-area: gbp;
    padding: 0 0 0 5rem;
    justify-content: space-between;
    overflow: hidden;
}

.cool .grid3 .gbp .spec {
    justify-content: center;
    gap: 2rem;
}

.cool .grid3 .gbp .spec div {
    gap: 0;
}

.cool .grid3 .glt .spec h4 sup {
    font-size: .6rem;
}

.cool .grid3 .gbp aside img {
    display: flex;
    height: 100%;
}

.cool .grid3 .glt {
    grid-area: glt;
    flex-direction: column;
}

.cool .grid3 .glt .spec {
    max-width: 400px;
    display: grid;
    grid-auto-flow: column;
    grid-template-areas:
        '. .'
        '. .';
    gap: 0 5rem;
}

.cool .grid3 .glt .spec p {
    font-size: .6rem;
}

.cool .grid3 .grt {
    grid-area: grt;
}

#effects,
.effects {
    position: relative;
    max-width: 2560px;
    width: 100%;
}

.effects .timeline {
    position: relative;
    width: 100%;
}

.effects .timeline .tgr {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.effects .timeline .tgr div {
    position: relative;
    width: 100%;
    height: 100vh;
}

.effects .timeline .tgr div:last-child {
    height: 200vh;
}

.effects .timeline .spacer {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.effects .timeline .spacer div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    opacity: 0;
    transition: all .5s;
    will-change: opacity;
}

.effects .timeline .spacer div.active {
    opacity: 1;
    pointer-events: unset;
}

.effects .timeline .spacer div>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.effects .timeline .spacer article {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 30vh 0 0 10rem;
    max-width: 35vw;
}

.effects .timeline .spacer article h3,
.effects .timeline .spacer article p {
    color: #f1f1f1;
}

.effects .timeline .spacer article h3 span {
    background: linear-gradient(90deg, #56D2ED, #00FFC6);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.2rem;
    line-height: 1;
    transform: translateY(-3rem);
    display: block;
}

#footnote,
.footnote {
    max-width: 2560px;
    width: 100%;
    padding: 3rem 10rem;
}

.footnote ol {
    display: flex;
    flex-direction: column;
}

.footnote ol li {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: .6rem;
}

.section {
    position: relative;
    z-index: 11;
}

a[data-tip] {
    font-size: .5em;
    vertical-align: super;
    display: inline-block !important;
    font-weight: 100;
    line-height: inherit;
    cursor: pointer;
    color: inherit;
}

a[data-tip]:active,
a[data-tip]:hover,
a[data-tip]:visited {
    color: #00FFC6;
    text-decoration: none;
}

.section-tip {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: 0.7em;
    line-height: 1.4;
    font-family: "Play", "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

.section-tip>.container {
    max-width: 74%;
}

.section-tip ol {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-type: decimal;
}

.section-tip ol li {
    margin-bottom: 10px;
    font-size: 0.7em;
}

.section-tip .content-box {
    padding: 0;
}

.container {
    --gs-gutter-x: 1.5rem;
    --gs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--gs-gutter-x)*.5);
    padding-left: calc(var(--gs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto;
}

div.dots {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: grid;
    justify-items: center;
    mix-blend-mode: exclusion;
}

.dots a {
    position: relative;
    width: 3vw;
    height: 40px;
    padding: 0 1vw 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a p {
    position: absolute;
    color: #ffffff90;
    width: 0;
    right: 0;
    font-size: 15px;
    text-align: right;
    white-space: nowrap;
    padding: 0 1.8vw 0 0;
    opacity: 0;
    pointer-events: none;
}

.dots a div {
    position: relative;
    width: 6px;
    height: 26px;
    border-radius: 3px;
    transition: .25s;
    background-color: #ffffff50;
}

.dots a div.active {
    background-color: #ffffffC0;
}

.dots a:hover {
    text-decoration-color: #00000000;
}

.dots a:hover p {
    max-width: fit-content;
    width: 100vw;
    transition: all .5s;
    opacity: 1;
    pointer-events: unset;
}

.dots a:hover div {
    background-color: #ffffffC0;
}