@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");
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #222;
}

::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}

@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-weight: 700;
    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;
}

.InnerGIGABYTEContent {
    .keyf {
        width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20vh 0;

        @media screen and (max-width: 1366px) {
            padding: 5vh 0;
        }

        &>img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        &>div {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row-reverse;
            gap: 5vw;

            @media screen and (max-width: 1366px) {
                flex-direction: column;
            }
        }

        .imgs {
            position: relative;
            max-width: 720px;
            width: 100%;

            & .kf-img {
                position: relative;
                width: 100%;
            }
        }

        .text {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 1vw;
            min-width: 22.7vw;

            @media screen and (max-width: 1366px) {
                padding: 5vw;
                gap: 4vw;
            }
        }

        .text>ul {
            list-style-position: inside;

            & li li {
                margin: 0 0 0 1rem;
                list-style-image: url('../../innergigabyte/images/logo/list.png');
            }
        }

        .text .logos {
            display: flex;
            flex-wrap: wrap;
            gap: 1vw;

            @media screen and (max-width: 1366px) {
                gap: 2vw;
            }

            img {
                height: 80px;
            }
        }
    }

    .UD {
        position: relative;

        .UDBG {
            top: 0;
            position: absolute;
            width: 100%;
            height: 100dvh;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;

            @media screen and (max-width: 1366px) {
                display: flex;
                justify-content: center;
                align-items: center;
            }

            & img {
                position: absolute;
                width: 100%;

                @media screen and (max-width: 1366px) {
                    width: unset;
                    height: 100%;
                    top: unset;
                    left: unset;
                }
            }
        }

        .cols {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 5dvh;
            padding: 10rem 0;
            justify-items: center;
        }

        .cols>div {
            max-width: 1400px;
            width: 100%;
            min-height: 40dvh;
            background-color: #1f1f1fcc;
            text-shadow: 0px 0px 10px #00000026;
            padding: 4rem 8rem;
            text-align: center;
            box-shadow: 0px 0px 10px 5px #00000040;
            border-radius: 5px;
            transition: all .5s;
            opacity: 0;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            justify-content: center;
            align-items: center;
            gap: 8rem;

            @media screen and (max-width: 1366px) {
                width: 90%;
                padding: 6dvw 5dvw;
                gap: 4rem;
            }

            @media screen and (max-width: 960px) {
                display: flex;
                flex-direction: column-reverse;
                gap: 5rem;
            }

            @media screen and (max-width: 700px) {
                padding: 10dvw 5dvw;
                gap: 2rem;
            }

            &.jpcap {
                & .imgs {
                    & img {
                        max-width: 657px;
                        width: 100%;
                    }

                    & p {
                        margin: 10px 0 0 0;
                        text-align: center;
                        font-size: .8rem;
                    }
                }
            }

            &.twoball {
                .imgs {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;

                    &>img {
                        max-width: 550px;
                        width: 100%;
                        display: none;

                        &.active {
                            display: block;
                        }
                    }
                }

                & .imgdots {
                    display: flex;
                    gap: 35px;

                    &>div {
                        cursor: pointer;
                        min-height: 25px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        flex-direction: column;
                        gap: 1px;

                        & div {
                            width: 40px;
                            height: 4px;
                            background: #5a5a5a;
                            border-radius: 20px;
                        }

                        &:hover div,
                        &.active div {
                            background: #ff6400;
                        }

                        & p {
                            color: #888;
                            font-size: 0.9rem;
                            letter-spacing: 1px;
                        }

                        &.active>p {
                            color: #ff6400;
                        }
                    }
                }
            }

            &:nth-child(odd) {
                & .imgs {
                    order: 1;

                    @media screen and (max-width: 960px) {
                        order: unset;
                    }
                }
            }

            &:nth-child(even) {}

            .imgs {
                max-width: 100%;

                img {
                    max-width: 100%;
                }
            }

            .text {
                display: flex;
                flex-direction: column;

                @media screen and (max-width:960px) {
                    align-items: center;
                }
            }
        }

        .cols>div.active {
            opacity: 1;
        }

        h4 {
            text-align: center;
            margin: 0;

            &.parallelogram {
                background: #222222;
                box-shadow: 5px 5px 0 #989898;
                display: inline-block;
                padding: .5rem 2rem;
                font-size: 1.5rem;
                font-weight: normal;
                margin: 0 0 2rem 0;
                border: solid 2px #ddd;
                line-height: 1.2;

                @media screen and (max-width: 1366px) {
                    max-width: 380px;
                    width: 85%;
                    font-size: 1.1rem;
                }
            }

            &.parallelogram {
                transform: skew(-20deg) translate(12px, 0px);

                .skew-fix {
                    display: inline-block;
                    transform: skew(20deg);
                }
            }
        }

        p {
            text-align: left;
        }
    }

    .slidecard {
        position: relative;
        overflow: hidden;
        width: 100%;
        background-color: #111111;

        .spacer {
            min-height: 250dvh;
        }
        h3{
                        position: relative;
            width: 100%;
            text-align: center;
        }

        .camera {
            position: absolute;
            overflow: hidden;
            width: 100%;
            height: 100dvh;
            top: 0;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 3dvw;

            @media screen and (max-width: 1366px) {
                padding: 5dvw;
                gap: 3dvw;
            }

            @media screen and (max-width: 700px) {
                gap: 7dvw;
            }

            &>img {
                position: absolute;
                min-width: 100dvw;
                min-height: 100dvh;
            }

            .text {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                gap: 1dvw;
                max-width: 650px;
                text-align: center;

                @media screen and (max-width: 700px) {
                    gap: 5dvw;
                }

                h3 {
                    @media screen and (max-width: 1366px) {
                        text-align: center;
                    }
                }
            }

            .slider {
                position: relative;
                max-width: 835px;
                width: 100%;

                @media screen and (max-width: 1366px) {
                    position: relative;
                    height: calc(90dvw / 850 * 492);
                }

                @media screen and (max-width: 700px) {
                    height: calc(100dvw / 850 * 492);
                }

                img {
                    height: 100%;

                    @media screen and (max-width: 700px) {
                        height: 110%;
                    }
                }
            }
        }
    }

    .others {
        position: relative;
        overflow: hidden;
        max-width: 2560px;
        width: 100%;
        min-height: 100dvh;

        @media screen and (max-width: 1366px) {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 5dvw;
            min-height: unset;
        }

        &>img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;

            @media screen and (max-width: 1366px) {
                position: absolute;
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }

        &>div {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 10dvw;
            padding: 10dvw 0;

            @media screen and (max-width: 1366px) {
                gap: 5dvw;
            }
        }

        .col {
            max-width: 1366px;
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-items: center;

            &:nth-child(1) {
                height: 546px;

                @media screen and (max-width: 1366px) {
                    flex-direction: column;
                    height: unset;
                    gap: 5dvw;
                }
            }

            &:nth-child(2) {
                height: 589px;

                @media screen and (max-width: 1366px) {
                    flex-direction: column-reverse;
                    height: unset;
                    gap: 5dvw;
                }
            }

            .img1,
            .img2 {
                flex-shrink: 0;
                flex-grow: 0;
                width: 840px;
                background-color: #1a1a1ad4;
                backdrop-filter: blur(5px);
                position: relative;
                align-self: flex-end;
                display: flex;
                justify-content: center;
                align-items: center;

                @media screen and (max-width: 1366px) {
                    position: relative;
                    width: 100%;
                    max-width: 900px;
                    align-self: center;
                }

                @media screen and (max-width: 960px) {
                    min-height: 520px;
                }

                @media screen and (max-width: 700px) {
                    min-height: 480px;
                }

                img {
                    position: absolute;
                    max-width: 80%;
                    width: 100%;
                    height: 100%;
                    object-fit: contain;

                    @media screen and (max-width: 700px) {
                        position: relative;
                        max-width: 100%;
                    }
                }
            }

            .img1 {
                min-height: 450px;

                @media screen and (max-width: 700px) {
                    min-height: unset;
                }
            }

            .img2 {
                min-height: 480px;
                z-index: 1;

                @media screen and (max-width: 700px) {
                    min-height: unset;
                }
            }

            &>* {
                transition: all .5s;
                transform: translate(0, 0);
                opacity: 0;
            }

            &.active>*:nth-child(1) {
                transform: translate(3%, 0);
                opacity: 1;
                backdrop-filter: blur(5px);
            }

            &.active>*:nth-child(2) {
                transform: translate(-3%, 0);
                opacity: 1;
                backdrop-filter: blur(5px);
            }

            &.active>*:nth-child(1),
            &.active>*:nth-child(2) {
                @media screen and (max-width: 1366px) {
                    transform: translate(0, 0);
                    opacity: 1;
                }
            }
        }

        .text {
            flex-shrink: 0;
            flex-grow: 0;
            max-width: 565px;
            height: 381px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 1dvw;
            padding: 5%;
            position: relative;
            align-self: flex-start;

            @media screen and (max-width: 1366px) {
                flex-shrink: unset;
                flex-grow: unset;
                max-width: 900px;
                width: 100%;
                min-height: 350px;
                align-self: unset;
                height: 350px;
            }

            @media screen and (max-width: 700px) {
                gap: 4dvw;
            }

            aside {
                pointer-events: none;
                position: absolute;
                width: 100%;
                height: 100%;
                border: solid 5px #cccccc;
            }

            h3,
            p {
                text-align: left;
                width: 100%;
            }
        }
    }

    .size {
        max-width: 2560px;
        width: 100%;
        min-height: 100dvh;
        padding: 5dvw 10dvw;
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1dvw;

        @media screen and (max-width: 700px) {
            padding: 5dvw 5dvw;
            gap: 5dvw;
        }

        &>img.BG {
            position: absolute;
            min-width: 100dvw;
            min-height: 100dvh;

            @media screen and (max-width: 1366px) {
                position: absolute;
                width: 100%;
                height: 100%;
                padding: 0;
                margin: 0;
                object-fit: cover;
            }
        }

        img {
            position: relative;
            max-width: 1100px;
            width: 100%;
            margin: 1dvw;

            @media screen and (max-width: 1366px) {
                padding-top: 1dvw;
            }

            @media screen and (max-width: 700px) {
                padding-top: 10dvw;
                width: 130%;
            }
        }

        h3 {
            position: relative;
            width: 100%;
            text-align: center;
        }

        p {
            position: relative;
            max-width: 650px;
            width: 100%;
            text-align: center;
        }
    }
}

.illustration-announce {
    position: relative;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;

    p {
        margin: 2.5dvw 0;
    }
}

/************************************************************************** dots **************************************************************************/
.InnerGIGABYTEContent {
    div.dots {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9999;
        display: grid;
        justify-items: center;

        @media screen and (max-width:960px) {
            display: none;
        }

        a {
            position: relative;
            width: 3dvw;
            height: 40px;
            padding: 0 1dvw 0 0;
            display: flex;
            justify-content: flex-end;
            align-items: center;

            p {
                position: absolute;
                color: #ffffffdd;
                width: 0;
                right: 0;
                font-size: 15px;
                text-align: right;
                white-space: nowrap;
                padding: 0 1.8vw 0 0;
                opacity: 0;
                pointer-events: none;
                text-shadow: 0 0 1px black, 0 0 2px white, 0 0 3px black;
            }

            div {
                position: relative;
                width: 6px;
                height: 26px;
                border-radius: 3px;
                transition: .25s;
                background-color: #ffffff50;

                &.active {
                    background-color: #ffffffC0;
                }

                &:hover {
                    text-decoration-color: #00000000;
                }
            }

            &:hover {
                p {
                    max-width: fit-content;
                    width: 100vw;
                    transition: all .5s;
                    opacity: 1;
                    pointer-events: unset;
                }

                div {
                    background-color: #ffffffC0;
                }
            }
        }
    }
}