footer {
    background: #2b2b2b;
    padding: 10px 0;
}

.footer-section {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 10px;
    color: #cfcfcf;
    text-align: left;
}

.footer-section strong {
    font-weight: 600;
    color: #cfcfcf;
    margin-right: 10px;
}

.footer-section span {
    color: #afafaf;
}

.footer-company, .footer-contact, .footer-copyright, .footer-privacy {
    margin: 10px 0 10px;
    letter-spacing: 2px;
}

.footer-company-name {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 400;
}

.footer-company-info {
    margin: 4px 0;
    font-size: 15px;
    font-weight: 400;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
}

.footer-section .fa {
    color: #cfcfcf;
}

.footer-copyright-info {
    font-size: 14px;
    color: #afafaf;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    align-items: center;
}

.footer-link {
    font-size: 15px;
    color: #afafaf;
    padding: 0 15px;
    position: relative;
}

.footer-link:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #555;
}

/* 호버 시 색상 고정 및 효과 제거*/
.footer-link:hover {
    color: #afafaf;
    text-decoration: none;
}
