@charset "UTF-8";
/* ==========================================================
   neroweb19 style.css
   메인 · 서브페이지 · 게시판(원고·문의·FAQ) · 검색
   ========================================================== */

/* ---------- 공통 제목 ---------- */
.n19-sec { padding: 120px 0; }
.n19-sectit { margin-bottom: 56px; text-align: center; }
.n19-sectit--left { text-align: left; margin-bottom: 36px; }
.n19-sectit__en { font-size: 15px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; color: var(--n19-accent); }
.n19-sectit__tit { margin-top: 10px; font-size: 34px; font-weight: 700; line-height: 1.3; letter-spacing: -0.025em; color: var(--n19-strong); }
.n19-sectit__desc { margin-top: 14px; font-size: 22px; line-height: 1.7; letter-spacing: -0.015em; color: var(--n19-muted); }
.n19-kicker { font-size: 15px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; color: var(--n19-accent); }
.n19-h4 { margin: 10px 0 24px; font-size: 34px; font-weight: 700; line-height: 1.3; letter-spacing: -0.025em; color: var(--n19-strong); }
.n19-empty { padding: 90px 20px; text-align: center; color: var(--n19-muted); border-top: 1px solid var(--n19-line); border-bottom: 1px solid var(--n19-line); }
.n19-empty i { font-size: 42px; color: #c5ccd8; }
.n19-empty p { margin: 14px 0 18px; font-size: 18px; }

/* 섹션 머리 (좌 : 제목 / 우 : 설명·링크) */
.n19-shead { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.n19-shead__en { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; color: var(--n19-accent); }
.n19-shead__en span { display: inline-flex; align-items: center; gap: 12px; color: var(--n19-strong); }
.n19-shead__en span::after { content: ""; width: 28px; height: 1px; background: currentColor; opacity: .4; }
.n19-shead__en--w { color: #7fd3bd; }
.n19-shead__en--w span { color: #fff; }
.n19-shead__tit { margin-top: 14px; font-size: 40px; font-weight: 700; line-height: 1.3; letter-spacing: -0.03em; color: var(--n19-strong); }
.n19-shead--w .n19-shead__tit { color: #fff; }
.n19-shead__side { flex: 0 1 440px; }
.n19-shead__side p { font-size: 18px; line-height: 1.75; color: var(--n19-muted); }
.n19-shead__side .n19-more { margin-top: 12px; }
.n19-shead__side--links { display: flex; justify-content: flex-end; gap: 24px; }
.n19-shead__side--links .n19-more { margin-top: 0; }

/* ---------- 서브페이지 공통 ---------- */
.n19-page { padding-bottom: 20px; }
.n19-block { padding-top: 110px; }
.n19-band { margin-top: 110px; padding: 110px 0; background: var(--n19-surface); }
.n19-band + .n19-block { padding-top: 110px; }
.n19-band--dark { background-color: var(--n19-primary); background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px); background-size: 22px 22px; color: #fff; }
.n19-tbl-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.n19-tbl { width: 100%; border-collapse: collapse; border-top: 2px solid var(--n19-strong); font-size: 16px; line-height: 1.5; }
.n19-tbl th, .n19-tbl td { padding: 16px 18px; border-bottom: 1px solid var(--n19-line); text-align: left; }
.n19-tbl th { width: 150px; background: var(--n19-surface); font-weight: 700; color: var(--n19-strong); }

/* ---------- 게시판 공통 ---------- */
.n19-board { max-width: calc(var(--n19-max) + var(--n19-gutter) * 2); margin: 0 auto; padding: 0 var(--n19-gutter); }
.n19-stat-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; padding: 16px; border: 1px dashed var(--n19-line); border-radius: var(--n19-radius); background: var(--n19-surface); }
.n19-stat-tabs a { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 20px; background: #fff; border: 1px solid var(--n19-line); font-size: 15px; font-weight: 600; color: var(--n19-text); }
.n19-stat-tabs a b { color: var(--n19-muted); }
.n19-stat-tabs a.is-on { border-color: currentColor; box-shadow: 0 0 0 1px currentColor inset; }
.n19-stat-tabs a.n19-st::before { display: none; }
.n19-bhead { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.n19-cate ul { display: flex; flex-wrap: wrap; gap: 8px; }
.n19-cate a { display: flex; align-items: center; min-height: 44px; padding: 0 18px; border: 1px solid var(--n19-line); border-radius: 44px; font-size: 17px; font-weight: 600; color: var(--n19-text); transition: all .2s; }
.n19-cate a:hover { border-color: var(--n19-strong); }
.n19-cate a.is-on { background: var(--n19-primary); border-color: var(--n19-primary); color: #fff; }
.n19-bsearch { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.n19-bsearch select, .n19-bsearch input { height: 48px; padding: 0 12px; border: 1px solid var(--n19-line); border-radius: 8px; background: #fff; color: var(--n19-strong); font-size: 17px; }
.n19-bsearch input { width: 220px; }
.n19-bsearch button { width: 48px; height: 48px; border-radius: 8px; background: var(--n19-primary); color: #fff; }
.n19-binfo { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 2px solid var(--n19-strong); font-size: 16px; }
.n19-binfo b { color: var(--n19-accent-d); }
.n19-bulk { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 12px 0; font-size: 16px; }
.n19-bulk select { height: 44px; padding: 0 10px; border: 1px solid var(--n19-line); border-radius: 8px; }
.n19-bulk__all { margin-right: 8px; }
.n19-paging { margin-top: 48px; text-align: center; }
.n19-paging .pg_wrap { float: none; display: inline-block; }
.n19-paging .pg { display: inline-flex; gap: 6px; }
.n19-paging .pg_page, .n19-paging .pg_current { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 10px; border: 1px solid var(--n19-line); border-radius: 8px; background: #fff; font-size: 16px; color: var(--n19-text); }
.n19-paging .pg_current { background: var(--n19-primary); border-color: var(--n19-primary); color: #fff; font-weight: 700; }

/* 목록 항목 */
.n19-bitem { position: relative; }
.n19-bitem__chk { position: absolute; left: 10px; top: 10px; z-index: 3; display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #fff; border-radius: 6px; box-shadow: 0 2px 6px rgba(0, 0, 0, .15); }
.n19-bitem__link { display: block; }
.n19-bitem__img { overflow: hidden; border-radius: var(--n19-radius); background: var(--n19-surface); }
.n19-bitem__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--n19-ease); }
.n19-bitem__link:hover .n19-bitem__img img { transform: scale(1.05); }
.n19-bitem__labels { display: flex; flex-wrap: wrap; gap: 6px; }
.n19-bitem__tit { margin-top: 10px; font-size: 24px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n19-strong); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n19-bitem__link:hover .n19-bitem__tit { color: var(--n19-accent-d); }
.n19-bitem__sub { margin-top: 4px; font-size: 18px; line-height: 1.5; color: var(--n19-accent-d); font-weight: 600; }
.n19-bitem__sum { margin-top: 8px; font-size: 18px; line-height: 1.75; color: var(--n19-text); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.n19-bitem__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 14px; margin-top: 14px; font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--n19-muted); }

.n19-bitem__file { color: var(--n19-accent-d); }

/* 뉴스형 : 대표 1건 크게 + 목록 */
.n19-blist--news .n19-bitem { border-bottom: 1px solid var(--n19-line); }
.n19-blist--news .n19-bitem__link { display: grid; grid-template-columns: 256px 1fr; gap: 32px; align-items: center; min-height: 72px; padding: 24px 0; }
.n19-blist--news .n19-bitem__img { aspect-ratio: 16 / 9; }
.n19-blist--news .n19-bitem.is-feature .n19-bitem__link { grid-template-columns: 1.15fr 1fr; gap: 48px; padding: 32px 0; }
.n19-blist--news .n19-bitem.is-feature .n19-bitem__tit { font-size: 30px; line-height: 1.3; letter-spacing: -0.025em; }
.n19-blist--news .n19-bitem.is-notice .n19-bitem__link { grid-template-columns: 1fr; padding: 20px 0; }
.n19-blist--news .n19-bitem.is-notice .n19-bitem__img, .n19-blist--news .n19-bitem.is-notice .n19-bitem__sum { display: none; }
.n19-blist--news .n19-bitem.is-notice { background: var(--n19-surface); padding: 0 20px; }
.n19-blist--news .n19-bitem__chk { left: -8px; }

/* 웹진·갤러리·제품형 */
.n19-blist--webzine, .n19-blist--card, .n19-blist--product { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px var(--n19-gap); padding-top: 32px; }
.n19-blist--webzine .n19-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 20px; }
.n19-blist--card .n19-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 18px; }
.n19-blist--product .n19-bitem__link { border: 1px solid var(--n19-line); border-radius: var(--n19-radius); padding: 16px 16px 24px; height: 100%; transition: border-color .25s, box-shadow .25s; }
.n19-blist--product .n19-bitem__link:hover { border-color: var(--n19-accent); box-shadow: 0 16px 30px rgba(10, 31, 68, .08); }
.n19-blist--product .n19-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 20px; background: #fff; }
.n19-blist--product .n19-bitem__txt { padding: 0 6px; }

/* 자료형 */
.n19-blist--file .n19-bitem { border-bottom: 1px solid var(--n19-line); }
.n19-blist--file .n19-bitem__link { display: flex; align-items: center; min-height: 72px; padding: 16px 12px; }
.n19-blist--file .n19-bitem__txt { flex: 1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; }
.n19-blist--file .n19-bitem__tit { margin: 0; font-size: 20px; -webkit-line-clamp: 1; }
.n19-blist--file .n19-bitem__meta { margin: 0; }
.n19-blist--file .n19-bitem.is-notice { background: var(--n19-surface); }
.n19-blist--file .n19-bitem__chk { left: -34px; top: 50%; transform: translateY(-50%); box-shadow: none; }

/* ---------- 상세 ---------- */
.n19-view { max-width: calc(var(--n19-max) + var(--n19-gutter) * 2); margin: 0 auto; padding: 0 var(--n19-gutter); }
.n19-view__state { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; padding: 14px 18px; border-radius: 8px; background: #fff8e6; font-size: 16px; }
.n19-view__head { padding-bottom: 28px; border-bottom: 1px solid var(--n19-line); }
.n19-view__tit { margin-top: 14px; font-size: 38px; font-weight: 700; line-height: 1.35; letter-spacing: -0.025em; color: var(--n19-strong); }
.n19-view__sub { margin-top: 8px; font-size: 20px; font-weight: 600; line-height: 1.5; color: var(--n19-accent-d); }
.n19-view__sum { margin-top: 16px; padding-left: 16px; border-left: 3px solid var(--n19-accent); font-size: 22px; line-height: 1.7; letter-spacing: -0.015em; color: var(--n19-text); }
.n19-view__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 18px; margin-top: 20px; font-size: 16px; line-height: 1.5; color: var(--n19-muted); }
.n19-view__share { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; height: 44px; padding: 0 14px; border: 1px solid var(--n19-line); border-radius: 30px; font-size: 15px; }
.n19-view__hero { margin-top: 24px; }
.n19-view__hero img { width: 100%; height: auto; border-radius: var(--n19-radius); }
.n19-view__body { margin-top: 24px; }
.n19-prose { max-width: 100%; font-size: 18px; line-height: 1.75; letter-spacing: -0.01em; color: var(--n19-text); overflow-wrap: break-word; }
.n19-prose h2 { margin: 40px 0 16px; font-size: 22px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n19-strong); }
.n19-prose h3 { margin: 32px 0 12px; font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n19-strong); }
.n19-prose p { margin: 0 0 24px; }
.n19-prose ul, .n19-prose ol { margin: 0 0 24px; padding-left: 22px; }
.n19-prose ul { list-style: disc; }
.n19-prose ol { list-style: decimal; }
.n19-prose blockquote { margin: 24px 0; padding: 18px 24px; border-left: 4px solid var(--n19-accent); background: var(--n19-surface); }
.n19-prose img { max-width: 100%; height: auto; border-radius: 8px; }
.n19-prose a { color: var(--n19-accent); text-decoration: underline; text-underline-offset: 3px; }
.n19-prose a:hover, .n19-prose a:focus-visible { color: var(--n19-accent-d); text-decoration: underline; }
.n19-prose figcaption, .n19-prose caption { margin-top: 8px; font-size: 14px; font-weight: 500; line-height: 1.4; color: var(--n19-muted); }
.n19-prose table { width: 100%; min-width: 520px; border-collapse: collapse; margin: 0 0 24px; font-size: 16px; line-height: 1.5; }
.n19-prose th, .n19-prose td { padding: 12px 14px; border: 1px solid var(--n19-line); }
.n19-prose th { background: var(--n19-surface); }
.n19-prose hr { margin: 36px 0; border: 0; border-top: 1px solid var(--n19-line); }
.n19-view__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.n19-view__tags a, .n19-view__tags span { display: block; padding: 6px 14px; background: var(--n19-surface); border-radius: 20px; font-size: 16px; color: var(--n19-muted); }
.n19-view__files { display: flex; flex-direction: column; gap: 8px; margin-top: 48px; }
.n19-file { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 12px 18px; border: 1px solid var(--n19-line); border-radius: 8px; font-size: 18px; transition: border-color .2s; }
.n19-file:hover { border-color: var(--n19-accent); }
.n19-file i { color: var(--n19-accent); font-size: 20px; }
.n19-file__name { flex: 1; min-width: 0; overflow-wrap: anywhere; color: var(--n19-strong); }
.n19-file__size { font-size: 14px; font-weight: 500; color: var(--n19-muted); }
.n19-view__ask { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 40px; padding: 26px 28px; border-radius: var(--n19-radius); background: var(--n19-accent-l); font-weight: 600; color: var(--n19-strong); }
.n19-view__nav { margin-top: 48px; border-top: 1px solid var(--n19-strong); }
.n19-view__nav a, .n19-view__nav p { display: flex; align-items: center; gap: 24px; min-height: 60px; padding: 12px 8px; border-bottom: 1px solid var(--n19-line); font-size: 18px; }
.n19-view__nav span { flex: 0 0 60px; font-size: 16px; color: var(--n19-muted); }
.n19-view__nav b { font-weight: 500; color: var(--n19-strong); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n19-view__nav p b { color: var(--n19-muted); }
.n19-view__nav a:hover b { color: var(--n19-accent-d); }
.n19-view__btns { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px; margin-top: 28px; }
.n19-view__btns > div { display: flex; flex-wrap: wrap; gap: 8px; }
.n19-related { margin-top: 80px; }
.n19-related__tit { margin-bottom: 20px; font-size: 26px; font-weight: 700; line-height: 1.3; letter-spacing: -0.025em; color: var(--n19-strong); }
.n19-related ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--n19-gap); }
.n19-related__img { overflow: hidden; border-radius: 10px; }
.n19-related__img img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.n19-related h5 { margin-top: 12px; font-size: 20px; font-weight: 700; line-height: 1.4; letter-spacing: -0.02em; color: var(--n19-strong); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n19-related time { font-size: 14px; font-weight: 500; color: var(--n19-muted); }
.n19-deny { max-width: 560px; margin: 20px auto; padding: 60px 24px; text-align: center; border: 1px solid var(--n19-line); border-radius: var(--n19-radius); }
.n19-deny i { font-size: 38px; color: var(--n19-muted); }
.n19-deny h3 { margin-top: 16px; font-size: 24px; font-weight: 700; color: var(--n19-strong); }
.n19-deny p { margin: 8px 0 24px; color: var(--n19-muted); }
.n19-preview-note { max-width: var(--n19-max); margin: 0 auto 24px; padding: 12px 18px; border-radius: 8px; background: #fff8e6; font-size: 16px; }

/* 검수 */
.n19-review { margin-top: 56px; padding: 28px; border: 1px dashed #b7791f; border-radius: var(--n19-radius); background: #fffcf4; }
.n19-review__tit { font-size: 20px; font-weight: 700; color: var(--n19-strong); }
.n19-review__form { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.n19-review__row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; }
.n19-review__row select, .n19-review__row input, .n19-review__form textarea { height: 48px; padding: 0 12px; border: 1px solid var(--n19-line); border-radius: 8px; background: #fff; }
.n19-review__form textarea { height: auto; padding: 12px; }
.n19-review__form button { align-self: flex-end; }
.n19-review__last { margin-top: 16px; font-size: 16px; }
.n19-review__last b { margin-right: 8px; }
.n19-review__sub { margin-top: 24px; font-size: 17px; font-weight: 700; color: var(--n19-strong); }
.n19-review__log { margin-top: 10px; font-size: 16px; }
.n19-review__log li { padding: 10px 0; border-bottom: 1px solid #f0e6cf; }
.n19-review__log time { margin-right: 10px; color: var(--n19-muted); font-size: 15px; }
.n19-review__log span { margin-left: 8px; }
.n19-review__log em { margin-left: 8px; font-style: normal; color: var(--n19-muted); }
.n19-review__log p { margin-top: 4px; padding-left: 12px; border-left: 2px solid #b7791f; }
.n19-review__none { margin-top: 8px; font-size: 16px; color: var(--n19-muted); }

/* ---------- 글쓰기 ---------- */
.n19-write { max-width: calc(var(--n19-max) + var(--n19-gutter) * 2); margin: 0 auto; padding: 0 var(--n19-gutter); }
.n19-write__grid { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.n19-write__side { position: sticky; top: calc(var(--n19-hd-h) + 20px); }
.n19-field { margin-bottom: 22px; }
.n19-field > label, .n19-field__label { display: block; margin-bottom: 8px; font-size: 18px; font-weight: 700; color: var(--n19-strong); }
.n19-field small { margin-left: 6px; font-size: 15px; font-weight: 400; color: var(--n19-muted); }
.n19-field small .is-over { color: var(--n19-error); font-weight: 700; }
.n19-field--row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.n19-field--row label { display: block; margin-bottom: 8px; font-size: 18px; font-weight: 700; color: var(--n19-strong); }
.n19-req { color: var(--n19-error); }
.n19-input { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--n19-line); border-radius: 8px; background: #fff; color: var(--n19-strong); font-size: 18px; transition: border-color .2s; }
.n19-input:focus { border-color: var(--n19-accent); outline: none; box-shadow: 0 0 0 3px var(--n19-accent-l); }
textarea.n19-input { resize: vertical; line-height: 1.6; }
input[type="file"].n19-input { padding: 10px; }
.n19-editor { border-radius: 8px; }
.n19-filebox { display: grid; grid-template-columns: 110px 1fr 1fr; align-items: center; gap: 10px; margin-bottom: 10px; font-size: 16px; }
.n19-filebox__del { grid-column: 2 / 4; font-size: 15px; color: var(--n19-muted); }
#autosave_wrapper { position: relative; display: flex; gap: 8px; }
#autosave_wrapper .n19-input { flex: 1; }
#autosave_pop { display: none; position: absolute; right: 0; top: 54px; z-index: 10; width: 320px; padding: 14px; background: #fff; border: 1px solid var(--n19-line); border-radius: 8px; box-shadow: 0 10px 24px rgba(0, 0, 0, .1); font-size: 16px; }
#autosave_pop li { display: flex; justify-content: space-between; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--n19-line); }
.n19-pub { padding: 26px; border: 1px solid var(--n19-line); border-radius: var(--n19-radius); background: var(--n19-surface); }
.n19-pub .n19-field { margin-bottom: 16px; }
.n19-pub__now { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--n19-line); font-size: 16px; font-weight: 700; }
.n19-pub__chk { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 16px; font-size: 18px; }
.n19-pub__seo { margin-bottom: 16px; }
.n19-pub__seo summary { cursor: pointer; margin-bottom: 12px; font-size: 18px; font-weight: 700; color: var(--n19-strong); }
.n19-pub__memo { margin-bottom: 16px; padding: 12px; border-radius: 8px; background: #fff0f0; font-size: 16px; }
.n19-pub__memo b { display: block; color: var(--n19-error); }
.n19-pub__btns { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.n19-pub__btns .n19-btn { padding: 0 10px; }
.n19-pub__cancel { display: block; margin-top: 12px; text-align: center; font-size: 15px; color: var(--n19-muted); text-decoration: underline; }

/* 문의 */
.n19-write--contact { max-width: 900px; }
.n19-write__lead { margin-bottom: 28px; padding: 18px 22px; border-radius: 8px; background: var(--n19-surface); font-size: 17px; }
.n19-cform { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
.n19-cform__full { grid-column: 1 / -1; }
.n19-radios { display: flex; flex-wrap: wrap; gap: 8px; }
.n19-radios label { position: relative; }
.n19-radios input { position: absolute; opacity: 0; }
.n19-radios span { display: flex; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--n19-line); border-radius: 8px; font-size: 17px; cursor: pointer; }
.n19-radios input:checked + span { border-color: var(--n19-accent); background: var(--n19-accent-l); color: var(--n19-accent-d); font-weight: 700; }
.n19-radios input:focus-visible + span { outline: 2px solid var(--n19-accent); outline-offset: 2px; }
.n19-agree { margin-top: 10px; }
.n19-agree__tit { font-size: 17px; font-weight: 700; color: var(--n19-strong); }
.n19-agree__box { margin-top: 8px; padding: 16px 18px; max-height: 140px; overflow-y: auto; border: 1px solid var(--n19-line); border-radius: 8px; font-size: 16px; line-height: 1.8; color: var(--n19-muted); }
.n19-agree__chk { display: inline-flex; gap: 8px; margin-top: 12px; font-size: 17px; font-weight: 600; }
.n19-cform__btns { display: flex; justify-content: center; gap: 10px; margin-top: 36px; }
.n19-cform__btns .n19-btn { min-width: 160px; }
.n19-cinfo { display: grid; grid-template-columns: 1fr 1fr; margin-top: 24px; border-top: 1px solid var(--n19-strong); }
.n19-cinfo div { display: flex; gap: 16px; padding: 14px 8px; border-bottom: 1px solid var(--n19-line); font-size: 17px; }
.n19-cinfo dt { flex: 0 0 70px; font-weight: 700; color: var(--n19-strong); }
.n19-answer { margin-top: 48px; padding: 28px; border-radius: var(--n19-radius); background: var(--n19-surface); }
.n19-answer__tit { font-size: 20px; font-weight: 700; color: var(--n19-strong); }
.n19-answer__none { margin-top: 10px; color: var(--n19-muted); font-size: 17px; }
.n19-answer__item { margin-top: 16px; padding: 20px; background: #fff; border-radius: 10px; border-left: 3px solid var(--n19-accent); }
.n19-answer__meta { display: flex; gap: 12px; font-size: 15px; color: var(--n19-muted); }
.n19-answer__meta b { color: var(--n19-accent-d); }
.n19-answer__meta a { margin-left: auto; text-decoration: underline; }
.n19-answer__txt { margin-top: 10px; font-size: 18px; line-height: 1.8; }
.n19-answer__form { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; margin-top: 18px; }
.n19-tbl--list th { width: auto; text-align: center; }
.n19-tbl--list td { height: 72px; text-align: center; font-size: 16px; }
.n19-tbl--list .n19-tbl__tit { text-align: left; }
.n19-tbl--list .n19-tbl__tit i { margin-right: 4px; color: var(--n19-muted); font-size: 14px; }
.n19-tbl--list .n19-tbl__tit a:hover { color: var(--n19-accent-d); }

/* FAQ */
.n19-faq { border-top: 2px solid var(--n19-strong); }
.n19-faq__item { border-bottom: 1px solid var(--n19-line); scroll-margin-top: 120px; }
.n19-faq__q { display: flex; align-items: center; gap: 14px; width: 100%; min-height: 72px; padding: 16px 12px; text-align: left; font-size: 20px; font-weight: 600; line-height: 1.4; color: var(--n19-strong); }
.n19-faq__q > b, .n19-faq__a > b { flex: 0 0 36px; display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; font-size: 17px; }
.n19-faq__q > b { background: var(--n19-primary); color: #fff; }
.n19-faq__txt { flex: 1; }
.n19-faq__q i { font-size: 15px; color: var(--n19-muted); transition: transform .25s; }
.n19-faq__item.is-open .n19-faq__q i { transform: rotate(180deg); }
.n19-faq__a { display: none; gap: 14px; padding: 4px 12px 28px; }
.n19-faq__item.is-open .n19-faq__a { display: flex; flex-wrap: wrap; }
.n19-faq__a > b { background: var(--n19-accent-l); color: var(--n19-accent-d); }
.n19-faq__a .n19-prose { flex: 1; min-width: 0; padding: 18px 22px; border-radius: 10px; background: var(--n19-surface); font-size: 18px; }
.n19-faq__adm { flex-basis: 100%; text-align: right; font-size: 15px; text-decoration: underline; }
.n19-faq__more { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 48px; padding: 28px 32px; border-radius: var(--n19-radius); background: var(--n19-primary); color: #fff; font-size: 20px; font-weight: 600; }

/* 통합검색 */
.n19-srch__form { display: flex; gap: 10px; max-width: 680px; margin: 0 auto 40px; }
.n19-srch__form input { flex: 1; height: 54px; padding: 0 18px; border: 2px solid var(--n19-primary); border-radius: 50px; font-size: 18px; }
.n19-srch__sum { margin-bottom: 24px; font-size: 18px; }
.n19-srch__sum b { color: var(--n19-accent-d); }
.n19-srch__grp { margin-top: 40px; }
.n19-srch__grp h4 { padding-bottom: 12px; border-bottom: 2px solid var(--n19-strong); font-size: 24px; font-weight: 700; color: var(--n19-strong); }
.n19-srch__grp h4 small { margin-left: 6px; font-size: 16px; color: var(--n19-accent-d); }
.n19-srch__grp li a { display: block; padding: 18px 4px; border-bottom: 1px solid var(--n19-line); }
.n19-srch__grp li b { font-size: 20px; line-height: 1.4; color: var(--n19-strong); }
.n19-srch__grp li p { margin-top: 4px; font-size: 16px; color: var(--n19-muted); }
.n19-srch__grp li time { font-size: 14px; font-weight: 500; color: var(--n19-muted); }
.n19-srch__grp .n19-more { margin-top: 14px; }

/* 회원·기본 화면이 테마 안에서 보일 때 여백 */
.is-sub #mb_login, .is-sub #register_form, .is-sub #fregister, .is-sub .mbskin, .is-sub #ctt { max-width: calc(760px + var(--n19-gutter) * 2); margin: 0 auto 40px; padding: 0 var(--n19-gutter); }

/* ---------- 반응형 : Tablet 768~1279 / Mobile 767 이하 ---------- */
@media (max-width: 1279px) {
  .n19-sec { padding: 100px 0; }
  .n19-sectit__tit { font-size: 30px; }
  .n19-sectit__desc { font-size: 20px; }
  .n19-h4 { font-size: 30px; }
  .n19-blist--webzine, .n19-blist--card, .n19-blist--product { grid-template-columns: repeat(2, 1fr); }
  .n19-bitem__tit { font-size: 22px; }
  .n19-blist--news .n19-bitem.is-feature .n19-bitem__tit { font-size: 26px; }
  .n19-view__tit { font-size: 32px; }
  .n19-view__sum { font-size: 20px; }
  .n19-write__grid { grid-template-columns: 1fr 300px; gap: 28px; }
  .n19-srch__grp h4 { font-size: 22px; }
}
@media (max-width: 1023px) {
  .n19-write__grid { grid-template-columns: 1fr; }
  .n19-write__side { position: static; }
}
@media (max-width: 767px) {
  .n19-sec { padding: 72px 0; }
  .n19-sectit { margin-bottom: 36px; }
  .n19-sectit__tit { font-size: 26px; }
  .n19-sectit__desc { font-size: 19px; }
  .n19-h4 { font-size: 26px; }
  .n19-bhead { flex-direction: column; align-items: stretch; }
  .n19-cate ul { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .n19-cate a { white-space: nowrap; }
  .n19-bsearch { margin-left: 0; flex-wrap: wrap; }
  .n19-bsearch input { flex: 1; width: auto; min-width: 0; }
  .n19-bsearch select { flex: 0 0 auto; }
  .n19-bitem__tit { font-size: 20px; }
  .n19-bitem__sum { font-size: 17px; }
  .n19-blist--news .n19-bitem__link, .n19-blist--news .n19-bitem.is-feature .n19-bitem__link { grid-template-columns: 112px 1fr; gap: 16px; min-height: 68px; padding: 18px 0; }
  .n19-blist--news .n19-bitem.is-feature .n19-bitem__link { grid-template-columns: 1fr; }
  .n19-blist--news .n19-bitem.is-feature .n19-bitem__tit { font-size: 22px; }
  .n19-blist--news .n19-bitem:not(.is-feature) .n19-bitem__sum { display: none; }
  .n19-blist--webzine, .n19-blist--card, .n19-blist--product { grid-template-columns: 1fr; gap: 36px; }
  .n19-blist--file .n19-bitem__link { min-height: 68px; }
  .n19-blist--file .n19-bitem__txt { grid-template-columns: 1fr; gap: 6px; }
  .n19-blist--file .n19-bitem__tit { font-size: 18px; -webkit-line-clamp: 2; }
  .n19-blist--file .n19-bitem__chk { position: static; transform: none; margin: 10px 0 0; }
  .n19-view__tit { font-size: 26px; }
  .n19-view__sum { font-size: 19px; }
  .n19-view__meta { gap: 4px 12px; font-size: 15px; }
  .n19-view__share { margin-left: 0; }
  .n19-prose { font-size: 17px; }
  .n19-prose h2 { font-size: 20px; }
  .n19-prose h3 { font-size: 19px; }
  .n19-prose table { font-size: 15px; }
  .n19-view__ask, .n19-faq__more { flex-direction: column; align-items: flex-start; }
  .n19-view__nav span { flex-basis: 48px; font-size: 15px; }
  .n19-view__nav a, .n19-view__nav p { font-size: 17px; }
  .n19-related ul { grid-template-columns: 1fr; }
  .n19-related h5 { font-size: 20px; }
  .n19-field--row, .n19-cform, .n19-cinfo { grid-template-columns: 1fr; }
  .n19-filebox { grid-template-columns: 1fr; }
  .n19-filebox__del { grid-column: auto; }
  #autosave_wrapper { flex-direction: column; }
  .n19-faq__q { min-height: 68px; padding: 14px 4px; font-size: 18px; gap: 10px; }
  .n19-faq__q .n19-label { display: none; }
  .n19-faq__a { padding: 0 4px 20px; }
  .n19-faq__a > b { display: none; }
  .n19-faq__a .n19-prose { font-size: 17px; }
  .n19-tbl--list .n19-hide-m { display: none; }
  .n19-tbl--list td { height: 68px; }
  .n19-srch__form input { height: 48px; }
  .n19-srch__grp h4 { font-size: 20px; }
  .n19-srch__grp li b { font-size: 18px; }
}

/* 게시판 목록 형태 추가 (갤러리형2·3, 웹진형2) */
.n19-blist--card2, .n19-blist--card3, .n19-blist--webzine2 { display: grid; gap: 40px var(--n19-gap); padding-top: 32px; }
.n19-blist--card2 { grid-template-columns: repeat(4, 1fr); }
.n19-blist--card2 .n19-bitem__link { position: relative; display: block; overflow: hidden; border-radius: var(--n19-radius); }
.n19-blist--card2 .n19-bitem__img { aspect-ratio: 1 / 1; border-radius: 0; }
.n19-blist--card2 .n19-bitem__txt { position: absolute; left: 0; right: 0; bottom: 0; padding: 60px 20px 20px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); }
.n19-blist--card2 .n19-bitem__tit, .n19-blist--card2 .n19-bitem__meta { color: #fff; }
.n19-blist--card2 .n19-bitem__link:hover .n19-bitem__tit { color: #fff; }
.n19-blist--card3 { grid-template-columns: repeat(2, 1fr); }
.n19-blist--card3 .n19-bitem__img { aspect-ratio: 16 / 9; margin-bottom: 20px; }
.n19-blist--webzine2 { grid-template-columns: repeat(2, 1fr); }
.n19-blist--webzine2 .n19-bitem__link { display: grid; grid-template-columns: 42% 1fr; gap: 24px; align-items: center; padding: 20px; border: 1px solid var(--n19-line); border-radius: var(--n19-radius); height: 100%; }
.n19-blist--webzine2 .n19-bitem__img { aspect-ratio: 4 / 3; }

@media (max-width: 1240px) { .n19-blist--card2 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 1000px) { .n19-blist--card2 { grid-template-columns: repeat(2, 1fr); } .n19-blist--card3, .n19-blist--webzine2 { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .n19-blist--card2 { grid-template-columns: 1fr 1fr; gap: 12px; } .n19-blist--webzine2 .n19-bitem__link { grid-template-columns: 1fr; } }



/* ==========================================================
   neroweb19 여성의원 : 메인 · 서브 (벤치마킹 디자인 정의서)
   ========================================================== */
.n19-container { padding-top: 0; }
.n19-notice ~ .n19-container .n19-svisual { padding-top: calc(var(--n19-notice-h) + var(--n19-hd-top) + var(--n19-hd-h) + 33px); }
body.is-notice-off .n19-notice ~ .n19-container .n19-svisual { padding-top: calc(var(--n19-hd-top) + var(--n19-hd-h) + 33px); }
.n19-head { margin-bottom: 64px; }
.n19-head--center { text-align: center; }
.n19-head--center .n19-head__ko { margin-left: auto; margin-right: auto; }
.n19-head__en { font-family: var(--n19-display); font-size: 64px; font-weight: 400; line-height: 1.08; letter-spacing: -0.02em; color: var(--n19-ink); }
.n19-head__en--gold { color: var(--n19-gold); }
.n19-head--w .n19-head__en { color: #fff; }
.n19-head__ko { max-width: 720px; margin-top: 18px; font-family: var(--n19-serif); font-size: 24px; font-weight: 400; line-height: 1.5; letter-spacing: -0.03em; color: var(--n19-ink); }
.n19-head--w .n19-head__ko { color: rgba(255, 255, 255, .86); }
.n19-h3 { font-family: var(--n19-serif); font-size: 36px; font-weight: 400; line-height: 1.35; letter-spacing: -0.03em; color: var(--n19-ink); }
.n19-empty { padding: 60px 0; text-align: center; color: var(--n19-gray); }
.n19-btn { border-radius: 999px; font-weight: 500; }
.n19-btn--point { background: var(--n19-primary); color: #fff; }
.n19-btn--point:hover { background: var(--n19-primary-dark); }
.n19-btn--line { border: 1px solid var(--n19-ink); color: var(--n19-ink); background: transparent; }
.n19-btn--line:hover { background: var(--n19-ink); color: #fff; }
.n19-btn--white { background: #fff; color: var(--n19-ink); }
.n19-btn--white:hover { background: var(--n19-gold); color: #fff; }
.n19-btn i { transition: transform .2s; }
.n19-btn:hover i { transform: translateX(4px); }

/* Hero (정의서 8.7~8.14) : 미디어 / 세로선 / 타이틀 / 설명 / 컨트롤 / 미니 배너 */
/* 히어로는 제자리에 머무르고, 다음 구역이 그 위를 덮으며 올라옵니다 */
.n19-hero { position: sticky; top: 0; z-index: 0; height: 100vh; min-height: 640px; background: #EDE9E4; overflow: hidden; }
.n19-hero__cover { position: absolute; inset: 0; z-index: 6; background: rgba(31, 27, 34, calc(var(--n19-cover, 0) * .5)); pointer-events: none; }
/* 히어로 다음 구역은 모두 히어로 위층에 그려집니다 */
.n19-hero ~ section, .n19-hero ~ div, .n19-container > section:not(.n19-hero) { position: relative; z-index: 1; }
.n19-hero__slider, .n19-hero .swiper-wrapper, .n19-hero__slide { height: 100%; }
.n19-hero__slider { position: absolute; inset: 0; z-index: 0; }
.n19-hero__media { position: absolute; inset: 0; z-index: 0; opacity: 0; transform: scale(1.04); transition: opacity 1.2s var(--n19-ease), transform 1.4s var(--n19-ease); }
.swiper-slide-active .n19-hero__media { opacity: 1; transform: none; }
.n19-hero__media img, .n19-hero__media video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.n19-hero__media video { position: absolute; inset: 0; z-index: 1; opacity: 0; transition: opacity .6s; }
.n19-hero__media video.is-play { opacity: 1; }
.n19-hero__dim { position: absolute; inset: 0; z-index: 2; }
.n19-hero__dim::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31, 27, 34, .45) 0%, rgba(31, 27, 34, .12) 46%, rgba(31, 27, 34, .3) 100%), linear-gradient(0deg, rgba(31, 27, 34, .35) 0%, rgba(31, 27, 34, 0) 45%); }
.n19-focus-left img, .n19-focus-left video { object-position: 25% center; }
.n19-focus-right img, .n19-focus-right video { object-position: 75% center; }

.n19-hero__lines { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.n19-hero__line { position: absolute; top: 0; bottom: 0; width: 1px; background: rgba(255, 255, 255, .6); box-shadow: 0 0 10px rgba(31, 27, 34, .25); transform: scaleY(0); transition: transform .7s var(--n19-ease) .35s; }
.n19-hero__line--l { left: 31.615%; transform-origin: top center; }
.n19-hero__line--r { left: 68.333%; transform-origin: bottom center; transition-delay: .5s; }
.n19-hero.is-ready .n19-hero__line { transform: scaleY(1); }

.n19-hero__titles { position: absolute; left: 107px; bottom: 100px; z-index: 2; max-width: 46%; color: #fff; text-shadow: 0 2px 20px rgba(31, 27, 34, .35); }
.n19-hero__txt { position: absolute; left: 0; bottom: 0; width: 100%; visibility: hidden; }
.n19-hero__txt.is-on { position: relative; visibility: visible; }
.n19-hero__txt > * { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .8s var(--n19-ease); }
.n19-hero__txt.is-on > :nth-child(1) { transition-delay: .55s; }
.n19-hero__txt.is-on > :nth-child(2) { transition-delay: .65s; }
.n19-hero__txt.is-on > :nth-child(3) { transition-delay: .75s; }
.n19-hero__txt.is-on > :nth-child(4) { transition-delay: .85s; }
.n19-hero__txt.is-on > :nth-child(5) { transition-delay: .95s; }
.n19-hero.is-ready .n19-hero__txt.is-on > * { opacity: 1; transform: none; }
.n19-hero__eyebrow { font-family: var(--n19-display); font-size: 20px; letter-spacing: .14em; color: var(--n19-gold-light); }
.n19-hero__ko { margin-top: 16px; font-family: var(--n19-serif); font-size: 40px; font-weight: 400; line-height: 1.2; letter-spacing: -0.06em; }
.n19-hero__en1 { font-family: var(--n19-display); font-size: 160px; font-weight: 300; line-height: 1; letter-spacing: -0.05em; }
.n19-hero__en2 { font-family: var(--n19-display); font-size: 80px; font-weight: 300; line-height: 1.05; letter-spacing: -0.04em; color: rgba(255, 255, 255, .82); }
.n19-hero__titles .n19-btn { margin-top: 30px; }

.n19-hero__descs { position: absolute; left: calc(100% - 484px); top: 340px; z-index: 2; width: 237px; max-width: 237px; color: #fff; text-shadow: 0 2px 16px rgba(31, 27, 34, .5); }
.n19-hero__desc { position: absolute; left: 0; top: 0; width: 237px; font-size: 18px; font-weight: 400; line-height: 1.3; letter-spacing: -0.03em; opacity: 0; transition: opacity .5s ease .95s; }
.n19-hero.is-ready .n19-hero__desc.is-on { opacity: 1; }

.n19-hero__ctrl { position: absolute; right: 266px; bottom: 44px; z-index: 4; display: flex; align-items: center; gap: 16px; opacity: 0; transition: opacity .5s ease 1s; }
.n19-hero.is-ready .n19-hero__ctrl { opacity: 1; }
.n19-hero__bullets { display: flex; gap: 8px; }
.n19-hero__bullets button { position: relative; width: 16px; height: 16px; border-radius: 50%; border: 1px solid transparent; }
.n19-hero__bullets button::after { content: ""; position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; margin: -4.5px 0 0 -4.5px; border-radius: 50%; background: rgba(255, 255, 255, .5); transition: background .2s; }
.n19-hero__bullets button.is-on { border-color: #fff; }
.n19-hero__bullets button.is-on::after { background: #fff; }
.n19-hero__play { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .5); color: #fff; font-size: 11px; }

/* 오른쪽 미니 배너 (정의서 8.13) */
.n19-hbanner { position: absolute; right: 266px; bottom: 94px; z-index: 5; display: flex; align-items: center; gap: 14px; width: 390px; padding: 14px 14px 14px 16px; border-radius: 14px; background: #fff; box-shadow: 0 16px 40px rgba(31, 27, 34, .18); opacity: 0; transform: translateY(16px); transition: all .6s var(--n19-ease) 1.15s; }
.n19-hero.is-ready .n19-hbanner { opacity: 1; transform: none; }
.n19-hbanner__view { position: relative; flex: 1; min-width: 0; height: 92px; }
.n19-hbanner__item { position: absolute; inset: 0; display: flex; align-items: center; gap: 14px; opacity: 0; visibility: hidden; transition: opacity .45s var(--n19-ease); }
.n19-hbanner__item.is-on { opacity: 1; visibility: visible; }
.n19-hbanner__thumb { flex: 0 0 137px; width: 137px; height: 92px; border-radius: 8px; overflow: hidden; background: var(--n19-beige); }
.n19-hbanner__thumb img { width: 100%; height: 100%; object-fit: cover; }
.n19-hbanner__txt { min-width: 0; }
.n19-hbanner__txt em { font-style: normal; font-size: 13px; font-weight: 600; color: var(--n19-primary); }
.n19-hbanner__txt strong { display: -webkit-box; margin-top: 6px; font-size: 16px; font-weight: 500; line-height: 1.4; color: var(--n19-ink); -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n19-hbanner__num { flex: 0 0 auto; font-family: var(--n19-display); font-size: 15px; color: var(--n19-gray); }
.n19-hbanner__num b { color: var(--n19-ink); }
.n19-hbanner__num span { margin: 0 3px; }
.n19-hbanner__nav { flex: 0 0 32px; display: flex; flex-direction: column; gap: 4px; }
.n19-hbanner__nav button { width: 32px; height: 32px; border-radius: 8px; background: var(--n19-beige); color: var(--n19-ink); font-size: 12px; transition: background .2s, color .2s; }
.n19-hbanner__nav button:hover { background: var(--n19-primary); color: #fff; }

/* Why Choose Us */
.n19-reason { position: relative; z-index: 1; padding: 150px 0 140px; border-radius: var(--n19-radius-top) var(--n19-radius-top) 0 0; margin-top: -60px; background: var(--n19-primary-dark); color: #fff; overflow: hidden; }
.n19-reason__glow { position: absolute; left: 8%; top: 12%; width: 345px; height: 345px; border-radius: 50%; background: rgba(180, 134, 68, .32); filter: blur(100px); animation: n19Glow 4s ease-in-out infinite; }
.n19-reason__glow--2 { left: auto; right: 6%; top: 52%; background: rgba(144, 112, 175, .4); animation-delay: 1.4s; }
@keyframes n19Glow { 0%, 100% { transform: scale(1); } 50% { transform: scale(.45); } }
.n19-reasons { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px 40px; }
.n19-reasons li { padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, .22); }
.n19-reasons__no { font-family: var(--n19-display); font-size: 17px; color: var(--n19-gold-light); }
.n19-reasons__no em { font-style: normal; color: rgba(255, 255, 255, .45); }
.n19-reasons__key { display: inline-block; margin-left: 12px; padding: 3px 12px; border-radius: 999px; background: rgba(255, 255, 255, .14); font-size: 14px; }
.n19-reasons h3 { margin-top: 20px; font-size: 30px; font-weight: 500; line-height: 1.25; letter-spacing: -0.03em; color: #fff; }
.n19-reasons p { margin-top: 16px; font-size: 18px; font-weight: 300; line-height: 1.55; color: rgba(255, 255, 255, .72); }

/* Special Clinic */
.n19-clinic { position: relative; z-index: 1; padding: 150px 0; background: var(--n19-ivory); }
.n19-clinic__group + .n19-clinic__group { margin-top: 80px; }
.n19-clinic__grid { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 400px; gap: 20px; }
.n19-clinic__intro { display: flex; flex-direction: column; justify-content: center; padding: 10px 20px 10px 0; }
.n19-clinic__en { font-family: var(--n19-display); font-size: 22px; letter-spacing: .08em; color: var(--n19-primary-light); }
.n19-clinic__ko { margin-top: 10px; font-family: var(--n19-serif); font-size: 56px; font-weight: 400; line-height: 1.15; letter-spacing: -0.05em; color: var(--n19-ink); }
.n19-clinic__desc { margin: 20px 0 30px; font-size: 17px; line-height: 1.65; color: var(--n19-gray); }
.n19-clinic__intro .n19-btn { align-self: flex-start; }
.n19-ccard { position: relative; display: block; height: 100%; padding: 52px 42px 42px; border-radius: var(--n19-radius); background: var(--n19-primary); color: #fff; overflow: hidden; }
.n19-ccard__base { position: relative; z-index: 2; display: block; transition: opacity .55s var(--n19-ease); }
.n19-ccard__sub { display: block; font-family: var(--n19-display); font-size: 20px; color: rgba(255, 255, 255, .7); }
.n19-ccard__name { display: block; margin-top: 10px; font-family: var(--n19-serif); font-size: 32px; font-weight: 400; }
.n19-ccard__items { display: block; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .2); font-size: 16px; color: rgba(255, 255, 255, .78); }
.n19-ccard__media { position: absolute; right: 30px; bottom: 30px; z-index: 1; width: 140px; height: 140px; border-radius: 8px; overflow: hidden; transition: right .8s var(--n19-ease), bottom .8s var(--n19-ease), width .8s var(--n19-ease), height .8s var(--n19-ease), border-radius .8s; }
.n19-ccard__media img { width: 100%; height: 100%; object-fit: cover; }
.n19-ccard__media::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .45); opacity: 0; transition: opacity .6s; }
.n19-ccard__over { position: absolute; left: 42px; right: 42px; bottom: 42px; z-index: 3; opacity: 0; transform: translateY(10px); transition: all .6s var(--n19-ease); }
.n19-ccard__over strong { display: block; font-family: var(--n19-serif); font-size: 30px; font-weight: 400; }
.n19-ccard__over span { display: block; margin-top: 12px; font-size: 17px; line-height: 1.6; color: rgba(255, 255, 255, .88); }
.n19-ccard__over em { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-top: 22px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .6); font-style: normal; }
.n19-ccard:hover .n19-ccard__media, .n19-ccard:focus-visible .n19-ccard__media { right: 0; bottom: 0; width: 100%; height: 100%; border-radius: 0; }
.n19-ccard:hover .n19-ccard__media::after, .n19-ccard:focus-visible .n19-ccard__media::after { opacity: 1; }
.n19-ccard:hover .n19-ccard__base, .n19-ccard:focus-visible .n19-ccard__base { opacity: 0; }
.n19-ccard:hover .n19-ccard__over, .n19-ccard:focus-visible .n19-ccard__over { opacity: 1; transform: none; }

/* Treatment System */
.n19-system { padding: 150px 0; background: var(--n19-primary-dark); color: #fff; }
.n19-system__in { display: grid; grid-template-columns: 420px 1fr; gap: 80px; align-items: start; }
.n19-system__side .n19-head__en { font-size: 60px; }
.n19-system__lead { margin: 24px 0 32px; font-family: var(--n19-serif); font-size: 24px; line-height: 1.5; color: rgba(255, 255, 255, .88); }
.n19-system__list li { border-bottom: 1px solid rgba(255, 255, 255, .18); }
.n19-system__btn { position: relative; display: grid; grid-template-columns: 70px 200px 1fr 40px; align-items: center; gap: 20px; width: 100%; padding: 34px 0; text-align: left; color: #fff; }
.n19-system__btn::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: var(--n19-gold); transform: scaleX(0); transform-origin: left; transition: transform .55s var(--n19-ease); }
.n19-system__list li.is-on .n19-system__btn::after, .n19-system__btn:hover::after { transform: scaleX(1); }
.n19-system__no { font-family: var(--n19-display); font-size: 24px; color: var(--n19-gold-light); }
.n19-system__en { font-family: var(--n19-display); font-size: 20px; color: rgba(255, 255, 255, .6); }
.n19-system__tit { font-size: 26px; font-weight: 400; line-height: 1.35; letter-spacing: -0.02em; }
.n19-system__btn i { opacity: 0; color: var(--n19-gold); transition: opacity .3s, transform .3s; }
.n19-system__list li.is-on .n19-system__btn i, .n19-system__btn:hover i { opacity: 1; transform: translateX(4px); }
.n19-system__list li.is-on .n19-system__tit, .n19-system__btn:hover .n19-system__tit { color: var(--n19-gold-light); }
.n19-system__panel { display: none; grid-template-columns: 340px 1fr; gap: 36px; align-items: center; padding: 0 0 40px; }
.n19-system__list li.is-on .n19-system__panel { display: grid; }
.n19-system__panel img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--n19-radius); }
.n19-system__panel p { font-size: 18px; font-weight: 300; line-height: 1.7; color: rgba(255, 255, 255, .78); }

/* Care Story */
.n19-care { background: var(--n19-care-bg); }
.n19-care__track { height: 300vh; }
.n19-care__sticky { position: sticky; top: 0; display: flex; align-items: center; height: 100vh; min-height: 720px; }
.n19-care__in { display: grid; grid-template-columns: 1fr 480px; gap: 80px; align-items: center; width: 100%; }
.n19-care__txt { position: relative; }
.n19-care__step { display: none; }
.n19-care__step.is-on { display: block; animation: n19Fade .7s var(--n19-ease); }
@keyframes n19Fade { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.n19-care__en { margin-top: 30px; font-family: var(--n19-display); font-style: italic; font-size: 88px; font-weight: 300; line-height: 1.05; color: var(--n19-primary); }
.n19-care__ko { margin-top: 10px; font-family: var(--n19-serif); font-size: 40px; font-weight: 400; color: var(--n19-ink); }
.n19-care__desc { margin-top: 18px; font-size: 18px; line-height: 1.7; color: var(--n19-gray); }
.n19-care__nums { display: flex; gap: 14px; margin-top: 40px; font-family: var(--n19-display); font-size: 18px; color: rgba(17, 17, 17, .3); }
.n19-care__nums li.is-on { color: var(--n19-gold); }
.n19-care__imgs { position: relative; aspect-ratio: 3 / 4; }
.n19-care__imgs figure { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.02); transition: opacity .7s var(--n19-ease), transform .7s var(--n19-ease); }
.n19-care__imgs figure.is-on { opacity: 1; transform: none; }
.n19-care__imgs img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--n19-radius); }
.n19-care__imgs figcaption { position: absolute; left: 24px; bottom: 24px; padding: 10px 20px; border-radius: 999px; background: rgba(255, 255, 255, .92); font-size: 16px; color: var(--n19-ink); }

/* Event & Package */
.n19-event { padding: 150px 0; background: var(--n19-primary); color: #fff; }
.n19-event__in { display: grid; grid-template-columns: 380px 1fr; gap: 70px; align-items: start; }
.n19-event__side .n19-head__en { font-size: 58px; color: #fff; }
.n19-event__lead { margin: 20px 0 30px; font-family: var(--n19-serif); font-size: 22px; color: rgba(255, 255, 255, .85); }
.n19-event__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.n19-event__img { display: block; border-radius: 16px; overflow: hidden; }
.n19-event__img img { width: 100%; aspect-ratio: 311 / 450; object-fit: cover; transition: transform .6s var(--n19-ease); }
.n19-event__list a:hover .n19-event__img img { transform: scale(1.05); }
.n19-event__badge { display: inline-block; margin-top: 18px; padding: 5px 12px; border-radius: 999px; background: rgba(255, 255, 255, .16); font-size: 14px; }
.n19-event__list strong { display: block; margin-top: 12px; font-size: 20px; font-weight: 500; line-height: 1.35; color: #fff; }
.n19-event__sum { display: block; margin-top: 8px; font-size: 16px; color: rgba(255, 255, 255, .72); }

/* Medical Column */
.n19-column { padding: 150px 0; background: #fff; }
.n19-column__list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.n19-column__list a { position: relative; display: block; height: 100%; min-height: 380px; padding: 40px 30px; border: 1px solid var(--n19-line); border-radius: var(--n19-radius); overflow: hidden; transition: background .45s var(--n19-ease), border-color .45s, box-shadow .45s; }
.n19-column__img { position: absolute; right: -10%; top: 12%; width: 80%; opacity: 0; transform: translateY(0) rotate(0); transition: all .55s var(--n19-ease); }
.n19-column__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 12px; }
.n19-column__cat { position: relative; z-index: 2; display: block; font-size: 14px; font-weight: 600; color: var(--n19-primary); }
.n19-column__list strong { position: relative; z-index: 2; display: -webkit-box; margin-top: 14px; font-family: var(--n19-serif); font-size: 24px; font-weight: 400; line-height: 1.4; color: var(--n19-ink); -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.n19-column__sum { position: relative; z-index: 2; display: -webkit-box; margin-top: 14px; font-size: 16px; line-height: 1.6; color: var(--n19-gray); -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.n19-column__list time { position: absolute; left: 30px; bottom: 34px; z-index: 2; font-size: 14px; color: var(--n19-gray); }
.n19-column__list a:hover, .n19-column__list a:focus-visible { background: var(--n19-primary-dark); border-color: var(--n19-primary-dark); box-shadow: 0 20px 40px rgba(72, 46, 98, .25); }
.n19-column__list a:hover .n19-column__img { opacity: 1; transform: translateY(-40px) rotate(-8deg); }
.n19-column__list a:hover strong, .n19-column__list a:hover .n19-column__sum { color: #fff; }
.n19-column__list a:hover .n19-column__cat { color: var(--n19-gold-light); }
.n19-column__list a:hover time { color: rgba(255, 255, 255, .7); }
.n19-news { display: grid; grid-template-columns: 240px 1fr; gap: 60px; align-items: center; margin-top: 90px; padding-top: 60px; border-top: 1px solid var(--n19-line); }
.n19-news__tit { font-family: var(--n19-display); font-size: 44px; color: var(--n19-ink); }
.n19-news__list li + li { border-top: 1px solid var(--n19-line); }
.n19-news__list a { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 30px; padding: 26px 0; transition: opacity .2s; }
.n19-news__list a:hover { opacity: .65; }
.n19-news__badge { display: inline-block; padding: 4px 8px; border-radius: 999px; border: 1px solid var(--n19-line); font-size: 14px; color: var(--n19-primary); text-align: center; }
.n19-news__subject { font-size: 20px; color: var(--n19-ink); }
.n19-news__list time { font-size: 14px; color: var(--n19-gray); }

/* Value Statement */
.n19-value { padding: 150px 0; background: var(--n19-ivory); }
.n19-value__board { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.n19-value__board li { position: relative; aspect-ratio: 308 / 431; border-radius: 10px; overflow: hidden; transition-delay: var(--n19-delay, 0s); }
.n19-value__board img { width: 100%; height: 100%; object-fit: cover; }
.n19-value__board li::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(17, 17, 17, .3) 0%, rgba(17, 17, 17, .08) 45%, rgba(17, 17, 17, .55) 100%); }
.n19-value__letter { position: absolute; left: 0; right: 0; top: 34px; z-index: 2; font-family: var(--n19-display); font-size: 68px; font-weight: 300; color: #fff; text-align: center; }
.n19-value__txt { position: absolute; left: 0; right: 0; bottom: 28px; z-index: 2; text-align: center; color: #fff; }
.n19-value__txt b { display: block; font-family: var(--n19-display); font-size: 22px; font-weight: 400; }
.n19-value__txt em { display: block; margin-top: 4px; font-style: normal; font-size: 16px; color: rgba(255, 255, 255, .85); }

/* Location */
.n19-loc { padding: 150px 0 160px; background: #fff; }
.n19-loc__card { display: grid; grid-template-columns: 1.1fr 1fr; max-width: 1150px; margin: 0 auto; border: 1px solid rgba(0, 0, 0, .07); border-radius: var(--n19-radius); background: var(--n19-beige); overflow: hidden; }
.n19-loc__map iframe { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; }
.n19-loc__info { padding: clamp(28px, 3.2vw, 50px); }
.n19-loc__tel a { font-family: var(--n19-display); font-size: clamp(30px, 2.6vw, 40px); color: var(--n19-ink); }
.n19-loc__addr { margin-top: 14px; font-size: 17px; line-height: 1.6; color: var(--n19-gray); }
.n19-loc__hours { margin-top: 26px; border-top: 1px solid rgba(0, 0, 0, .08); }
.n19-loc__hours div { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid rgba(0, 0, 0, .06); font-size: 17px; }
.n19-loc__hours dt { color: var(--n19-gray); }
.n19-loc__hours dd { font-weight: 600; color: var(--n19-ink); }
.n19-loc__hours .is-off dd { color: #C0392B; }
.n19-loc__links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.n19-loc__links a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 68px; border-radius: 8px; background: #fff; font-size: 17px; font-weight: 500; color: var(--n19-ink); transition: background .2s, color .2s; }
.n19-loc__links a:hover { background: var(--n19-primary); color: #fff; }
.n19-loc__maps { display: flex; gap: 20px; margin-top: 18px; font-size: 15px; }
.n19-loc__maps a { color: var(--n19-primary); text-decoration: underline; }

/* 공지 팝업 */
.n19-pop { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(31, 27, 34, .45); }
.n19-pop.is-hide { display: none; }
.n19-pop__box { width: min(460px, 92vw); max-height: 80vh; display: flex; flex-direction: column; border-radius: 16px; background: #fff; overflow: hidden; box-shadow: 0 24px 80px rgba(31, 27, 34, .25); }
.n19-pop__item { display: none; flex: 1; min-height: 0; flex-direction: column; }
.n19-pop__item.is-on { display: flex; }
.n19-pop__tit { padding: 24px 26px 0; font-family: var(--n19-serif); font-size: 22px; color: var(--n19-ink); }
.n19-pop__con { flex: 1; min-height: 0; overflow-y: auto; padding: 14px 26px 20px; font-size: 17px; line-height: 1.7; color: var(--n19-text); }
.n19-pop__con img { max-width: 100%; height: auto; }
.n19-pop__hide { display: flex; align-items: center; gap: 8px; padding: 12px 26px; border-top: 1px solid var(--n19-line); font-size: 15px; color: var(--n19-gray); cursor: pointer; }
.n19-pop__hide input { width: 18px; height: 18px; accent-color: var(--n19-primary); }
.n19-pop__foot { display: flex; align-items: center; justify-content: space-between; background: var(--n19-primary-dark); }
.n19-pop__nav { display: flex; align-items: center; gap: 6px; padding-left: 10px; color: rgba(255, 255, 255, .75); font-size: 15px; }
.n19-pop__nav button { width: 40px; height: 50px; color: #fff; }
.n19-pop__close { margin-left: auto; height: 50px; padding: 0 22px; color: #fff; font-size: 16px; font-weight: 500; }

/* 크게 보기 */
.n19-lb { position: fixed; inset: 0; z-index: 1200; display: none; align-items: center; justify-content: center; padding: 40px; background: rgba(31, 27, 34, .93); }
.n19-lb.is-on { display: flex; }
.n19-lb figure { margin: 0; max-width: 1400px; text-align: center; color: #fff; }
.n19-lb img { max-height: 80vh; width: auto; border-radius: 12px; }
.n19-lb figcaption { margin-top: 14px; font-size: 17px; }
.n19-lb__close { position: absolute; right: 20px; top: 20px; width: 50px; height: 50px; color: #fff; font-size: 24px; }

/* ---------- 서브페이지 ---------- */
.n19-page { padding-bottom: 60px; }
/* 서브 콘텐츠와 푸터 사이 여백 */
.n19-page, .n19-write, .n19-board, .n19-view, .n19-search, .n19-legal { margin-bottom: 120px; }
.n19-page:last-child, .n19-write:last-child { margin-bottom: 120px; }
.n19-subtit { margin: 90px 0 30px; font-family: var(--n19-serif); font-size: 34px; font-weight: 400; color: var(--n19-ink); }
.n19-small { margin-top: 24px; font-size: 15px; color: var(--n19-gray); }
.n19-note { display: flex; align-items: center; gap: 10px; margin-bottom: 40px; padding: 16px 20px; border-radius: 12px; background: var(--n19-notice); font-size: 16px; color: #5A4A2E; }
.n19-brand { padding: 20px 0 70px; text-align: center; }
.n19-brand .n19-head__en { font-size: 30px; letter-spacing: .1em; color: var(--n19-primary-light); }
.n19-brand__ko { margin-top: 16px; font-family: var(--n19-serif); font-size: 52px; font-weight: 400; letter-spacing: -0.05em; color: var(--n19-ink); }
.n19-brand__desc { margin-top: 18px; font-size: 19px; color: var(--n19-gray); }
.n19-split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.n19-split__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--n19-radius); }
.n19-split__txt .n19-h3 { margin: 14px 0 26px; }
.n19-split__txt > p:not(.n19-head__en):not(.n19-sign) { font-size: 18px; line-height: 1.8; color: var(--n19-gray); }
.n19-split__txt > p + p { margin-top: 14px; }
.n19-sign { margin-top: 30px; text-align: right; font-size: 17px; color: var(--n19-gray); }
.n19-sign b { margin-left: 10px; font-family: var(--n19-serif); font-size: 26px; color: var(--n19-ink); }
.n19-values2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.n19-values2 li { padding: 34px 30px; border-radius: var(--n19-radius); background: var(--n19-purple-soft); }
.n19-values2__no { font-family: var(--n19-display); font-size: 20px; color: var(--n19-primary); }
.n19-values2 b { display: inline-block; margin-left: 10px; padding: 3px 12px; border-radius: 999px; background: #fff; font-size: 14px; color: var(--n19-primary); }
.n19-values2 strong { display: block; margin-top: 16px; font-family: var(--n19-serif); font-size: 22px; font-weight: 400; color: var(--n19-ink); }
.n19-values2 span { display: block; margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--n19-gray); }
.n19-tour { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.n19-tour button { display: block; width: 100%; border-radius: var(--n19-radius); overflow: hidden; }
.n19-tour img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s var(--n19-ease); }
.n19-tour button:hover img { transform: scale(1.05); }
.n19-tour p { margin-top: 14px; }
.n19-tour b { display: block; font-size: 19px; color: var(--n19-ink); }
.n19-tour span { display: block; margin-top: 4px; font-size: 15px; color: var(--n19-gray); }
.n19-doctors li { display: grid; grid-template-columns: 380px 1fr; gap: 60px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--n19-line); }
.n19-doctors li:first-child { padding-top: 0; }
.n19-doctors__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: var(--n19-radius); }
.n19-doctors__field { font-size: 16px; color: var(--n19-primary); }
.n19-doctors__txt h2 { margin-top: 10px; font-family: var(--n19-serif); font-size: 40px; font-weight: 400; color: var(--n19-ink); }
.n19-doctors__txt h2 small { font-size: 20px; color: var(--n19-gray); }
.n19-doctors__txt ul { margin: 26px 0 30px; }
.n19-doctors__txt li { display: block; position: relative; padding: 6px 0 6px 16px; border: 0; font-size: 17px; color: var(--n19-gray); }
.n19-doctors__txt li::before { content: ""; position: absolute; left: 0; top: 17px; width: 6px; height: 1px; background: var(--n19-gold); }
.n19-clinic__sub { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.n19-clinic__sub a { display: block; height: 100%; border-radius: var(--n19-radius); background: var(--n19-beige); overflow: hidden; transition: transform .3s var(--n19-ease), box-shadow .3s; }
.n19-clinic__sub a:hover { transform: translateY(-6px); box-shadow: var(--n19-shadow); }
.n19-clinic__subimg img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.n19-clinic__subtxt { display: block; padding: 26px 28px 32px; }
.n19-clinic__subtxt em { font-family: var(--n19-display); font-style: normal; font-size: 18px; color: var(--n19-primary-light); }
.n19-clinic__subtxt strong { display: block; margin-top: 6px; font-family: var(--n19-serif); font-size: 26px; font-weight: 400; color: var(--n19-ink); }
.n19-clinic__subtxt span { display: block; margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--n19-gray); }
.n19-checks { margin-top: 24px; }
.n19-checks li { display: flex; align-items: center; gap: 12px; padding: 11px 0; border-bottom: 1px dashed var(--n19-line); font-size: 17px; color: var(--n19-ink); }
.n19-checks i { color: var(--n19-primary); }
.n19-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.n19-chips li { padding: 13px 24px; border-radius: 999px; background: var(--n19-purple-soft); font-size: 17px; color: var(--n19-ink); }
.n19-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.n19-flow li { padding: 34px 28px; border-radius: var(--n19-radius); background: var(--n19-beige); }
.n19-flow li > i { display: flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 50%; background: #fff; color: var(--n19-primary); font-size: 22px; }
.n19-flow b { display: block; margin-top: 20px; font-family: var(--n19-serif); font-size: 21px; font-weight: 400; color: var(--n19-ink); }
.n19-flow span { display: block; margin-top: 8px; font-size: 16px; line-height: 1.6; color: var(--n19-gray); }
.n19-iconlist { display: grid; gap: 14px; }
.n19-iconlist--card { grid-template-columns: repeat(2, 1fr); gap: 16px; }
.n19-iconlist li { display: flex; align-items: flex-start; gap: 16px; padding: 24px; border-radius: var(--n19-radius); background: var(--n19-beige); }
.n19-iconlist li > i { flex: 0 0 52px; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; background: #fff; color: var(--n19-primary); font-size: 19px; }
.n19-iconlist b { display: block; font-size: 15px; color: var(--n19-gray); }
.n19-iconlist span { display: block; margin-top: 4px; font-size: 18px; color: var(--n19-ink); }
.n19-callfirst { display: none; }
.n19-cta-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; margin: 90px 0 120px; padding: 46px 52px; border-radius: var(--n19-radius); background: var(--n19-primary-dark); color: #fff; font-family: var(--n19-serif); font-size: 26px; }
.n19-cta-box > div { display: flex; flex-wrap: wrap; gap: 10px; font-family: var(--n19-font); }
.n19-table { width: 100%; border-top: 1px solid var(--n19-ink); border-collapse: collapse; font-size: 17px; }
.n19-table th, .n19-table td { padding: 16px 18px; border-bottom: 1px solid var(--n19-line); text-align: left; }
.n19-table thead th { background: var(--n19-purple-soft); font-weight: 600; color: var(--n19-ink); }
.n19-tablewrap { overflow-x: auto; }
.n19-legal h2 { margin: 40px 0 12px; font-family: var(--n19-serif); font-size: 24px; font-weight: 400; color: var(--n19-ink); }
.n19-legal p { font-size: 17px; line-height: 1.85; color: var(--n19-gray); }

/* ---------- 반응형 ---------- */
@media (max-width: 1400px) {
  .n19-hero__titles { left: 60px; bottom: 140px; max-width: 54%; }
  .n19-hero__descs { left: auto; right: 50px; top: 290px; width: 220px; max-width: 220px; }
  .n19-hero__desc { width: 220px; }
  .n19-hero__ctrl { right: auto; left: 60px; bottom: 60px; }
  .n19-hbanner { right: 50px; bottom: auto; top: 150px; }
  .n19-hero__en1 { font-size: 120px; }
  .n19-head__en { font-size: 52px; }
  .n19-system__in { grid-template-columns: 320px 1fr; gap: 50px; }
  .n19-system__btn { grid-template-columns: 56px 150px 1fr 30px; gap: 14px; }
  .n19-column__list { grid-template-columns: repeat(2, 1fr); }
  .n19-event__list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
  .n19-reason, .n19-clinic, .n19-system, .n19-event, .n19-column, .n19-value, .n19-loc { padding: 110px 0; }
  .n19-hero__titles { left: 24px; right: 24px; bottom: auto; top: 50%; max-width: none; transform: translateY(-50%); }
  .n19-hero__descs { left: auto; right: 24px; top: auto; bottom: 230px; width: 240px; max-width: 240px; }
  .n19-hero__desc { width: 100%; }
  .n19-hero__desc { width: auto; font-size: 15px; }
  .n19-hero__ctrl { right: auto; left: 24px; bottom: 176px; }
  .n19-hbanner { right: 24px; top: auto; bottom: 90px; width: min(390px, calc(100% - 48px)); }
  .n19-hero__line--l { left: 24%; }
  .n19-hero__line--r { left: 76%; }
  .n19-hero__ko { font-size: 30px; }
  .n19-hero__en1 { font-size: 80px; }
  .n19-hero__en2 { font-size: 60px; }
  .n19-head__en { font-size: 40px; }
  .n19-head__ko { font-size: 20px; }
  .n19-reasons { grid-template-columns: 1fr 1fr; gap: 40px 30px; }
  .n19-clinic__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 340px; }
  .n19-clinic__ko { font-size: 32px; }
  .n19-system__in, .n19-care__in, .n19-event__in, .n19-loc__card, .n19-split, .n19-doctors li { grid-template-columns: 1fr; gap: 40px; }
  .n19-system__panel { grid-template-columns: 240px 1fr; }
  .n19-care__track { height: auto; }
  .n19-care__sticky { position: static; height: auto; min-height: 0; padding: 0; }
  .n19-care__step { display: block; margin-bottom: 40px; }
  .n19-care__en { font-size: 48px; }
  .n19-care__nums { display: none; }
  .n19-care__imgs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; aspect-ratio: auto; }
  .n19-care__imgs figure { position: static; opacity: 1; transform: none; }
  .n19-care__imgs img { aspect-ratio: 3 / 4; }
  .n19-news { grid-template-columns: 1fr; gap: 24px; }
  .n19-values2, .n19-tour, .n19-clinic__sub, .n19-flow { grid-template-columns: 1fr 1fr; }
  .n19-doctors__img { max-width: 380px; }
}
@media (max-width: 767px) {
  .n19-reason, .n19-clinic, .n19-system, .n19-event, .n19-column, .n19-value, .n19-loc { padding: 80px 0; }
  .n19-reason { margin-top: -20px; }
  .n19-hero { height: 100svh; min-height: 560px; }
  .n19-hero__titles { width: calc(100% - 40px); left: 20px; right: 20px; text-align: center; }
  .n19-hero__descs { position: static; margin: 0 auto; }
  .n19-hero__desc { position: absolute; left: 20px; right: 20px; top: 80%; width: auto; text-align: center; }
  .n19-hero__ctrl { left: 24px; bottom: 100px; }
  .n19-hbanner { display: none; }
  .n19-hero__lines { display: none; }
  .n19-hero__ko { font-size: 26px; }
  .n19-hero__en1 { font-size: 58px; }
  .n19-hero__en2 { font-size: 40px; }
  .n19-hero__desc { font-size: 17px; }
  .n19-hero__ctrl { left: 24px; right: 24px; bottom: 100px; justify-content: center; }
  .n19-head { margin-bottom: 40px; }
  .n19-head__en { font-size: 32px; }
  .n19-head__ko { font-size: 18px; }
  .n19-h3 { font-size: 26px; }
  .n19-reasons { grid-template-columns: 1fr; gap: 30px; }
  .n19-reasons h3 { font-size: 22px; }
  .n19-reasons p { font-size: 16px; }
  .n19-clinic__grid { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .n19-clinic__intro { padding: 0 0 10px; }
  .n19-clinic__ko { font-size: 30px; }
  .n19-ccard { display: grid; grid-template-columns: 1fr 120px; align-items: center; gap: 16px; padding: 20px; min-height: 140px; }
  .n19-ccard__media { position: static; width: 120px; height: 120px; border-radius: 10px; }
  .n19-ccard__over { display: none; }
  .n19-ccard__name { font-size: 22px; }
  .n19-ccard__items { font-size: 14px; }
  .n19-system__btn { grid-template-columns: 46px 1fr; gap: 10px; padding: 22px 0; }
  .n19-system__en { display: none; }
  .n19-system__tit { font-size: 20px; }
  .n19-system__btn i { display: none; }
  .n19-system__panel { grid-template-columns: 1fr; gap: 16px; }
  .n19-care__en { font-size: 30px; font-weight: 600; }
  .n19-care__ko { font-size: 26px; }
  .n19-care__imgs { grid-template-columns: 1fr; }
  .n19-care__imgs img { max-height: 400px; border-radius: 12px; }
  .n19-event__list { gap: 10px; }
  .n19-event__list strong { font-size: 17px; }
  .n19-column__list { grid-template-columns: 1fr; gap: 14px; }
  .n19-column__list a { min-height: 0; padding: 26px 22px; }
  .n19-column__list time { position: static; display: block; margin-top: 16px; }
  .n19-column__img { display: none; }
  .n19-news__list a { grid-template-columns: 1fr; gap: 8px; padding: 18px 0; }
  .n19-news__badge { justify-self: start; }
  .n19-news__subject { font-size: 17px; }
  .n19-value__board { grid-template-columns: 1fr 1fr; gap: 10px; }
  .n19-value__letter { font-size: 48px; top: 20px; }
  .n19-loc__links { grid-template-columns: 1fr; }
  .n19-subtit { margin: 60px 0 22px; font-size: 26px; }
  .n19-brand__ko { font-size: 32px; }
  .n19-values2, .n19-tour, .n19-clinic__sub, .n19-flow, .n19-iconlist--card { grid-template-columns: 1fr; }
  .n19-doctors li { padding: 36px 0; gap: 24px; }
  .n19-doctors__txt h2 { font-size: 30px; }
  .n19-cta-box { margin: 50px 0 70px; padding: 30px 24px; font-size: 20px; }
  .n19-page, .n19-write, .n19-board, .n19-view, .n19-search, .n19-legal { margin-bottom: 70px; }
  .n19-callfirst { display: block; margin-bottom: 20px; }
  .n19-callfirst .n19-btn { width: 100%; height: 56px; }
}
@media (prefers-reduced-motion: reduce) {
  .n19-hero__slide.swiper-slide-active .n19-hero__bg img { transform: none; transition: none; }
  .n19-hero__txt > * { opacity: 1; transform: none; transition: none; }
  .n19-reason__glow { animation: none; }
  .n19-ccard__media, .n19-ccard__base, .n19-ccard__over, .n19-care__imgs figure, .n19-column__img { transition: none; }
}

/* ==========================================================
   서브페이지 레이아웃 (정의서 9장)
   ========================================================== */
/* 9.15 여백 시스템 */
.n19-sec--lg { padding: 160px 0; }
.n19-sec--md { padding: 120px 0; }
.n19-sec--sm { padding: 80px 0; }
.n19-bg-ivory { background: var(--n19-ivory); }
.n19-bg-warm { background: var(--n19-care-bg); }
.n19-bg-purple { background: var(--n19-primary-dark); color: rgba(255, 255, 255, .78); }

/* 공통 섹션 헤드라인 */
.n19-headline { margin-bottom: 70px; }
.n19-headline--sm { margin-bottom: 50px; }
.n19-headline__en { font-family: var(--n19-display); font-size: 22px; font-weight: 300; line-height: 1.3; letter-spacing: .06em; color: var(--n19-primary-light); }
.n19-headline__en--w { color: var(--n19-gold-light); font-size: 40px; }
.n19-headline__ko { margin-top: 10px; font-family: var(--n19-serif); font-size: 52px; font-weight: 400; line-height: 1.25; letter-spacing: -0.04em; color: var(--n19-ink); }
.n19-headline__desc { max-width: 720px; margin-top: 18px; font-size: 18px; line-height: 1.6; color: var(--n19-gray); }
.n19-bg-purple .n19-headline__ko { color: #fff; }

/* 9.5 소개형 : 비대칭 2열 */
.n19-split--asym { grid-template-columns: 40% 1fr; gap: 110px; }
.n19-strength { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 90px; align-items: start; }
.n19-strength__tit { margin-top: 18px; font-family: var(--n19-serif); font-size: 44px; font-weight: 400; line-height: 1.3; color: #fff; }
.n19-strength__desc { margin-top: 20px; font-size: 18px; line-height: 1.7; color: rgba(255, 255, 255, .72); }
.n19-schecks { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 30px; }
.n19-schecks li { padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .2); }
.n19-schecks i { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255, 255, 255, .14); color: var(--n19-gold-light); font-size: 12px; }
.n19-schecks b { display: block; margin-top: 14px; font-size: 20px; font-weight: 500; color: #fff; }
.n19-schecks span { display: block; margin-top: 8px; font-size: 16px; line-height: 1.6; color: rgba(255, 255, 255, .7); }
.n19-strength__img { grid-column: span 2; margin: 20px 0 0; }
.n19-strength__img img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: var(--n19-radius); }

/* 9.5 진료 영역 카드 */
.n19-areas { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.n19-areas a { position: relative; display: block; height: 520px; padding: 46px; border-radius: var(--n19-radius); overflow: hidden; color: #fff; }
.n19-areas__img { position: absolute; inset: 0; }
.n19-areas__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--n19-ease); }
.n19-areas__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31, 27, 34, .15) 0%, rgba(31, 27, 34, .78) 100%); transition: background .4s; }
.n19-areas__txt { position: absolute; left: 46px; right: 46px; bottom: 46px; z-index: 2; }
.n19-areas__txt em { font-family: var(--n19-display); font-style: normal; font-size: 20px; color: var(--n19-gold-light); }
.n19-areas__txt strong { display: block; margin-top: 10px; font-family: var(--n19-serif); font-size: 42px; font-weight: 400; transition: color .3s; }
.n19-areas__txt > span { display: block; margin-top: 12px; font-size: 17px; line-height: 1.6; color: rgba(255, 255, 255, .84); }
.n19-areas__go { position: absolute; right: 46px; bottom: 46px; z-index: 3; display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .6); transition: background .3s, color .3s; }
.n19-areas a:hover .n19-areas__img img { transform: scale(1.04); }
.n19-areas a:hover .n19-areas__img::after { background: linear-gradient(180deg, rgba(72, 46, 98, .35) 0%, rgba(31, 27, 34, .85) 100%); }
.n19-areas a:hover .n19-areas__txt strong { color: var(--n19-gold-light); }
.n19-areas a:hover .n19-areas__go { background: #fff; color: var(--n19-ink); }

/* 9.6 진료 카드 그리드 */
.n19-tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.n19-tgrid a { display: flex; flex-direction: column; height: 100%; min-height: 380px; border-radius: var(--n19-radius); background: #fff; overflow: hidden; box-shadow: 0 10px 30px rgba(31, 27, 34, .06); transition: transform .3s var(--n19-ease), box-shadow .3s; }
.n19-tgrid a:hover { transform: translateY(-6px); box-shadow: 0 20px 44px rgba(31, 27, 34, .14); }
.n19-tgrid__img { display: block; overflow: hidden; }
.n19-tgrid__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s var(--n19-ease); }
.n19-tgrid a:hover .n19-tgrid__img img { transform: scale(1.04); }
.n19-tgrid__txt { position: relative; flex: 1; display: block; padding: 28px 30px 56px; }
.n19-tgrid__txt em { font-family: var(--n19-display); font-style: normal; font-size: 18px; color: var(--n19-primary-light); }
.n19-tgrid__txt strong { display: block; margin-top: 6px; font-family: var(--n19-serif); font-size: 26px; font-weight: 400; color: var(--n19-ink); }
.n19-tgrid__txt span { display: block; margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--n19-gray); }
.n19-tgrid__txt i { position: absolute; left: 30px; bottom: 26px; color: var(--n19-primary); transition: transform .2s; }
.n19-tgrid a:hover .n19-tgrid__txt i { transform: translateX(6px); }

/* 9.12 의료진 카드 */
.n19-dcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.n19-dcards li { border-radius: var(--n19-radius); background: #fff; overflow: hidden; box-shadow: 0 10px 30px rgba(31, 27, 34, .06); }
.n19-dcards__img img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.n19-dcards__txt { display: block; padding: 24px 26px 30px; }
.n19-dcards__txt em { font-style: normal; font-size: 15px; color: var(--n19-primary); }
.n19-dcards__txt strong { display: block; margin-top: 8px; font-family: var(--n19-serif); font-size: 26px; font-weight: 400; color: var(--n19-ink); }
.n19-dcards__txt strong small { font-size: 16px; color: var(--n19-gray); }
.n19-dcards__txt > span { display: block; margin-top: 10px; font-size: 15px; line-height: 1.6; color: var(--n19-gray); }

/* 9.7 진료 상세 상단 */
.n19-dhero { display: grid; grid-template-columns: 53% 1fr; gap: 80px; align-items: center; }
.n19-dhero__img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--n19-radius); }
.n19-dhero__ko { margin-top: 10px; font-family: var(--n19-serif); font-size: 46px; font-weight: 400; line-height: 1.25; color: var(--n19-ink); }
.n19-dhero__desc { margin-top: 18px; font-size: 18px; line-height: 1.7; color: var(--n19-gray); }
.n19-dhero__items { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.n19-dhero__items li { padding: 9px 18px; border-radius: 999px; background: var(--n19-purple-soft); font-size: 15px; color: var(--n19-primary-dark); }
.n19-btnrow { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

/* 9.7 추천 대상 체크 리스트 */
.n19-fchecks { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.n19-fchecks li { display: flex; align-items: center; gap: 16px; padding: 26px 30px; border-radius: var(--n19-radius); background: #fff; font-size: 18px; color: var(--n19-ink); }
.n19-fchecks i { flex: 0 0 34px; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--n19-primary); color: #fff; font-size: 13px; }

/* 9.7 진료 정보 보드 */
.n19-board { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--n19-line); border-left: 1px solid var(--n19-line); }
.n19-board li { padding: 32px 24px; border-right: 1px solid var(--n19-line); border-bottom: 1px solid var(--n19-line); text-align: center; }
.n19-board em { font-family: var(--n19-display); font-style: normal; font-size: 16px; letter-spacing: .08em; color: var(--n19-gold); }
.n19-board b { display: block; margin-top: 10px; font-size: 17px; font-weight: 500; color: var(--n19-ink); }
.n19-board span { display: block; margin-top: 8px; font-size: 16px; line-height: 1.5; color: var(--n19-gray); }

/* 9.7 FAQ 아코디언 */
.n19-faqwrap { max-width: 1000px; }
.n19-faq li { border-bottom: 1px solid rgba(17, 17, 17, .14); }
.n19-faq li:first-child { border-top: 1px solid rgba(17, 17, 17, .14); }
.n19-faq__q { display: flex; align-items: center; justify-content: space-between; gap: 20px; width: 100%; padding: 30px 4px; font-size: 20px; font-weight: 500; color: var(--n19-ink); text-align: left; }
.n19-faq__q i { flex: 0 0 auto; color: var(--n19-primary); font-size: 15px; transition: transform .3s var(--n19-ease); }
.n19-faq li.is-open .n19-faq__q i { transform: rotate(180deg); }
.n19-faq__a { display: none; padding: 0 4px 30px; }
.n19-faq li.is-open .n19-faq__a { display: block; }
.n19-faq__a p { font-size: 17px; line-height: 1.75; color: var(--n19-gray); }

/* 9.9 칼럼·게시글 본문 폭 */
.n19-view .n19-prose, .n19-prose.n19-article { width: min(100%, 900px); margin-left: auto; margin-right: auto; }
.n19-prose p { font-size: 17px; line-height: 1.85; letter-spacing: -0.02em; }

/* 9.10 이벤트 상태 배지 */
.n19-badge-open { background: var(--n19-primary); color: #fff; }
.n19-badge-soon { background: var(--n19-gold); color: #fff; }
.n19-badge-end { background: #D9D5D1; color: #666; }

/* 9.11 상담·예약 폼 */
.n19-form input[type="text"], .n19-form input[type="tel"], .n19-form input[type="email"], .n19-form select,
.n19-write input[type="text"], .n19-write input[type="tel"], .n19-write input[type="email"], .n19-write select { min-height: 52px; }
.n19-form textarea, .n19-write textarea { min-height: 160px; }
.n19-form .n19-btn--submit, .n19-write .n19-btn--submit { min-height: 56px; }

/* 9.14 정책 문서 */
.n19-legal { width: min(100%, 1060px); margin: 0 auto; }
.n19-legal h2 { margin: 50px 0 14px; font-family: var(--n19-font); font-size: 22px; font-weight: 600; color: var(--n19-ink); }
.n19-legal p { font-size: 16px; line-height: 1.85; color: var(--n19-text); }
.n19-legal .n19-table { margin-top: 14px; }

/* 서브 반응형 */
@media (max-width: 1200px) {
  .n19-sec--lg { padding: 120px 0; }
  .n19-sec--md { padding: 90px 0; }
  .n19-sec--sm { padding: 60px 0; }
  .n19-headline__ko { font-size: 42px; }
  .n19-split--asym { grid-template-columns: 1fr 1fr; gap: 60px; }
  .n19-tgrid, .n19-dcards { grid-template-columns: 1fr 1fr; }
  .n19-tgrid a { min-height: 340px; }
  .n19-board { grid-template-columns: repeat(3, 1fr); }
  .n19-dhero { grid-template-columns: 1fr; gap: 40px; }
  .n19-areas a { height: 440px; padding: 36px; }
  .n19-areas__txt, .n19-areas__go { left: 36px; right: 36px; bottom: 36px; }
  .n19-areas__go { left: auto; }
}
@media (max-width: 1024px) {
  .n19-strength { grid-template-columns: 1fr; gap: 40px; }
  .n19-strength__img { grid-column: auto; }
  .n19-areas { grid-template-columns: 1fr 1fr; }
  .n19-areas__txt strong { font-size: 32px; }
}
@media (max-width: 767px) {
  .n19-sec--lg { padding: 80px 0; }
  .n19-sec--md { padding: 60px 0; }
  .n19-sec--sm { padding: 40px 0; }
  .n19-headline { margin-bottom: 36px; }
  .n19-headline__en { font-size: 18px; }
  .n19-headline__en--w { font-size: 28px; }
  .n19-headline__ko { font-size: 30px; }
  .n19-headline__desc { font-size: 16px; }
  .n19-split--asym { grid-template-columns: 1fr; gap: 30px; }
  .n19-schecks, .n19-fchecks, .n19-tgrid, .n19-dcards, .n19-areas { grid-template-columns: 1fr; }
  .n19-strength__tit { font-size: 30px; }
  .n19-tgrid a { min-height: 0; }
  .n19-tgrid__txt { padding: 22px 22px 48px; }
  .n19-board { grid-template-columns: 1fr 1fr; }
  .n19-board li { padding: 22px 14px; }
  .n19-areas a { height: 320px; padding: 26px; }
  .n19-areas__txt, .n19-areas__go { left: 26px; right: 26px; bottom: 26px; }
  .n19-areas__go { left: auto; width: 44px; height: 44px; }
  .n19-areas__txt strong { font-size: 28px; }
  .n19-dhero__ko { font-size: 30px; }
  .n19-faq__q { font-size: 17px; padding: 22px 2px; }
  .n19-faq__a { padding-bottom: 22px; }
  .n19-fchecks li { padding: 18px 20px; font-size: 16px; }
}
