/* ESG > 환경 경영 — Figma 356:1404 */

main.main-figma.gsmk-esg-environment {
  padding-top: 180px;
  padding-bottom: 180px;
}

.gsmk-esg-environment__inner {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.gsmk-esg-environment__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  margin-bottom: 120px;
}

.gsmk-esg-environment__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  width: 100%;
  max-width: 1420px;
}

.gsmk-esg-environment__page-title {
  margin: 0;
  width: 100%;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.3;
  color: var(--color-black);
  text-align: center;
}

.gsmk-esg-environment__statement {
  position: relative;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 120px;
  overflow: hidden;
}

.gsmk-esg-environment__statement-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.gsmk-esg-environment__statement-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
}

.gsmk-esg-environment__statement-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.gsmk-esg-environment__statement-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1420px;
  padding: 120px 20px;
  text-align: center;
  box-sizing: border-box;
}

.gsmk-esg-environment__statement-title {
  margin: 0;
  max-width: 56rem;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-white);
}

.gsmk-esg-environment__statement-text {
  margin: 0;
  max-width: 56rem;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-white);
}

.gsmk-esg-environment__statement-text p {
  margin: 0;
}

.gsmk-esg-environment__statement-text p + p {
  margin-top: 0.25em;
}

.gsmk-esg-environment__commitment-band {
  width: 100%;
  background: var(--color-surface);
  padding: 120px 0;
  margin-bottom: 120px;
}

.gsmk-esg-environment__commitment-inner {
  max-width: 1420px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 74px;
  box-sizing: border-box;
}

.gsmk-esg-environment__eco-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.gsmk-esg-environment__eco-label {
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-point);
}

.gsmk-esg-environment__eco-title {
  margin: 0;
  width: 100%;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-black);
}

.gsmk-esg-environment__eco-circle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 75px;
  width: 100%;
}

.gsmk-esg-environment__eco-circle {
  position: relative;
  width: min(100%, 337px);
  aspect-ratio: 1;
}

.gsmk-esg-environment__eco-circle-img {
  display: block;
  width: 100%;
  height: auto;
}

.gsmk-esg-environment__eco-circle-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  pointer-events: none;
}

.gsmk-esg-environment__eco-circle-en {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-white);
  text-transform: uppercase;
  opacity: 0.3;
}

.gsmk-esg-environment__eco-circle-ko {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-white);
  text-transform: uppercase;
}

.gsmk-esg-environment__eco-chevron img,
.gsmk-esg-environment__eco-rule img,
.gsmk-esg-environment__eco-foot img {
  display: block;
  max-width: 100%;
  height: auto;
}

.gsmk-esg-environment__eco-rule {
  width: 100%;
  max-width: 1420px;
}

.gsmk-esg-environment__eco-pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px 80px;
  width: 100%;
  max-width: 1420px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .gsmk-esg-environment__eco-pillars {
    gap: 48px 180px;
  }
}

.gsmk-esg-environment__eco-pillar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 289px;
  margin: 0;
  text-align: center;
}

.gsmk-esg-environment__eco-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  max-width: 100%;
}

.gsmk-esg-environment__eco-icon img {
  display: block;
  width: 100%;
  max-width: 228px;
  height: auto;
}

.gsmk-esg-environment__eco-pillar-title {
  margin: 0;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-black);
}

.gsmk-esg-environment__eco-pillar-desc {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-black);
}

.gsmk-esg-environment__eco-foot {
  width: 100%;
  max-width: 1420px;
}

.gsmk-esg-environment__lower {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

.gsmk-esg-environment__kpi {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.gsmk-esg-environment__kpi-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
}

.gsmk-esg-environment__kpi-title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 48px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-black);
  text-transform: uppercase;
}

.gsmk-esg-environment__kpi-lead {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-black);
}

.gsmk-esg-environment__kpi-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gsmk-esg-environment__kpi-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 300px;
  max-width: 460px;
  min-height: 550px;
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  list-style: none;
}

.gsmk-esg-environment__kpi-card-bg {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}

.gsmk-esg-environment__kpi-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gsmk-esg-environment__kpi-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.gsmk-esg-environment__kpi-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding: 51px 40px;
  box-sizing: border-box;
}

.gsmk-esg-environment__kpi-card-title {
  margin: 0;
  font-size: clamp(26px, 2.5vw, 36px);
  font-weight: 800;
  line-height: 1.5;
  color: var(--color-white);
}

.gsmk-esg-environment__kpi-card-desc {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--color-white);
}

.gsmk-esg-environment__table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gsmk-esg-environment__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  background: var(--color-white);
  font-size: 16px;
}

.gsmk-esg-environment__table thead th {
  padding: 20px 16px;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: var(--color-black);
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
  box-sizing: border-box;
}

.gsmk-esg-environment__table thead th + th {
  border-left-width: 1px;
}

.gsmk-esg-environment__table tbody th,
.gsmk-esg-environment__table tbody td {
  padding: 20px 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: var(--color-black);
  background: var(--color-white);
  border: 1px solid #ddd;
  border-left-width: 0;
  border-right-width: 0;
  box-sizing: border-box;
}

.gsmk-esg-environment__table tbody th + td,
.gsmk-esg-environment__table tbody td + td {
  border-left-width: 1px;
}

.gsmk-esg-environment__table tbody th {
  font-weight: 800;
}

.gsmk-esg-environment__downloads {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 40px;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  box-sizing: border-box;
}

.gsmk-esg-environment__downloads-title {
  margin: 0 0 22px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  color: #003179;
}

.gsmk-esg-environment__downloads-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gsmk-esg-environment__downloads-item {
  margin: 0;
}

.gsmk-esg-environment__downloads-item + .gsmk-esg-environment__downloads-item {
  margin-top: 12px;
}

.gsmk-esg-environment__downloads-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 36px;
  background: var(--color-white);
  border: 1px solid var(--color-point);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.gsmk-esg-environment__downloads-link:hover,
.gsmk-esg-environment__downloads-link:focus-visible {
  background: rgba(0, 95, 163, 0.04);
  outline: none;
}

.gsmk-esg-environment__downloads-link-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.gsmk-esg-environment__downloads-pdf {
  flex-shrink: 0;
}

.gsmk-esg-environment__downloads-name {
  font-size: 20px;
  line-height: 1.8;
  color: var(--color-black);
  text-align: left;
}

.gsmk-esg-environment__downloads-name-strong {
  font-weight: 800;
}

.gsmk-esg-environment__downloads-ext {
  font-weight: 400;
}

.gsmk-esg-environment__downloads-arrow {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  main.main-figma.gsmk-esg-environment {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gsmk-esg-environment__intro {
    gap: 60px;
    margin-bottom: 60px;
  }

  .gsmk-esg-environment__head {
    gap: 60px;
  }

  .gsmk-esg-environment__statement {
    min-height: 520px;
    margin-bottom: 60px;
  }

  .gsmk-esg-environment__statement-body {
    padding: 60px 20px;
  }

  .gsmk-esg-environment__commitment-band {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .gsmk-esg-environment__commitment-inner {
    gap: 48px;
  }

  .gsmk-esg-environment__lower {
    gap: 60px;
  }

  .gsmk-esg-environment__kpi {
    gap: 40px;
  }

  .gsmk-esg-environment__downloads {
    padding: 24px 20px;
  }

  .gsmk-esg-environment__downloads-link {
    padding: 16px 20px;
  }

  .gsmk-esg-environment__downloads-name {
    font-size: 16px;
  }
}
