    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

    .InnerGIGABYTEContent .design_nav_button div.design_nav_border {
        width: 50%; 
        margin: auto;
        margin-top: 5px;
        

    }


    .InnerGIGABYTEContent .design_nav_button div.design_nav_border_s {
        width: 60%; 
        margin: auto;
        margin-top: 2vh;
        

    }

    .InnerGIGABYTEContent .design_nav_button .design_nav_border .design_nav_border_line{
        width: 0%;
        background: linear-gradient(90deg, rgba(254, 210, 142, 1) 0%, rgba(154, 117, 50, 1) 100%);
        background-size: 100%;
        height: 2px;
        transition: 0.3s linear;
        background-position: center;
        border-radius: 1.5px;
        
    }


    .InnerGIGABYTEContent .design_nav_button .design_nav_border_s .design_nav_border_line_s{
        width: 100%;
        background: linear-gradient(90deg, rgba(254, 210, 142, 0.4) 0%, rgba(154, 117, 50, 0.4) 100%);
        background-size: 100%;
        height: 1px;
        transition: 0.3s linear;
        background-position: center;
        border-radius: 1.5px;
        
    }


    .InnerGIGABYTEContent .design_nav_button.active .design_nav_border .design_nav_border_line{
        width: 100%;
        background: linear-gradient(90deg, rgba(254, 210, 142, 1) 0%, rgba(154, 117, 50, 1) 100%);
        background-size: 100%;
        height: 2px;
        transition: 0.3s linear;
        background-position: center;
        border-radius: 1.5px;
        
    }


    .InnerGIGABYTEContent .design_nav_button:hover .design_nav_border .design_nav_border_line{
        width: 100%;
        background: linear-gradient(90deg, rgba(254, 210, 142, 1) 0%, rgba(154, 117, 50, 1) 100%);
        background-size: 100%;
        height: 2px;
        transition: 0.2s ease-in;
        background-position: center;
        border-radius: 1.5px;
        
    }


    .InnerGIGABYTEContent .main_logo{
        width:100%;max-width: 230px;
    }


    .InnerGIGABYTEContent .design_nav_button_font{
        color:#000;
        font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
        font-size: 20px;
        text-decoration:none;
    }


@media screen and (min-width: 1500px) and (max-width: 1920px) {
.InnerGIGABYTEContent .main_logo{
        width:100%;max-width: 230px;
    }

    }

    @media screen and (min-width: 1200px) and (max-width: 1500px) {
.InnerGIGABYTEContent .main_logo{
        width:100%;max-width: 200px;
    }

    }

    @media screen and (min-width: 768px) and (max-width: 1200px) {

.InnerGIGABYTEContent .main_logo{
        width:100%;max-width: 180px;
    }

    .InnerGIGABYTEContent .design_nav_button_font{
        color:#000;
        font-family: 'Noto Sans TC', sans-serif,'Arial', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
        font-size: 16px !important;
        text-decoration:none !important;
    }
    }

     @media screen and (max-width: 768px) {
.InnerGIGABYTEContent .main_logo{
        width:100%;max-width: 200px;
    }

     }