footer {
    /* background: linear-gradient(#FFEEE3, white); */
    /* background: linear-gradient(#fcfcfc, white 70%); */
    /* background: #f3f3f3; */
    background: #f7f7f7;
    position: relative;

    color: rgb(48, 48, 48);
    padding: 80px 0 200px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.089);
}

footer span { display: inline-block;}

footer .mapping {
    height: 400px;
}

footer .contactus, footer .information {
    padding-left: 3%;
}

footer .contactus {
    line-height: 32px;
}
footer .contactus p {
    margin-bottom:1.7rem;
}
footer .contactus table {
    margin-bottom:1.7rem;
}
footer .contactus table .tablehead {
    width: 64px;
    font-family: 'Paperlogy-5Medium';
}
footer .contactus table td {
    font-family: 'Paperlogy-3Light';
}
footer .contactus .subhead, footer .contactus .contactNum {
    font-size: 2rem;
    font-family: 'Paperlogy-8ExtraBold';
}
footer .contactus .location span {
    font-family: 'Paperlogy-3Light';
}
footer .contactus .location span.textbold {
    font-family: 'Paperlogy-5Medium';
}


footer .information .subhead {
    font-family: 'Paperlogy-7Bold';
    margin-top : 2.5rem;
}
footer .information .subhead:first-child {
    margin-top : 0;
}

footer .policy, footer .businessInfo, footer .copyright {
    font-size : 0.8rem;
}

footer .policy span {
    margin-right: 16px;
}
footer .policy span:last-of-type {
    margin-right: 0;
}

footer .contactSocial svg {
    fill: rgb(48, 48, 48);
}
footer .contactSocial a {
    display: inline-block;
    margin-right: 30px;
}
footer .contactSocial a:last-of-type {
    margin-right: 0;
}


#topBtn {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    line-height:46px;
    border:2px solid #333;
    color:#333;
    text-align:center;
    font-size:15px;
    z-index:5;
    background:rgba(255,255,255,0.5);
    border-radius: 50px;
}
#topBtn:hover {
    border-color:#000000;
    background:#000000;
    color:#fff;
}

@media screen and (max-width: 767px) {
    footer .mapping {
        height: 300px;
    }
    #topBtn {        
        width: 40px;
        height: 40px;
        line-height:25px;
        bottom: 120px;
    }
    footer .contactus, footer .information {
        padding-left: 0;
        text-align: center;
    }
    footer table {
        margin: 0 auto;
    }
    footer .information .subhead:first-child {
        margin-top : 2.5rem;
    }
    footer .contactus .subhead {
        margin-top : 2.5rem;
    }
    footer .copyright {
        font-size: 0.6rem;
    }
}


