/* 푸터 */

footer { 
    background-color: #0f1b33 !important;
    text-align: center;
}

#socket .copyright {
    float: unset;
}

.footer-wrap {
    padding:55px 0;

    
}

footer .border {
    height: 1px;
    background-color: rgb(195, 198, 205, 0.4);
    margin: 30px 0;
}

footer .img01 {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

footer .desc {
    color: rgb(255, 255, 255, 0.8);
    font-size: 12px;
    margin-bottom: 30px;
    font-family: 'NotoSansKR';
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}