@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);

@font-face {
    font-family: 'AORUS';
    src: url('../../innergigabyte/fonts/AORUS.woff') format("woff");
}

:root {
    --vwvh: calc(1vw + 1vh);
}

::-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: black;
}

.InnerGIGABYTEContent {
    max-width: 2560px;
    margin: auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.InnerGIGABYTEContent h3 {
    text-align: left;
    font-size: 2rem;
    font-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    color: #ddd;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    line-height: 1;
}

.InnerGIGABYTEContent h4 {
    font-family: "Titillium Web", '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: 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%;
}

a.link {
    display: inline-flex;
    font-size: 0.9rem;
    color: #fff;
    margin: 0 0 1vw 0;
    padding: 0.5vw 2vw;
    background: #dddddd2b;
    border: #dddddd 1px solid;
    color: #dddddd;
    font-family: "Orbitron", 'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    transition: all .3s;
}

a.link:hover {
    color: #ff6400;
    background: #ff64002b;
    border: #ff6400 1px solid;
}

#kft,
.kft {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20vh 0;
}

.kft>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kft>div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5vw;
}

.kft .imgs {
    position: relative;
    max-width: 720px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kft .imgs img {
    position: relative;
    width: 100%;
}

.kft .text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    min-width: 22.7vw;
}

.kft .text>ul {
    list-style-position: inside;
}

.kft .text li li {
    margin: 0 0 0 1rem;
    list-style-image: url(../../innergigabyte/images/logo/list.png);
}

.kft .text .aitop {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.kft .text .aitop img {
    max-width: 90vw;
    height: 160px;
}

.kft .text .logos {
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
}

.kft .text .logos img {
    max-width: 90vw;
    height: 80px;
}

#pcie50,
.pcie50 {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    min-height: 110vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    padding: 10rem 0;
}

.pcie50>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcie50>section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.pcie50 section .text {
    position: relative;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    border-radius: 5px;
    text-shadow: 0px 0px 10px #00000026;
}

.pcie50 section .text h3,
.pcie50 section .text p {
    text-align: center;
    max-width: 650px;
}

.pcie50 section .imgs {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pcie50 section .imgs img {
    max-width: 800px;
    border-radius: 5px;
}

.pcie50 section .imgs.switch>* {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    animation: fade 16s infinite ease-in-out;
}

.pcie50 section .imgs.switch>*:nth-child(1) {
    position: relative;
    opacity: 1;
    animation-delay: 0s;
}

.pcie50 section .imgs.switch>*:nth-child(2) {
    animation-delay: 4s;
}

.pcie50 section .imgs.switch>*:nth-child(3) {
    animation-delay: 8s;
}

.pcie50 section .imgs.switch>*:nth-child(4) {
    animation-delay: 12s;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.pcie50 section .imgs.switch>* img {
    max-width: 100%;
}

.pcie50 section .imgs.switch>* p {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: .5%;
}

.pcie50 section .imgs.switch>* p span:first-child {
    width: 45px;
    height: 5px;
    margin-right: 20px;
    background-image: linear-gradient(90deg, #ff6400, #DEDEDE);
}

.pcie50 section .imgs.switch>* p span:last-child {
    font-size: 1rem;
}

.pcie50 section .imgs.switch>p {
    position: relative;
    animation: none;
    opacity: 1;
}

.UD {
    position: relative;
}

.UDBG {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.UDBG img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.UD .cols {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vh;
    padding: 10vw 0 15vw;
    justify-items: center;
}

.UD .cols>div {
    max-width: 1400px;
    width: 100%;
    min-height: 40vh;
    background-color: #1f1f1fcc;
    text-shadow: 0px 0px 10px #00000026;
    padding: 3vw 4vw;
    text-align: center;
    box-shadow: 0px 0px 20px 5px #00000040;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5vw;
    transition: all .5s;
    opacity: 0;
}

.UD .cols>div.active {
    opacity: 1;
}

.UD .cols div.ud-intro {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: unset;
    background-color: unset;
    box-shadow: unset;
    border: unset;
    margin: 0 0 -5vw 0;
}

.UD .cols div.ud-intro>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2vw;
}

.cols div.jpcap img {
    max-width: 657px;
    width: 100%;
}

.cols div.thermal img {
    max-width: 450px;
    width: 100%;
}

.cols div.twoball img {
    max-width: 550px;
    width: 100%;
}

.cols div.protect img {
    max-width: 540px;
    width: 100%;
}

.UD .cols .col .text {
    display: flex;
    flex-direction: column;
    max-width: 410px;
}

img.ud {
    position: absolute;
    max-width: 475px;
    right: 0;
    bottom: 0;
    transform: translate(13%, -32%);
}

.UD h4 {
    text-align: center;
    margin: 0;
}

.ud-intro h3 {
    position: relative;
    text-align: right;
    margin: 0 0 0 10vw;
}

.UD h4.parallelogram {
    background: #222222;
    box-shadow: 5px 5px 0 #ff6400;
    display: inline-block;
    padding: .5rem 2rem;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0 0 2rem 0;
    border: solid 2px #ddd;
    width: 380px;
    line-height: 1.2;
}

.UD h4.parallelogram {
    transform: skew(-20deg) translate(12px, 0px);
}

.UD h4.parallelogram span {
    display: inline-block;
    transform: skew(20deg);
}

.UD p {
    text-align: left;
    max-width: 800px;
}

.UD p.ud {
    max-width: 600px;
}

.twoball .imgs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.twoball .imgs>img {
    display: none;
}

.twoball .imgs>img.active {
    display: block;
}

.twoball .imgdots {
    display: flex;
    gap: 35px;
}

.twoball .imgdots>div {
    cursor: pointer;
    min-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2px;
}

.twoball .imgdots>div div {
    width: 36px;
    height: 4px;
    background: #5a5a5a;
    border-radius: 20px;
}

.twoball .imgdots p {
    color: #888;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.twoball .imgdots>div:hover div,
.twoball .imgdots>div.active div {
    background: #ff6400;
}

.twoball .active>p {
    color: #ff6400;
}

#slidecard,
.slidecard {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #111;
}

.slidecard .camera {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3vw;
}

.slidecard .camera>img {
    position: absolute;
    min-width: 100vw;
    min-height: 100vh;
}

.slidecard .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    max-width: 600px;
    text-align: center;
}

.slidecard .spacer {
    min-height: 300vh;
}

.slidecard .slider {
    max-width: 850px;
    width: 100%;
    position: relative;
}

.slidecard .slider img {
    height: 100%;
}

#others,
.others {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.others>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.others>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10vw;
    padding: 10vw 0;
}

.others .col {
    max-width: 1366px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
}

.others .col:nth-child(1) {
    height: 546px;
}

.others .col:nth-child(2) {
    height: 589px;
}

.others .col .img1,
.others .col .img2 {
    flex-shrink: 0;
    flex-grow: 0;
    width: 760px;
    position: relative;
    align-self: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
}

.others .col .img1 {
    min-height: 360px;
}

.others .col .img2 {
    min-height: 511px;
    z-index: 1;
}

.others .col .img1 img,
.others .col .img2 img {
    position: relative;
    width: 100%;
    object-fit: contain;
    background-color: #1a1a1ad4;
    backdrop-filter: blur(5px);
}

.others .text {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 565px;
    height: 381px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1vw;
    padding: 5%;
    position: relative;
    align-self: flex-start;
}

.others .text aside {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 5px #ff6400;
}

.others .text h3,
.others .text p {
    text-align: left;
    width: 100%;
}

.others .col>* {
    transition: all .5s;
    transform: translate(0, 0);
    opacity: 0;
}

.others .col.active>*:nth-child(1) {
    transform: translate(3%, 0);
    opacity: 1;
}

.others .col.active>*:nth-child(2) {
    transform: translate(-3%, 0);
    opacity: 1;
}

#utility,
.utility {
    position: relative;
    overflow: hidden;
    max-width: 2560px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: calc(var(--vwvh) * 2) calc(var(--vwvh) * 2);
}

.utility>div {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.utility>div .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.utility>div .text h3,
.utility>div .text p {
    max-width: 800px;
    text-align: center;
}

.utility>div .text a {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.25vw 1.75vw;
    margin: 1vw 0;
    text-align: center;
    background: none;
    line-height: 40px;
    text-shadow: none;
    text-decoration-line: none;
    font-weight: bold;
    color: #fff;
}

.utility>div .text a span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.utility>div .text a span:nth-child(1) {
    border: solid 3px transparent;
    border-radius: 10px;
    background-image: linear-gradient(to right, #20608B, #18766d), radial-gradient(circle at top right, #2CF3AA, #41BBFA);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.utility>div .text a span:nth-child(2) {
    border: solid 3px transparent;
    border-radius: 10px;
    background-image: linear-gradient(to right, #41BBFA, #2CF3AA), radial-gradient(circle at top right, #2CF3AA, #41BBFA);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    opacity: 0;
    transition: all .5s;
}

.utility>div .text a span:nth-child(3) {
    position: relative;
}

.utility>div .text a:hover {
    text-decoration-line: none;
}

.utility>div .text a:hover span:nth-child(2) {
    opacity: 1;
}

.utility>div .imgs img,
.utility>div .imgs video {
    width: 100%;
}

.utility>div .imgs {
    max-width: 500px;
    border-radius: 22px;
    overflow: hidden;
}

.illustration-announce {
    position: relative;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5vw;
}

.illustration-announce p {
    margin: 2.5vw 0;
}

/************************************************************************** dots **************************************************************************/

.InnerGIGABYTEContent>section:has(.dots) {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.InnerGIGABYTEContent .dots {
    position: absolute;
    right: 1vw;
    display: grid;
    justify-items: flex-end;
    gap: 16px;
}

.InnerGIGABYTEContent .dots a {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-decoration-color: transparent;
}

.InnerGIGABYTEContent .dots a p {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    color: #ddd;
    opacity: 0;
    pointer-events: none;
    margin: 0 8px 0 0;
    left: 100%;
    width: 0;
    transition: width .5s;
}

.InnerGIGABYTEContent .dots a div {
    min-width: 6px;
    height: 26px;
    border-radius: 3px;
    background-color: #ddd;
    transition: .2s;
}

.InnerGIGABYTEContent .dots a div.active {
    background-color: #ff6400;
}

.InnerGIGABYTEContent .dots a:has(div.active) p {
    color: #ff6400;
}

.InnerGIGABYTEContent .dots a:hover p {
    opacity: 1;
    pointer-events: unset;
    left: 0;
    width: 100%;
}