footer {
    background-color:#f1efeb;
    padding:95px 60px 125px;
    text-align:center
}
footer .foot_in {
    position:relative
}
footer .top {
    position:absolute;
    right:50px;
    top:25px;
    cursor:pointer;
    display:none
}
footer .top p {
    color:#6b6b6b;
    font-weight:500;
    padding-right:25px;
    background:url(../img/foot-top.png) no-repeat right center
}
footer .foot_logo {
    margin-bottom:45px
}
footer .foot_logo span {
    display:block;
    background:url(../img/foot-logo.png) no-repeat center;
    background-size:contain;
    width:300px;
    height:95px;
    margin:0 auto
}
footer .foot_brand {
    margin-bottom:20px
}
footer .foot_brand_txt {
    color:#363636;
    font-size:.875rem;
    font-weight:300;
    margin-bottom:15px;
    line-height:1.3em
}
footer .foot_info {
    color:#363636;
    font-size:1rem;
    font-weight:300;
    margin-bottom:25px;
    line-height:1.5em
}
footer .copy {
    margin-bottom:35px;
    font-weight:300;
    color:#696969;
    font-size:.875rem
}
footer .ori {
    font-weight:300;
    color:#696969;
    font-size:.875rem;
    line-height:2em
}