@font-face {
  font-family: "Gesture";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Gesture.ttf") format("truetype");
}

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

.page-inner {
  --main-title-width: 403.06px;
  --brand-block-width: 173px;
  --copy-start-offset: 85.53px;
  --content-gap: 80px;
  display: grid;
  grid-template-columns: var(--brand-block-width) 1fr;
  column-gap: var(--content-gap);
  row-gap: 150px;
  width: min(100%, 1185px);
  margin: 140px 0 0;
  padding: 0;
  overflow-x: clip;
}

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

.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.01em;
}

.content-grid {
  display: contents;
}

.brand-block {
  margin-left: -10px;
  flex-shrink: 0;
  grid-column: 1;
  grid-row: 2;
  margin-left: 145px;
}

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

.brand-logo-subtitle {
  margin: 12px 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;
}

.copy-block {
  grid-column: 2;
  grid-row: 2;
  margin-left: 210px;
  min-width: 0;

}
.copy-block .logo-design {
  margin-top: 60px;
}
.copy-block .logo-design img {
  filter: brightness(0.85) contrast(1.0);
  width: min(654px, 100%);
  min-width: 0;
  max-width: 100%;
}
.copy-block .logo-design p {
  color: #808080;
  font-family: "GmarketSansLight", sans-serif;
  font-size: 15px;
  line-height: 1.0;
  margin-top: 30px;
  letter-spacing: -0.07em;
}
.copy-block .logo-design p:nth-child(3) {
  margin-top: 10px !important;
} 

.documen-icon {
  position: relative;
  left: calc(-1 * (var(--brand-block-width) + var(--content-gap) + 65px));
  display: grid;
  grid-template-columns: var(--brand-block-width) 685px;
  column-gap: var(--content-gap);
  align-items: start;
  margin-top: 110px;
  max-width: 100%;
}

.documen-icon-copy {
  margin-top: 2px;
}

.documen-icon-title {
  margin: 0;
  color: var(--poster-orange);
  font-family: "Gesture", serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.documen-icon-subtitle {
  margin: 10px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.documen-icon-graphic {
  display: block;
  width: 654px;
  min-width: 654px;
  max-width: 654px;
  margin-left: 65px;
  margin-bottom: 80px;
  height: auto;
}

.doc-title {
  display: flex;
  align-items: baseline;
  gap: 0;
  margin: 0;
  color: #000;
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
  left: -1px;
}

.doc-title-plus {
  font-family: "DINPro-Regular", "DIN Pro", sans-serif;
  font-weight: 400;
}

.copy-rows {
  display: grid;
  gap: 7px;
  margin-top: 22px;
}

.copy-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  white-space: nowrap;
}

.copy-label {
  width: 136px;
  flex: none;
  color: #808080;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 22.4px;
  line-height: 1;
}

.copy-text {
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 20px;
  letter-spacing: -0.07em;
  word-break: keep-all;
  white-space: nowrap;
  line-height: 1;
  margin-top: 4px;
}

.copy-row:last-child .copy-text {
  position: relative;
  left: -92px;
}

.copy-statement {
  margin: 23px 0 0;
  color: #000;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 23px;
  line-height: 1.0;
  letter-spacing: -0.07em;
  word-break: keep-all;
  white-space: nowrap;
}
.copy-statement .equal{
  margin-left: 5px;
  margin-right: 5px;
  color: var(--poster-orange);
  text-align: left;
}
.copy-accent {
  color: var(--poster-orange);
}

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

  .title-row {
    width: 100%;
  }

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

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

  .brand-block {
    width: auto;
    margin-bottom: 32px;
  }

  .brand-logo-title {
    font-size: 25px;
    white-space: normal;
  }

  .brand-logo-subtitle {
    font-size: 16px;
    white-space: normal;
  }

  .doc-title {
    font-size: 30px;
    white-space: normal;
  }

  .copy-row {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 8px;
    white-space: normal;
  }

  .copy-label {
    width: auto;
    font-size: 22px;
  }

  .copy-text {
    font-size: 17px;
    white-space: normal;
  }

  .copy-statement {
    font-size: 20px;
    white-space: normal;
  }

  .documen-icon {
    position: static;
    left: auto;
    display: block;
    width: 100%;
    margin-top: 72px;
  }

  .documen-icon-title {
    font-size: 24px;
    white-space: normal;
  }

  .documen-icon-subtitle {
    font-size: 14px;
    white-space: normal;
  }

  .documen-icon-graphic {
    margin-top: 24px;
    width: min(100%, 654px);
    margin-left: 0;
    margin-bottom: 40px;
  }
}
