#footer{
    background-color: #f7f7f7;
    border-top: 1px solid #d7d7d7;
    margin-top: auto;
}

#footer .center{
    display: block;
    padding: 30px 0;
}

.logo_addres{
    width: 100%;
    display: block;
    text-align: center;
}

address{
    font-style: normal;
    color: #777;
    font-family: 'Noto Sans KR', sans-serif;
    width: 100%;
    font-size: 12px;
    word-break: keep-all;
}

address span{
    font-size: 16px;
    font-weight: 500;
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.sns_icon{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.sns_icon img{
    cursor: pointer;
}

.sns_icon img:first-child{
    margin-right: 10px;
}
