@font-face {
  font-family: "Choco Taste Trial";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Choco_Taste_Trial.otf") format("opentype");
}

@font-face {
  font-family: "Adobe Myungjo Std M";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/Adobe Myungjo Std M.otf") format("opentype");
}

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

.consultant-document-section {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 80px);
  background: #fae5d7;
  overflow-x: clip;
}

.consultant-document-inner {
  width: 1175px;
  padding-top: 120px;
  text-align: center;
}

.consultant-document-title {
  margin: 0;
  color: #000;
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.consultant-document-subtitle {
  margin: 60px 0 0;
  color: var(--poster-orange);
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.025em;
}

.consultant-document-description {
  margin: 30px 0 0;
  color: var(--poster-orange);
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.1em;
  word-break: keep-all;
}

.consultant-document-media {
  display: block;
  width: 1175px;
  height: 458px;
  margin-top: 70px;
  object-fit: cover;
}

.consultant-document-info {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  width: 1055px;
  margin-top: 75px;
  padding-left: 60px;
  text-align: left;
}

.consultant-document-role {
  flex: none;
  color: var(--poster-orange);
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 31px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.consultant-document-copy {
  min-width: 0;
}

.consultant-document-name-row {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.consultant-document-name {
  color: #000;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.consultant-document-local-name {
  color: #000;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.consultant-document-list {
  margin: 30px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 21px;
  line-height: 38px;
  letter-spacing: -0.1em;
  word-break: keep-all;
}

.consultant-document-competency {
  display: flex;
  align-items: center;
  width: 1045px;
  margin-top: 110px;
  padding-left: 60px;
  text-align: left;
}

.consultant-document-he {
  flex: 0 0 150px;
  color: var(--poster-orange);
  font-family: "Choco Taste Trial", cursive;
  font-size: 74.6px;
  font-weight: 400;
  line-height: 1;
}

.consultant-document-competency-row {
  display: flex;
  align-items: baseline;
  height: 50px;
  white-space: nowrap;
}

.consultant-document-competency-label {
  width: 170px;
  color: var(--poster-orange);
  font-family: "DINPro-Light", "DIN Pro", sans-serif;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0;
}

.consultant-document-competency-title {
  color: #000;
  font-family: "DINPro-Medium", "DIN Pro", sans-serif;
  font-size: 28px;
  line-height: 50px;
  letter-spacing: 0;
}

.consultant-document-competency-plus {
  margin-left: 8px;
  color: #000;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 28px;
  line-height: 50px;
}

.consultant-document-competency-local {
  margin-left: 28px;
  color: var(--poster-orange);
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: -0.1em;
}

.consultant-document-capability {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 12px;
  margin: 110px 0 0;
  color: var(--poster-orange);
}

.consultant-document-capability-x {
  font-family: "Adobe Myungjo Std M", serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.consultant-document-capability-text {
  font-family: "THEmpgtR", "GmarketSansLight", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.consultant-document-capability-count {
  color: #000;
}

.consultant-document-pills {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 70px;
}

.consultant-document-pill {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 70px;
  border: 6px solid #b48e7d;
  border-radius: 999px;
  color: var(--poster-orange);
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 26px;
  line-height: 1;
  box-sizing: border-box;
}

.validated-competency-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 200px;
  background: #a5aeb4;
  overflow-x: clip;
}

.validated-competency-inner {
  width: 1175px;
  padding: 210px 0 130px;
  text-align: center;
}

.validated-competency-title {
  margin: 0;
  color: #fffb00;
  font-family: "Gesture", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-variant-ligatures: common-ligatures discretionary-ligatures;
  font-feature-settings: "liga" 1, "dlig" 1, "calt" 1;
}

.validated-competency-names {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 22px;
  margin-top: 30px;
}

.validated-competency-label {
  color: #fffb00;
  font-family: "DINPro-Black", "DIN Pro", sans-serif;
  font-size: 29.7px;
  line-height: 1;
}

.validated-competency-name {
  color: #fff;
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 29.7px;
  line-height: 1;
}

.validated-competency-action {
  margin: 120px 0 0;
  color: #fff;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 25px;
  line-height: 1;
  letter-spacing: -0.1em;
}

.validated-competency-arrow {
  width: 0;
  height: 0;
  margin: 35px auto 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 11px solid #fff;
}

.validated-competency-list {
  width: max-content;
  max-width: 100%;
  margin: 57px auto 0;
  color: #fff;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 21px;
  line-height: 50px;
  letter-spacing: -0.1em;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
}

.validated-competency-more {
  display: grid;
  place-items: center;
  width: 236px;
  height: 35px;
  margin: 72px auto 0;
  padding-top: 2px;
  background: #fae5d7;
  border-radius: 999px;
  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;
  box-sizing: border-box;
  cursor: pointer;
}

.validated-competency-more:visited {
  color: #4c4948;
}

@media (max-width: 1125px) {
  .consultant-document-inner,
  .validated-competency-inner {
    width: min(100%, 520px);
    padding-left: 28px;
    padding-right: 28px;
  }

  .consultant-document-title {
    font-size: 46px;
  }

  .consultant-document-media {
    width: 100%;
    height: auto;
    aspect-ratio: 1175 / 458;
  }

  .consultant-document-info,
  .consultant-document-competency {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding-left: 0;
  }

  .consultant-document-competency-row {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 14px;
    white-space: normal;
  }

  .consultant-document-pills {
    flex-wrap: wrap;
    gap: 24px;
  }

  .validated-competency-list {
    width: 100%;
    line-height: 38px;
    white-space: normal;
  }
}
