@charset "utf-8";


/*-- footer --*/
footer {
    position: absolute;
    width:100vw;
    bottom: 0;
    font-size: 10px;
    padding: 8px 0;
    z-index: 1;
    border-top: solid 2px rgba(119, 119, 119, 0.1);
}
.footer_fixed {
    min-height: 100vh;
    position: relative;
    padding-bottom: 64px;
    box-sizing: border-box;
    /* background-color: rgba(243, 243, 243, 1); */
    /* background-color: rgba(230, 230, 230, 1); */
    background-color: rgba(241, 244, 251, 1);
}
