@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 {
  display: none;
  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 {
    display: block;
  }
}
.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-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;
}
.esg-layer .layer-scrollable::-webkit-scrollbar {
  display: none;
}
@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%;
}

/* banner */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.sustainability-banner {
  position: relative;
}
.sustainability-banner .inner {
  padding: 0;
}
.sustainability-banner-content {
  position: relative;
  overflow: hidden;
  background-color: #f0ece4;
}
@media all and (min-width: 1440px) {
  .sustainability-banner-content {
    border-radius: 1.25rem;
  }
}
.sustainability-banner-text {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem;
}
@media all and (min-width: 768px) {
  .sustainability-banner-text {
    padding: 2.5rem 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-banner-text {
    top: 50%;
    transform: translateY(-50%);
    left: 4rem;
    max-width: 47.5rem;
    padding: 0;
  }
}
.sustainability-banner-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);
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 1440px) {
  .sustainability-banner-title {
    margin-bottom: 0.5rem;
  }
}
.sustainability-banner-desc {
  font-size: 1rem;
  line-height: 112%;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 768px) {
  .sustainability-banner-desc {
    margin-bottom: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-banner-desc {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 1.5rem;
  }
}
.sustainability-banner-link {
  display: inline-flex;
  align-items: center;
  padding: 0.6875rem 1rem;
  border-radius: 6.25rem;
  border: 1px solid #646464;
  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;
}
@media all and (min-width: 768px) {
  .sustainability-banner-link {
    padding: 0.75rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-banner-link {
    padding: 0.875rem 1.3125rem;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
.sustainability-banner-link:hover {
  border: 1px solid transparent;
  background-color: #ea1917;
  color: #ffffff;
}
.sustainability-banner-image {
  position: relative;
  width: 100%;
  aspect-ratio: 360/480;
}
@media all and (min-width: 768px) {
  .sustainability-banner-image {
    aspect-ratio: 768/450;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-banner-image {
    aspect-ratio: 1440/420;
  }
}
.sustainability-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* explore-main */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.sustainability-explore .explore-card-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) {
  .sustainability-explore .explore-card-link {
    padding: 0.6875rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore .explore-card-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
.sustainability-explore .explore-card-link:hover {
  background-color: #ea1917;
  color: #ffffff;
  border-color: transparent;
}

.sustainability-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) {
  .sustainability-explore .esg-slider-controls {
    width: auto;
    gap: 0.5rem;
    margin-block-start: unset;
  }
}
.sustainability-explore .esg-slider-controls .esg-slider-prev,
.sustainability-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;
}
.sustainability-explore .esg-slider-controls .esg-slider-prev::after,
.sustainability-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) {
  .sustainability-explore .esg-slider-controls .esg-slider-prev,
  .sustainability-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%;
  }
  .sustainability-explore .esg-slider-controls .esg-slider-prev::after,
  .sustainability-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;
  }
}
.sustainability-explore .esg-slider-controls .esg-slider-prev:disabled, .sustainability-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled,
.sustainability-explore .esg-slider-controls .esg-slider-next:disabled,
.sustainability-explore .esg-slider-controls .esg-slider-next.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.sustainability-explore .esg-slider-controls .esg-slider-prev:disabled::after, .sustainability-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled::after,
.sustainability-explore .esg-slider-controls .esg-slider-next:disabled::after,
.sustainability-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) {
  .sustainability-explore .esg-slider-controls .esg-slider-prev:disabled, .sustainability-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled,
  .sustainability-explore .esg-slider-controls .esg-slider-next:disabled,
  .sustainability-explore .esg-slider-controls .esg-slider-next.swiper-button-disabled {
    border-color: #cbc8c2;
  }
  .sustainability-explore .esg-slider-controls .esg-slider-prev:disabled::after, .sustainability-explore .esg-slider-controls .esg-slider-prev.swiper-button-disabled::after,
  .sustainability-explore .esg-slider-controls .esg-slider-next:disabled::after,
  .sustainability-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");
  }
}
.sustainability-explore .esg-slider-controls .esg-slider-prev {
  transform: rotate(180deg);
}
.sustainability-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;
}
.sustainability-explore .esg-slider-controls .esg-slider-pagination .swiper-pagination-current,
.sustainability-explore .esg-slider-controls .esg-slider-pagination .swiper-pagination-total {
  min-width: 0.625rem;
}
@media all and (min-width: 1440px) {
  .sustainability-explore .esg-slider-controls .esg-slider-pagination {
    display: none;
  }
}
.sustainability-explore .esg-slider-controls .esg-slider-pagination.swiper-pagination-fraction {
  position: static;
  width: auto;
  gap: 0.25rem;
}

.sustainability-explore {
  position: relative;
  background-color: #f0ece4;
}
.sustainability-explore-tabs {
  display: flex;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .sustainability-explore-tabs {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore-tabs {
    margin-bottom: 3rem;
  }
}
.sustainability-explore .explore-tabs-list {
  padding: 0.25rem;
  border-radius: 6.25rem;
  background-color: #E6E1D6;
  display: flex;
  gap: 0.25rem;
}
@media all and (min-width: 768px) {
  .sustainability-explore .explore-tabs-list {
    gap: 0.375rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore .explore-tabs-list {
    gap: 0;
  }
}
.sustainability-explore .explore-tabs-list .explore-tab-btn {
  display: flex;
  padding: 0.6875rem 1rem;
  border-radius: 6.25rem;
  border: none;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.sustainability-explore .explore-tabs-list .explore-tab-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sustainability-explore .explore-tabs-list .explore-tab-btn.is-active {
  background-color: #000000;
  font-weight: 600;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .sustainability-explore .explore-tabs-list .explore-tab-btn {
    padding: 0.6875rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 110%;
    font-weight: 400;
    color: #262626;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore .explore-tabs-list .explore-tab-btn {
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #262626;
  }
}
.sustainability-explore .sustainability-explore-content {
  position: relative;
}
.sustainability-explore .explore-content-panel {
  display: none;
}
.sustainability-explore .explore-content-panel.is-active {
  display: block;
}
.sustainability-explore .explore-content-panel-title {
  font-size: 1.5rem;
  line-height: 116%;
  font-weight: 550;
  color: #000000;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .sustainability-explore .explore-content-panel-title {
    font-size: 2.125rem;
    line-height: 112%;
    font-weight: 550;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore .explore-content-panel-title {
    font-size: 2.75rem;
    line-height: 109%;
    font-weight: 550;
    color: #000000;
    margin-bottom: 1.5rem;
  }
}
.sustainability-explore .explore-cards-slider {
  position: relative;
}
.sustainability-explore .explore-cards.swiper {
  overflow: visible;
}
.sustainability-explore .explore-cards.swiper .swiper-slide {
  width: 19.375rem;
  height: auto;
}
@media all and (min-width: 768px) {
  .sustainability-explore .explore-cards.swiper .swiper-slide {
    width: 21.25rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore .explore-cards.swiper .swiper-slide {
    width: auto;
  }
}
.sustainability-explore .explore-card {
  display: flex;
  flex-direction: column;
}
.sustainability-explore .explore-card-image {
  position: relative;
  width: 100%;
  border-radius: 1.25rem;
  aspect-ratio: 464/340;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 768px) {
  .sustainability-explore .explore-card-image {
    border-radius: 1.5rem;
    margin-bottom: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore .explore-card-image {
    border-radius: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.sustainability-explore .explore-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability-explore .explore-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sustainability-explore .explore-card-title {
  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);
}
.sustainability-explore .explore-card-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;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 768px) {
  .sustainability-explore .explore-card-desc {
    margin-bottom: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-explore .explore-card-desc {
    margin-bottom: 1.5rem;
  }
}
.sustainability-explore .explore-card-link {
  font-family: inherit;
}
.sustainability-explore .esg-slider-controls {
  justify-content: center;
  margin-top: 0.75rem;
}
@media all and (min-width: 1440px) {
  .sustainability-explore .esg-slider-controls {
    display: none;
  }
}

/* news */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.sustainability-news-content .news-card-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) {
  .sustainability-news-content .news-card-link {
    padding: 0.6875rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-card-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
.sustainability-news-content .news-card-link:hover {
  background-color: #ea1917;
  color: #ffffff;
  border-color: transparent;
}

.sustainability-news {
  position: relative;
  background-color: #f0ece4;
}
.sustainability-news-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sustainability-news-tabs {
  display: flex;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .sustainability-news-tabs {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-news-tabs {
    margin-bottom: 3rem;
  }
}
.sustainability-news .news-tabs-list {
  padding: 0.25rem;
  border-radius: 6.25rem;
  background-color: #E6E1D6;
  display: flex;
  gap: 0.25rem;
}
@media all and (min-width: 768px) {
  .sustainability-news .news-tabs-list {
    gap: 0.375rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-news .news-tabs-list {
    gap: 0;
  }
}
.sustainability-news .news-tabs-list .news-tab-btn {
  display: flex;
  padding: 0.6875rem 1rem;
  border-radius: 6.25rem;
  border: none;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 100%;
  font-weight: 400;
  color: #262626;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.sustainability-news .news-tabs-list .news-tab-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sustainability-news .news-tabs-list .news-tab-btn.is-active {
  background-color: #000000;
  font-weight: 600;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .sustainability-news .news-tabs-list .news-tab-btn {
    padding: 0.6875rem 1.25rem;
    font-size: 1.0625rem;
    line-height: 110%;
    font-weight: 400;
    color: #262626;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-news .news-tabs-list .news-tab-btn {
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    color: #262626;
  }
}
.sustainability-news-content {
  position: relative;
}
.sustainability-news-content .news-content-panel {
  display: none;
}
.sustainability-news-content .news-content-panel.is-active {
  display: block;
}
.sustainability-news-content .news-cards-slider {
  position: relative;
}
.sustainability-news-content .news-cards.swiper .swiper-wrapper {
  align-items: stretch;
}
.sustainability-news-content .news-cards.swiper .swiper-slide {
  width: 19.375rem;
  aspect-ratio: 310/360;
  height: auto;
}
@media all and (min-width: 768px) {
  .sustainability-news-content .news-cards.swiper .swiper-slide {
    width: 23.75rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-cards.swiper .swiper-slide {
    width: 29rem;
    aspect-ratio: 464/550;
  }
}
.sustainability-news-content .news-card {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 22.5rem;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-card {
    border-radius: 1.75rem;
  }
}
.sustainability-news-content .news-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.sustainability-news-content .news-card-image picture,
.sustainability-news-content .news-card-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.sustainability-news-content .news-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sustainability-news-content .news-card:hover .news-card-image img {
  transform: scale(1.05);
}
.sustainability-news-content .news-card-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-card-overlay {
    padding: 2.5rem 2rem;
  }
}
.sustainability-news-content .news-card.invert .news-card-overlay {
  color: #000000;
}
.sustainability-news-content .news-card-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);
  margin-bottom: 0.5rem;
}
@media all and (min-width: 768px) {
  .sustainability-news-content .news-card-title {
    font-size: 1.75rem;
    line-height: 116%;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-card-title {
    font-size: 2rem;
    line-height: 119%;
  }
}
.sustainability-news-content .news-card-date {
  font-size: 1rem;
  line-height: 112%;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 768px) {
  .sustainability-news-content .news-card-date {
    font-size: 1.125rem;
    line-height: 116%;
    font-weight: 400;
    margin-bottom: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-card-date {
    font-size: 1rem;
    line-height: 113%;
    margin-bottom: 1.5rem;
  }
}
.sustainability-news-content .news-card-link {
  color: #000000;
}
.sustainability-news-content .news-card.is-dummy {
  display: none;
  width: 0;
  margin: 0;
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-card.is-dummy {
    display: block;
    visibility: hidden;
    pointer-events: none;
    width: 29rem;
  }
}
.sustainability-news-content .news-slider-controls {
  overflow: visible;
}
@media all and (min-width: 1440px) {
  .sustainability-news-content .news-slider-controls {
    justify-content: flex-end;
    margin-top: 2rem;
    padding-bottom: calc(var(--esg-spacing-xs) / 16 * 1rem);
  }
}

/* accessibility */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.accessibility-menu-item .accessibility-menu-content .menu-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) {
  .accessibility-menu-item .accessibility-menu-content .menu-link {
    padding: 0.6875rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu-item .accessibility-menu-content .menu-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
.accessibility-menu-item .accessibility-menu-content .menu-link:hover {
  background-color: #ea1917;
  color: #ffffff;
  border-color: transparent;
}

.sustainability-accessibility {
  position: relative;
  background-color: #E6E1D6;
  z-index: 1;
  padding-block-end: 0;
}
@media all and (min-width: 1440px) {
  .sustainability-accessibility {
    padding-block-end: calc(var(--esg-spacing-4xl) / 16 * 1rem);
  }
}
.sustainability-accessibility .inner {
  padding: 0;
}
.sustainability-accessibility-content {
  display: flex;
  position: relative;
}
.sustainability-accessibility .esg-heading-group {
  padding: 0 1.25rem;
}
@media all and (min-width: 1440px) {
  .sustainability-accessibility .esg-heading-group {
    padding: 0;
  }
}

.accessibility-menu {
  width: 100%;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  gap: 1rem;
}
@media all and (min-width: 768px) {
  .accessibility-menu {
    bottom: 1.25rem;
    gap: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu {
    width: auto;
    height: 100%;
    position: absolute;
    left: 2rem;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    gap: 1rem;
    flex-direction: row;
    align-items: center;
    transform: translateX(0);
  }
}

@media all and (min-width: 1440px) {
  .accessibility-slider {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.accessibility-slider .esg-slider-prev::after,
.accessibility-slider .esg-slider-next::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(45deg) brightness(103%) contrast(105%);
}
@media all and (min-width: 1440px) {
  .accessibility-slider .esg-slider-prev::after,
  .accessibility-slider .esg-slider-next::after {
    filter: none;
  }
}
.accessibility-slider .esg-slider-prev.swiper-button-disabled::after,
.accessibility-slider .esg-slider-next.swiper-button-disabled::after {
  filter: none;
}
@media all and (min-width: 1440px) {
  .accessibility-slider .esg-slider-prev:not(:disabled),
  .accessibility-slider .esg-slider-next:not(:disabled) {
    background-color: #ffffff;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-slider .esg-slider-prev.esg-slider-prev,
  .accessibility-slider .esg-slider-next.esg-slider-prev {
    transform: rotate(-90deg);
  }
}
@media all and (min-width: 1440px) {
  .accessibility-slider .esg-slider-prev.esg-slider-next,
  .accessibility-slider .esg-slider-next.esg-slider-next {
    transform: rotate(90deg);
  }
}
.accessibility-slider .esg-slider-pagination {
  color: #ffffff;
}

.accessibility-menu-list {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 1rem;
}
.accessibility-menu-list .swiper-wrapper {
  align-items: flex-end;
}
@media all and (min-width: 768px) {
  .accessibility-menu-list {
    padding: 0 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu-list {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.75rem;
    overflow: visible;
    order: unset;
    width: auto;
    padding: 0;
    align-items: flex-start;
  }
}

.accessibility-menu-item {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6.25rem;
  overflow: hidden;
  padding: 1.25rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
}
@media all and (min-width: 768px) {
  .accessibility-menu-item {
    padding: 1.375rem;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu-item {
    width: auto;
    padding: 1.5rem;
  }
}
.accessibility-menu-item .accessibility-menu-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-align: left;
  transition: all 0.3s ease;
}
.accessibility-menu-item .accessibility-menu-btn .menu-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .accessibility-menu-item .accessibility-menu-btn .menu-icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu-item .accessibility-menu-btn .menu-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.accessibility-menu-item .accessibility-menu-btn .menu-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.accessibility-menu-item .accessibility-menu-btn .menu-title {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
}
@media all and (min-width: 768px) {
  .accessibility-menu-item .accessibility-menu-btn .menu-title {
    font-size: 1.375rem;
    line-height: 118%;
    font-weight: 600;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu-item .accessibility-menu-btn .menu-title {
    font-size: 1.5rem;
    line-height: 116%;
    font-weight: 600;
    color: #000000;
  }
}
.accessibility-menu-item .accessibility-menu-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  position: relative;
  transition: max-height 0.75s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.75s ease 0.1s, padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media all and (min-width: 1440px) {
  .accessibility-menu-item .accessibility-menu-content {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 0;
  }
}
.accessibility-menu-item .accessibility-menu-content .menu-desc {
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 768px) {
  .accessibility-menu-item .accessibility-menu-content .menu-desc {
    margin-bottom: 1.125rem;
    max-width: 13.75rem;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu-item .accessibility-menu-content .menu-desc {
    margin-bottom: 1.5rem;
    max-width: 15.625rem;
  }
}
.accessibility-menu-item.is-active {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) {
  .accessibility-menu-item.is-active {
    border-radius: 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-menu-item.is-active {
    width: auto;
    border-radius: 1.75rem;
  }
}
.accessibility-menu-item.is-active .accessibility-menu-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-height: 12.5rem;
  opacity: 1;
  margin-top: 0.5rem;
  position: relative;
}
.accessibility-menu-item:not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.95);
}

.accessibility-visual {
  flex: 1;
  overflow: hidden;
  position: relative;
  aspect-ratio: 360/469;
  order: unset;
  width: auto;
}
@media all and (min-width: 768px) {
  .accessibility-visual {
    aspect-ratio: 768/520;
  }
}
@media all and (min-width: 1440px) {
  .accessibility-visual {
    border-radius: 1.75rem;
    margin: 0;
    aspect-ratio: 1440/720;
  }
}

.accessibility-visual-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.visual-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.visual-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.visual-slide.is-active {
  clip-path: inset(0 0 0 0);
  z-index: 2;
}
.visual-slide.is-entering-prev {
  clip-path: inset(0 0 0 0);
  z-index: 3;
}
.visual-slide.is-entering-next {
  clip-path: inset(0 0 0 0);
  z-index: 3;
}
.visual-slide.from-right {
  clip-path: inset(0 0 0 100%);
}

/* products */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.product-card-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) {
  .product-card-link {
    padding: 0.6875rem 1.125rem;
    font-size: 0.9375rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
@media all and (min-width: 1440px) {
  .product-card-link {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    line-height: 100%;
    font-weight: 600;
    color: #000000;
  }
}
.product-card-link:hover {
  background-color: #ea1917;
  color: #ffffff;
  border-color: transparent;
}

.sustainability-products .inner:not(:first-child) {
  padding-inline: 0;
}
.sustainability-products-tabs {
  margin-block-end: calc(var(--esg-spacing-3xl) / 16 * 1rem);
  display: flex;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-inline: 1rem;
}
.sustainability-products-tabs::-webkit-scrollbar {
  display: none;
}
@media all and (min-width: 1440px) {
  .sustainability-products-tabs {
    overflow: visible;
    overscroll-behavior: auto;
    touch-action: auto;
    scrollbar-width: auto;
    -ms-overflow-style: auto;
    padding: 0;
  }
  .sustainability-products-tabs::-webkit-scrollbar {
    display: block;
  }
}

.products-tabs-list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0.25rem;
  border-radius: 6.25rem;
  background-color: #e6e1d6;
  gap: 0.375rem;
  width: max-content;
}
@media all and (min-width: 768px) {
  .products-tabs-list {
    gap: 0.4375rem;
  }
}
@media all and (min-width: 1440px) {
  .products-tabs-list {
    gap: 0;
    width: auto;
  }
}
.products-tabs-list > li {
  flex-shrink: 0;
}
.products-tabs-list .products-tab-btn {
  display: flex;
  padding: 0.6875rem 1rem;
  border-radius: 6.25rem;
  border: none;
  background-color: transparent;
  color: #262626;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.products-tabs-list .products-tab-btn:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.products-tabs-list .products-tab-btn.is-active {
  background-color: #000000;
  font-weight: 600;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .products-tabs-list .products-tab-btn {
    padding: 0.6875rem 1.25rem;
  }
}
@media all and (min-width: 1440px) {
  .products-tabs-list .products-tab-btn {
    padding: 0.625rem 1.5rem;
  }
}

.sustainability-products-slider {
  position: relative;
  padding-inline: 1rem;
}
@media all and (min-width: 1440px) {
  .sustainability-products-slider {
    padding: 0;
  }
}

.products-swiper {
  overflow: visible;
}
.products-swiper .swiper-slide {
  width: 19.375rem;
  height: auto;
}
@media all and (min-width: 768px) {
  .products-swiper .swiper-slide {
    width: 20.375rem;
  }
}
@media all and (min-width: 1440px) {
  .products-swiper .swiper-slide {
    width: 21.375rem;
  }
}

.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-block-end: 0.75rem;
}
@media all and (min-width: 768px) {
  .product-card-image {
    margin-block-end: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .product-card-image {
    margin-block-end: 1.5rem;
  }
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card-image .esg-disclaimer {
  position: absolute;
  inset: auto 1.5rem 1rem 1.5rem;
}
.product-card:hover .product-card-image img {
  transform: scale(1.05);
}
.product-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.product-card-title {
  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);
}
.product-card-desc {
  margin-block-end: 0.75rem;
}
@media all and (min-width: 768px) {
  .product-card-desc {
    margin-block-end: 1.125rem;
  }
}
@media all and (min-width: 1440px) {
  .product-card-desc {
    margin-block-end: 1.5rem;
  }
}
.product-card-link {
  font-family: inherit;
}

@media all and (min-width: 1440px) {
  .products-slider-controls {
    position: absolute;
    right: 0;
    top: -4.875rem;
  }
}

/* achievement */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.sustainability-achievement .inner {
  padding: 0;
}

.achievement-note-wrap {
  display: flex;
  justify-content: flex-end;
  margin-block-end: 1rem;
  padding-inline: 1rem;
}
@media all and (min-width: 1440px) {
  .achievement-note-wrap {
    padding-inline: 0;
  }
}

.achievement-footer-note {
  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;
  background-color: #e6e1d6;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (min-width: 768px) {
  .achievement-grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.achievement-card {
  position: relative;
  padding: 1rem;
  min-height: 14.375rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: transparent;
}
@media all and (min-width: 768px) {
  .achievement-card {
    padding: 1.25rem;
    min-height: 14.6875rem;
  }
}
@media all and (min-width: 1440px) {
  .achievement-card {
    min-height: 15rem;
  }
}
.achievement-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.achievement-card.from-top::before {
  transform: scaleY(0);
  transform-origin: top center;
}
.achievement-card.from-bottom::before {
  transform: scaleY(0);
  transform-origin: bottom center;
}
.achievement-card.from-left::before {
  transform: scaleX(0);
  transform-origin: left center;
}
.achievement-card.from-right::before {
  transform: scaleX(0);
  transform-origin: right center;
}
.achievement-card.is-animated::before {
  transform: scaleX(1) scaleY(1);
}
.achievement-card .card-scope,
.achievement-card .card-label,
.achievement-card .card-note,
.achievement-card .card-value,
.achievement-card .card-list {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.achievement-card .card-icon,
.achievement-card .card-icons {
  z-index: 1;
}
.achievement-card.is-animated .card-scope,
.achievement-card.is-animated .card-label,
.achievement-card.is-animated .card-note,
.achievement-card.is-animated .card-value,
.achievement-card.is-animated .card-list {
  opacity: 1;
  transform: translateY(0);
}
.achievement-card .card-label {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 550;
  color: #000000;
  margin-bottom: auto;
  transition-delay: 0.35s;
}
.achievement-card .card-label.wh-text {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 550;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .achievement-card .card-label {
    font-size: 1.25rem;
    line-height: 110%;
    font-weight: 550;
    color: #000000;
  }
  .achievement-card .card-label.wh-text {
    font-size: 1.25rem;
    line-height: 110%;
    font-weight: 550;
    color: #ffffff;
  }
}
@media all and (min-width: 1440px) {
  .achievement-card .card-label {
    font-size: 1.5rem;
    line-height: 117%;
    font-weight: 550;
    color: #000000;
  }
  .achievement-card .card-label.wh-text {
    font-size: 1.5rem;
    line-height: 117%;
    font-weight: 550;
    color: #ffffff;
  }
}
.achievement-card .card-icon {
  max-width: 4.5rem;
  position: absolute;
  right: 1rem;
  bottom: 50%;
  transform: translateY(50%);
  opacity: 0;
  transition: opacity 0.5s ease 0.4s;
}
@media all and (min-width: 768px) {
  .achievement-card .card-icon {
    max-width: unset;
    right: 0.5rem;
    bottom: 50%;
  }
}
@media all and (min-width: 1440px) {
  .achievement-card .card-icon {
    right: 1rem;
    bottom: 1rem;
    transform: translateY(0);
  }
}
.achievement-card .card-icon.card-icon-large {
  max-width: 18rem;
}
@media all and (min-width: 768px) {
  .achievement-card .card-icon.card-icon-large {
    max-width: auto;
  }
}
.achievement-card .card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.achievement-card .card-icons {
  position: absolute;
  right: 0.5rem;
  bottom: 50%;
  transform: translateY(50%);
  display: flex;
  opacity: 0;
  transition: opacity 0.5s ease 0.4s;
}
@media all and (min-width: 768px) {
  .achievement-card .card-icons {
    right: 0.75rem;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media all and (min-width: 1440px) {
  .achievement-card .card-icons {
    right: 1rem;
    bottom: 1rem;
    transform: translateY(0);
  }
}
.achievement-card .card-icons .card-icon {
  position: static;
  transform: none;
  width: 4.5rem;
  height: 4.5rem;
  opacity: 1;
  transition: none;
}
@media all and (min-width: 768px) {
  .achievement-card .card-icons .card-icon {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media all and (min-width: 1440px) {
  .achievement-card .card-icons .card-icon {
    width: 5rem;
    height: 5rem;
  }
}
.achievement-card .card-icons .card-icon img {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.achievement-card.is-animated .card-icon {
  opacity: 1;
}
.achievement-card.is-animated .card-icons {
  opacity: 1;
}
.achievement-card.achievement-card-7 .card-icon, .achievement-card.achievement-card-8 .card-icon {
  bottom: calc(50% + 1.625rem);
}
@media all and (min-width: 768px) {
  .achievement-card.achievement-card-7 .card-icon, .achievement-card.achievement-card-8 .card-icon {
    bottom: 50%;
  }
}
@media all and (min-width: 1440px) {
  .achievement-card.achievement-card-7 .card-icon, .achievement-card.achievement-card-8 .card-icon {
    bottom: 1rem;
  }
}
.achievement-card:hover .card-icon img,
.achievement-card:hover .card-icons .card-icon img {
  transform: scale(1.2);
}
.achievement-card .card-note {
  display: inline-block;
  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: 400;
  transition-delay: 0.45s;
  margin-block-start: 0.25rem;
}
@media all and (min-width: 768px) {
  .achievement-card .card-note {
    margin-block-start: calc(var(--esg-spacing-s) / 16 * 1rem);
  }
}
.achievement-card .card-note.wh-text {
  color: #ffffff;
}
.achievement-card .card-value {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
  transition-delay: 0.5s;
}
@media all and (min-width: 768px) {
  .achievement-card .card-value {
    gap: 0.375rem;
  }
}
@media all and (min-width: 1440px) {
  .achievement-card .card-value {
    gap: 0.5rem;
  }
}
.achievement-card .card-value .value-number {
  font-size: 2.25rem;
  line-height: 105%;
  font-weight: 350;
  color: #000000;
  flex-shrink: 0;
}
.achievement-card .card-value .value-number.wh-text {
  font-size: 2.25rem;
  line-height: 105%;
  font-weight: 350;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .achievement-card .card-value .value-number {
    font-size: 3.25rem;
    line-height: 102%;
    font-weight: 350;
    color: #000000;
  }
  .achievement-card .card-value .value-number.wh-text {
    font-size: 3.25rem;
    line-height: 102%;
    font-weight: 350;
    color: #ffffff;
  }
}
@media all and (min-width: 1440px) {
  .achievement-card .card-value .value-number {
    font-size: 4.5rem;
    line-height: 100%;
    font-weight: 350;
    color: #000000;
  }
  .achievement-card .card-value .value-number.wh-text {
    font-size: 4.5rem;
    line-height: 100%;
    font-weight: 350;
    color: #ffffff;
  }
}
.achievement-card .card-value .value-unit {
  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);
  flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .achievement-card .card-value .value-unit {
    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: 1440px) {
  .achievement-card .card-value .value-unit {
    margin-block-end: 0.5rem;
  }
}
.achievement-card .card-value .value-unit.wh-text {
  color: #ffffff;
}
.achievement-card .card-list {
  transition-delay: 0.5s;
}
@media all and (min-width: 1440px) {
  .achievement-card .card-list {
    display: flex;
    flex-direction: column-reverse;
  }
}
.achievement-card .card-list li {
  display: flex;
  gap: 0.25rem;
  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);
}
@media all and (min-width: 768px) {
  .achievement-card .card-list li {
    font-size: calc(var(--esg-font-body-2-fs) / 16 * 1rem);
    line-height: calc(var(--esg-font-body-2-lh) / 16 * 1rem);
  }
}
.achievement-card .card-list li {
  font-weight: 400;
  color: #ffffff;
}
.achievement-card .card-list li::before {
  content: "·";
}

.achievement-grid .achievement-card-1::before {
  background-color: #C8E4C9;
}
.achievement-grid .achievement-card-2::before {
  background-color: #BFF3EA;
}
.achievement-grid .achievement-card-3::before {
  background-color: #FFF2AF;
}
.achievement-grid .achievement-card-4::before {
  background-color: #F4DC00;
}
.achievement-grid .achievement-card-5::before {
  background-color: #60984D;
}
.achievement-grid .achievement-card-6::before {
  background: linear-gradient(180deg, rgba(72, 162, 168, 0.5) 0%, rgba(72, 162, 168, 0) 50%), #7CCCBF;
}
.achievement-grid .achievement-card-7::before {
  background: linear-gradient(116deg, rgba(244, 144, 69, 0.6) 39.84%, rgba(244, 144, 69, 0.27) 68.07%, rgba(244, 144, 69, 0) 93.8%), #FFBB83;
}
.achievement-grid .achievement-card-8::before {
  background-color: #F49045;
}
.achievement-grid .achievement-card-9::before {
  background-color: #04563F;
}
.achievement-grid .achievement-card-10::before {
  background-color: #48A2A8;
}
.achievement-grid .achievement-card-11::before {
  background-color: #C35C11;
}
.achievement-grid .achievement-card-11 {
  grid-column: span 2;
}
.achievement-grid .achievement-card-11:hover .card-icon img {
  transform: scale(1.05);
}

.achievement-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-inline: 1rem;
  margin-block-start: calc(var(--esg-spacing-m) / 16 * 1rem);
}
@media all and (min-width: 1440px) {
  .achievement-footer {
    padding-inline: 0;
  }
}
.achievement-footer-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media all and (min-width: 768px) {
  .achievement-footer-list {
    gap: 0.75rem;
  }
}
@media all and (min-width: 1440px) {
  .achievement-footer-list {
    gap: 1rem;
  }
}
.achievement-footer-list-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  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;
}
.achievement-footer-list-item::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.125rem;
}
.achievement-footer-list-item:nth-child(1)::before {
  background-color: #60984D;
}
.achievement-footer-list-item:nth-child(2)::before {
  background-color: #04563F;
}
.achievement-footer-list-item:nth-child(3)::before {
  background-color: #BFF3EA;
}
.achievement-footer-list-item:nth-child(4)::before {
  background-color: #48A2A8;
}

/* overview */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.sustainability-overview {
  z-index: 2;
}
.sustainability-overview .inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem;
}
@media all and (min-width: 1440px) {
  .sustainability-overview .inner {
    padding: 0;
  }
}
.sustainability-overview .esg-heading-group {
  width: 100%;
  margin-block-end: 0.5rem;
}
.sustainability-overview .esg-heading-group .esg-title-main {
  opacity: 1;
  transform: translateY(0);
}
@media all and (min-width: 1440px) {
  .sustainability-overview .esg-heading-group .esg-title-main {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
}
.sustainability-overview .esg-heading-group .esg-desc {
  opacity: 1;
  transform: translateY(0);
}
@media all and (min-width: 1440px) {
  .sustainability-overview .esg-heading-group .esg-desc {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    transition-delay: 0.15s;
  }
}
.sustainability-overview .sustainability-sticky-bar:not(.is-sticky) {
  opacity: 1;
  transform: translateY(0);
}
@media all and (min-width: 1440px) {
  .sustainability-overview .sustainability-sticky-bar:not(.is-sticky) {
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  }
}
.sustainability-overview.is-animated .esg-title-main,
.sustainability-overview.is-animated .esg-desc {
  opacity: 1;
  transform: translateY(0);
}
.sustainability-overview.is-animated .sustainability-sticky-bar:not(.is-sticky) {
  opacity: 1;
  transform: translateY(0);
}

.sustainability-sticky-bar {
  display: flex;
  justify-content: center;
  width: 100%;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
@media all and (min-width: 768px) {
  .sustainability-sticky-bar {
    padding: 0 0.375rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar {
    align-items: center;
    padding: 0 0.5rem;
  }
}
.sustainability-sticky-bar.is-sticky {
  position: fixed;
  top: 0;
  z-index: 99;
}
body.layer-open .sustainability-overview .sustainability-sticky-bar.is-sticky {
  display: none;
}
.sustainability-sticky-bar.is-sticky {
  padding: 0.25rem 1rem;
  background-color: #f6f3eb;
  border-bottom: 1px solid #cbc8c2;
  backdrop-filter: blur(10px);
  box-shadow: none;
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav {
  max-width: 100vw;
  opacity: 1;
  transform: scaleX(1);
  flex-direction: column;
  align-items: flex-start;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar.is-sticky {
    padding: 0;
  }
}
.sustainability-sticky-bar .sticky-bar-nav {
  display: flex;
  align-items: center;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center center;
  transition: max-width 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.sustainability-sticky-bar .sticky-bar-nav-list {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-right: 0.75rem;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar .sticky-bar-nav-list {
    white-space: nowrap;
    gap: 0.5rem;
    padding-right: 1rem;
  }
}
.sustainability-sticky-bar .sticky-bar-nav-list li a {
  display: block;
  text-decoration: none;
}
.sustainability-sticky-bar .sticky-bar-nav-list li a:hover, .sustainability-sticky-bar .sticky-bar-nav-list li a.is-active {
  font-weight: 600;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar .sticky-bar-nav-list li a {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 0.75rem 1.75rem;
    transition: background-color 0.3s ease;
  }
}
.sustainability-sticky-bar .sticky-bar-select-trigger {
  width: 12.5rem;
  height: 2.95rem;
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding-inline: 1rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  text-align: left;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar .sticky-bar-select-trigger {
    display: none;
  }
}
.sustainability-sticky-bar .sticky-bar-select-trigger-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav {
  overflow: visible;
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-select-trigger {
  display: flex;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-select-trigger {
    display: none;
  }
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav.is-open .sticky-bar-select-trigger-icon {
  transform: rotate(180deg);
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-nav-list {
  width: 100%;
  display: none;
  flex-direction: column;
  text-align: left;
  z-index: 1;
  padding: 0.25rem 1rem 0;
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-nav-list li {
  display: block;
  width: 100%;
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-nav-list li a {
  display: block;
  padding-block: 0.6875rem;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-nav-list {
    display: flex;
    flex-direction: row;
    position: static;
    padding: 0;
    padding-right: 1rem;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    border-radius: 0;
    box-shadow: none;
    gap: 0.5rem;
  }
  .sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-nav-list li {
    display: block;
    width: auto;
  }
  .sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-nav-list li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-inline: 1.75rem;
    transition: background-color 0.3s ease;
  }
  .sustainability-sticky-bar.is-sticky .sticky-bar-nav .sticky-bar-nav-list li a.is-active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background-color: #ea1917;
    content: "";
  }
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav.is-open .sticky-bar-nav-list {
  display: flex;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar.is-sticky .sticky-bar-nav.is-open .sticky-bar-nav-list {
    display: flex;
  }
}
.sustainability-sticky-bar.is-sticky .sticky-bar-nav.is-open .sticky-bar-nav-list li:has(.is-active) {
  display: none;
}
.sustainability-sticky-bar .sticky-bar-cta {
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.sustainability-sticky-bar .sticky-bar-cta-link {
  display: block;
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 600;
  color: #ffffff;
  background: #ea1917;
  border-radius: 6.25rem;
  text-decoration: none;
  white-space: nowrap;
  transition: padding 0.4s ease, font-size 0.4s ease, background-color 0.3s ease;
}
.sustainability-sticky-bar .sticky-bar-cta-link span {
  display: none;
}
.sustainability-sticky-bar .sticky-bar-cta-link.change {
  padding: 0.875rem 1.25rem;
  font-size: 1rem;
  line-height: 120%;
  font-weight: 600;
  color: #ffffff;
}
.sustainability-sticky-bar .sticky-bar-cta-link.change span {
  display: none;
}
@media all and (min-width: 1440px) {
  .sustainability-sticky-bar .sticky-bar-cta-link {
    padding: 0.75rem 1.75rem;
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 600;
    color: #ffffff;
  }
  .sustainability-sticky-bar .sticky-bar-cta-link span {
    display: inline-block;
  }
  .sustainability-sticky-bar .sticky-bar-cta-link.change {
    padding: 0.75rem 1.75rem;
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 600;
    color: #ffffff;
  }
  .sustainability-sticky-bar .sticky-bar-cta-link.change span {
    display: inline-block;
  }
}

/* keyvisual-main */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.sustainability-keyvisual {
  position: relative;
  width: 100%;
  aspect-ratio: 360/480;
  max-height: 30rem;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .sustainability-keyvisual {
    aspect-ratio: 768/600;
    max-height: 37.5rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-keyvisual {
    height: 100vh;
    max-height: 67.5rem;
  }
}
.sustainability-keyvisual .keyvisual-bg {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2C3E50 0%, #4CA1AF 100%);
  z-index: 0;
}
.sustainability-keyvisual .keyvisual-poster {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sustainability-keyvisual .keyvisual-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sustainability-keyvisual .keyvisual-poster.is-hidden {
  display: none;
}
.sustainability-keyvisual .keyvisual-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.sustainability-keyvisual .keyvisual-video-btn {
  position: absolute;
  bottom: 5.9375rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sustainability-keyvisual .keyvisual-video-btn .icon-play {
  display: none;
}
.sustainability-keyvisual .keyvisual-video-btn.is-paused .icon-pause {
  display: none;
}
.sustainability-keyvisual .keyvisual-video-btn.is-paused .icon-play {
  display: block;
}
@media all and (min-width: 768px) {
  .sustainability-keyvisual .keyvisual-video-btn {
    bottom: 7.5rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-keyvisual .keyvisual-video-btn {
    bottom: 11rem;
  }
}
.sustainability-keyvisual .keyvisual-arrow {
  width: 2.125rem;
  height: 2.9375rem;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  animation: arrowBounce 1.5s ease-in-out infinite;
}
@media all and (min-width: 768px) {
  .sustainability-keyvisual .keyvisual-arrow {
    bottom: 2rem;
    width: 3rem;
    height: 4.25rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-keyvisual .keyvisual-arrow {
    bottom: 2.5rem;
    width: 4.25rem;
    height: 6rem;
  }
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(10px);
  }
}
.sustainability-keyvisual .keyvisual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  clip-path: circle(0% at 50% 50%);
  opacity: 0;
  z-index: 3;
  padding-top: 5rem;
}
@media all and (min-width: 768px) {
  .sustainability-keyvisual .keyvisual-overlay {
    align-items: center;
    padding-top: 0;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-keyvisual .keyvisual-overlay {
    align-items: center;
  }
}
.sustainability-keyvisual .keyvisual-overlay-content {
  text-align: center;
  padding-inline: 1rem;
}
@media all and (min-width: 1440px) {
  .sustainability-keyvisual .keyvisual-overlay-content {
    padding: 0;
  }
}
.sustainability-keyvisual .keyvisual-overlay-title {
  opacity: 0;
  font-size: 2.25rem;
  line-height: 105%;
  font-weight: 550;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .sustainability-keyvisual .keyvisual-overlay-title {
    font-size: 3.5rem;
    line-height: 102%;
    font-weight: 550;
    color: #ffffff;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-keyvisual .keyvisual-overlay-title {
    font-size: 5rem;
    line-height: 100%;
    font-weight: 550;
    color: #ffffff;
  }
}
.sustainability-keyvisual .keyvisual-overlay-desc {
  margin-top: 0.5rem;
  opacity: 0;
  color: #ffffff;
}
@media all and (min-width: 768px) {
  .sustainability-keyvisual .keyvisual-overlay-desc {
    max-width: 48rem;
    margin-top: 0.75rem;
  }
}
@media all and (min-width: 1440px) {
  .sustainability-keyvisual .keyvisual-overlay-desc {
    max-width: 59.0625rem;
    margin-top: 1rem;
  }
}

/* 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-list-card */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-list-card__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.contents-list-card__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .contents-list-card__item {
    gap: 2rem;
    flex-direction: row;
  }
}
@media all and (min-width: 1440px) {
  .contents-list-card__item {
    gap: 3rem;
  }
}
@media all and (min-width: 768px) {
  .contents-list-card__item--text-first .contents-list-card__media {
    order: 1;
  }
}
@media all and (min-width: 768px) {
  .contents-list-card__item--text-first .contents-list-card__text {
    order: -1;
  }
}
.contents-list-card__media {
  aspect-ratio: 312/196;
}
@media all and (min-width: 768px) {
  .contents-list-card__media {
    width: 21.875vw;
    max-width: 26.25rem;
    min-width: 18.75rem;
    aspect-ratio: 420/264;
    order: initial;
  }
}
@media all and (min-width: 1440px) {
  .contents-list-card__media {
    width: 26.5625vw;
    max-width: 31.875rem;
    aspect-ratio: 510/320;
  }
}
.contents-list-card__media .video-wrapper {
  border-radius: 62.4375rem;
}
.contents-list-card__media .video-wrapper.video-align-top video,
.contents-list-card__media video.video-align-top {
  object-position: center top;
  transform: scale(0.9);
  transform-origin: center bottom;
}
.contents-list-card__media.portrait {
  aspect-ratio: 328/460;
}
@media all and (min-width: 768px) {
  .contents-list-card__media.portrait {
    max-width: 17.5rem;
    aspect-ratio: 342/480;
  }
}
@media all and (min-width: 1440px) {
  .contents-list-card__media.portrait {
    max-width: 21.375rem;
  }
}
.contents-list-card__text {
  flex: 1;
  width: 100%;
}

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

/* text-info-box */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.text-info-box__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (min-width: 768px) {
  .text-info-box__list {
    gap: 1.25rem;
  }
}
@media all and (min-width: 1440px) {
  .text-info-box__list {
    gap: 1.5rem;
  }
}
.text-info-box__item {
  background-color: #F2F2F2;
  padding: 1.5rem;
  border-radius: 1.25rem;
}
@media all and (min-width: 1440px) {
  .text-info-box__item {
    border-radius: 1.75rem;
    padding: 2.5rem 1.5rem;
  }
}
.text-info-box__item .esg-layer-title-third:first-child {
  color: #60984D;
}
.text-info-box.col .text-info-box__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media all and (min-width: 768px) {
  .text-info-box.col .text-info-box__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1440px) {
  .text-info-box.col .text-info-box__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* contents-info-list */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-info-list sup, .contents-info-list sub {
  display: inline-flex;
}
.contents-info-list, .contents-info-list *:not(sup, sub) {
  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;
}
.contents-info-list-disclaimer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list .disclaimer-top-label {
  display: block;
  font-weight: 600;
}
.contents-info-list .disclaimer-label {
  display: block;
}
.contents-info-list .disclaimer-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list .esg-layer-disclaimer + .esg-layer-disclaimer {
  margin-top: 0rem;
}
.contents-info-list .esg-layer-disclaimer + .disclaimer-list-primary {
  margin-top: 0.5rem;
}
.contents-info-list .disclaimer-list-primary {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: primary-item;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media all and (min-width: 768px) {
  .contents-info-list .disclaimer-list-primary {
    gap: 1rem;
  }
}
.contents-info-list .disclaimer-list-primary > li {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list .disclaimer-list-secondary {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list .disclaimer-list-secondary > li {
  padding-left: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media all and (min-width: 768px) {
  .contents-info-list .disclaimer-list-secondary > li {
    padding-left: 1.5rem;
  }
}
.contents-info-list .disclaimer-list-secondary > li::before {
  content: "•";
  position: absolute;
  left: 0.5rem;
}
.contents-info-list .disclaimer-list-tertiary {
  list-style: decimal;
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list .disclaimer-list-tertiary > li > span + .disclaimer-items-quaternary {
  margin-block-start: 0.5rem;
}
.contents-info-list .disclaimer-items-quaternary {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list .disclaimer-items-quaternary > li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list .disclaimer-items-tertiary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-info-list:has(.disclaimer-more-button) {
  position: relative;
  padding-bottom: 0;
}
.contents-info-list:has(.disclaimer-more-button) .disclaimer-hidden-m {
  display: none;
}
@media all and (min-width: 768px) {
  .contents-info-list:has(.disclaimer-more-button) .disclaimer-hidden-m {
    display: flex !important;
  }
}
@media all and (min-width: 1440px) {
  .contents-info-list:has(.disclaimer-more-button) .disclaimer-hidden-m {
    display: flex !important;
  }
}
.contents-info-list .disclaimer-more-button {
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 400;
  color: #646464;
  padding: 0.5rem 0 1.5rem;
  margin-top: 0.75rem;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  width: 100%;
  position: relative;
  cursor: pointer;
  border: none;
}
.contents-info-list .disclaimer-more-button::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  background: url("/content/dam/lge/global/cso/sustainablity/2025/common/images/sustainability-2025-assets-common-ico-read-more.svg") no-repeat center center;
  background-size: contain;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
.contents-info-list .disclaimer-more-button.is-open {
  padding: 1.5rem 0 1.5rem;
  background: transparent;
  margin-top: 0;
}
.contents-info-list .disclaimer-more-button.is-open::after {
  transform: translateX(-50%) rotate(180deg);
}
@media all and (min-width: 768px) {
  .contents-info-list .disclaimer-more-button {
    display: none;
  }
}
@media all and (min-width: 1440px) {
  .contents-info-list .disclaimer-more-button {
    display: none;
  }
}

/* contents-graph */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-graph .esg-layer-eyebrow-l {
  margin-bottom: 1rem;
}
@media all and (min-width: 1440px) {
  .contents-graph .esg-layer-eyebrow-l {
    margin-bottom: 1.5rem;
  }
}
.contents-graph .contents-graph-chart-container {
  background-color: #f2f2f2;
  border-radius: 1.75rem;
  padding: 1.75rem 1.5rem;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-chart-container {
    border-radius: 1.5rem;
    padding: 2rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-chart-container {
    border-radius: 1.75rem;
    padding: 2.5rem;
  }
}
.contents-graph .contents-graph-disclaimer + .contents-graph-chart-container {
  margin-top: 0;
}
.contents-graph .contents-graph-chart-legend {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  width: fit-content;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-chart-legend {
    flex-direction: row;
    gap: 1.25rem;
    margin-bottom: 0.875rem;
    width: initial;
    margin-left: initial;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-chart-legend {
    gap: 1.5rem;
    margin-bottom: 1rem;
  }
}
.contents-graph .contents-graph-chart-legend-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
  color: #262626;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-chart-legend-item {
    gap: 0.375rem;
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #262626;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-chart-legend-item {
    gap: 0.375rem;
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #262626;
  }
}
.contents-graph .contents-graph-chart-legend-item .contents-graph-chart-legend-color {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.25rem;
  display: block;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-chart-legend-item .contents-graph-chart-legend-color {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-chart-legend-item .contents-graph-chart-legend-color {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.25rem;
  }
}
.contents-graph .contents-graph-bar-chart {
  margin-bottom: 3rem;
  padding: 0;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart {
    margin-bottom: 0.875rem;
    padding: 1.25rem 0;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart {
    margin-bottom: 1rem;
    padding: 1.5rem 0;
  }
}
.contents-graph .contents-graph-bar-chart:last-child {
  margin-bottom: 0;
}
.contents-graph .contents-graph-bar-chart h4 {
  margin-bottom: 0.25rem;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart h4 {
    margin-bottom: 0.25rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart h4 {
    margin-bottom: 0.25rem;
  }
}
.contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-title {
  font-size: calc(var(--esg-font-eyebrow-s-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-eyebrow-s-lh) / 16 * 1rem);
}
.contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-summary {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 550;
  color: #000000;
  margin-bottom: 0.5rem;
}
.contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-summary br {
  display: none;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-summary br {
    display: block;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-summary br {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-summary {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 550;
    color: #000000;
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-summary {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 550;
    color: #000000;
    margin-bottom: 0.5rem;
  }
}
.contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-description {
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 400;
  color: #646464;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-description {
    font-size: 1rem;
    line-height: 112%;
    font-weight: 400;
    color: #646464;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-description {
    font-size: 1rem;
    line-height: 112%;
    font-weight: 400;
    color: #646464;
  }
}
.contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-content {
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-content {
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-content {
    margin-top: 1.5rem;
  }
}
.contents-graph .contents-graph-bar-chart .contents-graph-bar-chart-content picture img {
  width: 100%;
  height: auto;
  display: block;
}
.contents-graph .contents-graph-bar-chart .contents-graph-contents .contents-graph-disclaimer {
  margin-top: 0.75rem;
}
.contents-graph .contents-graph-bar-item {
  display: flex;
  align-items: center;
}
.contents-graph .contents-graph-bar-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-wrapper {
    gap: 1rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-wrapper {
    gap: 1rem;
  }
}
.contents-graph .contents-graph-bar {
  height: 2.5rem;
  min-width: 0;
  flex-shrink: 0;
  border-radius: 0.5rem;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar {
    height: 3.125rem;
    border-radius: 0.5rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar {
    height: 3.125rem;
    border-radius: 0.5rem;
  }
}
.contents-graph .contents-graph-bar-value {
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 250;
  color: #ffffff;
  min-width: 3.125rem;
  flex-shrink: 0;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.contents-graph .contents-graph-bar-value.invert {
  color: #000000;
  font-weight: 400;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-value.invert {
    font-weight: 250;
  }
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-value {
    font-size: 2.25rem;
    line-height: 100%;
    font-weight: 250;
    color: #ffffff;
    color: #ffffff;
    min-width: 3.125rem;
    flex-shrink: 0;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-value {
    font-size: 2.25rem;
    line-height: 100%;
    font-weight: 250;
    color: #000000;
    min-width: 3.125rem;
    color: #000000;
    position: static;
    transform: translateY(0);
  }
}
.contents-graph .contents-graph-bar-chart-axis {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #A8A8A8;
  padding-top: 0.25rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 400;
  color: #646464;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart-axis {
    padding-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 112%;
    font-weight: 400;
    color: #646464;
    border-top: 1px solid #A8A8A8;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart-axis {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 112%;
    font-weight: 400;
    color: #646464;
    border-top: 1px solid #A8A8A8;
  }
}
.contents-graph .contents-graph-bar-chart-axis-label {
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 400;
  color: #646464;
  text-align: center;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-bar-chart-axis-label {
    font-size: 1rem;
    line-height: 112%;
    font-weight: 400;
    color: #646464;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-bar-chart-axis-label {
    font-size: 1rem;
    line-height: 112%;
    font-weight: 400;
    color: #646464;
  }
}
.contents-graph .contents-graph-disclaimer {
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-disclaimer {
    padding-top: 0.875rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-disclaimer {
    padding-top: 1rem;
  }
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-disclaimer.contents-graph-disclaimer-pt-0 {
    padding-top: 0;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-disclaimer.contents-graph-disclaimer-pt-0 {
    padding-top: 0;
  }
}
.contents-graph .contents-graph-disclaimer p {
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 400;
  color: #646464;
}
@media all and (min-width: 768px) {
  .contents-graph .contents-graph-disclaimer p {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #646464;
  }
}
@media all and (min-width: 1440px) {
  .contents-graph .contents-graph-disclaimer p {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #646464;
  }
}

/* contents-steps */
/* breakpoint - mobile first 로, 기본 mobile scss 작성 후 768부터 tab, 1440부터 pc */
/* PC 기준 inner 사이즈 */
/* device별 기준 section 상하 padding값, rem mixin에 넣어서 사용 */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem;
}
@media all and (min-width: 768px) {
  .contents-steps {
    flex-wrap: nowrap;
    gap: 1.75rem;
    overflow-x: auto;
    margin: 0 -1.625rem;
    padding: 0 1.625rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-steps {
    overflow-x: auto;
    margin: 0 -2.5rem;
    padding: 0 2.5rem;
  }
}
.contents-steps .contents-steps-item {
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
@media all and (min-width: 768px) {
  .contents-steps .contents-steps-item {
    width: calc((100% - 5.25rem) / 4);
    min-width: 13.1875rem;
  }
}
.contents-steps .contents-steps-item .contents-steps-image {
  width: 100%;
  aspect-ratio: 328/164;
  border-radius: 31.25rem;
  overflow: hidden;
  height: 100%;
}
@media all and (min-width: 768px) {
  .contents-steps .contents-steps-item .contents-steps-image {
    max-width: 13.4375rem;
    width: 100%;
    aspect-ratio: 211/400;
    border-radius: 31.25rem;
  }
}
.contents-steps .contents-steps-item .contents-steps-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contents-steps .contents-steps-item .text-box {
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
  color: #262626;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  height: calc(100% - 1.5rem);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 62.4375rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(-50%);
  aspect-ratio: 1/1;
}
@media all and (min-width: 768px) {
  .contents-steps .contents-steps-item .text-box {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #262626;
    top: initial;
    bottom: 0.875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 62.4375rem;
  }
}
.contents-steps .contents-steps-item .text-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0.4)) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.contents-steps .contents-steps-item .text-box .step {
  font-size: 0.875rem;
  line-height: 114.286%;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 768px) {
  .contents-steps .contents-steps-item .text-box .step {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #FFFFFF;
  }
}
.contents-steps .contents-steps-item .text-box .step-text {
  font-size: 1rem;
  line-height: 126%;
  font-weight: 550;
  color: #FFFFFF;
}
@media all and (min-width: 768px) {
  .contents-steps .contents-steps-item .text-box .step-text {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 600;
    color: #FFFFFF;
  }
}
.contents-steps .contents-steps-item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -1.375rem;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 0.5625rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
  border-left: 0.625rem solid #4A4946;
  transform: translateX(-50%) rotate(90deg);
}
@media all and (min-width: 768px) {
  .contents-steps .contents-steps-item:not(:last-child)::after {
    bottom: initial;
    top: 50%;
    left: initial;
    right: -1.25rem;
    border-top: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.75rem solid #4A4946;
    transform: translateY(-50%) rotate(0deg);
  }
}

/* contents-table */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-table .esg-layer-eyebrow-l + .contents-table-wrap {
  margin-top: 1rem;
}
.contents-table .esg-layer-eyebrow-l + .esg-layer-body-list {
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .contents-table .esg-layer-eyebrow-l + .esg-layer-body-list {
    margin-top: 1.5rem;
  }
}
.contents-table .esg-layer-body-list {
  font-size: calc(var(--esg-font-body-3-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-body-3-lh) / 16 * 1rem);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.contents-table .esg-layer-body-list-item {
  position: relative;
  padding-left: 0.75rem;
}
.contents-table .esg-layer-body-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #000;
  border-radius: 50%;
}
@media all and (min-width: 768px) {
  .contents-table .esg-layer-body-list-item::before {
    top: 0.875rem;
  }
}
.contents-table .esg-layer-body-list + .contents-table-wrap {
  margin-top: 1rem;
}
.contents-table .contents-table-wrap {
  width: 100%;
}
.contents-table .contents-table-wrap.scroll-x {
  overflow-x: auto;
  margin-inline: -1rem;
  padding-inline: 1rem;
  width: calc(100% + 2rem);
}
.contents-table .contents-table-wrap.scroll-x::-webkit-scrollbar {
  height: 0.375rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}
.contents-table .contents-table-wrap.scroll-x::-webkit-scrollbar-track {
  margin: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
}
.contents-table .contents-table-wrap.scroll-x::-webkit-scrollbar-thumb {
  background: #646464;
  border-radius: 0.375rem;
}
@media all and (min-width: 768px) {
  .contents-table .contents-table-wrap.scroll-x {
    margin-inline: 0;
    padding-inline: 0;
    width: 100%;
  }
}
.contents-table .contents-table-wrap.scroll-x {
  /* 가로 스크롤 시 테이블 최소 너비 고정 → col %가 3·4번째 컬럼까지 동일 비율로 적용 */
}
.contents-table .contents-table-wrap.scroll-x table {
  min-width: 45.9375rem;
}
.contents-table table {
  width: 100%;
  min-width: 100%;
  table-layout: fixed; /* colgroup col width 적용 */
  border-collapse: collapse;
  border: none;
}
.contents-table table th,
.contents-table table td {
  border-right: 1px solid #cbc8c2;
  border-bottom: 1px solid #cbc8c2;
  vertical-align: middle;
}
.contents-table table th:last-child,
.contents-table table td:last-child {
  border-right: none;
}
.contents-table table th:last-child[rowspan],
.contents-table table td:last-child[rowspan] {
  border-left: 1px solid #cbc8c2;
}
.contents-table table th {
  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);
  text-align: center;
  background-color: #e6e1d6;
  padding: 0.75rem 1.25rem;
}
@media all and (min-width: 768px) {
  .contents-table table th {
    padding: 0.875rem 1.5rem;
  }
}
.contents-table table tbody {
  width: 100%;
}
.contents-table table tbody td {
  padding: 0.875rem 1.25rem;
  text-align: center;
  font-size: calc(var(--esg-font-table-td-fs) / 16 * 1rem);
  line-height: calc(var(--esg-font-table-td-lh) / 16 * 1rem);
}
@media all and (min-width: 768px) {
  .contents-table table tbody td {
    padding: 1.25rem 1.5rem;
  }
}
.contents-table table tbody td[rowspan] {
  border-left: 1px solid #cbc8c2;
}
.contents-table table tbody td .contents-cell {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.contents-table table tbody td .contents-cell .contents-title {
  display: block;
  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;
}
.contents-table table tbody td .contents-cell .contents-disclaimer {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contents-table table tbody td .contents-cell .contents-disclaimer-item {
  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;
}
.contents-table .esg-layer-disclaimer {
  margin-block-start: 1rem;
}

/* contents-water-usage */
/* function */
/* rem */
/* vw - pc 기준 */
/* media Query */
/* font */
/* img */
/* btn */
.contents-water-usage {
  display: flex;
  gap: 0.9375rem;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .contents-water-usage {
    gap: 1.5rem;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media all and (min-width: 1440px) {
  .contents-water-usage {
    gap: 1.5rem;
  }
}
.contents-water-usage .content-section-half {
  flex-direction: column;
}
.contents-water-usage .content-circular-graph {
  flex-shrink: 0;
}
@media all and (min-width: 768px) {
  .contents-water-usage .content-circular-graph {
    margin-top: 0.125rem;
  }
}
.contents-water-usage .content-circular-graph .content-circular-graph-label {
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
  color: #262626;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media all and (min-width: 768px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-label {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #262626;
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-label {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #262626;
    margin-bottom: 1.5rem;
  }
}
.contents-water-usage .content-circular-graph .content-circular-graph-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contents-water-usage .content-circular-graph .content-circular-graph-image img {
  max-width: 100%;
  height: auto;
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  position: relative;
  width: 100%;
  border-block: 1px solid #646464;
}
@media all and (min-width: 768px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage {
    width: auto;
  }
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-before,
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-after {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  flex-shrink: 0;
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-before {
  width: 64%;
  background: linear-gradient(0deg, #4A4946 0%, #4A4946 100%), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 0;
  aspect-ratio: 1/1;
}
@media all and (min-width: 768px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-before {
    width: 25vw;
    max-width: 20rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-before {
    width: 20rem;
    height: 20rem;
  }
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-before::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #646464;
  display: block;
  position: absolute;
  top: 0;
  right: 18%;
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-after {
  width: 36%;
  aspect-ratio: 1/1;
  background: linear-gradient(0deg, #60984D 0%, #60984D 100%), radial-gradient(50% 50% at 50% 50%, rgba(89, 206, 50, 0) 79.82%, rgba(89, 206, 50, 0.2) 100%);
  z-index: 1;
  position: relative;
}
@media all and (min-width: 768px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-after {
    width: 14.0625vw;
    max-width: 11.25rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-after {
    width: 11.25rem;
    height: 11.25rem;
  }
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-after::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.5625rem solid #646464;
  position: absolute;
  top: -78%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-after::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.5625rem solid #646464;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%) rotate(180deg);
  z-index: 1;
  display: block;
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-value {
  font-size: 2rem;
  line-height: 84%;
  font-weight: 250;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 768px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-value {
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 1440px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-value {
    font-size: 3.5rem;
    line-height: 84%;
    font-weight: 250;
    color: #ffffff;
    margin-bottom: 0.5rem;
  }
}
.contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-label {
  font-size: 0.875rem;
  line-height: 114%;
  font-weight: 400;
  color: #ffffff;
}
@media all and (min-width: 1440px) {
  .contents-water-usage .content-circular-graph .content-circular-graph-image .content-water-usage .content-water-usage-label {
    font-size: 1rem;
    line-height: 125%;
    font-weight: 400;
    color: #ffffff;
  }
}
.contents-water-usage .content-circular-graph .content-circular-graph-caption {
  margin-top: 0.75rem;
  text-align: center;
  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) {
  .contents-water-usage .content-circular-graph .content-circular-graph-caption {
    margin-top: 1rem;
  }
}