/* JIHO corporate extensions — original Prestige visual language preserved. */
.ddgg-prestige .skip-link{position:fixed;left:16px;top:-80px;z-index:1000;padding:10px 16px;border-radius:8px;background:#111;color:#fff;font-weight:700;transition:top .15s}.ddgg-prestige .skip-link:focus{top:12px}
.ddgg-prestige.has-staging{--jiho-staging-h:36px}.ddgg-prestige .staging-banner{position:fixed;top:0;left:0;right:0;z-index:90;min-height:36px;display:flex;align-items:center;justify-content:center;padding:7px 50px;background:#fff4cc;color:#6a4a00;border-bottom:1px solid #eed88a;font-size:13px;font-weight:700;text-align:center}.ddgg-prestige.has-staging .site-header{top:var(--jiho-staging-h)}.ddgg-prestige.has-staging.is-sub{padding-top:calc(var(--pc-header-height) + var(--jiho-staging-h))}
.ddgg-prestige .logo-white.auto-white{filter:brightness(0) invert(1)}.ddgg-prestige .logo-text{display:flex;flex-direction:column;line-height:1.05}.ddgg-prestige .logo-text small{margin:5px 0 0;font-family:var(--pr-font-sans);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.ddgg-prestige .header-admin{flex-shrink:0;padding:8px 13px;border-radius:var(--pr-r-pill);background:var(--pr-surface-2);border:1px solid var(--pr-border);font-size:12px;font-weight:700;color:var(--pr-text)}.ddgg-prestige.is-index .site-header:not(.scrolled):not(:hover) .header-admin{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.35);color:#fff}.ddgg-prestige .m_admin a{display:block;padding:13px 22px;background:var(--pr-accent-soft);color:var(--pr-accent);font-weight:700}
.ddgg-prestige .hero.hero-large{min-height:78vh}.ddgg-prestige .hero.hero-compact{min-height:62vh}.ddgg-prestige .subtop.subtop-compact{height:20rem}.ddgg-prestige .subtop.subtop-tall{height:38rem}
.ddgg-prestige .shell.width-wide{max-width:var(--pr-container-wide)}.ddgg-prestige .shell.width-full{max-width:none}.ddgg-prestige .shell.sidebar-right{grid-template-columns:1fr var(--pr-sidebar-w)}.ddgg-prestige .shell.sidebar-right .sidebar{grid-column:2}.ddgg-prestige .shell.sidebar-right>main{grid-column:1;grid-row:1}.ddgg-prestige .shell.sidebar-static .sidebar{position:static}.ddgg-prestige .content-stage{min-width:0}.ddgg-prestige .content-surface{min-width:0}.ddgg-prestige .shell.surface-card .content-surface{padding:clamp(24px,4vw,52px);background:var(--pr-surface);border:1px solid var(--pr-border);border-radius:var(--pr-r-lg);box-shadow:var(--pr-sh-sm)}
.ddgg-prestige .content-stage img{height:auto}.ddgg-prestige .content-stage iframe,.ddgg-prestige .content-stage video{max-width:100%}.ddgg-prestige .content-stage table{max-width:100%}.ddgg-prestige .content-stage .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.ddgg-prestige .content-stage .xe_content{max-width:100%;overflow-wrap:anywhere}.ddgg-prestige .content-stage input,.ddgg-prestige .content-stage select,.ddgg-prestige .content-stage textarea{max-width:100%;font-family:inherit}
.ddgg-prestige .footer-company{display:flex;flex-wrap:wrap;gap:5px 14px;margin-top:18px;max-width:680px;color:var(--pr-text-muted);font-size:13px;line-height:1.7}.ddgg-prestige .footer-company span,.ddgg-prestige .footer-company a{position:relative}.ddgg-prestige .footer-company span:not(:last-child)::after,.ddgg-prestige .footer-company a:not(:last-child)::after{content:'';position:absolute;right:-8px;top:50%;width:1px;height:11px;background:var(--pr-border);transform:translateY(-50%)}.ddgg-prestige .footer-bottom{gap:18px}.ddgg-prestige .footer-legal{margin-left:auto}.ddgg-prestige .footer-legal a{font-size:12.5px;color:var(--pr-text-muted)}.ddgg-prestige .footer-legal a:first-child{font-weight:700;color:var(--pr-text)}
.ddgg-prestige .jiho-quick-actions{position:fixed;right:20px;bottom:20px;z-index:58;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.ddgg-prestige .quick-action{display:flex;align-items:center;justify-content:center;gap:8px;min-width:52px;height:52px;padding:0 16px;border:1px solid var(--pr-border);border-radius:999px;background:var(--pr-bg);color:var(--pr-text);box-shadow:var(--pr-sh-md);font:700 13px/1 var(--pr-font-sans);transition:transform .15s,box-shadow .15s,background .15s;color:inherit}.ddgg-prestige button.quick-action{cursor:pointer}.ddgg-prestige .quick-action:hover{transform:translateY(-2px);box-shadow:var(--pr-sh-lg)}.ddgg-prestige .quick-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ddgg-prestige .quick-phone{background:var(--pr-accent);border-color:var(--pr-accent);color:var(--pr-on-accent)}.ddgg-prestige .quick-quote{background:var(--pr-bg)}.ddgg-prestige .quick-kakao{background:#fee500;border-color:#fee500;color:#191919}.ddgg-prestige .quick-kakao svg{fill:#191919;stroke:none}.ddgg-prestige .quick-top{min-width:44px;width:44px;height:44px;padding:0;opacity:0;visibility:hidden;transform:translateY(8px)}.ddgg-prestige .quick-top.is-visible{opacity:1;visibility:visible;transform:none}.ddgg-prestige .quick-top span{display:none}
/* Page-module helper components; sample markup is in presets/home-page-sample.html. */
.ddgg-prestige .jiho-home-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ddgg-prestige .jiho-home-card{display:flex;flex-direction:column;min-height:230px;padding:30px;border:1px solid var(--pr-border);border-radius:var(--pr-r-lg);background:var(--pr-surface);box-shadow:var(--pr-sh-sm);transition:transform .18s,box-shadow .18s}.ddgg-prestige .jiho-home-card:hover{transform:translateY(-4px);box-shadow:var(--pr-sh-md)}.ddgg-prestige .jiho-home-card .card-kicker{color:var(--pr-accent);font-size:12px;font-weight:800;letter-spacing:.14em}.ddgg-prestige .jiho-home-card h3{margin-top:18px;font-size:24px}.ddgg-prestige .jiho-home-card p{margin-top:12px;color:var(--pr-text-muted)}.ddgg-prestige .jiho-home-card .card-link{margin-top:auto;padding-top:24px;color:var(--pr-accent);font-weight:700}.ddgg-prestige .jiho-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--pr-border);border:1px solid var(--pr-border);border-radius:var(--pr-r-lg);overflow:hidden}.ddgg-prestige .jiho-stat{padding:34px;background:var(--pr-bg);text-align:center}.ddgg-prestige .jiho-stat strong{display:block;font-family:var(--pr-font-display);font-size:clamp(28px,4vw,46px);color:var(--pr-accent)}.ddgg-prestige .jiho-stat span{display:block;margin-top:7px;color:var(--pr-text-muted)}.ddgg-prestige .jiho-contact-band{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:clamp(28px,5vw,56px);border-radius:var(--pr-r-lg);background:var(--pr-accent);color:var(--pr-on-accent)}.ddgg-prestige .jiho-contact-band p{margin-top:8px;opacity:.86}.ddgg-prestige .jiho-contact-band .btn{background:var(--pr-bg);color:var(--pr-text)}
@media(max-width:1100px){.ddgg-prestige .header-admin{display:none}.ddgg-prestige .shell.sidebar-right{grid-template-columns:1fr}.ddgg-prestige .shell.sidebar-right .sidebar,.ddgg-prestige .shell.sidebar-right>main{grid-column:auto;grid-row:auto}.ddgg-prestige .jiho-home-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.ddgg-prestige.has-staging{--jiho-staging-h:44px}.ddgg-prestige .staging-banner{min-height:44px;padding:7px 16px;font-size:12px}.ddgg-prestige .jiho-quick-actions{right:12px;bottom:12px}.ddgg-prestige .quick-action{width:48px;min-width:48px;height:48px;padding:0}.ddgg-prestige .quick-action span{display:none}.ddgg-prestige .jiho-home-grid,.ddgg-prestige .jiho-stat-grid{grid-template-columns:1fr}.ddgg-prestige .jiho-contact-band{align-items:flex-start;flex-direction:column}.ddgg-prestige .footer-legal{width:100%;margin-left:0}.ddgg-prestige .footer-company span:not(:last-child)::after,.ddgg-prestige .footer-company a:not(:last-child)::after{display:none}}

.ddgg-prestige.jiho-layout .scheme-wizard{left:20px;right:auto}

/* JIHO v3: three-level navigation and restored content. */
.ddgg-prestige .mega .depth2>li{margin-bottom:10px}.ddgg-prestige .mega .depth2>li>a{display:flex;align-items:center;gap:5px;font-weight:700}.ddgg-prestige .mega .depth3{margin:8px 0 0;padding:0 0 0 12px;border-left:1px solid var(--pr-border);list-style:none}.ddgg-prestige .mega .depth3 li+li{margin-top:5px}.ddgg-prestige .mega .depth3 a{font-size:12px;color:var(--pr-text-muted)}.ddgg-prestige .mega .depth3 a:hover,.ddgg-prestige .mega .depth3 a.active{color:var(--pr-accent)}
.ddgg-prestige .m_depth2_item{border-top:1px solid var(--pr-border)}.ddgg-prestige .m_depth2_item>a{display:block;padding:12px 24px;font-weight:700}.ddgg-prestige .m_depth3{padding:0 0 10px 36px}.ddgg-prestige .m_depth3 a{display:block;padding:8px 12px;color:var(--pr-text-muted);font-size:13px}.ddgg-prestige .m_depth3 a.active{color:var(--pr-accent);font-weight:800}
.ddgg-prestige .jiho-side-tree .side-tree-item+.side-tree-item{border-top:1px solid var(--pr-border)}.ddgg-prestige .side-depth3{padding:0 0 10px 18px}.ddgg-prestige .side-depth3 a{display:block;padding:7px 10px;border-left:2px solid var(--pr-border);color:var(--pr-text-muted);font-size:13px}.ddgg-prestige .side-depth3 a.active{border-color:var(--pr-accent);color:var(--pr-accent);font-weight:800}
.ddgg-prestige .jiho-legacy-content{max-width:100%;line-height:1.75;color:var(--pr-text)}.ddgg-prestige .jiho-legacy-content>img,.ddgg-prestige .jiho-legacy-content p>img{display:block;max-width:100%;height:auto;margin-inline:auto}.ddgg-prestige .jiho-legacy-content a{color:var(--pr-accent)}.ddgg-prestige .jiho-download-link{display:inline-flex;align-items:center;gap:7px;margin:6px 0;padding:11px 16px;border:1px solid var(--pr-border);border-radius:10px;background:var(--pr-surface);font-weight:800}.ddgg-prestige .jiho-download-link::before{content:'↓';display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--pr-accent-soft);color:var(--pr-accent)}
.ddgg-prestige .jiho-video-embed{position:relative;width:100%;padding-top:56.25%;overflow:hidden;border-radius:var(--pr-r-lg);background:#000}.ddgg-prestige .jiho-video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.ddgg-prestige .jiho-secret-placeholder{padding:24px;border:1px solid var(--pr-border);border-radius:var(--pr-r-md);background:var(--pr-surface-2)}
.ddgg-prestige .jiho-home-products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.ddgg-prestige .jiho-product-tile{position:relative;min-height:340px;overflow:hidden;border-radius:var(--pr-r-lg);background:#111;color:#fff}.ddgg-prestige .jiho-product-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.74;transition:transform .45s,opacity .3s}.ddgg-prestige .jiho-product-tile::after{content:'';position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.82))}.ddgg-prestige .jiho-product-tile:hover img{transform:scale(1.05);opacity:.9}.ddgg-prestige .jiho-product-tile .tile-copy{position:absolute;z-index:2;left:24px;right:24px;bottom:24px}.ddgg-prestige .jiho-product-tile small{font-size:11px;font-weight:800;letter-spacing:.14em;opacity:.75}.ddgg-prestige .jiho-product-tile h3{margin:8px 0 6px;font-size:24px}.ddgg-prestige .jiho-product-tile p{font-size:13px;opacity:.82}.ddgg-prestige .jiho-home-intro{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(30px,7vw,90px);align-items:center}.ddgg-prestige .jiho-home-intro .intro-image{overflow:hidden;border-radius:var(--pr-r-lg);box-shadow:var(--pr-sh-lg)}.ddgg-prestige .jiho-home-intro .intro-image img{width:100%;height:auto;display:block}.ddgg-prestige .jiho-home-intro .intro-copy h2{font-size:clamp(30px,4vw,54px);line-height:1.12}.ddgg-prestige .jiho-home-intro .intro-copy p{margin-top:22px;color:var(--pr-text-muted);font-size:17px;line-height:1.8}.ddgg-prestige .jiho-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ddgg-prestige .jiho-case-card{overflow:hidden;border-radius:var(--pr-r-md);border:1px solid var(--pr-border);background:var(--pr-surface)}.ddgg-prestige .jiho-case-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.ddgg-prestige .jiho-case-card span{display:block;padding:14px 16px;font-size:13px;font-weight:800}.ddgg-prestige .jiho-contact-visual{position:relative;overflow:hidden;min-height:330px;border-radius:var(--pr-r-lg);display:flex;align-items:center;padding:clamp(28px,6vw,72px);color:#fff;background:#111}.ddgg-prestige .jiho-contact-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.5}.ddgg-prestige .jiho-contact-visual::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,16,37,.88),rgba(4,16,37,.25))}.ddgg-prestige .jiho-contact-visual .contact-copy{position:relative;z-index:2;max-width:620px}.ddgg-prestige .jiho-contact-visual h2{font-size:clamp(30px,4vw,52px)}.ddgg-prestige .jiho-contact-visual p{margin:16px 0 26px;line-height:1.75;opacity:.88}.ddgg-prestige .jiho-contact-visual .btn{background:#fff;color:#111}
@media(max-width:1100px){.ddgg-prestige .jiho-home-products,.ddgg-prestige .jiho-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.ddgg-prestige .jiho-home-intro{grid-template-columns:1fr}.ddgg-prestige .jiho-home-products,.ddgg-prestige .jiho-case-grid{grid-template-columns:1fr}.ddgg-prestige .jiho-product-tile{min-height:290px}}


/* JIHO v4: home ordering, category hubs, company profile. */
.ddgg-prestige .jiho-contact-section{padding-top:74px}
.ddgg-prestige .jiho-contact-visual--primary{min-height:430px;border-radius:20px}
.ddgg-prestige .jiho-contact-visual--primary>img{opacity:.58}
.ddgg-prestige .jiho-contact-visual--primary::after{background:linear-gradient(90deg,rgba(7,19,42,.94) 0%,rgba(7,19,42,.72) 48%,rgba(7,19,42,.2) 100%)}
.ddgg-prestige .jiho-contact-visual--primary .eyebrow{color:#fff}
.ddgg-prestige .jiho-contact-visual--primary .eyebrow::before{background:rgba(255,255,255,.52)}
.ddgg-prestige .contact-actions{display:flex;flex-wrap:wrap;gap:12px}
.ddgg-prestige .contact-actions .btn-outline{border-color:rgba(255,255,255,.55);color:#fff}
.ddgg-prestige .contact-actions .btn-outline:hover{background:rgba(255,255,255,.12);border-color:#fff;color:#fff}
.ddgg-prestige .contact-meta{display:flex;flex-wrap:wrap;gap:12px 24px;margin:24px 0 0;padding:18px 0 0;border-top:1px solid rgba(255,255,255,.22)}
.ddgg-prestige .contact-meta div{display:flex;gap:8px;align-items:baseline}
.ddgg-prestige .contact-meta dt{font-size:11px;font-weight:800;letter-spacing:.12em;opacity:.64}
.ddgg-prestige .contact-meta dd{margin:0;font-size:14px;font-weight:700}
.ddgg-prestige .jiho-case-groups{display:grid;gap:56px}
.ddgg-prestige .jiho-case-group-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.ddgg-prestige .jiho-case-group-head h3{font-size:clamp(22px,3vw,30px)}
.ddgg-prestige .jiho-case-group-head p{margin-top:7px;color:var(--pr-text-muted)}
.ddgg-prestige .jiho-case-card{transition:transform .2s,box-shadow .2s,border-color .2s}
.ddgg-prestige .jiho-case-card:hover{transform:translateY(-4px);box-shadow:var(--pr-sh-md);border-color:var(--pr-accent-line)}
.ddgg-prestige .jiho-case-card span{display:flex;justify-content:space-between;gap:10px}
.ddgg-prestige .jiho-case-card span::after{content:'↗';color:var(--pr-accent)}
.ddgg-prestige .jiho-category-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);align-items:center;gap:clamp(28px,6vw,76px);margin-bottom:44px}
.ddgg-prestige .jiho-category-hero img{width:100%;border-radius:var(--pr-r-lg);box-shadow:var(--pr-sh-md)}
.ddgg-prestige .jiho-category-hero h2{font-size:clamp(30px,4vw,50px);letter-spacing:-.03em}
.ddgg-prestige .jiho-category-hero p{margin-top:18px;color:var(--pr-text-muted);font-size:16px;line-height:1.8}
.ddgg-prestige .jiho-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ddgg-prestige .jiho-link-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;border:1px solid var(--pr-border);border-radius:var(--pr-r-lg);background:var(--pr-surface);transition:transform .18s,border-color .18s,box-shadow .18s}
.ddgg-prestige .jiho-link-card:hover{transform:translateY(-3px);border-color:var(--pr-accent-line);box-shadow:var(--pr-sh-md)}
.ddgg-prestige .jiho-link-card strong{font-size:18px}
.ddgg-prestige .jiho-link-card small{display:block;margin-top:5px;color:var(--pr-text-muted)}
.ddgg-prestige .jiho-link-card .arrow{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:var(--pr-accent);color:#fff;font-size:18px}
.ddgg-prestige .jiho-company-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:38px 0;background:var(--pr-border);border:1px solid var(--pr-border);border-radius:var(--pr-r-lg);overflow:hidden}
.ddgg-prestige .jiho-company-fact{padding:30px;background:var(--pr-bg)}
.ddgg-prestige .jiho-company-fact strong{display:block;font-size:28px;color:var(--pr-accent)}
.ddgg-prestige .jiho-company-fact span{display:block;margin-top:7px;color:var(--pr-text-muted)}
.ddgg-prestige .jiho-company-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:28px;border:1px solid var(--pr-border);border-radius:var(--pr-r-lg);overflow:hidden;background:var(--pr-border)}
.ddgg-prestige .jiho-company-table div{display:grid;grid-template-columns:120px 1fr;background:var(--pr-bg)}
.ddgg-prestige .jiho-company-table dt,.ddgg-prestige .jiho-company-table dd{margin:0;padding:15px 18px}
.ddgg-prestige .jiho-company-table dt{background:var(--pr-surface);font-weight:800}
.ddgg-prestige .jiho-company-table dd{color:var(--pr-text-muted)}
.ddgg-prestige .jiho-detail-nav{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 30px;padding:14px;border:1px solid var(--pr-border);border-radius:var(--pr-r-lg);background:var(--pr-surface)}
.ddgg-prestige .jiho-detail-nav a{padding:9px 14px;border-radius:999px;background:var(--pr-bg);border:1px solid var(--pr-border);font-size:13px;font-weight:700}
.ddgg-prestige .jiho-detail-nav a:hover{border-color:var(--pr-accent);color:var(--pr-accent)}
@media(max-width:900px){
  .ddgg-prestige .jiho-category-hero{grid-template-columns:1fr}
  .ddgg-prestige .jiho-company-facts{grid-template-columns:1fr}
  .ddgg-prestige .jiho-company-table{grid-template-columns:1fr}
}
@media(max-width:720px){
  .ddgg-prestige .jiho-contact-visual--primary{min-height:520px;padding:34px 24px}
  .ddgg-prestige .contact-meta{display:grid;gap:8px}
  .ddgg-prestige .jiho-case-group-head{align-items:flex-start;flex-direction:column}
  .ddgg-prestige .jiho-link-grid{grid-template-columns:1fr}
  .ddgg-prestige .jiho-company-table div{grid-template-columns:100px 1fr}
}


/* ==========================================================================
   JIHO v1.3.0 review fixes
   - compact subpage visual
   - horizontal category/detail tabs
   - fit-content mega-menu hover
   - earlier hamburger breakpoint
   ========================================================================== */

/* Main sections are layout-rendered and must always remain visible. */
.ddgg-prestige .jiho-home-sections{display:block;width:100%;overflow:hidden}
.ddgg-prestige.is-index .content-stage{width:100%}

/* Brighter and more compact sub-page top visual. */
.ddgg-prestige .subtop{
  height:210px;
  min-height:0;
  color:#fff;
}
.ddgg-prestige .subtop.subtop-compact{height:170px}
.ddgg-prestige .subtop.subtop-normal{height:210px}
.ddgg-prestige .subtop.subtop-large{height:260px}
.ddgg-prestige .subtop-wrap{gap:8px}
.ddgg-prestige .subtop-title{
  color:#fff;
  font-size:clamp(28px,3.3vw,44px);
  letter-spacing:-.02em;
  text-shadow:0 2px 18px rgba(0,0,0,.35);
  animation:none;
}
.ddgg-prestige .subtop-crumb,
.ddgg-prestige .subtop-desc{color:rgba(255,255,255,.9)}
.ddgg-prestige .subtop-img{
  background-position:center 48%;
  animation:none;
}
.ddgg-prestige .subtop-img::after{
  background:linear-gradient(90deg,rgba(5,23,41,.48),rgba(5,23,41,.18) 55%,rgba(5,23,41,.3));
}

/* Horizontal second- and third-level menus, matching the former jiho.kr layout. */
.ddgg-prestige .jiho-subnav-wrap{
  position:relative;
  z-index:3;
  background:#fff;
  border-bottom:1px solid var(--pr-border);
  box-shadow:0 2px 12px rgba(19,35,57,.04);
}
.ddgg-prestige .jiho-category-tabs{
  display:flex;
  justify-content:center;
  gap:34px;
  max-width:var(--pr-container);
  margin:0 auto;
  padding:20px var(--pr-gutter) 14px;
  overflow-x:auto;
  scrollbar-width:thin;
}
.ddgg-prestige .jiho-category-tabs a{
  position:relative;
  flex:0 0 auto;
  padding:8px 3px 12px;
  color:var(--pr-text);
  font-size:16px;
  font-weight:600;
  white-space:nowrap;
}
.ddgg-prestige .jiho-category-tabs a::after{
  content:'';
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  border-radius:2px;
  background:var(--pr-accent);
  transform:scaleX(0);
  transition:transform .18s;
}
.ddgg-prestige .jiho-category-tabs a:hover,
.ddgg-prestige .jiho-category-tabs a.active{color:var(--pr-accent)}
.ddgg-prestige .jiho-category-tabs a.active{font-weight:800}
.ddgg-prestige .jiho-category-tabs a:hover::after,
.ddgg-prestige .jiho-category-tabs a.active::after{transform:scaleX(1)}

.ddgg-prestige .jiho-detail-tabs{
  display:flex;
  align-items:stretch;
  max-width:var(--pr-container);
  margin:0 auto;
  padding:0 var(--pr-gutter) 20px;
  overflow-x:auto;
}
.ddgg-prestige .jiho-detail-tabs a{
  display:flex;
  flex:1 0 145px;
  min-height:44px;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border:1px solid var(--pr-border-strong);
  border-right:0;
  background:#fff;
  color:var(--pr-text);
  font-size:14px;
  font-weight:600;
  text-align:center;
  white-space:nowrap;
}
.ddgg-prestige .jiho-detail-tabs a:first-child{border-radius:7px 0 0 7px}
.ddgg-prestige .jiho-detail-tabs a:last-child{border-right:1px solid var(--pr-border-strong);border-radius:0 7px 7px 0}
.ddgg-prestige .jiho-detail-tabs a:hover{color:var(--pr-accent);background:var(--pr-accent-soft)}
.ddgg-prestige .jiho-detail-tabs a.active{
  border-color:var(--pr-accent);
  background:var(--pr-accent);
  color:#fff;
  font-weight:800;
}
.ddgg-prestige .jiho-detail-tabs a.active+a{border-left-color:var(--pr-accent)}
.ddgg-prestige .jiho-subnav-wrap+.shell{padding-top:34px}

/* Desktop mega-menu hover backgrounds follow their text instead of a fixed column box. */
@media(min-width:1321px){
  .ddgg-prestige .mega .depth2{padding:8px 10px}
  .ddgg-prestige .mega .depth2 li{width:auto;background:transparent!important}
  .ddgg-prestige .mega .depth2>li>a{
    display:inline-flex;
    width:auto;
    max-width:calc(100% - 16px);
    margin:3px 8px;
    padding:10px 14px;
    border-radius:8px;
    line-height:1.35;
  }
  .ddgg-prestige .mega .depth2>li:hover>a{
    background:var(--color-main1);
    color:var(--pr-on-accent);
  }
  .ddgg-prestige .mega .depth2>li:hover .depth3 a{color:var(--pr-text-muted)}
  .ddgg-prestige .mega .depth3{padding:2px 8px 8px 24px}
  .ddgg-prestige .mega .depth3 a{
    display:flex;
    width:fit-content;
    max-width:calc(100% - 8px);
    margin:2px 0;
    padding:7px 10px;
    border-radius:7px;
    font-size:12.5px;
  }
  .ddgg-prestige .mega .depth3 a:hover,
  .ddgg-prestige .mega .depth3 a.active{
    background:var(--pr-accent-soft);
    color:var(--pr-accent)!important;
  }
}

/* Switch to the hamburger menu before desktop menu labels become cramped. */
@media(max-width:1320px){
  .ddgg-prestige.is-index .site-header,
  .ddgg-prestige .site-header{
    background:var(--pr-bg);
    color:var(--pr-text);
    transition:none;
  }
  .ddgg-prestige.is-index .site-header:not(:hover) .logo .logo-color{display:block}
  .ddgg-prestige.is-index .site-header:not(:hover) .logo .logo-white{display:none}
  .ddgg-prestige .nav,
  .ddgg-prestige .number,
  .ddgg-prestige .header-cta,
  .ddgg-prestige .header-admin,
  .ddgg-prestige .header-bg,
  .ddgg-prestige .mo_gnb{display:none}
  .ddgg-prestige .menu_btn{display:flex;margin-left:auto}
  .ddgg-prestige .site-header:hover .mega{max-height:0!important;border-bottom:0}
  .ddgg-prestige .mega{background:var(--pr-bg)}
  .ddgg-prestige.menu-open .mega{
    max-height:calc(100dvh - var(--pc-header-height))!important;
    overflow-y:auto;
    border-bottom:1px solid var(--pr-border);
    box-shadow:var(--pr-sh-lg);
  }
  .ddgg-prestige .mega .inner{
    grid-template-columns:1fr!important;
    margin:0!important;
    width:auto!important;
    max-width:none!important;
  }
  .ddgg-prestige .mega .col{
    min-width:0;
    border-left:0;
    border-right:0!important;
    border-bottom:1px solid var(--pr-border);
    padding:6px 0 14px;
  }
  .ddgg-prestige .mega .col h4{
    display:block;
    padding:16px 22px 6px;
    font-size:13px;
    font-weight:800;
    color:var(--pr-text-subtle);
  }
  .ddgg-prestige .mega .depth2 a{padding:11px 22px}
  .ddgg-prestige .mega .depth3{padding-left:22px}
  .ddgg-prestige .mega .depth3 a{padding:8px 16px;font-size:13px}
}

@media(max-width:760px){
  .ddgg-prestige{font-size:15px}
  .ddgg-prestige .subtop,
  .ddgg-prestige .subtop.subtop-normal,
  .ddgg-prestige .subtop.subtop-large{height:155px}
  .ddgg-prestige .subtop.subtop-compact{height:140px}
  .ddgg-prestige .subtop-title{font-size:28px}
  .ddgg-prestige .subtop-desc{display:none}
  .ddgg-prestige .subtop-crumb{font-size:11px;gap:6px}
  .ddgg-prestige .jiho-category-tabs{
    justify-content:flex-start;
    gap:20px;
    padding:14px 20px 8px;
  }
  .ddgg-prestige .jiho-category-tabs a{font-size:14px;padding-bottom:10px}
  .ddgg-prestige .jiho-detail-tabs{padding:6px 20px 14px}
  .ddgg-prestige .jiho-detail-tabs a{flex-basis:130px;min-height:40px;font-size:12.5px}
  .ddgg-prestige .jiho-subnav-wrap+.shell{padding-top:24px}
}

@media(max-width:480px){
  .ddgg-prestige .jiho-contact-visual--primary{min-height:570px}
}


/* ==========================================================================
   JIHO v1.4.0 review fixes
   ========================================================================== */

/* Larger, clearer company logo. */
.ddgg-prestige .logo{min-width:176px;margin-right:20px}
.ddgg-prestige .logo img{height:46px;max-width:210px;object-fit:contain}

/* Contact buttons must be readable before hover. */
.ddgg-prestige .contact-actions .btn-outline,
.ddgg-prestige .contact-actions .btn-outline:link,
.ddgg-prestige .contact-actions .btn-outline:visited{
  border-color:rgba(255,255,255,.72)!important;
  background:rgba(6,20,45,.28)!important;
  color:#fff!important;
}
.ddgg-prestige .contact-actions .btn-outline:hover,
.ddgg-prestige .contact-actions .btn-outline:focus-visible{
  border-color:#fff!important;
  background:#fff!important;
  color:#14213a!important;
}

/* Compact third-level detail menus. */
.ddgg-prestige .jiho-detail-tabs{
  justify-content:center;
  gap:6px;
  max-width:var(--pr-container);
  padding:5px var(--pr-gutter) 13px;
}
.ddgg-prestige .jiho-detail-tabs a{
  flex:0 0 auto;
  min-height:32px;
  min-width:0;
  padding:5px 10px;
  border:1px solid var(--pr-border-strong)!important;
  border-radius:6px!important;
  font-size:11.5px;
  line-height:1.25;
}
.ddgg-prestige .jiho-detail-tabs a.active{
  border-color:var(--pr-accent)!important;
}
.ddgg-prestige .jiho-category-tabs + .jiho-detail-tabs{
  border-top:1px solid var(--pr-border);
  padding-top:10px;
}

/* Product-feature hub: put copy above a full-width image. */
.ddgg-prestige .jiho-category-hero--stacked{
  display:block;
  margin-bottom:34px;
}
.ddgg-prestige .jiho-category-hero--stacked>div{
  max-width:900px;
  margin-bottom:22px;
}
.ddgg-prestige .jiho-category-hero--stacked img{
  display:block;
  width:100%;
  max-width:none;
  max-height:none;
  border-radius:14px;
  object-fit:contain;
  box-shadow:var(--pr-sh-sm);
}

/* Board cards always use their real media as a thumbnail. */
.jiho-board .jiho-board-card .card-thumb img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.jiho-board .jiho-thumbnail-source{display:none!important}

/* Stable full-height compact menu. */
body.jiho-menu-open{overflow:hidden}
@media(max-width:1320px){
  .ddgg-prestige .logo{min-width:150px}
  .ddgg-prestige .logo img{height:40px;max-width:185px}
  .ddgg-prestige .mega-wrap{
    position:fixed;
    left:0;
    right:0;
    top:calc(var(--pc-header-height) + var(--jiho-staging-h, 0px));
    bottom:0;
    z-index:76;
    pointer-events:none;
  }
  .ddgg-prestige .mega,
  .ddgg-prestige .site-header:hover .mega{
    display:block;
    height:100%;
    max-height:none!important;
    overflow-y:auto;
    overscroll-behavior:contain;
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px);
    border-bottom:0!important;
    transition:opacity .18s,transform .18s,visibility .18s;
    -webkit-overflow-scrolling:touch;
  }
  .ddgg-prestige.menu-open .mega-wrap{pointer-events:auto}
  .ddgg-prestige.menu-open .mega,
  .ddgg-prestige.menu-open .site-header:hover .mega{
    opacity:1;
    visibility:visible;
    transform:none;
    border-bottom:1px solid var(--pr-border)!important;
  }
  .ddgg-prestige.menu-open .mega .inner{
    min-height:100%;
    padding-bottom:48px;
  }
}
@media(max-width:720px){
  .ddgg-prestige .logo{min-width:128px;margin-right:10px}
  .ddgg-prestige .logo img{height:35px;max-width:158px}
  .ddgg-prestige .jiho-detail-tabs{
    justify-content:flex-start;
    gap:5px;
    padding:6px 16px 11px;
  }
  .ddgg-prestige .jiho-detail-tabs a{
    min-height:30px;
    padding:5px 9px;
    font-size:11px;
  }
}


/* ==========================================================================
   JIHO v1.5.0 — deterministic hamburger panel and footer phones
   ========================================================================== */
body.jiho-menu-open{overflow:hidden!important;touch-action:none}
.ddgg-prestige .footer-tel-numbers{display:flex;flex-wrap:wrap;align-items:center;gap:4px}
.ddgg-prestige .footer-tel-numbers a{color:inherit}

@media(max-width:1320px){
  .ddgg-prestige .site-header{z-index:100}
  .ddgg-prestige .menu_btn{position:relative;z-index:121;display:flex!important;margin-left:auto}
  .ddgg-prestige .mega-wrap{
    position:static!important;
    inset:auto!important;
    z-index:auto!important;
    pointer-events:none!important;
  }
  .ddgg-prestige .mega{display:none!important}

  .ddgg-prestige .mo_gnb{
    display:block!important;
    position:fixed;
    top:calc(var(--pc-header-height) + var(--jiho-staging-h, 0px));
    right:0;
    bottom:0;
    width:min(430px,100vw);
    margin:0;
    padding:16px 0 40px;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    list-style:none;
    background:#fff;
    color:var(--pr-text);
    border-left:1px solid var(--pr-border);
    box-shadow:-16px 24px 42px rgba(10,24,48,.2);
    opacity:0;
    visibility:hidden;
    transform:translateX(104%);
    transition:transform .22s ease,opacity .18s ease,visibility .22s;
    pointer-events:auto;
    z-index:120;
  }
  .ddgg-prestige.menu-open .mo_gnb{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
  }

  .ddgg-prestige .scrim{
    position:fixed;
    inset:0;
    z-index:90;
    background:rgba(4,12,25,.58);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .18s,visibility .18s;
  }
  .ddgg-prestige.menu-open .scrim{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .ddgg-prestige .mo_gnb a{color:inherit;text-decoration:none}
  .ddgg-prestige .mo_gnb .m_cat{
    border-bottom:1px solid var(--pr-border);
  }
  .ddgg-prestige .mo_gnb .m_depth1{
    display:block;
    padding:17px 24px 10px;
    color:var(--pr-text);
    font-size:17px;
    font-weight:850;
  }
  .ddgg-prestige .mo_gnb .m_depth2{
    display:grid;
    gap:2px;
    padding:0 14px 14px;
  }
  .ddgg-prestige .mo_gnb .m_depth2_item>a{
    display:block;
    padding:10px 12px;
    border-radius:8px;
    color:var(--pr-text-muted);
    font-size:14px;
    font-weight:700;
  }
  .ddgg-prestige .mo_gnb .m_depth2_item>a:hover,
  .ddgg-prestige .mo_gnb .m_depth2_item>a.active{
    background:var(--pr-accent-soft);
    color:var(--pr-accent);
  }
  .ddgg-prestige .mo_gnb .m_depth3{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    padding:1px 12px 8px 24px;
  }
  .ddgg-prestige .mo_gnb .m_depth3 a{
    display:inline-flex;
    align-items:center;
    min-height:29px;
    padding:5px 9px;
    border:1px solid var(--pr-border);
    border-radius:6px;
    color:var(--pr-text-muted);
    font-size:11.5px;
    font-weight:650;
  }
  .ddgg-prestige .mo_gnb .m_depth3 a:hover,
  .ddgg-prestige .mo_gnb .m_depth3 a.active{
    border-color:var(--pr-accent);
    background:var(--pr-accent);
    color:#fff;
  }
  .ddgg-prestige .mo_gnb .m_number,
  .ddgg-prestige .mo_gnb .m_cta,
  .ddgg-prestige .mo_gnb .m_admin{
    padding:12px 20px 0;
  }
  .ddgg-prestige .mo_gnb .m_number a,
  .ddgg-prestige .mo_gnb .m_cta a,
  .ddgg-prestige .mo_gnb .m_admin a{
    display:block;
    padding:13px 16px;
    border-radius:10px;
    background:var(--pr-accent);
    color:#fff;
    font-size:14px;
    font-weight:800;
    text-align:center;
  }
  .ddgg-prestige .mo_gnb .m_cta a{background:var(--pr-text)}
  .ddgg-prestige .mo_gnb .menu_btn_close{
    margin:14px 20px 0;
    padding:13px 16px;
    border:1px solid var(--pr-border);
    border-radius:10px;
    color:var(--pr-text-muted);
    font-size:13px;
    font-weight:750;
    text-align:center;
    cursor:pointer;
  }
}
@media(max-width:520px){
  .ddgg-prestige .mo_gnb{width:100vw;border-left:0}
}


/* ==========================================================================
   JIHO v1.6.0 — mobile panel, compact global navigation and larger logo
   ========================================================================== */
.ddgg-prestige .logo{min-width:214px!important;margin-right:22px!important}
.ddgg-prestige .logo img{height:56px!important;max-width:252px!important;object-fit:contain}
body.jiho-menu-open{overflow:hidden!important;touch-action:none}

.ddgg-prestige .jiho-mobile-panel{display:none}
.ddgg-prestige .footer-tel-numbers{display:flex;flex-wrap:wrap;align-items:center;gap:4px}
.ddgg-prestige .footer-tel-numbers a{color:inherit}

@media(max-width:1320px){
  .ddgg-prestige .logo{min-width:180px!important;margin-right:12px!important}
  .ddgg-prestige .logo img{height:48px!important;max-width:216px!important}
  .ddgg-prestige .nav,
  .ddgg-prestige .number,
  .ddgg-prestige .header-cta,
  .ddgg-prestige .header-admin,
  .ddgg-prestige .header-bg{display:none!important}
  .ddgg-prestige .menu_btn{display:flex!important;margin-left:auto!important;position:relative;z-index:171}
  .ddgg-prestige .mega-wrap,
  .ddgg-prestige .mega{display:none!important}

  .ddgg-prestige .jiho-mobile-panel{
    display:flex;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    z-index:210;
    width:min(430px,100vw);
    flex-direction:column;
    overflow:hidden;
    background:#fff;
    color:var(--pr-text);
    border-left:1px solid var(--pr-border);
    box-shadow:-18px 0 48px rgba(8,22,44,.24);
    opacity:0;
    visibility:hidden;
    transform:translateX(104%);
    transition:transform .22s ease,opacity .18s ease,visibility .22s;
  }
  .ddgg-prestige.menu-open .jiho-mobile-panel{
    opacity:1;
    visibility:visible;
    transform:translateX(0);
  }
  .ddgg-prestige .jiho-mobile-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex:0 0 auto;
    min-height:74px;
    padding:0 22px;
    border-bottom:1px solid var(--pr-border);
  }
  .ddgg-prestige .jiho-mobile-panel-head strong{font-size:19px;font-weight:850}
  .ddgg-prestige .jiho-mobile-close{
    display:grid;
    place-items:center;
    width:42px;
    height:42px;
    border:1px solid var(--pr-border);
    border-radius:50%;
    background:#fff;
    color:var(--pr-text);
    font-size:18px;
    cursor:pointer;
  }
  .ddgg-prestige .jiho-mobile-nav{
    flex:1 1 auto;
    min-height:0;
    overflow-y:auto;
    padding:8px 0 24px;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .ddgg-prestige .jiho-mobile-section{padding:0 18px;border-bottom:1px solid var(--pr-border)}
  .ddgg-prestige .jiho-mobile-depth1{
    display:block;
    padding:17px 6px 10px;
    color:var(--pr-text);
    font-size:17px;
    font-weight:850;
  }
  .ddgg-prestige .jiho-mobile-depth1.active{color:var(--pr-accent)}
  .ddgg-prestige .jiho-mobile-depth2{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
    padding:0 0 15px;
  }
  .ddgg-prestige .jiho-mobile-depth2 a{
    display:flex;
    min-height:40px;
    align-items:center;
    padding:8px 11px;
    border:1px solid var(--pr-border);
    border-radius:8px;
    background:var(--pr-surface);
    color:var(--pr-text-muted);
    font-size:13px;
    font-weight:700;
  }
  .ddgg-prestige .jiho-mobile-depth2 a:hover,
  .ddgg-prestige .jiho-mobile-depth2 a.active{
    border-color:var(--pr-accent);
    background:var(--pr-accent-soft);
    color:var(--pr-accent);
  }
  .ddgg-prestige .jiho-mobile-actions{
    display:grid;
    flex:0 0 auto;
    gap:7px;
    padding:14px 18px calc(14px + env(safe-area-inset-bottom));
    border-top:1px solid var(--pr-border);
    background:#fff;
  }
  .ddgg-prestige .jiho-mobile-actions a{
    display:flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    background:var(--pr-accent);
    color:#fff;
    font-size:14px;
    font-weight:800;
  }
  .ddgg-prestige .jiho-mobile-actions a:nth-child(2){background:var(--pr-text)}
  .ddgg-prestige .scrim{
    position:fixed!important;
    inset:0!important;
    z-index:200!important;
    background:rgba(4,12,25,.58)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .18s,visibility .18s!important;
  }
  .ddgg-prestige.menu-open .scrim{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
}
@media(max-width:720px){
  .ddgg-prestige .logo{min-width:154px!important;margin-right:8px!important}
  .ddgg-prestige .logo img{height:42px!important;max-width:190px!important}
  .ddgg-prestige .jiho-mobile-panel{width:100vw;border-left:0}
  .ddgg-prestige .jiho-mobile-depth2{grid-template-columns:1fr}
}


/* ==========================================================================
   JIHO v1.7.0
   ========================================================================== */

/* Desktop and horizontal second-level menu text centered. */
.ddgg-prestige .mega .depth2>li{text-align:center}
.ddgg-prestige .mega .depth2>li>a{justify-content:center!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}
.ddgg-prestige .jiho-category-tabs a{text-align:center}
.ddgg-prestige .jiho-mobile-depth2 a{justify-content:center!important;text-align:center!important}

/* Keep the color logo visible immediately on mobile index pages. */
@media(max-width:1320px){
  .ddgg-prestige.is-index .site-header:not(.scrolled):not(:hover) .logo .logo-color{display:block!important}
  .ddgg-prestige.is-index .site-header:not(.scrolled):not(:hover) .logo .logo-white{display:none!important}
}

/* Technology intro first, full-width image immediately below. */
.ddgg-prestige .jiho-category-hero--stacked{
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
  gap:22px!important;
}
.ddgg-prestige .jiho-category-hero--stacked>div{width:100%!important;max-width:980px!important;margin:0!important}
.ddgg-prestige .jiho-category-hero--stacked>img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  margin:0!important;
}

/* Public estimate inquiry page. */
.ddgg-prestige .jiho-public-inquiry{max-width:980px;margin:0 auto}
.ddgg-prestige .jiho-inquiry-intro{margin-bottom:30px}
.ddgg-prestige .jiho-inquiry-intro h2{margin:12px 0 10px;font-size:clamp(30px,4vw,48px)}
.ddgg-prestige .jiho-inquiry-intro p{max-width:760px;color:var(--pr-text-muted);font-size:16px;line-height:1.8}
.ddgg-prestige .jiho-public-inquiry-form{position:relative;padding:clamp(24px,4vw,46px);border:1px solid var(--pr-border);border-radius:18px;background:#fff;box-shadow:var(--pr-sh-sm)}
.ddgg-prestige .jiho-inquiry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.ddgg-prestige .jiho-inquiry-grid label{display:grid;gap:8px}
.ddgg-prestige .jiho-inquiry-grid label.wide{grid-column:1/-1}
.ddgg-prestige .jiho-inquiry-grid label>span{font-size:13px;font-weight:800}
.ddgg-prestige .jiho-inquiry-grid em{color:#d92d20;font-style:normal}
.ddgg-prestige .jiho-inquiry-grid input,
.ddgg-prestige .jiho-inquiry-grid select,
.ddgg-prestige .jiho-inquiry-grid textarea{width:100%;min-height:48px;padding:11px 13px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#101828;font:inherit}
.ddgg-prestige .jiho-inquiry-grid textarea{min-height:150px;resize:vertical}
.ddgg-prestige .jiho-inquiry-grid input:focus,
.ddgg-prestige .jiho-inquiry-grid select:focus,
.ddgg-prestige .jiho-inquiry-grid textarea:focus{outline:2px solid rgba(31,78,156,.18);border-color:var(--pr-accent)}
.ddgg-prestige .jiho-inquiry-privacy{margin:18px 0;color:var(--pr-text-muted);font-size:12.5px;line-height:1.7}
.ddgg-prestige .jiho-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.ddgg-prestige .jiho-case-fallback{display:grid!important;aspect-ratio:1/1;place-items:center!important;padding:16px!important;background:#edf2f8;color:#7a8798;font-size:11px!important;letter-spacing:.12em}
@media(max-width:720px){
  .ddgg-prestige .jiho-inquiry-grid{grid-template-columns:1fr}
}

/* Mobile board lists: keep Korean titles horizontal and readable. */
@media(max-width:640px){
  .ddgg-prestige .jiho-board-table{table-layout:fixed}
  .ddgg-prestige .jiho-board-table .subject a{word-break:keep-all!important;overflow-wrap:anywhere!important;white-space:normal!important}
}


/* ==========================================================================
   JIHO v1.8.0
   ========================================================================== */

/* Primary navigation and mega-menu columns share the exact same geometry. */
@media(min-width:1321px){
  .ddgg-prestige .mega .inner{
    position:relative!important;
    margin:0!important;
    max-width:none!important;
  }
  .ddgg-prestige .mega .col{
    min-width:0!important;
    width:auto!important;
    box-sizing:border-box!important;
  }
  .ddgg-prestige .mega .depth2,
  .ddgg-prestige .mega .depth2>li{width:100%!important}
  .ddgg-prestige .mega .depth2>li>a{
    display:flex!important;
    width:calc(100% - 16px)!important;
    min-height:42px;
    align-items:center!important;
    justify-content:center!important;
    margin:3px 8px!important;
    padding:9px 8px!important;
    box-sizing:border-box!important;
    text-align:center!important;
  }
}

/* Force technology page to stack on desktop too. */
.ddgg-prestige.mid-tech_features .shell{
  max-width:var(--pr-container-wide)!important;
}
.ddgg-prestige.mid-tech_features .content-surface .jiho-category-hero,
.ddgg-prestige.mid-tech_features .content-surface .jiho-category-hero--stacked{
  display:flex!important;
  grid-template-columns:none!important;
  flex-direction:column!important;
  align-items:stretch!important;
  width:100%!important;
  gap:24px!important;
}
.ddgg-prestige.mid-tech_features .content-surface .jiho-category-hero>div{
  display:block!important;
  width:100%!important;
  max-width:980px!important;
  margin:0!important;
}
.ddgg-prestige.mid-tech_features .content-surface .jiho-category-hero>img{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  height:auto!important;
  margin:0!important;
  object-fit:contain!important;
}


/* ==========================================================================
   JIHO v1.9.0 — location page and Kakao map
   ========================================================================== */
.ddgg-prestige .jiho-location-page{max-width:var(--pr-container-wide);margin:0 auto}
.ddgg-prestige .jiho-location-intro{margin-bottom:28px}
.ddgg-prestige .jiho-location-intro h2{margin:12px 0 10px;font-size:clamp(34px,5vw,56px)}
.ddgg-prestige .jiho-location-intro p{color:var(--pr-text-muted);font-size:16px}
.ddgg-prestige .jiho-map-shell{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:24px;align-items:stretch}
.ddgg-prestige .jiho-map-frame{position:relative;min-height:500px;overflow:hidden;border:1px solid var(--pr-border);border-radius:18px;background:#eef2f7;box-shadow:var(--pr-sh-sm)}
.ddgg-prestige .jiho-kakao-map{position:absolute;inset:0;width:100%;height:100%}
.ddgg-prestige .jiho-map-fallback{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:32px;background:linear-gradient(135deg,#eef3f9,#fff);color:var(--pr-text);text-align:center}
.ddgg-prestige .jiho-map-fallback strong{font-size:24px}
.ddgg-prestige .jiho-map-fallback span{font-size:15px;font-weight:700}
.ddgg-prestige .jiho-map-fallback small{max-width:520px;color:var(--pr-text-muted);line-height:1.65}
.ddgg-prestige .jiho-map-frame.is-map-ready .jiho-map-fallback{display:none}
.ddgg-prestige .jiho-kakao-label{padding:8px 12px;border-radius:8px;background:#fff;color:#14213a;box-shadow:0 4px 16px rgba(0,0,0,.2);font-size:13px;font-weight:850;white-space:nowrap}
.ddgg-prestige .jiho-location-card{display:flex;flex-direction:column;justify-content:center;padding:clamp(26px,4vw,42px);border:1px solid var(--pr-border);border-radius:18px;background:#fff;box-shadow:var(--pr-sh-sm)}
.ddgg-prestige .jiho-location-card dl{display:grid;gap:20px;margin:0}
.ddgg-prestige .jiho-location-card dl>div{display:grid;gap:7px;padding-bottom:19px;border-bottom:1px solid var(--pr-border)}
.ddgg-prestige .jiho-location-card dt{font-size:12px;font-weight:850;letter-spacing:.08em;color:var(--pr-accent)}
.ddgg-prestige .jiho-location-card dd{margin:0;color:var(--pr-text);font-size:15px;line-height:1.75;word-break:keep-all}
.ddgg-prestige .jiho-location-card a{color:inherit}
.ddgg-prestige .jiho-map-actions{display:grid;gap:9px;margin-top:26px}
.ddgg-prestige .jiho-map-actions .btn{justify-content:center;text-align:center}
.ddgg-prestige .jiho-map-actions .btn-outline{border:1px solid var(--pr-border-strong);background:#fff;color:var(--pr-text)}
@media(max-width:900px){
  .ddgg-prestige .jiho-map-shell{grid-template-columns:1fr}
  .ddgg-prestige .jiho-map-frame{min-height:420px}
}
@media(max-width:600px){
  .ddgg-prestige .jiho-map-frame{min-height:340px}
  .ddgg-prestige .jiho-location-card{padding:24px 20px}
}


/* ==========================================================================
   JIHO v2.0.0 — restored Kakao RoughMap
   ========================================================================== */
.ddgg-prestige .jiho-map-frame .root_daum_roughmap{
  position:relative;z-index:3;display:block;width:100%!important;min-height:460px;
  background:#eef2f7
}
.ddgg-prestige .jiho-map-frame .root_daum_roughmap .wrap_map{
  width:100%!important
}
.ddgg-prestige .jiho-map-frame .root_daum_roughmap .wrap_controllers{
  width:100%!important
}
.ddgg-prestige .jiho-map-frame.is-map-ready .jiho-map-fallback{display:none!important}
.ddgg-prestige .jiho-map-frame.is-map-fallback .jiho-map-fallback{display:flex}
@media(max-width:600px){
  .ddgg-prestige .jiho-map-frame .root_daum_roughmap{min-height:360px}
}


/* ==========================================================================
   JIHO v2.0.1 — direct location renderer and synchronous Kakao RoughMap
   ========================================================================== */
.ddgg-prestige.mid-company2 .shell{max-width:var(--pr-container-wide)!important}
.ddgg-prestige.mid-company2 .content-surface{width:100%!important}
.ddgg-prestige .jiho-location-direct{display:block!important;width:100%!important}
.ddgg-prestige .jiho-location-direct .jiho-map-frame{
  min-height:500px!important;isolation:isolate
}
.ddgg-prestige .jiho-location-direct .root_daum_roughmap{
  position:relative!important;z-index:5!important;display:block!important;
  width:100%!important;min-height:460px!important;background:#eef2f7
}
.ddgg-prestige .jiho-location-direct .root_daum_roughmap .wrap_map,
.ddgg-prestige .jiho-location-direct .root_daum_roughmap .wrap_controllers{
  width:100%!important
}
.ddgg-prestige .jiho-location-direct .jiho-map-fallback{z-index:2!important}
.ddgg-prestige .jiho-location-direct .jiho-map-frame.is-map-ready .jiho-map-fallback{
  display:none!important
}
.ddgg-prestige .jiho-location-direct .jiho-map-frame.is-map-fallback .jiho-map-fallback{
  display:flex!important
}
@media(max-width:600px){
  .ddgg-prestige .jiho-location-direct .jiho-map-frame{min-height:370px!important}
  .ddgg-prestige .jiho-location-direct .root_daum_roughmap{min-height:360px!important}
}


/* JIHO v2.0.2 */
.ddgg-prestige .jiho-map-actions .btn-primary,
.ddgg-prestige .jiho-map-actions .btn-primary:link,
.ddgg-prestige .jiho-map-actions .btn-primary:visited,
.ddgg-prestige .jiho-map-actions .btn-primary:hover,
.ddgg-prestige .jiho-map-actions .btn-primary:focus-visible,
.ddgg-prestige .jiho-map-actions .btn-primary:active{color:#fff!important;}
