@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

.InnerGIGABYTEContent .footer_banner_title {
    position: absolute;
    bottom: 0;
    padding-left: 5vw;
    padding-bottom: 4%
}

.InnerGIGABYTEContent .footer_banner_link {
    padding-bottom: 10px
}

.InnerGIGABYTEContent .footer_banner {
    position: relative;
    min-height: 800px;
    width: 100%;
    max-width: 2560px;
    margin: auto;
    background-image: url(../../innergigabyteimages/bg/004.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-top: 3vh
}

.InnerGIGABYTEContent .footer_banner_h3 {
    font-family: Aldrich;
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    line-height: 70px
}

.InnerGIGABYTEContent .wtb_bg {
    display: none;
}

@media screen and (min-width: 1360px) and (max-width: 1680px) {
    .InnerGIGABYTEContent .side-menu>li .side-menu-sub li {
        padding: 3px 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1360px) {}


@media screen and (min-width: 768px) and (max-width: 992px) {}


@media screen and (min-width: 500px) and (max-width: 768px) {}


@media screen and (max-width: 500px) {}

