:root{
  --orange:#f59b23;
  --orange-deep:#ef7d16;
  --orange-soft:#fff1e2;
  --cream:#fffaf5;
  --cream-2:#fff5ea;
  --charcoal:#4a4a4a;
  --ink:#292929;
  --muted:#6f6b67;
  --line:#f1dfcf;
  --red:#ef3f4a;
  --white:#fff;
  --shadow:0 10px 28px rgba(103,74,47,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#f3f0ec}
body{margin:0;padding-bottom:82px;background:#f3f0ec;color:var(--ink);font-family:"Noto Sans KR","Apple SD Gothic Neo",Pretendard,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
.site-shell{width:min(820px,100%);min-height:100vh;margin:0 auto;background:white;box-shadow:0 0 42px rgba(0,0,0,.07)}
.hero{position:relative;overflow:hidden;min-height:315px;padding:28px 34px 30px;background:linear-gradient(112deg,#fff 0%,#fff 58%,#fff8f1 100%)}
.hero-inner{position:relative;z-index:2;width:68%;text-align:center}
.hero-photo{position:absolute;right:0;top:0;width:39%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.95),rgba(255,255,255,.18) 38%),url('assets/hero_doctor.jpg') center/cover no-repeat;opacity:.84}
.hero-orb{position:absolute;border-radius:50%;background:#fff0e0;opacity:.78}.hero-orb-1{width:175px;height:175px;left:-100px;top:-95px}.hero-orb-2{width:95px;height:95px;right:-42px;bottom:-22px}
.brand-logo{display:block;width:205px;max-width:54vw;height:auto;margin:0 auto 8px;background:white;mix-blend-mode:multiply}
.hero h1{margin:6px 0 6px;font-size:38px;line-height:1.18;letter-spacing:-.055em;font-weight:900}.hero h1:after{content:"";display:block;width:69%;height:3px;margin:9px auto 0;background:linear-gradient(90deg,transparent,var(--orange),transparent)}
.hero-sub{margin:0 0 17px;color:#56504b;font-size:15px;font-weight:600}
.quick-menu{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.quick-card{position:relative;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:12px 8px 10px;border:2px solid #f4b46f;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,247,238,.98));box-shadow:0 9px 22px rgba(144,89,34,.13);font-size:14px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.quick-card:hover{transform:translateY(-3px);border-color:var(--orange-deep);box-shadow:0 13px 27px rgba(144,89,34,.18)}.quick-card:active{transform:translateY(-1px);background:#fff1e2}.icon-wrap{font-size:31px;line-height:1;filter:grayscale(1)}.quick-card strong{font-size:15px}.quick-link-hint{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 9px;border-radius:999px;background:var(--orange-soft);color:#d66d0c;font-size:10.5px;font-weight:900;letter-spacing:-.02em}
.section{padding:38px 42px;border-top:1px solid #f4ece5;scroll-margin-top:18px}.section-heading{margin-bottom:22px}.section-heading.centered{text-align:center}.section-heading.left{text-align:left}.section-heading.compact{margin-bottom:18px}.section-heading h2{margin:0;color:#333;font-size:25px;letter-spacing:-.045em;line-height:1.28;font-weight:900}.section-heading h2 em{font-style:normal;color:var(--orange-deep)}.section-heading h2 b{font-weight:500}.section-heading p{max-width:690px;margin:8px auto 0;color:#5f5954;font-size:14px}.title-icon{color:var(--orange-deep);font-size:.94em}
.shuttle-section{background:linear-gradient(180deg,#fffaf5,#fff5eb)}
.route-row{display:grid;grid-template-columns:1fr 28px 1fr 28px 1fr;gap:6px;align-items:center}.route-card{position:relative;text-align:center}.route-card img{width:100%;height:126px;object-fit:cover;border-radius:18px;border:1px solid #eadfd5;box-shadow:0 7px 19px rgba(71,54,40,.08)}.route-card p{margin:10px 0 0;font-size:14px;line-height:1.45}.route-card strong{font-weight:800}.number{position:absolute;z-index:3;top:-12px;left:-8px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--orange-deep);color:white;font-size:20px;font-weight:900;box-shadow:0 4px 12px rgba(239,125,22,.28)}.route-arrow{color:var(--orange-deep);font-size:34px;text-align:center;font-weight:300}
.pharmacy-section{position:relative;background:linear-gradient(110deg,#fff 0%,#fff 65%,#fff7ee 100%)}
.pharmacy-section:after{content:"";position:absolute;right:0;top:0;bottom:0;width:27%;background:linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,.45)),url('assets/hero_doctor.jpg') center/cover no-repeat;opacity:.18;pointer-events:none}.pharmacy-section>*{position:relative;z-index:1}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.service-card{min-height:126px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:15px 8px;border:1px solid #f0ddcc;border-radius:17px;background:rgba(255,253,250,.96);text-align:center}.service-card span{font-size:32px}.service-card strong{font-size:14px;line-height:1.35}
.info-strip{display:grid;grid-template-columns:1.05fr .88fr 1.35fr;gap:14px;margin-top:18px;padding:14px 16px;border-top:1px solid #f0e6dd;border-bottom:1px solid #f0e6dd;background:rgba(255,255,255,.86)}.info-item{display:flex;align-items:flex-start;gap:9px}.info-item>span{color:var(--orange-deep);font-size:26px;line-height:1}.info-item b{display:block;font-size:12px;margin-bottom:3px}.info-item small,.info-item a{display:block;color:#59544f;font-size:12px;line-height:1.45}
.health-section{display:grid;grid-template-columns:1fr 1fr;gap:28px;background:linear-gradient(180deg,#fffdfb,#fffaf6)}.content-column{min-width:0}.content-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.content-heading h2{margin:0;font-size:22px;letter-spacing:-.04em}.outline-chip{flex:0 0 auto;padding:7px 12px;border:1px solid #ffb562;border-radius:999px;color:#b95d00;background:#fffaf3;font-size:11px;font-weight:900}.youtube-chip{border-color:#f6b4b7;color:#c92831;background:#fff8f8}.youtube-mark{display:inline-grid;place-items:center;width:27px;height:20px;margin-right:3px;border-radius:5px;background:#ff1019;color:white;font-size:11px;vertical-align:3px}
.card-scroller{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:stretch}.content-card,.video-card{display:flex;flex-direction:column;height:250px;overflow:hidden;border:1px solid #eee2d8;border-radius:12px;background:white;box-shadow:0 6px 16px rgba(59,47,38,.06)}.content-thumb,.video-thumb{position:relative;flex:0 0 104px;height:104px;background:#fff5e9}.content-thumb img,.video-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}.content-card-body{display:flex;flex:1;min-height:0;flex-direction:column;padding:9px 8px 11px}.content-card-body b,.video-card>b{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;font-size:11.5px;line-height:1.35}.content-card-body b{font-weight:800}.content-card-body span{display:block;margin-top:4px;color:#817870;font-size:10px}.content-date{display:block;margin-top:auto;padding-top:7px;color:#a18f80;font-size:9.5px}.feed-error{grid-column:1/-1;padding:16px;border:1px dashed #edc7a3;border-radius:12px;background:#fffaf5;color:#7a6d63;font-size:12px;text-align:center}.video-thumb span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(20,20,20,.72);color:white;font-size:16px}.video-card>b{flex:1;margin:0;padding:9px 8px 4px;font-weight:800}.video-card .video-date{margin-top:auto;padding:0 8px 11px}.faq-section{position:relative;min-height:410px;padding-bottom:76px;background:linear-gradient(180deg,#fff,#fffaf5)}.faq-heading h2{display:flex;align-items:center;gap:11px}.faq-title-icon{position:relative;display:inline-block;width:52px;height:42px;flex:0 0 52px}.faq-title-icon i{position:absolute;display:grid;place-items:center;width:31px;height:27px;border:3px solid var(--orange-deep);border-radius:48% 48% 48% 38%;background:#fff;color:var(--orange-deep);font-style:normal;font-size:12px;font-weight:900;line-height:1}.faq-title-icon i:first-child{left:0;top:0}.faq-title-icon i:last-child{right:0;bottom:0}.faq-title-icon i:first-child:after,.faq-title-icon i:last-child:after{content:"";position:absolute;width:8px;height:8px;background:#fff;border-left:3px solid var(--orange-deep);border-bottom:3px solid var(--orange-deep);transform:rotate(-20deg)}.faq-title-icon i:first-child:after{left:4px;bottom:-6px}.faq-title-icon i:last-child:after{right:3px;bottom:-6px;transform:rotate(20deg)}.faq-list{display:grid;gap:8px;width:72%;max-width:none}.faq-list details{overflow:hidden;border:1px solid #f2d7bd;border-radius:15px;background:rgba(255,255,255,.96);box-shadow:0 2px 10px rgba(143,92,45,.035)}.faq-list summary{position:relative;cursor:pointer;list-style:none;padding:13px 46px 13px 17px;font-size:13.5px;font-weight:800}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:before{content:"Q.";margin-right:9px;color:var(--orange-deep);font-weight:900}.faq-list summary:after{content:"+";position:absolute;right:17px;top:50%;transform:translateY(-50%);color:var(--orange-deep);font-size:27px;font-weight:400;line-height:1}.faq-list details[open] summary{color:#dc6500;background:#fff8f1}.faq-list details[open] summary:after{content:"−"}.faq-list details p{margin:0;padding:0 18px 15px 45px;color:#625b55;font-size:12px;line-height:1.65}.faq-helper{position:absolute;right:24px;top:155px;width:29%;color:#f27a1a;text-align:center;transform:rotate(-6deg)}.faq-helper p{margin:0;font-family:"Comic Sans MS","Segoe Print","Bradley Hand",cursive;font-size:18px;line-height:1.55;font-weight:600;letter-spacing:-.02em;white-space:nowrap}.faq-helper strong{font-weight:700}.faq-smile{position:relative;display:inline-block;width:38px;height:38px;margin-top:12px;border:3px solid #f27a1a;border-radius:50%;transform:rotate(4deg)}.faq-smile .eye{position:absolute;top:10px;width:4px;height:4px;border-radius:50%;background:#f27a1a}.faq-smile .eye-left{left:9px}.faq-smile .eye-right{right:9px}.faq-smile .smile-mouth{position:absolute;left:50%;bottom:7px;width:16px;height:8px;border-bottom:3px solid #f27a1a;border-radius:0 0 16px 16px;transform:translateX(-50%)}
.sticky-actions{position:fixed;z-index:100;left:50%;bottom:0;transform:translateX(-50%);width:min(820px,100%);display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:10px 24px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 -5px 18px rgba(0,0,0,.08)}.sticky-actions a{display:flex;align-items:center;justify-content:center;gap:9px;padding:14px 12px;border-radius:15px;color:white;font-size:18px;font-weight:900}.sticky-actions a:first-child{background:linear-gradient(90deg,#ff9d17,#f27400)}.sticky-actions a:last-child{background:linear-gradient(90deg,#505050,#303030)}
@media(max-width:680px){
  body{padding-bottom:76px}.hero{min-height:auto;padding:24px 18px 22px}.hero-inner{width:100%}.hero-photo{width:45%;opacity:.16}.brand-logo{width:170px;max-width:48vw}.hero h1{font-size:31px}.hero-sub{font-size:13px;margin-bottom:15px}.quick-menu{gap:8px}.quick-card{min-height:104px;border-radius:15px;font-size:13px}.quick-card strong{font-size:13.5px}.quick-link-hint{font-size:9.5px;padding:2px 7px}.icon-wrap{font-size:27px}
  .section{padding:34px 18px}.section-heading h2{font-size:21px}.section-heading p{font-size:12.5px;line-height:1.55}
  .route-row{grid-template-columns:1fr 14px 1fr 14px 1fr;gap:3px}.route-card img{height:95px;border-radius:14px}.route-card p{font-size:11px;line-height:1.38}.number{width:33px;height:33px;top:-10px;left:-6px;font-size:15px}.route-arrow{font-size:26px}
  .service-grid{grid-template-columns:repeat(2,1fr);gap:9px}.service-card{min-height:108px}.info-strip{grid-template-columns:1fr;gap:10px;padding:14px}.info-item{padding-bottom:9px;border-bottom:1px solid #f0e6dd}.info-item:last-child{padding-bottom:0;border-bottom:0}
  .health-section{grid-template-columns:1fr;gap:28px}.card-scroller{display:flex;overflow-x:auto;gap:10px;padding:1px 2px 7px;scroll-snap-type:x mandatory;scrollbar-width:none}.card-scroller::-webkit-scrollbar{display:none}.content-card,.video-card{min-width:43%;scroll-snap-align:start}.content-thumb,.video-thumb{height:100px;flex-basis:100px}.content-card,.video-card{height:238px}.content-heading h2{font-size:20px}.outline-chip{font-size:10px;padding:6px 10px}
  .faq-section{min-height:auto;padding-bottom:90px}.faq-list{width:100%;max-width:none}.faq-helper{position:static;width:auto;margin-top:24px;transform:rotate(-3deg);text-align:right}.faq-helper p{font-size:15px}.faq-smile{width:32px;height:32px;font-size:21px;border-width:2px}.sticky-actions{gap:8px;padding:8px 14px calc(8px + env(safe-area-inset-bottom))}.sticky-actions a{padding:12px 8px;font-size:16px;border-radius:13px}
}
@media(max-width:390px){.hero h1{font-size:28px}.brand-logo{width:158px}.quick-card{font-size:12px}.route-card img{height:84px}.route-card p{font-size:10.5px}.content-card,.video-card{min-width:49%}}

/* v2.7 latest-content loader */
.content-loading{
  min-height:180px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid rgba(241,111,13,.18);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  color:#8a817a;
  font-weight:700;
}
.video-card .video-date,
.content-card .content-date{
  display:block;
  margin-top:7px;
  font-size:12px;
  color:#938a84;
  font-weight:500;
}
.feed-error{
  justify-content:center;
  min-height:150px;
}

/* v2.10: Align blog / YouTube date baselines */
.content-card-body{
  display:flex;
  flex:1 1 auto;
  min-height:0;
  flex-direction:column;
}
.content-card .content-date{
  margin-top:auto;
  padding-top:7px;
  padding-bottom:0;
}
.video-card{
  display:flex;
  flex-direction:column;
}
.video-card>b{
  flex:0 0 auto;
}
.video-card .video-date{
  margin-top:auto;
  padding:7px 8px 11px;
}
.content-card .content-card-body{
  padding-bottom:11px;
}

/* v2.11: hard-align all latest-content dates to the same baseline */
.content-card,
.video-card{
  position:relative;
}
.content-card-body{
  padding-bottom:38px !important;
}
.video-card>b{
  padding-bottom:38px !important;
}
.content-card .content-date,
.video-card .video-date{
  position:absolute;
  left:8px;
  bottom:12px;
  margin:0 !important;
  padding:0 !important;
  line-height:1;
}
