@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;
  }
}

/* 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;
  }
}
@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;
  }
}

/* policies-reports-contents */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.policies-reports-contents .download {
  padding-block-start: calc(var(--esg-spacing-3xl) / 16 * 1rem);
}
.policies-reports-contents .download-title {
  margin-block-end: calc(var(--esg-spacing-xl) / 16 * 1rem);
  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);
}
.policies-reports-contents .download-table table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-table table {
    display: table;
  }
  .policies-reports-contents .download-table table .col-year {
    width: 14.875rem;
  }
  .policies-reports-contents .download-table table .col-language {
    width: 11.75rem;
  }
  .policies-reports-contents .download-table table .col-download {
    width: 4.125rem;
  }
}
.policies-reports-contents .download-table table thead {
  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;
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-table table thead {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
  }
  .policies-reports-contents .download-table table thead th {
    padding: 0.734375rem 1rem;
    border-bottom: 1px solid #cbc8c2;
    background-color: #e6e1d6;
    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: 550;
    text-align: center;
  }
  .policies-reports-contents .download-table table thead th:first-child {
    text-align: left;
  }
}
.policies-reports-contents .download-table table tbody {
  display: block;
  width: 100%;
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-table table tbody {
    display: table-row-group;
  }
}
.policies-reports-contents .download-table table tbody tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 0.5rem;
  width: 100%;
  padding-block: 1.25rem;
  position: relative;
  border-bottom: 1px solid #cbc8c2;
}
.policies-reports-contents .download-table table tbody tr:first-child {
  padding-block-start: 0;
}
.policies-reports-contents .download-table table tbody tr:last-child {
  border-bottom: none;
}
.policies-reports-contents .download-table table tbody tr:last-child::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -1.25rem;
  width: calc(100% + 2.5rem);
  height: 1px;
  background-color: #cbc8c2;
}
.policies-reports-contents .download-table table tbody tr:has(th + .download-cell) {
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-table table tbody tr {
    display: table-row;
    border-bottom: none;
  }
  .policies-reports-contents .download-table table tbody tr:last-child::after {
    display: none;
  }
  .policies-reports-contents .download-table table tbody tr:has(th + .download-cell) {
    display: table-row;
    border-bottom: none;
  }
}
.policies-reports-contents .download-table table tbody th, .policies-reports-contents .download-table table tbody td {
  display: block;
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-table table tbody th, .policies-reports-contents .download-table table tbody td {
    display: table-cell;
    height: 5rem;
    padding-block: 0.984375rem;
    border-bottom: 1px solid #cbc8c2;
    vertical-align: middle;
  }
}
.policies-reports-contents .download-table table tbody th {
  flex: 1;
  min-width: 100%;
  margin-block-end: 0.25rem;
  font-size: calc(var(--esg-font-table-td-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-table-td-lh) / 16 * 1rem);
}
.policies-reports-contents .download-table table tbody th:has(+ td.download-cell) {
  display: flex;
  align-items: center;
  min-width: auto;
  margin-block-end: 0;
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-table table tbody th {
    padding-inline: 1rem;
    margin-block-end: 0;
    vertical-align: middle;
  }
  .policies-reports-contents .download-table table tbody th:has(+ td.download-cell) {
    display: table-cell;
    width: auto;
  }
}
.policies-reports-contents .download-table table tbody td {
  height: 3rem;
}
.policies-reports-contents .download-table table tbody td:not(.download-cell) {
  width: calc(100% - 3rem - 1rem);
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-table table tbody td {
    width: auto;
    padding-inline: 0.25rem;
  }
  .policies-reports-contents .download-table table tbody td.download-cell {
    padding-inline-end: 1rem;
  }
}
.policies-reports-contents .download-table table .esg-btn-download {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000000;
  background-image: url("images/policies-reports-contents/sustainability-2025-assets-policies-reports-ico-download-white.svg");
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
  transition: background-color 0.3s ease;
}
.policies-reports-contents .download-table table .esg-btn-download:hover {
  background-color: #ea1917;
}
.policies-reports-contents .download-select {
  min-height: 100%;
  position: relative;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 550;
}
@media all and (min-width: 768px) {
  .policies-reports-contents .download-select {
    min-height: auto;
  }
}
.policies-reports-contents .download-select::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  width: 1.5rem;
  background-color: #ffffff;
  background-image: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
  transition: transform 0.3s ease;
  pointer-events: none;
}
.policies-reports-contents .download-select.is-active::after {
  z-index: 2;
  transform: rotate(180deg);
}
.policies-reports-contents .download-select button {
  width: 100%;
  font: inherit;
  cursor: pointer;
  text-align: left;
}
.policies-reports-contents .download-select-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  padding-inline: 1.25rem 3.375rem;
  border-radius: 1.5rem;
  border: 1px solid #646464;
  background-color: transparent;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
  overflow: hidden;
}
.policies-reports-contents .download-select.is-active .download-select-trigger {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #ffffff;
}
.policies-reports-contents .download-select:has(.download-select-list-item:only-child)::after {
  display: none;
}
.policies-reports-contents .download-select:has(.download-select-list-item:only-child) .download-select-trigger {
  pointer-events: none;
  padding-inline-end: 1.25rem;
}
.policies-reports-contents .download-select-list-wrap {
  display: none;
  position: absolute;
  top: calc(100% - 0.25rem);
  left: 0;
  width: 100%;
  border-radius: 0 0 1.5rem 1.5rem;
  border: 1px solid #646464;
  border-top: none;
  background-color: #ffffff;
  padding: 0 1.25rem 0.75rem;
  z-index: 1;
}
.policies-reports-contents .download-select-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: min(80vh, 17.25rem);
  padding-inline-end: 0.375rem;
  overscroll-behavior: contain;
  position: relative;
  overflow: auto;
}
.policies-reports-contents .download-select-list-item button {
  padding: 0.25rem 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  color: #646464;
}
.policies-reports-contents .download-select-list-item.is-selected button {
  font-weight: 550;
  color: #000000;
}
.policies-reports-contents .download-select.is-active .download-select-list-wrap {
  display: block;
}
.policies-reports-contents__heading {
  text-align: center;
}
.policies-reports-contents__heading-image {
  width: calc(100% + 2rem);
  margin-inline: -1rem;
  margin-block: calc(var(--esg-spacing-3xl) / 16 * 1rem);
}
@media all and (min-width: 768px) {
  .policies-reports-contents__heading-image {
    width: 100vw;
    margin-inline: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.policies-reports-contents__heading-content .recent-title {
  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);
}
@media all and (min-width: 768px) {
  .policies-reports-contents__heading-content .recent-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);
  }
}
.policies-reports-contents__heading-content .recent-desc {
  margin-block-start: 0.5rem;
  font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
}
@media all and (min-width: 768px) {
  .policies-reports-contents__heading-content .recent-desc {
    margin-block-start: 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  .policies-reports-contents__heading-content .recent-desc {
    margin-block-start: 2rem;
  }
}
.policies-reports-contents__heading-content .recent-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 1rem;
  margin-block-start: calc(var(--esg-spacing-xl) / 16 * 1rem);
}
.policies-reports-contents__heading-content .recent-link .esg-btn-outline {
  padding-block: 0.625rem;
}
.policies-reports-contents__heading-content .recent-link .esg-btn-outline .icon-download {
  display: inline-block;
  width: 1.5rem;
  margin-inline-start: 0.5rem;
  background-image: url("images/policies-reports-contents/sustainability-2025-assets-policies-reports-ico-download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 1/1;
  transition: filter 0.3s ease;
}
.policies-reports-contents__heading-content .recent-link .esg-btn-outline:hover .icon-download {
  filter: brightness(0) invert(1);
}
@media all and (min-width: 768px) {
  .policies-reports-contents__heading-content .recent-link .esg-btn-outline {
    padding: 0.6875rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 550;
  }
  .policies-reports-contents__heading-content .recent-link .esg-btn-outline .icon-download {
    width: 1.75rem;
  }
}
@media all and (min-width: 1440px) {
  .policies-reports-contents__heading-content .recent-link .esg-btn-outline {
    padding: 0.9375rem 2rem;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 550;
  }
  .policies-reports-contents__heading-content .recent-link .esg-btn-outline .icon-download {
    width: 2rem;
  }
}
.policies-reports-contents__heading-content .download {
  padding-block-start: calc(var(--esg-spacing-4xl) / 16 * 1rem);
  text-align: left;
}
@media all and (min-width: 768px) {
  .policies-reports-contents__heading-content .download {
    padding-block-start: calc(var(--esg-spacing-3xl) / 16 * 1rem);
  }
}
.policies-reports-contents__heading-content .download-table table tbody tr {
  border-bottom: none;
}
.policies-reports-contents__heading-content .download + .download {
  padding-block-start: calc(var(--esg-spacing-3xl) / 16 * 1rem);
}
.policies-reports-contents__content-image {
  width: calc(100% + 2rem);
  margin-inline: -1rem;
  margin-block-start: calc(var(--esg-spacing-4xl) / 16 * 1rem);
}
@media all and (min-width: 768px) {
  .policies-reports-contents__content-image {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    border-radius: calc(var(--esg-radius-round) / 16 * 1rem);
    overflow: hidden;
  }
}

/* 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;
  }
}