@charset "UTF-8";
/* _default.scss */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.esg-btn-outline, .esg-layer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6875rem 1rem;
  border: 1px solid #646464;
  border-radius: 6.25rem;
  background-color: #ffffff;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  width: fit-content;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .esg-btn-outline, .esg-layer-link {
    padding: 0.6875rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .esg-btn-outline, .esg-layer-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
.esg-btn-outline:hover, .esg-layer-link:hover {
  background-color: #ea1917;
  color: #ffffff;
  border-color: transparent;
}

.esg-slider-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-block-start: 1rem;
}
@media all and (min-width: 1440px) {
  .esg-slider-controls {
    width: auto;
    gap: 0.5rem;
    margin-block-start: unset;
  }
}
.esg-slider-controls .esg-slider-prev,
.esg-slider-controls .esg-slider-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
}
.esg-slider-controls .esg-slider-prev::after,
.esg-slider-controls .esg-slider-next::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav-m.svg");
}
@media all and (min-width: 1440px) {
  .esg-slider-controls .esg-slider-prev,
  .esg-slider-controls .esg-slider-next {
    width: 2.75rem;
    height: 2.75rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #646464;
    border-radius: 50%;
  }
  .esg-slider-controls .esg-slider-prev::after,
  .esg-slider-controls .esg-slider-next::after {
    background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav.svg");
    width: 1.5rem;
    height: 1.5rem;
  }
}
.esg-slider-controls .esg-slider-prev:disabled, .esg-slider-controls .esg-slider-prev.swiper-button-disabled,
.esg-slider-controls .esg-slider-next:disabled,
.esg-slider-controls .esg-slider-next.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.esg-slider-controls .esg-slider-prev:disabled::after, .esg-slider-controls .esg-slider-prev.swiper-button-disabled::after,
.esg-slider-controls .esg-slider-next:disabled::after,
.esg-slider-controls .esg-slider-next.swiper-button-disabled::after {
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav-m-disabled.svg");
}
@media all and (min-width: 1440px) {
  .esg-slider-controls .esg-slider-prev:disabled, .esg-slider-controls .esg-slider-prev.swiper-button-disabled,
  .esg-slider-controls .esg-slider-next:disabled,
  .esg-slider-controls .esg-slider-next.swiper-button-disabled {
    border-color: #cbc8c2;
  }
  .esg-slider-controls .esg-slider-prev:disabled::after, .esg-slider-controls .esg-slider-prev.swiper-button-disabled::after,
  .esg-slider-controls .esg-slider-next:disabled::after,
  .esg-slider-controls .esg-slider-next.swiper-button-disabled::after {
    background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav-disabled.svg");
  }
}
.esg-slider-controls .esg-slider-prev {
  transform: rotate(180deg);
}
.esg-slider-controls .esg-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  pointer-events: none;
}
.esg-slider-controls .esg-slider-pagination .swiper-pagination-current,
.esg-slider-controls .esg-slider-pagination .swiper-pagination-total {
  min-width: 0.625rem;
}
@media all and (min-width: 1440px) {
  .esg-slider-controls .esg-slider-pagination {
    display: none;
  }
}
.esg-slider-controls .esg-slider-pagination.swiper-pagination-fraction {
  position: static;
  width: auto;
  gap: 0.25rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

body,
html {
  overflow-x: clip;
}

.sustainability-container {
  width: 100%;
  margin: 0 auto;
  background-color: #f0ece4;
  overflow-x: clip;
}
.sustainability-container .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media all and (min-width: 1440px) {
  .sustainability-container .inner {
    padding: 0;
  }
}
.sustainability-container .heading {
  font-family: "LGEI Headline", sans-serif;
}
.sustainability-container * {
  scrollbar-width: auto;
}
.sustainability-container *::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.05); /* 스크롤바 뒷 배경 색상 */
  width: 0.375rem; /* 세로 스크롤바 두께 */
  height: 0.375rem; /* 가로 스크롤바 두께 */
}
.sustainability-container *::-webkit-scrollbar-track {
  border-radius: 999px;
}
.sustainability-container *::-webkit-scrollbar-thumb {
  background: #646464; /* 스크롤바 막대 색상 */
  border-radius: 999px;
}
.sustainability-container sup {
  top: 0;
}
.sustainability-container .esg-section:not(:has(.esg-bg-secondary)) + .sustainability-container .esg-section, .sustainability-container .esg-section:not(:has(.no-padding-top)) + .sustainability-container .esg-section, .sustainability-container .esg-section:not(:has(.no-margin-bottom)) + .sustainability-container .esg-section {
  margin-block-start: 0;
}
.sustainability-container .esg-section > section + section {
  margin-block-start: calc(var(--esg-spacing-3xl) / 16 * 1rem);
}
.sustainability-container .esg-section.component-keyvisual {
  padding-block: 0;
}

[class*=component-] {
  --xl-fs: 28;
  --xl-lh: 32;
  --lg-fs: 24;
  --lg-lh: 28;
  --md-fs: 20;
  --md-lh: 24;
  --sm-fs: 16;
  --sm-lh: 20;
  --xs-fs: 14;
  --xs-lh: 16;
  --border-radius: 20;
  --default-color: #000;
  --body-color: #262626;
  --gray-color: #646464;
  --invert-color: #fff;
  --fw-bold: 550;
  --fw-normal: 400;
}
@media all and (min-width: 768px) {
  [class*=component-] {
    --xl-fs: 42;
    --xl-lh: 48;
    --lg-fs: 30;
    --lg-lh: 36;
    --md-fs: 24;
    --md-lh: 28;
    --sm-fs: 18;
    --sm-lh: 22;
    --xs-fs: 15;
    --xs-lh: 18;
    --border-radius: 24;
  }
}
@media all and (min-width: 1440px) {
  [class*=component-] {
    --xl-fs: 56;
    --xl-lh: 60;
    --lg-fs: 36;
    --lg-lh: 42;
    --md-fs: 28;
    --md-lh: 32;
    --sm-fs: 20;
    --sm-lh: 24;
    --xs-fs: 16;
    --xs-lh: 20;
    --border-radius: 28;
  }
}
[class*=component-] sup {
  position: relative;
  font-size: 60%;
}

.only-pc {
  display: none;
}
.only-tab {
  display: none;
}
.only-mo {
  display: block;
}
@media all and (min-width: 768px) {
  .only-mo {
    display: none;
  }
  .only-tab {
    display: block;
  }
  .only-pc {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  .only-pc {
    display: block;
  }
  .only-tab {
    display: none;
  }
  .only-mo {
    display: none;
  }
}

.hidden-mo {
  display: none;
}
@media all and (min-width: 768px) {
  .hidden-mo {
    display: block;
  }
}
.hidden-ta {
  display: block;
}
@media all and (min-width: 768px) {
  .hidden-ta {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  .hidden-ta {
    display: block;
  }
}
.hidden-pc {
  display: block;
}
@media all and (min-width: 1440px) {
  .hidden-pc {
    display: none;
  }
}

.esg-section {
  --esg-color-primary-active-red: #ea1917;
  --esg-color-primary-warm-gray: #333333;
  --esg-color-primary-black: #000000;
  --esg-color-primary-white: #ffffff;
  --esg-color-secondary-dark-gray1: #262626;
  --esg-color-secondary-warm-gray2: #4a4946;
  --esg-color-secondary-mid-gray1: #cbc8c2;
  --esg-color-secondary-mid-gray2: #646464;
  --esg-color-secondary-mid-gray3: #646464;
  --esg-color-secondary-mid-gray4: #cbc8c2;
  --esg-color-secondary-light-gray5: #e6e1d6;
  --esg-color-secondary-light-gray6: #f0ece4;
  --esg-color-secondary-light-gray7: #f6f3eb;
  --esg-color-esg-lg-green-light: #C8E4C9;
  --esg-color-esg-lg-green: #60984D;
  --esg-color-esg-lg-green-dark: #04563F;
  --esg-color-esg-lg-teal-light: #BFF3EA;
  --esg-color-esg-lg-teal: #7CCCBF;
  --esg-color-esg-lg-teal-dark: #48A2A8;
  --esg-color-esg-lg-yellow-light: #FFF2AF;
  --esg-color-esg-lg-yellow: #F4DC00;
  --esg-color-esg-lg-yellow-dark: #E2BA2C;
  --esg-color-esg-lg-orange-light: #FFBB83;
  --esg-color-esg-lg-orange: #F49045;
  --esg-color-esg-lg-orange-dark: #C35C11;
  --esg-color-esg-lg-lilac-light: #D6C1FA;
  --esg-color-esg-lg-lilac: #B58CE8;
  --esg-color-esg-lg-lilac-dark: #70369B;
  --esg-color-esg-lg-purple-light: #E5BFEC;
  --esg-color-esg-lg-purple: #98329F;
  --esg-color-esg-lg-purple-dark: #681F69;
  --esg-spacing-4xl: 56;
  --esg-spacing-3xl: 24;
  --esg-spacing-2xl: 20;
  --esg-spacing-xl: 16;
  --esg-spacing-l: 16;
  --esg-spacing-m: 16;
  --esg-spacing-s: 8;
  --esg-spacing-xs: 4;
  --esg-font-heading-1-fs: 28;
  --esg-font-heading-1-lh: 32;
  --esg-font-heading-1-fw: 550;
  --esg-font-heading-2-fs: 24;
  --esg-font-heading-2-lh: 28;
  --esg-font-heading-2-fw: 550;
  --esg-font-heading-3-fs: 24;
  --esg-font-heading-3-lh: 28;
  --esg-font-heading-3-fw: 550;
  --esg-font-heading-4-fs: 24;
  --esg-font-heading-4-lh: 28;
  --esg-font-heading-4-fw: 550;
  --esg-font-heading-5-fs: 24;
  --esg-font-heading-5-lh: 28;
  --esg-font-heading-5-fw: 550;
  --esg-font-heading-6-fs: 20;
  --esg-font-heading-6-lh: 24;
  --esg-font-heading-6-fw: 550;
  --esg-font-heading-7-fs: 20;
  --esg-font-heading-7-lh: 24;
  --esg-font-heading-7-fw: 550;
  --esg-font-body-1-fs: 20;
  --esg-font-body-1-lh: 24;
  --esg-font-body-2-fs: 16;
  --esg-font-body-2-lh: 20;
  --esg-font-body-3-fs: 16;
  --esg-font-body-3-lh: 20;
  --esg-font-eyebrow-l-fs: 16;
  --esg-font-eyebrow-l-lh: 20;
  --esg-font-eyebrow-l-fw: 550;
  --esg-font-eyebrow-s-fs: 14;
  --esg-font-eyebrow-s-lh: 16;
  --esg-font-disclaimer-fs: 14;
  --esg-font-disclaimer-lh: 16;
  --esg-font-disclaimer-cl: #4a4946;
  --esg-font-table-th-fs: 16;
  --esg-font-table-th-lh: 20;
  --esg-font-table-th-fw: 550;
  --esg-font-table-td-fs: 16;
  --esg-font-table-td-lh: 20;
  --esg-radius-round: 20;
}
@media all and (min-width: 768px) {
  .esg-section {
    --esg-spacing-4xl: 80;
    --esg-spacing-3xl: 32;
    --esg-spacing-2xl: 24;
    --esg-spacing-xl: 20;
    --esg-spacing-l: 16;
    --esg-spacing-m: 16;
    --esg-spacing-s: 8;
    --esg-spacing-xs: 4;
    --esg-font-heading-1-fs: 42;
    --esg-font-heading-1-lh: 44;
    --esg-font-heading-2-fs: 30;
    --esg-font-heading-2-lh: 36;
    --esg-font-heading-3-fs: 28;
    --esg-font-heading-3-lh: 32;
    --esg-font-heading-4-fs: 30;
    --esg-font-heading-4-lh: 35;
    --esg-font-heading-5-fs: 28;
    --esg-font-heading-5-lh: 32;
    --esg-font-heading-6-fs: 24;
    --esg-font-heading-6-lh: 28;
    --esg-font-heading-7-fs: 22;
    --esg-font-heading-7-lh: 26;
    --esg-font-body-1-fs: 22;
    --esg-font-body-1-lh: 28;
    --esg-font-body-2-fs: 18;
    --esg-font-body-2-lh: 22;
    --esg-font-eyebrow-l-fs: 18;
    --esg-font-eyebrow-l-lh: 22;
    --esg-font-eyebrow-s-fs: 15;
    --esg-font-eyebrow-s-lh: 18;
    --esg-font-disclaimer-fs: 15;
    --esg-font-disclaimer-lh: 17;
    --esg-font-table-th-fs: 18;
    --esg-font-table-th-lh: 22;
    --esg-font-table-td-fs: 18;
    --esg-font-table-td-lh: 22;
  }
}
@media all and (min-width: 1440px) {
  .esg-section {
    --esg-spacing-4xl: 120;
    --esg-spacing-3xl: 48;
    --esg-spacing-2xl: 32;
    --esg-spacing-xl: 24;
    --esg-spacing-l: 20;
    --esg-spacing-m: 16;
    --esg-spacing-s: 8;
    --esg-spacing-xs: 8;
    --esg-font-heading-1-fs: 56;
    --esg-font-heading-1-lh: 60;
    --esg-font-heading-2-fs: 48;
    --esg-font-heading-2-lh: 56;
    --esg-font-heading-3-fs: 44;
    --esg-font-heading-3-lh: 48;
    --esg-font-heading-4-fs: 36;
    --esg-font-heading-4-lh: 42;
    --esg-font-heading-5-fs: 32;
    --esg-font-heading-5-lh: 36;
    --esg-font-heading-6-fs: 28;
    --esg-font-heading-6-lh: 32;
    --esg-font-heading-7-fs: 24;
    --esg-font-heading-7-lh: 28;
    --esg-font-body-1-fs: 24;
    --esg-font-body-1-lh: 28;
    --esg-font-body-2-fs: 20;
    --esg-font-body-2-lh: 24;
    --esg-font-eyebrow-l-fs: 20;
    --esg-font-eyebrow-l-lh: 24;
    --esg-font-eyebrow-s-fs: 16;
    --esg-font-eyebrow-s-lh: 20;
    --esg-font-disclaimer-fs: 16;
    --esg-font-disclaimer-lh: 18;
    --esg-font-table-th-fs: 20;
    --esg-font-table-th-lh: 24;
    --esg-font-table-td-fs: 20;
    --esg-font-table-td-lh: 24;
    --esg-radius-round: 28;
  }
}
.esg-section {
  padding-block: calc(var(--esg-spacing-4xl) / 16 * 1rem);
  background-color: #f0ece4;
}
.esg-section.esg-bg-secondary {
  background-color: #e6e1d6;
}
.esg-section.no-padding-top {
  padding-block-start: 0;
}
.esg-section.no-padding-bottom {
  padding-block-end: 0;
}
.esg-section sup {
  font-size: 60%;
  vertical-align: super;
}
.esg-section.margin-4xl,
.esg-section .margin-4xl {
  margin-block: calc(var(--esg-spacing-4xl) * 0.0625rem);
}
.esg-section.padding-4xl,
.esg-section .padding-4xl {
  padding-block: calc(var(--esg-spacing-4xl) * 0.0625rem);
}
.esg-section.margin-4xl-top,
.esg-section .margin-4xl-top {
  margin-top: calc(var(--esg-spacing-4xl) * 0.0625rem);
}
.esg-section.padding-4xl-top,
.esg-section .padding-4xl-top {
  padding-top: calc(var(--esg-spacing-4xl) * 0.0625rem);
}
.esg-section.margin-4xl-bottom,
.esg-section .margin-4xl-bottom {
  margin-bottom: calc(var(--esg-spacing-4xl) * 0.0625rem);
}
.esg-section.padding-4xl-bottom,
.esg-section .padding-4xl-bottom {
  padding-bottom: calc(var(--esg-spacing-4xl) * 0.0625rem);
}
.esg-section.margin-3xl,
.esg-section .margin-3xl {
  margin-block: calc(var(--esg-spacing-3xl) * 0.0625rem);
}
.esg-section.padding-3xl,
.esg-section .padding-3xl {
  padding-block: calc(var(--esg-spacing-3xl) * 0.0625rem);
}
.esg-section.margin-3xl-top,
.esg-section .margin-3xl-top {
  margin-top: calc(var(--esg-spacing-3xl) * 0.0625rem);
}
.esg-section.padding-3xl-top,
.esg-section .padding-3xl-top {
  padding-top: calc(var(--esg-spacing-3xl) * 0.0625rem);
}
.esg-section.margin-3xl-bottom,
.esg-section .margin-3xl-bottom {
  margin-bottom: calc(var(--esg-spacing-3xl) * 0.0625rem);
}
.esg-section.padding-3xl-bottom,
.esg-section .padding-3xl-bottom {
  padding-bottom: calc(var(--esg-spacing-3xl) * 0.0625rem);
}
.esg-section.margin-2xl,
.esg-section .margin-2xl {
  margin-block: calc(var(--esg-spacing-2xl) * 0.0625rem);
}
.esg-section.padding-2xl,
.esg-section .padding-2xl {
  padding-block: calc(var(--esg-spacing-2xl) * 0.0625rem);
}
.esg-section.margin-2xl-top,
.esg-section .margin-2xl-top {
  margin-top: calc(var(--esg-spacing-2xl) * 0.0625rem);
}
.esg-section.padding-2xl-top,
.esg-section .padding-2xl-top {
  padding-top: calc(var(--esg-spacing-2xl) * 0.0625rem);
}
.esg-section.margin-2xl-bottom,
.esg-section .margin-2xl-bottom {
  margin-bottom: calc(var(--esg-spacing-2xl) * 0.0625rem);
}
.esg-section.padding-2xl-bottom,
.esg-section .padding-2xl-bottom {
  padding-bottom: calc(var(--esg-spacing-2xl) * 0.0625rem);
}
.esg-section.margin-xl,
.esg-section .margin-xl {
  margin-block: calc(var(--esg-spacing-xl) * 0.0625rem);
}
.esg-section.padding-xl,
.esg-section .padding-xl {
  padding-block: calc(var(--esg-spacing-xl) * 0.0625rem);
}
.esg-section.margin-xl-top,
.esg-section .margin-xl-top {
  margin-top: calc(var(--esg-spacing-xl) * 0.0625rem);
}
.esg-section.padding-xl-top,
.esg-section .padding-xl-top {
  padding-top: calc(var(--esg-spacing-xl) * 0.0625rem);
}
.esg-section.margin-xl-bottom,
.esg-section .margin-xl-bottom {
  margin-bottom: calc(var(--esg-spacing-xl) * 0.0625rem);
}
.esg-section.padding-xl-bottom,
.esg-section .padding-xl-bottom {
  padding-bottom: calc(var(--esg-spacing-xl) * 0.0625rem);
}
.esg-section.margin-l,
.esg-section .margin-l {
  margin-block: calc(var(--esg-spacing-l) * 0.0625rem);
}
.esg-section.padding-l,
.esg-section .padding-l {
  padding-block: calc(var(--esg-spacing-l) * 0.0625rem);
}
.esg-section.margin-l-top,
.esg-section .margin-l-top {
  margin-top: calc(var(--esg-spacing-l) * 0.0625rem);
}
.esg-section.padding-l-top,
.esg-section .padding-l-top {
  padding-top: calc(var(--esg-spacing-l) * 0.0625rem);
}
.esg-section.margin-l-bottom,
.esg-section .margin-l-bottom {
  margin-bottom: calc(var(--esg-spacing-l) * 0.0625rem);
}
.esg-section.padding-l-bottom,
.esg-section .padding-l-bottom {
  padding-bottom: calc(var(--esg-spacing-l) * 0.0625rem);
}
.esg-section.margin-m,
.esg-section .margin-m {
  margin-block: calc(var(--esg-spacing-m) * 0.0625rem);
}
.esg-section.padding-m,
.esg-section .padding-m {
  padding-block: calc(var(--esg-spacing-m) * 0.0625rem);
}
.esg-section.margin-m-top,
.esg-section .margin-m-top {
  margin-top: calc(var(--esg-spacing-m) * 0.0625rem);
}
.esg-section.padding-m-top,
.esg-section .padding-m-top {
  padding-top: calc(var(--esg-spacing-m) * 0.0625rem);
}
.esg-section.margin-m-bottom,
.esg-section .margin-m-bottom {
  margin-bottom: calc(var(--esg-spacing-m) * 0.0625rem);
}
.esg-section.padding-m-bottom,
.esg-section .padding-m-bottom {
  padding-bottom: calc(var(--esg-spacing-m) * 0.0625rem);
}
.esg-section.margin-s,
.esg-section .margin-s {
  margin-block: calc(var(--esg-spacing-s) * 0.0625rem);
}
.esg-section.padding-s,
.esg-section .padding-s {
  padding-block: calc(var(--esg-spacing-s) * 0.0625rem);
}
.esg-section.margin-s-top,
.esg-section .margin-s-top {
  margin-top: calc(var(--esg-spacing-s) * 0.0625rem);
}
.esg-section.padding-s-top,
.esg-section .padding-s-top {
  padding-top: calc(var(--esg-spacing-s) * 0.0625rem);
}
.esg-section.margin-s-bottom,
.esg-section .margin-s-bottom {
  margin-bottom: calc(var(--esg-spacing-s) * 0.0625rem);
}
.esg-section.padding-s-bottom,
.esg-section .padding-s-bottom {
  padding-bottom: calc(var(--esg-spacing-s) * 0.0625rem);
}
.esg-section.margin-xs,
.esg-section .margin-xs {
  margin-block: calc(var(--esg-spacing-xs) * 0.0625rem);
}
.esg-section.padding-xs,
.esg-section .padding-xs {
  padding-block: calc(var(--esg-spacing-xs) * 0.0625rem);
}
.esg-section.margin-xs-top,
.esg-section .margin-xs-top {
  margin-top: calc(var(--esg-spacing-xs) * 0.0625rem);
}
.esg-section.padding-xs-top,
.esg-section .padding-xs-top {
  padding-top: calc(var(--esg-spacing-xs) * 0.0625rem);
}
.esg-section.margin-xs-bottom,
.esg-section .margin-xs-bottom {
  margin-bottom: calc(var(--esg-spacing-xs) * 0.0625rem);
}
.esg-section.padding-xs-bottom,
.esg-section .padding-xs-bottom {
  padding-bottom: calc(var(--esg-spacing-xs) * 0.0625rem);
}
.esg-section .font-heading-1 {
  font-size: calc(var(--esg-font-heading-1-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-heading-1-lh) * 0.0625rem);
  font-weight: var(--esg-font-heading-1-fw, 400);
  color: var(--esg-font-heading-1-cl, #000000);
  letter-spacing: calc(var(--esg-font-heading-1-ls, 0) * 1em);
}
.esg-section .font-heading-2 {
  font-size: calc(var(--esg-font-heading-2-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-heading-2-lh) * 0.0625rem);
  font-weight: var(--esg-font-heading-2-fw, 400);
  color: var(--esg-font-heading-2-cl, #000000);
  letter-spacing: calc(var(--esg-font-heading-2-ls, 0) * 1em);
}
.esg-section .font-heading-3 {
  font-size: calc(var(--esg-font-heading-3-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-heading-3-lh) * 0.0625rem);
  font-weight: var(--esg-font-heading-3-fw, 400);
  color: var(--esg-font-heading-3-cl, #000000);
  letter-spacing: calc(var(--esg-font-heading-3-ls, 0) * 1em);
}
.esg-section .font-heading-4 {
  font-size: calc(var(--esg-font-heading-4-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-heading-4-lh) * 0.0625rem);
  font-weight: var(--esg-font-heading-4-fw, 400);
  color: var(--esg-font-heading-4-cl, #000000);
  letter-spacing: calc(var(--esg-font-heading-4-ls, 0) * 1em);
}
.esg-section .font-heading-5 {
  font-size: calc(var(--esg-font-heading-5-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-heading-5-lh) * 0.0625rem);
  font-weight: var(--esg-font-heading-5-fw, 400);
  color: var(--esg-font-heading-5-cl, #000000);
  letter-spacing: calc(var(--esg-font-heading-5-ls, 0) * 1em);
}
.esg-section .font-heading-6 {
  font-size: calc(var(--esg-font-heading-6-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-heading-6-lh) * 0.0625rem);
  font-weight: var(--esg-font-heading-6-fw, 400);
  color: var(--esg-font-heading-6-cl, #000000);
  letter-spacing: calc(var(--esg-font-heading-6-ls, 0) * 1em);
}
.esg-section .font-heading-7 {
  font-size: calc(var(--esg-font-heading-7-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-heading-7-lh) * 0.0625rem);
  font-weight: var(--esg-font-heading-7-fw, 400);
  color: var(--esg-font-heading-7-cl, #000000);
  letter-spacing: calc(var(--esg-font-heading-7-ls, 0) * 1em);
}
.esg-section .font-body-1 {
  font-size: calc(var(--esg-font-body-1-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-body-1-lh) * 0.0625rem);
  font-weight: var(--esg-font-body-1-fw, 400);
  color: var(--esg-font-body-1-cl, #000000);
  letter-spacing: calc(var(--esg-font-body-1-ls, 0) * 1em);
}
.esg-section .font-body-2 {
  font-size: calc(var(--esg-font-body-2-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-body-2-lh) * 0.0625rem);
  font-weight: var(--esg-font-body-2-fw, 400);
  color: var(--esg-font-body-2-cl, #000000);
  letter-spacing: calc(var(--esg-font-body-2-ls, 0) * 1em);
}
.esg-section .font-body-3 {
  font-size: calc(var(--esg-font-body-3-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-body-3-lh) * 0.0625rem);
  font-weight: var(--esg-font-body-3-fw, 400);
  color: var(--esg-font-body-3-cl, #000000);
  letter-spacing: calc(var(--esg-font-body-3-ls, 0) * 1em);
}
.esg-section .font-eyebrow-l {
  font-size: calc(var(--esg-font-eyebrow-l-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-eyebrow-l-lh) * 0.0625rem);
  font-weight: var(--esg-font-eyebrow-l-fw, 400);
  color: var(--esg-font-eyebrow-l-cl, #000000);
  letter-spacing: calc(var(--esg-font-eyebrow-l-ls, 0) * 1em);
}
.esg-section .font-eyebrow-s {
  font-size: calc(var(--esg-font-eyebrow-s-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-eyebrow-s-lh) * 0.0625rem);
  font-weight: var(--esg-font-eyebrow-s-fw, 400);
  color: var(--esg-font-eyebrow-s-cl, #000000);
  letter-spacing: calc(var(--esg-font-eyebrow-s-ls, 0) * 1em);
}
.esg-section .font-disclaimer-fs {
  font-size: calc(var(--esg-font-disclaimer-fs-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-disclaimer-fs-lh) * 0.0625rem);
  font-weight: var(--esg-font-disclaimer-fs-fw, 400);
  color: var(--esg-font-disclaimer-fs-cl, #000000);
  letter-spacing: calc(var(--esg-font-disclaimer-fs-ls, 0) * 1em);
}
.esg-section .font-disclaimer-lh {
  font-size: calc(var(--esg-font-disclaimer-lh-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-disclaimer-lh-lh) * 0.0625rem);
  font-weight: var(--esg-font-disclaimer-lh-fw, 400);
  color: var(--esg-font-disclaimer-lh-cl, #000000);
  letter-spacing: calc(var(--esg-font-disclaimer-lh-ls, 0) * 1em);
}
.esg-section .font-disclaimer-cl {
  font-size: calc(var(--esg-font-disclaimer-cl-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-disclaimer-cl-lh) * 0.0625rem);
  font-weight: var(--esg-font-disclaimer-cl-fw, 400);
  color: var(--esg-font-disclaimer-cl-cl, #000000);
  letter-spacing: calc(var(--esg-font-disclaimer-cl-ls, 0) * 1em);
}
.esg-section .font-table-th {
  font-size: calc(var(--esg-font-table-th-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-table-th-lh) * 0.0625rem);
  font-weight: var(--esg-font-table-th-fw, 400);
  color: var(--esg-font-table-th-cl, #000000);
  letter-spacing: calc(var(--esg-font-table-th-ls, 0) * 1em);
}
.esg-section .font-table-td {
  font-size: calc(var(--esg-font-table-td-fs) * 0.0625rem);
  line-height: calc(var(--esg-font-table-td-lh) * 0.0625rem);
  font-weight: var(--esg-font-table-td-fw, 400);
  color: var(--esg-font-table-td-cl, #000000);
  letter-spacing: calc(var(--esg-font-table-td-ls, 0) * 1em);
}

.esg-title-main {
  font-size: calc(var(--esg-font-heading-1-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-1-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-1-fw);
}
.esg-title-lead {
  font-size: calc(var(--esg-font-heading-3-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-3-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-3-fw);
}
.esg-title-desc {
  font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
  color: #262626;
}
.esg-title-sub {
  font-size: calc(var(--esg-font-heading-4-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-4-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-4-fw);
}
.esg-topic {
  font-size: calc(var(--esg-font-heading-6-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-6-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-6-fw);
}
.esg-desc {
  font-size: calc(var(--esg-font-body-1-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-1-lh) / 16 * 1rem);
}
.esg-body-l {
  font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
}
.esg-body-s {
  font-size: calc(var(--esg-font-body-3-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-3-lh) / 16 * 1rem);
}
.esg-eyebrow-l {
  font-size: calc(var(--esg-font-eyebrow-l-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-eyebrow-l-lh) / 16 * 1rem);
  font-weight: var(--esg-font-eyebrow-l-fw);
}
.esg-eyebrow-s {
  font-size: calc(var(--esg-font-eyebrow-s-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-eyebrow-s-lh) / 16 * 1rem);
}
.esg-disclaimer {
  font-size: calc(var(--esg-font-disclaimer-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-disclaimer-lh) / 16 * 1rem);
  color: var(--esg-font-disclaimer-cl);
  color: #646464;
}
.esg-heading-group {
  margin-block-end: calc(var(--esg-spacing-3xl) / 16 * 1rem);
}
.esg-heading-group:has(> .esg-heading-sub-group) {
  margin-block-end: calc(var(--esg-spacing-xl) / 16 * 1rem);
}
.esg-heading-group > * + * {
  margin-block-start: calc(var(--esg-spacing-s) / 16 * 1rem);
}
.esg-heading-group > .esg-title-main + .esg-title-desc {
  margin-block-start: calc(var(--esg-spacing-m) / 16 * 1rem);
}
.esg-heading-group > * + .esg-heading-sub-group {
  margin-block-start: calc(var(--esg-spacing-3xl) / 16 * 1rem);
}
.esg-heading-group > .esg-disclaimer {
  margin-block-start: calc(var(--esg-spacing-m) / 16 * 1rem);
}
.esg-heading-group > .esg-disclaimer + esg-link {
  margin-block-start: calc(var(--esg-spacing-s) / 16 * 1rem);
}
.esg-heading-group > .esg-link {
  margin-block-start: calc(var(--esg-spacing-m) / 16 * 1rem);
}
.esg-heading-group > .esg-title-lead + * {
  margin-block-start: 1.5rem;
}
.esg-heading-sub-group {
  display: flex;
  flex-direction: column;
}
.esg-heading-sub-group > * + * {
  margin-block-start: calc(var(--esg-spacing-s) / 16 * 1rem);
}
.esg-link {
  display: flex;
  flex-direction: column;
  gap: calc(var(--esg-spacing-s) / 16 * 1rem);
}
@media all and (min-width: 1440px) {
  .esg-link {
    flex-direction: row;
  }
}
.esg-text-white {
  color: #ffffff;
}
.esg-common-round {
  border-radius: calc(var(--esg-radius-round) * 0.0625rem);
  overflow: hidden;
}
.esg-img-wrapper {
  display: block;
  width: 100%;
}
.esg-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg-layer {
  --title-color: #000;
  --body-color: #262626;
  --gray-color: #646464;
  --invert-color: #fff;
  --font-bold: 550;
}
.esg-layer-eyebrow-l {
  font-size: calc(var(--esg-font-eyebrow-l-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-eyebrow-l-lh) / 16 * 1rem);
  font-weight: var(--esg-font-eyebrow-l-fw);
}
.esg-layer-title-main {
  font-size: calc(var(--esg-font-heading-4-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-4-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-4-fw);
  color: var(--title-color);
}
.esg-layer-title-sub {
  font-size: calc(var(--esg-font-heading-7-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-7-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-7-fw);
  color: var(--title-color);
}
.esg-layer-title-third {
  font-size: calc(var(--esg-font-heading-7-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-7-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-7-fw);
  color: var(--title-color);
}
.esg-layer-title-body {
  font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
  font-weight: var(--font-bold);
  color: var(--body-color);
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 768px) {
  .esg-layer-title-body {
    margin-top: 1rem;
  }
}
.esg-layer-body-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}
.esg-layer-body-list-item {
  display: block;
}
.esg-layer-body-l {
  font-size: calc(var(--esg-font-body-1-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-1-lh) / 16 * 1rem);
  color: var(--body-color);
}
.esg-layer-body-m {
  font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
  color: var(--body-color);
}
.esg-layer-body-s {
  font-size: calc(var(--esg-font-body-3-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-3-lh) / 16 * 1rem);
  color: var(--body-color);
}
.esg-layer-specs-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.esg-layer-specs-item {
  font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
  position: relative;
  padding-left: 1.5rem;
  color: var(--body-color);
}
@media all and (min-width: 768px) {
  .esg-layer-specs-item {
    padding-left: 1.875rem;
  }
}
.esg-layer-specs-item::before {
  content: "•";
  position: absolute;
  left: 0;
  width: 1.5rem;
  text-align: center;
  color: var(--body-color);
}
@media all and (min-width: 768px) {
  .esg-layer-specs-item::before {
    width: 1.875rem;
  }
}
.esg-layer-disclaimer {
  font-size: calc(var(--esg-font-disclaimer-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-disclaimer-lh) / 16 * 1rem);
  color: var(--esg-font-disclaimer-cl);
  color: var(--gray-color);
}
.esg-layer-disclaimer-list {
  margin-block-start: 1rem;
}
.esg-layer-disclaimer-list-title {
  font-size: calc(var(--esg-font-disclaimer-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-disclaimer-lh) / 16 * 1rem);
  color: var(--esg-font-disclaimer-cl);
  font-weight: var(--font-bold);
  color: var(--gray-color);
}
.esg-layer-disclaimer-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-block: 0.5rem;
}
.esg-layer-disclaimer-list-wrap li {
  font-size: calc(var(--esg-font-disclaimer-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-disclaimer-lh) / 16 * 1rem);
  color: var(--esg-font-disclaimer-cl);
  color: var(--gray-color);
  position: relative;
  padding-left: 1.5rem;
  color: var(--gray-color);
}
@media all and (min-width: 768px) {
  .esg-layer-disclaimer-list-wrap li {
    padding-left: 1.875rem;
  }
}
.esg-layer-disclaimer-list-wrap li::before {
  content: "•";
  position: absolute;
  left: 0;
  width: 1.5rem;
  text-align: center;
  color: var(--gray-color);
}
@media all and (min-width: 768px) {
  .esg-layer-disclaimer-list-wrap li::before {
    width: 1.875rem;
  }
}
.esg-layer-two-media {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}
@media all and (min-width: 768px) {
  .esg-layer-two-media {
    flex-direction: row;
    gap: 0.5rem;
  }
}
.esg-layer-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  order: -1;
}
.esg-layer-media .video-wrapper,
.esg-layer-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.esg-layer-media img,
.esg-layer-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.esg-layer-cta {
  margin-top: 0.75rem;
}
@media all and (min-width: 768px) {
  .esg-layer-cta {
    margin-top: 1.5rem;
  }
}
.esg-layer-cta.center {
  text-align: center;
  margin-block: auto;
}
.esg-layer-link {
  text-align: center;
}
.esg-layer-title-main + .esg-layer-body-m, .esg-layer-title-main + .esg-layer-body-list {
  margin-top: 0.5rem;
}
.esg-layer-title-main + .esg-layer-media, .esg-layer-title-main + .esg-layer-two-media {
  margin-top: 1.5rem;
}
.esg-layer-title-third + .esg-layer-body-m, .esg-layer-title-sub + .esg-layer-body-m, .esg-layer-title-third + .esg-layer-body-list, .esg-layer-title-sub + .esg-layer-body-list {
  margin-top: 0.5rem;
}
.esg-layer-title-third + .esg-layer-specs-list, .esg-layer-title-main + .esg-layer-specs, .esg-layer-title-sub + .esg-layer-specs {
  margin-top: 0.5rem;
}
.esg-layer-title-sub + .esg-layer-title-sub, .esg-layer-title-third + .esg-layer-title-third {
  margin-top: 0.75rem;
}
@media all and (min-width: 768px) {
  .esg-layer-title-sub + .esg-layer-title-sub, .esg-layer-title-third + .esg-layer-title-third {
    margin-top: 1rem;
  }
}
.esg-layer-media + .esg-layer-title-main, .esg-layer-two-media + .esg-layer-title-main {
  margin-top: 1.5rem;
}
@media all and (min-width: 768px) {
  .esg-layer-media + .esg-layer-title-main, .esg-layer-two-media + .esg-layer-title-main {
    margin-top: 3rem;
  }
}
.esg-layer-title-sub + .esg-layer-body-s, .esg-layer-body-s + .esg-layer-body-s {
  margin-top: 0.5rem;
}
@media all and (min-width: 768px) {
  .esg-layer-title-sub + .esg-layer-body-s, .esg-layer-body-s + .esg-layer-body-s {
    margin-top: 0.5rem;
  }
}
.esg-layer-body-m + .esg-layer-body-m {
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .esg-layer-body-m + .esg-layer-body-m {
    margin-top: 1.5rem;
  }
}
.esg-layer-media + .esg-layer-title-sub, .esg-layer-body-m + .esg-layer-media, .esg-layer-body-list + .esg-layer-media, .esg-layer-two-media + .esg-layer-title-sub, .esg-layer-body-m + .esg-layer-two-media, .esg-layer-body-list + .esg-layer-title-sub {
  margin-top: 1.5rem;
}
.esg-layer-media + .esg-layer-body-m, .esg-layer-two-media + .esg-layer-body-m, .esg-layer-media + .esg-layer-body-list, .esg-layer-two-media + .esg-layer-body-list {
  margin-top: 0.75rem;
}
@media all and (min-width: 768px) {
  .esg-layer-media + .esg-layer-body-m, .esg-layer-two-media + .esg-layer-body-m, .esg-layer-media + .esg-layer-body-list, .esg-layer-two-media + .esg-layer-body-list {
    margin-top: 1.5rem;
  }
}
.esg-layer-body-m + .esg-layer-specs, .esg-layer-body-list + .esg-layer-specs {
  margin-top: 0.5rem;
}
@media all and (min-width: 768px) {
  .esg-layer-body-m + .esg-layer-specs, .esg-layer-body-list + .esg-layer-specs {
    margin-top: 1rem;
  }
}
.esg-layer-media + .esg-layer-disclaimer, .esg-layer-media + div > .esg-layer-disclaimer:first-child, .esg-layer-two-media + .esg-layer-disclaimer, .esg-layer-two-media + div > .esg-layer-disclaimer:first-child, .esg-layer-body-m + .esg-layer-disclaimer, .esg-layer-body-m + div > .esg-layer-disclaimer:first-child, .esg-layer-body-list + .esg-layer-disclaimer, .esg-layer-body-list + div > .esg-layer-disclaimer:first-child, .esg-layer-specs + .esg-layer-disclaimer, .esg-layer-specs + div > .esg-layer-disclaimer:first-child {
  margin-top: 1rem;
}
.esg-layer-disclaimer + .esg-layer-disclaimer {
  margin-top: 0.25rem;
}
@media all and (min-width: 768px) {
  .esg-layer-disclaimer + .esg-layer-disclaimer {
    margin-top: 0.5rem;
  }
}
.esg-layer-body-m + .esg-layer-cta, .esg-layer-body-list + .esg-layer-cta {
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .esg-layer-body-m + .esg-layer-cta, .esg-layer-body-list + .esg-layer-cta {
    margin-top: 1.5rem;
  }
}

/* layer */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.esg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  padding: 0 !important;
  background-color: transparent !important;
}
.esg-layer[aria-hidden=false] {
  display: block;
}
.esg-layer .layer-dimmed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.esg-layer .layer-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 64rem;
  height: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 1;
  background-color: #ffffff;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-container {
    width: calc(100% - 2rem);
    height: calc(100vh - 5rem);
    border-radius: 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  .esg-layer .layer-container {
    height: calc(100vh - 10rem);
    border-radius: 1.75rem;
  }
}
.esg-layer .layer-fixed {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding-block: 0.5rem 1.5rem;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  font-family: "LGEI Headline", sans-serif;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-fixed {
    padding-block: 0.75rem 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  .esg-layer .layer-fixed {
    padding-block: 1rem 1.5rem;
  }
}
.esg-layer .layer-fixed .layer-close-btn {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  margin-right: 0.5rem;
  cursor: pointer;
}
.esg-layer .layer-fixed .layer-close-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-fixed .layer-close-btn {
    margin-right: 1rem;
  }
}
.esg-layer .layer-fixed .layer-header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: relative;
  margin-top: 0.5rem;
  padding: 0 1rem;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-fixed .layer-header {
    align-items: flex-end;
    margin-top: 0;
    padding: 0 2rem;
  }
  .esg-layer .layer-fixed .layer-header:has(.layer-title:only-child) {
    align-items: center;
  }
}
@media all and (min-width: 1440px) {
  .esg-layer .layer-fixed .layer-header {
    padding: 0 3rem;
  }
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev, .esg-layer .layer-fixed .layer-header .layer-btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: auto;
  height: 2.25rem;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: opacity 0.3s;
  cursor: pointer;
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev.is-hidden, .esg-layer .layer-fixed .layer-header .layer-btn-next.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev::before, .esg-layer .layer-fixed .layer-header .layer-btn-prev::after, .esg-layer .layer-fixed .layer-header .layer-btn-next::before, .esg-layer .layer-fixed .layer-header .layer-btn-next::after {
  content: "";
  display: none;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-layer-nav.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s;
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev .layer-nav-label, .esg-layer .layer-fixed .layer-header .layer-btn-next .layer-nav-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #262626;
  white-space: nowrap;
}
@media all and (min-width: 1440px) {
  .esg-layer .layer-fixed .layer-header .layer-btn-prev .layer-nav-label, .esg-layer .layer-fixed .layer-header .layer-btn-next .layer-nav-label {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    border: 0;
  }
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev:hover::before, .esg-layer .layer-fixed .layer-header .layer-btn-prev:hover::after, .esg-layer .layer-fixed .layer-header .layer-btn-next:hover::before, .esg-layer .layer-fixed .layer-header .layer-btn-next:hover::after {
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-layer-nav-hover.svg");
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev:hover .layer-nav-label, .esg-layer .layer-fixed .layer-header .layer-btn-next:hover .layer-nav-label {
  color: #000;
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev {
  justify-self: start;
}
.esg-layer .layer-fixed .layer-header .layer-btn-prev::before {
  display: block;
  transform: rotate(180deg);
}
.esg-layer .layer-fixed .layer-header .layer-btn-next {
  justify-self: end;
}
.esg-layer .layer-fixed .layer-header .layer-btn-next::after {
  display: block;
}
.esg-layer .layer-fixed .layer-header.is-only-title {
  grid-template-columns: 1fr;
}
.esg-layer .layer-fixed .layer-header.is-only-title .layer-title-area {
  grid-column: 1;
}
.esg-layer .layer-fixed .layer-header.is-only-title .layer-title-area .layer-eyebrow,
.esg-layer .layer-fixed .layer-header.is-only-title .layer-title-area .layer-title {
  height: auto;
}
.esg-layer .layer-fixed .layer-header.is-only-title .layer-btn-prev,
.esg-layer .layer-fixed .layer-header.is-only-title .layer-btn-next {
  display: none !important;
}
.esg-layer .layer-fixed .layer-header .layer-title-area {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.esg-layer .layer-fixed .layer-header .layer-title-area.is-align-left {
  align-items: flex-start;
  text-align: left;
}
.esg-layer .layer-fixed .layer-header .layer-title-area.is-align-center {
  align-items: center;
  text-align: center;
}
.esg-layer .layer-fixed .layer-header .layer-title-area .layer-eyebrow {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  color: #262626;
}
.esg-layer .layer-fixed .layer-header .layer-title-area .layer-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 550;
  color: #000000;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-fixed .layer-header .layer-title-area .layer-eyebrow {
    height: 1.375rem;
    font-size: 1.125rem;
    line-height: 1.2222;
  }
  .esg-layer .layer-fixed .layer-header .layer-title-area .layer-title {
    font-size: 2rem;
    line-height: 1.125;
    font-weight: 550;
  }
}
@media all and (min-width: 1440px) {
  .esg-layer .layer-fixed .layer-header .layer-title-area .layer-eyebrow {
    height: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .esg-layer .layer-fixed .layer-header .layer-title-area .layer-title {
    height: 3rem;
    font-size: 2.75rem;
    line-height: 1.0909;
    font-weight: 550;
  }
}
.esg-layer .layer-fixed .layer-tabs-area {
  z-index: 5;
  margin: 1.25rem 1rem 0;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: var(--dropdown-button-height, 2.75rem);
}
.esg-layer .layer-fixed .layer-tabs-area:empty {
  display: none;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-fixed .layer-tabs-area {
    margin: 1.5rem 2rem 0;
    height: var(--dropdown-button-height, 3rem);
  }
}
@media all and (min-width: 1440px) {
  .esg-layer .layer-fixed .layer-tabs-area {
    margin: 2rem 3rem 0;
  }
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown {
  position: absolute;
  width: calc(100% - 2rem);
  z-index: 20;
  background-color: rgba(204, 204, 204, 0.25);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  border-radius: 1.375rem;
  --dropdown-button-height: rem(44);
}
@media all and (min-width: 768px) {
  .esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown {
    display: none;
  }
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-button {
  width: 100%;
  padding: 0.75rem 2.75rem 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  display: block;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  border-radius: 1.375rem;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-button::after {
  content: "";
  display: none;
  width: calc(100% - 0.5rem);
  height: 1px;
  background-color: rgba(51, 51, 51, 0.33);
  position: absolute;
  bottom: 0;
  left: 0.25rem;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-button .dropdown-arrow {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  z-index: 3;
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-layer-mo-tab.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(-180deg);
  transition: transform 0.3s ease;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-menu {
  position: absolute;
  top: var(--dropdown-button-height, 3.25rem);
  left: 0;
  right: 0;
  margin-top: -1px;
  border-radius: 0 0 1.375rem 1.375rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.3s ease 0.15s;
  overflow: hidden;
  box-shadow: none;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-menu .layer-tabs-dropdown-item {
  width: 100%;
  padding: 0.75rem 1.25rem;
  border: none;
  background: none;
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 400;
  color: #262626;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  transition: none;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-menu .layer-tabs-dropdown-item:first-child {
  border-radius: 0;
  border-top: none;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-menu .layer-tabs-dropdown-item:last-child, .esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-menu .layer-tabs-dropdown-item:only-child {
  border-radius: 0 0 1.375rem 1.375rem;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-menu .layer-tabs-dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown-menu .layer-tabs-dropdown-item.is-active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown.is-open {
  z-index: 100;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown.is-open .layer-tabs-dropdown-button::after {
  display: block;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown.is-open .layer-tabs-dropdown-button .dropdown-arrow {
  transform: translateY(-50%) rotate(0deg);
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown.is-open .layer-tabs-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-dropdown.is-open .layer-tabs-dropdown-menu .layer-tabs-dropdown-item {
  opacity: 1;
  transition: background-color 0.3s ease;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-list {
  display: none;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-fixed .layer-tabs-area .layer-tabs-list {
    display: flex;
    justify-content: center;
    height: 3rem;
    padding: 0.25rem;
    border-radius: 6.25rem;
    background-color: rgba(204, 204, 204, 0.25);
    list-style: none;
    margin: 0;
  }
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-list .layer-tab-btn {
  display: flex;
  padding: 0.625rem 1.5rem;
  border-radius: 6.25rem;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-list .layer-tab-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-list .layer-tab-btn.is-active {
  background-color: #000000;
  font-weight: 600;
  color: #ffffff;
}
.esg-layer .layer-fixed .layer-tabs-area .layer-tabs-list .layer-tab-btn.is-active:focus-visible {
  outline: 2px solid #ea1917 !important;
  outline-offset: 2px;
}
.esg-layer .layer-scrollable {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 1.5rem 1rem 3rem 1rem;
  background-color: #ffffff;
  outline: none;
}
.esg-layer .layer-scrollable::-webkit-scrollbar {
  display: none;
}
.esg-layer .layer-scrollable:focus-visible {
  outline: 2px solid #000000;
  outline-offset: -3px;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-scrollable {
    padding: 1.5rem 2rem 4rem 2rem;
  }
}
@media all and (min-width: 1440px) {
  .esg-layer .layer-scrollable {
    padding: 1.5rem 3rem 4rem 3rem;
  }
}
.esg-layer .layer-content-wrap {
  display: flex;
  flex-direction: column;
}
.esg-layer .layer-content-wrap:first-child {
  margin-top: 0;
}
.esg-layer .layer-content-wrap {
  gap: 2.5rem;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-content-wrap {
    gap: 3rem;
  }
}
.esg-layer .layer-content-wrap + .layer-content-wrap {
  margin-top: 2.5rem;
}
@media all and (min-width: 768px) {
  .esg-layer .layer-content-wrap + .layer-content-wrap {
    margin-top: 3rem;
  }
}
.esg-layer .layer-content-wrap.grouped-default {
  gap: 1.5rem !important;
}

body.layer-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* explore */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.component-explore .esg-slider-controls {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
  margin-block-start: 1rem;
}
@media all and (min-width: 1440px) {
  .component-explore .esg-slider-controls {
    width: auto;
    gap: 0.5rem;
    margin-block-start: unset;
  }
}
.component-explore .esg-slider-controls .esg-slider-prev,
.component-explore .esg-slider-controls .esg-slider-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, border-color 0.3s;
}
.component-explore .esg-slider-controls .esg-slider-prev::after,
.component-explore .esg-slider-controls .esg-slider-next::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav-m.svg");
}
@media all and (min-width: 1440px) {
  .component-explore .esg-slider-controls .esg-slider-prev,
  .component-explore .esg-slider-controls .esg-slider-next {
    width: 2.75rem;
    height: 2.75rem;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #646464;
    border-radius: 50%;
  }
  .component-explore .esg-slider-controls .esg-slider-prev::after,
  .component-explore .esg-slider-controls .esg-slider-next::after {
    background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav.svg");
    width: 1.5rem;
    height: 1.5rem;
  }
}
.component-explore .esg-slider-controls .esg-slider-prev:disabled, .component-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled,
.component-explore .esg-slider-controls .esg-slider-next:disabled,
.component-explore .esg-slider-controls .esg-slider-next.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.component-explore .esg-slider-controls .esg-slider-prev:disabled::after, .component-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled::after,
.component-explore .esg-slider-controls .esg-slider-next:disabled::after,
.component-explore .esg-slider-controls .esg-slider-next.swiper-button-disabled::after {
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav-m-disabled.svg");
}
@media all and (min-width: 1440px) {
  .component-explore .esg-slider-controls .esg-slider-prev:disabled, .component-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled,
  .component-explore .esg-slider-controls .esg-slider-next:disabled,
  .component-explore .esg-slider-controls .esg-slider-next.swiper-button-disabled {
    border-color: #cbc8c2;
  }
  .component-explore .esg-slider-controls .esg-slider-prev:disabled::after, .component-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled::after,
  .component-explore .esg-slider-controls .esg-slider-next:disabled::after,
  .component-explore .esg-slider-controls .esg-slider-next.swiper-button-disabled::after {
    background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav-disabled.svg");
  }
}
.component-explore .esg-slider-controls .esg-slider-prev {
  transform: rotate(180deg);
}
.component-explore .esg-slider-controls .esg-slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  pointer-events: none;
}
.component-explore .esg-slider-controls .esg-slider-pagination .swiper-pagination-current,
.component-explore .esg-slider-controls .esg-slider-pagination .swiper-pagination-total {
  min-width: 0.625rem;
}
@media all and (min-width: 1440px) {
  .component-explore .esg-slider-controls .esg-slider-pagination {
    display: none;
  }
}
.component-explore .esg-slider-controls .esg-slider-pagination.swiper-pagination-fraction {
  position: static;
  width: auto;
  gap: 0.25rem;
}

.component-explore {
  background-color: #f0ece4;
}
.component-explore-slider {
  position: relative;
  overflow: visible;
}
.component-explore-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 19.375rem;
  aspect-ratio: 310/480;
}
.component-explore-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.component-explore-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 1.875rem 1.5rem;
  position: relative;
  z-index: 2;
}
.component-explore-eyebrow {
  margin-bottom: 0.375rem;
  font-weight: var(--fw-bold);
}
.component-explore-title {
  margin-bottom: 0.75rem;
  font-weight: var(--fw-bold);
}
.component-explore .esg-slider-controls {
  justify-content: center;
  margin-top: 1.5rem;
}
@media all and (min-width: 768px) {
  .component-explore .esg-slider-controls {
    margin-top: 2.25rem;
  }
}
@media all and (min-width: 1440px) {
  .component-explore .esg-slider-controls {
    display: none;
  }
}
.component-explore .esg-btn-outline:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px;
  background-color: #ea1917;
  color: #ffffff;
  border-color: transparent;
}
@media all and (min-width: 768px) {
  .component-explore-item {
    width: 23.75rem;
  }
  .component-explore-text {
    padding: 2.25rem 1.75rem;
  }
  .component-explore-eyebrow {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.2222;
    font-weight: var(--fw-normal);
  }
  .component-explore-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.1875;
  }
}
@media all and (min-width: 1440px) {
  .component-explore-slider {
    overflow: hidden;
  }
  .component-explore-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .component-explore-slider .swiper-wrapper > * {
    flex: 0 0 calc(33.3333333333% - 1rem);
    max-width: calc(33.3333333333% - 1rem);
  }
  .component-explore-item {
    width: 100%;
    aspect-ratio: 464/550;
  }
  .component-explore-text {
    padding: 2.5rem 2rem;
  }
  .component-explore-eyebrow {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: var(--fw-normal);
  }
  .component-explore-title {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}

/* carbon-gas-management */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.carbon-gas-management {
  background-color: #f0ece4;
}
.carbon-gas-management-overview {
  margin-block-end: calc(var(--esg-spacing-3xl) / 16 * 1rem);
}
.carbon-gas-management-overview-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.carbon-gas-management-overview-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #CBC8C2;
  border-radius: 1.25rem;
  overflow: hidden;
}
.carbon-gas-management-overview-title {
  padding: 1.25rem 1.375rem;
  background-color: #646464;
  font-weight: 550;
  text-align: center;
}
.carbon-gas-management-overview-description {
  padding: 1.5rem;
  line-height: 1.125;
  background-color: #F6F3EB;
}
@media all and (min-width: 768px) {
  .carbon-gas-management-overview-list {
    flex-direction: row;
  }
  .carbon-gas-management-overview-item {
    flex: 1;
  }
  .carbon-gas-management-overview-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 8.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 550;
  }
  .carbon-gas-management-overview-description {
    flex: 1;
    font-size: 0.9375rem;
    line-height: 1.2;
  }
}
@media all and (min-width: 1440px) {
  .carbon-gas-management-overview-list {
    gap: 1.5rem;
  }
  .carbon-gas-management-overview-item {
    gap: 0.5rem;
    border: none;
    border-radius: 0;
  }
  .carbon-gas-management-overview-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 550;
  }
  .carbon-gas-management-overview-description {
    padding: 1.5rem;
    border: 1px solid #CBC8C2;
    border-radius: 1rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: var(--fw-normal);
  }
}
.carbon-gas-management-emissions-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (min-width: 768px) {
  .carbon-gas-management-emissions-content {
    gap: 2.25rem;
    margin-block-start: 1.25rem;
  }
  .carbon-gas-management-emissions-title {
    font-size: 2rem;
    line-height: 1.1875;
    font-weight: 550;
  }
}
@media all and (min-width: 1440px) {
  .carbon-gas-management-emissions-content {
    gap: 3rem;
  }
  .carbon-gas-management-emissions-title {
    font-size: 2.75rem;
    line-height: 1.0909;
    font-weight: 550;
  }
}
.carbon-gas-management-scope {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.carbon-gas-management-scope-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.carbon-gas-management-scope-title {
  font-weight: 550;
}
.carbon-gas-management-scope-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.125rem 1rem 0.125rem 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.carbon-gas-management-scope-button-text {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 550;
  color: var(--default-color);
}
.carbon-gas-management-scope-button::after {
  content: "";
  display: block;
  width: 1.3125rem;
  position: absolute;
  top: 50%;
  right: -0.3125rem;
  aspect-ratio: 1/1;
  background: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-down.svg") no-repeat center center;
  background-size: cover;
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(0deg);
}
.carbon-gas-management-scope-button[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(180deg);
}
.carbon-gas-management-scope-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (min-width: 768px) {
  .carbon-gas-management-scope {
    gap: 1.125rem;
  }
  .carbon-gas-management-scope-heading {
    gap: 0.625rem;
  }
  .carbon-gas-management-scope-button {
    padding: 0.125rem 1.125rem 0.125rem 0;
  }
  .carbon-gas-management-scope-button-text {
    font-size: 1rem;
    line-height: 1;
    font-weight: 550;
  }
  .carbon-gas-management-scope-button::after {
    width: 1.5rem;
    right: -0.375rem;
  }
}
@media all and (min-width: 1440px) {
  .carbon-gas-management-scope {
    gap: 1.25rem;
  }
}
.carbon-gas-management-scope-table {
  --carbon-table-border-color: #CBC8C2;
  --carbon-table-background-color: #F6F3EB;
  --carbon-table-background-color-thead: #E6E1D6;
  width: 100%;
  overflow-x: auto;
}
.carbon-gas-management-scope-table table {
  background-color: var(--carbon-table-background-color);
  border-collapse: collapse;
  text-align: left;
}
.carbon-gas-management-scope-table .scope12-col-01 {
  width: 21.25rem;
}
.carbon-gas-management-scope-table .scope12-col-02 {
  width: 9.625rem;
}
.carbon-gas-management-scope-table .scope12-col-03 {
  width: 6.4375rem;
}
.carbon-gas-management-scope-table .scope12-col-04, .carbon-gas-management-scope-table .scope12-col-05, .carbon-gas-management-scope-table .scope12-col-06, .carbon-gas-management-scope-table .scope12-col-07 {
  width: 7.5625rem;
}
.carbon-gas-management-scope-table .scope3-col-01 {
  width: 7.75rem;
}
.carbon-gas-management-scope-table .scope3-col-02 {
  width: 8.5625rem;
}
.carbon-gas-management-scope-table .scope3-col-03 {
  width: 7.375rem;
}
.carbon-gas-management-scope-table .scope3-col-04 {
  width: 14.75rem;
}
.carbon-gas-management-scope-table .scope3-col-05 {
  width: 6rem;
}
.carbon-gas-management-scope-table .scope3-col-06, .carbon-gas-management-scope-table .scope3-col-07, .carbon-gas-management-scope-table .scope3-col-08 {
  width: 8.25rem;
}
.carbon-gas-management-scope-table th,
.carbon-gas-management-scope-table td {
  padding: 0.875rem 1.25rem;
  vertical-align: middle;
}
.carbon-gas-management-scope-table th:last-child,
.carbon-gas-management-scope-table td:last-child {
  border-right: none;
}
.carbon-gas-management-scope-table th strong,
.carbon-gas-management-scope-table td strong {
  font-weight: 550;
}
.carbon-gas-management-scope-table thead {
  background-color: var(--carbon-table-background-color-thead);
}
.carbon-gas-management-scope-table thead tr th {
  border-right: 1px solid var(--carbon-table-border-color);
  border-bottom: 1px solid var(--carbon-table-border-color);
  text-align: center;
  font-size: calc(var(--esg-font-table-th-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-table-th-lh) / 16 * 1rem);
  font-weight: var(--esg-font-table-th-fw);
  font-weight: 600;
}
.carbon-gas-management-scope-table tbody {
  background-color: #ffffff;
}
.carbon-gas-management-scope-table tbody tr td {
  border-bottom: 1px solid var(--carbon-table-border-color);
  border-right: 1px solid var(--carbon-table-border-color);
  font-size: calc(var(--esg-font-table-td-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-table-td-lh) / 16 * 1rem);
}
.carbon-gas-management-scope-table tbody tr:last-child td {
  border-bottom: 1px solid var(--carbon-table-border-color);
}
.carbon-gas-management-scope-table .align-left {
  text-align: left;
}
.carbon-gas-management-scope-table .align-center {
  text-align: center;
}
.carbon-gas-management-scope-table .align-right {
  text-align: right;
}
.carbon-gas-management-scope-table-scope1-2 {
  min-width: 87.5rem;
}
.carbon-gas-management-scope-table-scope3 {
  min-width: 46rem;
}
.carbon-gas-management-scope-table-scope3.is-open {
  min-width: 87.5rem;
}
.carbon-gas-management-scope-table-scope3 caption .caption-open {
  display: none;
}
.carbon-gas-management-scope-table-scope3 thead .head-open {
  display: none;
}
.carbon-gas-management-scope-table-scope3 tbody tr:not(.total-row) {
  display: none;
}
.carbon-gas-management-scope-table-scope3.is-open caption .caption-closed {
  display: none;
}
.carbon-gas-management-scope-table-scope3.is-open caption .caption-open {
  display: inline;
}
.carbon-gas-management-scope-table-scope3.is-open thead .head-closed {
  display: none;
}
.carbon-gas-management-scope-table-scope3.is-open thead .head-open {
  display: table-row;
}
.carbon-gas-management-scope-table-scope3.is-open tbody tr:not(.total-row) {
  display: table-row;
}
.carbon-gas-management-scope-table-scope3.is-open .total-row-hidden {
  display: none;
}
@media all and (min-width: 1440px) {
  .carbon-gas-management-scope-table-table {
    width: 100%;
    padding-inline: 0;
    margin-inline-start: 0;
    overflow-x: hidden;
  }
  .carbon-gas-management-scope-table-scope3.is-open .scope3-col-01 {
    width: 10rem;
  }
  .carbon-gas-management-scope-table-scope3.is-open .scope3-col-02 {
    width: 14.375rem;
  }
  .carbon-gas-management-scope-table-scope3.is-open .scope3-col-03 {
    width: 9.125rem;
  }
  .carbon-gas-management-scope-table-scope3.is-open .scope3-col-04 {
    width: 20.5rem;
  }
  .carbon-gas-management-scope-table-scope3.is-open .scope3-col-05 {
    width: 7.5rem;
  }
  .carbon-gas-management-scope-table-scope3.is-open .scope3-col-06, .carbon-gas-management-scope-table-scope3.is-open .scope3-col-07, .carbon-gas-management-scope-table-scope3.is-open .scope3-col-08 {
    width: 9.5rem;
  }
  .carbon-gas-management-scope-table-scope3 .scope3-col-01, .carbon-gas-management-scope-table-scope3 .scope3-col-02, .carbon-gas-management-scope-table-scope3 .scope3-col-03 {
    width: 12.5rem;
  }
  .carbon-gas-management-scope-table-scope3 .scope3-col-04 {
    width: 6.25rem;
  }
  .carbon-gas-management-scope-table-scope3 .scope3-col-05, .carbon-gas-management-scope-table-scope3 .scope3-col-06, .carbon-gas-management-scope-table-scope3 .scope3-col-07, .carbon-gas-management-scope-table-scope3 .scope3-col-08 {
    width: 11.5625rem;
  }
  .carbon-gas-management-scope-table table {
    width: 100%;
  }
  .carbon-gas-management-scope-table .scope12-col-01 {
    width: 28.1875rem;
  }
  .carbon-gas-management-scope-table .scope12-col-02 {
    width: 12.5rem;
  }
  .carbon-gas-management-scope-table .scope12-col-03 {
    width: 11.5625rem;
  }
  .carbon-gas-management-scope-table .scope12-col-04 {
    width: 11.5rem;
  }
  .carbon-gas-management-scope-table .scope12-col-05, .carbon-gas-management-scope-table .scope12-col-06, .carbon-gas-management-scope-table .scope12-col-07 {
    width: 8.75rem;
  }
  .carbon-gas-management-scope-table th,
  .carbon-gas-management-scope-table td {
    padding: 0.875rem 1.5rem;
  }
  .carbon-gas-management-scope-table thead tr th {
    padding-inline: 0;
  }
}

/* carbon-strategy-energy-map */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
@keyframes map-skeleton-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.carbon-strategy-energy-status-content {
  position: relative;
  background: #ffffff;
  border-radius: 1.25rem;
}
.carbon-strategy-energy-status-content .mobile-map-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.5rem;
}
.carbon-strategy-energy-status-content .mobile-map-nav .title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.75rem;
}
.carbon-strategy-energy-status-content .mobile-map-nav .title-group .mobile-subtitle {
  margin: 0;
  padding-top: 0.25rem;
  color: #262626;
  display: none;
}
.carbon-strategy-energy-status-content .mobile-map-nav .title-group .mobile-subtitle.is-visible {
  display: block;
}
.carbon-strategy-energy-status-content .mobile-map-nav .mobile-title {
  font-size: calc(var(--esg-font-heading-7-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-7-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-7-fw);
  text-align: center;
  margin: 0;
  padding: 0;
}
.carbon-strategy-energy-status-content .mobile-map-nav-prev, .carbon-strategy-energy-status-content .mobile-map-nav-next {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status-content {
    background: transparent;
    border-radius: 0;
    padding-top: 0;
  }
  .carbon-strategy-energy-status-content .mobile-title,
  .carbon-strategy-energy-status-content .mobile-map-nav {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
  }
}
.carbon-strategy-energy-status .view-all.carbon-strategy-energy-view-all {
  display: none;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
  background: #ffffff;
  border: 0;
}
.carbon-strategy-energy-status .view-all.carbon-strategy-energy-view-all img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}
.carbon-strategy-energy-status .view-all.carbon-strategy-energy-view-all.is-visible {
  display: inline-flex;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy.carbon-strategy-energy-map .view-all.carbon-strategy-energy-view-all.is-visible {
    display: none;
  }
}
.carbon-strategy-energy-status .map-container {
  width: 100%;
  aspect-ratio: 329/204;
  position: relative;
  background: #E6E1D6;
  overflow: hidden;
  z-index: 10;
}
.carbon-strategy-energy-status .map-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: map-skeleton-shimmer 1.5s infinite linear;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.is-map-ready .carbon-strategy-energy-status .map-container::before {
  animation: none;
  opacity: 0;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .map-container {
    height: 45rem;
    border-radius: 1rem;
  }
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e6e1d6;
  width: 100%;
  display: flex;
  padding: 0.75rem 1rem;
  z-index: 100;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend {
    width: initial;
    bottom: initial;
    left: initial;
    top: 2.5rem;
    right: 2.5rem;
    background: #f0ece4;
    border-radius: 1rem;
    padding: 1rem 1.25rem 1rem 1.5625rem;
  }
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-list {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  gap: 0.625rem;
}
@media all and (min-width: 325px) {
  .carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
@media all and (min-width: 768px) {
  .carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-item {
    justify-content: center;
  }
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-item {
    width: 100%;
    justify-content: flex-start;
    gap: 0.75rem;
  }
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-icon {
  display: block;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  position: relative;
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  opacity: 0.2;
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-icon.is-progress {
  background-color: #ea1917;
  border-radius: 0.125rem;
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-icon.is-progress::after {
  background-color: #ea1917;
  border-radius: 0.125rem;
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-icon.is-achieved {
  background-color: #60984D;
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-icon.is-achieved::after {
  background-color: #60984D;
}
.carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-text {
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: var(--fw-bold);
  color: #000000;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .map-container .carbon-strategy-energy-legend-text {
    font-size: 1rem;
    line-height: 1.625;
    font-weight: var(--fw-bold);
    color: #000000;
  }
}
.carbon-strategy-energy-status .marker-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 20;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.carbon-strategy-energy-status .marker-button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  pointer-events: auto;
}
.carbon-strategy-energy-status .marker-button:focus {
  outline: none;
  position: absolute;
  top: 0;
  left: 0;
}
.carbon-strategy-energy-status .marker-button.cluster-button {
  font-weight: 600;
  font-size: 0.9375rem;
  background: rgba(234, 25, 23, 0.1);
  border-color: rgba(234, 25, 23, 0.5);
}
.carbon-strategy-energy-status .marker-button.cluster-button:hover {
  background: #ea1917;
  color: #ffffff;
}
.carbon-strategy-energy-status .marker-button.individual-button {
  margin-left: 1.25rem;
  font-size: 0.8125rem;
}
.carbon-strategy-energy-status-content.is-mobile-global-view {
  border-radius: 1.25rem;
}
.carbon-strategy-energy-status-content.is-mobile-global-view .mobile-map-nav {
  min-height: 4.25rem;
  justify-content: center;
  margin-top: 0;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.carbon-strategy-energy-status-content.is-mobile-global-view .mobile-map-nav-title {
  text-align: center;
  font-weight: bold;
}
.carbon-strategy-energy-status-content.is-mobile-global-view .marker-buttons {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background: #ffffff;
  border-radius: 0 0 1.25rem 1.25rem;
  padding-inline: 1.5rem;
  height: auto;
  margin-top: 0;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status-content.is-mobile-global-view .marker-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    margin-top: 0;
    background: transparent;
    pointer-events: none;
  }
}
.carbon-strategy-energy-status-content.is-mobile-global-view .marker-button {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-block: 0.875rem;
  margin: 0;
  clip: auto;
  clip-path: none;
  overflow: visible;
  white-space: normal;
  border: 0;
  border-bottom: 1px solid #e6e1d6;
  font-size: calc(var(--esg-font-heading-7-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-7-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-7-fw);
  cursor: pointer;
  pointer-events: auto;
  background: transparent;
  color: #000000;
}
.carbon-strategy-energy-status-content.is-mobile-global-view .marker-button::after {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  background: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-nav-arrow-m.svg") no-repeat center/contain;
}
.carbon-strategy-energy-status-content.is-mobile-global-view .marker-button:last-child {
  border-bottom: 0;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status-content.is-mobile-global-view .marker-button {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .carbon-strategy-energy-status-content.is-mobile-global-view .marker-button::after {
    display: none;
  }
  .carbon-strategy-energy-status-content.is-mobile-global-view .marker-button:focus {
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.carbon-strategy-energy-status-content.is-mobile-global-view .marker-button.cluster-button:hover {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.carbon-strategy-energy-status .zoom-out-button {
  display: none;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .zoom-out-button {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    z-index: 2000;
    width: 2.75rem;
    height: 2.75rem;
    background: #ffffff;
    border: 1px solid var(--gray-color);
    border-radius: 50%;
    display: none;
    cursor: pointer;
    transition: transform 0.2s ease;
  }
}
.carbon-strategy-energy-status .zoom-out-button img {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .zoom-out-button img {
    display: block;
    transform: translate(-50%, -50%) rotate(180deg); /* 데스크톱 전체보기: 왼쪽 방향 */
  }
}
.carbon-strategy-energy-status .zoom-out-button:hover {
  transform: scale(1.05);
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-list {
  width: 100%;
  padding: 1.5rem;
  padding-block-start: 0;
  background: #ffffff;
  display: none;
  flex-direction: column;
  gap: 1.5rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 2.5rem;
    z-index: 20;
    gap: 1rem;
    pointer-events: none;
    background: transparent;
    border-radius: 0;
    flex-direction: row;
    border: none;
  }
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-list-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-list-item:not(:last-child) {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #CBC8C2;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item {
    pointer-events: auto;
    background: #ffffff;
    border-radius: 1rem;
    padding: 1.5rem;
    width: 20.5rem;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.03);
    border: 1px solid transparent;
    transition: border-color 0.3s;
  }
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item:not(:last-child) {
    border-bottom: none;
  }
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item.is-selected {
    box-shadow: inset 0 0 0 1px #ea1917;
  }
}
@media all and (min-width: 1440px) and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item.is-selected {
    box-shadow: 0 0 0 1px #ea1917, 0 0.25rem 1.25rem rgba(0, 0, 0, 0.03);
  }
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item.is-selected.is-re100 {
    box-shadow: inset 0 0 0 1px #60984D;
  }
}
@media all and (min-width: 1440px) and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item.is-selected.is-re100 {
    box-shadow: 0 0 0 1px #60984D, 0 0.25rem 1rem rgba(0, 0, 0, 0.03);
  }
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-list-item-badge {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: var(--fw-medium);
  color: #60984D;
  margin-bottom: auto;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item-badge {
    gap: 0.5rem;
    font-size: 1rem;
    line-height: 125%;
    font-weight: var(--fw-medium);
  }
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-list-item-badge::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #60984D;
  box-shadow: 0 0 0 0.25rem rgba(96, 152, 77, 0.2);
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-list-item-name {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 550;
  color: #000000;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-list-item-name {
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 550;
  }
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-list-item-description {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: var(--fw-regular);
  color: var(--body-color);
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-info {
  display: none;
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-status .carbon-strategy-energy-status-info {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    background: #f0ece4;
    border-radius: 1rem;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .carbon-strategy-energy-status .carbon-strategy-energy-status-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
  }
  .carbon-strategy-energy-status .carbon-strategy-energy-status-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .carbon-strategy-energy-status .carbon-strategy-energy-status-info-text {
    font-size: 1rem;
    line-height: 112.5%;
    font-weight: 600;
    color: #000000;
  }
}
.carbon-strategy-energy-status .deck-tooltip-style {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  padding-top: 0.875rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  --text-color: #000000;
  --bg-color: #ffffff;
  --border-color: var(--gray-color);
  --text-color-active: #ffffff;
  --bg-color-active-red: #ea1917;
  --bg-color-active-green: #60984D;
}
.carbon-strategy-energy-status .carbon-strategy-energy-status-disclaimer {
  margin-top: 1rem;
}

/* carbon-strategy-energy */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.carbon-strategy-energy-transition {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.carbon-strategy-energy-transition ul.carbon-strategy-energy-transition-list {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}
.carbon-strategy-energy-transition-item {
  display: flex;
  font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
}
.carbon-strategy-energy-transition-item::before {
  content: "•";
  margin-inline: 0.625rem;
}
@media all and (min-width: 768px) {
  .carbon-strategy-energy-transition-title {
    font-size: 2rem;
    line-height: 1.1875;
    font-weight: var(--fw-bold);
  }
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-transition-title {
    font-size: 2.75rem;
    line-height: 1.0909;
    font-weight: var(--fw-bold);
  }
  .carbon-strategy-energy-transition-item::before {
    margin-inline: 0.75rem;
  }
}
.carbon-strategy-energy-graph {
  display: flex;
  flex-direction: column;
}
.carbon-strategy-energy-graph-content {
  padding-block: 2rem;
  background-color: #F6F3EB;
}
.carbon-strategy-energy-graph-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.carbon-strategy-energy-graph-item {
  display: flex;
  flex-direction: column;
  padding-inline: 1.5rem;
}
.carbon-strategy-energy-graph-subtitle {
  font-size: calc(var(--esg-font-heading-5-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-5-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-5-fw);
  text-align: center;
}
.carbon-strategy-energy-graph-subtitle span {
  display: block;
  font-size: calc(var(--esg-font-heading-7-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-7-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-7-fw);
}
@media all and (min-width: 768px) {
  .carbon-strategy-energy-graph-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.carbon-strategy-energy-graph-heading {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  margin-block: 1.25rem 0;
}
.carbon-strategy-energy-graph-legend-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.carbon-strategy-energy-graph-legend-wrap {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  text-align: left;
}
.carbon-strategy-energy-graph-legend-wrap:focus-visible {
  border-radius: 0.25rem;
  outline: 0.125rem solid var(--default-color);
  outline-offset: 0.125rem;
}
.carbon-strategy-energy-graph-legend-color {
  display: inline-block;
}
.carbon-strategy-energy-graph-legend-color--0 {
  flex: 0 0 1rem;
  width: 1rem;
  height: 1rem;
  background-color: #04563F;
  border-radius: 0.25rem;
}
.carbon-strategy-energy-graph-legend-color--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 0.8125rem;
  position: relative;
}
.carbon-strategy-energy-graph-legend-color--1::after, .carbon-strategy-energy-graph-legend-color--1::before {
  content: "";
  display: block;
}
.carbon-strategy-energy-graph-legend-color--1::before {
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background-color: #646464;
}
.carbon-strategy-energy-graph-legend-color--1::after {
  width: 100%;
  height: 0.125rem;
  background-color: #646464;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.carbon-strategy-energy-graph-unit {
  display: inline-block;
  margin-inline-start: auto;
  font-size: 0.75rem;
  line-height: 1.1667;
  font-weight: var(--fw-normal);
  color: var(--gray-color);
  text-align: right;
}
.carbon-strategy-energy-graph-chart {
  position: relative;
  width: calc(100% + 1.25rem);
  height: 15rem;
  margin-inline: -0.625rem;
}
.carbon-strategy-energy-graph-chart canvas {
  display: block;
  box-sizing: border-box;
}
@media all and (min-width: 768px) {
  .carbon-strategy-energy-graph-content {
    padding: 2.5rem 1.5rem;
  }
  .carbon-strategy-energy-graph-list {
    flex-direction: row;
  }
  .carbon-strategy-energy-graph-item {
    flex: 1;
    padding: 0;
    min-width: 0;
  }
  .carbon-strategy-energy-graph-subtitle {
    margin-block-end: auto;
  }
  .carbon-strategy-energy-graph-legend-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .carbon-strategy-energy-graph-chart {
    height: 20rem;
  }
}
@media all and (min-width: 1440px) {
  .carbon-strategy-energy-graph-content {
    padding: 3rem 5rem;
  }
  .carbon-strategy-energy-graph-list {
    flex-direction: row;
    gap: 3rem;
  }
  .carbon-strategy-energy-graph-item {
    flex: 1;
    padding: 0;
    min-width: 0;
  }
  .carbon-strategy-energy-graph-heading {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-block: 1.5rem 0;
  }
  .carbon-strategy-energy-graph-legend-list {
    flex-direction: row;
    gap: 1.5rem;
    position: static;
  }
  .carbon-strategy-energy-graph-legend-wrap {
    gap: 0.5rem;
  }
  .carbon-strategy-energy-graph-unit {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: var(--fw-normal);
    color: var(--gray-color);
  }
  .carbon-strategy-energy-graph-chart {
    height: 22.5rem;
  }
}

/* carbon-strategy-factory */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.carbon-strategy-factory {
  background-color: #f0ece4;
}
.carbon-strategy-factory-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-block-start: 1.5rem;
}
.carbon-strategy-factory-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.carbon-strategy-factory-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 328/218;
}
@media all and (min-width: 768px) {
  .carbon-strategy-factory-item img {
    aspect-ratio: 708/472;
  }
}
.carbon-strategy-factory-subtitle {
  margin-block-start: 0.5rem;
}
.carbon-strategy-factory-link {
  margin-block-start: 0.75rem;
}
@media all and (min-width: 768px) {
  .carbon-strategy-factory-list {
    flex-direction: row;
    margin-block-start: 2.25rem;
  }
  .carbon-strategy-factory-item {
    flex: 1;
  }
  .carbon-strategy-factory-link {
    margin-block-start: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .carbon-strategy-factory-list {
    gap: 1.5rem;
    margin-block-start: 3rem;
  }
  .carbon-strategy-factory-item {
    gap: 1.25rem;
  }
  .carbon-strategy-factory-link {
    margin-block-start: 1.5rem;
  }
}

/* carbon-strategy-neutral */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.carbon-strategy-neutral {
  background-color: #f0ece4;
  padding-block-end: 0;
}
.carbon-strategy-neutral-target {
  margin-block-start: 1.5rem;
}
.carbon-strategy-neutral-target-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.carbon-strategy-neutral-target-list:before {
  content: "";
  display: block;
  order: 2;
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url("/content/dam/lge/global/cso/sustainablity/2025/assets/carbon-neutrality/images/strategy-neutral/sustainability-2025-assets-carbon-neutrality-ico-target-plus.svg") no-repeat center center;
  background-size: cover;
}
.carbon-strategy-neutral-target-item {
  order: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 4rem;
  padding: 1.5rem;
  background-color: #E6E1D6;
}
.carbon-strategy-neutral-target-item:last-child {
  order: 3;
}
.carbon-strategy-neutral-target-heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.carbon-strategy-neutral-target-eyebrow {
  color: var(--default-color);
}
.carbon-strategy-neutral-target-description {
  color: #646464;
}
.carbon-strategy-neutral-target-content {
  position: relative;
}
.carbon-strategy-neutral-target-value {
  font-size: 2.25rem;
  line-height: 1.0556;
  font-weight: 250;
  color: var(--default-color);
}
.carbon-strategy-neutral-target-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5.625rem;
  aspect-ratio: 1/1;
}
.carbon-strategy-neutral-target-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carbon-strategy-neutral-target-disclaimer {
  margin-block-start: 1rem;
}
@media all and (min-width: 768px) {
  .carbon-strategy-neutral-target {
    margin-block-start: 2.25rem;
  }
  .carbon-strategy-neutral-target-list {
    flex-direction: row;
    gap: 0.75rem;
  }
  .carbon-strategy-neutral-target-list:before {
    width: 3rem;
  }
  .carbon-strategy-neutral-target-item {
    flex: 1;
    gap: 3.75rem;
    padding: 2.25rem 2rem;
  }
  .carbon-strategy-neutral-target-description {
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: var(--fw-normal);
  }
  .carbon-strategy-neutral-target-content {
    margin-block-start: auto;
  }
  .carbon-strategy-neutral-target-value {
    font-size: 3.625rem;
    line-height: 1.0345;
    font-weight: 250;
  }
  .carbon-strategy-neutral-target-icon {
    width: 8.75rem;
  }
}
@media all and (min-width: 1440px) {
  .carbon-strategy-neutral-target {
    margin-block-start: 3rem;
  }
  .carbon-strategy-neutral-target-list {
    gap: 1.5rem;
  }
  .carbon-strategy-neutral-target-list:before {
    width: 4rem;
  }
  .carbon-strategy-neutral-target-item {
    gap: 1.375rem;
    padding: 2rem 3rem;
  }
  .carbon-strategy-neutral-target-description {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: var(--fw-normal);
  }
  .carbon-strategy-neutral-target-value {
    font-size: 5rem;
    line-height: 1;
    font-weight: 250;
  }
  .carbon-strategy-neutral-target-icon {
    bottom: -1.5rem;
    right: -1.5rem;
    width: 12.5rem;
  }
  .carbon-strategy-neutral-target-disclaimer {
    line-height: 1;
  }
}
.carbon-strategy-neutral-effect {
  margin-block-start: 1.5rem;
}
.carbon-strategy-neutral-effect-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.carbon-strategy-neutral-effect-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #CBC8C2;
  border-radius: 1.25rem;
  overflow: hidden;
}
.carbon-strategy-neutral-effect-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 1.5rem 1.375rem;
  background-color: #646464;
}
.carbon-strategy-neutral-effect-icon {
  width: 3.5rem;
  aspect-ratio: 1/1;
}
.carbon-strategy-neutral-effect-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carbon-strategy-neutral-effect-title {
  font-weight: var(--fw-bold);
  text-align: center;
}
.carbon-strategy-neutral-effect-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #F6F3EB;
}
.carbon-strategy-neutral-effect-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.carbon-strategy-neutral-effect-subtitle {
  color: var(--default-color);
}
.carbon-strategy-neutral-effect-disclaimer {
  margin-block-start: 1rem;
}
@media all and (min-width: 768px) {
  .carbon-strategy-neutral-effect {
    margin-block-start: 2.25rem;
  }
  .carbon-strategy-neutral-effect-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.125rem;
  }
  .carbon-strategy-neutral-effect-item:last-child {
    grid-column: span 2;
  }
  .carbon-strategy-neutral-effect-heading {
    flex: 0 0 13.5rem;
    padding: 2.25rem 1.75rem;
  }
  .carbon-strategy-neutral-effect-content {
    justify-content: flex-start;
    height: 100%;
    padding: 2rem;
  }
}
@media all and (min-width: 1440px) {
  .carbon-strategy-neutral-effect {
    margin-block-start: 3rem;
  }
  .carbon-strategy-neutral-effect-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  .carbon-strategy-neutral-effect-item {
    flex-direction: row;
    gap: 0.5rem;
    border: none;
    border-radius: 0;
  }
  .carbon-strategy-neutral-effect-heading {
    flex: 0 0 20rem;
    padding: 2.5rem 1.5rem;
    border-bottom: 1px solid #CBC8C2;
    border-radius: 1rem;
    background-color: #646464;
  }
  .carbon-strategy-neutral-effect-content {
    justify-content: center;
    gap: 1.25rem;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .carbon-strategy-neutral-effect-content:has(:only-child) .carbon-strategy-neutral-effect-text {
    height: 100%;
  }
  .carbon-strategy-neutral-effect-text {
    padding: 2.5rem 1.5rem;
    background-color: #F6F3EB;
    border-radius: 1rem;
    border: 1px solid #CBC8C2;
  }
  .carbon-strategy-neutral-effect-disclaimer {
    line-height: 1;
  }
}

/* carbon-vision */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.carbon-vision-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (min-width: 1440px) {
  .carbon-vision-content {
    gap: 3rem;
  }
}
.carbon-vision-neutral {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #f6f3eb;
  padding: 1.5rem 1.25rem;
  gap: 1.5rem;
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral {
    flex-direction: row;
    padding: 2.5rem 4rem;
    gap: 3rem;
    align-items: stretch;
  }
}
.carbon-vision-neutral-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-item {
    gap: 3rem;
    justify-content: space-between;
  }
}
.carbon-vision-neutral-header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-header {
    gap: 0.5rem;
  }
}
.carbon-vision-neutral-eyebrow {
  font-size: calc(var(--esg-font-heading-7-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-7-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-7-fw);
  color: #262626;
}
.carbon-vision-neutral-description {
  color: #262626;
}
.carbon-vision-neutral-title {
  font-size: calc(var(--esg-font-heading-4-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-4-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-4-fw);
}
.carbon-vision-neutral-title span {
  font-size: calc(var(--esg-font-heading-7-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-7-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-7-fw);
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: baseline;
}
.carbon-vision-neutral-disclaimer {
  color: #646464;
}
.carbon-vision-neutral-svg {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1.5rem 1rem;
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/assets/carbon-neutrality/images/vision/sustainability-2025-assets-carbon-neutrality-vision-neutral-bg-m.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-svg {
    background-image: url("/content/dam/lge/global/cso/sustainablity/2025/assets/carbon-neutrality/images/vision/sustainability-2025-assets-carbon-neutrality-vision-neutral-bg.png");
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-svg {
    padding: 2.5rem 4rem;
  }
}
.carbon-vision-neutral-list {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.carbon-vision-neutral-list-item {
  width: 100%;
  position: relative;
}
.carbon-vision-neutral-list-item-content {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.carbon-vision-neutral-list-item-title {
  font-size: 0.5625rem;
  line-height: 120%;
  font-weight: var(--fw-bold);
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translateY(calc(-50% - 2.5rem));
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-list-item-title {
    font-size: 0.875rem;
    line-height: 120%;
    font-weight: var(--fw-bold);
    transform: translateY(calc(-50% - 3.875rem));
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-list-item-title {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: var(--fw-bold);
    transform: translateY(calc(-50% - 5.3125rem));
  }
}
.carbon-vision-neutral-list-item-year {
  font-size: 0.625rem;
  line-height: 109%;
  font-weight: var(--fw-normal);
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-list-item-year {
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: var(--fw-normal);
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-list-item-year {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: var(--fw-normal);
  }
}
.carbon-vision-neutral-list-item-value {
  font-size: 1.875rem;
  line-height: 1.0667;
  font-weight: 250;
}
.carbon-vision-neutral-list-item-value span {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: var(--fw-normal);
  vertical-align: baseline;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-list-item-value {
    font-size: 3rem;
    line-height: 1.0833;
    font-weight: 250;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-list-item-value {
    font-size: 4rem;
    line-height: 1.125;
    font-weight: 250;
  }
}
.carbon-vision-neutral-list-item-img {
  aspect-ratio: 178/300;
  border-radius: 62.4375rem;
  overflow: hidden;
}
.svg-bg .carbon-vision-neutral-list-item-img {
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/assets/carbon-neutrality/images/vision/sustainability-2025-assets-carbon-neutrality-vision-neutral-item-bg-m.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.carbon-vision-neutral-chart {
  margin-top: 1.25rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}
.carbon-vision-neutral-chart .chart-plastic .chart-item, .carbon-vision-neutral-chart .chart-carbon .chart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  overflow: hidden;
}
.carbon-vision-neutral-chart .chart-wrap {
  height: 10.875rem;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-wrap {
    height: 22.5rem;
  }
}
.carbon-vision-neutral-chart .chart-carbon {
  display: grid;
  grid-template-columns: 1fr 2fr 2.2fr;
  align-items: flex-end;
}
.carbon-vision-neutral-chart .chart-carbon .chart-item {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  padding: 0.5rem;
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-carbon .chart-item {
    padding: 1rem;
  }
}
.carbon-vision-neutral-chart .chart-carbon .chart-item .chart-item-content-year {
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 250;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-carbon .chart-item .chart-item-content-year {
    font-size: 0.875rem;
    line-height: 1.1429;
    font-weight: 250;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-carbon .chart-item .chart-item-content-year {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 250;
  }
}
.carbon-vision-neutral-chart .chart-carbon .chart-item .chart-item-content-value {
  font-size: 2.25rem;
  line-height: 1.1667;
  font-weight: 250;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-carbon .chart-item .chart-item-content-value {
    font-size: 3rem;
    line-height: 1.125;
    font-weight: 250;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-carbon .chart-item .chart-item-content-value {
    font-size: 5rem;
    line-height: 1;
    font-weight: 250;
  }
}
.carbon-vision-neutral-chart .chart-carbon .chart-item.c1 {
  background-color: #C8E4C9;
}
.carbon-vision-neutral-chart .chart-carbon .chart-item.c1 .chart-item-content-value {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 250;
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-carbon .chart-item.c1 .chart-item-content-value {
    font-size: 2.25rem;
    line-height: 1.1667;
    font-weight: 250;
  }
}
.carbon-vision-neutral-chart .chart-carbon .chart-item.c2 {
  color: #fff;
  background-color: #60984D;
}
.carbon-vision-neutral-chart .chart-carbon .chart-item.c3 {
  color: #fff;
  background-color: #04563F;
}
.carbon-vision-neutral-chart .chart-plastic {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.4fr;
  align-items: flex-end;
  gap: 0.25rem;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-plastic {
    gap: 0.625rem;
  }
}
.carbon-vision-neutral-chart .chart-plastic .chart-item {
  gap: 0.25rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item {
    padding: 1rem;
    border-radius: 1.25rem;
  }
}
.carbon-vision-neutral-chart .chart-plastic .chart-item-content {
  width: 100%;
  text-align: left;
}
.carbon-vision-neutral-chart .chart-plastic .chart-item .chart-item-content-year {
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 250;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item .chart-item-content-year {
    font-size: calc(var(--esg-font-body-3-fs) / 16 * 1rem);
    line-height: calc(var(--esg-font-body-3-lh) / 16 * 1rem);
  }
}
.carbon-vision-neutral-chart .chart-plastic .chart-item .chart-item-content-value {
  display: inline-flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.carbon-vision-neutral-chart .chart-plastic .chart-item .chart-item-content-value-unit {
  font-size: 0.875rem;
  line-height: 130%;
  font-weight: 250;
  margin-inline-start: 0.25rem;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item .chart-item-content-value-unit {
    font-size: 1.25rem;
    line-height: 150%;
    font-weight: 250;
  }
}
.carbon-vision-neutral-chart .chart-plastic .chart-item.c1 {
  background-color: #C8E4E0;
}
.carbon-vision-neutral-chart .chart-plastic .chart-item.c1 .chart-item-content-value-num,
.carbon-vision-neutral-chart .chart-plastic .chart-item.c1 .chart-item-content-value-big-unit {
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 250;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c1 .chart-item-content-value-num,
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c1 .chart-item-content-value-big-unit {
    font-size: 1.5rem;
    line-height: 1.1667;
    font-weight: 250;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c1 .chart-item-content-value-num,
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c1 .chart-item-content-value-big-unit {
    font-size: 2rem;
    line-height: 1.125;
    font-weight: 250;
  }
}
.carbon-vision-neutral-chart .chart-plastic .chart-item.c2 {
  background-color: #7CCCC9;
}
.carbon-vision-neutral-chart .chart-plastic .chart-item.c2 .chart-item-content-value-num,
.carbon-vision-neutral-chart .chart-plastic .chart-item.c2 .chart-item-content-value-big-unit {
  font-size: 1.5rem;
  line-height: 1.1667;
  font-weight: 250;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c2 .chart-item-content-value-num,
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c2 .chart-item-content-value-big-unit {
    font-size: 2rem;
    line-height: 1.125;
    font-weight: 250;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c2 .chart-item-content-value-num,
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c2 .chart-item-content-value-big-unit {
    font-size: 3.5rem;
    line-height: 1.0714;
    font-weight: 250;
  }
}
.carbon-vision-neutral-chart .chart-plastic .chart-item.c3 {
  color: #fff;
  background-color: #48A2A8;
}
.carbon-vision-neutral-chart .chart-plastic .chart-item.c3 .chart-item-content-value-num,
.carbon-vision-neutral-chart .chart-plastic .chart-item.c3 .chart-item-content-value-big-unit {
  font-size: 2rem;
  line-height: 1.125;
  font-weight: 250;
}
@media all and (min-width: 768px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c3 .chart-item-content-value-num,
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c3 .chart-item-content-value-big-unit {
    font-size: 3rem;
    line-height: 1.125;
    font-weight: 250;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c3 .chart-item-content-value-num,
  .carbon-vision-neutral-chart .chart-plastic .chart-item.c3 .chart-item-content-value-big-unit {
    font-size: 4.5rem;
    line-height: 1.0556;
    font-weight: 250;
  }
}
.carbon-vision-energy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.875rem;
  background-color: #F7F4ED;
  border-radius: calc(var(--esg-radius-round) / 16 * 1rem);
  overflow: hidden;
  position: relative;
  min-height: 23.1875rem;
}
@media all and (min-width: 768px) {
  .carbon-vision-energy {
    gap: 0rem;
    min-height: 26.25rem;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-energy {
    flex-direction: row;
    align-items: center;
  }
}
.carbon-vision-energy-heading {
  position: absolute;
  top: 1.5rem;
  left: 0rem;
  width: 100%;
  padding-inline: 1.25rem;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .carbon-vision-energy-heading {
    top: 3.25rem;
    left: 4rem;
    padding-inline: 0;
  }
}
@media all and (min-width: 1440px) {
  .carbon-vision-energy-heading {
    top: 3.25rem;
    left: 4rem;
  }
}
.carbon-vision-energy-video {
  width: 100%;
  position: relative;
  aspect-ratio: 656/742;
}
@media all and (min-width: 768px) {
  .carbon-vision-energy-video {
    aspect-ratio: 1440/636;
  }
}
.carbon-vision-energy-video video {
  width: 100%;
  display: block;
}
.carbon-vision-energy-eyebrow {
  width: 7.625rem;
}
@media all and (min-width: 768px) {
  .carbon-vision-energy-eyebrow {
    width: 9.125rem;
  }
}
.carbon-vision-energy-title {
  font-size: calc(var(--esg-font-heading-4-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-4-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-4-fw);
}

/* anchor */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.component-anchor {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #f0ece4;
  width: 100%;
}
.component-anchor-mobile-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.09375rem 1rem;
  cursor: pointer;
  background-color: #f0ece4;
  border-bottom: 1px solid #CBC8C2;
}
.component-anchor-mobile-trigger .trigger-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: var(--fw-normal);
  color: var(--default-color);
}
.component-anchor-mobile-trigger .trigger-icon {
  width: 1.5rem;
  aspect-ratio: 1/1;
  background: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-down.svg") no-repeat center center;
  background-size: cover;
  transition: transform 0.3s ease;
}
.component-anchor-mobile-trigger[aria-expanded=true] .trigger-icon {
  transform: rotate(180deg);
}
.component-anchor-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f0ece4;
}
.component-anchor-nav.is-open {
  display: block;
  border-bottom: 1px solid #CBC8C2;
}
.component-anchor-list {
  display: flex;
  flex-direction: column;
}
.component-anchor-item {
  width: 100%;
  position: relative;
}
.component-anchor-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: calc(100% - 2rem);
  height: 1px;
  background-color: #E6E1D6;
}
.component-anchor-item:last-child::before {
  display: none;
}
.component-anchor-link {
  display: block;
  padding: 1rem;
  position: relative;
  font-size: 0.75rem;
  line-height: 1.1667;
  font-weight: var(--fw-normal);
  color: var(--body-color);
  transition: color 0.3s ease, background-color 0.3s ease;
}
.component-anchor-link:hover {
  color: var(--default-color);
  background-color: #E6E1D6;
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .component-anchor-mobile-trigger {
    padding: 1.25rem 1rem;
  }
  .component-anchor-mobile-trigger .trigger-text {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: var(--fw-normal);
    color: var(--default-color);
  }
  .component-anchor-mobile-trigger .trigger-icon {
    width: 1.75rem;
  }
  .component-anchor-link {
    padding: 1.125rem 1rem;
    font-size: 1rem;
    line-height: 1.125;
  }
}
@media all and (min-width: 1440px) {
  .component-anchor {
    height: 6rem;
  }
  .component-anchor-mobile-trigger {
    display: none;
  }
  .component-anchor-nav {
    display: block;
    height: 100%;
    position: static;
    border-bottom: 1px solid #CBC8C2;
  }
  .component-anchor-list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90rem;
    margin: 0 auto;
    transition: max-width 0.3s ease;
    height: 100%;
  }
  .component-anchor.is-sticky .component-anchor-list {
    max-width: 100%;
  }
  .component-anchor-item {
    width: 100%;
    height: 100%;
    flex: 1;
    text-align: center;
  }
  .component-anchor-item::before {
    display: none;
  }
  .component-anchor-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: var(--fw-normal);
    color: var(--body-color);
  }
  .component-anchor-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: transparent;
  }
  .component-anchor-link:hover {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
  }
  .component-anchor-link.is-active {
    color: var(--default-color);
  }
  .component-anchor-link.is-active::before {
    background-color: #ea1917;
  }
}

/* keyvisual */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.component-keyvisual {
  position: relative;
  background-color: #f0ece4;
}
.component-keyvisual-image picture,
.component-keyvisual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 30rem;
}
.component-keyvisual-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.component-keyvisual .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0.5rem;
  padding-block: 1.5rem;
  text-align: center;
}
.component-keyvisual-title {
  font-size: 2.25rem;
  line-height: 1.0556;
  font-weight: 550;
  color: #ffffff;
}
.component-keyvisual-description {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
}
.component-keyvisual-ai {
  position: absolute;
  inset: auto 0 0 0;
  margin-top: auto;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.1429;
  font-weight: 400;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .component-keyvisual-content {
    display: flex;
    justify-content: center;
  }
  .component-keyvisual .inner {
    justify-content: center;
    text-align: left;
  }
  .component-keyvisual-title {
    font-size: calc(var(--esg-font-heading-1-fs) / 16 * 1rem);
    line-height: calc(var(--esg-font-heading-1-lh) / 16 * 1rem);
    font-weight: var(--esg-font-heading-1-fw);
  }
  .component-keyvisual-description {
    font-size: calc(var(--esg-font-body-1-fs) / 16 * 1rem);
    line-height: calc(var(--esg-font-body-1-lh) / 16 * 1rem);
  }
  .component-keyvisual-ai {
    text-align: right;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
@media all and (min-width: 1440px) {
  .component-keyvisual-title {
    max-width: 51.875rem;
  }
  .component-keyvisual-description {
    max-width: 51.875rem;
  }
  .component-keyvisual-ai {
    padding-inline: 0;
  }
}

/* contents-info */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-info .esg-layer-title-sub.big-sub {
  font-size: calc(var(--esg-font-heading-5-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-heading-5-lh) / 16 * 1rem);
  font-weight: var(--esg-font-heading-5-fw);
}
.contents-info__image, .contents-info__video {
  aspect-ratio: 328/170;
  border-radius: 1rem;
}
@media all and (min-width: 768px) {
  .contents-info__image, .contents-info__video {
    aspect-ratio: 944/480;
    border-radius: 1.75rem;
  }
}
.auto-height .contents-info__image, .auto-height .contents-info__video {
  aspect-ratio: auto;
}
.auto-height .contents-info__image img, .auto-height .contents-info__image video, .auto-height .contents-info__video img, .auto-height .contents-info__video video {
  height: auto;
}
.contents-info__image.wide {
  aspect-ratio: 328/123;
}
@media all and (min-width: 768px) {
  .contents-info__image.wide {
    aspect-ratio: 928/342;
  }
}
.contents-info__images-wrap .esg-layer-media.size1 {
  aspect-ratio: 328/205;
  width: 100%;
  flex: 1;
}
@media all and (min-width: 768px) {
  .contents-info__images-wrap .esg-layer-media.size1 {
    aspect-ratio: 460/320;
    max-width: 28.75rem;
  }
}
.contents-info .esg-layer-media.auto {
  aspect-ratio: auto;
}

/* contents-grid */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-grid__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .contents-grid__item {
    flex-direction: row;
    gap: 3rem;
  }
}
.contents-grid__media {
  aspect-ratio: 328/200;
  border-radius: 1.25rem;
  order: -1;
}
@media all and (min-width: 768px) {
  .contents-grid__media {
    width: 23.9583333333vw;
    max-width: 28.75rem;
    min-width: 18.75rem;
    aspect-ratio: 460/280;
    order: initial;
  }
}
@media all and (min-width: 1440px) {
  .contents-grid__media {
    width: 23.9583333333vw;
    max-width: 28.75rem;
    aspect-ratio: 460/280;
  }
}
.contents-grid__media .video-wrapper {
  border-radius: 62.4375rem;
}
.contents-grid__text {
  flex: 1;
}