/* footer */
footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

footer * {
    margin: 0;
    padding: 0;
    font-size: 0.87rem
}

.footer_company {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer_company li {
    margin: 1% 1% 0% 1%;
    list-style-type: none;
}

.footer_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}

.footer_nav li {
    margin: 1% 1% 0% 1%;
}

.footer_sns {
    margin: 20px 1% 0% 1%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
}

.footer_sns li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer_sns li:first-child {
    margin-right: 20px;
}

.footer_sns * {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 20px;
    text-align: center;
}

.copyright {
    display: flex;
    justify-content: center;
    margin-top: 1%;
    scroll-snap-align: end;
}