/* =========================================================
   ESG.html page-only styles
   - header/footer styles excluded
   - text rendering optimized
   ========================================================= */

:root {
    --esg-primary: #27486b;
    --esg-primary-dark: #16314f;
    --esg-accent: #9db695;
    --esg-accent-soft: #eff5ed;
    --esg-text-main: #173047;
    --esg-text-sub: #5b6b79;
    --esg-line: rgba(22, 49, 79, 0.10);
    --esg-shadow-sm: 0 14px 30px rgba(22, 49, 79, 0.08);
    --esg-shadow-md: 0 20px 42px rgba(22, 49, 79, 0.12);

    --esg-blue: #7ea9c7;
    --esg-blue-soft: #eef4f8;
    --esg-purple: #a996c7;
    --esg-purple-soft: #f4f1f8;
    --esg-yellow: #c6a85b;
    --esg-yellow-soft: #faf6ea;
}

/* business 배너 글씨 크기 원복 */
.banner_area .banner_inner .banner_content {
    margin-top: 85px;
}

.banner_area .section-head-square {
    width: 200px;
    padding: 3rem 0 3rem 3rem;
}

.banner_area .section-head-square > .head-title,
.banner_area .banner_inner .banner_content h2,
.banner_area .head-title {
    width: 640px;
    font-size: 28px !important;
    line-height: 1.45 !important;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.esg-section {
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.esg-intro {
    max-width: 920px;
    margin: 0 auto 42px;
    text-align: center;
    color: var(--esg-text-sub);
    line-height: 1.85;
    word-break: keep-all;
}

.esg-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 40px;
}

.esg-tab-btn {
    border: 1px solid rgba(223, 231, 243, 0.95);
    background: #fff;
    color: var(--esg-text-main);
    font-size: 15px;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 999px;
    box-shadow: var(--esg-shadow-sm);
    cursor: pointer;
    transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
}

.esg-tab-btn:hover,
.esg-tab-btn.active {
    background: linear-gradient(135deg, var(--esg-primary), var(--esg-accent));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(39, 72, 107, 0.18);
}

.esg-panel {
    display: none;
}

.esg-panel.active {
    display: block;
    animation: fadeInTab 0.22s ease;
}

@keyframes fadeInTab {
    from { opacity: 0; }
    to { opacity: 1; }
}

.esg-card {
    position: relative;
}

.esg-card-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--esg-primary-dark);
    margin-bottom: 14px;
    text-align: center;
    letter-spacing: -0.4px;
}

.esg-subheadline {
    text-align: center;
    color: var(--esg-text-sub);
    line-height: 1.85;
    max-width: 940px;
    margin: 0 auto 28px;
    word-break: keep-all;
}

.esg-paragraph {
    color: var(--esg-text-sub);
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 12px;
    word-break: keep-all;
}

.esg-message {
    max-width: 900px;
    margin: 0 auto;
}

.esg-signature {
    max-width: 900px;
    margin: 24px auto 0;
    text-align: right;
    font-size: 20px;
    font-weight: 800;
    color: var(--esg-primary-dark);
}

.esg-image-stack {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.esg-image-stack img,
.single-hero-img {
    width: 100%;
    display: block;
    border-radius: 20px;
    box-shadow: var(--esg-shadow-sm);
}

.esg-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.esg-value-card {
    background: #fff;
    border: 1px solid rgba(223, 231, 243, 0.95);
    border-radius: 18px;
    padding: 24px 22px;
    box-shadow: 0 8px 20px rgba(20, 39, 78, 0.05);
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.esg-value-card:hover {
    box-shadow: var(--esg-shadow-sm);
}

.esg-value-card.environment {
    border-top: 5px solid #61c48a;
}

.esg-value-card.social {
    border-top: 5px solid var(--esg-blue);
}

.esg-value-card.governance {
    border-top: 5px solid var(--esg-purple);
}

.esg-value-card h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
    color: var(--esg-primary-dark);
}

.esg-value-card p {
    margin-bottom: 0;
    color: var(--esg-text-sub);
    line-height: 1.85;
}

.policy-block {
    margin-bottom: 22px;
    padding: 22px 24px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(223, 231, 243, 0.95);
    box-shadow: 0 8px 20px rgba(20, 39, 78, 0.05);
}

.policy-block h4 {
    color: var(--esg-primary-dark);
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.styled-list {
    margin: 0;
    padding-left: 18px;
}

.styled-list li {
    color: var(--esg-text-sub);
    line-height: 1.9;
    margin-bottom: 8px;
    word-break: keep-all;
}

.styled-list li:last-child {
    margin-bottom: 0;
}

.ethics-visual-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 28px;
}

.ethics-visual-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    border: 1px solid rgba(22, 49, 79, 0.10);
    border-radius: 20px;
    box-shadow: var(--esg-shadow-sm);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.ethics-visual-card:hover {
    box-shadow: var(--esg-shadow-md);
}

.ethics-visual-head {
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.2px;
}

.ethics-visual-card.customer .ethics-visual-head {
    background: linear-gradient(135deg, var(--esg-primary), var(--esg-accent));
}

.ethics-visual-card.coexist .ethics-visual-head {
    background: linear-gradient(135deg, #7f9b79, #b0c5a8);
}

.ethics-visual-card.basic .ethics-visual-head {
    background: linear-gradient(135deg, #5d748d, #8ea7be);
}

.ethics-visual-body {
    padding: 22px 22px 20px;
    background: #fff;
}

.ethics-visual-body ul {
    margin: 0;
    padding-left: 18px;
}

.ethics-visual-body li {
    color: var(--esg-text-sub);
    line-height: 1.85;
    margin-bottom: 8px;
    word-break: keep-all;
}

.ethics-visual-body li:last-child {
    margin-bottom: 0;
}

.ethics-report-wrap {
    margin-top: 30px;
    padding: 30px 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
    border: 1px solid rgba(22, 49, 79, 0.10);
    box-shadow: var(--esg-shadow-sm);
}

.ethics-report-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--esg-primary-dark);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.ethics-report-desc {
    color: var(--esg-text-sub);
    line-height: 1.8;
    margin-bottom: 22px;
}

.ethics-report-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ethics-report-card {
    background: #fff;
    border: 1px solid rgba(22, 49, 79, 0.10);
    border-radius: 18px;
    padding: 22px 20px;
}

.ethics-report-card h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--esg-primary-dark);
    margin-bottom: 12px;
}

.ethics-report-card ul {
    margin: 0;
    padding-left: 18px;
}

.ethics-report-card li {
    color: var(--esg-text-sub);
    line-height: 1.8;
    margin-bottom: 8px;
}

.ethics-report-card li:last-child {
    margin-bottom: 0;
}

.ethics-contact-box {
    margin-top: 28px;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(22, 49, 79, 0.10);
    box-shadow: var(--esg-shadow-sm);
    background: #fff;
}

.ethics-contact-head {
    padding: 18px 24px;
    background: linear-gradient(135deg, var(--esg-primary-dark), var(--esg-primary));
    color: #fff;
}

.ethics-contact-head h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}

.ethics-contact-body {
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
}

.ethics-contact-item {
    padding: 18px 18px 16px;
    border-radius: 16px;
    background: var(--esg-accent-soft);
    border: 1px solid rgba(22, 49, 79, 0.06);
}

.ethics-contact-label {
    display: block;
    font-size: 13px;
    font-weight: 800;
    color: var(--esg-primary);
    margin-bottom: 8px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.ethics-contact-value {
    color: var(--esg-primary-dark);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    word-break: keep-all;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.share-image-wrap {
    text-align: center;
    margin-top: 28px;
}

.share-image-wrap img {
    max-width: 500px;
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--esg-shadow-sm);
}
.risk-process-card {
    margin-top: 30px;
    padding: 32px 30px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border: 1px solid rgba(223, 231, 243, 0.95);
    box-shadow: var(--esg-shadow-sm);
}

.risk-process-head {
    margin-bottom: 28px;
}

.risk-process-head > span {
    color: var(--esg-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.risk-process-head h3 {
    margin: 8px 0 10px;
    font-size: 28px;
    font-weight: 800;
    color: var(--esg-primary-dark);
    letter-spacing: -0.4px;
}

.risk-process-head p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.75;
    color: var(--esg-text-sub);
    font-weight: 400;
    word-break: keep-all;
}

.risk-step-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr) 56px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    margin-bottom: 34px;
}

.risk-step-box {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border: 1px solid #dce8f0;
    border-radius: 16px;
    background: #fff;
    color: var(--esg-primary-dark);
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(20, 39, 78, 0.06);
}

.risk-step-box::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--esg-blue), #32a3df);
    content: "";
}

.risk-step-box strong {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
}

.risk-step-box span {
    display: block;
    font-size: 14px;
    line-height: 1.65;
    color: var(--esg-text-sub);
    word-break: keep-all;
}

.risk-step-arrow {
    text-align: center;
    font-size: 38px;
    line-height: 1;
    color: var(--esg-blue);
    font-weight: 800;
}

.risk-table-wrap {
    overflow-x: auto;
}

.risk-table {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
    background: #eef3f7;
}

.risk-table thead th {
    background: var(--esg-primary-dark);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    padding: 18px 16px;
    border: 2px solid #f1f1f1;
    text-align: center;
    letter-spacing: -0.2px;
}

.risk-table tbody td {
    background: #f5f8fb;
    color: var(--esg-text-main);
    font-size: 17px;
    line-height: 1.6;
    padding: 14px 16px;
    border: 2px solid #f1f1f1;
    vertical-align: middle;
    word-break: keep-all;
}

.risk-table tbody td:first-child {
    width: 28%;
    font-weight: 500;
}

.risk-table tbody td:last-child {
    width: 72%;
}

@media (max-width: 1199px) {
    .risk-step-flow {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .risk-step-arrow {
        transform: rotate(90deg);
        font-size: 42px;
    }

    .risk-step-box {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .risk-process-card {
        padding: 24px 16px 20px;
        border-radius: 18px;
    }

    .risk-process-head h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .risk-process-head p {
        font-size: 15px;
        line-height: 1.7;
    }

    .risk-step-box {
        padding: 20px 18px;
        border-radius: 20px;
    }

    .risk-step-box strong {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .risk-step-box span {
        font-size: 15px;
        line-height: 1.6;
    }

    .risk-table {
        min-width: 760px;
    }

    .risk-table thead th {
        font-size: 17px;
        padding: 14px 12px;
    }

    .risk-table tbody td {
        font-size: 15px;
        padding: 12px;
    }
}
@media (max-width: 991px) {
    .banner_area .section-head-square > .head-title,
    .banner_area .banner_inner .banner_content h2,
    .banner_area .head-title {
        width: 100%;
        font-size: 24px !important;
        line-height: 1.45 !important;
    }

    .esg-tabs {
        gap: 10px;
    }

    .esg-tab-btn {
        width: 100%;
        max-width: 320px;
    }

    .esg-grid-3,
    .ethics-visual-grid,
    .ethics-report-grid,
    .ethics-contact-body {
        grid-template-columns: 1fr;
    }

    .esg-organization-layout {
        grid-template-columns: 1fr;
    }

    .esg-org-tree {
        min-height: 0;
    }

    .ethics-report-wrap {
        padding: 24px 20px;
    }

    .ethics-report-title {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .banner_area .section-head-square {
        width: 160px;
        padding: 2rem 0 2rem 2rem;
        margin: 0 auto;
    }

    .banner_area .section-head-square > .head-title,
    .banner_area .banner_inner .banner_content h2,
    .banner_area .head-title {
        width: 100%;
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    .esg-card-title {
        font-size: 24px;
    }

    .esg-subheadline,
    .esg-paragraph,
    .styled-list li,
    .ethics-report-desc {
        font-size: 15px;
        line-height: 1.8;
    }

    .esg-signature {
        font-size: 18px;
    }

    .esg-organization-card {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .esg-organization-head {
        margin-bottom: 22px;
    }

    .esg-organization-head h3 {
        font-size: 24px;
    }

    .esg-organization-head p,
    .esg-responsibility-list p {
        font-size: 14px;
    }

    .esg-org-tree {
        padding: 18px 12px;
        border-radius: 14px;
    }

    .esg-org-node {
        min-width: 176px;
        min-height: 52px;
        font-size: 15px;
    }

    .esg-org-branch {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
        padding-top: 0;
    }

    .esg-org-branch::before,
    .esg-org-branch::after {
        display: none;
    }

    .esg-org-node.department {
        width: 100%;
    }

    .policy-block,
    .ethics-report-card,
    .ethics-contact-item,
    .ethics-contact-body {
        padding: 18px 16px;
    }

    .ethics-contact-head {
        padding: 16px 18px;
    }

    .ethics-contact-head h4 {
        font-size: 20px;
    }

    .ethics-contact-value {
        font-size: 15px;
    }
}

/* ESG2.jpg content recreated as an HTML governance chart */
.esg-organization-card {
    margin-top: 30px;
    padding: 32px 30px;
    border: 1px solid rgba(223, 231, 243, 0.95);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: var(--esg-shadow-sm);
}

.esg-organization-head {
    margin-bottom: 28px;
}

.esg-organization-head > span {
    color: var(--esg-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.esg-organization-head h3 {
    margin: 8px 0 10px;
    color: var(--esg-primary-dark);
    font-size: 28px;
    font-weight: 800;
}

.esg-organization-head p {
    margin: 0;
    color: var(--esg-text-sub);
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}

.esg-organization-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
    gap: 30px;
    align-items: center;
}

.esg-org-tree {
    display: flex;
    min-height: 405px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid #dce8f0;
    border-radius: 18px;
    background: #fff;
}

.esg-org-node {
    display: flex;
    min-width: 196px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    word-break: keep-all;
}

.esg-org-node small {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

.esg-org-node.executive {
    color: #fff;
    background: linear-gradient(135deg, var(--esg-blue), #32a3df);
}

.esg-org-node.office {
    color: var(--esg-primary-dark);
    border: 2px solid var(--esg-blue);
    background: #f1f8fd;
}

.esg-org-node.department {
    min-width: 0;
    color: var(--esg-primary-dark);
    border: 1px solid #b7d3e7;
    background: #fff;
}

.esg-org-line.vertical {
    width: 2px;
    height: 22px;
    border-left: 2px dotted #7fb7d8;
}

.esg-org-branch {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    gap: 12px;
    margin-top: 30px;
    padding-top: 22px;
}

.esg-org-branch::before {
    position: absolute;
    top: 0;
    left: 16.66%;
    width: 66.66%;
    border-top: 2px dotted #7fb7d8;
    content: "";
}

.esg-org-branch::after {
    position: absolute;
    top: -30px;
    left: 50%;
    height: 30px;
    border-left: 2px dotted #7fb7d8;
    content: "";
}

.esg-responsibility-list {
    display: grid;
    gap: 12px;
}

.esg-responsibility-list article {
    padding: 16px 18px;
    border-left: 3px solid var(--esg-blue);
    background: #fff;
    box-shadow: 0 6px 16px rgba(20, 39, 78, 0.05);
}

.esg-responsibility-list h4 {
    margin: 0 0 6px;
    color: var(--esg-primary-dark);
    font-size: 15px;
    font-weight: 800;
}

.esg-responsibility-list p {
    margin: 0;
    color: var(--esg-text-sub);
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
}

/* Keep governance chart responsive after the base chart styles. */
@media (max-width: 991px) {
    .esg-organization-layout {
        grid-template-columns: 1fr;
    }

    .esg-org-tree {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .esg-organization-card {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .esg-organization-head {
        margin-bottom: 22px;
    }

    .esg-organization-head h3 {
        font-size: 24px;
    }

    .esg-organization-head p,
    .esg-responsibility-list p {
        font-size: 14px;
    }

    .esg-org-tree {
        padding: 18px 12px;
        border-radius: 14px;
    }

    .esg-org-node {
        min-width: 176px;
        min-height: 52px;
        font-size: 15px;
    }

    .esg-org-branch {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
        padding-top: 0;
    }

    .esg-org-branch::before,
    .esg-org-branch::after {
        display: none;
    }

    .esg-org-node.department {
        width: 100%;
    }
}

/* ESG1.jpg content recreated as an HTML ESG vision card. */
.esg-vision-card {
    margin-top: 30px;
    padding: 32px 30px;
    border: 1px solid rgba(223, 231, 243, 0.95);
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    box-shadow: var(--esg-shadow-sm);
}

.esg-vision-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
}

.esg-vision-head > span {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    padding: 12px 20px;
    border: 1px solid #cddbe5;
    color: var(--esg-primary-dark);
    background: #fff;
    font-size: 18px;
    font-weight: 800;
    white-space: nowrap;
}

.esg-vision-head h3 {
    margin: 0;
    padding: 12px 28px;
    border: 3px solid var(--esg-blue);
    border-radius: 999px;
    color: var(--esg-primary-dark);
    font-size: 29px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
    word-break: keep-all;
}

.esg-vision-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.esg-vision-pillar {
    overflow: hidden;
    border: 1px solid var(--esg-line);
    background: #fff;
    box-shadow: 0 8px 18px rgba(20, 39, 78, 0.05);
}

.esg-vision-pillar h4 {
    margin: 0;
    padding: 16px 18px;
    color: var(--esg-primary-dark);
    background: #f2f6f8;
    font-size: 20px;
    font-weight: 800;
}

.esg-vision-pillar h4 span {
    font-size: 17px;
}

.esg-vision-direction {
    margin: 14px 18px 10px;
    padding: 13px 12px;
    border: 1px solid currentColor;
    color: var(--esg-primary-dark);
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    word-break: keep-all;
}

.esg-vision-pillar ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 14px 20px 20px 36px;
    color: var(--esg-text-sub);
    font-size: 15px;
    line-height: 1.55;
}

.esg-vision-pillar li::marker {
    color: var(--esg-primary-dark);
}

.esg-vision-pillar.environment {
    border-top: 5px solid #61c48a;
}

.esg-vision-pillar.environment .esg-vision-direction {
    color: #468d67;
    border-color: #9bd9b5;
}

.esg-vision-pillar.social {
    border-top: 5px solid #39aee8;
}

.esg-vision-pillar.social .esg-vision-direction {
    color: #287eae;
    border-color: #9ad8f4;
}

.esg-vision-pillar.governance {
    border-top: 5px solid #8b58e8;
}

.esg-vision-pillar.governance .esg-vision-direction {
    color: #7148ba;
    border-color: #cbb7ef;
}

@media (max-width: 991px) {
    .esg-vision-head {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .esg-vision-head > span {
        justify-self: start;
    }

    .esg-vision-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .esg-vision-card {
        padding: 24px 16px;
        border-radius: 18px;
    }

    .esg-vision-head {
        margin-bottom: 22px;
    }

    .esg-vision-head > span {
        min-height: 46px;
        padding: 10px 16px;
        font-size: 16px;
    }

    .esg-vision-head h3 {
        padding: 12px 16px;
        border-width: 2px;
        border-radius: 18px;
        font-size: 23px;
    }

    .esg-vision-pillar h4 {
        font-size: 18px;
    }

    .esg-vision-pillar h4 span {
        font-size: 15px;
    }

    .esg-vision-direction {
        font-size: 16px;
    }

    .esg-vision-pillar ul {
        font-size: 14px;
    }
}
