    .lead-title {
        font-size: 1.4rem;
        font-weight: 700;
    }

    .list-title {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 4px;
    }

    .list-desc {
        font-size: 0.9rem;
        color: var(--muted);
    }

    /* 모바일 */
    @media (max-width: 768px) {}

    .sidebar .card {
        border: 1px solid var(--line);
        border-radius: 12px;
    }