footer {
    display: flex;
    width: 100%;
    height: 350px;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #69CAD1;
    position: relative;
}

.footer-container {
    display: flex;
    width: 1100px;
    justify-content: space-between;
    align-items: flex-start;
    flex-shrink: 0;
}

.footer-logo {
    width: 149px;
    height: 75px;
    flex-shrink: 0;
}

.contact {
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: flex-start;
}

.footer-section h3 {
    color: #69CAD1;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 10px;
}

.address {
    display: flex;
    width: 412px;
    flex-direction: column;
    align-items: flex-start;
}

.footer-address {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.footer-address h4 {
    color: #69CAD1;
    font-size: 14px;
    width: 100px;
    margin: 5px auto;
    font-weight: 700;
}

.footer-address p, .contact p {
    color: #69CAD1;
    font-size: 14px;
    width: 300px;
    margin: 5px auto;
}