:root{
  --ink:#1e2b27;--muted:#66736e;--green:#315c4d;--green2:#5f7f70;--cream:#f6f1e7;--paper:#fffdf8;--line:#dfe4df;--warm:#b88654;--shadow:0 18px 50px rgba(28,51,43,.10);--radius:24px
}

/* 건강관리 영상 메뉴와 게시물 */
.site-header .header-inner{width:min(1280px,calc(100% - 40px))}
.site-header .site-nav{gap:16px;font-size:13px}
.site-nav>a{white-space:nowrap}
.site-nav a[aria-current]{color:var(--green);text-decoration:underline;text-underline-offset:7px}
.health-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.health-video-card{display:flex;flex-direction:column;min-width:0;padding:34px;border:1px solid var(--line);border-radius:24px;background:#fff;transition:box-shadow .18s ease,transform .18s ease}
.health-video-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.health-video-card:focus-visible{outline:3px solid var(--green);outline-offset:5px}
.video-card-label{display:flex;align-items:center;gap:12px;font-size:13px;font-weight:800;color:var(--green)}
.video-play-icon{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;padding-left:2px;border-radius:50%;background:#edf2ee;font-size:15px}
.health-video-card h2{font-size:25px;line-height:1.45;letter-spacing:-.025em;margin:22px 0 14px}
.health-video-card p{margin:0 0 26px;color:var(--muted);font-size:15px}
.video-card-bottom{display:flex;justify-content:space-between;gap:16px;margin-top:auto;padding-top:20px;border-top:1px solid var(--line);color:var(--green);font-size:13px;font-weight:700}
.video-card-bottom time{color:var(--muted);font-weight:400}
.health-video-page .article-header h1{font-size:clamp(32px,4.4vw,48px);line-height:1.35}
.health-video-page .article-meta{color:var(--muted)}
.health-video-page .article-meta a{text-decoration:underline;text-underline-offset:3px}
.video-introduction{padding:30px 0;font-size:19px}
.video-introduction p{margin:0}
.health-video-player{max-width:393px;margin:0 auto 40px}
.health-video-frame{width:100%;aspect-ratio:393 / 699;overflow:hidden;border-radius:20px;background:#17221d;box-shadow:var(--shadow)}
.health-video-frame iframe{display:block;width:100%;height:100%;border:0}
.health-video-player figcaption{margin-top:14px;text-align:center;font-size:13px;color:var(--muted)}
.health-video-player figcaption a{text-decoration:underline;text-underline-offset:4px}
.video-topics{padding:26px;border:1px solid var(--line);border-radius:20px;background:#f3f5f2}
.video-topics h2{font-size:21px;margin:0 0 18px}
.video-topics dl{margin:0;display:grid;gap:14px}
.video-topics dl>div{display:grid;grid-template-columns:80px 1fr;gap:14px}
.video-topics dt{color:var(--green);font-size:14px;font-weight:800}
.video-topics dd{margin:0;font-size:15px;color:#42514b;overflow-wrap:anywhere}
.video-back-link{margin-top:34px}
@media (max-width:1180px){
  .site-header .menu-btn{display:block}
  .site-header .site-nav{display:none;position:absolute;top:100%;left:20px;right:20px;flex-direction:column;align-items:stretch;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow);max-height:calc(100dvh - 160px);overflow-y:auto}
  .site-header .site-nav.is-open{display:flex}
  .site-header .site-nav>a{padding:5px 0;white-space:normal}
}
@media (max-width:620px){
  .site-header .header-inner{width:calc(100% - 28px)}
  .health-video-grid{grid-template-columns:1fr}
  .health-video-card{padding:24px}
  .health-video-card h2{font-size:23px}
  .health-video-page .article-header{padding-bottom:26px}
  .health-video-page .video-introduction{font-size:17px;padding:26px 0}
  .health-video-frame{border-radius:16px}
  .video-topics{padding:22px}
  .video-topics dl>div{grid-template-columns:1fr;gap:3px}
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Pretendard","Noto Sans KR","Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.75;word-break:keep-all}a{color:inherit;text-decoration:none}img{max-width:100%}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}.skip-link{position:fixed;left:12px;top:-60px;background:#111;color:#fff;padding:10px 14px;z-index:100}.skip-link:focus{top:12px}.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(49,92,77,.08)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-family:serif;font-size:20px}.brand strong{display:block;font-size:18px;letter-spacing:-.03em}.brand small{display:block;color:var(--muted);font-size:9px;letter-spacing:.08em;line-height:1.3}.site-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:700}.site-nav a:hover{color:var(--green)}.nav-call,.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;background:var(--green);color:#fff!important;font-weight:800}.button.secondary{background:transparent;color:var(--green)!important;border:1px solid var(--green)}.menu-btn{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 11px;font-weight:700}.hero{overflow:hidden;background:linear-gradient(135deg,#f8f3e9 0%,#eef4ef 100%);border-bottom:1px solid #e8e2d8}.hero-inner{min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:70px;padding:70px 0}.eyebrow{display:inline-block;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px}.hero h1{font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(42px,6vw,72px);line-height:1.12;letter-spacing:-.055em;margin:0 0 24px}.hero h1 em{font-style:normal;color:var(--green)}.hero .lead{font-size:19px;color:#53625c;max-width:640px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-card{position:relative;background:#315c4d;color:#fff;border-radius:36px;padding:46px;min-height:420px;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.hero-card:before,.hero-card:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%}.hero-card:before{width:330px;height:330px;right:-110px;top:-120px}.hero-card:after{width:190px;height:190px;left:-80px;bottom:40px}.hero-card .seal{position:absolute;right:34px;top:34px;width:74px;height:74px;border-radius:50%;background:#f1e4cd;color:var(--green);display:grid;place-items:center;font-family:serif;font-size:28px;font-weight:700}.hero-card p{position:relative;margin:6px 0;color:#dde8e2}.hero-card strong{position:relative;font-size:30px;line-height:1.35}.quick-strip{margin-top:-36px;position:relative;z-index:4}.quick-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.quick-grid a{padding:24px 26px;border-right:1px solid var(--line)}.quick-grid a:last-child{border-right:0}.quick-grid small{display:block;color:var(--muted);font-size:12px}.quick-grid strong{display:block;margin-top:4px}.section{padding:100px 0}.section.soft{background:#f5f7f3}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:42px}.section-head h2,.page-hero h1{font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(34px,4vw,50px);line-height:1.2;letter-spacing:-.04em;margin:0}.section-head p{max-width:520px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.card .num{font-family:Georgia,serif;font-size:14px;color:var(--warm)}.card h3{font-size:22px;margin:14px 0 10px}.card p{color:var(--muted);margin:0}.card-link{display:inline-flex;margin-top:18px;color:var(--green);font-weight:800}.facts-band{display:grid;grid-template-columns:1fr 1fr;gap:22px}.fact-panel{background:var(--green);color:#fff;border-radius:28px;padding:38px}.fact-panel.light{background:#eee7d9;color:var(--ink)}.fact-panel h3{font-size:27px;margin:0 0 20px}.fact-list{display:grid;gap:12px}.fact-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.15)}.light .fact-row{border-bottom-color:rgba(30,43,39,.12)}.fact-row span:first-child{opacity:.75}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.post-card{display:flex;flex-direction:column;min-height:270px;border:1px solid var(--line);border-radius:24px;padding:28px;background:#fff}.post-card .tag{font-size:12px;font-weight:900;color:var(--green)}.post-card h3{font-size:21px;line-height:1.45;margin:18px 0 12px}.post-card p{color:var(--muted);font-size:14px;margin:0}.post-card time{margin-top:auto;padding-top:24px;font-size:12px;color:#88938f}.cta-band{background:#203e34;color:#fff;border-radius:32px;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta-band h2{font-size:34px;line-height:1.3;margin:0 0 12px}.cta-band p{margin:0;color:#d6e0dc}.cta-band .button{background:#f2e8d8;color:#203e34!important}.page-hero{padding:86px 0 66px;background:linear-gradient(180deg,#f5f1e8,#fffdf8)}.page-hero p{font-size:18px;color:var(--muted);max-width:720px}.content-grid{display:grid;grid-template-columns:1fr .34fr;gap:48px;align-items:start}.prose{font-size:17px}.prose h2{font-size:30px;line-height:1.35;margin:58px 0 18px}.prose h3{font-size:22px;margin:34px 0 12px}.prose p,.prose li{color:#42514b}.prose ul{padding-left:20px}.side-card{position:sticky;top:110px;border:1px solid var(--line);border-radius:22px;padding:26px;background:#fff}.side-card h3{margin-top:0}.side-card a{color:var(--green);font-weight:800}.article-page{padding:54px 0 100px}.article-wrap{max-width:840px}.breadcrumb{font-size:13px;color:var(--muted);display:flex;gap:8px;flex-wrap:wrap}.article-header{padding:55px 0 36px;border-bottom:1px solid var(--line)}.article-header h1{font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(36px,5vw,56px);line-height:1.22;letter-spacing:-.04em;margin:0 0 18px}.article-header .lead{font-size:19px;color:var(--muted)}.article-meta{font-size:13px;color:#89938f}.article-content{font-size:17px;padding:44px 0}.article-content h2{font-size:30px;line-height:1.4;margin:54px 0 16px}.article-content h3{font-size:22px;margin:34px 0 12px}.article-content p,.article-content li{color:#3d4b46}.article-content ul,.article-content ol{padding-left:22px}.medical-note{padding:24px 26px;border-radius:18px;background:#f3f5f2;border-left:4px solid var(--green)}.medical-note p{margin-bottom:0;color:var(--muted)}.article-cta{margin-top:30px;border:1px solid var(--line);border-radius:20px;padding:26px;display:flex;justify-content:space-between;align-items:center;gap:20px}.article-cta p{margin:4px 0 0;color:var(--muted)}.faq-list{display:grid;gap:14px}.faq-item{border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px 24px}.faq-item h3{margin:0 0 10px;font-size:19px}.faq-item p{margin:0;color:var(--muted)}.site-footer{background:#162a23;color:#eaf0ed;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:40px}.footer-grid p{color:#acbbb5;margin:8px 0;font-size:14px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:24px;display:flex;gap:22px;flex-wrap:wrap;color:#95a8a0;font-size:12px}.notice{padding:18px 20px;border-radius:16px;background:#fff6e9;border:1px solid #ead9bf;color:#6b563e}.table-wrap{overflow:auto}.info-table{width:100%;border-collapse:collapse}.info-table th,.info-table td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line);vertical-align:top}.info-table th{width:28%;color:var(--muted);font-weight:700}.pill-list{display:flex;gap:10px;flex-wrap:wrap;padding:0;list-style:none}.pill-list li{padding:8px 12px;border-radius:999px;background:#edf2ee;color:var(--green);font-size:13px;font-weight:800}
@media (max-width:900px){.menu-btn{display:block}.site-nav{display:none;position:absolute;top:70px;left:20px;right:20px;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.hero-inner{grid-template-columns:1fr;padding:60px 0 80px;gap:34px}.hero-card{min-height:320px}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid a{border-bottom:1px solid var(--line)}.cards,.post-grid{grid-template-columns:1fr 1fr}.facts-band,.content-grid{grid-template-columns:1fr}.side-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}.section{padding:76px 0}}
@media (max-width:620px){.container{width:min(100% - 28px,1120px)}.brand small{display:none}.hero-inner{min-height:auto}.hero h1{font-size:42px}.hero-card{padding:30px;border-radius:26px}.hero-card strong{font-size:25px}.quick-grid,.cards,.post-grid,.footer-grid{grid-template-columns:1fr}.quick-grid a{border-right:0}.section-head,.cta-band,.article-cta{align-items:flex-start;flex-direction:column}.section{padding:62px 0}.section-head{margin-bottom:28px}.page-hero{padding:62px 0 48px}.cta-band{padding:32px;border-radius:24px}.article-header{padding-top:38px}.article-content{padding-top:30px}.fact-panel{padding:28px}.fact-row{flex-direction:column;gap:4px}}
.source-box{margin:8px 0 30px;padding:24px 26px;border:1px solid var(--line);border-radius:18px;background:#fff}.source-box h2,.related-articles h2{font-size:22px;margin:0 0 14px}.source-box ul{margin:0;padding-left:20px}.source-box a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.medical-note a{color:var(--green);font-weight:800}.related-articles{margin-top:34px}.related-list{display:grid;gap:10px}.related-list a{display:flex;flex-direction:column;gap:4px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.related-list span{font-size:14px;color:var(--muted)}.faq-item h2{margin:0 0 10px;font-size:19px}

.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.channel-card{display:flex;flex-direction:column;gap:8px;min-height:180px;padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.channel-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.channel-card small{font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--green)}.channel-card strong{font-size:20px}.channel-card span{margin-top:auto;color:var(--muted);font-size:14px}.footer-channels a{text-decoration:underline;text-underline-offset:3px}.footer-channels a:hover{color:#fff}@media (max-width:900px){.channel-grid{grid-template-columns:1fr 1fr}}@media (max-width:620px){.channel-grid{grid-template-columns:1fr}}

/* 모바일 하단 고정 메뉴 */
.mobile-bottom-bar{
  display:none;
}

@media (max-width:768px){

  body{
    padding-bottom:76px;
  }

  .mobile-bottom-bar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;

    display:grid;
    grid-template-columns:repeat(3,1fr);

    background:#ffffff;
    border-top:1px solid rgba(0,0,0,.10);
    box-shadow:0 -4px 18px rgba(0,0,0,.08);

    padding-bottom:env(safe-area-inset-bottom);
  }

  .mobile-bottom-bar a{
    min-height:66px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;

    color:#315c4d;
    text-decoration:none;
    font-size:.76rem;
    font-weight:700;

    border-right:1px solid rgba(0,0,0,.07);
  }

  .mobile-bottom-bar a:last-child{
    border-right:0;
  }

  .mobile-bar-icon{
    width:25px;
    height:25px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #315c4d;
    border-radius:50%;

    font-size:.78rem;
    font-weight:800;
    line-height:1;
  }

  .mobile-bottom-bar a:active{
    background:#f6f1e7;
  }
}
/* 원장 소개 · 진료철학 */
.director-intro-section{
  padding:100px 0;
  background:#f5f7f3;
}

.director-intro-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:60px;
  align-items:center;
}

.director-intro-photo img{
  display:block;
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
  border-radius:30px;
  box-shadow:var(--shadow);
}

.director-intro-copy h2{
  font-family:Georgia,"Noto Serif KR",serif;
  font-size:clamp(34px,4vw,50px);
  line-height:1.25;
  letter-spacing:-.04em;
  margin:0 0 24px;
}

.director-intro-copy p{
  max-width:650px;
  margin:0 0 14px;
  color:var(--muted);
  font-size:17px;
  line-height:1.85;
}

.director-name{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:26px;
}

.director-name strong{
  font-size:20px;
}

.director-name span{
  color:var(--muted);
  font-size:14px;
}

@media (max-width:900px){
  .director-intro-section{
    padding:76px 0;
  }

  .director-intro-grid{
    grid-template-columns:1fr;
    gap:36px;
  }

  .director-intro-photo{
    max-width:480px;
  }
}

@media (max-width:620px){
  .director-intro-section{
    padding:62px 0;
  }

  .director-intro-grid{
    gap:30px;
  }

  .director-intro-photo img{
    border-radius:24px;
  }

  .director-intro-copy p{
    font-size:16px;
  }
}
