.content-page {
    background-color: #F5F7F9;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-main-image {
    width: 100%;
    display: block;
}

.content-intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    background-color: #fff;
    margin-top: -10px;
}

.content-body {
    background-color: #fff;
    padding: 30px 0;

    .content-body-section {
        display: flex;
        flex-direction: column;
        padding-bottom: 0 !important;
    }

    .content-body-description {
        padding: 30px 16px;
    }

    .content-body-image {
        width: 100%;
        height: auto;
        display: block;
    }

    .content-body-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .content-body-text {
        font-size: 15px;
        font-weight: 400;
        white-space: pre-wrap;
        word-break: break-word;
        color: #596069
    }

    .content-body-toggle-wrapper {
        padding: 0 16px;
    }

    .content-body-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 100%;
        background: #fff;
        border: 1px solid #EEE;
        color: #7d7d7d;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        padding: 15px 17px;
        border-radius: 14px;
    }

    .content-body-toggle::after {
        content: "";
        width: 16px;
        height: 16px;
        background: center/contain no-repeat url("/assets/images/icon/ic-ds-chevron-right-99bed574b282be41c6f605f433d15288.svg");
        transform: rotate(90deg);
        transition: transform 0.2s;
    }

    .content-body-toggle.is-expanded::after {
        transform: rotate(-90deg);
    }

    /* 접힘 상태(is-collapsed, hasMore 일 때 서버 부여): 두번째 본문~태그(.section-more) 숨김 */
    .content-body-default.is-collapsed .section-more {
        display: none;
    }
}

.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.content-section {
    background-color: #fff;
    padding: 30px 20px;

    .content-section-head {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 15px;

        .content-section-title {
            color: #34383E;
            font-size: 20px;
            font-weight: 700;
        }

        .content-section-sub {
            color: #949BA8;
            font-size: 14px;
            font-weight: 400;
        }
    }
}

.content-title {
    color: #34383E;
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
    /* 한글 어절(단어) 단위로 줄바꿈 — 음절 중간에서 끊기지 않도록 */
    word-break: keep-all;
}

.content-intro .dolgo-tags {
    padding: 0 20px;
}

.content-subhead {
    color: #34383E;
    font-size: 15px;
    font-weight: 700;
    padding-left: 20px;
}

.content-label {
    color: #949BA8;
    font-size: 14px;
    font-weight: 500;
}

.content-amount {
    color: #358AE3;
    font-size: 28px;
    font-weight: 700;
}

.content-amount-label {
    color: #949BA8;
    font-size: 13px;
    font-weight: 500;
}

.content-fund-amount {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.content-fund-rate {
    color: #358AE3;
    font-size: 18px;
    font-weight: 600;
}

.content-progress {
    margin-top: 10px;
    height: 5px;
    border-radius: 999px;
    background: #F7F8FA;
    overflow: hidden;

    .content-progress-bar {
        height: 100%;
        max-width: 100%;
        border-radius: 999px;
        background: #358AE3;
    }
}

.content-fund-meta {
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    margin-bottom: 15px;
}

.content-fund-goal {
    color: #949BA8;
    font-size: 12px;
    font-weight: 500;
}

.content-fund-dday {
    color: #949BA8;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

.content-fund-dday.is-urgent {
    color: #FF555E;
}

.content-fund-dday.is-end {
    color: #949BA8;
}

.content-note {
    color: #999;
    font-size: 12px;
}

.content-highlight {
    color: #34383E;
    font-size: 14px;
    word-break: keep-all;
}

.content-highlight.quote {
    border-left: 3px solid #358ae3;
    padding-left: 15px;
}

.content-highlight.quote p {
    margin: 0;
}

.content-report-period {
    margin-top: 5px;
    color: #999;
    font-size: 12px;
    line-height: 1.4;
}

.content-highlight.lg {
    font-size: 17px;
}

.content-highlight b {
    font-weight: 700;
    color: #358AE3;
}

.report-banner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #F2F7FF;
    text-decoration: none;
}

.report-banner-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: #fff;
}

.report-banner-icon img {
    width: 20px;
    height: 20px;
}

.report-banner-text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.report-banner-title {
    font-weight: 600;
    font-size: 14px;
    color: #191F28;
}

.report-banner-sub {
    font-weight: 400;
    font-size: 12px;
    color: #5A6573;
}

.report-banner-arrow {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
}

.content-divider {
    height: 1px;
    background: #DAE4F6;
}

.content-tags {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
    column-gap: 6px;
    padding: 0 20px;
    margin-top: 30px;
}

.content-tags.section-more {
    margin-bottom: 30px;
}

.content-tag {
    display: inline-block;
    padding: 5px 10px 6px;
    border-radius: 20px;
    background: #F5F7F9;
    color: #7E8897;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.content-more {
    color: #949BA8;
    font-size: 13px;
    font-weight: 600;

    img {
        display: inline;
        vertical-align: middle;
    }
}

.content-more-btn {
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #eee;
    background: #fff;
    color: #7d7d7d;
    text-align: center;
    margin: 0 20px;
}

.content-more-btn img {
    display: inline;
    vertical-align: middle;
}

.content-kv-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-kv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    .content-kv-key {
        color: #1A1A1A;
        font-size: 14px;
        font-weight: 600;
    }

    .content-kv-val {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        color: #777;
        font-size: 14px;
        font-weight: 500;

        &.primary {
            color: #358AE3;
        }

        svg {
            display: inline;
        }
    }

    button.content-kv-toggle {
        width: auto;
        margin: 0;
        background: none;
        border: 0;
        padding: 0;
        font: inherit;
        color: #777;
        cursor: pointer;
        display: flex;
        gap: 10px;
        justify-content: flex-end;
    }

    .content-kv-chevron {
        flex-shrink: 0;
    }
}

.content-tier-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.funding-status {
    padding: 20px 16px 40px;
    background: #fff;

    .funding-status-month {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
        font-size: 15px;
        font-weight: 500;
        color: #424850;

        svg {
            width: 18px;
            height: 18px;
        }
    }

    .funding-status-amount {
        margin-top: 10px;
        font-size: 28px;
        font-weight: 700;
        color: #358AE3;
    }

    .ticker {
        margin-top: 10px;
    }

    .funding-status-summary {
        margin-top: 10px;
        background: #f7f8fa;
        border-radius: 16px;
        padding: 0 16px;
    }

    .funding-status-summary-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 0;

        &:first-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        }

        .funding-status-lbl {
            font-size: 14px;
            font-weight: 500;
            color: #8b95a1;
        }

        .funding-status-val {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a1a;
        }
    }

    .funding-status-divider {
        height: 1px;
        background: #eef0f2;
        margin-top: 30px;
    }

    .funding-status-list-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;

        .funding-status-cnt {
            font-size: 13px;
            font-weight: 600;
            color: #383838;
        }

    }

    .funding-status-list {
        padding: 0 4px;

        &.is-hidden {
            display: none;
        }
    }

    .funding-status-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 11px 0;

        &:first-child {
            padding-top: 0;
        }

        & + .funding-status-item {
            border-top: 1px solid #f2f4f6;
        }
    }

    .funding-status-item-user {
        display: flex;
        align-items: center;
        gap: 5px;
        min-width: 0;
    }

    .funding-status-avatar {
        flex-shrink: 0;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        border: 2px solid #f3f3f3;
        background-color: #e9ecf3;
        background-size: cover;
        background-position: center;
    }

    .funding-status-name {
        font-size: 15px;
        font-weight: 500;
        color: #8b95a1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .funding-status-item-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
        flex-shrink: 0;
    }

    .funding-status-item-amount {
        font-size: 15px;
        font-weight: 500;
        color: #358AE3;
    }

    .funding-status-item-date {
        font-size: 12px;
        font-weight: 400;
        color: #949ba8;
    }

    .funding-status-empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;

        &.is-hidden {
            display: none;
        }

        svg {
            width: 100px;
            height: 100px;
            margin-bottom: 15px;
        }

        p {
            text-align: center;
            font-size: 15px;
            color: #949ba8;
        }
    }

    .funding-status-empty-btn {
        margin-top: 15px;
        width: 50%;
        padding: 16px;
        border: 0;
        border-radius: 14px;
        background: #358AE3;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
    }

    .funding-status-empty-btn:disabled {
        background: var(--lightgray2-color);
        color: var(--legacy-gray3-color);
        cursor: default;
    }
}

.report {
    padding-top: 10px;

    .report-section {
        padding: 0 20px;
    }

    .report-section-title {
        color: #1A1A1A;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        margin-top: 30px
    }

    .report-section-title-count {
        margin-left: 5px;
        font-size: 15px;
        font-weight: 700;
        color: #B7B6B6;
    }

    .report-info-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .report-row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
    }

    .report-key {
        color: #1A1A1A;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
    }

    .report-val {
        color: #34383E;
        font-size: 14px;
        font-weight: 600;
        text-align: right;
    }

    .report-val.is-muted {
        color: #777;
        font-weight: 500;
    }

    .report-fund-card {
        display: flex;
        flex-direction: column;
        padding: 20px;
        border-radius: 12px;
        background: #F5F7F9;
        margin-bottom: 30px;
    }

    .report-fund-card .report-row {
        align-items: center;
        padding: 6px 0;
    }

    .report-fund-card .report-key {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #6B7684;
        font-size: 14px;
        font-weight: 400;
    }

    .report-fund-card .report-val {
        color: #191F28;
        font-size: 14px;
        font-weight: 600;
    }

    .report-fund-card hr {
        margin: 13px 0;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
    }

    .report-fund-tooltip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 15px;
        height: 16px;
        padding: 0;
        border: 1px solid rgba(0, 0, 0, 0.12);
        border-radius: 8px;
        background: #FFF;
        color: #A7B0BB;
        font-size: 10px;
        font-weight: 700;
        cursor: pointer;
        box-sizing: border-box;
    }

    .report-fund-total {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .report-fund-total-row {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 12px;
    }

    .report-fund-total-key {
        color: #191F28;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
    }

    .report-fund-total-val {
        color: #358AE3;
        font-size: 18px;
        font-weight: 600;
        text-align: right;
    }

    .report-fund-note {
        margin: 0;
        color: #6B7684;
        font-size: 11px;
        font-weight: 400;
        letter-spacing: -0.4px;
    }

    .report-plan-box {
        padding: 15px 16px;
        border-radius: 12px;
        background: #F5F7F9;

        p {
            margin: 0;
            color: #6B7684;
            font-size: 13px;
            font-weight: 400;
            white-space: pre-line;
        }
    }

    .report-purchase-note {
        display: flex;
        align-items: flex-start;
        gap: 9px;
        padding: 12px 14px;
        border-radius: 12px;
        background: #F1F6FF;
        margin-top: -10px;
    }

    .report-purchase-note-icon {
        flex-shrink: 0;
        transform: rotate(-90deg);
    }

    .report-purchase-note-text {
        display: flex;
        flex-direction: column;
    }

    .report-purchase-note-text p {
        margin: 0;
        font-size: 12.5px;
        line-height: 20px;
        color: #358AE3;
        word-break: break-word;
    }

    .report-purchase-note-text .is-strong {
        font-weight: 600;
    }

    .report-empty {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 60vh;
        padding: 40px 20px;
        text-align: center;
        background: #fff;
    }

    .report-empty-icon {
        width: 64px;
        height: 64px;
        opacity: 0.5;
        margin-bottom: 4px;
    }

    .report-empty-title {
        color: #949BA8;
        font-size: 14px;
        font-weight: 500;
    }

    .report-empty-desc {
        color: #B8C0CB;
        font-size: 13px;
        font-weight: 400;
    }

    .report-month {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        padding: 0;
        border: 0;
        background: none;
        cursor: pointer;
        color: #34383E;
        font-size: 16px;
        font-weight: 600;
    }

    .report-month img {
        width: 16px;
        height: 16px;
    }

    .report-intro-title {
        margin-top: 20px;
        margin-bottom: 5px;
        color: #191F28;
        font-size: 20px;
        font-weight: 600;
    }

    .report-intro-divider {
        height: 1px;
        background: #EEF0F2;
        margin: 20px 0;
    }

    .report-section-divider {
        height: 1px;
        background: #f2f2f2;
        margin: 30px 0;
    }

    /* 지원단체 영역 (단체후기 위) — 수혜단체 카드 + 제출완료/미제출 배지 + 더보기 */
    .report-agencies {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .report-agency-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 13px 15px;
        border: 1px solid #F0F2F5;
        border-radius: 14px;
        background: #fff;
    }

    .report-agency-item.is-more {
        display: none;
    }

    .report-agencies.is-expanded .report-agency-item.is-more {
        display: flex;
    }

    .report-agency-avatar {
        flex-shrink: 0;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 1.625px solid #F3F3F3;
        background: #E9ECF3 center/cover no-repeat;
    }

    .report-agency-name {
        flex: 1;
        min-width: 0;
        color: #50535A;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.4;
        word-break: break-word;
    }

    .report-agency-badge {
        flex-shrink: 0;
        padding: 3px 8px 4px;
        border-radius: 999px;
        background: #F7F8FA;
        color: #949BA8;
        font-size: 10px;
        font-weight: 700;

        &.is-done {
            background: #358AE3;
            color: #fff;
        }
    }

    .report-agency-more {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding: 15px 17px;
        border: 1px solid #EEE;
        border-radius: 14px;
        background: #fff;
        color: #7D7D7D;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.15px;
        cursor: pointer;

        img {
            transition: transform 0.2s;
        }
    }

    .report-agencies.is-expanded .report-agency-more img {
        transform: rotate(180deg);
    }
}

.content-desc-panel {
    padding: 16px 18px;
    background: #f5f7f9;
    border-radius: 14px;
    color: #323232;
    font-size: 14px;
    white-space: pre-line;
}