﻿footer{
    width: 100%;
    display: block;
    position: relative;
    background-color: #000e15;
    box-sizing: border-box;
    padding: 110px 0;
}
.footer-box{
    width: 1360px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}
.footer-info-box{
    margin:  40px 0;
}
.footer-info{
    min-width: 180px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}
.footer-info-list-a{
    font-family: 'Noto Serif TC';
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #ccc;
    letter-spacing: 0.1em;
    transition: all 0.3s linear;
}
.footer-web{
    font-family: 'Noto Serif TC';
    font-size: 12px;
    line-height: 1;
    color: #666;
}
.footer-web a{
    opacity: 0.4;
    transition: all 0.3s linear;
}
.footer-top-box{
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
}
.footer-top-box span{
    font-family: 'Noto Serif TC';
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    transform: scale(0.8);
    transition: all 0.3s linear;
}
.footer-top-box p{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s linear;
}



@media only screen and (max-width: 1360px){
    .footer-box{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .footer-box{
        width: 1000px;
    }
}
@media only screen and (max-width: 1000px){
    .footer-box{
        width: 750px;
    }
}
@media only screen and (max-width: 768px){
    .footer-box{
        width: 550px;
    }
    .footer-top-box{
        display: none;
    }
    .footer-info-list{
        box-sizing: border-box;
        padding: 5px 0;
    }
    .footer-info{
        display: block;
        margin-right: 0;
    }
    .footer-info-list-a{
        line-height: 1.2;
    }
}
@media only screen and (max-width: 550px){
    footer{
        padding: 20px 0;
    }
    .footer-box{
        width: calc(100vw - 40px);
    }
    .footer-logo-box{
        width: 80px;
    }
    .footer-info-box{
        margin: 20px 0;
    }
    .footer-info-list-a{
        letter-spacing: 0.06em;
    }
    .footer-info{
        margin-right: 0;
    }
}
@media only screen and (max-width: 400px){
    .footer-web span{
        display: block;
    }
}




a.footer-info-list-a:hover{
    color: #07903a;
}
.footer-web a:hover{
    color: #07903a;
}
.footer-top-box:hover span,
.footer-top-box:hover p{
    color: #07903a;
}