footer {
    background-color: #1B2235;
    height: 200px;
    width: 100%;
    min-width: 1250px;
    padding: 0;
    padding-left: calc(50% - 623px);
    box-sizing: border-box;
}

.footer_con{
    display: flex;
    align-items: center;
    gap: 60px;
}
footer .footer_logo {
    width: 140px;
}

footer address {
    width: 846px;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.4;
    line-height: 24px;
    letter-spacing: 0.4px;
}

.footer_menu{
    width: 100%;
    max-width: 1250px;
    display: flex;
    opacity: 0.4;
    margin-bottom: 10px;
}
.footer_menu li a{
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin: 0 20px;
    padding: 10px;
}
.footer_menu > li::after,
.footer_menu > li:first-child::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #FFFFFF;
}