.esg43-page .esg43-complaint-table {
    table-layout: fixed;
}

.esg43-page .esg43-complaint-table th,
.esg43-page .esg43-complaint-table td {
    border-color: var(--esg-color-chart-green);
    text-indent: 0;
    vertical-align: middle;
}

.esg43-page .esg43-complaint-table th {
    background: var(--esg-color-chart-green);
    color: var(--esg-color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    padding: 18px 14px;
}

.esg43-page .esg43-complaint-table td {
    background: var(--esg-color-white);
    color: #1d1d1f;
    font-size: 20px;
    line-height: 1.35;
    padding: 24px 18px;
}

.esg43-page .esg43-complaint-table td:first-child {
    font-size: 22px;
}

.esg-appeal-flow {
    max-width: 850px;
    margin: 0 auto;
    font-family: sans-serif;
}

.esg-appeal-title {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

.esg-appeal-card {
    border: 1.5px solid #a3d9b1;
    border-radius: 24px;
    padding: 30px 20px;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.esg-banner-top,
.esg-banner-bottom {
    background-color: #f0f7f2;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    width: 240px;
    padding: 10px 0;
    text-align: center;
}

.esg-banner-top {
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
    margin-bottom: 20px;
}

.esg-banner-bottom {
    clip-path: polygon(0% 30%, 50% 0%, 100% 30%, 100% 100%, 0% 100%);
    margin-top: 20px;
}

.esg-appeal-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
}

.esg-appeal-left,
.esg-right-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.esg-circle-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #f0f7f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .esg-circle-icon svg {
        width: 50px;
        height: 50px;
        fill: #71c285;
    }

.esg-appeal-label {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.esg-arrows-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.esg-arrow-l {
    width: 50px;
    height: 12px;
    background-color: #71c285;
    clip-path: polygon(15px 0%, 15px 35%, 100% 35%, 100% 65%, 15px 65%, 15px 100%, 0% 50%);
}

.esg-arrow-r {
    width: 50px;
    height: 12px;
    background-color: #71c285;
    clip-path: polygon(0% 35%, 35px 35%, 35px 0%, 100% 50%, 35px 100%, 35px 65%, 0% 65%);
}

.esg-appeal-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.esg-factory-img {
    width: 220px;
    height: 140px;
}

.esg-factory-svg {
    width: 100%;
    height: 100%;
}

.esg-center-info {
    text-align: center;
    margin-top: 10px;
}

.esg-center-title {
    font-size: 16px;
    font-weight: 700;
    color: #58ab6f;
}

.esg-center-sub {
    font-size: 15px;
    font-weight: 700;
    color: #58ab6f;
}

.esg-arrows-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.esg-arrow-diag-up {
    width: 45px;
    height: 12px;
    background-color: #71c285;
    transform: rotate(-30deg);
    clip-path: polygon(0% 35%, 30px 35%, 30px 0%, 100% 50%, 30px 100%, 30px 65%, 0% 65%);
}

.esg-arrow-diag-down {
    width: 45px;
    height: 12px;
    background-color: #71c285;
    transform: rotate(30deg);
    clip-path: polygon(0% 35%, 30px 35%, 30px 0%, 100% 50%, 30px 100%, 30px 65%, 0% 65%);
}

.esg-appeal-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 768px) {
    .esg-appeal-main {
        flex-direction: column;
        gap: 20px;
    }

    .esg-arrows-left,
    .esg-arrows-right {
        transform: rotate(90deg);
    }
}

@media (max-width: 900px) {
    .esg43-page .esg43-complaint-table th {
        font-size: 18px;
        padding: 16px 12px;
    }

    .esg43-page .esg43-complaint-table td {
        font-size: 18px;
        padding: 20px 14px;
    }

    .esg43-page .esg43-complaint-table td:first-child {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .esg43-page .esg43-complaint-table th {
        font-size: 16px;
        padding: 14px 10px;
    }

    .esg43-page .esg43-complaint-table td {
        font-size: 16px;
        padding: 16px 12px;
    }

    .esg43-page .esg43-complaint-table td:first-child {
        font-size: 18px;
    }
}
