/* ================================================================
   happyvein.kr — 더행복한흉부외과의원
   디자인 정본: 클로드 디자인 확정본 (Downloads\병원 홈페이지 디자인)
   토큰: navy900 #0A1F3D · navy700 #001C80 · blue600 #0D6FB8
         blue400 #4E95D9 · wash #F4F8FC · orange #EC6C00
   ================================================================ */

*{box-sizing:border-box}
body{margin:0;font-family:'Pretendard Variable',Pretendard,-apple-system,BlinkMacSystemFont,'Malgun Gothic',sans-serif;color:#0A1F3D;background:#fff;word-break:keep-all;-webkit-font-smoothing:antialiased}
a{color:#0D6FB8;text-decoration:none}
a:hover{color:#001C80}
img{display:block;max-width:100%}
h1,h2,h3,p{margin:0}
.wrap{max-width:1320px;margin:0 auto;padding-left:40px;padding-right:40px}

/* ── 유틸리티 바 ── */
.utilbar{background:#0A1F3D;color:rgba(255,255,255,.75);font-size:13px;display:flex;justify-content:center;flex-wrap:wrap;gap:12px 32px;padding:9px 40px}
.utilbar strong{color:#fff}
.utilbar .hours{color:rgba(255,255,255,.5)}

/* ── 헤더 ── */
.sitehead{background:#fff;border-bottom:1px solid rgba(10,31,61,.12)}
.sitehead-in{display:flex;align-items:center;gap:40px;padding-top:16px;padding-bottom:16px}
.sitehead-in .logo{flex-shrink:0}
.sitehead-in .logo img{height:76px}
.gnb{display:flex;flex-wrap:wrap;gap:14px 30px;margin-left:auto}
.gnb a{font-size:16px;font-weight:600;color:#0A1F3D}
.gnb a:hover{color:#0D6FB8}
.gnb a.on{color:#0D6FB8;font-weight:800}
.head-cta{background:#0A1F3D;color:#fff;font-size:15px;font-weight:700;padding:12px 24px;border-radius:4px;flex-shrink:0}
.head-cta:hover{background:#001C80;color:#fff}

/* ── 홈 히어로 ── */
.hero{background:linear-gradient(180deg,#1D4270 0%,#16345D 100%);color:#fff;overflow:hidden}
.hero-in{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:end}
.hero-copy{padding:84px 0 96px}
.hero-badge{display:inline-block;border:1px solid rgba(236,108,0,.75);color:#F5A45C;font-size:13px;font-weight:700;padding:7px 16px;border-radius:99px;letter-spacing:.05em}
.hero-kicker{margin:28px 0 12px;font-size:19px;line-height:1.75;color:rgba(255,255,255,.8)}
.hero h1{font-size:70px;font-weight:800;line-height:1.28;letter-spacing:-0.025em}
.hero-cta{display:flex;gap:14px;margin-top:42px}
.btn-solid{background:#4E95D9;color:#0A1F3D;font-size:17px;font-weight:800;padding:16px 36px;border-radius:4px}
.btn-solid:hover{background:#fff;color:#0A1F3D}
.btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff;font-size:17px;font-weight:700;padding:16px 36px;border-radius:4px}
.btn-ghost:hover{border-color:#fff;color:#fff}
.hero-fig{position:relative;align-self:stretch;display:flex;align-items:flex-end;justify-content:center}
.hero-glow{position:absolute;left:50%;bottom:-140px;transform:translateX(-50%);width:560px;height:560px;border-radius:50%;background:radial-gradient(closest-side,rgba(78,149,217,.30),rgba(78,149,217,0) 72%);pointer-events:none}
.hero-fig img{height:560px;object-fit:contain;object-position:bottom;position:relative;filter:drop-shadow(0 26px 44px rgba(4,12,26,.45))}
.hero-name{position:absolute;left:0;bottom:32px;background:#001C80;padding:16px 22px;border-left:3px solid #EC6C00;pointer-events:none}
.hero-name .r{font-size:12.5px;color:rgba(255,255,255,.7)}
.hero-name .n{font-size:21px;font-weight:800;margin-top:4px}
.hero-name .t{font-size:14px;font-weight:600;color:rgba(255,255,255,.75)}

/* ── MEDIA 스트립 ── */
.media{background:#001C80;color:#fff}
.media-in{display:flex;align-items:center;flex-wrap:wrap;gap:10px 32px;padding-top:20px;padding-bottom:20px;font-size:14.5px}
.media-tag{font-size:12px;font-weight:700;letter-spacing:.16em;color:rgba(255,255,255,.55);flex-shrink:0}
.media-in .it{font-weight:600}
.media-in .sep{color:rgba(255,255,255,.3)}
.media-in .more{margin-left:auto;color:#9DC3E8;font-weight:700;font-size:14px}
.media-in .more:hover{color:#fff}

/* ── 홈: 광역 포괄 ── */
.method{padding:100px 0 90px}
.method-head{text-align:center}
.method-tag{display:inline-block;background:#0A1F3D;color:#fff;font-size:13px;font-weight:700;padding:8px 18px;letter-spacing:.05em}
.method-head h2{margin:20px 0 0;font-size:42px;font-weight:800;letter-spacing:-0.02em;line-height:1.35}
.method-head p{max-width:820px;margin:24px auto 0;font-size:16.5px;line-height:1.85;color:#3D4E66}
.method-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:56px}
.mcard{color:#fff;padding:40px;display:flex;flex-direction:column;justify-content:space-between;min-height:230px;border-radius:6px}
.mcard .no{font-size:14px;font-weight:700;letter-spacing:.1em;color:rgba(255,255,255,.6)}
.mcard h3{margin:0 0 12px;font-size:24px;font-weight:800;letter-spacing:-0.02em;line-height:1.4}
.mcard p{font-size:15.5px;line-height:1.75;color:rgba(255,255,255,.8)}
.mcard-1{background:#001C80}
.mcard-2{background:#0A1F3D}
.mcard-3{background:#0D6FB8}
.mcard-3 .no{color:rgba(255,255,255,.65)}
.mcard-3 p{color:rgba(255,255,255,.85)}

/* ── 홈: 프로그램 ── */
.programs{background:#F4F8FC;padding:90px 0}
.programs-head{display:flex;justify-content:space-between;align-items:baseline}
.programs-eyebrow{font-size:13px;font-weight:700;color:#0D6FB8;letter-spacing:.16em}
.programs-head h2{margin:14px 0 40px;font-size:36px;font-weight:800;letter-spacing:-0.02em;line-height:1.35}
.programs-head .more{font-size:15px;font-weight:700}
.pgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.pcard{background:#fff;border:1px solid rgba(10,31,61,.12);border-top:3px solid #001C80;padding:40px;color:#0A1F3D;display:block}
.pcard:hover{border-color:#0D6FB8;border-top-color:#001C80;color:#0A1F3D}
.pcard .no{font-size:13px;font-weight:700;color:#0D6FB8}
.pcard h3{margin:16px 0 16px;font-size:23px;font-weight:800;letter-spacing:-0.02em;line-height:1.45}
.pcard p{font-size:15.5px;line-height:1.8;color:#3D4E66}

/* ── 홈: 제도 카드 ── */
.pledge{padding:100px 0}
.pledge-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.pledge-card{position:relative;min-height:440px;border-radius:6px;overflow:hidden}
.pledge-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.pledge-cap{position:absolute;left:0;right:0;bottom:0;color:#fff;padding:28px 32px}
.pledge-cap-navy{background:rgba(10,31,61,.93)}
.pledge-cap-blue{background:rgba(0,28,128,.93)}
.pledge-cap h3{margin:0 0 10px;font-size:23px;font-weight:800;letter-spacing:-0.02em}
.pledge-cap p{font-size:15px;line-height:1.75;color:rgba(255,255,255,.8)}

/* ── 홈: 의학저널 미리보기 ── */
.journal{padding:0 0 100px}
.journal-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:32px}
.journal-head h2{font-size:34px;font-weight:800;letter-spacing:-0.02em;line-height:1.35}
.journal-head .more{font-size:15px;font-weight:700}
.jgrid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.jcard{border:1px solid rgba(10,31,61,.12);border-radius:6px;padding:28px;color:#0A1F3D;display:block}
.jcard:hover{border-color:#0D6FB8;color:#0A1F3D}
.jcard .cat{font-size:12.5px;font-weight:700;color:#0D6FB8;margin-bottom:14px}
.jcard h3{margin:0 0 20px;font-size:19px;font-weight:800;line-height:1.5;letter-spacing:-0.01em}
.jcard time{font-size:13px;color:#8A94A6}

/* ── 서브페이지 히어로 ── */
.phero{background:#0A1F3D;color:#fff}
.phero-in{padding-top:76px;padding-bottom:84px}
.phero .eyebrow{font-size:13px;font-weight:700;letter-spacing:.16em;color:#9DC3E8}
.phero h1{margin:18px 0 0;font-size:48px;font-weight:800;line-height:1.35;letter-spacing:-0.02em}
.phero .lead{margin:24px 0 0;max-width:760px;font-size:17px;line-height:1.8;color:rgba(255,255,255,.8)}

/* ── CTA 밴드 ── */
.ctaband{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-top:72px;padding-bottom:72px}
.ctaband h2{margin:0 0 10px;font-size:28px;font-weight:800;letter-spacing:-0.02em}
.ctaband p{margin:0;font-size:15.5px;line-height:1.75}
.ctaband .btns{display:flex;gap:12px;flex-shrink:0}
.cta-light{background:#F4F8FC}
.cta-light p{color:#3D4E66}
.cta-deep{background:#001C80;color:#fff}
.cta-deep .ctaband{padding-top:64px;padding-bottom:64px}
.cta-deep p{color:rgba(255,255,255,.8)}
.btn-navy{background:#0A1F3D;color:#fff;font-size:16px;font-weight:700;padding:15px 32px;border-radius:4px}
.btn-navy:hover{background:#001C80;color:#fff}
.btn-outline{border:1px solid rgba(10,31,61,.35);color:#0A1F3D;font-size:16px;font-weight:700;padding:15px 32px;border-radius:4px}
.btn-outline:hover{border-color:#0A1F3D;color:#0A1F3D}
.btn-white{background:#fff;color:#001C80;font-size:16px;font-weight:800;padding:16px 34px;border-radius:4px;flex-shrink:0}
.btn-white:hover{background:#D0E2F4;color:#001C80}

/* ── 병원 소개 ── */
.about-intro{padding-top:100px;padding-bottom:40px}
.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.about-intro-fig{height:420px;border-radius:6px;overflow:hidden}
.about-intro-fig img{width:100%;height:100%;object-fit:cover}
.sec-eyebrow{font-size:13px;font-weight:700;color:#0D6FB8;letter-spacing:.16em}
.about-intro h2{margin:14px 0 20px;font-size:34px;font-weight:800;letter-spacing:-0.02em;line-height:1.4}
.about-intro .body p{font-size:16px;line-height:1.85;color:#3D4E66}
.about-intro .body p+p{margin-top:16px}
.about-inst{padding-top:80px;padding-bottom:100px}
.about-inst>h2{margin:0 0 44px;font-size:36px;font-weight:800;letter-spacing:-0.02em;line-height:1.35;text-align:center}
.inst-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.inst-card{color:#fff;border-radius:6px;overflow:hidden}
.inst-card-blue{background:#001C80}
.inst-card-navy{background:#0A1F3D}
.inst-fig{height:280px}
.inst-fig img{width:100%;height:100%;object-fit:cover}
.inst-body{padding:36px 40px 44px}
.inst-body .tag{font-size:13px;font-weight:700;letter-spacing:.12em;color:rgba(255,255,255,.6)}
.inst-body h3{margin:12px 0 14px;font-size:27px;font-weight:800;letter-spacing:-0.02em;line-height:1.4}
.inst-body p{font-size:15.5px;line-height:1.8;color:rgba(255,255,255,.82)}

/* ── 치료법 ── */
.t3{padding-top:90px}
.t3-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.t3-card{border:1px solid rgba(10,31,61,.14);border-top:3px solid #001C80;padding:36px;border-radius:0 0 6px 6px}
.t3-card .no{font-size:13px;font-weight:700;color:#0D6FB8;letter-spacing:.1em}
.t3-card h3{margin:16px 0 12px;font-size:22px;font-weight:800;letter-spacing:-0.02em;line-height:1.4}
.t3-card p{font-size:15.5px;line-height:1.8;color:#3D4E66}
.texam{margin-top:56px;padding-bottom:80px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.texam h2{margin:14px 0 18px;font-size:32px;font-weight:800;letter-spacing:-0.02em;line-height:1.4}
.texam .body{font-size:16px;line-height:1.85;color:#3D4E66}
.texam-fig{height:380px;border-radius:6px;overflow:hidden}
.texam-fig img{width:100%;height:100%;object-fit:cover}
.tprograms{background:#F4F8FC;padding:90px 0 100px}
.tprograms h2{margin:14px 0 44px;font-size:36px;font-weight:800;letter-spacing:-0.02em;line-height:1.35}
.prow-list{display:flex;flex-direction:column;gap:16px}
.prow{background:#fff;border:1px solid rgba(10,31,61,.12);border-radius:6px;padding:34px 40px;display:grid;grid-template-columns:120px 320px 1fr;gap:32px;align-items:start}
.prow .pno{font-size:14px;font-weight:800;color:#0D6FB8;letter-spacing:.08em;padding-top:4px}
.prow .pno span{font-size:30px;color:#001C80;display:block}
.prow h3{margin:0;font-size:23px;font-weight:800;letter-spacing:-0.02em;line-height:1.45}
.prow ul{margin:0;padding-left:18px;font-size:15.5px;line-height:1.9;color:#3D4E66}

/* ── 의료진 ── */
.dhero{background:#0A1F3D;color:#fff;overflow:hidden}
.dhero-in{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:end}
.dhero-copy{padding:80px 0 90px}
.dhero h1{margin:20px 0 0;font-size:44px;font-weight:800;line-height:1.4;letter-spacing:-0.02em}
.dhero-name{margin-top:32px;display:flex;align-items:baseline;gap:14px}
.dhero-name .nm{font-size:32px;font-weight:800}
.dhero-name .tt{font-size:17px;font-weight:600;color:rgba(255,255,255,.75)}
.dhero-sub{margin:10px 0 0;font-size:15.5px;color:rgba(255,255,255,.7);line-height:1.75}
.dhero-fig{align-self:stretch;display:flex;align-items:flex-end;justify-content:center}
.dhero-fig img{height:480px;object-fit:contain;object-position:bottom;filter:drop-shadow(0 22px 38px rgba(4,12,26,.45))}
.mediaboard{background:#001C80;color:#fff}
.mediaboard-in{padding-top:36px;padding-bottom:36px}
.mediaboard .tag{font-size:12px;font-weight:700;letter-spacing:.16em;color:rgba(255,255,255,.55);margin-bottom:18px}
.mediaboard-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:16px}
.mediaboard-card{border:1px solid rgba(255,255,255,.25);border-radius:6px;padding:20px 24px}
.mediaboard-card .ch{font-size:13px;color:rgba(255,255,255,.6);font-weight:600}
.mediaboard-card .ep{font-size:18px;font-weight:800;margin-top:6px}
.mediaboard-card .ep span{font-size:14px;font-weight:600;color:rgba(255,255,255,.7)}
.cv{padding-top:100px;padding-bottom:100px}
.cv-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}
.cv-fig{height:480px;border-radius:6px;overflow:hidden;position:sticky;top:40px}
.cv-fig img{width:100%;height:100%;object-fit:cover}
.cv h2{margin:0 0 24px;font-size:26px;font-weight:800;letter-spacing:-0.02em;border-bottom:2px solid #0A1F3D;padding-bottom:16px}
.cv h2+ul{margin:0;padding:0;list-style:none}
.cv ul{margin:0;padding:0;list-style:none}
.cv li{padding:16px 0;border-bottom:1px solid rgba(10,31,61,.12);font-size:16.5px;line-height:1.7}
.cv .hist li{font-weight:600}
.cv .soc{margin-bottom:0}
.cv .soc li{color:#3D4E66}
.cv .gap{margin-bottom:48px}

/* ── 아카이브 허브 (진료노트·후기·의학저널) ── */
.hub-hero{background:#0A1F3D;color:#fff}
.hub-hero-in{padding-top:64px}
.hub-hero .eyebrow{font-size:13px;font-weight:700;letter-spacing:.16em;color:#9DC3E8}
.hub-hero h1{margin:16px 0 36px;font-size:44px;font-weight:800;line-height:1.35;letter-spacing:-0.02em}
.tabbar{display:flex;gap:4px}
.tabbar a{font-size:16px;font-weight:700;padding:16px 28px;border-radius:6px 6px 0 0;background:rgba(255,255,255,.1);color:rgba(255,255,255,.85)}
.tabbar a:hover{background:rgba(255,255,255,.2);color:#fff}
.tabbar a.on{background:#fff;color:#0A1F3D}
.hub-body{padding-top:56px;padding-bottom:80px}
.hub-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}
.hub-meta .cnt{font-size:15px;color:#5B6B82}
.hub-meta .cnt strong{color:#0A1F3D}
.hub-meta .desc{font-size:13.5px;color:#8A94A6}
.hub-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}
.hub-card{border:1px solid rgba(10,31,61,.12);border-radius:6px;overflow:hidden;color:#0A1F3D;display:block}
.hub-card:hover{border-color:#0D6FB8;color:#0A1F3D}
.hub-thumb{height:190px;background:#F4F8FC;border-bottom:1px solid rgba(10,31,61,.08)}
.hub-thumb img{width:100%;height:100%;object-fit:cover}
.hub-card-body{padding:26px 28px 28px}
.hub-card-body .cat{font-size:12.5px;font-weight:700;color:#0D6FB8;margin-bottom:12px}
.hub-card-body h3{margin:0 0 18px;font-size:19px;font-weight:800;line-height:1.5;letter-spacing:-0.01em}
.hub-card-body time{font-size:13px;color:#8A94A6}
.hub-empty{border:1px dashed rgba(10,31,61,.25);border-radius:6px;padding:72px 40px;text-align:center}
.hub-empty .t{font-size:19px;font-weight:800;margin-bottom:10px}
.hub-empty .s{font-size:15px;color:#5B6B82;line-height:1.75}

/* ── 진료 안내 ── */
.visit{padding-top:90px;padding-bottom:100px}
.visit-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}
.visit h2{margin:0 0 24px;font-size:26px;font-weight:800;letter-spacing:-0.02em;border-bottom:2px solid #0A1F3D;padding-bottom:16px}
.visit h2.mt{margin-top:48px}
.vtimes{display:flex;flex-direction:column}
.vtimes>div{display:grid;grid-template-columns:130px 1fr;padding:16px 0;border-bottom:1px solid rgba(10,31,61,.12);font-size:16px}
.vtimes .d{font-weight:700}
.vtimes .off{color:#B4482B;font-weight:600}
.vtel{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.vtel a{border:1px solid rgba(10,31,61,.14);border-radius:6px;padding:24px;color:#0A1F3D;display:block}
.vtel a:hover{border-color:#0D6FB8;color:#0A1F3D}
.vtel .l{font-size:13px;font-weight:700;color:#0D6FB8}
.vtel .n{font-size:24px;font-weight:800;margin-top:8px;letter-spacing:-0.01em}
.vmap{border:1px solid rgba(10,31,61,.14);border-radius:6px;background:#F4F8FC;padding:48px 40px;text-align:center}
.vmap .addr{font-size:20px;font-weight:800;line-height:1.6;margin-bottom:20px}
.vmap .btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.vmap .btns a{border:1px solid rgba(10,31,61,.25);background:#fff;color:#0A1F3D;font-size:14.5px;font-weight:700;padding:12px 24px;border-radius:4px}
.vmap .btns a:hover{border-color:#0D6FB8;color:#0D6FB8}
.vinfo{margin-top:24px;display:flex;flex-direction:column;gap:14px;font-size:16px;line-height:1.75}
.vinfo>div{display:grid;grid-template-columns:90px 1fr;gap:16px}
.vinfo .k{font-weight:700;color:#0D6FB8}

/* ── 게시글 상세 (에디터 발행물 공용) ── */
.post-head{border-bottom:1px solid rgba(10,31,61,.12)}
.post-head-in{max-width:760px;margin:0 auto;padding:72px 40px 48px}
.post-meta{display:flex;align-items:center;gap:12px;font-size:13.5px;font-weight:700}
.post-meta .sep{color:#C3CBD7}
.post-meta .date{color:#8A94A6;font-weight:500}
.post-head h1{margin:20px 0 0;font-size:38px;font-weight:800;line-height:1.4;letter-spacing:-0.02em}
.post-author{margin-top:24px;display:flex;align-items:center;gap:10px;font-size:14px;color:#5B6B82}
.post-author .nm{font-weight:700;color:#0A1F3D}
.post-author .sep{color:#C3CBD7}
.post-body{max-width:760px;margin:0 auto;padding:56px 40px 40px;font-size:17px;line-height:1.9;color:#243347}
.post-body p{margin:0 0 28px}
.post-body h2{margin:48px 0 20px;font-size:26px;font-weight:800;letter-spacing:-0.02em;line-height:1.45;color:#0A1F3D}
.post-body h3{margin:40px 0 16px;font-size:21px;font-weight:800;letter-spacing:-0.02em;line-height:1.5;color:#0A1F3D}
.post-body ul,.post-body ol{margin:0 0 28px;padding-left:22px;display:flex;flex-direction:column;gap:10px}
.post-body figure{margin:40px 0}
.post-body figure img{width:100%;border-radius:6px}
.post-body figcaption{margin-top:12px;font-size:13.5px;color:#8A94A6;text-align:center;line-height:1.6}
.post-body blockquote{margin:40px 0;padding:28px 32px;background:#F4F8FC;border-radius:6px;font-size:18px;font-weight:600;line-height:1.75;color:#0A1F3D}
.post-body .video{margin:40px 0}
.post-body .video .frame{position:relative;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:#0A1F3D}
.post-body .video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.post-body .video .cap{margin-top:12px;font-size:13.5px;color:#8A94A6;text-align:center;line-height:1.6}
.post-foot{max-width:760px;margin:0 auto;padding:40px 40px 0}
.post-nav{border-top:2px solid #0A1F3D}
.post-nav a{display:grid;grid-template-columns:90px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid rgba(10,31,61,.12);color:#0A1F3D;font-size:15px}
.post-nav a:hover{color:#0D6FB8}
.post-nav .dir{font-weight:700;color:#8A94A6}
.post-nav .ttl{font-weight:600}
.post-back{display:flex;justify-content:center;padding:36px 0 80px}
.post-back a{border:1px solid rgba(10,31,61,.25);color:#0A1F3D;font-size:15px;font-weight:700;padding:13px 32px;border-radius:4px}
.post-back a:hover{border-color:#0D6FB8;color:#0D6FB8}

/* ── 푸터 ── */
.sitefoot{background:#0A1F3D;color:rgba(255,255,255,.65)}
.sitefoot-in{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:48px;padding-top:64px;padding-bottom:48px}
.sitefoot .brand{color:#fff;font-size:19px;font-weight:800;letter-spacing:-0.02em}
.sitefoot .brand-en{font-size:10px;letter-spacing:.16em;color:rgba(255,255,255,.4);margin:6px 0 20px}
.sitefoot p{font-size:14px;line-height:1.9}
.sitefoot .col{font-size:14px;line-height:2}
.sitefoot .col-t{color:#fff;font-weight:700;margin-bottom:10px}
.sitefoot .links{display:flex;flex-direction:column;gap:8px;font-size:14px}
.sitefoot .links a{color:rgba(255,255,255,.65)}
.sitefoot .links a:hover{color:#fff}
.sitefoot-bot{border-top:1px solid rgba(255,255,255,.12);text-align:center;font-size:12px;padding:18px;color:rgba(255,255,255,.4)}

/* ── 반응형 ── */
@media (max-width:1080px){
  .hero h1{font-size:52px}
  .method-cards,.pgrid,.jgrid,.hub-grid,.t3-grid{grid-template-columns:1fr 1fr}
  .mediaboard-grid{grid-template-columns:1fr 1fr}
  .sitehead-in{flex-wrap:wrap;gap:16px}
  .gnb{margin-left:0;width:100%;order:3}
  .prow{grid-template-columns:110px 1fr}
  .prow ul{grid-column:1 / -1}
}
@media (max-width:760px){
  .wrap{padding-left:22px;padding-right:22px}
  .hero-in,.dhero-in{grid-template-columns:1fr}
  .hero-copy{padding:56px 0 24px}
  .dhero-copy{padding:56px 0 24px}
  .hero h1{font-size:42px}
  .phero h1,.dhero h1,.hub-hero h1{font-size:34px}
  .hero-fig{margin-top:12px}
  .hero-fig img{height:420px}
  .dhero-fig img{height:380px}
  .hero-glow{width:420px;height:420px;bottom:-100px}
  .method-cards,.pgrid,.jgrid,.pledge-grid,.hub-grid,.t3-grid,.inst-grid,.mediaboard-grid,.vtel{grid-template-columns:1fr}
  .about-intro-grid,.texam,.cv-grid,.visit-grid{grid-template-columns:1fr;gap:32px}
  .cv-fig{position:static;height:360px}
  .method-head h2{font-size:32px}
  .programs-head,.ctaband{flex-direction:column;align-items:flex-start}
  .sitefoot-in{grid-template-columns:1fr;gap:32px}
  .media-in .more{margin-left:0}
  .utilbar{gap:6px 18px}
  .prow{grid-template-columns:1fr;gap:14px}
  .post-head h1{font-size:28px}
  .tabbar{overflow-x:auto}
  .tabbar a{white-space:nowrap}
}
