/* 누리 채용 레이아웃 */
@font-face {
	font-family: 'Pretendard Variable';
	src: url('../../../common/fonts/PretendardVariable.woff2') format('woff2-variations');
	font-weight: 45 920;
	font-display: swap;
}

:root {
	--nr-brand: #2677e3;
	--nr-brand-dark: #1b5fc0;
	--nr-brand-soft: rgba(38, 119, 227, .08);
	--nr-ink: #101626;
	--nr-sub: #6b7684;
	--nr-line: #e5e8ee;
	--nr-bg: #f7f8fa;
	--nr-w: 1180px;
}

html, body { margin: 0; padding: 0; }
body {
	background: #fff; color: var(--nr-ink); word-break: keep-all;
	font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, 'Malgun Gothic', sans-serif;
	-webkit-font-smoothing: antialiased;
}
.nr * { box-sizing: border-box; }
.nr a { text-decoration: none; color: inherit; }
.nr h1, .nr h2, .nr h3 { margin: 0; font-weight: 800; letter-spacing: -.025em; line-height: 1.3; }
.nr-inner { width: 100%; max-width: var(--nr-w); margin: 0 auto; padding: 0 24px; }

/* 머리글 */
.nr-head { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--nr-line); background: rgba(255, 255, 255, .94); backdrop-filter: blur(8px); }
.nr-head-in { display: flex; align-items: center; gap: 28px; height: 72px; }
.nr-logo { display: flex; align-items: center; gap: 11px; flex: none; }
.nr-logo-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--nr-brand); }
.nr-logo-mark svg { width: 20px; height: 20px; fill: #fff; }
.nr-logo-text b { display: block; font-size: 16.5px; font-weight: 800; letter-spacing: -.025em; }
.nr-logo-text em { display: block; font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--nr-sub); }

.nr-gnb { display: flex; gap: 4px; margin-right: auto; }
.nr-gnb a { position: relative; padding: 10px 16px; border-radius: 9px; font-size: 15.5px; font-weight: 600; color: #3b434f; }
.nr-gnb a:hover { background: var(--nr-brand-soft); color: var(--nr-brand); }
.nr-gnb a.is-on { color: var(--nr-brand); font-weight: 700; }

/* 좁은 화면에서는 gnb 가 숨는다. 밀어내는 일을 이쪽이 맡아야
   버거 단추가 로고 옆에 붙지 않고 오른끝으로 간다. */
.nr-head-side { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.nr-head-link { padding: 8px 14px; border: 1px solid var(--nr-line); border-radius: 999px; font-size: 13.5px; font-weight: 600; color: var(--nr-sub); }
.nr-head-link:hover { border-color: var(--nr-brand); color: var(--nr-brand); }

.nr-burger { display: none; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 40px; padding: 0 9px; border: 1px solid var(--nr-line); border-radius: 10px; background: #fff; cursor: pointer; }
.nr-burger span { display: block; height: 2px; border-radius: 2px; background: var(--nr-ink); }
.nr-drawer { display: none; flex-direction: column; padding: 10px 24px 18px; border-top: 1px solid var(--nr-line); }
.nr-drawer[hidden] { display: none; }
.nr-drawer a { padding: 12px 2px; border-bottom: 1px solid var(--nr-line); font-size: 15px; font-weight: 600; }
.nr-drawer a:last-child { border-bottom: 0; }

/* 대문 */
.nr-hero { padding: 96px 0 100px; background: var(--nr-ink) center/cover no-repeat; color: #fff; }
.nr-hero h1 { font-size: 42px; line-height: 1.25; }
.nr-hero p { max-width: 620px; margin: 18px 0 0; font-size: 16.5px; line-height: 1.8; color: rgba(255, 255, 255, .82); }
.nr-hero-btns { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

.nr-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; border: 1px solid transparent; border-radius: 11px; font-size: 15.5px; font-weight: 700; cursor: pointer; }
.nr a.nr-btn-primary { background: var(--nr-brand); border-color: var(--nr-brand); color: #fff; }
.nr a.nr-btn-primary:hover { background: var(--nr-brand-dark); border-color: var(--nr-brand-dark); }
.nr a.nr-btn-ghost { border-color: rgba(255, 255, 255, .4); color: #fff; }
.nr a.nr-btn-ghost:hover { background: rgba(255, 255, 255, .12); }

/* 구획 */
.nr-sec { padding: 68px 0; }
.nr-sec-soft { background: var(--nr-bg); }
.nr-sec-title { margin-bottom: 32px; font-size: 27px; }

.nr-values { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 18px; margin: 0; padding: 0; list-style: none; }
.nr-values li { padding: 26px 24px; border: 1px solid var(--nr-line); border-radius: 16px; }
.nr-values em { display: block; margin-bottom: 12px; font-style: normal; font-size: 13px; font-weight: 800; letter-spacing: .06em; color: var(--nr-brand); }
.nr-values b { display: block; margin-bottom: 8px; font-size: 17.5px; font-weight: 800; letter-spacing: -.02em; }
.nr-values span { font-size: 14.5px; line-height: 1.75; color: var(--nr-sub); }

.nr-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.nr-benefits li { padding: 22px 22px; border-radius: 14px; background: #fff; }
.nr-benefits b { display: block; margin-bottom: 6px; font-size: 16px; font-weight: 700; }
.nr-benefits span { font-size: 14px; line-height: 1.7; color: var(--nr-sub); }

.nr-process { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; counter-reset: nr; }
.nr-process li { position: relative; padding: 24px 22px; border: 1px solid var(--nr-line); border-radius: 14px; }
.nr-process em { display: grid; place-items: center; width: 30px; height: 30px; margin-bottom: 13px; border-radius: 50%; background: var(--nr-brand); font-style: normal; font-size: 14px; font-weight: 800; color: #fff; }
.nr-process b { display: block; margin-bottom: 6px; font-size: 16px; font-weight: 700; }
.nr-process span { font-size: 13.5px; line-height: 1.7; color: var(--nr-sub); }

/* 본문 */
.nr-body { padding: 44px 0 20px; }

/* 바닥글 */
.nr-foot { margin-top: 40px; padding: 44px 0; border-top: 1px solid var(--nr-line); background: var(--nr-bg); }
.nr-foot-in { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 24px; }
.nr-foot b { display: block; font-size: 16.5px; font-weight: 800; letter-spacing: -.025em; }
.nr-foot em { display: block; margin-top: 3px; font-style: normal; font-size: 10.5px; font-weight: 700; letter-spacing: .08em; color: var(--nr-sub); }
.nr-foot span { display: block; margin-top: 10px; font-size: 13.5px; color: var(--nr-sub); }
.nr-foot-links { display: flex; flex-wrap: wrap; gap: 18px; font-size: 13.5px; font-weight: 600; color: var(--nr-sub); }
.nr-foot-links a:hover { color: var(--nr-brand); }

@media (max-width: 900px) {
	.nr-gnb { display: none; }
	.nr-burger { display: flex; }
	.nr-drawer:not([hidden]) { display: flex; }
	.nr-hero { padding: 62px 0 66px; }
	.nr-hero h1 { font-size: 30px; }
	.nr-sec { padding: 48px 0; }
	.nr-sec-title { margin-bottom: 24px; font-size: 22px; }
	.nr-head-link { display: none; }
	.nr-head-in { gap: 12px; }
}
