@font-face {
  font-family: "GmarketSansMedium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/GmarketSansMedium.otf") format("opentype");
}

.whatwedo-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: calc(100vh - 80px);
  overflow-x: clip;
}

.whatwedo-inner {
  --whatwedo-label-width: 173px;
  --whatwedo-content-gap: 80px;
  display: grid;
  grid-template-columns: var(--whatwedo-label-width) 1fr;
  column-gap: var(--whatwedo-content-gap);
  width: min(100%, 1185px);
  margin: 140px 0 0;
  padding: 0;
  overflow-x: clip;
}

.whatwedo-title-row {
  display: flex;
  justify-content: center;
  grid-column: 1 / -1;
  width: 100%;
}

.whatwedo-main-title {
  margin: 0;
  width: max-content;
}

.whatwedo-intro-grid {
  grid-column: 1 / -1;
  display: contents;
}

.whatwedo-intro-label {
  grid-column: 1;
  margin-top: 150px;
  margin-left: 145px;
}

.whatwedo-intro-label-title {
  margin: 0;
  color: var(--poster-orange);
  font-family: "Gesture", serif;
  font-size: 29.7px;
  line-height: 1;
  white-space: nowrap;
}

.whatwedo-intro-label-subtitle {
  margin: 14px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.whatwedo-intro-copy {
  grid-column: 2;
  margin-top: 150px;
  margin-left: 197px;
  min-width: 0;
}

.whatwedo-intro-heading {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 0;
  white-space: nowrap;
}

.whatwedo-intro-heading-ibcs {
  color: #000;
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.whatwedo-intro-heading-integrated {
  color: #808080;
  font-family: "DINPro-Medium", "DIN Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.whatwedo-intro-korean {
  margin: 24px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.1em;
  word-break: keep-all;
  white-space: nowrap;
}

.whatwedo-intro-korean + .whatwedo-intro-korean {
  margin-top: 14px;
}

.whatwedo-intro-korean-ibcs {
  font-family: "GmarketSansMedium", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}

.whatwedo-ibcs-graphic-wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin: 150px 0 140px;
}

.whatwedo-ibcs-graphic {
  display: block;
  width: min(100%, 550px);
  height: auto;
}

.whatwedo-system-section {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 472px) minmax(0, 1fr);
  column-gap: 83px;
  align-items: start;
  margin: 140px 0 0;
}

.whatwedo-system-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
}

.whatwedo-system-brand {
  display: block;
  width: auto;
  height: 16.7px;
}

.whatwedo-system-left-title {
  margin: 16.7px 0 0;
  color: #666666;
  font-family: "DINPro-Regular", "DIN Pro", sans-serif;
  font-size: 19.2px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: right;
  font-weight: 550;
}

.whatwedo-system-left-subtitle {
  margin: 12.2px 0 0;
  color: #666666;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 15.88px;
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
  text-align: right;
}

.whatwedo-system-right {
  display: grid;
  gap: 80px;
  min-width: 0;
}

.whatwedo-system-item {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 20px;
  min-width: 0;
}

.whatwedo-system-code-column,
.whatwedo-system-text-column {
  min-width: 0;
}

.whatwedo-system-item-heading {
  display: flex;
  align-items: baseline;
  white-space: nowrap;
  margin-top: 1px;
}

.whatwedo-system-code {
  color: #666666;
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 25.08px;
  line-height: 1;
  letter-spacing: 0.022em;
}

.whatwedo-system-name {
  color: var(--poster-orange);
  font-family: "DINPro-Medium", "DIN Pro", sans-serif;
  font-size: 21.6px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
margin-top: 3px;
}

.whatwedo-system-copy {
  display: grid;
  gap: 5px;
  margin-top: 16.7px;
}

.whatwedo-system-copy p {
  margin: 0;
  color: #666666;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 15.9px;
  line-height: 1.3;
  letter-spacing: -0.06em;
  word-break: keep-all;
  white-space: nowrap;
}

.whatwedo-brand-chain-wrap {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  margin: 88px 0 0px;
}

.whatwedo-chain-group {
  --whatwedo-chain-scale: 1;
  --whatwedo-chain-stroke: calc(4.6px * var(--whatwedo-chain-scale));
  position: relative;
  display: flex;
  justify-content: center;
  width: max-content;
  padding: calc(41px * var(--whatwedo-chain-scale)) calc(34px * var(--whatwedo-chain-scale)) calc(41px * var(--whatwedo-chain-scale)) 0;
  right: 26px;
}

.whatwedo-chain-group::before {
  content: "";
  position: absolute;
  top: calc(1px * var(--whatwedo-chain-scale));
  right: calc(0px * var(--whatwedo-chain-scale));
  bottom: calc(1px * var(--whatwedo-chain-scale));
  left: calc(87px * var(--whatwedo-chain-scale));
  border: var(--whatwedo-chain-stroke) solid var(--poster-orange);
  border-radius: calc(20px * var(--whatwedo-chain-scale));
  pointer-events: none;
}

.whatwedo-service-chain {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.whatwedo-service-chain-item {
  position: relative;
  width: calc((var(--pill-width) + var(--connector-width, 0px)) * var(--whatwedo-chain-scale));
}

.whatwedo-service-chain-item:last-child {
  width: calc(var(--pill-width) * var(--whatwedo-chain-scale));
}

.whatwedo-service-chain-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(var(--pill-width) * var(--whatwedo-chain-scale));
  width: calc(var(--connector-width, 0px) * var(--whatwedo-chain-scale));
  height: var(--whatwedo-chain-stroke);
  background: #a5aeb4;
  transform: translateY(-50%);
}

.whatwedo-service-chain-item:last-child::after {
  display: none;
}

.whatwedo-service-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(4px * var(--whatwedo-chain-scale));
  width: calc(var(--pill-width) * var(--whatwedo-chain-scale));
  height: calc(78px * var(--whatwedo-chain-scale));
  border: var(--whatwedo-chain-stroke) solid #a5aeb4;
  border-radius: calc(39px * var(--whatwedo-chain-scale));
  background: #fae5d7;
  text-align: center;
}

.whatwedo-service-chain-item.is-featured .whatwedo-service-pill {
  border-color: var(--poster-orange);
  background: #fae5d7;
}

.whatwedo-service-pill-title {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 21px;
  line-height: 0.95;
  letter-spacing: 0;
  color: #a5aeb4;
}

.whatwedo-service-chain-item.is-featured .whatwedo-service-pill-title {
  font-family: "DINPro-Black", sans-serif;
  font-size: calc(23.6px * var(--whatwedo-chain-scale));
  line-height: 0.95;
  letter-spacing: 0;
  color: var(--poster-orange);
}

.whatwedo-service-pill-subtitle {
  font-family: "GmarketSansLight", sans-serif;
  font-size: calc(17px * var(--whatwedo-chain-scale));
  line-height: 1;
  position: relative;
  top: 2px;
  letter-spacing: -0.07em;
  color: #a5aeb4;
}

.whatwedo-service-chain-item.is-featured .whatwedo-service-pill-title,
.whatwedo-service-chain-item.is-featured .whatwedo-service-pill-subtitle {
  color: var(--poster-orange);
}

.whatwedo-closing-copy {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 17px;
  margin: 135px 0 140px;
}

.whatwedo-closing-copy p {
  margin: 0;
  color: #808080;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 23px;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  letter-spacing: -0.1em;
}

@media (max-width: 1125px) {
  .whatwedo-inner {
    width: min(100%, 520px);
    margin: 120px 0 0;
    padding: 0 28px;
  }

  .whatwedo-title-row {
    width: 100%;
  }

  .whatwedo-main-title {
    width: 100%;
    text-align: center;
  }

  .whatwedo-intro-grid {
    display: block;
    width: 100%;
    margin-top: 96px;
  }

  .whatwedo-intro-label {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }

  .whatwedo-intro-copy {
    margin-top: 0;
    margin-left: 0;
  }

  .whatwedo-intro-heading {
    flex-wrap: wrap;
    gap: 10px;
    white-space: normal;
  }

  .whatwedo-intro-heading-ibcs {
    font-size: 30px;
  }

  .whatwedo-intro-heading-integrated {
    font-size: 20px;
  }

  .whatwedo-intro-korean {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.35;
    white-space: normal;
  }

  .whatwedo-ibcs-graphic-wrap {
    margin: 90px 0 96px;
  }

  .whatwedo-system-section {
    grid-template-columns: 1fr;
    row-gap: 56px;
    margin: 96px 0 96px;
  }

  .whatwedo-system-left {
    align-items: flex-start;
  }

  .whatwedo-system-left-title {
    margin-top: 15px;
    font-size: 18px;
    white-space: normal;
    text-align: left;
  }

  .whatwedo-system-left-subtitle {
    margin-top: 12px;
    font-size: 15px;
    white-space: normal;
    text-align: left;
  }

  .whatwedo-system-right {
    gap: 48px;
  }

  .whatwedo-system-item-heading {
    white-space: normal;
  }

  .whatwedo-system-code {
    font-size: 22px;
    letter-spacing: 0.12em;
  }

  .whatwedo-system-name {
    font-size: 19px;
  }

  .whatwedo-system-copy {
    margin-top: 14px;
    gap: 8px;
  }

  .whatwedo-system-copy p {
    font-size: 15px;
    white-space: normal;
  }

  .whatwedo-brand-chain-wrap {
    margin: 64px 0 96px;
  }

  .whatwedo-chain-group {
    --whatwedo-chain-scale: 0.55;
    right: 0;
    max-width: 100%;
    overflow-x: auto;
  }

  .whatwedo-closing-copy {
    gap: 14px;
    margin-bottom: 96px;
  }

  .whatwedo-closing-copy p {
    font-size: 18px;
    white-space: normal;
  }
}
