.footer {
    background-color: #f8f8f8;
    padding: 60px 0;
    border-top: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.footer .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* 푸터 상단 메뉴 */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
}

.footer-menu li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.footer-menu li a b {
    font-weight: 700;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    color: #999;
    font-size: 20px;
    transition: color 0.3s;
}

.footer-social a:hover {
    color: #333;
}

/* 푸터 메인 섹션 */
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-cs {
    flex: 0 0 300px;
}

.footer-cs h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.footer-cs h3 span {
    color: #ff3333;
    margin-left: 5px;
}

.footer-cs p {
    margin-bottom: 15px;
    color: #888;
}

.cs-buttons {
    display: flex;
    gap: 8px;
}

.btn-cs {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    background: #fff;
    font-size: 12px;
    transition: all 0.2s;
}

.btn-cs:hover {
    background: #f0f0f0;
    border-color: #ccc;
}

/* 사업자 정보 */
.footer-info {
    flex: 1;
    padding: 0 60px;
}

.footer-info p {
    margin-bottom: 6px;
    color: #888;
}

.footer-info p span {
    display: inline-flex;
    align-items: center;
}

.footer-info p span:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    margin: 0 12px;
}

.footer-info a {
    color: #666;
    text-decoration: none;
    margin-left: 5px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.footer-info a:hover {
    color: #333;
    border-bottom-color: #333;
}

.copyright {
    margin-top: 25px !important;
    font-size: 12px;
    color: #bbb !important;
}

/* 패밀리 서비스 */
.footer-family {
    flex: 0 0 200px;
}

.footer-family select {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    outline: none;
}
