@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
body{font-family: '微軟正黑體', 'Noto Sans TC', sans-serif;}

.banner{
    width: 100%;
    height: auto;
}
/*.box{
    width:100%; 
    padding-left: 15px;
    padding-right: 15px;
    margin-left:auto; 
    margin-right:auto;
}*/

footer li.demo{list-style: none;
margin:0;
padding: 0;
}
footer li a{
    color:black!important;
}
footer li a:hover{
    color:rgb(105, 103, 103)!important;
}
#scroll-up{
    position: fixed;
    right:10px;
    bottom:10px;
    z-index:100;
    width:60px;
    height:60px;
    color: rgb(66, 66, 231);
    font-size: 50px;
    text-align: center;
    line-height:60px;
}
/*footer .top a:hover{
    color:rgb(107, 130, 235);
    text-decoration: none;
}
*/