/*
Theme Name: 남택스
Theme URI: http://namtax.mycafe24.com
Template: generatepress
Author: 남택스
Description: 남택스 - 이커머스 셀러 전문 세무사. 흰 배경 + 블루 포인트 (save-tax.co.kr 구조 벤치마킹). GeneratePress 자식 테마.
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: namtax
*/

/* =====================================================================
 * 메인 페이지 스타일
 * Pretendard / #006aff / 1200px 컨테이너 / radius 15~20px
 * 브레이크포인트: 1199px(태블릿) / 767px(모바일)
 *
 * 이 파일은 GeneratePress 가 자식 테마 스타일시트로 자동 로드합니다.
 * (별도 enqueue 나 assets 폴더가 필요 없습니다)
 * ===================================================================== */

:root {
	--nt-blue:      #006aff;
	--nt-blue-dark: #0053cc;
	--nt-blue-soft: #4d97ff;
	--nt-blue-50:   #e6f0ff;
	--nt-blue-25:   #f2f8ff;
	--nt-navy:      #0b2a5b;
	--nt-ink:       #2d343d;
	--nt-ink-2:     #485261;
	--nt-gray:      #6a7585;
	--nt-gray-2:    #89919c;
	--nt-gray-3:    #a1a8b3;
	--nt-line:      #e1e4eb;
	--nt-line-2:    #f0f2f5;
	--nt-bg:        #f5f6f9;
	--nt-green:     #3cc798;
	--nt-green-50:  #e1faf2;
	--nt-radius:    20px;
	--nt-radius-sm: 15px;
	--nt-header-h:  88px;
	--nt-container: 1280px;
	--nt-edge:      48px;   /* 헤더 좌우 여백 (save-tax 는 47px / 24px) */
	--nt-shadow:    0 4px 24px rgba(16, 32, 64, .06);
	--nt-shadow-lg: 0 18px 50px rgba(16, 32, 64, .12);
	--nt-font:      'Pretendard', 'Pretendard Variable', -apple-system, BlinkMacSystemFont,
	                'Apple SD Gothic Neo', 'Malgun Gothic', 'Noto Sans KR', sans-serif;
}

/* ------------------------------- reset ------------------------------- */
html.nt-html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--nt-header-h) + 12px);
}
body.nt-page {
	margin: 0;
	padding: 0;
	background: #fff;
	color: var(--nt-ink);
	font-family: var(--nt-font);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: -.015em;
	/* clip 은 스크롤 컨테이너를 만들지 않아 sticky 헤더가 안전 (미지원 시 hidden) */
	overflow-x: hidden;
	overflow-x: clip;
}
body.nt-page *,
body.nt-page *::before,
body.nt-page *::after { box-sizing: border-box; }
.nt-page h1, .nt-page h2, .nt-page h3, .nt-page h4,
.nt-page p, .nt-page ul, .nt-page ol, .nt-page li, .nt-page figure {
	margin: 0; padding: 0; word-break: keep-all;
}
.nt-page ul, .nt-page ol { list-style: none; }
.nt-page a { color: inherit; text-decoration: none; }
.nt-page em { font-style: normal; }
.nt-page img, .nt-page svg { display: block; max-width: 100%; }
.nt-page button { font: inherit; background: none; border: 0; padding: 0; cursor: pointer; color: inherit; }
.nt-page :focus-visible { outline: 3px solid rgba(0, 106, 255, .45); outline-offset: 2px; border-radius: 6px; }

/* 로그인 상태의 관리자 바 아래로 헤더를 내린다 */
body.nt-page.admin-bar .nt-header { top: 32px; }
@media screen and (max-width: 782px) {
	body.nt-page.admin-bar .nt-header { top: 46px; }
}

.nt-skip {
	position: absolute; left: -9999px; top: 0; z-index: 200;
	background: var(--nt-blue); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0; font-weight: 700;
}
.nt-skip:focus { left: 0; }

/* ------------------------------ layout ------------------------------- */
.nt-inner { width: 100%; max-width: var(--nt-container); margin: 0 auto; padding: 0 24px; }
.nt-inner-narrow { max-width: 900px; }

/* 그리드 자식은 min-width:0 이어야 긴 문자열에 밀려 넘치지 않는다 */
.nt-hero-copy,
.nt-consult-info,
.nt-rep-body,
.nt-loc-map { min-width: 0; }

.nt-sec { padding: 120px 0; }
.nt-sec-gray { background: var(--nt-bg); }
.nt-sec-blue { background: linear-gradient(160deg, #0b2a5b 0%, #00398f 45%, var(--nt-blue) 100%); color: #fff; }

.nt-sec-head { text-align: center; margin-bottom: 64px; }
.nt-eyebrow {
	display: inline-block; font-size: 14px; font-weight: 800; letter-spacing: .14em;
	color: var(--nt-blue); margin-bottom: 16px;
}
.nt-sec-head h2 { font-size: 40px; font-weight: 800; line-height: 1.34; color: var(--nt-ink); letter-spacing: -.03em; }
.nt-sec-head p { margin-top: 20px; font-size: 18px; line-height: 1.7; color: var(--nt-gray); }
.nt-sec-head-inv .nt-eyebrow { color: #8ec0ff; }
.nt-sec-head-inv h2 { color: #fff; }
.nt-sec-head-inv p { color: rgba(255, 255, 255, .78); }

/* ------------------------------ buttons ------------------------------ */
.nt-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	height: 52px; padding: 0 26px; border-radius: var(--nt-radius-sm);
	font-size: 16px; font-weight: 700; white-space: nowrap;
	transition: background-color .2s, color .2s, border-color .2s, transform .15s, box-shadow .2s;
}
.nt-btn svg { width: 18px; height: 18px; flex: none; }
.nt-btn-lg { height: 60px; padding: 0 34px; font-size: 18px; }
.nt-btn-primary { background: var(--nt-blue); color: #fff; box-shadow: 0 8px 22px rgba(0, 106, 255, .28); }
.nt-btn-primary:hover { background: var(--nt-blue-dark); color: #fff; transform: translateY(-2px); }
.nt-btn-line { background: #fff; color: var(--nt-ink); border: 1px solid var(--nt-line); }
.nt-btn-line:hover { border-color: var(--nt-blue); color: var(--nt-blue); }

/* ------------------------------- header ------------------------------ */
.nt-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 255, 255, .92);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid transparent;
	transition: border-color .2s, box-shadow .2s;
}
.nt-header.is-stuck { border-bottom-color: var(--nt-line); box-shadow: 0 2px 14px rgba(16, 32, 64, .05); }

/* 헤더는 1200px 컨테이너에 갇히지 않고 화면 전체 폭을 쓴다 (save-tax 방식).
   로고는 화면 왼쪽 끝에서 --nt-edge 만큼, 메뉴는 오른쪽 끝에 붙는다. */
.nt-inner.nt-header-in {
	max-width: none; width: 100%; margin: 0;
	padding: 0 var(--nt-edge);
	height: var(--nt-header-h);
	display: flex; align-items: center; gap: 28px; min-width: 0;
}

.nt-logo { display: flex; align-items: center; gap: 13px; flex: none; }
.nt-logo-mark {
	display: grid; place-items: center; width: 52px; height: 52px; flex: none;
	border-radius: 15px; background: var(--nt-blue); color: #fff;
	box-shadow: 0 6px 18px rgba(0, 106, 255, .26);
}
.nt-logo-mark svg { width: 28px; height: 28px; }
.nt-logo-txt { display: flex; flex-direction: column; gap: 3px; line-height: 1.1; }
.nt-logo-txt b { font-size: 26px; font-weight: 800; letter-spacing: -.04em; color: var(--nt-ink); }
.nt-logo-txt em { font-size: 11px; font-weight: 700; letter-spacing: .1em; color: var(--nt-gray-3); white-space: nowrap; }

.nt-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nt-nav > a {
	padding: 10px 17px; border-radius: 9px;
	font-size: 16.5px; font-weight: 700; color: var(--nt-ink); white-space: nowrap;
	transition: color .2s, background-color .2s;
}
.nt-nav > a:hover { color: var(--nt-blue); background: rgba(214, 216, 223, .25); }
.nt-nav > a.nt-nav-cta { display: none; }

.nt-header-right { display: flex; align-items: center; gap: 18px; flex: none; }
.nt-header-tel {
	display: inline-flex; align-items: center; gap: 8px;
	font-size: 19px; font-weight: 800; color: var(--nt-ink); letter-spacing: -.02em;
}
.nt-header-tel svg { width: 19px; height: 19px; color: var(--nt-blue); }
.nt-header-btn { height: 54px; padding: 0 26px; font-size: 16.5px; }

.nt-burger { display: none; width: 44px; height: 44px; padding: 11px; }
.nt-burger span { display: block; height: 2px; border-radius: 2px; background: var(--nt-ink); }
.nt-burger span + span { margin-top: 5px; }
.nt-nav-dim { position: fixed; inset: 0; z-index: 98; background: rgba(11, 25, 45, .45); }

/* 메뉴가 붐빌 때 헤더 전화번호를 먼저 숨긴다 */
@media (max-width: 1339px) {
	.nt-header-tel { display: none; }
}

/* -------------------------------- hero ------------------------------- */
.nt-hero {
	position: relative; overflow: hidden; padding: 96px 0 110px;
	background:
		radial-gradient(760px 460px at 88% 6%, rgba(0, 106, 255, .13) 0%, rgba(0, 106, 255, 0) 62%),
		radial-gradient(620px 420px at 4% 92%, rgba(60, 199, 152, .12) 0%, rgba(60, 199, 152, 0) 60%),
		linear-gradient(180deg, #f7faff 0%, #fff 100%);
}
.nt-hero-in { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); gap: 56px; align-items: center; }

.nt-chip {
	display: inline-flex; align-items: center; gap: 8px;
	height: 38px; padding: 0 16px; border-radius: 999px;
	background: #fff; border: 1px solid var(--nt-blue-50);
	box-shadow: 0 4px 14px rgba(0, 106, 255, .08);
	font-size: 14px; font-weight: 700; color: var(--nt-blue); letter-spacing: -.02em;
}
.nt-chip svg { width: 14px; height: 14px; }

.nt-hero h1 { margin-top: 26px; font-size: 54px; font-weight: 800; line-height: 1.26; letter-spacing: -.04em; color: var(--nt-ink); }
.nt-hl { color: var(--nt-blue); }
.nt-br-m { display: none; }
.nt-hero-lead { margin-top: 24px; font-size: 19px; line-height: 1.72; color: var(--nt-gray); }
.nt-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.nt-hero-keys { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 30px; }
.nt-hero-keys li { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 600; color: var(--nt-ink-2); }
.nt-hero-keys svg { width: 15px; height: 15px; color: var(--nt-green); flex: none; }

/* hero 비주얼 (외부 이미지 없이 CSS/SVG 로만 구성) */
.nt-hero-visual { position: relative; min-height: 400px; }
.nt-vcard { background: #fff; border-radius: var(--nt-radius); box-shadow: var(--nt-shadow-lg); }
.nt-vcard-main { position: relative; padding: 28px; border: 1px solid #eef1f6; }
.nt-vcard-head { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 700; color: var(--nt-ink); }
.nt-vcard-head em { margin-left: auto; font-size: 13px; font-weight: 700; color: var(--nt-gray-3); }
.nt-vdot { width: 9px; height: 9px; border-radius: 50%; background: var(--nt-blue); box-shadow: 0 0 0 4px var(--nt-blue-50); }
.nt-vrow { display: flex; align-items: baseline; justify-content: space-between; margin-top: 22px; }
.nt-vrow span { font-size: 14px; font-weight: 600; color: var(--nt-gray-2); }
.nt-vrow b { font-size: 34px; font-weight: 800; letter-spacing: -.04em; color: var(--nt-blue); }
.nt-vrow b.down { color: var(--nt-green); }
.nt-vbars { display: flex; align-items: flex-end; gap: 10px; height: 120px; margin-top: 18px; }
.nt-vbars i { flex: 1; height: var(--h); border-radius: 8px 8px 4px 4px; background: var(--nt-blue-50); animation: nt-grow .9s cubic-bezier(.2, .8, .2, 1) both; }
.nt-vbars i.on { background: linear-gradient(180deg, var(--nt-blue-soft), var(--nt-blue)); }
.nt-vbars i:nth-child(2) { animation-delay: .07s; }
.nt-vbars i:nth-child(3) { animation-delay: .14s; }
.nt-vbars i:nth-child(4) { animation-delay: .21s; }
.nt-vbars i:nth-child(5) { animation-delay: .28s; }
.nt-vbars i:nth-child(6) { animation-delay: .35s; }
@keyframes nt-grow { from { height: 6px; opacity: .3; } to { height: var(--h); opacity: 1; } }
.nt-vlist { margin-top: 20px; padding-top: 18px; border-top: 1px dashed var(--nt-line); display: grid; gap: 10px; }
.nt-vlist div { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--nt-ink-2); }
.nt-vlist svg { width: 14px; height: 14px; color: var(--nt-green); flex: none; }

.nt-vcard-float {
	position: absolute; display: flex; align-items: center; gap: 12px;
	padding: 14px 18px; border-radius: var(--nt-radius-sm); border: 1px solid #eef1f6;
	animation: nt-float 4.6s ease-in-out infinite;
}
.nt-vf1 { top: -26px; right: -12px; }
.nt-vf2 { bottom: -30px; left: -18px; animation-delay: 1.1s; }
.nt-vf-ico { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: var(--nt-blue-50); color: var(--nt-blue); flex: none; }
.nt-vf-ico.green { background: var(--nt-green-50); color: var(--nt-green); }
.nt-vf-ico svg { width: 19px; height: 19px; }
.nt-vcard-float b { display: block; font-size: 15px; font-weight: 800; color: var(--nt-ink); letter-spacing: -.02em; }
.nt-vcard-float em { display: block; font-size: 12px; font-weight: 600; color: var(--nt-gray-3); }
@keyframes nt-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* ---------------------------- license bar ---------------------------- */
.nt-licensebar { padding: 56px 0; background: var(--nt-bg); border-top: 1px solid var(--nt-line-2); }
.nt-licensebar-t { text-align: center; font-size: 17px; font-weight: 600; color: var(--nt-gray); }
.nt-licensebar-t b { color: var(--nt-ink); font-weight: 800; }
.nt-license-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.nt-license-grid li {
	display: flex; flex-direction: column; align-items: center; gap: 8px;
	padding: 26px 16px; background: #fff; border-radius: var(--nt-radius-sm);
	border: 1px solid var(--nt-line); text-align: center;
	transition: transform .2s, box-shadow .2s, border-color .2s;
}
.nt-license-grid li:hover { transform: translateY(-4px); box-shadow: var(--nt-shadow); border-color: #cfe0ff; }
.nt-lic-ico { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; background: var(--nt-blue-50); color: var(--nt-blue); }
.nt-lic-ico svg { width: 24px; height: 24px; }
.nt-license-grid b { font-size: 18px; font-weight: 800; letter-spacing: -.03em; }
.nt-license-grid em { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--nt-gray-3); }

/* ------------------------------ greeting ----------------------------- */
.nt-greet-sub { margin-top: 18px; font-size: 19px; font-weight: 700; line-height: 1.6; color: var(--nt-blue); letter-spacing: -.03em; }
.nt-greet-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: -32px; margin-bottom: 34px; }
.nt-greet-chips li { padding: 9px 18px; border-radius: 999px; background: var(--nt-blue-25); border: 1px solid #d8e8ff; font-size: 14px; font-weight: 700; color: var(--nt-blue); }
.nt-greet-chips li.on { background: var(--nt-navy); border-color: var(--nt-navy); color: #fff; }
.nt-greet-lead { text-align: center; font-size: 26px; font-weight: 700; line-height: 1.6; letter-spacing: -.035em; color: var(--nt-ink); }
.nt-greet-lead b { color: var(--nt-blue); font-weight: 800; }
.nt-greet-body { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 28px; margin-top: 46px; align-items: start; }
.nt-greet-text { padding: 34px 34px 30px; background: var(--nt-bg); border-radius: var(--nt-radius); display: grid; gap: 18px; }
.nt-greet-text p { font-size: 17px; line-height: 1.85; color: var(--nt-ink-2); }
.nt-greet-text b { font-weight: 800; color: var(--nt-ink); }
.nt-greet-roles { display: grid; gap: 14px; }
.nt-role {
	position: relative; padding: 28px 28px 26px; background: #fff;
	border: 1px solid var(--nt-line); border-left: 4px solid var(--nt-blue);
	border-radius: var(--nt-radius-sm); transition: transform .2s, box-shadow .2s;
}
.nt-role:hover { transform: translateX(4px); box-shadow: var(--nt-shadow); }
.nt-role-ico { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--nt-blue-50); color: var(--nt-blue); }
.nt-role-ico svg { width: 22px; height: 22px; }
.nt-role-tag { display: inline-block; margin-top: 16px; padding: 4px 11px; border-radius: 7px; background: var(--nt-navy); color: #fff; font-size: 12px; font-weight: 800; }
.nt-role h3 { margin-top: 12px; font-size: 20px; font-weight: 800; line-height: 1.5; letter-spacing: -.035em; }
.nt-role p { margin-top: 8px; font-size: 15px; font-weight: 600; color: var(--nt-gray); }
.nt-greet-emph { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
.nt-greet-emph li { display: flex; gap: 12px; padding: 26px 24px; background: #fff; border: 1px solid var(--nt-line); border-radius: var(--nt-radius-sm); }
.nt-greet-emph svg { width: 20px; height: 20px; color: var(--nt-green); flex: none; margin-top: 3px; }
.nt-greet-emph b { display: block; font-size: 17px; font-weight: 800; letter-spacing: -.03em; color: var(--nt-ink); }
.nt-greet-emph span { display: block; margin-top: 8px; font-size: 15px; line-height: 1.68; color: var(--nt-gray); }
.nt-quote {
	margin: 44px 0 0; padding: 44px 40px; text-align: center; border-radius: var(--nt-radius);
	background: linear-gradient(150deg, #071f45 0%, #0b2a5b 60%, #063a8f 100%); color: #fff;
	position: relative; overflow: hidden;
}
.nt-quote-mark { display: block; font-size: 64px; line-height: .8; font-weight: 800; color: rgba(142, 192, 255, .5); }
.nt-quote p { margin-top: 8px; font-size: 28px; font-weight: 800; line-height: 1.5; letter-spacing: -.04em; }
.nt-quote footer { margin-top: 20px; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, .68); }
.nt-quote footer b { color: #fff; font-weight: 800; }

/* --------------------------- strength cards -------------------------- */
.nt-grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nt-grid3-tight { gap: 20px; }
.nt-pcard {
	position: relative; padding: 40px 32px 36px; background: #fff;
	border: 1px solid var(--nt-line); border-radius: var(--nt-radius);
	transition: transform .25s, box-shadow .25s, border-color .25s;
}
.nt-pcard:hover { transform: translateY(-6px); box-shadow: var(--nt-shadow-lg); border-color: transparent; }
.nt-pcard-ico { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--nt-blue-50); color: var(--nt-blue); }
.nt-pcard-ico svg { width: 28px; height: 28px; }
.nt-pcard-tag { display: inline-block; margin-top: 22px; font-size: 12px; font-weight: 800; letter-spacing: .1em; color: var(--nt-blue); }
.nt-pcard h3 { margin-top: 10px; font-size: 24px; font-weight: 800; line-height: 1.42; letter-spacing: -.03em; white-space: pre-line; }
.nt-pcard p { margin-top: 16px; font-size: 16px; line-height: 1.72; color: var(--nt-gray); }

/* ------------------------------- stats ------------------------------- */
.nt-stats { background: var(--nt-navy); padding: 60px 0; }
.nt-stats-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.nt-stat { text-align: center; position: relative; }
.nt-stat + .nt-stat::before { content: ''; position: absolute; left: 0; top: 14%; height: 72%; width: 1px; background: rgba(255, 255, 255, .16); }
.nt-stat b { display: block; font-size: 48px; font-weight: 800; letter-spacing: -.04em; color: #fff; line-height: 1.1; }
.nt-stat span { display: block; margin-top: 8px; font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, .66); }

/* --------------------------- representative -------------------------- */
.nt-rep { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 40px; align-items: start; }
.nt-rep-card {
	position: sticky; top: calc(var(--nt-header-h) + 24px);
	padding: 36px 30px; background: #fff; border-radius: var(--nt-radius);
	box-shadow: var(--nt-shadow); text-align: center;
}
.nt-rep-photo {
	display: grid; place-items: center; width: 128px; height: 128px; margin: 0 auto;
	border-radius: 50%; background: linear-gradient(160deg, var(--nt-blue-50), #f3f7ff); color: var(--nt-blue-soft);
}
.nt-rep-photo svg { width: 64px; height: 64px; }
.nt-rep-role { margin-top: 22px; font-size: 13px; font-weight: 800; letter-spacing: .1em; color: var(--nt-blue); }
.nt-rep-name { margin-top: 6px; font-size: 28px; font-weight: 800; letter-spacing: -.04em; }
.nt-rep-name span { font-size: 16px; font-weight: 700; color: var(--nt-gray-2); }
.nt-rep-lic { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; text-align: left; }
.nt-rep-lic li {
	display: flex; align-items: center; gap: 6px; padding: 10px 12px;
	background: var(--nt-blue-25); border-radius: 10px;
	font-size: 14px; font-weight: 700; color: var(--nt-ink-2);
}
.nt-rep-lic svg { width: 13px; height: 13px; color: var(--nt-blue); flex: none; }
.nt-rep-act { display: grid; gap: 8px; margin-top: 24px; }
.nt-rep-act .nt-btn { width: 100%; }

.nt-rep-h { font-size: 26px; font-weight: 800; letter-spacing: -.03em; }
.nt-rep-sub { margin-top: 10px; font-size: 15px; color: var(--nt-gray-2); }
.nt-timeline { margin-top: 28px; border-left: 2px solid var(--nt-line); }
.nt-timeline li { position: relative; padding: 0 0 26px 30px; display: flex; flex-direction: column; gap: 4px; }
.nt-timeline li:last-child { padding-bottom: 0; }
.nt-timeline li::before {
	content: ''; position: absolute; left: -8px; top: 7px; width: 14px; height: 14px;
	border-radius: 50%; background: #fff; border: 3px solid var(--nt-blue);
}
.nt-tl-org { font-size: 14px; font-weight: 800; letter-spacing: .01em; color: var(--nt-blue); }
.nt-tl-role { font-size: 19px; font-weight: 700; letter-spacing: -.03em; color: var(--nt-ink); }
.nt-rep-note {
	display: flex; gap: 14px; margin-top: 34px; padding: 22px 24px;
	background: #fff; border: 1px solid var(--nt-line); border-radius: var(--nt-radius-sm);
}
.nt-rep-note svg { width: 22px; height: 22px; color: var(--nt-blue); flex: none; margin-top: 2px; }
.nt-rep-note p { font-size: 16px; line-height: 1.72; color: var(--nt-ink-2); }
.nt-rep-note b { font-weight: 800; color: var(--nt-ink); }

/* ------------------------------ services ----------------------------- */
.nt-svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nt-svc {
	position: relative; display: flex; flex-direction: column;
	padding: 36px 32px; border: 1px solid var(--nt-line); border-radius: var(--nt-radius);
	background: #fff; overflow: hidden;
	transition: transform .25s, box-shadow .25s, border-color .25s;
}
.nt-svc::after {
	content: ''; position: absolute; inset: 0 0 auto; height: 4px;
	background: linear-gradient(90deg, var(--nt-blue), var(--nt-blue-soft));
	transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.nt-svc:hover { transform: translateY(-6px); box-shadow: var(--nt-shadow-lg); border-color: transparent; }
.nt-svc:hover::after { transform: scaleX(1); }
.nt-svc-no { position: absolute; top: 26px; right: 28px; font-size: 40px; font-weight: 800; letter-spacing: -.05em; color: #eef2f8; line-height: 1; }
.nt-svc-ico { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; background: var(--nt-blue); color: #fff; }
.nt-svc-ico svg { width: 27px; height: 27px; }
.nt-svc h3 { margin-top: 22px; font-size: 25px; font-weight: 800; letter-spacing: -.035em; }
.nt-svc-lead { margin-top: 12px; font-size: 16px; line-height: 1.7; color: var(--nt-gray); }
.nt-svc-items { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--nt-line-2); display: grid; gap: 11px; }
.nt-svc-items li { display: flex; align-items: flex-start; gap: 9px; font-size: 15px; font-weight: 600; color: var(--nt-ink-2); line-height: 1.5; }
.nt-svc-items svg { width: 14px; height: 14px; color: var(--nt-blue); flex: none; margin-top: 4px; }
.nt-svc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 26px; font-size: 15px; font-weight: 800; color: var(--nt-blue); }
.nt-svc-link svg { width: 16px; height: 16px; transition: transform .2s; }
.nt-svc:hover .nt-svc-link svg { transform: translateX(4px); }

/* ------------------------------- targets ----------------------------- */
.nt-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.nt-tags li {
	padding: 14px 26px; background: #fff; border: 1px solid var(--nt-line); border-radius: 999px;
	font-size: 17px; font-weight: 700; letter-spacing: -.02em; color: var(--nt-ink-2);
	transition: background-color .2s, color .2s, border-color .2s, transform .2s;
}
.nt-tags li:hover { background: var(--nt-blue); border-color: var(--nt-blue); color: #fff; transform: translateY(-3px); }

/* ---------------------------- differentiator ------------------------- */
.nt-dcard { padding: 34px 30px; background: var(--nt-bg); border-radius: var(--nt-radius); transition: background-color .25s, transform .25s; }
.nt-dcard:hover { background: var(--nt-blue-25); transform: translateY(-4px); }
.nt-dcard-no { font-size: 15px; font-weight: 800; letter-spacing: .06em; color: var(--nt-blue); }
.nt-dcard h3 { margin-top: 12px; font-size: 21px; font-weight: 800; letter-spacing: -.03em; }
.nt-dcard p { margin-top: 12px; font-size: 16px; line-height: 1.7; color: var(--nt-gray); }

/* ------------------------------- process ----------------------------- */
.nt-steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.nt-steps li {
	padding: 32px 24px; border-radius: var(--nt-radius);
	background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .16);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	transition: background-color .25s, transform .25s;
}
.nt-steps li:hover { background: rgba(255, 255, 255, .16); transform: translateY(-5px); }
.nt-step-no { font-size: 13px; font-weight: 800; letter-spacing: .1em; color: #8ec0ff; }
.nt-steps h3 { margin-top: 12px; font-size: 21px; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.nt-steps p { margin-top: 12px; font-size: 15px; line-height: 1.68; color: rgba(255, 255, 255, .74); }

/* -------------------------------- cases ------------------------------ */
.nt-cases { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.nt-case {
	padding: 28px 28px 26px; background: #fff; border: 1px solid var(--nt-line);
	border-radius: var(--nt-radius-sm); transition: transform .22s, box-shadow .22s, border-color .22s;
}
.nt-case:hover { transform: translateY(-4px); box-shadow: var(--nt-shadow); border-color: #cfe0ff; }
.nt-case-top { display: flex; align-items: center; gap: 10px; }
.nt-case-no { font-size: 12px; font-weight: 800; letter-spacing: .1em; color: var(--nt-gray-3); }
.nt-case-tag { padding: 5px 12px; border-radius: 999px; background: var(--nt-blue-50); font-size: 13px; font-weight: 800; color: var(--nt-blue); letter-spacing: -.02em; }
.nt-case-q, .nt-case-a { display: flex; gap: 12px; font-size: 16px; line-height: 1.7; }
.nt-case-q { margin-top: 18px; color: var(--nt-ink); font-weight: 700; }
.nt-case-a { margin-top: 12px; padding-top: 14px; border-top: 1px dashed var(--nt-line); color: var(--nt-gray); }
.nt-case-q > span, .nt-case-a > span {
	flex: none; width: 40px; height: 24px; display: grid; place-items: center;
	border-radius: 7px; font-size: 12px; font-weight: 800; margin-top: 2px;
}
.nt-case-q > span { background: var(--nt-bg); color: var(--nt-gray); }
.nt-case-a > span { background: var(--nt-blue); color: #fff; }
.nt-case-note {
	display: flex; align-items: flex-start; gap: 10px; margin-top: 24px; padding: 18px 22px;
	background: #fff; border: 1px dashed var(--nt-line); border-radius: var(--nt-radius-sm);
	font-size: 14px; line-height: 1.7; color: var(--nt-gray-2);
}
.nt-case-note svg { width: 18px; height: 18px; color: var(--nt-gray-3); flex: none; margin-top: 3px; }
.nt-case-note b { font-weight: 800; color: var(--nt-ink-2); }

/* 실제 고객 후기 (데이터가 있을 때만 출력) */
.nt-reviews { margin-top: 44px; }
.nt-reviews-h { font-size: 24px; font-weight: 800; letter-spacing: -.03em; text-align: center; }
.nt-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; }
.nt-review { margin: 0; padding: 28px 26px; background: #fff; border: 1px solid var(--nt-line); border-radius: var(--nt-radius-sm); }
.nt-review blockquote { margin: 0; font-size: 16px; line-height: 1.78; color: var(--nt-ink-2); }
.nt-review figcaption { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--nt-line-2); }
.nt-review figcaption b { display: block; font-size: 15px; font-weight: 800; letter-spacing: -.02em; }
.nt-review figcaption span { display: block; margin-top: 3px; font-size: 13px; font-weight: 600; color: var(--nt-gray-3); }

.nt-place-cta {
	display: flex; align-items: center; gap: 16px; margin-top: 24px; padding: 22px 26px;
	background: #fff; border: 1px solid var(--nt-line); border-radius: var(--nt-radius-sm);
	transition: border-color .2s, box-shadow .2s, transform .2s;
}
.nt-place-cta:hover { border-color: var(--nt-blue); box-shadow: var(--nt-shadow); transform: translateY(-3px); }
.nt-place-ico { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 14px; background: #03c75a; color: #fff; }
.nt-place-ico svg { width: 24px; height: 24px; }
.nt-place-txt { flex: 1; min-width: 0; }
.nt-place-txt b { display: block; font-size: 17px; font-weight: 800; letter-spacing: -.03em; color: var(--nt-ink); }
.nt-place-txt em { display: block; margin-top: 4px; font-size: 14px; color: var(--nt-gray); }
.nt-place-cta > svg { width: 20px; height: 20px; color: var(--nt-gray-3); flex: none; }

/* --------------------------------- faq ------------------------------- */
.nt-acc { display: grid; gap: 12px; }
.nt-acc-item { background: #fff; border: 1px solid var(--nt-line); border-radius: var(--nt-radius-sm); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.nt-acc-item[open] { border-color: #cfe0ff; box-shadow: var(--nt-shadow); }
.nt-acc-item summary { display: flex; align-items: center; gap: 14px; padding: 24px 26px; cursor: pointer; list-style: none; }
.nt-acc-item summary::-webkit-details-marker { display: none; }
.nt-acc-q { display: grid; place-items: center; width: 28px; height: 28px; flex: none; border-radius: 9px; background: var(--nt-blue-50); color: var(--nt-blue); font-size: 15px; font-weight: 800; }
.nt-acc-t { flex: 1; font-size: 18px; font-weight: 700; letter-spacing: -.03em; }
.nt-acc-arrow { color: var(--nt-gray-3); flex: none; transition: transform .25s; }
.nt-acc-arrow svg { width: 20px; height: 20px; }
.nt-acc-item[open] .nt-acc-arrow { transform: rotate(180deg); color: var(--nt-blue); }
.nt-acc-body { padding: 0 26px 26px 68px; font-size: 16px; line-height: 1.78; color: var(--nt-gray); }

/* ------------------------------- consult ----------------------------- */
.nt-consult {
	padding: 110px 0;
	background:
		radial-gradient(700px 420px at 85% 12%, rgba(0, 106, 255, .16) 0%, rgba(0, 106, 255, 0) 60%),
		linear-gradient(160deg, #071f45 0%, #0b2a5b 55%, #063a8f 100%);
	color: #fff;
}
.nt-consult-in { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 56px; align-items: start; }
.nt-consult .nt-eyebrow { color: #8ec0ff; }
.nt-consult h2 { font-size: 40px; font-weight: 800; line-height: 1.32; letter-spacing: -.035em; }
.nt-consult-lead { margin-top: 20px; font-size: 17px; line-height: 1.76; color: rgba(255, 255, 255, .78); }
.nt-consult-contact { margin-top: 36px; display: grid; gap: 16px; }
.nt-consult-contact li { display: flex; align-items: center; gap: 14px; }
.nt-consult-contact .ci { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 13px; background: rgba(255, 255, 255, .1); color: #8ec0ff; }
.nt-consult-contact .ci svg { width: 21px; height: 21px; }
.nt-consult-contact em { display: block; font-size: 13px; font-weight: 700; color: rgba(255, 255, 255, .55); }
.nt-consult-contact b { display: block; font-size: 18px; font-weight: 700; letter-spacing: -.02em; }

.nt-form-box { background: #fff; border-radius: var(--nt-radius); padding: 36px; box-shadow: var(--nt-shadow-lg); }
.nt-alert { padding: 15px 18px; border-radius: 12px; font-size: 15px; font-weight: 700; margin-bottom: 20px; line-height: 1.6; }
.nt-alert.ok { background: var(--nt-green-50); color: #0f7a58; }
.nt-alert.err { background: #ffeeee; color: #c73b3b; }
.nt-form { display: grid; gap: 18px; }
.nt-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.nt-field { display: flex; flex-direction: column; gap: 8px; }
.nt-field label { font-size: 14px; font-weight: 700; color: var(--nt-ink-2); }
.nt-field label em { color: var(--nt-blue); }
.nt-field input,
.nt-field select,
.nt-field textarea {
	width: 100%; font-family: inherit; font-size: 16px; color: var(--nt-ink);
	background: #fff; border: 1px solid var(--nt-line); border-radius: 12px;
	padding: 0 16px; height: 52px; transition: border-color .2s, box-shadow .2s;
}
.nt-field textarea { height: auto; padding: 14px 16px; line-height: 1.65; resize: vertical; }
.nt-field select {
	-webkit-appearance: none; appearance: none; cursor: pointer;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236a7585' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat; background-position: right 14px center; background-size: 18px;
	padding-right: 42px;
}
.nt-field input::placeholder,
.nt-field textarea::placeholder { color: #b7bec7; }
.nt-field input:focus,
.nt-field select:focus,
.nt-field textarea:focus { border-color: var(--nt-blue); box-shadow: 0 0 0 4px rgba(0, 106, 255, .12); outline: none; }
.nt-agree { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; }
.nt-agree input { width: 20px; height: 20px; flex: none; margin: 1px 0 0; accent-color: var(--nt-blue); }
.nt-agree span { font-size: 14px; line-height: 1.6; color: var(--nt-gray); }
.nt-agree em { color: var(--nt-blue); font-weight: 700; }
.nt-form-submit { width: 100%; height: 58px; font-size: 18px; margin-top: 4px; }
.nt-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ------------------------------- location ---------------------------- */
.nt-loc { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 28px; align-items: start; }
.nt-map-frame {
	position: relative; border-radius: var(--nt-radius); overflow: hidden;
	box-shadow: var(--nt-shadow); background: var(--nt-line-2); aspect-ratio: 4 / 3;
}
.nt-map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
@supports not (aspect-ratio: 4 / 3) { .nt-map-frame { height: 420px; } }
.nt-map-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 12px; }
.nt-map-links .nt-btn { width: 100%; }
/* 리셋의 `.nt-page ul { padding:0 }` (0,1,1) 보다 우선순위가 높아야 안쪽 여백이 살아난다 */
.nt-page ul.nt-loc-info { background: #fff; border-radius: var(--nt-radius); padding: 12px 30px; box-shadow: var(--nt-shadow); }
.nt-loc-info li { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--nt-line-2); }
.nt-loc-info li:last-child { border-bottom: 0; }
.nt-loc-info em { font-size: 14px; font-weight: 700; color: var(--nt-gray-2); }
.nt-loc-info b { font-size: 16px; font-weight: 700; letter-spacing: -.02em; color: var(--nt-ink); line-height: 1.6; }
.nt-loc-info a { color: var(--nt-blue); }

/* -------------------------------- footer ----------------------------- */
.nt-footer { background: #10151d; color: rgba(255, 255, 255, .58); padding: 56px 0 40px; }
.nt-footer-top {
	display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
	padding-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.nt-footer-brand { display: flex; align-items: center; gap: 12px; }
.nt-footer-brand b { display: block; font-size: 19px; font-weight: 800; color: #fff; letter-spacing: -.03em; }
.nt-footer-brand em { display: block; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: rgba(255, 255, 255, .4); }
.nt-footer-nav { display: flex; flex-wrap: wrap; gap: 12px 26px; }
.nt-footer-nav a { font-size: 15px; font-weight: 600; transition: color .2s; }
.nt-footer-nav a:hover { color: #fff; }
.nt-footer-meta { padding-top: 26px; }
.nt-footer-meta p { display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 14px; line-height: 1.9; }
.nt-copy { margin-top: 16px; font-size: 13px; color: rgba(255, 255, 255, .38); }

/* ---------------------------- floating / bar ------------------------- */
.nt-fabs { position: fixed; right: 22px; bottom: 26px; z-index: 90; display: grid; gap: 10px; }
.nt-fab {
	display: grid; place-items: center; gap: 1px; width: 60px; height: 60px; border-radius: 50%;
	background: #fff; color: var(--nt-ink); box-shadow: 0 8px 24px rgba(16, 32, 64, .18);
	transition: transform .2s, box-shadow .2s;
}
.nt-fab svg { width: 22px; height: 22px; }
.nt-fab span { font-size: 10px; font-weight: 800; letter-spacing: -.03em; }
.nt-fab:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(16, 32, 64, .24); }
.nt-fab.kakao { background: #fae100; color: #3c1e1e; }
.nt-fab.mail { background: var(--nt-navy); color: #fff; }
.nt-fab.call { background: var(--nt-blue); color: #fff; }
.nt-fab.top { width: 48px; height: 48px; margin: 0 auto; color: var(--nt-gray); border: 1px solid var(--nt-line); }
.nt-fab.top svg { width: 18px; height: 18px; }
.nt-mobilebar { display: none; }

/* ------------------------------- reveal ------------------------------ */
.nt-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .8, .2, 1); }
.nt-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	html.nt-html { scroll-behavior: auto; }
	.nt-reveal { opacity: 1; transform: none; transition: none; }
	.nt-vcard-float, .nt-vbars i { animation: none; }
}

/* =====================================================================
 * 태블릿 이하 (~1199px)
 * ===================================================================== */
/* 넓지 않은 데스크톱에서는 헤더 좌우 여백을 조금 줄인다 */
@media (max-width: 1439px) {
	:root { --nt-edge: 32px; }
	.nt-nav > a { font-size: 16px; padding: 10px 13px; }
}

@media (max-width: 1199px) {
	:root { --nt-header-h: 76px; --nt-edge: 24px; }
	.nt-sec { padding: 92px 0; }
	.nt-sec-head { margin-bottom: 48px; }
	.nt-sec-head h2 { font-size: 34px; }
	.nt-sec-head p { font-size: 17px; }

	.nt-header-tel { display: none; }
	.nt-header-btn { display: none; }
	.nt-burger { display: block; }
	.nt-logo-mark { width: 46px; height: 46px; }
	.nt-logo-mark svg { width: 25px; height: 25px; }
	.nt-logo-txt b { font-size: 23px; }

	/* 모바일 드로어 메뉴 */
	.nt-nav {
		position: fixed; top: 0; right: 0; z-index: 99;
		width: min(340px, 86vw); height: 100vh; height: 100dvh;
		margin: 0; padding: 88px 24px 32px;
		flex-direction: column; align-items: stretch; gap: 4px;
		background: #fff; box-shadow: -14px 0 40px rgba(16, 32, 64, .16);
		transform: translateX(102%); transition: transform .28s cubic-bezier(.3, .8, .3, 1);
		overflow-y: auto;
	}
	.nt-nav > a { padding: 16px 6px; font-size: 18px; font-weight: 700; color: var(--nt-ink); border-bottom: 1px solid var(--nt-line-2); }
	.nt-nav > a.nt-nav-cta {
		display: flex; height: 54px; margin-top: 22px; padding: 0 20px;
		font-size: 17px; color: #fff; border-bottom: 0;
	}
	body.nt-nav-open .nt-nav { transform: none; }
	body.nt-nav-open { overflow: hidden; }

	.nt-hero { padding: 64px 0 84px; }
	.nt-hero-in { grid-template-columns: 1fr; gap: 64px; }
	.nt-hero h1 { font-size: 44px; }
	.nt-hero-visual { max-width: 520px; margin: 0 auto; }

	.nt-greet-sub { font-size: 17px; }
	.nt-greet-lead { font-size: 22px; }
	.nt-greet-body { grid-template-columns: 1fr; gap: 18px; margin-top: 36px; }
	.nt-greet-roles { grid-template-columns: 1fr 1fr; }
	.nt-quote p { font-size: 24px; }

	.nt-rep { grid-template-columns: 300px minmax(0, 1fr); gap: 28px; }
	.nt-rep-card { padding: 30px 24px; }
	.nt-rep-lic { grid-template-columns: 1fr; }

	.nt-svc-grid { grid-template-columns: repeat(2, 1fr); }
	.nt-grid3 { grid-template-columns: repeat(2, 1fr); }
	.nt-steps { grid-template-columns: repeat(2, 1fr); }
	.nt-review-grid { grid-template-columns: repeat(2, 1fr); }
	.nt-consult-in { grid-template-columns: 1fr; gap: 40px; }
	.nt-loc { grid-template-columns: 1fr; }
	.nt-stat b { font-size: 40px; }
}

/* =====================================================================
 * 모바일 (~767px)
 * ===================================================================== */
@media (max-width: 767px) {
	:root { --nt-header-h: 64px; --nt-edge: 20px; }

	.nt-inner { padding: 0 20px; }
	.nt-sec { padding: 68px 0; }
	.nt-sec-head { margin-bottom: 36px; }
	.nt-sec-head h2 { font-size: 26px; line-height: 1.4; }
	.nt-sec-head p { margin-top: 14px; font-size: 15px; }
	.nt-eyebrow { font-size: 12px; margin-bottom: 10px; }

	.nt-logo { gap: 10px; }
	.nt-logo-mark { width: 38px; height: 38px; border-radius: 11px; }
	.nt-logo-mark svg { width: 21px; height: 21px; }
	.nt-logo-txt b { font-size: 19px; }
	.nt-logo-txt em { font-size: 9px; letter-spacing: .08em; }
	.nt-burger { width: 40px; height: 40px; padding: 10px; margin-right: -8px; }

	.nt-btn { height: 50px; font-size: 15px; padding: 0 20px; }
	.nt-btn-lg { height: 54px; font-size: 16px; padding: 0 24px; }

	/* HERO */
	.nt-hero { padding: 40px 0 56px; }
	.nt-hero-in { gap: 48px; }
	.nt-chip { height: 34px; padding: 0 13px; font-size: 12px; }
	.nt-hero h1 { margin-top: 18px; font-size: 31px; line-height: 1.34; }
	.nt-br-m { display: inline; }
	.nt-hero-lead { margin-top: 16px; font-size: 16px; }
	.nt-hero-lead br { display: none; }
	.nt-hero-cta { margin-top: 26px; gap: 10px; }
	.nt-hero-cta .nt-btn { width: 100%; }
	.nt-hero-keys { gap: 8px 16px; margin-top: 22px; }
	.nt-hero-keys li { font-size: 13px; }
	.nt-hero-visual { min-height: 0; max-width: 100%; }
	.nt-vcard-main { padding: 22px 20px; }
	.nt-vrow b { font-size: 28px; }
	.nt-vbars { height: 92px; gap: 7px; }
	.nt-vcard-float { position: static; margin-top: 12px; width: 100%; animation: none; box-shadow: var(--nt-shadow); }

	/* LICENSE */
	.nt-licensebar { padding: 40px 0; }
	.nt-licensebar-t { font-size: 15px; }
	.nt-license-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 20px; }
	.nt-license-grid li { padding: 20px 10px; gap: 6px; }
	.nt-lic-ico { width: 40px; height: 40px; border-radius: 12px; }
	.nt-lic-ico svg { width: 21px; height: 21px; }
	.nt-license-grid b { font-size: 16px; }
	.nt-license-grid em { font-size: 10px; }

	/* GREETING */
	.nt-greet-sub { margin-top: 12px; font-size: 15px; }
	.nt-greet-chips { margin-top: -20px; margin-bottom: 26px; gap: 6px; }
	.nt-greet-chips li { padding: 7px 13px; font-size: 12px; }
	.nt-greet-lead { font-size: 18px; line-height: 1.65; }
	.nt-greet-lead br { display: none; }
	.nt-greet-body { margin-top: 26px; gap: 14px; }
	.nt-greet-text { padding: 24px 22px; gap: 14px; }
	.nt-greet-text p { font-size: 15px; line-height: 1.8; }
	.nt-greet-roles { grid-template-columns: 1fr; gap: 12px; }
	.nt-role { padding: 22px 20px; }
	.nt-role h3 { font-size: 18px; }
	.nt-role h3 br { display: none; }
	.nt-role p { font-size: 14px; }
	.nt-greet-emph { grid-template-columns: 1fr; gap: 12px; margin-top: 14px; }
	.nt-greet-emph li { padding: 20px 18px; gap: 10px; }
	.nt-greet-emph b { font-size: 16px; }
	.nt-greet-emph span { margin-top: 6px; font-size: 14px; }
	.nt-quote { margin-top: 26px; padding: 30px 22px; }
	.nt-quote-mark { font-size: 48px; }
	.nt-quote p { font-size: 20px; }
	.nt-quote footer { margin-top: 14px; font-size: 13px; }

	/* CARDS */
	.nt-grid3, .nt-grid3-tight { grid-template-columns: 1fr; gap: 14px; }
	.nt-pcard { padding: 28px 22px; }
	.nt-pcard-ico { width: 48px; height: 48px; border-radius: 14px; }
	.nt-pcard-ico svg { width: 24px; height: 24px; }
	.nt-pcard h3 { font-size: 20px; }
	.nt-pcard p { margin-top: 12px; font-size: 15px; }

	/* STATS */
	.nt-stats { padding: 36px 0; }
	.nt-stats-in { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }
	.nt-stat:nth-child(odd)::before { display: none; }
	.nt-stat b { font-size: 32px; }
	.nt-stat span { font-size: 13px; margin-top: 4px; }

	/* REP */
	.nt-rep { grid-template-columns: 1fr; gap: 20px; }
	.nt-rep-card { position: static; padding: 28px 22px; }
	.nt-rep-photo { width: 100px; height: 100px; }
	.nt-rep-photo svg { width: 50px; height: 50px; }
	.nt-rep-name { font-size: 24px; }
	.nt-rep-lic { grid-template-columns: 1fr 1fr; }
	.nt-rep-lic li { font-size: 13px; padding: 9px 10px; }
	.nt-rep-h { font-size: 21px; }
	.nt-rep-sub { font-size: 14px; }
	.nt-timeline { margin-top: 22px; }
	.nt-timeline li { padding: 0 0 20px 22px; }
	.nt-timeline li::before { width: 12px; height: 12px; left: -7px; top: 6px; border-width: 2.5px; }
	.nt-tl-org { font-size: 12px; }
	.nt-tl-role { font-size: 16px; }
	.nt-rep-note { margin-top: 24px; padding: 18px; gap: 10px; }
	.nt-rep-note p { font-size: 15px; }

	/* SERVICES */
	.nt-svc-grid { grid-template-columns: 1fr; gap: 14px; }
	.nt-svc { padding: 28px 22px; }
	.nt-svc-no { top: 20px; right: 22px; font-size: 32px; }
	.nt-svc-ico { width: 46px; height: 46px; border-radius: 14px; }
	.nt-svc-ico svg { width: 23px; height: 23px; }
	.nt-svc h3 { margin-top: 18px; font-size: 21px; }
	.nt-svc-lead { font-size: 15px; }
	.nt-svc-items { margin-top: 18px; padding-top: 18px; gap: 9px; }
	.nt-svc-items li { font-size: 14px; }
	.nt-svc-link { padding-top: 20px; font-size: 14px; }

	/* TARGETS */
	.nt-tags { gap: 8px; }
	.nt-tags li { padding: 11px 18px; font-size: 14px; }

	/* DIFF */
	.nt-dcard { padding: 24px 22px; }
	.nt-dcard h3 { font-size: 18px; }
	.nt-dcard p { margin-top: 10px; font-size: 15px; }

	/* PROCESS */
	.nt-steps { grid-template-columns: 1fr; gap: 12px; }
	.nt-steps li { padding: 24px 22px; }
	.nt-steps h3 { font-size: 19px; }
	.nt-steps p { font-size: 14px; }

	/* CASES */
	.nt-cases { grid-template-columns: 1fr; gap: 12px; }
	.nt-case { padding: 22px 20px; }
	.nt-case-tag { font-size: 12px; padding: 4px 10px; }
	.nt-case-q, .nt-case-a { font-size: 15px; gap: 10px; }
	.nt-case-q { margin-top: 14px; }
	.nt-case-q > span, .nt-case-a > span { width: 36px; font-size: 11px; }
	.nt-case-note { padding: 15px 16px; font-size: 13px; }
	.nt-reviews { margin-top: 32px; }
	.nt-reviews-h { font-size: 20px; }
	.nt-review-grid { grid-template-columns: 1fr; gap: 12px; }
	.nt-review { padding: 22px 20px; }
	.nt-review blockquote { font-size: 15px; }
	.nt-place-cta { padding: 18px; gap: 12px; }
	.nt-place-ico { width: 40px; height: 40px; border-radius: 12px; }
	.nt-place-ico svg { width: 21px; height: 21px; }
	.nt-place-txt b { font-size: 15px; }
	.nt-place-txt em { font-size: 13px; }

	/* FAQ */
	.nt-acc-item summary { padding: 18px 20px; gap: 11px; }
	.nt-acc-q { width: 25px; height: 25px; font-size: 13px; border-radius: 8px; }
	.nt-acc-t { font-size: 16px; }
	.nt-acc-arrow svg { width: 18px; height: 18px; }
	.nt-acc-body { padding: 0 20px 22px 56px; font-size: 15px; }

	/* CONSULT */
	.nt-consult { padding: 64px 0; }
	.nt-consult h2 { font-size: 27px; }
	.nt-consult-lead { margin-top: 14px; font-size: 15px; }
	.nt-consult-contact { margin-top: 26px; gap: 12px; }
	.nt-consult-contact .ci { width: 40px; height: 40px; border-radius: 11px; }
	.nt-consult-contact b { font-size: 16px; }
	.nt-form-box { padding: 24px 20px; border-radius: var(--nt-radius-sm); }
	.nt-form { gap: 15px; }
	.nt-form-row { grid-template-columns: 1fr; gap: 15px; }
	.nt-field input, .nt-field select { height: 50px; }
	.nt-form-submit { height: 54px; font-size: 16px; }

	/* LOCATION */
	.nt-map-frame { aspect-ratio: 1 / 1; }
	@supports not (aspect-ratio: 1 / 1) { .nt-map-frame { height: 300px; } }
	.nt-map-links { grid-template-columns: 1fr; }
	.nt-page ul.nt-loc-info { padding: 6px 20px; }
	.nt-loc-info li { grid-template-columns: 74px minmax(0, 1fr); gap: 12px; padding: 15px 0; }
	.nt-loc-info em { font-size: 13px; }
	.nt-loc-info b { font-size: 15px; }

	/* FOOTER */
	.nt-footer { padding: 40px 0 100px; }
	.nt-footer-top { flex-direction: column; align-items: flex-start; gap: 20px; }
	.nt-footer-nav { gap: 10px 18px; }
	.nt-footer-nav a { font-size: 14px; }
	.nt-footer-meta p { font-size: 13px; gap: 4px 14px; line-height: 1.8; }

	/* 플로팅 → 하단 고정 바 */
	.nt-fabs { right: 14px; bottom: 84px; gap: 8px; }
	.nt-fab { width: 50px; height: 50px; }
	.nt-fab svg { width: 19px; height: 19px; }
	.nt-fab span { display: none; }
	.nt-fab.top { width: 42px; height: 42px; }

	.nt-mobilebar {
		display: grid; grid-template-columns: 108px minmax(0, 1fr); gap: 8px;
		position: fixed; left: 0; right: 0; bottom: 0; z-index: 95;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		background: rgba(255, 255, 255, .96);
		-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
		border-top: 1px solid var(--nt-line);
	}
	.nt-mobilebar a {
		display: inline-flex; align-items: center; justify-content: center; gap: 6px;
		height: 52px; border-radius: 13px; font-size: 15px; font-weight: 800; letter-spacing: -.03em;
	}
	.nt-mobilebar svg { width: 17px; height: 17px; }
	.nt-mobilebar .mb-tel { background: var(--nt-bg); color: var(--nt-ink); }
	.nt-mobilebar .mb-form { background: var(--nt-blue); color: #fff; }
}

/* 아주 좁은 화면 */
@media (max-width: 375px) {
	.nt-hero h1 { font-size: 28px; }
	.nt-sec-head h2 { font-size: 23px; }
	.nt-license-grid b { font-size: 15px; }
	.nt-mobilebar { grid-template-columns: 96px minmax(0, 1fr); }
	.nt-mobilebar a { font-size: 14px; }
}
