@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('../innergigabytefonts/AORUS.woff') format("woff");
}

.inside-mouse {
    max-width: 1920px;
    margin: auto;
    padding: 0;
    width: 100%;
}

.InnerGIGABYTEContent h3,
.InnerGIGABYTEContent .h3 {
    font-size: 36px;
    font-family: 'Orbitron', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: bold;
    color: #ff6400;
    letter-spacing: 2px;
}

.InnerGIGABYTEContent p {
    font-size: 18px;
    line-height: 1.6rem;
    letter-spacing: 1.8px;
    color: #ddd;
    margin: 0;
    font-family: 'Noto Sans', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
}

.InnerGIGABYTEContent a {
    font-weight: bold;
}

.InnerGIGABYTEContent a:hover,
.InnerGIGABYTEContent a:focus {
    color: #ff6400;
    text-decoration: underline;
}

.InnerGIGABYTEContent * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
}

.sec1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sec1 img {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .sec1 {
        flex-direction: column-reverse;
    }

    .sec1 img {
        width: 100%;
    }
}

.sec2 {
    max-width: 1920px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10%;
}

.sec2-text {
    max-width: 675px;
    width: 50%;
}

.sec2-imgs {
    max-width: 1000px;
    width: 50%;
    position: relative;
}

.sec2-img1 {
    position: relative;
    max-width: 920px;
    width: 100%;
}

.sec2-img2 {
    padding: 5% 0 0 0;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .sec2 {
        flex-direction: column;
    }

    .sec2-text,
    .sec2-imgs {
        width: 100%;
        max-width: unset;
    }

    .sec2-img1 {
        display: none;
    }
}

.sec8 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 10% 0;
}

.sec8 p {
    max-width: 1100px;
}

.sec8-imgs {
    padding: 0 0 0 5%;
}

.sec8 img {
    width: 100%;
    max-width: 946px;
}

.sec8-imgs p {
    text-align: left;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .sec8 {
        flex-direction: column;
    }

    .sec8 img {
        padding: 0;
    }
}

.sec3 {
    max-width: 1920px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    padding: 0% 10% 10%;
}

.sec3-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec3-img2 {
    padding: 0 0 0 2%;
    width: 100%;
    max-width: 740px;
}

.sec3-imgs {
    margin: 5% 0 0 0;
    width: 100%;
    overflow: auto hidden;
}

.sec3-imgs::-webkit-scrollbar {
    height: 1px;
}

.sec3-imgs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(97, 97, 97);
    border-radius: 10px;
}

.sec3-imgs::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.sec3-imgs::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.sec3-img {
    width: 100%;
    height: unset;
}

@media screen and (max-width:1200px) {
    .sec3-img {
        width: unset;
        height: 458px;
    }

    .sec3-img2 {
        padding: 3% 0 0 0;
    }

    .sec3-text {
        flex-direction: column;
    }
}

.sec4 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 10% 0;
}

.sec4-img {
    max-width: 900px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sec4-img1 {
    max-width: 740px;
    width: 100%;
}

.sec4-img2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sec4-text {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding-right: 5%;
}

.sec4-text2 {
    width: 100%;
    padding: 5% 0 0 0;
}

.sec4-text img {
    width: 100%;
    max-width: 515px;
}

@media screen and (max-width: 1200px) {
    .sec4 {
        flex-direction: column;
        padding: 10% 10% 0;
    }

    .sec4-img1 {
        max-width: unset;
        padding: 4% 0 0 0;
    }

    .sec4-img1 p {
        padding: 2% 0 0 0;
    }

    .sec4-text {
        max-width: unset;
    }

    .sec4-text img {
        max-width: unset;
    }
}

.sec5 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10% 10% 0;
}

.sec5-text {
    width: 100%;
    padding: 0 5% 0 0;
}

.sec5-img {
    max-width: 840px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .sec5 {
        flex-direction: column;
        padding: 10% 10% 0;
    }

    .sec5-img {
        padding: 5% 0 0 0;
    }
}

.sec6 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10% 10% 0;
}

.sec6-imgs {
    width: 100%;
    overflow: auto hidden;
}

.sec6-imgs::-webkit-scrollbar {
    height: 1px;
}

.sec6-imgs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(97, 97, 97);
    border-radius: 10px;
}

.sec6-imgs::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.sec6-imgs::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

.sec6-img {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .sec6-img {
        width: unset;
    }
}

.sec7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10% 10% 0;
}

.sec7-text {
    width: 100%;
}

.sec7-img {
    position: relative;
    z-index: 1;
    width: 100%;
}

.illustration-announce {
    text-align: center;
    margin: 2% 0 0 0;
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {}

@media screen and (min-width: 1200px) and (max-width: 1500px) {}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .InnerGIGABYTEContent h3,
    .InnerGIGABYTEContent .h3 {
        font-size: 24px;
    }

    .InnerGIGABYTEContent p {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .InnerGIGABYTEContent h3,
    .InnerGIGABYTEContent .h3 {
        font-size: 24px;
    }

    .InnerGIGABYTEContent p {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {

    .InnerGIGABYTEContent h3,
    .InnerGIGABYTEContent .h3 {
        font-size: 24px;
    }

    .InnerGIGABYTEContent p {
        font-size: 16px;
    }
}