
@media screen and (max-width: 1920px) {
    .banner_img_m img { display: none; }

    .wrapper{
    font: 400 20px / 1.2 'Noto Sans TC';
    font: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;   
    }
}


@media screen and (max-width: 1600px) {    
}


@media screen and (max-width: 1440px) {    
}



@media screen and (max-width: 1200px) {
    .container { max-width: 1170px;}
 
}




@media screen and (max-width: 1024px) {
    .banner_img_pc {display: none;}
    .banner_img_m img { display: block;width: 100%;}  

    /*menu*/
    ul.navBar li a { font-size: 1.3em;line-height: 55px;height: 55px;}
    .title h3 { font-size: 2.2em; margin-top:30px;  }
    
    .wrapper{
    font: 400 20px / 1.2 'Noto Sans TC';
    font: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;   
    }
}


@media screen and (max-width: 768px) {
    .banner_img_pc { display: none ;width: 100% }
    .banner_img_m img { display: block;}   

    ul.navBar, .navigationArea { white-space: nowrap ;overflow: auto;}
    .default{ display: none;}
    .title h3 { font-size: 2.2em; margin-top:20px;  }

    .wrapper{
    font: 400 20px / 1.2 'Noto Sans TC';
    font: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;   
    }

/*標左右icon*/
/*
.title::before{
    display: none;
}

.title::after{
    display: none;
}
*/


}

@media screen and (max-width: 480px) {
    .content {margin-top: 100px;}
    .scrollup img {
         display: none;   
    }

     .scrollup {
        position: fixed;
        bottom: 50px;
        right: 20px;
        z-index: 1010;
        display: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.53);
        color: #FFF;
        background-color: #000000;
        line-height: 40px;
    }


    .wrapper{
    font: 400 20px / 1.2 'Noto Sans TC';
    font: Arial, "微軟正黑體", "Microsoft JhengHei", sans-serif;   
    }
      
     }

/*標左右icon*/
/*
.title::before{
    display: none;
}

.title::after{
    display: none;
}

*/


