:root {
  --ink: #173b35;
  --green: #164b43;
  --lime: #dceca5;
  --paper: #faf9f4;
  --white: #ffffff;
  --mint: #e8eeE5;
  --muted: #52645c;
  --line: #d2d9cd;
  --accent: #c85634;
  --cream: #efe8d7;
  --space: 24px;
}
* { box-sizing: border-box; }
html { scrollbar-gutter: stable; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Pretendard, 'Noto Sans KR', 'Malgun Gothic', sans-serif; font-size: 16px; line-height: 1.75; word-break: keep-all; overflow-wrap: anywhere; }
body.has-banner { padding-bottom: 130px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
a:hover { opacity: .75; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.35; letter-spacing: -.045em; }
h2 { font-size: 32px; }
h3 { font-size: 21px; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.skip { position: fixed; top: -100px; padding: 12px 20px; background: var(--green); color: var(--white); z-index: 20; }
.skip:focus { top: 0; }
.topline { background: var(--green); color: var(--white); font-size: 13px; padding: 7px 0; }
.topline .wrap { display: flex; justify-content: space-between; gap: 16px; }
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 104px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 24px; font-weight: 800; line-height: 1.25; flex-shrink: 0; }
.brand small { display: block; margin-top: 5px; font-size: 13px; font-weight: 500; letter-spacing: .01em; }
.brand-symbol { width: 46px; height: 46px; display: grid; place-items: center; background: var(--green); color: var(--lime); font-family: Georgia, serif; font-size: 37px; padding-bottom: 6px; }
#site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.nav-shop { border: 1px solid var(--green); padding: 10px 15px; }
.menu-toggle { display: none; background: var(--paper); color: var(--green); border: 1px solid var(--line); padding: 7px 14px; }
.eyebrow { font-size: 13px; font-weight: 800; letter-spacing: .1em; margin-bottom: 15px; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 62px; padding: 66px 0 60px; align-items: center; }
.hero h1 { font-size: clamp(40px, 4.3vw, 61px); line-height: 1.2; letter-spacing: -.06em; margin-bottom: 27px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-copy > p:not(.eyebrow) { color: var(--muted); }
.actions { display: flex; align-items: center; gap: 22px; margin: 30px 0 16px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 30px; background: var(--green); color: var(--white); padding: 15px 22px; font-size: 15px; font-weight: 700; }
.text-link { display: inline-block; font-size: 15px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.small { font-size: 13px; color: var(--muted); margin-top: 16px; }
.hero-board { background: var(--mint); border: 1px solid var(--line); }
.board-top { display: flex; justify-content: space-between; padding: 16px 22px; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); }
.pack-illustration { min-height: 325px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 35px 22px 24px; }
.tissue-pack { background: var(--cream); border: 1px solid var(--green); border-radius: 34px 18px 28px 18px; width: 90%; max-width: 315px; padding: 23px 34px; position: relative; transform: rotate(-8deg); }
.tissue-pack::before, .tissue-pack::after { content: ''; position: absolute; top: 16%; bottom: 16%; width: 4px; border-inline: 1px solid var(--line); }
.tissue-pack::before { left: 12px; }.tissue-pack::after { right: 12px; }
.pack-seal { background: var(--green); color: var(--white); border: 1px solid var(--green); border-radius: 42%; text-align: center; padding: 20px 14px; line-height: 1.4; }
.pack-seal span { display: block; font-size: 13px; color: var(--lime); letter-spacing: .1em; }
.pack-seal strong { display: block; margin: 10px 0; font-size: 24px; letter-spacing: -.04em; }
.pack-seal small { font-size: 13px; letter-spacing: .08em; }
.diagram-label { margin-top: 36px; font-size: 13px; color: var(--muted); }
.board-checks { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); font-size: 13px; }
.board-checks span { padding: 14px 12px; text-align: center; }
.board-checks b { display: block; font-size: 15px; }
.intro-strip { padding: 25px 0; display: grid; grid-template-columns: 190px 1fr; gap: 24px; border-block: 1px solid var(--green); }
.intro-strip strong { font-size: 19px; }.intro-strip p { color: var(--muted); font-size: 15px; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 55px; padding-top: 34px; }
.main-content { min-width: 0; }
.section-nav { display: flex; gap: 22px; flex-wrap: wrap; font-size: 14px; font-weight: 700; padding: 12px 0 24px; border-bottom: 1px solid var(--line); }
.section { padding: 52px 0; border-bottom: 1px solid var(--line); }
.section-heading { margin-bottom: 28px; }
.section-heading > p:last-child:not(.eyebrow) { margin-top: 15px; color: var(--muted); }
.type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.type-card { position: relative; padding: 30px 24px; background: var(--mint); border-top: 3px solid var(--green); }
.type-card:nth-child(2) { background: var(--cream); }
.type-card .eyebrow { font-size: 13px; padding-right: 20px; }.type-number { position: absolute; right: 22px; top: 25px; font-size: 22px; font-family: Georgia, serif; }
.type-card h3 { font-size: 27px; margin-bottom: 16px; }.type-card > p:not(.eyebrow) { font-size: 15px; color: var(--muted); }
dl { font-size: 14px; }dt { font-weight: 700; margin-top: 13px; }dd { margin: 2px 0 0; }.type-card > a { font-size: 14px; font-weight: 700; display: inline-block; margin-top: 10px; }
.scene-list article { display: flex; gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }.scene-list article > span { font-family: Georgia, serif; font-size: 28px; color: var(--accent); }.scene-list h3 { margin-bottom: 10px; }.scene-list p { color: var(--muted); font-size: 15px; }.scene-list a { display: inline-block; margin-top: 10px; font-size: 14px; font-weight: 700; }
.table-scroll { overflow-x: auto; }table { width: 100%; border-collapse: collapse; font-size: 15px; text-align: left; }th, td { border-bottom: 1px solid var(--line); padding: 17px 19px; vertical-align: top; }thead { background: var(--green); color: var(--white); }tbody th { font-weight: 700; min-width: 135px; }tbody td { color: var(--muted); }
.steps { counter-reset: step; padding: 0; list-style: none; }.steps li { position: relative; padding: 18px 0 18px 48px; border-top: 1px solid var(--line); }.steps li::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 17px; font-family: Georgia, serif; font-size: 22px; color: var(--accent); }.steps p { font-size: 15px; color: var(--muted); }
.sidebar { align-self: start; }.side-block { padding: 24px 0; border-bottom: 1px solid var(--line); }.side-block:first-child { padding-top: 12px; }.side-block h2 { font-size: 18px; margin-bottom: 14px; }.side-block nav { display: grid; }.side-block a { padding: 8px 0; font-size: 14px; color: var(--muted); }.side-call { background: var(--lime); padding: 22px 18px; margin-top: 26px; }.side-call p, .side-call span { font-size: 13px; }.side-call a { display: block; font-size: 28px; font-weight: 800; letter-spacing: -.04em; }
.faqs details { border-top: 1px solid var(--line); }.faqs summary { padding: 21px 27px 21px 0; cursor: pointer; font-size: 17px; font-weight: 700; }.faqs details p { padding: 0 24px 22px 0; color: var(--muted); font-size: 15px; }
.link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.link-grid a { position: relative; border: 1px solid var(--line); padding: 20px 34px 20px 20px; background: var(--white); }.link-grid strong { display: block; font-size: 17px; }.link-grid span { display: block; margin-top: 7px; font-size: 13px; color: var(--muted); }.link-grid b { position: absolute; top: 20px; right: 15px; }.all-links { margin-top: 24px; font-size: 14px; }.all-links summary { cursor: pointer; font-weight: 700; padding: 12px 0; }.all-links nav { display: flex; flex-wrap: wrap; gap: 12px 22px; padding: 16px 0; }
.closing { padding: 46px 32px; margin-block: 40px 70px; background: var(--lime); }.closing h2 { font-size: 30px; margin-bottom: 18px; }.closing .button { margin-top: 22px; }.closing .text-link { margin: 15px; }
.api-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }.api-card { background: var(--white); border: 1px solid var(--line); padding: 12px; }.api-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; background: var(--white); }.product-code { font-size: 13px; color: var(--muted); display: block; margin-top: 12px; }.api-card h3 { font-size: 15px; margin: 8px 0 16px; line-height: 1.6; }.api-card > span:last-child { font-size: 13px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; font-size: 13px; color: var(--muted); }.product-hero { padding: 45px 0; max-width: 850px; }.product-hero h1 { font-size: 48px; margin-bottom: 18px; }.product-hero h2 { font-size: 26px; margin-bottom: 20px; }.product-hero p:not(.eyebrow) { color: var(--muted); margin-bottom: 20px; }.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.check-grid article { border-top: 2px solid var(--green); padding-top: 20px; }.check-grid h3 { font-size: 20px; margin-bottom: 12px; }.check-grid p { font-size: 15px; color: var(--muted); }.text-section h2 { margin-bottom: 20px; }.text-section h3 { margin-top: 24px; }.text-section p:not(.eyebrow) { margin-top: 15px; color: var(--muted); }
.site-footer { background: var(--green); color: var(--white); padding: 40px 0 30px; }.footer-top { display: flex; gap: 25px; align-items: center; flex-wrap: wrap; padding-bottom: 24px; border-bottom: 1px solid var(--muted); margin-bottom: 20px; }.footer-top strong { font-size: 26px; }.footer-top p { flex: 1; }.footer-top a { font-size: 14px; }.site-footer .wrap > p { font-size: 13px; opacity: .85; margin-top: 15px; }.footer-bottom { display: flex; gap: 25px; font-size: 13px; padding-top: 24px; }.footer-bottom span { margin-right: auto; }
.floating-banner { position: fixed; bottom: 0; left: 0; right: 0; background: var(--paper); border-top: 1px solid var(--green); z-index: 10; padding-bottom: env(safe-area-inset-bottom); }.floating-banner .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 14px; }.floating-banner p { font-weight: 700; font-size: 16px; }.floating-banner a { flex-shrink: 0; background: var(--green); color: var(--white); padding: 11px 20px; font-size: 14px; font-weight: 700; max-width: 48%; }
.error-page { padding-block: 90px; min-height: 60vh; }.error-page p { margin: 20px 0; }
@media (max-width: 1050px) {
  #site-nav { gap: 18px; font-size: 13px; }.hero { gap: 32px; }.content-layout { gap: 30px; grid-template-columns: minmax(0, 1fr) 210px; }.api-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 880px) {
  .wrap { width: calc(100% - 40px); }.header-inner { min-height: 84px; flex-wrap: wrap; padding-block: 18px; }.menu-toggle { display: block; }#site-nav { display: none; width: 100%; align-items: stretch; padding-top: 8px; }#site-nav.is-open { display: grid; gap: 8px; }#site-nav a { padding: 10px; font-size: 15px; }
  .hero { gap: 28px; padding-block: 42px; }.hero h1 { font-size: 40px; }.hero-copy br { display: none; }.pack-illustration { min-height: 310px; padding-inline: 10px; }.tissue-pack { padding-inline: 23px; }.pack-seal strong { font-size: 21px; }.intro-strip { grid-template-columns: 1fr; gap: 10px; }.content-layout { grid-template-columns: 1fr; }.sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }.side-block { padding: 0 0 20px; }.side-block:first-child { padding-top: 0; }.side-call { grid-column: 1 / -1; margin: 0; }.closing { margin-bottom: 15px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 36px); }.topline { font-size: 13px; }.topline .wrap > span { display: none; }.brand { font-size: 22px; }.hero { grid-template-columns: 1fr; gap: 30px; padding-top: 34px; }.hero h1 { font-size: 43px; }.hero-copy > p:not(.eyebrow) { font-size: 15px; }.hero-board { max-width: 450px; width: 100%; }.pack-illustration { min-height: 285px; }.hero .actions { gap: 16px; }.content-layout { padding-top: 22px; }.section-nav { gap: 12px 19px; }.section { padding-block: 36px; }h2 { font-size: 28px; }.type-grid, .check-grid, .link-grid { grid-template-columns: 1fr; }.type-card { padding: 28px 23px; }.type-card h3 { font-size: 25px; }.check-grid { gap: 28px; }.table-scroll table { min-width: 360px; }.scene-list article { gap: 18px; }.sidebar { grid-template-columns: 1fr; }.side-call { grid-column: auto; }.side-block nav { grid-template-columns: 1fr 1fr; gap: 0 18px; }.closing { padding: 32px 24px; }.closing h2 { font-size: 26px; }.closing .button { width: 100%; font-size: 14px; padding-inline: 12px; }.product-hero { padding-block: 30px; }.product-hero h1 { font-size: 39px; }.product-hero h2 { font-size: 24px; }.api-grid { gap: 12px; }.api-card { padding: 9px; }.footer-top { gap: 12px; }.footer-top p { flex-basis: 100%; font-size: 15px; }.footer-bottom { gap: 16px; flex-wrap: wrap; }.floating-banner .wrap { gap: 10px; flex-direction: column; padding-block: 10px; }.floating-banner p { font-size: 13px; text-align: center; }.floating-banner a { width: 100%; max-width: none; padding-block: 10px; text-align: center; }
}
@media print {
  .floating-banner, .sidebar, .site-header, .topline, .menu-toggle { display: none; }body.has-banner { padding-bottom: 0; }.wrap { width: 100%; }.content-layout { display: block; }.section { break-inside: avoid; }.faqs details p { display: block; }
}
