@charset "UTF-8";

/* CSS Document */
footer{
    background:#9c7d4f;
    height: 450px;
}
footer .foot{
    padding-top: 80px;
}
footer .line-bottom{
    border-bottom: 1px solid #fff;
    padding-bottom: 40px;
}
footer .word-desc h5 , footer .word-desc p{
    color:#fff;
    padding-left: 8px;
}
footer .word-desc h5 , footer .word-desc a{
    color:#fff;
    margin: 5px 0;
    display: block;
    line-height: 22px;
    padding-left: 8px;
}
footer .copyright{
    text-align: center;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 30px;
    font-size:15px;
    padding-top: 20px;
}
@media screen and (max-width:1200px) {
    footer{
        height: auto;
    }
    footer .fb-share{
        margin-top: 30px;
    }
}
@media screen and (max-width:480px) {
    footer .foot {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    footer .foot p{
        font-size:12px;
    }
}