/* LS 호스트 신청 위저드 — 목업 참고(여유 카드·32px 타이틀). Tailwind CDN 미사용. 위홈 #681DC7 */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.hs-wiz{
  --primary:#222;
  --primary-container:#222;
  --on-primary:#fff;
  --primary-fixed:#F4F4F5;
  --on-primary-fixed:#222;
  --surface:#f8f9fa;
  --surface-lowest:#fff;
  --surface-container:#edeeef;
  --on-surface:#191c1d;
  --on-surface-variant:#4a4455;
  --outline-variant:#ccc3d8;
  --outline:#7b7487;
  --ink-select:#222;
  --margin-m:20px;
  --margin-d:28px;
  --gutter:12px;
  --foot-h:72px;
  --wh-primary:#222;
  --wh-primary-soft:#F4F4F5;
  --wh-primary-hover:#000;
  --wh-border:#E8E8EC;
  --wh-ink:#1A1A1A;
  --wh-muted:#6B7280;
  --wh-success:#0F9F6E;
  --wh-r-card:16px;
  --wh-thumb:#EFEFEF;
  --wh-thumb-ink:#222;
  font-family:'Plus Jakarta Sans',-apple-system,'Pretendard','Apple SD Gothic Neo',sans-serif;
  color:var(--on-surface);
  background:transparent;
  height:auto;
  max-height:none;
  min-height:0;
  margin:0;
  display:block;
  overflow:visible;
  -webkit-font-smoothing:antialiased;
}
.hs-wiz *,.hs-wiz *::before,.hs-wiz *::after{box-sizing:border-box}
.hs-wiz .ms,
.hs-wiz-done-modal .ms,
.hs-wiz-modal .ms,
.hs-wiz-place-sheet .ms{
  font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;font-size:20px;line-height:1;
  letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;
  -webkit-font-feature-settings:'liga';font-feature-settings:'liga';
  font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24
}

.hs-wiz-header{
  background:var(--surface-lowest);
  border-bottom:1px solid var(--outline-variant);
  display:flex;align-items:center;justify-content:space-between;
  width:100%;padding:0 var(--margin-m);height:52px;
  position:sticky;top:var(--sp-dt-header-h,var(--nav-clean-height,50px));z-index:40;
  gap:8px;
}
@media (min-width:768px){.hs-wiz-header{padding:0 var(--margin-d);height:56px;gap:12px}}
.hs-wiz-header-prog{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:400;color:var(--on-surface-variant);flex:1;min-width:0;justify-content:center}
@media (min-width:768px){.hs-wiz-header-prog{font-size:14px;gap:16px}}
.hs-wiz-header-prog .nums{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hs-wiz-header-prog .nums .cur{color:var(--on-surface);font-weight:700}
.hs-wiz-header-prog .bar{height:4px;width:64px;background:var(--surface-container);border-radius:999px;overflow:hidden;flex-shrink:0}
@media (min-width:768px){.hs-wiz-header-prog .bar{width:96px}}
.hs-wiz-header-prog .bar > i{display:block;height:100%;background:var(--primary);border-radius:999px}
.hs-wiz-header-prog #hs-wiz-prog-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:28vw}
@media (min-width:768px){.hs-wiz-header-prog #hs-wiz-prog-label{max-width:none}}
.hs-wiz-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}
.hs-wiz-exit{border:1px solid #ddd;background:var(--wh-bg);font:inherit;font-size:13px;font-weight:600;color:#222;cursor:pointer;padding:10px 16px;white-space:nowrap;text-decoration:none;border-radius:999px;display:inline-flex;align-items:center;min-height:40px;box-sizing:border-box}
@media (min-width:768px){.hs-wiz-exit{font-size:13px;padding:10px 16px}}
.hs-wiz-exit:hover{border-color:#C8C8C8;background:#FAFAFA;color:#222}
.hs-wiz-header .hs-wiz-btn-g{padding:10px 16px;font-size:13px;min-height:40px;border-radius:999px}
.hs-wiz-header .hs-wiz-btn-p{padding:10px 20px;font-size:13px;box-shadow:none;min-height:40px;border-radius:999px;background:#222}
.hs-wiz-header .hs-wiz-btn-p:hover{background:#000}
@media (min-width:768px){
  .hs-wiz-header .hs-wiz-btn-g{padding:10px 16px;font-size:13px}
  .hs-wiz-header .hs-wiz-btn-p{padding:10px 20px;font-size:13px}
}

.hs-wiz-mprog{height:3px;width:100%;background:var(--outline-variant);flex-shrink:0;z-index:40}
@media (min-width:768px){.hs-wiz-mprog{display:none}}
.hs-wiz-mprog > i{display:block;height:100%;background:var(--primary)}

.hs-wiz-main{
  display:block;width:100%;
  padding:20px var(--margin-m) 32px;overflow:visible;
}
@media (min-width:768px){.hs-wiz-main{padding:32px var(--margin-d) 48px}}
.hs-wiz-wrap{
  width:100%;max-width:896px;margin:0 auto;display:block;
  min-height:0;height:auto;overflow:visible;
}
.hs-wiz-panel{display:block;min-height:0;overflow:visible;width:100%}
.hs-wiz-panel[hidden]{display:none!important}
.hs-wiz-intro{margin-bottom:28px;text-align:left;flex-shrink:0}
@media (min-width:768px){.hs-wiz-intro{margin-bottom:40px}}
.hs-wiz-h1{font-size:24px;line-height:32px;font-weight:700;letter-spacing:-.02em;margin:0 0 8px;color:var(--on-surface)}
@media (min-width:768px){.hs-wiz-h1{font-size:32px;line-height:40px;margin:0 0 10px}}
.hs-wiz-lead{font-size:15px;line-height:22px;font-weight:400;color:var(--on-surface-variant);margin:0}
@media (min-width:768px){.hs-wiz-lead{font-size:16px;line-height:24px}}

/* 카테고리 — 목업 bento (폭 100% 확정 + 고정 열. auto-fill+shrink 금지) */
.hs-wiz-split,.hs-wiz-col{display:block;width:100%!important;max-width:100%;box-sizing:border-box}
.hs-wiz-cat-step{
  display:block;width:100%!important;max-width:800px;margin:0 auto;
  box-sizing:border-box;
}
.hs-wiz-cat-intro{margin-bottom:40px;text-align:center;width:100%}
@media (min-width:768px){.hs-wiz-cat-intro{text-align:left;margin-bottom:48px}}
.hs-wiz-cat-intro .hs-wiz-h1{margin-bottom:16px}
.hs-wiz-cat-intro .hs-wiz-lead{font-size:16px;line-height:28px;margin:0}
@media (min-width:768px){.hs-wiz-cat-intro .hs-wiz-lead{font-size:18px}}
.hs-wiz-br-m{display:inline}
@media (min-width:768px){.hs-wiz-br-m{display:none}}
.hs-wiz-cats{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  width:100%!important;max-width:none!important;
  min-width:0;
  align-content:start;justify-content:stretch;
  overflow:visible;padding-bottom:8px;
  box-sizing:border-box;
}
@media (min-width:600px){
  .hs-wiz-cats{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
}
@media (min-width:800px){
  .hs-wiz-cats{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
}
.hs-wiz-cat{
  background:#fff;
  border:1.5px solid #E8E8EC;
  border-radius:16px;
  padding:22px 16px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;
  position:relative;overflow:hidden;cursor:pointer;
  box-shadow:none;
  transition:border-color .18s,background .18s,box-shadow .18s,transform .12s;
  font:inherit;color:inherit;
  width:auto!important;min-width:0;max-width:none;min-height:140px;
  box-sizing:border-box;
  justify-self:stretch;
}
.hs-wiz-cat:hover:not(.on):not(.is-soon):not(:disabled){border-color:#999;box-shadow:0 6px 20px rgba(0,0,0,.06)}
.hs-wiz-cat.on{
  border:2px solid #222;
  background:#FAFAFA;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  transform:none;
}
.hs-wiz-cat.is-soon,
.hs-wiz-cat:disabled{
  opacity:.55;
  cursor:default;
  pointer-events:none;
  box-shadow:none;
}
.hs-wiz-cat-sub{
  display:block;
  margin-top:4px;
  font-size:12px;
  font-weight:500;
  line-height:1.35;
  color:#6B7280;
}
.hs-wiz-cat-sub-soon{font-weight:600;color:var(--wh-tx3)}
.hs-wiz-cat .badge{display:none!important}
.hs-wiz-cat .ico-wrap{
  width:52px;height:52px;border-radius:14px;background:#F4F4F5;
  display:flex;align-items:center;justify-content:center;margin:0;color:#222;flex:0 0 52px;
  overflow:hidden;transition:background .18s,transform .15s,box-shadow .18s;
  box-shadow:none;
}
.hs-wiz-cat:hover .ico-wrap{background:#EFEFEF;transform:none;box-shadow:none}
.hs-wiz-cat.on .ico-wrap{background:#fff;color:#222;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}
.hs-wiz-cat .ico-wrap .hs-wiz-ico-img{display:none!important}
.hs-wiz-cat .ico-wrap .ms{
  font-size:26px!important;line-height:1;width:26px;height:26px;
  display:flex!important;align-items:center;justify-content:center;
  color:#222;flex-shrink:0;
  font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24
}
.hs-wiz-cat.on .ico-wrap .ms{font-variation-settings:'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 24}
.hs-wiz-cat > div:last-child{min-width:0;width:100%;flex:0 0 auto}
.hs-wiz-cat.hs-wiz-cat-hero > div:last-child,
.hs-wiz-cat.hs-wiz-cat-hero .hs-wiz-cat-txt{
  width:auto;flex:1 1 auto;min-width:0;max-width:100%
}
.hs-wiz-cat strong{
  display:block;font-size:14px;line-height:1.35;font-weight:600;margin:0;color:#222;
  word-break:keep-all;overflow-wrap:break-word;white-space:normal;width:100%;
}
.hs-wiz-cat.on strong{font-weight:700;color:#222}
.hs-wiz-cat span.desc{display:none!important}

.hs-wiz-field{margin-bottom:12px;flex-shrink:0}
.hs-wiz-field label{display:block;font-size:12px;font-weight:600;letter-spacing:0;color:var(--on-surface);margin-bottom:6px}
.hs-wiz-field input,.hs-wiz-field textarea,.hs-wiz-field select,.hs-wiz-input{
  width:100%;padding:12px 14px;border:1.5px solid var(--outline-variant);border-radius:12px;
  font:inherit;font-size:15px;background:var(--surface-lowest);color:var(--on-surface);
}
.hs-wiz-field input:focus,.hs-wiz-field textarea:focus,.hs-wiz-input:focus{
  outline:none;border-color:#222;box-shadow:0 0 0 3px rgba(0,0,0,.08);
}
.hs-wiz-field textarea{min-height:72px;max-height:100px;resize:none}
.hs-wiz-row{display:flex;gap:10px;flex-wrap:wrap}
.hs-wiz-row > *{flex:1;min-width:100px}
.hs-wiz-city{
  display:flex;align-items:center;gap:10px;padding:12px 16px;
  border:1.5px solid var(--outline-variant);border-radius:999px;background:var(--surface-lowest);
  flex-shrink:0;
}
.hs-wiz-city .ms{color:var(--outline);font-size:20px}
.hs-wiz-city input{border:none;outline:none;flex:1;font:inherit;font-size:15px;padding:0;background:transparent}
.hs-wiz-stepper{display:flex;align-items:center;justify-content:center;gap:24px;margin:10px 0 14px;flex-shrink:0}
.hs-wiz-stepper button{
  width:40px;height:40px;border-radius:50%;border:1.5px solid var(--outline-variant);
  background:var(--surface-lowest);font-size:18px;cursor:pointer;line-height:1;color:var(--on-surface);
}
.hs-wiz-stepper button:hover{border-color:var(--ink-select);color:var(--ink-select)}
.hs-wiz-stepper .num{font-size:40px;font-weight:700;min-width:56px;text-align:center;letter-spacing:-.02em}
.hs-wiz-map{width:100%;height:160px;border-radius:14px;background:var(--surface-container);overflow:hidden;position:relative;flex-shrink:0}
@media (min-width:768px){.hs-wiz-map{height:200px}}
.hs-wiz-map-hint{
  position:absolute;left:50%;bottom:10px;transform:translateX(-50%);
  background:rgba(34,34,34,.88);color:#fff;font-size:12px;padding:6px 12px;border-radius:999px;
  pointer-events:none;z-index:2;white-space:nowrap;
}
.hs-wiz-gallery{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;
  margin:12px 0;overflow:visible;
}
@media (min-width:768px){
  .hs-wiz-gallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
}
.hs-wiz-gal-item{
  position:relative;aspect-ratio:1;border-radius:14px;overflow:hidden;
  border:1.5px solid var(--outline-variant);background:var(--surface-container);
  cursor:grab;user-select:none;-webkit-user-select:none;
}
.hs-wiz-gal-item:active{cursor:grabbing}
.hs-wiz-gal-item.is-cover{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}
.hs-wiz-gal-item.dragging{opacity:.45}
.hs-wiz-gal-item.drag-over{outline:2px solid var(--primary);outline-offset:2px}
.hs-wiz-gal-item img{
  display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;
}
.hs-wiz-gal-badge{
  position:absolute;left:8px;top:8px;z-index:2;
  background:rgba(34,34,34,.88);color:#fff;font-size:11px;font-weight:700;
  padding:4px 8px;border-radius:999px;letter-spacing:-.01em;pointer-events:none;
}
.hs-wiz-gal-del{
  position:absolute;right:6px;top:6px;z-index:3;
  width:28px;height:28px;border:none;border-radius:50%;
  background:rgba(34,34,34,.78);color:#fff;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1;
}
.hs-wiz-gal-del:hover{background:rgba(185,28,28,.92)}
.hs-wiz-gal-del .ms{font-size:18px}
.hs-wiz-gal-item.is-uploading{
  cursor:default;pointer-events:none;border-style:dashed;border-color:#ddd
}
.hs-wiz-gal-skel{
  position:absolute;inset:0;background:#ececec;overflow:hidden
}
.hs-wiz-gal-skel::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.65) 50%,transparent 100%);
  transform:translateX(-100%);
  animation:hs-wiz-skel-shimmer 1.2s ease-in-out infinite
}
@keyframes hs-wiz-skel-shimmer{
  to{transform:translateX(100%)}
}
.hs-wiz-gal-uploading{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;
  font-size:12px;font-weight:700;color:#555;background:rgba(255,255,255,.9);
  padding:6px 10px;border-radius:999px;white-space:nowrap;letter-spacing:-.02em
}
.hs-wiz-btn-p.is-busy{opacity:.72}
@media (prefers-reduced-motion:reduce){
  .hs-wiz-gal-skel::after{animation:none;background:#e4e4e4}
}
.hs-wiz-gal-ops{
  position:absolute;left:0;right:0;bottom:0;z-index:2;
  display:flex;justify-content:space-between;align-items:center;
  padding:6px;background:linear-gradient(transparent,rgba(0,0,0,.45));
}
.hs-wiz-gal-move{
  width:28px;height:28px;border:none;border-radius:8px;
  background:rgba(255,255,255,.92);color:var(--on-surface);cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;padding:0;
}
.hs-wiz-gal-move:disabled{opacity:.35;cursor:default}
.hs-wiz-gal-move .ms{font-size:18px}
.hs-wiz-gal-hint{
  font-size:12px;color:var(--on-surface-variant);margin:0 0 4px;line-height:1.45;
}
.hs-wiz-char{font-size:12px;color:var(--on-surface-variant);margin-top:4px}
.hs-wiz-hint{font-weight:500;color:var(--outline);margin-left:6px;font-size:11px;letter-spacing:0}
.hs-wiz-samples{display:none}
.hs-wiz-agenda{display:flex;flex-direction:column;gap:8px;margin:8px 0;overflow:visible}
.hs-wiz-ag-item{
  display:flex;gap:8px;align-items:flex-start;padding:10px 12px;
  border:1.5px solid var(--outline-variant);border-radius:12px;background:var(--surface-lowest);flex-shrink:0;
}
.hs-wiz-ag-item .ord{
  width:24px;height:24px;border-radius:50%;background:var(--surface-container);color:var(--on-surface);
  font-weight:700;font-size:11px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;margin-top:6px;
}
.hs-wiz-ag-item .cols{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}
.hs-wiz-ag-item input{width:100%;padding:8px 10px;border:1.5px solid var(--outline-variant);border-radius:10px;font:inherit;font-size:13px}
.hs-wiz-ag-item .row2{display:flex;gap:6px}
.hs-wiz-ag-item .row2 input{width:90px}
.hs-wiz-ag-item .rm{border:none;background:transparent;color:var(--outline);cursor:pointer;font-size:16px;padding:4px 6px}
.hs-wiz-add{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;
  border:1.5px dashed var(--outline-variant);border-radius:12px;background:transparent;
  cursor:pointer;font-weight:600;font-size:13px;color:var(--on-surface);width:100%;font-family:inherit;flex-shrink:0;
}
.hs-wiz-add:hover{border-color:var(--ink-select);color:var(--ink-select);background:#FAFAFA}
.hs-wiz-checks{display:grid;grid-template-columns:1fr 1fr;gap:8px;flex-shrink:0}
@media (min-width:700px){.hs-wiz-checks{grid-template-columns:1fr 1fr 1fr}}
.hs-wiz-check{
  display:flex;align-items:center;gap:8px;padding:10px 12px;
  border:1.5px solid var(--outline-variant);border-radius:12px;cursor:pointer;user-select:none;
  background:var(--surface-lowest);font-size:13px;
}
.hs-wiz-check.on{border:1.5px solid var(--ink-select);background:var(--surface-lowest)}
.hs-wiz-check input{accent-color:var(--primary-container)}
.hs-wiz-summary{border:1.5px solid var(--outline-variant);border-radius:14px;padding:16px 18px;background:var(--surface-lowest);overflow:visible}
.hs-wiz-summary h3{margin:0 0 12px;font-size:17px;font-weight:700}
.hs-wiz-summary dl{margin:0;display:grid;grid-template-columns:88px 1fr;gap:8px 12px;font-size:13px}
.hs-wiz-summary dt{color:var(--on-surface-variant);font-weight:600}
.hs-wiz-summary dd{margin:0;font-weight:600}
.hs-wiz-err{color:#ba1a1a;font-size:12px;margin:4px 0 0;display:none;flex-shrink:0}
.hs-wiz-inline-cta{display:none!important}
.hs-wiz-subh{font-size:16px;font-weight:700;margin:10px 0 4px;letter-spacing:-.015em;flex-shrink:0}
.hs-wiz-q{font-weight:600;margin:0 0 8px;font-size:14px;flex-shrink:0}

.hs-wiz-foot{display:none!important}
.hs-wiz-btn-g{
  border:1.5px solid var(--outline-variant);background:var(--surface-lowest);color:var(--on-surface);
  font:inherit;font-size:13px;font-weight:600;
  padding:8px 14px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;
}
.hs-wiz-btn-g:hover{background:#FAFAFA;border-color:#C8C8C8;color:var(--on-surface)}
.hs-wiz-btn-g:disabled,
.hs-wiz-btn-g.is-hidden{opacity:.35;pointer-events:none;cursor:not-allowed}
.hs-wiz-btn-p{
  background:var(--primary-container);color:var(--on-primary);border:none;border-radius:999px;
  padding:10px 20px;font:inherit;font-size:13px;font-weight:700;cursor:pointer;
  display:inline-flex;align-items:center;gap:6px;min-height:40px;box-sizing:border-box;
  box-shadow:none;transition:background .15s,transform .1s,opacity .15s;
}
.hs-wiz-btn-p:hover{background:#000}
.hs-wiz-btn-p:active{transform:scale(.98)}
.hs-wiz-btn-p:disabled{background:#DDDDDD;color:#fff;cursor:not-allowed;box-shadow:none;transform:none}
.hs-wiz-btn-p .ms{font-size:16px}

.hs-inner-wiz{
  max-width:none;margin:0;overflow:visible;background:transparent;
  padding:0!important;
  height:auto;
  display:block;box-sizing:border-box;
  width:100%;
}
#content.hs-page-wiz{
  /* 모바일: layout wh-page-nav 보정. PC1024+: GNB */
  padding-top:calc(var(--wh-page-nav-h,76px) + 8px)!important;
  padding-left:0!important;padding-right:0!important;padding-bottom:0!important;
  background:transparent!important;
  overflow:visible!important;
  height:auto!important;
  max-height:none!important;
  max-width:none!important;width:100%!important;margin:0!important;
  box-sizing:border-box;
}
html.sp-force-desktop-ui #content.hs-page-wiz,
html.sp-force-desktop-ui div#content.hs-page-wiz{
  max-width:none!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-top:calc(var(--wh-page-nav-h,76px) + 8px)!important;
  padding-left:0!important;padding-right:0!important;padding-bottom:0!important;
}
@media (min-width:1024px){
  html.sp-force-desktop-ui #content.hs-page-wiz,
  html.sp-force-desktop-ui div#content.hs-page-wiz{
    padding-top:var(--sp-dt-header-h,108px)!important;
  }
}
.hs-shell-wiz{background:transparent;overflow:visible;height:auto;display:block;min-height:0;width:100%}

.hs-wiz-city-wrap{position:relative;flex-shrink:0;display:flex;flex-direction:column;gap:10px;min-height:0}
.hs-wiz-city-chips{display:flex;flex-wrap:wrap;gap:8px}
.hs-wiz-city-chip{
  border:1.5px solid var(--outline-variant);background:var(--surface-lowest);color:var(--on-surface);
  font:inherit;font-size:12px;font-weight:600;padding:7px 14px;border-radius:999px;cursor:pointer;
}
.hs-wiz-city-chip:hover{border-color:#C8C8C8;background:#FAFAFA}
.hs-wiz-city-chip.on{border-color:#222;background:#222;color:#fff}
.hs-wiz-field{position:relative}
.hs-wiz-ac{
  position:absolute;left:0;right:0;top:calc(100% + 2px);z-index:30;
  background:var(--surface-lowest);border:1px solid var(--outline-variant);border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,.1);max-height:180px;overflow-y:auto;display:none;
}
.hs-wiz-ac.open{display:block}
.hs-wiz-ac button{
  display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%;text-align:left;border:none;background:transparent;
  padding:10px 14px;font:inherit;font-size:13px;cursor:pointer;color:var(--on-surface);
}
.hs-wiz-ac button strong{font-size:13px;font-weight:700;line-height:1.3}
.hs-wiz-ac button .sub{font-size:11px;color:var(--on-surface-variant);line-height:1.3;font-weight:400}
.hs-wiz-ac button:hover,.hs-wiz-ac button:focus{background:#FAFAFA;outline:none}
.hs-wiz-city-map{display:none!important}


/* ===== 섹션 사이드메뉴 (create·edit 공통: has-section-nav) ===== */
.hs-wiz.has-section-nav,
.hs-wiz.is-edit{
  display:grid!important;
  grid-template-columns:200px minmax(0,1fr);
  grid-template-rows:auto;
  align-items:start;
  min-height:0;
  height:auto;
  max-height:none;
  background:#fff;
  color:var(--on-surface,#191c1d);
  width:100%;
  max-width:min(1120px,calc(100vw - 48px));
  margin:0 auto;
  box-sizing:border-box;
  overflow:visible;
  padding-bottom:40px;
}
.hs-wiz.has-section-nav .hs-edit-nav,
.hs-wiz.is-edit .hs-edit-nav{
  grid-column:1;
  grid-row:1;
  position:sticky;
  top:calc(var(--sp-dt-header-h,108px) + 8px);
  align-self:start;
  justify-self:stretch;
  width:100%;
  min-height:0;
  height:auto;
  max-height:none;
  overflow:visible;
  margin:0;
  padding:20px 8px 24px 0;
  border-right:1px solid rgba(0,0,0,.06);
  background:#fff;
  z-index:45;
  box-sizing:border-box;
}
.hs-wiz.has-section-nav .hs-wiz-body,
.hs-wiz.is-edit .hs-wiz-body{
  grid-column:2;
  grid-row:1;
  min-width:0;
  min-height:0;
  width:auto;
  max-width:none;
  height:auto;
  max-height:none;
  display:flex;
  flex-direction:column;
  overflow:visible;
}
.hs-wiz.has-section-nav .hs-wiz-rail,
.hs-wiz.has-section-nav.has-rail .hs-wiz-rail,
.hs-wiz.has-section-nav .hs-wiz-rail.is-on,
.hs-wiz.is-edit .hs-wiz-rail,
.hs-wiz.is-edit.has-rail .hs-wiz-rail,
.hs-wiz.is-edit .hs-wiz-rail.is-on{
  display:none!important;
}
.hs-edit-nav-title{
  margin:0 12px 12px 16px;
  font-size:11px;
  font-weight:700;
  color:var(--wh-muted,#6B7280);
  letter-spacing:.06em;
  text-transform:uppercase;
}
.hs-edit-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}
.hs-edit-nav-block{list-style:none;margin:0;padding:0}
.hs-edit-nav-block[hidden]{display:none!important}
.hs-edit-nav-children{
  list-style:none;margin:0;padding:0 0 4px;
  display:none;flex-direction:column;gap:2px;
}
.hs-edit-nav-block.is-open:not(.is-leaf) .hs-edit-nav-children{display:flex}
.hs-edit-nav-group-btn{
  width:100%;text-align:left;border:none;background:transparent;
  padding:8px 12px 8px 14px;border-radius:0 12px 12px 0;font:inherit;
  font-size:13px;font-weight:700;color:#374151;cursor:pointer;
  display:flex;align-items:center;gap:8px;position:relative;
  transition:background .15s,color .15s;
}
.hs-edit-nav-block:not(.is-leaf) > .hs-edit-nav-group-btn{
  font-size:12px;letter-spacing:.02em;color:#6B7280;
}
.hs-edit-nav-block:not(.is-leaf) > .hs-edit-nav-group-btn:hover{background:#F4F4F5;color:#222}
.hs-edit-nav-block.is-open:not(.is-leaf) > .hs-edit-nav-group-btn{color:#222}
.hs-edit-nav-group-label{min-width:0;flex:1;line-height:1.3}
.hs-edit-nav-group-dot{
  flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#D1D5DB;
}
.hs-edit-nav-block.is-open:not(.is-leaf) > .hs-edit-nav-group-btn .hs-edit-nav-group-dot{background:#222}
.hs-edit-nav-block.is-done:not(.is-leaf) > .hs-edit-nav-group-btn .hs-edit-nav-group-dot{
  background:var(--wh-success,#0F9F6E);
}
.hs-edit-nav-block.is-done:not(.is-open):not(.is-leaf) > .hs-edit-nav-group-btn{color:#1A1A1A}
.hs-edit-nav-chevron{
  margin-left:auto;font-size:18px;line-height:1;color:#9CA3AF;
  transition:transform .15s ease;flex:0 0 auto;
}
.hs-edit-nav-block.is-open:not(.is-leaf) .hs-edit-nav-chevron{transform:rotate(180deg)}
.hs-edit-nav-block.is-locked:not(.is-leaf) > .hs-edit-nav-group-btn{
  opacity:.42;cursor:not-allowed;pointer-events:none;color:#9CA3AF;
}
.hs-edit-nav-children .hs-edit-nav-btn{padding-left:28px}
.hs-edit-nav-btn{
  width:100%;text-align:left;border:none;background:transparent;
  padding:8px 12px 8px 14px;border-radius:0 12px 12px 0;font:inherit;font-size:13px;font-weight:500;
  color:var(--wh-muted,#6B7280);cursor:pointer;transition:background .15s,color .15s;
  display:flex;align-items:center;gap:10px;position:relative;
}
.hs-edit-nav-btn:hover{background:#F4F4F5;color:#222}
.hs-edit-nav-btn.on{
  background:#F4F4F5;
  color:#222;
  font-weight:700;
}
.hs-edit-nav-btn.on::before{
  content:'';position:absolute;left:0;top:6px;bottom:6px;width:3px;
  border-radius:0 3px 3px 0;background:#222;
}
.hs-step-dot{
  flex:0 0 20px;width:20px;height:20px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:700;line-height:1;
  border:1.5px solid #D1D5DB;background:#fff;color:#9CA3AF;
  box-sizing:border-box;
}
.hs-edit-nav-btn.on .hs-step-dot,
.hs-edit-chip.on .hs-step-dot{
  border-color:#222;
  background:#222;
  color:#fff;
}
.hs-edit-nav-btn.is-done .hs-step-dot,
.hs-edit-chip.is-done .hs-step-dot{
  border-color:var(--wh-success,#0F9F6E);
  background:var(--wh-success,#0F9F6E);
  color:#fff;
}
.hs-edit-nav-btn.is-done:not(.on){color:var(--wh-ink,#1A1A1A)}
.hs-edit-nav-btn.is-done:not(.on) .hs-step-label{font-weight:500}
.hs-step-label{min-width:0;flex:1;line-height:1.3}
.hs-edit-nav-btn.is-locked,
.hs-edit-chip.is-locked{
  opacity:.42;cursor:not-allowed;pointer-events:none;color:#9CA3AF;
}
.hs-edit-nav-btn.is-locked:hover{background:transparent;color:#9CA3AF}
.hs-edit-chips{
  display:none;
  gap:8px;padding:10px 16px;overflow-x:auto;border-bottom:1px solid rgba(0,0,0,.08);
  -webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0;
  scroll-behavior:smooth;scroll-padding-inline:16px;
}
.hs-edit-chips::-webkit-scrollbar{display:none}
.hs-edit-chip{
  flex:0 0 auto;border:1.5px solid var(--wh-border,#E8E8EC);background:#fff;border-radius:999px;
  padding:8px 12px 8px 10px;font:inherit;font-size:13px;font-weight:600;color:var(--wh-ink,#1A1A1A);cursor:pointer;white-space:nowrap;
  display:inline-flex;align-items:center;gap:8px;
}
.hs-edit-chip.on{border-color:#222;background:#222;color:#fff}
.hs-edit-chip.is-done:not(.on){border-color:#A7F3D0;background:#ECFDF5;color:#065F46}
.hs-wiz.has-section-nav .hs-wiz-main,
.hs-wiz.is-edit .hs-wiz-main{
  padding:28px 32px 48px;min-height:0;flex:0 1 auto;
  max-width:960px;box-sizing:border-box;
  overflow:visible;
}
.hs-wiz.has-section-nav .hs-wiz-wrap,
.hs-wiz.is-edit .hs-wiz-wrap{
  max-width:860px;width:100%;margin:0;box-sizing:border-box;
}
.hs-wiz.has-section-nav .hs-wiz-header,
.hs-wiz.is-edit .hs-wiz-header{
  padding-left:32px;padding-right:32px;
  position:sticky;top:var(--sp-dt-header-h,108px);flex-shrink:0;z-index:40;
}
/* footer bar 폐기 — CTA는 상단 헤더에 복귀 */
.hs-wiz-footer-bar{display:none!important}
.hs-wiz.has-section-nav,
.hs-wiz.is-edit{padding-bottom:0}
@media (min-width:768px){
  /* PC: 사이트 푸터와 본문 사이 하단 여백 */
  #content.hs-page-wiz,
  html.sp-force-desktop-ui #content.hs-page-wiz,
  html.sp-force-desktop-ui div#content.hs-page-wiz{
    padding-bottom:120px!important;
  }
  .hs-wiz.has-section-nav,
  .hs-wiz.is-edit{padding-bottom:72px}
  .hs-wiz.has-section-nav .hs-wiz-main,
  .hs-wiz.is-edit .hs-wiz-main{padding-bottom:80px}
}
.hs-wiz-header-actions{
  display:flex!important;align-items:center;gap:8px;flex-shrink:0;flex-wrap:nowrap;justify-content:flex-end;
}
.hs-wiz-header-actions .hs-wiz-btn-p,
.hs-wiz-header-actions .hs-wiz-btn-g,
.hs-wiz-header-actions .hs-wiz-exit{
  display:inline-flex!important;visibility:visible!important;opacity:1!important;
}
.hs-wiz-header #hs-wiz-next{display:inline-flex!important}
.hs-wiz-footer-bar .hs-wiz-draft-status{
  font-size:12px;font-weight:600;color:var(--wh-success,#0F9F6E);opacity:0;transition:opacity .2s;
}
.hs-wiz-footer-bar .hs-wiz-draft-status.is-on{opacity:1}
.hs-wiz-footer-bar .hs-wiz-draft-status[hidden]{display:none!important}
.hs-wiz-header-prog{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex:1;min-width:0;
}
.hs-wiz-header-bar{
  width:min(160px,28vw);height:3px;border-radius:999px;background:var(--wh-border,#E8E8EC);overflow:hidden;
}
.hs-wiz-header-bar > i{display:block;height:100%;background:#222;border-radius:999px;transition:width .2s ease}
@media (max-width:767px){
  .hs-wiz.has-section-nav,
  .hs-wiz.is-edit{
    display:flex!important;flex-direction:column;grid-template-columns:none;
    max-width:100%;
    height:auto;max-height:none;
    min-height:100dvh;
    overflow:visible;
  }
  .hs-wiz.has-section-nav .hs-edit-nav,
  .hs-wiz.is-edit .hs-edit-nav{display:none}
  .hs-wiz.has-section-nav .hs-wiz-body,
  .hs-wiz.is-edit .hs-wiz-body{
    width:100%;min-width:0;height:auto;max-height:none;overflow:visible;
  }
  .hs-wiz.has-section-nav .hs-wiz-main,
  .hs-wiz.is-edit .hs-wiz-main{
    padding:16px 16px calc(var(--bottom-naverbar-height,66px) + env(safe-area-inset-bottom,0px) + 28px);
    overflow:visible;flex:1 1 auto;
  }
  .hs-wiz-footer-bar{display:none!important}
  .hs-wiz,
  .hs-wiz.has-section-nav,
  .hs-wiz.is-edit{
    min-height:100dvh;
  }
}

/* ---- Airbnb-style experience wizard shell (2026-08-07) ---- */
.hs-wiz{position:relative;display:flex;min-height:0;height:auto;background:#fff;overflow:visible}
/* PC만 2열 grid — MO flex(위 @media≤767)를 덮지 않도록 min-width 가드 */
@media (min-width:768px){
  .hs-wiz.has-section-nav,
  .hs-wiz.is-edit{
    display:grid!important;
    min-height:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  .hs-wiz.has-section-nav .hs-wiz-body,
  .hs-wiz.is-edit .hs-wiz-body{
    grid-column:2!important;grid-row:1;min-width:0;min-height:0;
    width:auto;max-width:none;height:auto;max-height:none;overflow:visible;
  }
  .hs-wiz.has-section-nav .hs-edit-nav,
  .hs-wiz.is-edit .hs-edit-nav{
    max-height:none!important;overflow:visible!important;height:auto!important;
  }
}
.hs-wiz-rail{
  display:none;flex-direction:column;align-items:center;gap:14px;
  width:72px;padding:18px 0;background:#222;color:#fff;flex-shrink:0;
  position:sticky;top:var(--sp-dt-header-h,50px);height:calc(100vh - var(--sp-dt-header-h,50px));
  z-index:50;
}
.hs-wiz.has-rail .hs-wiz-rail,.hs-wiz-rail.is-on{display:flex}
.hs-wiz-rail-logo{
  width:36px;height:36px;border-radius:10px;background:transparent;color:#fff;
  display:flex;align-items:center;justify-content:center;font-weight:800;text-decoration:none;margin-bottom:8px;
  overflow:hidden;padding:0
}
.hs-wiz-rail-ico{
  width:40px;height:40px;border-radius:12px;border:1.5px solid transparent;background:transparent;color:#bbb;
  display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;overflow:hidden
}
.hs-wiz-rail-ico.on{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.1)}
.hs-wiz-rail-img{width:28px;height:28px;object-fit:cover;border-radius:8px;display:block}
.hs-wiz-rail-logo .hs-wiz-rail-img{width:36px;height:36px;border-radius:10px}
.hs-wiz-rail-exit{margin-top:auto;color:#bbb;text-decoration:none;padding:6px;display:flex;align-items:center;justify-content:center}
.hs-wiz-rail-exit .hs-wiz-rail-img{width:28px;height:28px;opacity:.9}

.hs-wiz-body{flex:1;min-width:0;display:flex;flex-direction:column}
.hs-wiz-header{
  position:sticky;top:var(--sp-dt-header-h,50px);z-index:40;background:#fff;
  border-bottom:1px solid #ebebeb;height:64px;padding:0 24px;
  display:flex;align-items:center;justify-content:space-between;gap:12px
}
.hs-wiz-header-prog{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:6px;flex:1;min-width:0;font-size:14px;font-weight:600;color:#222;text-align:center
}
.hs-wiz-exit{
  border:1px solid #ddd;background:var(--wh-bg);border-radius:999px;padding:10px 16px;
  font:inherit;font-size:13px;font-weight:600;color:#222;cursor:pointer;text-decoration:none;
  display:inline-flex;align-items:center;gap:6px;line-height:1.2;min-height:40px;box-sizing:border-box
}
.hs-wiz-btn-g{
  border:1px solid #ddd;background:var(--wh-bg);border-radius:999px;padding:10px 16px;
  font:inherit;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;color:#222;
  line-height:1.2;min-height:40px;box-sizing:border-box
}
.hs-wiz-btn-p{
  border:none;background:#222;color:#fff;border-radius:999px;padding:10px 20px;
  font:inherit;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;
  line-height:1.2;min-height:40px;box-sizing:border-box;box-shadow:none
}
.hs-wiz-btn-p:disabled{background:#ddd;color:#fff;cursor:not-allowed}
.hs-wiz-main{flex:1;display:block;width:100%;padding:32px 24px 64px;box-sizing:border-box}
.hs-wiz-wrap{width:100%;max-width:980px;margin:0 auto;display:block;box-sizing:border-box}
.hs-wiz-h1{font-size:28px;line-height:1.25;font-weight:700;letter-spacing:-.02em;margin:0 0 12px;color:#222}
@media (min-width:768px){.hs-wiz-h1{font-size:36px}}
.hs-wiz-lead{color:#717171;font-size:15px;line-height:1.5;margin:0 0 20px}
.hs-wiz-split,.hs-wiz-col{display:block;width:100%;max-width:100%;box-sizing:border-box}
.hs-wiz-split-2{display:grid;gap:28px;width:100%}
@media (min-width:900px){.hs-wiz-split-2{grid-template-columns:1.2fr .8fr;align-items:start}}
.hs-wiz-preview-card{
  background:#fff;border-radius:20px;box-shadow:none;
  border:1px solid var(--wh-border,#E8E8EC);
  padding:0;text-align:left;overflow:hidden
}
.hs-wiz-preview-card--rich{padding:0;overflow:hidden}
.hs-wiz-preview-card.has-photo{padding:0;text-align:left}
.hs-wiz-preview-card.has-photo #hs-preview-cat,
.hs-wiz-preview-card.has-photo #hs-preview-sublabel{padding:0}
.hs-wiz-preview-card.has-photo #hs-preview-cat{margin-top:0;display:inline-block}
.hs-wiz-preview-photo,
.hs-live-card__thumb{
  width:100%;aspect-ratio:16/10;background:#EFEFEF center/cover no-repeat;
  border-radius:0;position:relative;
  display:flex;align-items:center;justify-content:center
}
.hs-live-card__thumb--empty{
  background:#F0F0F0
}
.hs-live-card__illus{
  width:72px;height:72px;border-radius:22px;
  display:flex;align-items:center;justify-content:center;
  background:#fff;color:#222;
  box-shadow:0 4px 16px rgba(0,0,0,.08), inset 0 0 0 1px rgba(0,0,0,.06)
}
.hs-live-card__illus .ms{
  display:block!important;font-size:36px!important;line-height:1;width:36px;height:36px;text-align:center;
  font-variation-settings:'FILL' 1,'wght' 400,'GRAD' 0,'opsz' 40
}
.hs-live-card.has-photo .hs-live-card__thumb{display:block}
.hs-live-card.has-photo .hs-live-card__illus{display:none}
.hs-live-card__body{padding:14px 16px 12px}
.hs-live-card__tag{
  display:inline-block;padding:4px 10px;border-radius:999px;
  background:#F4F4F5;color:#222;
  font-size:11px;font-weight:700;letter-spacing:.02em
}
.hs-live-card__title{
  display:block;margin:10px 0 0;font-size:16px;font-weight:700;color:var(--wh-ink,#1A1A1A);line-height:1.35
}
.hs-live-card__meta{
  margin:6px 0 0;font-size:12px;color:var(--wh-muted,#6B7280);line-height:1.4
}
.hs-live-card__caption{
  margin:0;padding:10px 16px;border-top:1px solid var(--wh-border,#E8E8EC);
  font-size:11px;color:var(--wh-muted,#6B7280)
}
.hs-wiz-preview{position:sticky;top:calc(var(--sp-dt-header-h,50px) + 80px)}
.hs-wiz-preview-orb{
  width:88px;height:88px;margin:0 auto 14px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#F4F4F5;
  color:#222;box-shadow:inset 0 0 0 1px rgba(0,0,0,.06)
}
.hs-wiz-preview-orb .ms{font-size:40px;font-variation-settings:'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 40}
.hs-wiz-preview-card.is-beauty .hs-wiz-preview-orb{
  background:#F4F4F5;
  color:#222
}
.hs-wiz-preview-ico{font-size:64px;margin-bottom:12px;color:#222}
.hs-wiz-preview-ico .ms{font-size:64px}
.hs-wiz-preview-sub{display:block;margin-top:6px;color:#717171;font-size:14px}
/* .hs-wiz-cat 스타일은 상단 bento-grid 블록 사용 (여기 중복 금지) */
.hs-wiz-subs{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hs-wiz-subs--photo{gap:14px}
.hs-wiz-sub{
  position:relative;
  border:1.5px solid var(--wh-border,#E8E8EC);border-radius:var(--wh-r-card,16px);background:#fff;
  padding:20px 18px;text-align:left;
  font:inherit;font-weight:600;cursor:pointer;min-height:88px;
  display:flex;align-items:center;gap:14px;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .12s ease
}
.hs-wiz-subs--icon .hs-wiz-sub{
  flex-direction:row;align-items:center;gap:14px;min-height:88px;padding:20px 18px
}
.hs-wiz-sub--photo{
  position:relative;overflow:hidden;min-height:132px;padding:0;border:none;
  flex-direction:column;align-items:stretch;justify-content:flex-end;
  box-shadow:0 8px 24px rgba(0,0,0,.1)
}
.hs-wiz-sub--photo.on{outline:2px solid #222;outline-offset:2px;border:none}
.hs-wiz-sub-bg{
  position:absolute;inset:0;background:#333 center/cover no-repeat;transform:scale(1.02);
  transition:transform .25s ease
}
.hs-wiz-sub--photo:hover .hs-wiz-sub-bg{transform:scale(1.06)}
.hs-wiz-sub-shade{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 20%,rgba(0,0,0,.55) 100%)
}
.hs-wiz-sub-copy{
  position:relative;z-index:1;display:flex;flex-direction:column;gap:4px;
  padding:14px 16px;color:#fff;text-align:left
}
.hs-wiz-sub-copy em{
  font-style:normal;font-size:11px;font-weight:700;letter-spacing:.04em;
  opacity:.85;text-transform:uppercase
}
.hs-wiz-sub--photo .hs-wiz-sub-label{color:#fff;font-size:16px;font-weight:700;text-shadow:0 1px 8px rgba(0,0,0,.35)}
.hs-wiz-sub-chips{display:flex;gap:5px;margin-top:6px}
.hs-wiz-sub-chips i{width:14px;height:14px;border-radius:50%;display:block;border:1px solid rgba(255,255,255,.55)}
.hs-wiz-sub-ico{
  width:40px;height:40px;border-radius:12px;flex-shrink:0;
  display:inline-flex!important;align-items:center;justify-content:center;
  background:#F4F4F5;color:#222;
  line-height:1;box-sizing:border-box;overflow:hidden
}
.hs-wiz-sub-ico .ms{
  display:block!important;font-size:22px!important;line-height:1;width:22px;height:22px;
  text-align:center;font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24
}
.hs-wiz-sub.on .hs-wiz-sub-ico{background:#fff}
.hs-wiz-sub.on .hs-wiz-sub-ico .ms{font-variation-settings:'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 24}
.hs-wiz-sub-label{font-weight:600;font-size:15px;line-height:1.3;color:var(--wh-ink,#1A1A1A)}
.hs-wiz-sub-check{
  position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:50%;
  background:#222;color:#fff;
  display:none!important;align-items:center;justify-content:center;box-sizing:border-box
}
.hs-wiz-sub-check .ms{
  display:block!important;font-size:14px!important;line-height:1;width:14px;height:14px;
  font-variation-settings:'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 20
}
.hs-wiz-sub.on .hs-wiz-sub-check{display:inline-flex!important}
.hs-wiz-sub:hover{border-color:#999;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.hs-wiz-sub--photo:hover{border:none;box-shadow:0 10px 28px rgba(0,0,0,.16)}
.hs-wiz-sub.on{
  background:var(--wh-bg);
  border-color:#222;
  border-width:2px;
  box-shadow:0 8px 28px rgba(0,0,0,.10)
}
.hs-wiz-center{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:640px;margin:0 auto}
.hs-wiz-center-wide{max-width:720px}
.hs-wiz-center-xd{max-width:1100px;width:100%;text-align:left}
.hs-wiz-xd-shell{
  position:relative;width:100%;margin:8px 0 48px;border:1px solid #e5e5e5;border-radius:20px;
  overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.06);text-align:left
}
.hs-wiz-xd-shell::before{
  content:'미리보기';position:absolute;z-index:5;left:16px;top:16px;
  background:#222;color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;
  padding:5px 10px;border-radius:999px;pointer-events:none
}
.hs-wiz-xd-shell .ls-xd{max-width:none;padding:48px 20px 40px;margin:0}
@media (min-width:768px){
  .hs-wiz-xd-shell .ls-xd{padding:52px 28px 48px}
}
.hs-wiz-xd-shell .ls-xd-gallery{pointer-events:none;cursor:default}
.hs-wiz-xd-shell .ls-xd-gal-main,
.hs-wiz-xd-shell .ls-xd-gal-cell{cursor:default}
.hs-wiz-xd-shell .ls-xd-icon-btn,
.hs-wiz-xd-shell .ls-xd-cta,
.hs-wiz-xd-shell .ls-xd-book-cell,
.hs-wiz-xd-shell .ls-xd-guest-btn,
.hs-wiz-xd-shell .ls-xd-gal-showall{pointer-events:none;cursor:default}
.hs-wiz-xd-shell .ls-xd-cta[disabled],
.hs-wiz-xd-shell .ls-xd-cta.is-preview-disabled{
  opacity:.55;background:#9b7ac4;cursor:not-allowed
}
.hs-wiz-xd-shell .ls-xd-aside{pointer-events:none}
.hs-wiz-xd-shell .ls-xd-map-placeholder{
  min-height:160px;display:flex;align-items:center;justify-content:center;
  background:#f5f0fa;border-radius:14px;color:#717171;font-size:14px;font-weight:600
}
.hs-wiz-xd-shell .ls-xd-gal-empty{
  background:#ececec!important;display:flex;align-items:center;justify-content:center;
  color:#999;font-weight:600;font-size:14px
}
.hs-wiz-stepper{display:flex;align-items:center;gap:28px;margin:28px 0}
.hs-wiz-stepper button{
  width:48px;height:48px;border-radius:50%;border:1px solid #b0b0b0;background:#fff;
  font-size:24px;cursor:pointer
}
.hs-wiz-stepper .num{font-size:56px;font-weight:700;min-width:80px}
.hs-wiz-rows{width:100%;display:flex;flex-direction:column;gap:10px;margin-top:18px;text-align:left}
.hs-wiz-rowbtn{
  width:100%;display:flex;align-items:center;gap:12px;padding:16px 14px;border:1px solid #ddd;
  border-radius:12px;background:#fff;cursor:pointer;font:inherit;text-align:left
}
.hs-wiz-rowbtn .txt{flex:1;display:flex;flex-direction:column;gap:2px}
.hs-wiz-rowbtn small{color:#717171}
/* 전문성 스텝 아이콘 — 완전 원형 그라데이션 */
.hs-wiz-step-ico{
  display:inline-flex;align-items:center;justify-content:center;
  width:72px;height:72px;margin-bottom:16px;
  border-radius:50%;background:transparent;color:#681DC7;overflow:hidden;padding:0
}
.hs-wiz-step-ico .hs-wiz-ico-img{
  width:100%;height:100%;border-radius:50%;object-fit:cover;display:block
}
.hs-wiz-step-ico .ms{font-size:32px;line-height:1}
.hs-wiz-modal{position:fixed;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;z-index:80;padding:20px}
.hs-wiz-modal[hidden]{display:none!important}
.hs-wiz-modal-card{background:#fff;border-radius:16px;padding:24px;width:100%;max-width:440px;text-align:left}
.hs-wiz-modal-card h3{margin:0 0 14px}
.hs-wiz-done-modal{z-index:1300;padding:20px 16px calc(20px + env(safe-area-inset-bottom,0px))}
.hs-wiz-done-card{text-align:center;padding:28px 24px 24px;max-width:400px}
.hs-wiz-done-ico{
  width:56px;height:56px;border-radius:50%;margin:0 auto 16px;
  background:#F3EEFA;color:#681DC7;display:flex;align-items:center;justify-content:center
}
.hs-wiz-done-ico .ms{font-size:32px;font-variation-settings:'FILL' 1}
.hs-wiz-done-card h3{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0 0 10px;color:#191c1d}
.hs-wiz-done-lead{margin:0 0 22px;font-size:14px;line-height:1.55;color:#717171;word-break:keep-all}
.hs-wiz-done-cta{width:100%;justify-content:center;min-height:48px}
html.hs-wiz-done-lock{overflow:hidden}
.hs-wiz-yn{display:flex;gap:12px;justify-content:center;margin-top:16px}
.hs-wiz-yn-btn{
  min-width:120px;padding:16px 20px;border:1px solid #ddd;border-radius:12px;background:#fff;
  font:inherit;font-weight:600;cursor:pointer
}
.hs-wiz-yn-btn.on{border-color:#222;border-width:2px}
.hs-wiz-addr-block{width:100%;max-width:560px;border:1px solid #ddd;border-radius:12px;overflow:hidden;text-align:left}
.hs-wiz-addr-block .hs-wiz-field{margin:0;padding:12px 14px;border-bottom:1px solid #eee}
.hs-wiz-addr-block .hs-wiz-field:last-child{border-bottom:none}
.hs-wiz-addr-block label{font-size:12px;color:#717171;margin-bottom:4px}
.hs-wiz-addr-block input{border:none;padding:4px 0;outline:none}
.hs-wiz-hint{font-size:12px;color:#717171;margin-top:12px;line-height:1.4}
.hs-wiz-profile-illus{display:flex;gap:16px;margin:20px 0;color:#222}
.hs-wiz-profile-illus .ms{font-size:40px}
.hs-wiz-map{width:100%;height:420px;border-radius:16px;overflow:hidden;background:#e8e4f0;position:relative;margin-top:16px}
.hs-wiz-map-hint{
  position:absolute;left:50%;bottom:16px;transform:translateX(-50%);z-index:2;
  background:rgba(34,34,34,.75);color:#fff;padding:8px 14px;border-radius:999px;font-size:13px;pointer-events:none
}
.hs-wiz-city{
  display:flex;align-items:center;gap:8px;border:1px solid #b0b0b0;border-radius:999px;
  padding:12px 16px;background:#fff;width:100%;max-width:560px
}
.hs-wiz-city input{border:none;outline:none;flex:1;font:inherit;font-size:16px}
.hs-wiz-city-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}
.hs-wiz-city-chip{border:1px solid #ddd;border-radius:999px;padding:8px 14px;background:#fff;cursor:pointer;font:inherit;color:#222}
.hs-wiz-city-chip.on{border-color:#222;background:#222;color:#fff}
.hs-wiz-ac{
  display:none;position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #ddd;
  border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.12);max-height:260px;overflow:auto;z-index:30
}
.hs-wiz-ac.open{display:block}
.hs-wiz-ac button{display:block;width:100%;text-align:left;padding:10px 14px;border:none;background:#fff;cursor:pointer;font:inherit}
.hs-wiz-ac button .sub{display:block;font-size:12px;color:#717171}
.hs-wiz-ac button:hover{background:var(--wh-bg)}
.hs-wiz-field{margin-bottom:14px;text-align:left;width:100%}
.hs-wiz-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:#222}
.hs-wiz-field input,.hs-wiz-field textarea,.hs-wiz-field select{
  width:100%;padding:12px 14px;border:1px solid #b0b0b0;border-radius:10px;font:inherit
}
.hs-wiz-char{font-size:12px;color:#717171;margin-top:6px}
.hs-wiz-char-need{color:#c13515;font-weight:700}
.hs-wiz-row{display:flex;gap:12px;flex-wrap:wrap}
.hs-wiz-row > *{flex:1;min-width:140px}
.hs-wiz-checks{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.hs-wiz-check{
  border:1px solid #ddd;border-radius:999px;padding:10px 14px;cursor:pointer;font-size:13px;background:#fff
}
.hs-wiz-check.on{border-color:#222;background:var(--wh-bg)}
.hs-wiz-check input{margin-right:6px}
.hs-wiz-agenda{width:100%;display:flex;flex-direction:column;gap:10px;margin:16px 0;text-align:left}
.hs-wiz-ag-item{display:flex;gap:10px;align-items:flex-start;border:1px solid #ddd;border-radius:12px;padding:12px}
.hs-wiz-ag-item .ord{width:28px;height:28px;border-radius:50%;background:#222;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}
.hs-wiz-ag-item .cols{flex:1}
.hs-wiz-ag-item .row2{display:flex;gap:8px;margin-top:8px}
.hs-wiz-ag-item input{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:8px;font:inherit}
.hs-wiz-ag-item .rm{border:none;background:transparent;font-size:20px;cursor:pointer;color:#717171}
.hs-wiz-ag-photo{display:flex;align-items:center;gap:10px;margin-top:10px}
.hs-wiz-ag-photo .ag-img{
  width:56px;height:56px;border-radius:10px;border:1.5px dashed #b0b0b0;background:var(--wh-bg) center/cover no-repeat;
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#717171;flex-shrink:0
}
.hs-wiz-ag-photo .ag-img.has{border-style:solid;border-color:#ddd}
.hs-wiz-ag-photo .ag-img .ms{font-size:22px}
.hs-wiz-ag-photo .ag-photo-btn{
  border:1px solid #ddd;border-radius:999px;padding:8px 14px;background:#fff;font:inherit;font-size:13px;font-weight:600;cursor:pointer
}
.hs-wiz-picker{position:fixed;inset:0;z-index:80;display:flex;align-items:flex-end;justify-content:center}
.hs-wiz-picker[hidden]{display:none!important}
.hs-wiz-picker-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.45)}
.hs-wiz-picker-sheet{
  position:relative;z-index:1;width:min(560px,100%);max-height:min(78vh,640px);overflow:auto;
  background:#fff;border-radius:16px 16px 0 0;padding:16px 16px 24px;box-shadow:0 -8px 32px rgba(0,0,0,.18)
}
.hs-wiz-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}
.hs-wiz-picker-head h3{margin:0;font-size:18px}
.hs-wiz-picker-x{border:none;background:transparent;cursor:pointer;padding:4px;color:#222}
.hs-wiz-picker-lead{margin:0 0 12px;font-size:13px;color:#717171}
.hs-wiz-picker-empty{margin:8px 0 16px;font-size:13px;color:#717171}
.hs-wiz-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;margin-bottom:16px}
.hs-wiz-picker-thumb{
  aspect-ratio:1;border-radius:10px;border:2px solid transparent;background:var(--wh-bg) center/cover no-repeat;
  cursor:pointer;padding:0
}
.hs-wiz-picker-thumb.on{border-color:#222;box-shadow:0 0 0 2px rgba(0,0,0,.2)}
.hs-wiz-picker-actions{display:flex;flex-wrap:wrap;gap:8px}
@media (min-width:768px){
  .hs-wiz-picker{align-items:center}
  .hs-wiz-picker-sheet{border-radius:16px;max-height:min(70vh,560px)}
}
.hs-wiz-add{border:1px dashed #b0b0b0;border-radius:12px;padding:14px;background:#fff;cursor:pointer;font:inherit;font-weight:600;width:100%}
.hs-wiz-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;width:100%;margin-top:16px}
.hs-wiz-gal-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid #ddd;background:var(--wh-bg)}
.hs-wiz-gal-item img{width:100%;height:100%;object-fit:cover}
.hs-wiz-gal-badge{position:absolute;left:8px;top:8px;background:#222;color:#fff;font-size:11px;padding:3px 8px;border-radius:999px}
.hs-wiz-gal-del{position:absolute;right:6px;top:6px;width:28px;height:28px;border:none;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;cursor:pointer}
.hs-wiz-err{display:none;color:#c13515;margin-top:16px;font-size:14px;text-align:center}
.hs-wiz-q{font-size:18px;font-weight:700;margin:8px 0}
.hs-wiz-mprog{height:3px;background:#ebebeb}
.hs-wiz-mprog > i{display:block;height:100%;background:#222}
@media (max-width:767px){
  .hs-wiz-rail{display:none!important}
  .hs-wiz.has-rail .hs-wiz-rail{display:none!important}
  .hs-wiz-subs{grid-template-columns:1fr}
  /* section-nav MO 재선언 — 상단 grid!important 잔여 덮어쓰기 방지 */
  .hs-wiz.has-section-nav,
  .hs-wiz.is-edit{
    display:flex!important;flex-direction:column;grid-template-columns:none;
    max-width:100%;
    height:auto!important;max-height:none!important;overflow:visible;
    --hs-mo-header-h:52px;
  }
  .hs-wiz.has-section-nav .hs-edit-nav,
  .hs-wiz.is-edit .hs-edit-nav{display:none!important}
  /* chips↔header sticky 충돌 해소: 헤더를 먼저, chips는 그 아래 */
  .hs-wiz-body > .hs-wiz-header{order:1}
  .hs-wiz-body > .hs-edit-chips{order:2}
  .hs-wiz-body > .hs-wiz-mprog{order:3}
  .hs-wiz-body > .hs-wiz-main{order:4}
  .hs-wiz-body > .hs-wiz-aside,
  .hs-wiz-body > aside{order:5}
  .hs-wiz-body > .hs-wiz-footer-bar{order:6}
  .hs-wiz.has-section-nav .hs-edit-chips,
  .hs-wiz.is-edit .hs-edit-chips{
    display:flex;
    position:sticky;
    top:calc(var(--safe-t, env(safe-area-inset-top, 0px)) + var(--wh-page-nav-h, 76px) + var(--hs-mo-header-h, 52px));
    z-index:45;
    background:#fff;
    padding:8px 12px;
    gap:6px;
  }
  .hs-wiz.has-section-nav .hs-wiz-body,
  .hs-wiz.is-edit .hs-wiz-body{
    width:100%;min-width:0;grid-column:auto!important;
    height:auto!important;max-height:none!important;overflow:visible;
  }
  .hs-wiz.has-section-nav .hs-wiz-main,
  .hs-wiz.is-edit .hs-wiz-main{
    padding:16px 16px calc(var(--bottom-naverbar-height,66px) + env(safe-area-inset-bottom,0px) + 28px)!important;
    overflow:visible;
  }
  .hs-wiz-footer-bar{display:none!important}
  /* 헤더 1행 압축 — PC(min-width:768) 규칙 미변경 */
  .hs-wiz-header{
    height:var(--hs-mo-header-h,52px);
    min-height:var(--hs-mo-header-h,52px);
    padding:0 10px;
    gap:6px;
    top:calc(var(--safe-t, env(safe-area-inset-top, 0px)) + var(--wh-page-nav-h, 76px))!important;
    z-index:46;
    flex-wrap:nowrap;
    align-items:center;
  }
  .hs-wiz-header-left{gap:4px;flex-shrink:0}
  .hs-wiz-header-actions{
    flex:1 1 auto;min-width:0;gap:6px;flex-wrap:nowrap;justify-content:flex-end;
  }
  /* chips가 단계를 보여주므로 중앙 라벨 숨김(겹침 방지) */
  .hs-wiz.has-section-nav .hs-wiz-header-prog,
  .hs-wiz.is-edit .hs-wiz-header-prog{display:none!important}
  .hs-wiz-home-txt{display:none}
  .hs-wiz-home{padding:8px;min-height:36px;min-width:36px;justify-content:center}
  .hs-wiz-header #hs-wiz-prev{
    padding:8px;min-height:36px;font-size:0;gap:0;
  }
  .hs-wiz-header #hs-wiz-prev .ms{font-size:20px!important}
  .hs-wiz-header #hs-wiz-exit{display:none!important}
  .hs-wiz-header #hs-step-save,
  .hs-wiz-header .hs-wiz-btn-g,
  .hs-wiz-header .hs-wiz-btn-p{
    padding:8px 12px;min-height:36px;font-size:12px;
  }
  .hs-wiz-header #hs-wiz-next{padding:8px 14px}
  .hs-wiz-header #hs-step-saved,
  .hs-wiz-header #hs-edit-saved{font-size:11px}
  .hs-edit-chip{padding:6px 10px 6px 8px;font-size:12px;gap:6px}
  .hs-edit-chip .hs-step-dot{width:22px;height:22px;font-size:11px}
}
.hs-wiz-rowbtn.is-done{border-color:#222;background:var(--wh-bg)}
.hs-wiz-rowbtn.is-done .txt small{color:#15803d;font-weight:600}
#hs-modal-intro-hint.ok{color:#15803d;font-weight:600}

/* K-Beauty menu / portfolio / listing preview */
.hs-wiz-h2{font-size:20px;font-weight:700;margin:0 0 8px;text-align:left;width:100%;max-width:640px}
.hs-wiz-menu{width:100%;max-width:640px;display:flex;flex-direction:column;gap:14px;margin:16px 0}
.hs-wiz-menu-item{border:1px solid #ddd;border-radius:16px;padding:14px;background:#fff}
.hs-wiz-menu-head{display:flex;gap:12px;align-items:flex-start}
.hs-wiz-menu-item .menu-img{
  width:72px;height:72px;flex-shrink:0;border-radius:12px;border:1px dashed #bbb;
  background:var(--wh-bg) center/cover no-repeat;cursor:pointer;display:flex;align-items:center;justify-content:center
}
.hs-wiz-menu-fields{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}
.hs-wiz-menu-fields input,.hs-wiz-menu-fields textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;border-radius:10px;padding:10px 12px;font:inherit}
.hs-wiz-icon-btn{border:none;background:transparent;cursor:pointer;padding:4px;color:#717171}
.hs-wiz-portfolio{width:100%;max-width:640px;display:flex;flex-direction:column;gap:12px;margin:12px 0}
.hs-wiz-pf-item{display:grid;grid-template-columns:1fr auto 1fr auto;gap:10px;align-items:center;border:1px solid #eee;border-radius:14px;padding:12px;background:#fafafa}
.hs-wiz-pf-item .pf-shot{
  position:relative;aspect-ratio:1;border-radius:12px;border:1px dashed #bbb;background:#fff center/cover no-repeat;
  cursor:pointer;display:flex;align-items:center;justify-content:center;color:#717171;font-size:13px;font-weight:600;overflow:hidden
}
.hs-wiz-pf-item .pf-badge{
  position:absolute;left:8px;top:8px;z-index:1;background:rgba(0,0,0,.55);color:#fff;
  font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;line-height:1.2
}
.hs-wiz-pf-item .pf-hint{position:relative;z-index:0;color:#717171;font-size:13px;font-weight:600}
.hs-wiz-pf-item .pf-arrow{color:#717171;font-size:18px;font-weight:700;line-height:1;user-select:none}
.hs-wiz-pf-item .pf-caption{grid-column:1 / 4;grid-row:2;border:1px solid #ddd;border-radius:10px;padding:8px 12px;font:inherit}
.hs-wiz-pf-item .pf-del{grid-column:4;grid-row:1;align-self:start}
/* 구 hs-lp 요약 미리보기 스타일 제거 — ls-xd 실상세 셸 사용 */

/* 호스트 주소 검색 결과(시군구·우편) 읽기전용 */
.hs-wiz-addr-block input[readonly]{background:var(--wh-bg);color:#484848;cursor:default}

.hs-wiz-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}
#hs-step-saved.hs-wiz-draft-status{opacity:0;transition:opacity .2s;font-size:13px;font-weight:600;color:#222}
#hs-step-saved.hs-wiz-draft-status.is-on{opacity:1}
#hs-step-save{white-space:nowrap}
@media (max-width:720px){
  #hs-step-save{padding:10px 12px;font-size:13px}
}

.hs-wiz-header-left{display:flex;align-items:center;gap:8px;min-width:0}
.hs-wiz-home{
  display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:999px;
  border:1px solid #ddd;background:var(--wh-bg);color:#222;text-decoration:none;font:inherit;font-size:13px;font-weight:600;
  white-space:nowrap;line-height:1.2;min-height:40px;box-sizing:border-box
}
.hs-wiz-home:hover{border-color:#222;color:#222;background:#F4F4F5;text-decoration:none}
.hs-wiz-home .ms{font-size:18px;line-height:1}
.hs-wiz-header .hs-wiz-btn-g,
.hs-wiz-header .hs-wiz-exit,
.hs-wiz-header .hs-wiz-btn-p{
  min-height:40px;padding:10px 16px;font-size:13px;border-radius:999px;box-sizing:border-box
}
.hs-wiz-header .hs-wiz-btn-p{padding:10px 20px;background:#222}
.hs-wiz-header .hs-wiz-btn-p:hover{background:#000}
.hs-wiz-header .hs-wiz-btn-p:disabled{background:#ddd}
.hs-wiz-header .hs-wiz-exit{text-decoration:none}
@media (max-width:720px){
  .hs-wiz-home-txt{display:none}
  .hs-wiz-home{padding:10px 12px}
  #hs-step-save{padding:10px 12px;font-size:13px}
}

/* 검증용 서류 (expertise) */
.hs-wiz-modal-card-wide{max-width:520px}
.hs-wiz-lead-sm{font-size:13px;line-height:1.5;color:#717171;margin:0 0 14px;word-break:keep-all}
.hs-wiz-btn-ghost{margin-top:12px;background:#fff;color:#222;border:1px solid #ddd}
.hs-wiz-btn-ghost:hover{border-color:#222;color:#222}
.hs-cred-list{list-style:none;margin:16px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}
.hs-cred-empty{font-size:13px;color:#717171;padding:8px 0}
.hs-cred-item{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  border:1px solid #eee;border-radius:12px;padding:12px 14px
}
.hs-cred-meta{display:flex;flex-direction:column;gap:6px;min-width:0}
.hs-cred-meta strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hs-cred-chip{
  display:inline-flex;align-items:center;width:fit-content;
  font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px;background:#f0f0f0;color:#555
}
.hs-cred-chip.is-pending{background:#fff6e5;color:#9a6700}
.hs-cred-chip.is-approved{background:#e8f7ee;color:#0f7a3a}
.hs-cred-chip.is-rejected{background:#fdecea;color:#b42318}
.hs-cred-del{
  border:none;background:transparent;color:#b42318;font:inherit;font-size:13px;font-weight:600;cursor:pointer;padding:6px 8px
}
.hs-cred-locked{font-size:12px;color:#717171}

/* 모바일 주소/도시 검색 풀스크린 시트 — 키보드+bottom_nav 가림 방지 */
.hs-wiz-place-sheet{display:none}
@media (max-width:1023px){
  .hs-wiz-place-sheet{
    position:fixed;inset:0;z-index:2147483000;
    display:none;flex-direction:column;
    background:#fff;width:100%;height:100%;height:100dvh;max-height:100%;
    box-sizing:border-box;
    padding-top:env(safe-area-inset-top,0px);
    padding-bottom:env(safe-area-inset-bottom,0px);
    padding-left:env(safe-area-inset-left,0px);
    padding-right:env(safe-area-inset-right,0px);
  }
  .hs-wiz-place-sheet.is-open,
  .hs-wiz-place-sheet:not([hidden]){display:flex}
  .hs-wiz-place-sheet[hidden]{display:none!important}
  .hs-wiz-place-sheet-bar{
    flex-shrink:0;display:flex;align-items:center;justify-content:center;
    position:relative;height:48px;min-height:48px;
    border-bottom:1px solid #e5e8eb;background:#fff
  }
  .hs-wiz-place-sheet-title{
    font-size:16px;font-weight:700;color:#191c1d
  }
  .hs-wiz-place-sheet-close{
    position:absolute;left:8px;top:50%;transform:translateY(-50%);
    min-width:44px;min-height:44px;padding:0 12px;border:none;background:transparent;
    color:var(--wh-tx2);font:inherit;font-size:15px;font-weight:600;cursor:pointer;
    -webkit-tap-highlight-color:transparent
  }
  .hs-wiz-place-sheet-search{
    flex-shrink:0;display:flex;align-items:center;gap:8px;
    margin:12px 16px 8px;padding:12px 16px;
    border:1px solid #b0b0b0;border-radius:12px;background:#fff
  }
  .hs-wiz-place-sheet-search .hs-wiz-place-sheet-ico{flex-shrink:0;color:#717171;display:block}
  .hs-wiz-place-sheet-search input{
    border:none;outline:none;flex:1;min-width:0;font:inherit;font-size:16px;background:transparent
  }
  .hs-wiz-place-sheet-hint{
    flex-shrink:0;margin:4px 20px 8px;font-size:13px;color:#717171;line-height:1.4
  }
  .hs-wiz-place-sheet-hint[hidden]{display:none!important}
  .hs-wiz-place-sheet-list{
    flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;
    padding:0 8px 16px
  }
  .hs-wiz-place-sheet-list button{
    display:flex;flex-direction:column;align-items:flex-start;gap:2px;
    width:100%;text-align:left;border:none;background:transparent;
    padding:14px 12px;border-bottom:1px solid #f0f0f0;
    font:inherit;font-size:15px;color:#191c1d;cursor:pointer
  }
  .hs-wiz-place-sheet-list button strong{font-size:15px;font-weight:700;line-height:1.35}
  .hs-wiz-place-sheet-list button .sub{font-size:12px;color:#717171;line-height:1.35;font-weight:400}
  .hs-wiz-place-sheet-list button:active{background:var(--wh-bg)}
  html.hs-place-sheet-open,
  html.hs-place-sheet-open body{overflow:hidden!important}
  html.hs-place-sheet-open nav#bottom_nav,
  body.hs-place-sheet-open nav#bottom_nav{display:none!important}
  .hs-wiz [data-hs-place]{caret-color:transparent}
}
