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

.main-subpage {
  min-height: 100vh;
  background: #fae5d7;
}

.main-subpage-body {
  min-height: 100vh;
  background: #fae5d7;
  padding-top: 80px;
}

.public-page-section {
  width: 100%;
  min-height: calc(100vh - 80px);
}

.public-page-inner {
  width: min(100%, 1185px);
  margin: 140px auto 150px;
  padding: 0;

}

.public-page-title-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.public-page-main-title {
  margin: 0;
  width: max-content;
  color: var(--poster-orange);
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0.03em !important;
}

.public-page-hero-subtitle {
  margin: 40px 0 0;
  color: #878780;
  text-align: center;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.1em;
  word-break: keep-all;
}

.public-page-hero-secondary-title {
  margin: 110px 0 0;
  color: var(--poster-orange);
  text-align: center;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 38.7px;
  line-height: 53.19px;
  letter-spacing: -0.1em;
  word-break: keep-all;
}

.public-page-hero-paragraph-group {
  margin-top: 70px;
  display: grid;
  gap: 5px;
}

.public-page-hero-paragraph-group--secondary {
  margin-top: 20px;
}

.public-page-hero-paragraph {
  margin: 0;
  color: #878780;
  text-align: center;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.1em;
  word-break: keep-all;
}

.public-page-image-figure {
  display: grid;
  justify-items: center;
  margin: 80px auto 0;
}

.public-page-image {
  display: block;
  max-width: 100%;
  height: auto;
}

.public-page-image-caption {
  margin: 22px 0 0;
  color: #000;
  text-align: center;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 15.8px;
  line-height: 1;
  letter-spacing: 0;
}

.public-page-why-section {
  width: min(100%, 1016px);
  margin: 190px auto 0;
  
}

.public-page-why-title {
  margin: 0;
  color: var(--poster-orange);
  font-family: "Gelica-Bold", Georgia, serif;
  font-size: 95px;
  line-height: 0.9;
  letter-spacing: 0.03em;
}

.public-page-why-subtitle {
  display: grid;
  gap: 7px;
  margin-top: 27px;
}

.public-page-why-subtitle p {
  margin: 0;
  color: var(--poster-orange);
  font-family: "Gelica-Bold", Georgia, serif;
  font-size: 57px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.public-page-question-row,
.public-page-answer-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin: 29.6px 0 0;
  color: var(--poster-orange);
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.1em;
  word-break: keep-all;
}
.public-page-question-row span {
  margin-top: 2px;
}

.public-page-arrow {
  width: 17px;
  height: 25px;
  flex: 0 0 auto;
  background: #a5aeb4;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(0.1em);
}

.public-page-because-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 68.3px;
}

.public-page-because {
  color: #000;
  font-family: "Gelica-Bold", Georgia, serif;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0;
}

.public-page-because-text {
  color: #878780;
  font-family: "Gelica-Bold", Georgia, serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0;
}

.public-page-answer-row {
  margin-top: 15px;
  color: #878780;
  font-size: 25px;
}

.public-page-service-section {
  width: 100%;
}

.public-page-service-section--dark {
  background: #a5aeb4;
  color: #ffff00;
}

.public-page-service-section--light {
  background: #fae5d7;
  color: var(--poster-orange);
}

.public-page-service-inner {
  width: min(100%, 1016px);
  margin: 0 auto;
  padding: 130px 0 130px;
}

.public-page-service-heading {
  display: flex;
  align-items: baseline;
}

.public-page-service-title {
  margin: 0;
  color: #ffff00;
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0;
}

.public-page-service-section--light .public-page-service-title,
.public-page-service-section--light .public-page-service-subtitle,
.public-page-service-section--light .public-page-service-korean-subtitle span:first-child,
.public-page-service-section--light .public-page-service-statement {
  color: var(--poster-orange);
}

.public-page-service-section--light .public-page-service-korean-subtitle {
  color: #000;
}

.public-page-service-section--light .public-page-service-divider {
  color: var(--poster-orange);
}

.public-page-service-subtitle {
  margin: 0 0 0 63.5px;
  color: #ffff00;
  font-family: "DINPro-Medium", "DIN Pro", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}

.public-page-service-korean-subtitle {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin: 30px 5px 0;
  color: #fff;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.1em;
  white-space: nowrap;
}

.public-page-service-korean-subtitle span:first-child {
  color: #ffff00;
  white-space: nowrap;
}

.public-page-service-divider {
  color: #ffff00;
  letter-spacing: 0;
  white-space: nowrap;
}

.public-page-service-chain {
  display: flex;
  margin-left: 22px;
  align-items: center;
  margin-top: 84px;
}

.public-page-service-pill {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  width: 106px;
  height: 73px;
  border: 7px solid #cccccc;
  border-radius: 999px;
  color: #4c4948;
  box-sizing: border-box;
}

.public-page-service-pill:not(:last-child) {
  margin-right: 101px;
}

.public-page-service-pill:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 7px);
  width: 101px;
  height: 2px;
  background: #cccccc;
  transform: translateY(-50%);
}

.public-page-service-pill.is-active {
  border-color: #ffff00;
  color: #ffff00;
}

.public-page-service-section--light .public-page-service-pill {
  border-color: #cccccc;
  color: #4c4948;
}

.public-page-service-section--light .public-page-service-pill::after {
  background: #cccccc;
}

.public-page-service-section--light .public-page-service-pill.is-active {
  border-color: var(--poster-orange);
  color: var(--poster-orange);
}

.public-page-service-pill.is-active::after {
  background: #cccccc;
}

.public-page-service-pill-title {
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 15.8px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.public-page-service-pill-subtitle {
  margin-top: 5px;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 14.5px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.public-page-service-statement {
  display: grid;
  gap: 0;
  margin: 100px 0 0;
  color: #ffff00;
  font-family: "Gelica-Bold", Georgia, serif;
  font-size: 67px;
  line-height: 80px;
  letter-spacing: 0.03em;
  width: max-content;
  max-width: none;
  overflow: visible;
}

.public-page-service-statement span {
  display: block;
  white-space: nowrap;
}

.public-page-service-statement--single {
  gap: 0;
}

.public-page-service-statement--single + .public-page-service-question {
  margin-top: 40px;
}

.public-page-service-question {
  display: grid;
  gap: 0;
  margin-top: 52px;
  color: #fff;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 25px;
  line-height: 39px;
  letter-spacing: -0.1em;
}

.public-page-service-section--light .public-page-service-question,
.public-page-service-section--light .public-page-service-copy {
  color: #878780;
}

.public-page-service-question p,
.public-page-service-copy p {
  margin: 0;
  white-space: nowrap;
}

.public-page-service-copy {
  display: grid;
  gap: 0;
  margin-top: 35px;
  color: #fff;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.1em;
}

.public-page-service-button {
  display: grid;
  place-items: center;
  width: 236px;
  height: 35px;
  margin-top: 105px;
  border-radius: 999px;
  background: #fae5d7;
  color: #4c4948;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: -0.1em;
  text-decoration: none;
  padding-top: 2px;
  box-sizing: border-box;
}

.public-page-service-section--light .public-page-service-button {
  background: #a5aeb4;
  color: #fff;
}

@media (max-width: 1125px) {
  .main-subpage-body {
    min-height: auto;
    padding-top: var(--mobile-header-height, 60px);
  }

  .public-page-section {
    min-height: auto;
  }

  .public-page-inner {
    width: min(100%, 520px);
    margin: 120px auto 0;
    padding: 0 28px 96px;
  }

  .public-page-main-title {
    width: 100%;
    font-size: 52px;
    text-align: center;
  }

  .public-page-hero-subtitle {
    margin-top: 32px;
    font-size: 24px;
  }

  .public-page-hero-secondary-title {
    margin-top: 72px;
    font-size: 30px;
  }

  .public-page-hero-paragraph-group {
    margin-top: 40px;
    gap: 12px;
  }

  .public-page-hero-paragraph-group--secondary {
    margin-top: 20px;
  }

  .public-page-hero-paragraph {
    font-size: 20px;
  }

  .public-page-image-figure {
    margin-top: 56px;
  }

  .public-page-why-section {
    margin-top: 96px;
  }

  .public-page-why-title {
    font-size: 70px;
  }

  .public-page-why-subtitle p {
    font-size: 34px;
  }

  .public-page-question-row,
  .public-page-answer-row {
    align-items: flex-start;
    font-size: 22px;
    line-height: 1.25;
  }

  .public-page-because-row {
    display: grid;
    gap: 12px;
    margin-top: 56px;
  }

  .public-page-because {
    font-size: 36px;
  }

  .public-page-because-text {
    font-size: 22px;
  }

  .public-page-answer-row {
    font-size: 20px;
  }

  .public-page-service-section {
    margin-top: 96px;
  }

  .public-page-service-inner {
    width: min(100%, 520px);
    padding: 72px 28px 96px;
  }

  .public-page-service-heading {
    display: grid;
    gap: 18px;
  }

  .public-page-service-title {
    font-size: 48px;
  }

  .public-page-service-subtitle {
    margin-left: 0;
    font-size: 20px;
  }

  .public-page-service-korean-subtitle {
    flex-wrap: wrap;
    font-size: 18px;
  }

  .public-page-service-chain {
    flex-wrap: wrap;
    gap: 18px;
  }

  .public-page-service-pill:not(:last-child) {
    margin-right: 0;
  }

  .public-page-service-pill:not(:last-child)::after {
    display: none;
  }

  .public-page-service-statement {
    gap: 18px;
    margin-top: 72px;
    font-size: 40px;
    line-height: 50px;
  }

  .public-page-service-question {
    font-size: 20px;
    line-height: 30px;
  }

  .public-page-service-copy {
    font-size: 17px;
    line-height: 27px;
  }
}
