.container{width:min(1200px, 100% - 32px);margin-inline:auto;}
/* Nav header styles */
.nav-header {
    position: relative;
    width: 100%;
    background: #fff;
}
.nav-header.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
/* Add margin to prevent content jump when nav becomes fixed */
.nav-header.is-stuck + * {
    margin-top: 60px;
}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:62.4375rem;padding:.5rem .9rem;border:1px solid var(--border);background:var(--card);color:var(--ink);font-weight:700;cursor:pointer;transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;gap:.5rem;}
.btn--primary{background:var(--brand);border-color:var(--brand);color:#fff;}
.btn--ghost{background:#fff;color:var(--deep);}
.btn--block{width:100%;}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(17,24,39,.06);}
.brand{grid-area:brand;display:flex;align-items:center;gap:.5rem;}
.brand picture{display:flex;align-items:center;}
.brand .logo{height:100%;width:auto;max-height:none;}
.quick{grid-area:quick;justify-self:end;display:flex;gap:.75rem;align-items:center;}
.btn.ghost{background:transparent;}
.link{text-decoration:none;color:var(--text);}
.subnav__row{display:flex;gap:0.5rem;padding:0.5rem 0;justify-content:center;flex-wrap:wrap;}
.nav-link{font-size:0.875rem;color:var(--muted);padding:.42rem .65rem .62rem;border:0;background:transparent;border-radius:0.375rem;white-space:nowrap;text-decoration:none;position:relative;line-height:1.1;}
.nav-link:hover{color:#111827;}
.nav-link::after{content:"";position:absolute;left:50%;transform:translateX(-50%) scaleX(0);bottom:0;height:3px;width:100%;background:var(--brand-sub);border-radius:0;transition:transform .2s ease;}
.nav-link.active{color:var(--brand-sub);font-weight:800;}
.nav-link.active::after{transform:translateX(-50%) scaleX(1);}
.logo-card{width:120px;height:120px;border:1px solid var(--line);border-radius:var(--radius);display:grid;place-items:center;background:#fff;transform:translateY(0);transition:transform .6s ease;}
.logo-card img{max-width:80%;max-height:80%;}
.chip{border:1px solid #edf2f7;padding:.25rem .55rem;background:var(--bg-soft);font-weight:600;font-size:0.75rem;line-height:1.2;}
.field{display:grid;gap:0.375rem;}
.field span{font-size:0.75rem;color:var(--muted);}
.field input, .field select{width:100%;padding:.7rem .9rem;border:1px solid var(--line);border-radius:0.625rem;background:#fff;}
.section{padding:1.75rem 0;}
.sec-title{margin:0 0 0.875rem;font-size:1.25rem;font-weight:900;color:var(--deep);}
.skills-line{display:flex;flex-wrap:wrap;gap:0.875rem 1.375rem;padding:0;list-style:none;}
.skill{display:inline-flex;align-items:center;gap:0.5rem;color:#111827;opacity:.95;}
.skill__icon{display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid var(--line);border-radius:62.4375rem;background:#fff;}
.skill__text{font-weight:600;}
.map{border:1px solid var(--line);border-radius:1rem;overflow:hidden;background:#fff;}
.map img{display:block;width:100%;height:auto;object-fit:cover;border-radius:0.875rem;}
.site-footer{margin-top:2.5rem;padding:1.75rem 0;border-top:0.0625rem solid var(--line);background:#fff;}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease, transform .6s ease;}
.reveal.is-visible{opacity:1;transform:translateY(0);}
.subnav__row::-webkit-scrollbar{display:none;}
.subnav-wrap{position:relative;}
.subnav-viewport{overflow:hidden;position:relative;width:100%;}
.subnav-viewport::-webkit-scrollbar{display:none;}
.subnav-edge{display:none;position:absolute;top:0;bottom:0;width:24px;padding:0;background:transparent;border:0;color:var(--deep);font-size:1.125rem;font-weight:900;line-height:1;cursor:pointer;}
.subnav-edge--left{left:0;}
.subnav-edge--right{right:0;}
.hero21{display:grid;grid-template-columns:1fr 1fr;gap:2rem;}
.media21{display:grid;grid-template-rows:auto auto;gap:0.75rem;}
.stage21{box-shadow:var(--shadow);position:relative;overflow:hidden;}
.right21{display:flex;grid-template-rows:auto 1fr;gap:0.875rem;flex-direction:column;}
.stage21.frame--1x1{aspect-ratio:1/1;}
.btn--accent{background:var(--brand-sub);color:#fff;border-color:transparent;}
.btn--accent:hover{filter:brightness(.96);}
.btn--accent:active{transform:translateY(1px);}
.btn--accent:focus-visible{outline:2px solid color-mix(in srgb, var(--sub), #000 15%);outline-offset:2px;}
.info20{display:grid;align-items:start;justify-items:start;text-align:left; gap: 2px;}
.info20 .name-cn{font-size:clamp(1.25rem, 1.9vw, 1.625rem);font-weight:900;}
.info20 .info-actions{display:flex;align-items:center;gap:0.625rem;margin-left:0.75rem;}
.hero-actions{position:absolute;top:0.125rem;right:0;display:flex;align-items:center;gap:0.875rem;max-width:100%;}
.icon-link{appearance:none;border:0;background:transparent;padding:0.375rem;color:#9aa3af;cursor:pointer;transition:color .18s ease, transform .12s ease;}
.icon-link.is-fav{color:var(--brand-sub);}
.icon-link:hover{color:var(--brand-sub);}
.icon-link:active{transform:translateY(1px);}
.icon-link:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-sub), #000 18%);outline-offset:2px;}
.icon-link svg{display:block;shape-rendering:geometricPrecision;}
.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;}
.field--full{grid-column:1 / -1;}
label.field span{font-size:0.75rem;color:var(--muted);}
.hero-product .btn--block{position:static;}
.stage-prev{left:0.5rem;}
.stage-next{right:0.5rem;}
.chip-clear,.chip-more{background:transparent;border:0;color:#6b7280;cursor:pointer;font-weight:700;font-size:0.75rem;padding:0;}
.chip-clear:hover,.chip-more:hover{color:#111827;}
.media21 .frame{position:relative;overflow:hidden;border-radius:0.75rem;border:1px solid var(--line);background:#fff;width:100;}
.media21 .frame img{width:100%;height:100%;object-fit:cover;display:block;}
.stage21.frame{aspect-ratio:1/1;}
.containers{max-width:1200px;width:100%;margin:0 auto;padding:0 var(--page-pad);box-sizing:border-box;}
.hero21, .media21, .right21{min-width:0;}
.right21 > *{min-width:0;width:100%;}
#skills .skills-line{gap:0.625rem;}
#skills .skill{display:inline-flex;align-items:center;gap:0.5rem;padding:.5rem .8rem;border-radius:62.4375rem;background:#fff;border:1px solid var(--line);font-weight:700;color:#111827;}
#skills .skill__icon{display:none;width:0;height:0;padding:0;margin:0;}
#skills .skill__text{font-weight:700;}
.section-title{color:#31527E;/* 서브컬러 */
  font-weight:800;/* 다른 섹션과 동일 굵기 */
  line-height:1.25;}
.sec-title,
.section-title{color:#31527E;font-weight:800;line-height:1.25;}
#hours .hours-tabs{list-style:none;padding:0;margin:0.875rem 0 0.375rem 0;display:grid;gap:0.75rem;grid-template-columns:repeat(7, minmax(110px, 1fr));}
#hours .hours-tabs .tab{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:0.375rem;padding:0.875rem 1rem;border-radius:0.75rem;background:#fff;border:1px solid var(--line);color:#0f172a;transition:box-shadow .2s ease, transform .15s ease, background .2s ease, border-color .2s ease;}
#hours .hours-tabs .tab .label{font-weight:800;font-size:1.125rem;line-height:1;}
#hours .hours-tabs .tab .tm{color:#334155;font-size:0.875rem;}
#hours .hours-tabs .tab.is-today{background:color-mix(in srgb, var(--sub) 12%, #fff);border-color:var(--sub);box-shadow:0 4px 16px rgba(0,0,0,.06);}
#hours .hours-tabs .tab.is-today::before{content:none;display:none;}
#hours .hours-tabs .tab.closed{color:#94a3b8;background:#f8fafc;border-style:dashed;}
#hours .hours-tabs .tab.closed .tm{color:#94a3b8;}
#hours .hours-tabs .tab:hover{box-shadow:0 6px 18px rgba(0,0,0,.06);}
#hours .hours-tabs .tab:active{transform:translateY(1px);}
#hours .lunch-note{margin-top:0.625rem;padding:0.625rem 0.75rem;border:1px dashed color-mix(in srgb, var(--sub) 45%, #fff);background:color-mix(in srgb, var(--sub) 8%, #fff);color:color-mix(in srgb, var(--sub) 80%, #0f172a);border-radius:0.625rem;display:inline-block;}
.hours-tabs .tab .label,
.hours-tabs .tab .tm{text-align:center;justify-self:center;}
@media (max-width:480px){.brand .logo{max-height:18px !important;height:auto;width:auto;}.quick{gap:.5rem;}.quick .btn{display:none;}}
@media (max-width: 768px){.section{padding:1.375rem 0;}.hero21{grid-template-columns:1fr;gap:1.25rem;}.media21{gap:0.625rem;}.hero-actions{right:0.5rem;top:0.375rem;gap:0.625rem;}.hero21{gap:1.125rem;}.hours-tabs .tab{display:flex;align-items:center;justify-content:flex-start;gap:0.5rem;}.media21{gap:0.625rem;}.stage21.frame{aspect-ratio:1/1;}.media21{gap:0.625rem;}.stage21{margin:0;}.right21{margin-top:0;gap:0.75rem;}.stage21.frame, .stage21 .frame{margin:0;}.hours-tabs .tab .label,
  .hours-tabs .tab .tm{display:inline-block;white-space:nowrap;text-align:left;justify-self:auto;}.media21{gap:0.5rem;}.btn--block, .inquiry button.btn{width:100%;}.subnav__row{display:flex;gap:0.5rem;padding:0.5rem 0;justify-content:center;flex-wrap:wrap;}.hours-tabs .tab .dash{display:none;}.hero-actions{top:0.25rem;right:0.5rem;gap:0.75rem;}.stage-prev{left:0.375rem;}.stage-next{right:0.375rem;}.stage21 img{display:block;}.hero21{gap:1rem;}}
@media (max-width: 480px){.skill__icon{width:20px;height:20px;}.skills-line{gap:0.625rem 1rem;}}
@media (max-width: 900px){.subnav__row{display:flex;gap:0.5rem;padding:0.5rem 0;justify-content:center;flex-wrap:wrap;}.subnav__row{display:flex;gap:0.5rem;padding:0.5rem 0;justify-content:center;flex-wrap:wrap;}.subnav__row{display:flex;gap:0.5rem;padding:0.5rem 0;justify-content:center;flex-wrap:wrap;}#hours .hours-tabs{grid-template-columns:repeat(4, minmax(120px, 1fr));}.nav-link{font-size:0.8125rem;padding:.38rem .6rem .58rem;}.nav-link{font-size:0.8125rem;padding:.38rem .6rem .58rem;}}
@media (max-width: 720px){
  #hours .hours-tabs .tab + .tab{ margin-top: 0.625rem; }
.nav-link{font-size:0.75rem;padding:.34rem .55rem .52rem;}}
@media (max-width: 420px){.subnav__row{display:flex;gap:0.5rem;padding:0.5rem 0;justify-content:center;flex-wrap:wrap;}.nav-link{font-size:0.75rem;padding:.34rem .55rem .52rem;}.subnav__row::-webkit-scrollbar{display:none;}}
@media (max-width: 600px){.subnav-viewport{overflow:hidden;position:relative;width:100%;}.subnav__row{display:flex;gap:0.5rem;padding:0.5rem 0;justify-content:center;flex-wrap:wrap;}.subnav-wrap::before,
  .subnav-wrap::after{content:"";position:absolute;top:0;bottom:0;width:18px;pointer-events:none;transition:opacity .15s ease;}.subnav-edge{display:block;}.subnav-viewport{padding:0;}.subnav-wrap{position:relative;}.subnav-wrap{margin:0;padding:0;}.subnav-edge{background:#fff;}.subnav-viewport{overflow:hidden;position:relative;width:100%;}.subnav-edge:hover{background:rgba(49,82,126,0.06);}.subnav-edge{display:flex;position:absolute;top:0;bottom:0;width:36px;z-index:2;background:#ffffff;/* panel color (can adjust) */
    color:var(--deep);font-size:1.125rem;font-weight:900;border:0;cursor:pointer;align-items:center;justify-content:center;}.subnav-viewport{padding:0 2.25rem;margin:0;width:100%;}.subnav-wrap{position:relative;}.subnav-edge{width:28px;font-size:1.25rem;}.subnav-wrap{margin:0;}.subnav-edge:active,
  .subnav-edge:focus{background:#fff;box-shadow:none;}.subnav-wrap::before, .subnav-wrap::after{z-index:1;}.subnav-edge--left{left:0;}.subnav-edge--left{left:0;}.subnav__row{flex-wrap:nowrap;justify-content:flex-start;}.subnav-edge--left{left:0;}.nav-link{font-size:0.8125rem;}.subnav-edge--right{right:0;}.subnav-edge--right{right:0;}.subnav-edge--right{right:0;}.subnav-edge{z-index:3;background:#fff;user-select:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;}.subnav-edge--left::after, .subnav-edge--right::before{display:none;}.subnav-wrap::before{left:2.125rem;background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));opacity:0;}.subnav-edge{background:#fff;transition:background-color .12s ease, color .12s ease;}.subnav-wrap::before{left:0;}.subnav-edge:active, .subnav-edge:focus{background:#fff;box-shadow:none;}.subnav-wrap::after{right:0;}.subnav-wrap::after{right:2.125rem;background:linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));opacity:0;}.subnav-edge:hover{background:rgba(49,82,126,0.06);color:#274466;}.subnav-edge--left{left:0;border-right:0.0625rem solid #e5e7eb;}.subnav-edge--left::after, .subnav-edge--right::before{content:"";position:absolute;top:0.375rem;bottom:0.375rem;width:1px;background:#dbe2ea;}.subnav-edge:active{background:rgba(49,82,126,0.10);}.subnav-edge--right{right:0;border-left:0.0625rem solid #e5e7eb;}.subnav-wrap.is-left::before{opacity:1;}.subnav-edge:focus{outline:none;}.subnav-viewport{padding:0 2.25rem;overflow:auto;-webkit-overflow-scrolling:touch;}.subnav-wrap.is-right::after{opacity:1;}.subnav-edge:focus-visible{box-shadow:0 0 0 2px rgba(49,82,126,0.25) inset;}.subnav-edge--left::after{right:0;}.subnav-viewport{-webkit-tap-highlight-color:transparent;overscroll-behavior-inline:contain;}.subnav-edge--right::before{left:0;}.subnav-wrap::before,
  .subnav-wrap::after{content:"";position:absolute;top:0;bottom:0;width:18px;pointer-events:none;transition:opacity .15s ease;z-index:1;}.subnav-wrap::before,
  .subnav-wrap::after{content:"";position:absolute;top:0;bottom:0;width:18px;pointer-events:none;transition:opacity .15s ease;}.subnav-wrap::before{left:2.25rem;background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));opacity:0;}.subnav-wrap::before{left:1.5rem;background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));opacity:0;}.subnav-wrap::after{right:2.25rem;background:linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));opacity:0;}.subnav-wrap::after{right:1.5rem;background:linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));opacity:0;}.subnav-wrap.is-left::before{opacity:1;}.subnav-wrap.is-left::before{opacity:1;}.subnav-wrap.is-right::after{opacity:1;}.subnav-wrap.is-right::after{opacity:1;}}
@media (max-width:1024px){.hero21{grid-template-columns:1fr;}.right21{grid-template-rows:auto auto;}}
@media (max-width:640px){.hero-actions{right:0.5rem;gap:0.875rem;}}
@media (max-width:768px){.info20{position:relative;}.hero21{grid-template-columns:1fr;gap:1.5rem;}.section-title{margin-bottom:0.75rem;}.sec-title,
  .section-title{margin-bottom:0.75rem;}.media21{gap:0.625rem;}.info20 .title-row{display:flex;align-items:center;gap:0.5rem;width:100%;}.field--full{grid-column:auto;}.media21{order:1;}.stage21.frame{aspect-ratio:1/1;}.right21{order:2;width:100%;max-width:100%;gap:0.75rem;}.hero-actions{position:static;justify-content:flex-end;margin-top:0.375rem;}.info20 .title-row h1{flex:1 1 auto;margin:0;font-size:1.5rem;line-height:1.2;}.info20 .title-row .hero-actions{margin-left:auto;display:flex;align-items:center;gap:0.625rem;}.info20 h1{font-size:1.5rem;line-height:1.2;margin:0;}.info20 .kname{font-size:1rem;margin:.25rem 0 0 0;}}
@media (max-width: 1279px){.hero-actions{right:0.5rem;}}
@media (max-width: 960px){.hero21{grid-template-columns:1fr;gap:1.5rem;}}
@media (max-width: 1024px){.hero21{grid-template-columns:1fr;gap:1.25rem;}}
@media (max-width: 1200px){.hero21{grid-template-columns:1fr;gap:1.5rem;}.media21{order:1;}.right21{order:2;width:100%;max-width:100%;}}
@media (max-width:1200px){.hero21{grid-template-columns:1fr;gap:1.5rem;}.media21{order:1;}.right21{order:2;width:100%;max-width:100%;gap:0.75rem;}.right21 .info20{order:1;}}
@media (min-width:1200px){.containers{padding:0;}}
@media (min-width:769px){.info20 .title-row{display:block;}}
@media (min-width:769px) and (max-width:1200px){.hero21{grid-template-columns:1fr 1fr;gap:2rem;}.right21{width:auto;max-width:none;}}
@media (max-width: 640px){#hours .hours-tabs{display:flex;overflow-x:auto;gap:0.625rem;padding-bottom:0.5rem;scroll-snap-type:x mandatory;}#hours .hours-tabs .tab{min-width:160px;scroll-snap-align:start;}}
@media (prefers-reduced-motion: no-preference){#hours .hours-tabs .tab{opacity:0;transform:translateY(6px);transition:opacity .36s ease, transform .36s ease, box-shadow .18s ease;will-change:opacity, transform;}#hours .hours-tabs .tab.is-visible{opacity:1;transform:none;}}


/* ---- Events – banner responsive & overflow ---- */
#events .banner{
  display:block;
  border-radius:0.875rem;
  overflow:hidden;
  background:#fff;
}
#events .banner img{
  display:block;
  width:100%;
  height:auto;
}

/* booking font inherit */
.booking .field input, .booking .field select, .booking .field textarea { font: inherit; }

/* booking select appearance */
.booking .field select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' fill='none' stroke='%239aa3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 16px; padding-right: 2rem; }



/* v0.455 Location video slot (16:9, no JS dependency) */
.loc-video{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  border: 1px dashed var(--border);
  background: #0b0c0f08;
  margin-top: 1rem;
  display: grid;
  place-items: center;
}
.loc-video__btn{
  display: grid;
  place-items: center;
  width: 72px; height: 72px;
  border-radius: 999px;
  background: #00000018;
  border: 0;
  cursor: pointer;
}
.loc-video__btn:hover{ background: #00000024; }
.loc-video__icon{ color: #111827; }

/* === v0.384 Hours tweaks === */
#hours .hours-tabs{
  display:grid;
  gap:0.75rem;
  grid-template-columns: repeat(7, minmax(110px, 1fr));
}
#hours .hours-tabs .tab{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0.5rem;
  white-space:nowrap; /* prevent two-line wrap on day/time */
}
#hours .hours-tabs .tab .label{display:inline-block;min-width:1.25rem;}
/* Mobile: stack vertically (day above time) for natural vertical layout */

@media (max-width: 720px){
  #hours .hours-tabs{
    display:block !important; /* no horizontal scroll strip */
    overflow:visible !important;
  }
  #hours .hours-tabs .tab{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between; /* day left, time right */
    gap:0.75rem;
    padding:0.75rem 1rem;
    white-space:nowrap; /* keep on one line */
  }
  #hours .hours-tabs .tab .label{flex:0 0 auto;}
  #hours .hours-tabs .tab .tm{margin-left:auto;}
}

  #hours .hours-tabs .tab .label{
    font-size:1rem;
  }
  #hours .hours-tabs .tab .tm{
    font-size:0.9375rem;
  }



/* === v0.387 Hours refinements === */
/* Tablet-ish widths: keep one row without wrapping by enabling horizontal scroll */
@media (min-width: 521px) and (max-width: 920px){
  #hours .hours-tabs{
    display: flex !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.75rem;
    padding: 0.25rem 0.5rem 0.5rem;
    scroll-snap-type: x mandatory;
  }
  #hours .hours-tabs .tab{
    flex: 0 0 118px; /* fixed item width so last item never gets clipped */
    scroll-snap-align: start;
  }
}

/* Mobile vertical list: increase spacing between items */
@media (max-width: 720px){
  #hours .hours-tabs .tab + .tab{
    margin-top: 0.875rem; /* was 0.625rem */
  }
}


/* === v0.388 Hours compressed tablet mode === */
@media (min-width: 721px) and (max-width: 980px){
  #hours .hours-tabs{
    display:grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    overflow: visible !important;
    padding: 0;
    scroll-snap-type: none;
  }
  #hours .hours-tabs .tab{
    display:flex;
    flex-direction: column;   /* stack inside each card */
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.5rem 0.6rem;
  }
  #hours .hours-tabs .tab .label{ font-size: 1rem; line-height: 1; }
  #hours .hours-tabs .tab .tm{ display:block; font-size: 0.75rem; line-height: 1; }
}

/* v0.389: prevent intrinsic overflow */
#hours .hours-tabs .tab{min-width:0;}


/* === v0.389 Hours unified tablet layout (521–980px) === */
@media (min-width: 721px) and (max-width: 980px){
  #hours .hours-tabs{
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
    overflow: visible !important;
    padding: 0;
    scroll-snap-type: none !important;
  }
  #hours .hours-tabs .tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.5rem 0.6rem;
    white-space: normal; /* stacked, not single-line */
  }
  #hours .hours-tabs .tab .label{
    font-size: 1rem;
    line-height: 1;
  }
  #hours .hours-tabs .tab .tm{
    display:block;
    font-size: 0.8125rem;
    line-height: 1.1;
  }
}


/* v0.389: normalize closed tile metrics */
#hours .hours-tabs .tab.closed{
  border-style: dashed;
}
#hours .hours-tabs .tab.closed .label,
#hours .hours-tabs .tab.closed .tm{
  font-weight: inherit;
  line-height: inherit;
}


/* v0.390: finalize mobile vertical list under 720px */
@media (max-width: 720px){
  #hours .hours-tabs{
    display: block !important;
    overflow: visible !important;
    padding: 0 !important;
    scroll-snap-type: none !important;
  }
  #hours .hours-tabs .tab{
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between !important; /* 요일 왼쪽 / 시간 오른쪽 */
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    white-space: nowrap;
  }
  #hours .hours-tabs .tab + .tab{
    margin-top: 0.875rem; /* 항목 간 간격 */
  }
}

/* v0.391 safety: ensure left alignment inside doctors section */
#doctors .doctor-card{ text-align:left !important; }


/* v0.419 — unify tag font size between skills and safety */
#skills .skill__text, #safety .badge{ font-size: 0.95rem; }
