.recruitment-page {
  --recruit-blue-900: #0b1f3a;
  --recruit-blue-800: #123760;
  --recruit-blue-700: #0f4b99;
  --recruit-blue-600: #1b64da;
  --recruit-blue-100: #e9f2ff;
  --recruit-blue-050: #f5f9ff;
  --recruit-teal: #18b7b5;
  --recruit-green: #2d9f72;
  --recruit-warm: #f0b858;
  --recruit-ink: #191f28;
  --recruit-muted: #667080;
  --recruit-line: #dfe5ec;
  --recruit-font:
    Pretendard, "Pretendard Variable", -apple-system, BlinkMacSystemFont,
    "Segoe UI", "Noto Sans KR", sans-serif;
  color: var(--recruit-ink);
  background: #fff;
  font-family: var(--recruit-font);
  line-height: 1.5;
}

.recruitment-page :focus-visible {
  outline: 3px solid rgba(27, 100, 218, 0.38);
  outline-offset: 4px;
}

.recruitment-page h1,
.recruitment-page h2,
.recruitment-page h3,
.recruitment-page p,
.recruitment-page figure,
.recruitment-page ol,
.recruitment-page ul {
  margin: 0;
}

.recruitment-inner {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}

.section {
  padding: clamp(108px, 9vw, 150px) 0;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  text-decoration: none;
}

.wordmark strong,
.site-footer__brand strong {
  font-size: 1.38rem;
  font-weight: 750;
  letter-spacing: -0.055em;
}

.wordmark__symbol {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 23px;
}

.wordmark__symbol i {
  position: absolute;
  width: 20px;
  height: 18px;
  border: 2px solid var(--brand-teal);
  border-radius: 7px;
}

.wordmark__symbol i::after {
  position: absolute;
  bottom: -5px;
  left: 5px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid var(--brand-teal);
  border-left: 2px solid var(--brand-teal);
  content: "";
  transform: skewY(-28deg);
}

.wordmark__symbol i:last-child {
  right: 0;
  bottom: 0;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

a.button:hover {
  transform: translateY(-2px);
}

.button--small {
  min-height: 44px;
  padding-inline: 20px;
}

.button--primary {
  color: #fff;
  background: var(--recruit-blue-700);
}

.button--secondary {
  border-color: rgba(15, 75, 153, 0.2);
  color: var(--recruit-blue-700);
  background: rgba(255, 255, 255, 0.82);
}

.section-kicker {
  color: var(--recruit-blue-600);
  font-size: 0.73rem;
  font-weight: 820;
  letter-spacing: 0.17em;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.75fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 72px;
}

.section-heading h2,
.openings h2 {
  margin-top: 20px;
  font-size: clamp(2.4rem, 4.25vw, 4rem);
  font-weight: 780;
  letter-spacing: -0.062em;
  line-height: 1.12;
}

.section-heading > p {
  color: var(--recruit-muted);
  font-size: 1rem;
  line-height: 1.78;
}

.recruitment-hero {
  position: relative;
  display: grid;
  min-height: 780px;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 26%, rgba(24, 183, 181, 0.11), transparent 27%),
    linear-gradient(135deg, #fff 0%, #f8fbff 52%, #edf6ff 100%);
}

.recruitment-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 75, 153, 0.034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 75, 153, 0.034) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  mask-image: linear-gradient(to right, transparent 8%, #000 72%, #000 100%);
  pointer-events: none;
}

.recruitment-hero .recruitment-inner {
  width: min(1240px, calc(100% - 64px));
}

.recruitment-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(640px, 1.16fr);
  align-items: center;
  gap: 56px;
  padding: 96px 0;
}

.recruitment-hero h1 {
  margin-top: 22px;
  font-size: clamp(3.8rem, 5.8vw, 5.9rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1.01;
}

.recruitment-hero h1 em {
  color: var(--recruit-blue-600);
  font-style: normal;
}

.recruitment-hero__lead {
  max-width: 550px;
  margin-top: 42px !important;
  color: #4e5968;
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  font-weight: 560;
  letter-spacing: -0.025em;
  line-height: 1.8;
}

.people-visual {
  position: relative;
  aspect-ratio: 1672 / 941;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 75, 153, 0.12);
  border-radius: 44px 44px 140px 44px;
  background: #edf5ff;
  box-shadow: 0 36px 90px rgba(15, 75, 153, 0.16);
}

.people-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 31, 58, 0.04), transparent 38%),
    linear-gradient(180deg, transparent 62%, rgba(11, 31, 58, 0.24));
  content: "";
  pointer-events: none;
}

.people-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.people-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.people-visual figcaption span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  background: rgba(11, 31, 58, 0.28);
  font-size: 0.62rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  backdrop-filter: blur(10px);
}

.principles {
  padding-block: clamp(92px, 7.7vw, 128px);
  background: #fff;
}

.principles .section-heading {
  margin-bottom: 60px;
}

.principle-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  border-top: 1px solid var(--recruit-line);
  list-style: none;
}

.principle-list li {
  display: grid;
  min-height: 245px;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 22px;
  padding: 46px 48px 44px 0;
  border-bottom: 1px solid var(--recruit-line);
}

.principle-list li:nth-child(odd) {
  padding-right: 56px;
  border-right: 1px solid var(--recruit-line);
}

.principle-list li:nth-child(even) {
  padding-left: 56px;
}

.principle-list li > span {
  color: var(--recruit-teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.principle-list h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.principle-list p {
  max-width: 430px;
  margin-top: 20px !important;
  color: var(--recruit-muted);
  font-size: 0.96rem;
  line-height: 1.75;
}

.work-support {
  background:
    radial-gradient(circle at 85% 10%, rgba(24, 183, 181, 0.08), transparent 25%),
    var(--recruit-blue-050);
}

.support-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(15, 75, 153, 0.18);
  border-left: 1px solid rgba(15, 75, 153, 0.18);
}

.support-group {
  position: relative;
  min-height: 405px;
  padding: 46px 48px;
  border-right: 1px solid rgba(15, 75, 153, 0.18);
  border-bottom: 1px solid rgba(15, 75, 153, 0.18);
  background: rgba(255, 255, 255, 0.68);
}

.support-group::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 82px;
  background: var(--recruit-blue-600);
  content: "";
}

.support-group--health::before {
  background: var(--recruit-teal);
}

.support-group--life::before {
  background: var(--recruit-warm);
}

.support-group--reward::before {
  background: var(--recruit-green);
}

.support-group header {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.support-group header > span {
  color: #9aa5b1;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.1em;
}

.support-group header p {
  color: var(--recruit-blue-600);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.support-group header h3 {
  margin-top: 7px;
  font-size: 1.65rem;
  font-weight: 760;
  letter-spacing: -0.045em;
}

.support-group > p {
  max-width: 410px;
  margin-top: 28px !important;
  color: var(--recruit-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.support-group ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  padding: 24px 0 0;
  list-style: none;
}

.support-group li {
  position: relative;
  min-height: 46px;
  padding: 12px 0 10px 17px;
  border-bottom: 1px solid rgba(15, 75, 153, 0.11);
  color: #333d4b;
  font-size: 0.87rem;
  font-weight: 620;
}

.support-group li::before {
  position: absolute;
  top: 21px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--recruit-teal);
  content: "";
}

.hiring-process {
  overflow: hidden;
  padding-block: clamp(88px, 7.2vw, 120px);
  background: #fff;
}

.hiring-process .section-heading {
  margin-bottom: 60px;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  padding: 36px 0 0;
  list-style: none;
}

.process-flow::before {
  position: absolute;
  top: 79px;
  right: 10%;
  left: 10%;
  height: 2px;
  background: linear-gradient(90deg, #c8daf2, var(--recruit-blue-600), var(--recruit-teal));
  content: "";
}

.process-flow li {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 250px;
  justify-items: center;
  align-content: start;
  text-align: center;
}

.process-flow li::before {
  width: 82px;
  height: 82px;
  border: 13px solid #fff;
  border-radius: 50%;
  background: var(--recruit-blue-100);
  box-shadow: inset 0 0 0 2px rgba(27, 100, 218, 0.26), 0 12px 30px rgba(15, 75, 153, 0.12);
  content: "";
}

.process-flow li:nth-child(2)::before {
  background: #dcecff;
}

.process-flow li:nth-child(3)::before {
  background: #cae8f4;
}

.process-flow li:nth-child(4)::before {
  background: #dff6f3;
  box-shadow: inset 0 0 0 2px rgba(24, 183, 181, 0.28), 0 12px 30px rgba(24, 183, 181, 0.13);
}

.process-flow span {
  margin-top: 26px;
  color: var(--recruit-blue-600);
  font-size: 0.67rem;
  font-weight: 820;
  letter-spacing: 0.13em;
}

.process-flow strong {
  margin-top: 10px;
  font-size: 1.35rem;
  font-weight: 760;
  letter-spacing: -0.04em;
  line-height: 1.35;
}

.openings {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 15%, rgba(24, 183, 181, 0.25), transparent 28%),
    linear-gradient(125deg, #0b1f3a, #123760 58%, #0f4b99);
}

.openings::before,
.openings::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.openings::before {
  top: -180px;
  right: -80px;
  width: 520px;
  height: 520px;
}

.openings::after {
  right: 180px;
  bottom: -280px;
  width: 430px;
  height: 430px;
}

.openings__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  align-items: end;
  gap: 90px;
}

.openings .section-kicker {
  color: #6ee0dc;
}

.openings__action > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  line-height: 1.8;
}

.openings__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.openings .button--primary {
  color: var(--recruit-blue-900);
  background: #fff;
}

.openings .button--secondary {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
  .recruitment-hero__grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(540px, 1.18fr);
    gap: 40px;
  }

  .recruitment-hero h1 {
    font-size: clamp(3.4rem, 5.7vw, 5rem);
  }

  .support-group {
    padding: 42px 38px;
  }

  .openings__grid {
    gap: 60px;
  }
}

@media (max-width: 900px) {
  .recruitment-hero {
    min-height: auto;
  }

  .recruitment-hero__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .recruitment-hero__copy {
    max-width: 680px;
  }

  .section-heading,
  .openings__grid {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 34px;
  }

  .section-heading > p,
  .openings__action {
    max-width: 650px;
  }

  .principle-list li {
    grid-template-columns: 54px minmax(0, 1fr);
    padding-right: 34px;
  }

  .principle-list li:nth-child(odd) {
    padding-right: 34px;
  }

  .principle-list li:nth-child(even) {
    padding-left: 34px;
  }

  .support-group ul {
    grid-template-columns: 1fr;
  }

  .process-flow {
    gap: 18px;
  }
}

@media (max-width: 720px) {
  .recruitment-inner {
    width: min(100% - 36px, 1160px);
  }

  .recruitment-hero .recruitment-inner {
    width: min(100% - 36px, 1240px);
  }

  .section {
    padding: 82px 0;
  }

  .principles {
    padding-block: 72px;
  }

  .hiring-process {
    padding-block: 68px;
  }

  .recruitment-hero__grid {
    gap: 40px;
    padding: 70px 0 76px;
  }

  .recruitment-hero h1 {
    margin-top: 16px;
    font-size: clamp(2.9rem, 13vw, 4.1rem);
    letter-spacing: -0.07em;
    line-height: 1.04;
  }

  .recruitment-hero__lead {
    margin-top: 30px !important;
    font-size: 1rem;
    line-height: 1.75;
  }

  .people-visual {
    border-radius: 28px 28px 86px 28px;
  }

  .people-visual img {
    object-position: center;
  }

  .people-visual figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .people-visual figcaption span {
    padding: 7px 9px;
    font-size: 0.54rem;
  }

  .section-heading {
    gap: 24px;
    margin-bottom: 48px;
  }

  .principles .section-heading,
  .hiring-process .section-heading {
    margin-bottom: 40px;
  }

  .section-heading h2,
  .openings h2 {
    margin-top: 14px;
    font-size: clamp(2.25rem, 10vw, 3.2rem);
  }

  .section-heading > p {
    font-size: 0.93rem;
  }

  .principle-list {
    grid-template-columns: 1fr;
  }

  .principle-list li,
  .principle-list li:nth-child(odd),
  .principle-list li:nth-child(even) {
    min-height: 0;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 32px 0;
    border-right: 0;
  }

  .principle-list h3 {
    font-size: 1.35rem;
  }

  .principle-list p {
    margin-top: 12px !important;
    font-size: 0.9rem;
  }

  .support-groups {
    grid-template-columns: 1fr;
  }

  .support-group {
    min-height: 0;
    padding: 34px 26px 36px;
  }

  .support-group header {
    gap: 14px;
  }

  .support-group header h3 {
    font-size: 1.45rem;
  }

  .support-group > p {
    margin-top: 22px !important;
    font-size: 0.88rem;
  }

  .support-group ul {
    padding-top: 18px;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 0 0;
  }

  .process-flow::before {
    top: 40px;
    right: auto;
    bottom: 56px;
    left: 34px;
    width: 2px;
    height: auto;
    background: linear-gradient(#c8daf2, var(--recruit-blue-600), var(--recruit-teal));
  }

  .process-flow li {
    min-height: 132px;
    grid-template-columns: 68px minmax(0, 1fr);
    grid-template-rows: auto auto;
    justify-items: start;
    align-content: center;
    gap: 3px 22px;
    text-align: left;
  }

  .process-flow li::before {
    width: 68px;
    height: 68px;
    grid-row: 1 / 3;
    border-width: 11px;
  }

  .process-flow span {
    margin-top: 0;
    align-self: end;
  }

  .process-flow strong {
    margin-top: 0;
    align-self: start;
    font-size: 1.22rem;
  }

  .openings__grid {
    gap: 42px;
  }

  .openings__buttons {
    display: grid;
  }

  .openings .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .recruitment-page *,
  .recruitment-page *::before,
  .recruitment-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
