#footer_menu {
    text-align: left;
    font-size: 14px;
    color: whitesmoke;
    margin: 0 0 40px 82px;
}
#footer_menu a {
    margin: 0 5px;
}

#bottom .footer-sns img {
    height: 42px;
}

#bottom .footer-awards {
    position: absolute;
    right: calc(50% - 550px);
	top: 15px;
}
#bottom .footer-awards li {
    padding: 10px 0;
}
#bottom .footer-awards img {
    height: 36px;
}

/* footer {
    height: 485px;
    background: #423e3b;
} */


/*  플로팅 하단바 삭제함
footer nav {
    width: 100%; height: 85px;
    position: fixed;
    bottom: 0;
    text-align: center;
}

#btn_bottom_nav {
    width:90px; height: 90px;
    text-align: center;
    font-size: 0.6rem;
    color: white;
    margin: 0 auto;
    background: #84c33d;
    border-radius: 50%;
    border-bottom: none;
}
#bottom_fixed_text {
    line-height:40px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #84c33d;
    background: #f5f5f5;
    margin: -45px;
}
*/