﻿footer{
    width: 100%;
    display: block;
    position: relative;
    background-color: #efefef;
    z-index: 10;
}
.footer-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 140px;
    position: relative;
}
.footer-logo-box{
    margin-bottom: 60px;
}
.footer-info-box{
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    vertical-align: top;
    margin-right: 175px;
}
.footer-info{
    font-size: 14px;
    color: #666;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    display: block;
    margin-bottom: 13px;
    position: relative;
    transition: all .3s linear;
}
.footer-info span{
    display: block;
    font-weight: 300;
    margin-left: 70px;
}
.footer-web{
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #888;
    font-family: 'Roboto';
}
.footer-time-box{
    display: inline-block;
    vertical-align: top;
}
.footer-time.footer-info span{
    font-family: 'Noto Sans TC';
    margin-left: 5px;
}
.footer-time.footer-info::after{
    display: none;
}
.footer-url-line{
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    color: #fff;
    background-color: #323c53;
}
.footer-community-box{
    width: 100%;
    display: block;
}
.footer-community-box a{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.6em;
    margin-right: 25px;
    transition: all .3s linear;
}
.footer-top-box {
    width: 30px;
    display: block;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}
.footer-top-box p {
    font-size: 14px;
    font-family: 'Noto Sans TC';
    font-weight: 300;
    color: #666;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    transition: all .3s linear;
}
.footer-top-box span {
    width: 1px;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: all .3s linear;
    transform-origin: top;
    background-color: #d1d1d1;
}
.index-fixed-box{
    position: fixed;
    bottom: 30px;
    right: 28px;
    z-index: 9;
}
.index-fixed-box a{
    width: 200px;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.35));
    text-align: center;
    font-size: 0px;
    line-height: 1;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s linear;
}
.index-fixed-box a>i{
    transform: translateY(-6px);
}
.index-fixed-box a:not(.rwd-fixed-line){
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
    color: #008800;
}
a.rwd-fixed-line{
    display: none;
}

@media only screen and (max-width: 1300px){
    .footer-box{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .footer-box{
        width: 1000px;
    }
    .footer-info-box{
        margin-right: 100px;
    }
}
@media only screen and (max-width: 1000px){
    .footer-box{
        width: 750px;
        padding-top: 40px;
        padding-bottom: 90px;
    }
    .footer-info-box{
        display: block;
        margin-right: 0;
    }
    .footer-web{
        position: absolute;
    }
    .footer-web:nth-child(5){
        bottom: 60px;
    }
    .footer-web:nth-child(6){
        bottom: 40px;
    }
    .footer-web:nth-child(7){
        bottom: 20px;
    }
}
@media only screen and (max-width: 768px){
    .footer-box{
        width: 550px;
        padding-top: 30px;
    }
    .footer-logo-box{
        margin-bottom: 30px;
    }
    .footer-top-box{
        display: none;
    }
    .index-fixed-box a{
        width: 150px;
        display: none;
    }
    .index-fixed-box{
        bottom: 10px;
        left: 10px;
    }
    a.rwd-fixed-line{
        width: calc(100vw - 20px);
        display: block;
        box-sizing: border-box;
        padding: 5px 10px;
        background-color: #fff;
        -webkit-filter: none;
        filter: none;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    }
    .rwd-fixed-line-img,
    .rwd-fixed-line-icon{
        width: 70px;
        height: 70px;
        font-size: 70px;
        line-height: 70px;
        display: inline-block;
        vertical-align: middle;
        color: #00b900;
    }
    .rwd-fixed-line-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
        vertical-align: top;
    }
    .rwd-fixed-line-text{
        width: calc(100% - 140px);
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .rwd-fixed-line-text p{
        font-size: 20px;
        font-family: "Noto Sans TC";
        font-weight: 700;
        display: block;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .rwd-fixed-line-text p>span{
        font-size: 16px;
        color: #666;
    }
    .footer-web{
        font-size: 12px;
    }
}
@media only screen and (max-width: 550px){
    .footer-box{
        width: 300px;
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .footer-logo-box{
        margin-bottom: 20px;
    }
    .footer-info{
        margin-bottom: 7px;
    }
    .footer-web{
        line-height: 1;
    }
    .footer-web span{
        display: block;
    }
    .footer-top-box{
        display: none;
    }
    
    .footer-web:nth-child(5){
        bottom: 70px;
    }
    .footer-web:nth-child(6){
        bottom: 50px;
    }
    .footer-web:nth-child(7){
        bottom: 20px;
    }
    .rwd-fixed-line-img,
    .rwd-fixed-line-icon{
        width: 40px;
        height: 40px;
        font-size: 40px;
        line-height: 40px;
    }
    .rwd-fixed-line-text{
        width: calc(100% - 80px);
        padding: 0 10px;
    }
    .rwd-fixed-line-text p{
        font-size: 16px;
    }
    .rwd-fixed-line-text p>span{
        font-size: 14px;
    }
    .footer-info br{
        display: none;
    }
    .footer-info span{
        display: inline;
        margin-left: 0;
    }
}
@media only screen and (max-width: 320px){
    .footer-box{
        width: 95vw;
    }
}




@media only screen and (min-width: 1001px){
    .footer-info::after{
        content: '';
        width: 0%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #666;
        transition: all .3s linear;
    }
    a.footer-info:hover{
        color: #000;
    }
    a.footer-info:hover::after{
        width: 100%;
    }
    .footer-community-box a:hover{
        color: #8f8681;
    }
    a.footer-url-line:hover{
        background-color: #8f8681;
        color: #fff;
    }
    .footer-top-box span::before{
        content: '';
        width: 1px;
        height: 14px;
        background-color: #8f8681;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: top;
        transform: translateY(20px) rotateZ(0);
        opacity: 0;
        transition: all .3s linear;
    }
    .footer-top-box span::after{
        content: '';
        width: 1px;
        height: 14px;
        background-color: #8f8681;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: top;
        transform: translateY(20px) rotateZ(0);
        opacity: 0;
        transition: all .3s linear;
    }
    .footer-top-box:hover p{
        color: #8f8681;
    }
    .footer-top-box:hover span{
        background-color: #8f8681;
        transform: scaleY(0.6);
    }
    .footer-top-box:hover span::before {
        transform: translateY(0) rotateZ(35deg) scaleX(1.5);
        opacity: 1;
    }
    .footer-top-box:hover span::after {
        transform: translateY(0) rotateZ(-35deg) scaleX(1.5);
        opacity: 1;
    }

    .footer-web a{
        position: relative;
    }
    .footer-web a::after{
        content: '';
        width: 0%;
        height: 1px;
        background-color: #888;
        transition: all .3s linear;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .footer-web a:hover::after{
        width: 100%;
    }
}