/*푸터*/
.footer_box {
    width: 100%;
    padding: 20px;
    background-color: #2d2d30;
}

.footer_box::before {
    display: block;
    content: '';
    clear: both;
}

.footer_box::after {
    display: block;
    content: '';
    clear: both;
}
