@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
#footer
{
    width: 100%;
    margin-top:10px;
    padding-top: 3%;
    clear: both;
    float: left;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
}

#footer_info
{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.footer_links {
    position:absolute;
    margin-top: -2%;
    margin-bottom: 0%;
    list-style: none;
    width: 100%;    
    min-height: 0px;
    margin-left: 0%;
    justify-content: space-between;
    text-align: center;
    
}

.footer_links li {
    display: inline;
    color: white;
    font-size:1.8vw; 
}

.footer_links li:not(:last-child):after {
    content: "|";
    margin-left: 1%; 
    margin-right: 1%;
}

.footer_links li a {
    color: white;
    transition: color 0.1s; 
}

.footer_links li a:hover, .footer_links li a:active {
    color:darkseagreen;
}

