﻿footer{
    width: 100%;
    padding: 50px 0;
    background-image: url(../img/front/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer-box{
    width: 1600px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.footer-left-box,
.footer-right-box{
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}
.footer-logo-box{
    width: 220px;
    max-width: 100%;
    display: inline-block;
    vertical-align:bottom;
}
.footer-company{
    font-size: 12px;
    font-family: "微軟正黑體";
    color: #333333;
    letter-spacing: 1px;
}

.footer-company span{
    width: 30px;
    display: inline-block;
}
.footer-logo{
    padding-bottom: 20px;
}

.footer-company{
    padding-bottom: 10px;
}

.footer-company-box .footer-company:last-child{
    padding-bottom: 0;
}
.footer-menu-box{
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: bottom;
}
.footer-menu{
    width: 150px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.footer-menu-list{
    margin-bottom: 10px;
    font-size: 0;
    display: block;
}
.footer-menu-box .footer-menu-list:last-child{
    margin-bottom: 0;
}
.footer-menu-title-ch,
.footer-menu-title-en{
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    transition: all .5s ease;
}
.footer-menu-title-ch{
    padding-right: 5px;
}
.footer-link-box{
    width: 90px;
    max-width: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.footer-link-title{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.footer-link{
    margin-bottom: 10px;
    color: #333333;
    display: block;
    transition: all .5s ease;
}
.footer-link i{
    width: 20px;
    font-size: 14px;
}
.footer-link-box .footer-link:last-child{
    margin-bottom: 0;
}
.footer-link-icon{
    font-size: 14px;
    color: #333333;
    transition: all .5s ease;
}

.footer-top-box{
    font-size: 12px;
    color: #FFF;
    background-color: #333333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    margin-bottom: 50px;
    cursor: pointer;
    transition: all .8s ease;
}
.footer-right-box{
    text-align: right;
}
.footer-web{
    font-size: 12px;
    letter-spacing: 1px;
    color: #333333;
}
.footer-web a{
    transition: all .5s ease;
}

/*-----------------hover------------------*/
footer a{
    transition: all .5s ease;
}
.footer-menu-list:hover p,
.footer-web a:hover{
    color: #d593be;
}


.footer-link:hover ,
.footer-link:hover .footer-link-icon{
    color: #0094ec;
}

.footer-top-box:hover{
    background-color: #000;
}
.footer-company a:hover{
    color: #0094ec;
}

@media only screen and (max-width: 1600px){
    .footer-box{
        width: 95%;
    }

}
@media only screen and (max-width: 1200px){
    .footer-right-box{
        width: 400px;
    }
    .footer-left-box{
        width: calc(100% - 400px);
    }
}
@media only screen and (max-width: 1000px){
    .footer-menu-box{
        display: none;
    }
    .footer-link-box{
        padding-left: 50px;
    }
    .footer-right-box{
        width: 100%;
        display: block;
        margin-top: 20px;
    }
    .footer-left-box{
        width: 100%;
    }
    .footer-top-box{
        display: none;
    }
}
@media only screen and (max-width: 750px){
    .footer-left-box, .footer-right-box{
        text-align: center;
    }
    .footer-link-box{
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 20px;
    }
    .footer-logo{
        display: none;
    }
    .footer-link-icon{
        display: none;
    }
    .footer-link{
        display: inline-block;
    }
    .footer-link i{
        font-size: 30px;
        width: inherit;
        margin: 0 10px;
    }
}
@media only screen and (max-width: 550px){
    .footer-web{
        letter-spacing: 0;
    }
}


    