@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: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

#divGoTop,
.EnterpriseButton {
    display: none !important;
}

@media screen and (min-width:960px) {
    #model-header {
        padding: 0.5% 0;
        position: unset;
        left: unset;
        top: unset
    }

    #model-header .header-sub-title {
        display: block
    }

    .model-content {
        margin-top: 120px;
        display: none;
    }

    .Content-TopArea .breadcrumb {
        margin-right: 0;
        margin-left: 0;
    }

    #PageMainContent .container {
        max-width: 90%;
        min-width: 90%;
    }

    .main-content .model-header>.header-sub-title {
        margin: 5px 0;
    }
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background: #0e0e0e;
}

html {
    scroll-behavior: smooth;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    text-align: left;
    font-size: 2.2rem;
    font-family: "AORUS", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #ddd;
    margin: 0;
    padding: 0;
    letter-spacing: 4px;
    word-spacing: 8px;
}

.InnerGIGABYTEContent h4 {
    font-family: 'Aldrich', 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 700;
}

.InnerGIGABYTEContent p,
.InnerGIGABYTEContent a,
.InnerGIGABYTEContent ul,
.InnerGIGABYTEContent li {
    font-size: .8rem;
    line-height: 1.1rem;
    letter-spacing: 1.4px;
    color: #ccc;
    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: none;
    text-decoration: none;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

a.link {
    display: inline-flex;
    color: #ff6400;
    font-family: "Titillium Web", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-weight: 900;
    text-decoration: none;
}

a.link:hover {
    color: #46e6e6;
}

#kv {
    position: relative;
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#kv>* {
    position: absolute;
    width: 100%;
}

#kv>img {
    position: relative;
}

.kft {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3vw 0 10vw;
}

.kftbg {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    inset: 0;
}

.kft>div {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}

.kft>div .text {
    max-width: 33vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
    position: relative;
}


.kft>div>div>ul {
    display: flex;
    flex-direction: column;
}

.kft>div>div>ul li {
    list-style: disc inside;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

.kft>div>img {
    position: relative;
    max-width: 50vw;
    width: 100%;
}

.kf-logos {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
}

.kf-logos img {
    height: 80px;
}

.kf-logos img:last-child {
    margin: 0;
}

.text .nvgy {
    margin: 10px 0;
}

#nvslide,
.nvslide {
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
}

.nv-sliders {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.nv-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5vw;
    position: absolute;
    padding: 0 5vw;
    top: 0;
    left: 0;
    transition: all .5s cubic-bezier(0, 0, 0, 1);
    display: none;
    z-index: 0;
    opacity: 0;
}

.nv-slider:first-child {
    position: relative;
}

.nv-slider.nv-prev {
    transform: translateX(-100%);
    display: flex;
    z-index: 3;
}

.nv-slider.nv-next {
    transform: translateX(100%);
    display: flex;
    z-index: 3;
}

.nv-slider.nv-active {
    transform: translateX(0);
    display: flex;
    z-index: 5;
    opacity: 1;
}

.nv-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;
}

.nv-slider-prev-btn:hover {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}

.nv-slider-prev-btn>div {
    width: 20px;
    height: 20px;
    border-bottom: 1px white solid;
    border-left: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.nv-slider-prev-btn:hover div {
    border-bottom: 1px #76B900 solid;
    border-left: 1px #76B900 solid;
}

.nv-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;
}

.nv-slider-next-btn:hover {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}

.nv-slider-next-btn>div {
    width: 20px;
    height: 20px;
    border-top: 1px white solid;
    border-right: 1px white solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.nv-slider-next-btn:hover div {
    border-top: 1px #76B900 solid;
    border-right: 1px #76B900 solid;
}

.nv-slider .title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.nv-slider .title h3,
.nv-slider .title h4 {
    text-align: center;
}

.ada {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ada .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ada .img img {
    width: 100%;
}

.ada .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.adagrid {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    gap: 1vw;
}

.adagrid>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: .25vw;
}

.adagrid h4,
.adagrid p {
    text-align: center;
}

.adagrid img {
    max-width: 50px;
    width: 100%;
}

.nv-slider>img {
    max-width: 800px;
    width: 100%;
}

.nv-slider>.text {
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
}

.nv-slider>.text h3,
.nv-slider>.text h4,
.nv-slider>.text p {
    text-align: center;
}

.vkf {
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: black;
}

.vkfTmln {
    position: relative;
    width: 100%;
    height: 1000vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vkfTmln>div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vkfTmln>div:nth-child(1) {
    top: 0;
}

.vkfTmln>div:nth-child(2) {
    top: 18%;
}

.vkfTmln>div:nth-child(3) {
    top: 46.8%;
}

.vkfTmln>div:nth-child(4) {
    top: 66%;
}

.vkfTmln>div:nth-child(5) {
    top: 77.6%;
}

.vkf .spacer {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vkf .spacer video {
    width: 100%;
}

.vkf .spacer>section {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000c4;
}

.vkf .spacer>section>img {
    min-width: 100vw;
    min-height: 100vh;
    opacity: .1;
}

.vkf .spacer>section>div {
    position: absolute;
    width: 80%;
    height: 80%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.vkf .spacer>section article {
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.vkf .spacer>section article>div {
    display: flex;
    flex-direction: column;
    gap: .2vw;
}

.vkf .spacer>section>div>img {
    width: 100%;
}

.gdl {
    width: 310px;
    height: 4px;
}

.kfcntnt1 {
    background-image: radial-gradient(at 28% 50%, rgb(0, 0, 0) 0%, transparent 36%);
    background-size: 181% 155%;
    background-repeat: no-repeat;
}

.vkf .spacer div p {
    max-width: 520px;
    width: 100%;
}

.vkf .spacer .windforce article {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vkf .spacer .windforce article h3,
.vkf .spacer .windforce article h4,
.vkf .spacer .windforce article p {
    text-align: center;
}

.vkf .spacer .windforce {
    justify-content: center;
    align-items: center;
}

.vkf .spacer .fan {
    right: 10vw;
    max-width: 23vw;
}

.vkf .spacer .chamber {
    max-width: 25vw;
    left: 15vw;
    max-height: 50vh;
    bottom: 15vh;
}

.vkf .spacer .fin {
    max-width: 27vw;
    right: 15vw;
    max-height: 50vh;
    top: 15vh;
}

.vkf .spacer .alter {
    max-width: 30vw;
    right: 9vw;
    max-height: 20vh;
    bottom: 15vh;
}

.vkf .spacer .screen {
    max-width: 30vw;
    right: 9vw;
    max-height: 20vh;
}

.flip {
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: black;
}

.flip h3,
.flip p {
    color: #eee;
    max-width: 460px;
}

.flipTL {
    opacity: 0;
    position: relative;
    width: 100%;
}

.flipTL>div {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flipTL>div:nth-child(1) {
    height: 150vh;
}

.flipTL>div:nth-child(2) {
    height: 125vh;
}

.flipTL>div:nth-child(3) {
    height: 300vh;
}

.flip .spacer {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip .spacer canvas {
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

.flip .spacer>section {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.flip .spacer>section.active {
    pointer-events: unset;
}

.flip .spacer>section>div {
    position: absolute;
    display: flex;
    flex-direction: column;
}

.lcd .text {
    justify-content: center;
    align-items: center;
    gap: 1vw;
    width: 100%;
    z-index: 1;
    top: 0;
    padding: 5vw 5vw 0;
}

.lcd .text>div {
    position: absolute;
    width: 100%;
    height: 35vh;
    background-image: linear-gradient(0deg, transparent, black);
    top: 0;
    left: 0;
    transform: translate(0, 80%);
}

.lcd .text>article {
    max-width: 1200px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.lcd .text>article>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.lcd .text>article>.subside {
    transition: all .5s;
    transform: translateX(-33%);
    opacity: 0;
}

.lcd.active .text>article>.subside {
    transform: translateX(0);
    opacity: 1;
}

.lcd .text .modes>div {
    pointer-events: none;
    display: none;
    flex-direction: column;
    gap: .2vw;
    opacity: 0;
}

.lcd .text .modes>div p {
    font-size: .8rem;
    line-height: 1.1rem;
    letter-spacing: 1.4px;
    height: 1.1rem;
}

.lcd .text .modes>div.active {
    display: flex;
    pointer-events: unset;
    opacity: 1;
}

.lcd>div .icons {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1vw;
}

.lcd>div .icons img {
    max-width: 50px;
    cursor: pointer;
    filter: grayscale(1);
}

.lcd>div .icons img.active,
.lcd>div .icons img:hover {
    filter: grayscale(0);
}

.lcd .imgs {
    width: 100%;
    bottom: 0;
}

.lcd .imgs>img {
    position: relative;
    width: 100%;
}

.lcd .imgs>img.lcdrgb {
    position: absolute;
    top: 0;
    left: 0;
}

.lcd .imgs>div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.lcd .gif {
    transform: translate(31.2%, -12%) scale(0.08875050709);
}

.lcd .imgs>div>* {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.lcd .imgs>div>*.active {
    opacity: 1;
}

.flipcnt2 {
    max-width: 0;
}

.rgb .text {
    justify-content: center;
    align-items: center;
    gap: 1vw;
    width: 100%;
    z-index: 1;
    top: 0;
    padding: 5vw 5vw 0;
}

.rgb .text>div {
    position: absolute;
    width: 100%;
    height: 10vh;
    background-image: linear-gradient(0deg, transparent, black);
    top: 0;
    left: 0;
    transform: translate(0, 275%);
}

.rgb .text>article {
    max-width: 1200px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 1vw;
}

.rgb .text>article>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

.rgb .text>article>div.subside {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    transition: all .5s;
    transform: translateX(-33%);
    opacity: 0;
}

.rgb.active .text>article>div.subside {
    transform: translateX(0);
    opacity: 1;
}

.rgb>div .icons {
    position: relative;
    display: grid;
    grid-template-columns: 50px 50px 50px 50px 50px 50px;
    gap: 25px 30px;
}

.rgb>div .icons>*:not(h4) {
    max-width: 50px;
    cursor: pointer;
    filter: grayscale(1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rgb>div .icons>* img {
    width: 100%;
}

.rgb>div .icons>*.active,
.rgb>div .icons>*:hover {
    filter: grayscale(0);
}

.rgb>div .icons a span {
    width: 100%;
    height: 12px;
    display: none;
    justify-content: center;
    align-items: flex-start;
    font-size: 7pt;
    line-height: 1;
    color: #ff6400;
    text-align: center;
}

.rgb>div .icons h4 {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(20px);
}

.rgb .icons h4 span {
    display: flex;
    transition: unset;
    opacity: 0;
    position: absolute;
    transform: translateY(-10px);
    pointer-events: none;
}

.rgb .icons h4 span.active {
    transition: all .5s;
    opacity: 1;
    transform: translateY(0);
    pointer-events: unset;
}

.rgb .imgs {
    background-color: black;
    width: 100%;
    bottom: 0;
    opacity: 0;
    transition: opacity .25s;
}

.rgb.active .imgs {
    opacity: 1;
}

.rgb .imgs>img {
    position: absolute;
    width: 100%;
}

.rgb .imgs>img.cover {
    position: relative;
}

.rgb .imgs>img.fans {
    position: absolute;
    top: 0;
    left: 0;
}

.rgb .imgs>div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rgb .imgs>div.fans {
    position: absolute;
    top: 0;
    left: 0;
    animation: sprite infinite steps(14) 0.04s;
    background-image: url(../innergigabyteimages/rgb/fans.png);
    background-size: 100% 1500%;
}

@keyframes sprite {
    0% {
        background-position-y: 0%;
    }

    100% {
        background-position-y: 100%;
    }
}

.huerotate {
    animation: huerotate 4s linear infinite;
}

@keyframes huerotate {
    0% {
        filter: hue-rotate(0);
    }

    100% {
        filter: hue-rotate(359deg);
    }
}

.pulse {
    animation: pulse 4s linear infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

.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;
    }
}

.rgb .imgs>div>* {
    position: absolute;
    width: 100%;
    display: none;
}

.rgb .imgs>div>*.active {
    display: block;
}

.dc {
    max-width: 2560px;
    width: 100%;
    height: 300vh;
    position: relative;
}

.dc .spacer {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dc .spacer img {
    position: absolute;
    width: 100%;
}

.dc .spacer img.svg {
    backdrop-filter: blur(10px);
}

.exlnt {
    width: 100%;
    min-height: 150vh;
    display: flex;
    justify-items: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 4vw;
    overflow: hidden;
    position: relative;
    padding: 10vw 0 5vw;
}

.exlntbg {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -100vh;
}

.exlntbg>img {
    position: absolute;
    width: 100%;
    margin: auto;
    inset: 0;
}

.exlntbg aside {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exlntbg aside.lside {
    left: 2.5vw;
    max-width: 4.29vw;
    width: 100%;
}

.exlntbg aside.lside img {
    position: absolute;
    left: 0;
    width: 100%;
}

.exlntbg aside.rside {
    right: 2.5vw;
    max-width: 6.5vw;
    width: 100%;
    flex-direction: column;
    gap: 2.5vw;
}

.exlntbg aside.rside img {
    max-height: 40vh;
}

.exlnt .title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    width: 100%;
}

.exlnt .title h3 {
    max-width: 800px;
    text-align: center;
    text-shadow: 0 0 5px black, 0 0 10px black;
    font-size: 3rem;
}

.exlnt .content {
    max-width: 64.84375vw;
    width: 100%;
    display: grid;
    grid-template-columns: 26.14fr 17.75fr 12.62fr 12.25fr 29.4fr;
    gap: 64px 34px;
    grid-auto-flow: row;
    grid-template-areas:
        "dlbs dlbs plate plate plate"
        "brckt brckt brckt brckt deco1"
        "deco2 pwr pwr coating coating";
}

.dlbs {
    grid-area: dlbs;
}

.plate {
    grid-area: plate;
}

.brckt {
    grid-area: brckt;
}

.deco1 {
    grid-area: deco1;
}

.deco2 {
    grid-area: deco2;
}

.pwr {
    grid-area: pwr;
}

.coating {
    grid-area: coating;
}

.exlnt .content>div {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-image: radial-gradient(#ffffff38, transparent);
    text-shadow: 0px 0px 10px #00000026;
    padding: .5vw .5vw 1vw .5vw;
    box-shadow: 0px 0px 20px 5px #00000040;
    border-radius: 5px;
    border: 1px solid #ffffff0f;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 1vw;
}

.exlnt .content>div.brckt {
    padding: .5vw 1vw .5vw .5vw;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.exlnt .content>div.brckt>img {
    max-width: 50%;
}

.exlnt .content>div.brckt>.text {
    width: 50%;
    justify-content: center;
}

.exlnt .content>div.brckt>.img {
    width: 75%;
}

.exlnt .content>div.brckt a {
    color: #fff;
}

.exlnt .content>div>.img {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.exlnt .content>div>.img img {
    min-width: 100%;
    min-height: 100%;
}

.exlnt .content>div>.text {
    display: flex;
    flex-direction: column;
    gap: .25vw;
}

.exlnt .content h3 {
    margin: 0;
    line-height: 1.3;
}

.exlnt .content>div>img {
    height: 100%;
}

.exlnt .content>div.deco1,
.exlnt .content>div.deco2 {
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.exlnt .content>div.deco1 img,
.exlnt .content>div.deco2 img {
    position: absolute;
}

.bs {
    max-width: 2560px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    padding: 5vw;
}

.bs>* {
    position: relative;
}

.bs>img.bg {
    position: absolute;
    width: 100%;
}

.bs>div {
    max-width: 1600px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2.5vw 5vw;
    margin: 4vw 0 0 0;
}

.bs aside {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.bs aside .icon {
    max-width: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs aside .text {
    max-width: 600px;
    width: 100%;
    display: flex;
    gap: .25vw;
    flex-direction: column;
}

#psu,
.psu {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5vw 5vw 0;
}

.psu>img {
    position: absolute;
    bottom: 0;
    transform: scaleY(-1);
}

.psu>div {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
}

.psu>div h3,
.psu>div p {
    max-width: 800px;
    text-align: center;
}

.psu>div a {
    padding: 0.25vw 1.75vw;
    margin: 1vw 0;
    border: 1px solid #ff6400;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #ff6400;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
}

.psu>div a:hover {
    color: #fff;
    text-shadow: 0 0 10px #ff6400, 0 0 20px #ff6400, 0 0 30px #ff6400;
    text-decoration-line: none;
}

.psu .psugrid {
    display: flex;
}

.psu .psugrid aside {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gcc {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw 5vw 0;
}

.gcc>img {
    position: absolute;
    min-width: 100vw;
    height: 100%;
    top: 0;
}

.gcc>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.gcc>div h3,
.gcc>div p {
    max-width: 800px;
    text-align: center;
}

.gcc>div a {
    padding: 0.25vw 1.75vw;
    margin: 1vw 0;
    border: 1px solid #ff6400;
    text-align: center;
    background: none;
    transition: 0.2s;
    color: #ff6400;
    font-weight: bold;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
}

.gcc>div a:hover {
    color: #fff;
    text-shadow: 0 0 10px #ff6400, 0 0 20px #ff6400, 0 0 30px #ff6400;
    text-decoration-line: none;
}

.gcc>div img:not(.gdl) {
    margin: 1vw 0 0 0;
    max-width: 1600px;
    width: 100%;
}

.brand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5vw;
    gap: 2.5vw;
}

.brand>div {
    display: inline-flex;
    justify-content: center;
    gap: 2.5vw;
}

.brand>img {
    max-width: 800px;
    width: 100%;
}

.brand>div img {
    place-self: flex-end;
}

.illustration-announce {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    margin: 10vh 0;
}

.illustration-announce p {
    max-width: 900px;
    text-align: center;
}

/************************************************************************** dots **************************************************************************/

.dots {
    position: fixed;
    right: 1vw;
    top: 50%;
    color: white;
    z-index: 9999;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
    overflow: hidden;
    transform: translateY(-50%);
}

.dots a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.dots a p {
    white-space: nowrap;
    color: #ffffff90;
    font-size: 8px;
    text-align: right;
    opacity: 0;
    pointer-events: none;
    padding: 0 8px 0 0;
    position: relative;
    left: 100%;
    font-family: "Titillium Web", '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: #ffffff30;
    width: 6px;
    height: 26px;
    border-radius: 3px;
    transition: .2s;
}

.dots a div.active {
    background-color: #ffffff90;
}

.dots a:hover {
    text-decoration-color: #00000000;
}

.dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: 100%;
    transition: all .5s;
}

.dots a:hover div {
    background-color: #ffffff90;
}