@charset "utf-8";

/* 기부자 혜택 섹션 전체 */
.benefit-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Hero 섹션 */
.benefit-hero-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 0;
    box-sizing: border-box;
}

.benefit-hero-container {
    width: 1423px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.benefit-hero-content {
    width: 1025px;
    height: 352px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.benefit-hero-text {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}

.benefit-hero-icon {
    width: 91px;
    height: 129px;
    min-width: 91px;
    min-height: 129px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-hero-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.benefit-hero-title-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    line-height: 0;
    font-style: normal;
}

.benefit-hero-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.3;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
}

.benefit-hero-title-highlight {
    color: #003179;
}

.benefit-hero-subtitle {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 817px;
    max-width: 100%;
}

/* 탭 버튼 섹션 */
.benefit-tab-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.benefit-tab-container {
    width: 1423px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.benefit-tab-buttons {
    width: 1420px;
    height: 84px;
    display: flex;
    gap: 0;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    box-sizing: border-box;
    overflow: hidden;
}

.benefit-tab-button {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    box-sizing: border-box;
    background-color: #ffffff;
    cursor: pointer;
}

.benefit-tab-button-active {
    background: linear-gradient(172.696deg, rgb(0, 49, 121) 0%, rgb(0, 70, 172) 50%, rgb(2, 71, 172) 100%);
    border-radius: 12px;
}

.benefit-tab-button-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
    width: 355px;
    max-width: 100%;
}

.benefit-tab-button-active .benefit-tab-button-text {
    color: #ffffff;
}

/* Hero 2 섹션 */
.benefit-hero2-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 0 40px 0;
    box-sizing: border-box;
}

.benefit-hero2-container {
    width: 1423px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.benefit-hero2-content {
    width: 1420px;
    height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 60px 60px 60px;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.benefit-hero2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    border-radius: 20px;
}

.benefit-hero2-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1420px;
    min-height: 400px;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}

.benefit-hero2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.benefit-hero2-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.benefit-hero2-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.benefit-hero2-title-line1,
.benefit-hero2-title-line2 {
    display: block;
}

.benefit-hero2-description {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.benefit-hero2-description-line1,
.benefit-hero2-description-line2 {
    display: block;
}

/* 설명 섹션 */
.benefit-description-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 80px 0;
    box-sizing: border-box;
}

.benefit-description-container {
    width: 1423px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
}

.benefit-description-content {
    width: 1420px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    justify-content: center;
    padding: 60px;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
}

.benefit-description-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}

.benefit-description-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}

.benefit-description-item {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    padding-left: 21px;
    position: relative;
    margin-bottom: 9px;
}

.benefit-description-item:last-child {
    margin-bottom: 0;
}

.benefit-description-item::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1.5;
}

/* 테이블 섹션 */
.benefit-table-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 0 180px 0;
    box-sizing: border-box;
}

.benefit-table-container {
    width: 1423px;
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
}

.benefit-table-title {
    font-family: 'Paperlogy', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
}

.benefit-table-wrapper {
    width: 1420px;
    max-width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.benefit-table-header-row {
    width: 100%;
    display: flex;
    gap: 1px;
    align-items: stretch;
    background-color: #dddddd;
    box-sizing: border-box;
}

.benefit-table-header-cell {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    box-sizing: border-box;
    height: 96px;
    width: 104.6px;
    flex-shrink: 0;
}

.benefit-table-header-cell-name {
    width: 364px;
    background-color: #f1f3f7;
}

.benefit-table-header-cell-remark {
    background-color: #f1f3f7;
}

.benefit-table-header-cell-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
}

.benefit-table-header-cell-blue .benefit-table-header-cell-text {
    color: #003179;
}

.benefit-table-header-cell-name .benefit-table-header-cell-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
}

.benefit-table-rows {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1px;
    align-items: stretch;
    background-color: #dddddd;
    box-sizing: border-box;
}

.benefit-table-row {
    width: 100%;
    display: flex;
    gap: 1px;
    align-items: stretch;
    background-color: #dddddd;
    box-sizing: border-box;
}

.benefit-table-row-highlight .benefit-table-cell {
    background-color: #f9f9f9;
}

.benefit-table-cell {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    box-sizing: border-box;
    min-height: 96px;
    width: 104.6px;
    flex-shrink: 0;
}

.benefit-table-cell-name {
    width: 364px;
    justify-content: center;
    padding: 20px 10px;
}

.benefit-table-cell-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.benefit-table-cell-name .benefit-table-cell-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.benefit-table-cell-text-blue {
    color: #003179;
}

.benefit-table-row-tall .benefit-table-cell {
    min-height: 120px;
}


/* 세제혜택 이미지 섹션 */
.benefit-tax-image-wrapper {
    width: 1420px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.benefit-tax-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}

/* 모바일 반응형 */
@media (max-width: 1024px) {
    /* Hero 섹션 */
    .benefit-hero-section {
        padding: 60px 0;
    }
.benefit-tax-image-wrapper {
    width:100%;
}
    .benefit-hero-container {
        width: 100%;
        padding: 0 20px;
    }

    .benefit-hero-content {
        width: 100%;
        height: auto;
        min-height: 200px;
    }

    .benefit-hero-text {
        gap: 16px;
    }

    .benefit-hero-icon {
        width: 60px;
        height: 85px;
        min-width: 60px;
        min-height: 85px;
    }

    .benefit-hero-title-section {
        gap: 12px;
    }

    .benefit-hero-title {
        font-size: 30px;
    }

    .benefit-hero-subtitle {
        font-size: 22px;
        width: 100%;
    }

    /* 탭 버튼 섹션 */
    .benefit-tab-section {
        padding: 0 20px;
    }

    .benefit-tab-container {
        width: 100%;
    }

    .benefit-tab-buttons {
        width: 100%;
        height: auto;
        min-height: 60px;
    }

    .benefit-tab-button {
        padding: 16px 0;
    }

    .benefit-tab-button-text {
        font-size: 18px;
        width: 100%;
    }

    /* Hero 2 섹션 */
    .benefit-hero2-section {
        padding: 60px 0 40px;
    }

    .benefit-hero2-container {
        width: 100%;
        padding: 0 20px;
    }

    .benefit-hero2-content {
        width: 100%;
        height: auto;
        min-height: 300px;
        padding: 40px 24px;
    }

    .benefit-hero2-image {
        min-width: 100%;
        min-height: 300px;
    }

    .benefit-hero2-text {
        gap: 12px;
    }

    .benefit-hero2-title {
        font-size: 24px;
    }

    .benefit-hero2-description {
        font-size: 18px;
    }

    /* 설명 섹션 */
    .benefit-description-section {
        padding: 0 0 60px 0;
    }

    .benefit-description-container {
        width: 100%;
        padding: 0 20px;
    }

    .benefit-description-content {
        width: 100%;
        padding: 40px 24px;
    }

    .benefit-description-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .benefit-description-item {
        font-size: 18px;
        padding-left: 16px;
        margin-bottom: 8px;
    }

    .benefit-description-item::before {
        font-size: 18px;
    }

    /* 테이블 섹션 */
    .benefit-table-section {
        padding: 0 0 60px 0;
        overflow-x: hidden;
    }

    .benefit-table-container {
        width: 100%;
        padding: 0 20px;
        gap: 24px;
    }

    .benefit-table-title {
        font-size: 22px;
    }

    .benefit-table-wrapper {
        width: 100%;
        overflow-x: visible;
    }

    /* 모바일에서 테이블 헤더 숨기기 */
    .benefit-table-header-row {
        display: none;
    }

    /* 모바일 카드 컨테이너 */
    .benefit-table-rows-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    /* 모바일 카드 스타일 */
    .benefit-table-card {
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-radius: 12px;
        padding: 24px;
        box-sizing: border-box;
        width: 100%;
    }

    .benefit-table-card-title {
        font-family: 'Pretendard', sans-serif;
        font-weight: 800;
        font-size: 18px;
        line-height: 1.5;
        color: #000000;
        margin: 0 0 16px 0;
        padding: 0;
        word-break: keep-all;
    }

    .benefit-table-card-list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .benefit-table-card-list-item {
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #000000;
        padding-left: 0;
    }

    .benefit-table-card-list-item::before {
        content: "- ";
        margin-right: 4px;
    }

    .benefit-table-card-remark {
        font-family: 'Pretendard', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.5;
        color: #666666;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #eeeeee;
    }

    /* 기존 테이블 행은 모바일에서 숨기기 */
    .benefit-table-rows {
        display: none;
    }

    .benefit-table-rows-mobile {
        display: flex;
    }
}

/* PC에서는 모바일 카드 숨기기 */
@media (min-width: 1025px) {
    .benefit-table-rows-mobile {
        display: none;
    }

    .benefit-table-rows {
        display: flex;
    }

    .benefit-table-header-row {
        display: flex;
    }

    /* 세제혜택 이미지 섹션 */
    .benefit-tax-image-wrapper {
        width: 100%;
    }
}

