/* pc */
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}

#footer_wrap {
    width: 100%;
    background-color: #D8D8D8;
    padding: 22px 0;
}

#footer_wrap .btn_group {
    align-items: center;
    gap: 14px;

}

#footer_wrap .btn_default {
    display: block;
    width: calc((100% - 14px)/2);
    text-align: center;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {}