﻿footer{
    width: 100%;
    display: block;
    position: relative;
    background-color: #111111;
}
#index footer{
    background-color: #000;
}
.footer-box{
    width: 1360px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 160px 0;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.footer-logo-text{
    display: inline-block;
    vertical-align: bottom;
}
.footer-logo-text p{
    font-family: "Poppins";
    font-weight: 700;
    font-style: italic;
    font-size: 36px;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #fff;
}
.footer-logo-text span{
    font-family: "Noto Sans TC";
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #ccc;
    margin-top: 10px;
    display: block;
}
.footer-info{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 60px;
}
.footer-info p{
    font-family: "Noto Sans TC";
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 1;
    display: block;
}
.footer-info a{
    font-family: "Noto Sans TC";
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 1;
    color: #ccc;
    margin-top: 15px;
    display: inline-block;
    transition: all .3s linear;
}
.footer-logo{
    display: inline-block;
    vertical-align: middle;
    margin-left: 60px;
}

.footer-web{
    font-family: "Noto Sans TC";
    font-size: 16px;
    color: #888;
    letter-spacing: 0.06em;
    margin-top: 70px;
}



@media only screen and (max-width: 1360px){
    .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;
        padding: 60px 0;
    }
    .footer-info{
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .footer-logo{
        margin-left: 0;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 550px){
    .footer-box{
        width: calc(100vw - 40px);
        padding: 20px 0;
    }
    .footer-web{
        margin-top: 30px;
    }
    .footer-logo-text p{
        font-size: 24px;
        letter-spacing: 0.06em;
    }
    .footer-logo-text span{
        font-size: 14px;
        margin-top: 5px;
    }
    .footer-info{
        margin-top: 15px;
    }
    .footer-info p{
        font-size: 14px;
        letter-spacing: 0.06em;
    }
    .footer-info a{
        margin-top: 5px;
        font-size: 14px;
        letter-spacing: 0.06em;
    }
    .footer-logo{
        width: 40px;
        margin-top: 25px;
    }
    .footer-web{
        margin-top: 10px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 769px){
    .footer-info a:hover{
        color: #ffd200;
    }
}