.footer {
    background-color: #222;
    font-family: 'Noto Sans KR', sans-serif;
    color: #ccc;
    padding: 30px;
    font-size: 14px;
    line-height: 1.8;
}

.footer-top img {
    height: 50px;
}

.logo-area {
    margin-bottom: 10px;
}

.info-links {
    margin-bottom: 8px;
    color: #eee;
}

.info-links span {
    margin-right: 8px;
}

.address {
    margin-bottom: 15px;
    color: #bbb;
}

.contacts div {
    margin-bottom: 5px;
}

.contacts strong {
    color: #fff;
}

.footer-middle {
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.policy-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.policy-links li {
    color: #ccc;
    cursor: pointer;
}

.footer-right {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.social-icons i {
    color: #ccc;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
}

.site-select {
    background: #333;
    color: #fff;
    border: 1px solid #666;
    padding: 4px 8px;
}

.footer-bottom {
    margin-top: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
}