
:root{
  --green:#0f7f2a;
  --green2:#71c431;
  --deep:#0c3b28;
  --red:#e91622;
  --ink:#111827;
  --muted:#667085;
  --line:#e5e9e6;
  --soft:#f5fbf6;
  --cream:#fbf8f2;
  --navy:#102030;
  --blue:#155fc2;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.72;word-break:keep-all}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px, calc(100% - 48px));margin:0 auto}
.topbar{height:92px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,30,20,.08)}
.nav{height:92px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:14px;font-size:30px;font-weight:900;letter-spacing:-1.2px;white-space:nowrap}.brand img{width:72px;height:72px;object-fit:contain;border-radius:8px}.brand span{display:inline}.menu{margin-left:auto;display:flex;align-items:center;gap:28px;font-size:15px;font-weight:800}.menu a{padding:34px 0;border-bottom:3px solid transparent}.menu a:hover,.menu a.active{color:var(--green);border-bottom-color:var(--green)}.phone{font-size:21px;font-weight:900;color:var(--green);white-space:nowrap}.mobile-toggle{display:none;background:#fff;border:1px solid var(--line);border-radius:10px;padding:8px 10px;font-weight:900}
.hero{position:relative;min-height:calc(100vh - 92px);display:flex;align-items:center;overflow:hidden;background:#f5fbf6}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 34%,rgba(255,255,255,.44) 57%,rgba(255,255,255,.10) 100%);z-index:1}.hero-bg{position:absolute;inset:0;background:url('images/doctor_holding_endoscope_hero.png') center/cover no-repeat;filter:saturate(1.02) contrast(1.01)}.hero .container{position:relative;z-index:2;padding:80px 0}.eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 13px;border-radius:999px;background:rgba(15,127,42,.09);color:var(--green);font-weight:900;font-size:14px}.hero h1{font-size:62px;line-height:1.13;letter-spacing:-3px;margin:22px 0 22px;max-width:650px}.hero h1 .green{color:var(--green)}.hero h1 .red{color:var(--red)}.lead{font-size:21px;color:#263238;max-width:620px;margin:0 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;font-weight:900;padding:14px 22px;border:1px solid transparent;box-shadow:0 10px 22px rgba(12,59,40,.12)}.btn.primary{background:var(--green);color:#fff}.btn.white{background:#fff;color:var(--green);border-color:#badfbd}.hero-badge{position:absolute;z-index:3;right:calc((100% - min(1180px, calc(100% - 48px))) / 2);bottom:42px;background:#fff;border-radius:22px;padding:26px 34px;text-align:center;box-shadow:0 18px 50px rgba(0,0,0,.16)}.hero-badge small{display:block;font-weight:800;color:#333}.hero-badge b{display:block;color:var(--red);font-size:45px;line-height:1;margin:8px 0}.hero-badge strong{color:var(--green);font-size:18px}.scrollhint{position:absolute;z-index:3;bottom:40px;left:50%;transform:translateX(-50%);font-size:13px;color:#344;background:rgba(255,255,255,.72);border-radius:999px;padding:8px 14px}
.section{padding:92px 0}.section.tight{padding:58px 0}.section.soft{background:linear-gradient(180deg,#fff,#f7fbf7)}.section.cream{background:var(--cream)}.title{margin-bottom:38px}.title.center{text-align:center}.title .kicker{color:var(--green);font-weight:900;font-size:15px;letter-spacing:.02em}.title h2{font-size:43px;line-height:1.22;letter-spacing:-2px;margin:8px 0 10px}.title p{font-size:18px;color:var(--muted);margin:0}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:28px;box-shadow:0 12px 32px rgba(16,24,40,.045)}.card h3{font-size:24px;line-height:1.28;margin:0 0 10px;letter-spacing:-.8px}.card p{margin:0;color:#374151}.card.green{background:linear-gradient(135deg,#fff,#f5fbf3)}.card.red{background:linear-gradient(135deg,#fff,#fff5f5)}.icon{width:54px;height:54px;border-radius:16px;background:#f1fbf1;color:var(--green);display:flex;align-items:center;justify-content:center;margin-bottom:18px;font-size:26px;font-weight:900}.pill{display:inline-flex;align-items:center;border:1px solid #d9e9db;background:#fff;border-radius:999px;padding:7px 12px;margin:4px 4px 0 0;font-size:14px;font-weight:800;color:#293}
.story-intro{display:grid;grid-template-columns:1fr .75fr;gap:38px;align-items:center}.story-intro blockquote{margin:0;font-size:32px;line-height:1.45;font-weight:900;letter-spacing:-1.3px}.story-intro blockquote span{color:var(--green)}.story-intro p{font-size:18px;color:#475467}.photo{border-radius:24px;overflow:hidden;background:#eee;min-height:360px;position:relative}.photo img{width:100%;height:100%;object-fit:cover}.photo.caption:after{content:attr(data-caption);position:absolute;left:18px;bottom:18px;background:rgba(0,0,0,.65);color:#fff;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:800}
.timeline{position:relative;margin-top:32px}.timeline:before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(var(--green),#d8ead8);transform:translateX(-50%)}.chapter{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;margin:0 0 76px}.chapter:last-child{margin-bottom:0}.chapter:nth-child(even) .chapter-text{order:2}.chapter:nth-child(even) .chapter-media{order:1}.chapter-dot{position:absolute;left:50%;top:42px;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:2px solid var(--green);box-shadow:0 0 0 8px #f6fbf6;display:flex;align-items:center;justify-content:center;color:var(--green);font-weight:900}.chapter-text{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 16px 42px rgba(16,24,40,.05)}.chapter-text .num{color:var(--green);font-size:14px;font-weight:900}.chapter-text h3{font-size:34px;line-height:1.24;letter-spacing:-1.5px;margin:8px 0 14px}.chapter-text p{margin:0 0 14px;color:#344054;font-size:17px}.chapter-media{border-radius:24px;overflow:hidden;box-shadow:0 18px 46px rgba(16,24,40,.10);background:#f1f1f1;min-height:360px}.chapter-media img{width:100%;height:100%;object-fit:cover}.note{border-left:4px solid var(--green);background:#f7fbf6;padding:16px 18px;border-radius:12px;margin-top:18px;font-weight:800;color:#173d25}.note.red{border-left-color:var(--red);background:#fff7f7;color:#8a1116}.note.blue{border-left-color:var(--blue);background:#f5f8ff;color:#173b70}.split-gallery{display:grid;grid-template-columns:1.3fr .7fr;gap:22px}.split-gallery .tall{min-height:560px}.split-gallery .stack{display:grid;gap:22px}.mini{min-height:269px;border-radius:20px;overflow:hidden}.mini img{width:100%;height:100%;object-fit:cover}.statbar{background:#fff;border:1px solid var(--line);border-radius:24px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;box-shadow:0 16px 40px rgba(16,24,40,.05)}.stat{padding:26px 24px;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border-right:0}.stat .label{font-size:14px;color:#4b5563;font-weight:800}.stat b{display:block;font-size:35px;color:var(--green);letter-spacing:-1px}.stat small{display:block;color:#667085;font-weight:700}.feature-list{display:grid;gap:12px;margin-top:18px}.feature-list div{display:flex;gap:10px;align-items:flex-start;font-weight:700;color:#344054}.check{width:22px;height:22px;border-radius:50%;background:#e7f6e9;color:var(--green);display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;font-size:14px;font-weight:900}.quote-final{position:relative;border-radius:34px;background:linear-gradient(135deg,#103d27,#1c8a36);color:#fff;padding:58px;overflow:hidden}.quote-final h2{font-size:44px;letter-spacing:-1.8px;line-height:1.25;margin:0 0 16px}.quote-final p{font-size:20px;max-width:720px;color:#ecfff0}.quote-final:after{content:'';position:absolute;right:-100px;top:-100px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.10)}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service{padding:28px;border-radius:22px;border:1px solid var(--line);background:#fff;transition:.2s}.service:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(16,24,40,.09)}.service h3{font-size:22px;margin:0 0 8px}.service p{color:#667085;font-size:15px}.footer-main{background:#101a23;color:#e5eef5}.footer-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:28px;padding:44px 0}.footer-main h3{margin:0 0 14px;font-size:22px}.time-table{display:grid;grid-template-columns:90px 1fr;gap:7px 12px}.redtext{color:#ff5c5c;font-weight:900}.mapbox{background:#172535;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:22px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:18px 0;color:#9fb0c2;font-size:13px}.subhero{background:linear-gradient(90deg,#fff,#f5fbf4);padding:72px 0;border-bottom:1px solid var(--line)}.subhero h1{font-size:50px;line-height:1.2;letter-spacing:-2px;margin:0 0 14px}.subhero p{font-size:19px;color:#475467;max-width:760px}.breadcrumb{font-size:14px;color:#667085;margin-bottom:20px}.simple-page .section{padding:70px 0}.article{max-width:880px;margin:0 auto}.article h2{font-size:34px;letter-spacing:-1.2px;margin:42px 0 12px}.article p{font-size:18px;color:#344054}.article ul{font-size:18px;color:#344054}.float-call{position:fixed;right:24px;bottom:24px;z-index:60}.float-call a{box-shadow:0 14px 34px rgba(15,127,42,.24)}
@media(max-width:980px){
 .container{width:min(100% - 32px,1180px)}.menu{display:none}.mobile-toggle{display:block;margin-left:auto}.phone{font-size:17px}.hero{min-height:auto}.hero .container{padding:56px 0 120px}.hero h1{font-size:42px}.lead{font-size:17px}.hero-badge{right:16px;bottom:18px;padding:18px 22px}.hero-badge b{font-size:34px}.scrollhint{display:none}.section{padding:64px 0}.title h2{font-size:32px}.grid-2,.grid-3,.grid-4,.story-intro,.chapter,.split-gallery,.footer-grid,.services{grid-template-columns:1fr}.timeline:before{left:22px}.chapter{gap:18px;margin-bottom:44px;padding-left:54px}.chapter:nth-child(even) .chapter-text{order:1}.chapter:nth-child(even) .chapter-media{order:2}.chapter-dot{left:22px;top:24px}.chapter-text h3{font-size:27px}.statbar{grid-template-columns:1fr 1fr}.stat:nth-child(2){border-right:0}.stat{border-bottom:1px solid var(--line)}.stat:nth-child(3),.stat:nth-child(4){border-bottom:0}.photo,.chapter-media{min-height:280px}.split-gallery .tall{min-height:320px}.quote-final{padding:38px 28px}.quote-final h2{font-size:32px}.subhero h1{font-size:38px}.topbar{height:74px}.nav{height:74px}.brand{font-size:22px}.brand img{width:56px;height:56px}
}

/* 복부초음파클리닉 장비 사진: 제품 이미지가 잘리지 않도록 전체 노출 */
.ultrasound-device-photo{background:#fff;display:flex;align-items:center;justify-content:center;padding:16px;min-height:420px}
.ultrasound-device-photo img{object-fit:contain !important;height:auto;max-height:100%;}


/* =========================
   Mobile-first refinements
   ========================= */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease, transform .55s ease}.show{opacity:1!important;transform:none!important}
.mobile-bottom-nav,.mobile-keyfacts{display:none}

@media(max-width:980px){
  body{padding-bottom:78px;overflow-x:hidden;font-size:16px;line-height:1.68}
  body.nav-open{overflow:hidden}
  .container{width:min(100% - 28px,1180px)}
  .topbar{height:66px;background:rgba(255,255,255,.97)}
  .nav{height:66px;gap:8px;position:relative}
  .brand{font-size:20px;letter-spacing:-.8px;gap:8px;max-width:calc(100% - 118px);overflow:hidden}
  .brand img{width:46px;height:46px;border-radius:7px;flex:0 0 46px}
  .brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .phone{margin-left:auto;font-size:0;width:42px;height:42px;border:1px solid #dbe8dc;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--green);box-shadow:none}
  .phone:before{content:'☎';font-size:21px;font-weight:900;line-height:1}
  .mobile-toggle{display:inline-flex;align-items:center;justify-content:center;margin-left:4px;width:42px;height:42px;border-radius:12px;border:1px solid #dbe8dc;background:#fff;color:var(--ink);font-size:22px;line-height:1;z-index:80}
  .nav-open .mobile-toggle{background:var(--green);color:#fff;border-color:var(--green)}
  .menu{display:none;margin:0}
  .nav-open .menu{display:flex;position:fixed;z-index:70;top:74px;left:14px;right:14px;max-height:calc(100dvh - 100px);overflow:auto;flex-direction:column;align-items:stretch;gap:0;padding:12px;background:rgba(255,255,255,.98);border:1px solid rgba(15,127,42,.18);border-radius:20px;box-shadow:0 24px 70px rgba(16,24,40,.22);backdrop-filter:blur(16px)}
  .nav-open .menu a{display:block;padding:16px 18px;border-bottom:1px solid #eef2ef;font-size:17px;color:#18232d}
  .nav-open .menu a:last-child{border-bottom:0}
  .nav-open .menu a:hover,.nav-open .menu a.active{border-bottom-color:#eef2ef;color:var(--green);background:#f5fbf6;border-radius:12px}
  body.nav-open:before{content:'';position:fixed;z-index:60;inset:66px 0 0;background:rgba(8,20,12,.25);backdrop-filter:blur(1px)}

  .hero{display:block;min-height:auto;background:linear-gradient(180deg,#f6fbf6 0%,#ffffff 100%)}
  .hero:before{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,255,255,.88) 48%,rgba(255,255,255,.98) 100%)}
  .hero-bg{background-position:68% center;opacity:.36;filter:saturate(.96) contrast(.98)}
  .hero .container{padding:34px 0 20px}
  .eyebrow{font-size:12px;padding:7px 11px;margin-bottom:4px}
  .hero h1{font-size:34px;line-height:1.18;letter-spacing:-1.8px;margin:14px 0 14px;max-width:100%}
  .lead{font-size:16px;line-height:1.62;margin:0 0 20px;max-width:100%;color:#344054}
  .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;width:100%}
  .btn{min-height:46px;border-radius:12px;padding:12px 14px;font-size:15px;box-shadow:0 8px 18px rgba(12,59,40,.10)}
  .hero-badge{position:relative;right:auto;bottom:auto;width:calc(100% - 28px);margin:0 auto 28px;padding:17px 18px;border-radius:18px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:'label label' 'num title' 'num sub';align-items:center;column-gap:16px;text-align:left;box-shadow:0 14px 38px rgba(16,24,40,.12)}
  .hero-badge small:first-child{grid-area:label;color:#475467;margin-bottom:6px}
  .hero-badge b{grid-area:num;font-size:42px;margin:0;color:var(--red)}
  .hero-badge strong{grid-area:title;font-size:17px;color:var(--green)}
  .hero-badge small:last-child{grid-area:sub;font-size:12px;color:#475467;line-height:1.35}

  .mobile-keyfacts{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:calc(100% - 28px);margin:0 auto 12px}
  .mobile-keyfact{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px 8px;text-align:center;box-shadow:0 8px 24px rgba(16,24,40,.055)}
  .mobile-keyfact strong{display:block;color:var(--green);font-size:15px;line-height:1.2;letter-spacing:-.5px}
  .mobile-keyfact span{display:block;color:#667085;font-size:12px;line-height:1.35;margin-top:5px;font-weight:700}

  .section{padding:52px 0}.section.tight{padding:44px 0}.simple-page .section{padding:48px 0}.subhero{padding:42px 0}.subhero h1{font-size:31px;line-height:1.24;letter-spacing:-1.4px}.subhero p{font-size:16px;line-height:1.62}.breadcrumb{font-size:13px;margin-bottom:14px}
  .title{margin-bottom:24px}.title h2{font-size:29px;letter-spacing:-1.3px}.title p{font-size:15px;line-height:1.55}.title .kicker{font-size:13px}
  .grid{gap:14px}.grid-2,.grid-3,.grid-4,.story-intro,.chapter,.split-gallery,.footer-grid{grid-template-columns:1fr}
  .services{grid-template-columns:repeat(2,1fr);gap:10px}.service{padding:17px 14px;border-radius:17px}.service h3{font-size:18px;letter-spacing:-.6px}.service p{font-size:13px;line-height:1.45;margin-bottom:0}.service:hover{transform:none;box-shadow:0 10px 28px rgba(16,24,40,.06)}
  .card{padding:20px;border-radius:18px}.card h3{font-size:21px}.card p,.feature-list div{font-size:15px;line-height:1.58}.icon{width:46px;height:46px;border-radius:14px;font-size:22px;margin-bottom:13px}
  .story-intro{gap:18px}.story-intro blockquote{font-size:25px;line-height:1.42;letter-spacing:-1px}.story-intro p{font-size:15px;line-height:1.65}
  .timeline:before{left:18px}.chapter{gap:14px;margin-bottom:42px;padding-left:42px}.chapter-dot{left:18px;top:20px;width:36px;height:36px;font-size:13px;box-shadow:0 0 0 6px #f6fbf6}.chapter-text{padding:22px;border-radius:19px}.chapter-text .num{font-size:12px}.chapter-text h3{font-size:24px;line-height:1.28;letter-spacing:-1px;margin:6px 0 10px}.chapter-text p{font-size:15px;line-height:1.62}.note{font-size:14px;line-height:1.55;padding:13px 14px}
  .photo,.chapter-media{min-height:220px;border-radius:18px}.chapter-media{order:2}.chapter-text{order:1}.chapter-media img,.photo img,.mini img{object-fit:cover}.split-gallery .tall{min-height:280px}.split-gallery .stack{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mini{min-height:145px;border-radius:16px}.photo.caption:after{left:12px;bottom:12px;font-size:12px;max-width:calc(100% - 24px);white-space:normal;border-radius:12px;padding:7px 10px}
  .statbar{grid-template-columns:repeat(2,1fr);border-radius:19px}.stat{padding:20px 12px}.stat b{font-size:30px}.stat small{font-size:12px;line-height:1.45}.stat .label{font-size:13px}.stat:nth-child(2){border-right:0}.stat:nth-child(3),.stat:nth-child(4){border-bottom:0}
  .quote-final{padding:30px 22px;border-radius:23px}.quote-final h2{font-size:27px;letter-spacing:-1.2px}.quote-final p{font-size:16px;line-height:1.65}.quote-final .btn{width:100%}
  .footer-main{padding-bottom:74px}.footer-grid{gap:18px;padding:34px 0}.footer-main h3{font-size:20px}.mapbox{padding:18px;border-radius:16px}.time-table{grid-template-columns:92px 1fr;font-size:15px}.footer-bottom{font-size:12px;line-height:1.55}
  .float-call{display:none}
  .mobile-bottom-nav{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:90;grid-template-columns:1fr 1fr;gap:8px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid rgba(16,24,40,.10);box-shadow:0 -12px 32px rgba(16,24,40,.12);backdrop-filter:blur(14px)}
  .mobile-bottom-btn{height:48px;border-radius:13px;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;font-size:16px}.mobile-bottom-btn.call{background:var(--green)}.mobile-bottom-btn.call:before{content:'☎ ';margin-right:4px}.mobile-bottom-btn.map{background:#1f2937}.mobile-bottom-btn.map:before{content:'⌖ ';margin-right:4px}
  .article h2{font-size:26px}.article p,.article ul{font-size:16px;line-height:1.68}.pill{font-size:13px;padding:6px 10px}.ultrasound-device-photo{min-height:280px;padding:10px}
}

@media(max-width:420px){
  .container{width:min(100% - 24px,1180px)}
  .brand{font-size:18px;max-width:calc(100% - 104px)}.brand img{width:42px;height:42px;flex-basis:42px}.phone,.mobile-toggle{width:40px;height:40px}.hero h1{font-size:31px}.hero-actions{grid-template-columns:1fr}.mobile-keyfacts{grid-template-columns:1fr;gap:8px}.mobile-keyfact{display:flex;align-items:center;justify-content:space-between;text-align:left;padding:13px 16px}.mobile-keyfact strong{font-size:16px}.mobile-keyfact span{text-align:right;max-width:52%;font-size:12px}.services{grid-template-columns:1fr}.split-gallery .stack{grid-template-columns:1fr}.mini{min-height:190px}.statbar{grid-template-columns:1fr}.stat{border-right:0!important}.stat:nth-child(3){border-bottom:1px solid var(--line)}
}
