/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/* ======== Weld hub: class heading scale (H1/H2/H3 시각 동일화) ======== */
.weld-hub .h1,
.weld-hub h1,
.weld-hub [role="heading"][aria-level="1"]{
  font-size:clamp(28px,4vw,40px);
  line-height:1.2;
  font-weight:800;
  letter-spacing:-0.01em;
  margin:0 0 14px;
}

/* 섹션 타이틀(H2) → 클래스/실태그/ARIA 모두 커버 */
.weld-hub .h2,
.weld-hub h2,
.weld-hub [role="heading"][aria-level="2"]{
  font-size:clamp(22px,3vw,28px);
  line-height:1.25;
  font-weight:700;
  letter-spacing:-0.01em;
  margin:0 0 12px;
}

/* 소제목(H3) */
.weld-hub .h3,
.weld-hub h3,
.weld-hub [role="heading"][aria-level="3"]{
  font-size:clamp(18px,2.4vw,22px);
  line-height:1.3;
  font-weight:600;
  margin:0 0 10px;
}

/* 리드 문장 */
.weld-hub .lead{
  font-size:clamp(16px,2.2vw,18px);
  line-height:1.65;
  color:#0f172a;
  margin:8px 0 14px;
}

/* 아이콘 붙는 타이틀 정렬 */
.weld-hub .h1 .ic,
.weld-hub .h2 .ic,
.weld-hub .h3 .ic,
.weld-hub h2 .ic,
.weld-hub h3 .ic{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-right:6px;
}
.weld-hub .h1 .ic svg{width:28px;height:28px;vertical-align:-4px}
.weld-hub .h2 .ic svg{width:24px;height:24px;vertical-align:-3px}
.weld-hub .h3 .ic svg{width:20px;height:20px;vertical-align:-2px}

/* 섹션 간격(타이틀 위아래 여백 정규화) */
.weld-hub .blk .wrap{
  padding-top:clamp(16px,2.2vw,22px);
  padding-bottom:clamp(16px,2.2vw,22px);
}
.weld-hub .blk .wrap > .h1,
.weld-hub .blk .wrap > h2,
.weld-hub .blk .wrap > .h2{
  margin-top:2px;
}

/* ===== 약관/회사소개/이용안내/이메일/청소년 레이어 공통 ===== */
.pt-legal-layer{
  position:fixed;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  background:rgba(15,23,42,.65);
  z-index:9999;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}

/* 앵커(#pt-terms-layer 등)로 타겟 되었을 때만 팝업처럼 표시 */
.pt-legal-layer:target{
  opacity:1;
  pointer-events:auto;
}

/* 팝업 안쪽 박스 */
.pt-legal-dialog{
  position:relative;
  width:100%;
  max-width:720px;
  max-height:80vh;
  background:#fff;
  border-radius:12px;
  box-shadow:0 18px 40px rgba(15,23,42,.35);
  overflow:auto;
}

/* 헤더 영역 */
.pt-legal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:14px 20px;
  border-bottom:1px solid #e5e7eb;
}

.pt-legal-head h1,
.pt-legal-head h2,
.pt-legal-title{
  margin:0;
  font-size:16px;
  font-weight:700;
  color:#0f172a;
}

/* 닫기 버튼 */
.pt-legal-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  text-decoration:none;
  font-size:18px;
  line-height:1;
  color:#64748b;
  border:1px solid #e5e7eb;
  background:#f9fafb;
}

.pt-legal-close:hover{
  background:#e5e7eb;
}

/* 본문 영역 – 긴 약관 텍스트 줄바꿈 유지용 */
.pt-legal-body{
  padding:16px 20px 20px;
  font-size:14px;
  line-height:1.6;
  color:#111827;
  white-space:pre-line;
}

/* 모바일에서 여백 조금 줄이기 */
@media (max-width:640px){
  .pt-legal-dialog{
    max-height:88vh;
    border-radius:10px;
  }
  .pt-legal-body{
    font-size:13px;
  }
}

/* ===== 푸터 링크 바 ===== */
.pt-legal-bar{
  margin-top:12px;
  font-size:12px;
  color:#6b7280;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:4px;
}

.pt-legal-bar span{
  opacity:.6;
}

.pt-legal-bar a{
  color:inherit;
  text-decoration:none;
}

.pt-legal-bar a:hover{
  text-decoration:underline;
}

/* ===== NAVER CAROUSEL FIXED ===== */ 
#js-nav-back-layer,
.nav-back-layer{
  display:none !important;
  width:0 !important;
  height:0 !important;
  overflow:hidden !important;
}

#naver-carousel,
#naver-carousel *{
  box-sizing:border-box !important;
}

#naver-carousel{
  width:min(760px, calc(100% - 96px)) !important;
  margin:8px auto !important;
  padding:8px 9px 6px !important;
  background:#fff !important;
  border:1px solid #e5e7eb !important;
  border-radius:12px !important;
  box-shadow:0 4px 14px rgba(0,0,0,.05) !important;
  overflow:hidden !important;
  position:relative !important;
  clear:both !important;
}

#naver-carousel > ul{
  list-style:none !important;
  margin:0 !important;
  padding:0 1px 3px !important;
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:8px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  scroll-snap-type:x mandatory !important;
}

#naver-carousel > ul > li,
#naver-carousel > ul > li.item{
  list-style:none !important;
  display:block !important;
  float:none !important;
  position:relative !important;
  margin:0 !important;
  padding:0 !important;
  flex:0 0 145px !important;
  min-width:145px !important;
  max-width:145px !important;
  width:145px !important;
  background:#fff !important;
  border:1px solid #e5e7eb !important;
  border-radius:10px !important;
  box-shadow:0 2px 10px rgba(15,23,42,.05) !important;
  overflow:hidden !important;
  scroll-snap-align:start !important;
}

#naver-carousel > ul > li.item > a{
  display:block !important;
  width:100% !important;
  height:100% !important;
  color:inherit !important;
  text-decoration:none !important;
}

#naver-carousel .thumb{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:16/10 !important;
  overflow:hidden !important;
  background:#f3f4f6 !important;
}

#naver-carousel .thumb img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:100% !important;
  max-width:none !important;
  object-fit:cover !important;
  border:0 !important;
  vertical-align:top !important;
  transition:transform .2s ease !important;
}

#naver-carousel .title{
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  padding:6px 8px 8px !important;
  font-size:.76rem !important;
  font-weight:600 !important;
  color:#111827 !important;
  line-height:1.28 !important;
  white-space:normal !important;
  word-break:keep-all !important;
  overflow-wrap:anywhere !important;
  min-height:44px !important;
  background:#fff !important;
}

@media (hover:hover){
  #naver-carousel > ul > li.item:hover .thumb img{
    transform:scale(1.03) !important;
  }
}

#naver-carousel > ul::-webkit-scrollbar{
  height:8px !important;
}

#naver-carousel > ul::-webkit-scrollbar-thumb{
  background:#d1d5db !important;
  border-radius:999px !important;
}

@media (max-width:768px){
  #naver-carousel{
    width:min(520px, calc(100% - 42px)) !important;
    margin:6px auto !important;
    padding:7px 7px 5px !important;
  }

  #naver-carousel > ul{
    gap:7px !important;
  }

  #naver-carousel > ul > li.item{
    flex:0 0 42vw !important;
    min-width:42vw !important;
    max-width:42vw !important;
    width:42vw !important;
  }

  #naver-carousel .title{
    padding:5px 7px 7px !important;
    font-size:.72rem !important;
    line-height:1.24 !important;
    min-height:40px !important;
  }
}

@media (max-width:480px){
  #naver-carousel{
    width:min(360px, calc(100% - 24px)) !important;
    margin:4px auto !important;
    padding:6px 6px 4px !important;
  }

  #naver-carousel > ul{
    gap:6px !important;
  }

  #naver-carousel > ul > li.item{
    flex:0 0 38vw !important;
    min-width:38vw !important;
    max-width:38vw !important;
    width:38vw !important;
  }

  #naver-carousel .thumb{
    aspect-ratio:16/11 !important;
  }

  #naver-carousel .title{
    padding:4px 6px 6px !important;
    font-size:.68rem !important;
    line-height:1.2 !important;
    min-height:36px !important;
  }
}





/* ===== 포스팅스타일 =====
   ✅ TOGGLE UI (본문 펼쳐보기) — scope: .ptk-toggle
   ========================================================= */
.ptk-toggle{ margin:24px 0; }

.ptk-toggle details{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  background:linear-gradient(180deg,#fff,#fbfbfc);
  overflow:hidden;
  box-shadow:0 10px 26px rgba(0,0,0,.06);
}

.ptk-toggle summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  font-family:'Noto Sans KR','Malgun Gothic',sans-serif;
  font-size:13px;
  font-weight:800;
  color:#132a3a;
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(241,105,58,.12) 0%, rgba(0,0,0,0) 55%),
    linear-gradient(135deg, rgba(240,246,255,.9) 0%, rgba(255,255,255,1) 62%);
  border-bottom:1px solid rgba(0,0,0,.06);
}

.ptk-toggle summary::-webkit-details-marker{display:none}
.ptk-toggle summary::marker{content:""}
.ptk-toggle summary:focus{outline:none}

.ptk-toggle summary:focus-visible{
  outline:3px solid rgba(241,105,58,.25);
  outline-offset:3px;
  border-radius:14px;
}

.ptk-toggle .sum-left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.ptk-toggle .pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(241,105,58,.12);
  border:1px solid rgba(241,105,58,.22);
  color:#b24218;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}

.ptk-toggle .state{
  display:inline-flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}

.ptk-toggle .hint{
  font-weight:700;
  font-size:12px;
  color:rgba(0,0,0,.55);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  max-width:560px;
}

.ptk-toggle details:not([open]) .open{display:none}
.ptk-toggle details[open] .open{display:inline}
.ptk-toggle details[open] .closed{display:none}

.ptk-toggle .arrow{
  flex:0 0 auto;
  width:30px;
  height:30px;
  border-radius:999px;
  background:rgba(241,105,58,.10);
  border:1px solid rgba(241,105,58,.22);
  position:relative;
}

.ptk-toggle .arrow::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:8px;
  height:8px;
  border-right:2px solid #f1693a;
  border-bottom:2px solid #f1693a;
  transform:translate(-50%,-60%) rotate(45deg);
  transition:transform .18s ease;
}

.ptk-toggle details[open] .arrow::before{
  transform:translate(-50%,-40%) rotate(-135deg);
}

.ptk-toggle .panel{
  padding:0;
  background:#fff;
}

@media(max-width:600px){
  .ptk-toggle .hint{display:none}
}

/* =========================================================
   ✅ "나무위키 정보형" — scope: .nwki-ptk
   ========================================================= */
.nwki-ptk,
.nwki-ptk *{
  box-sizing:border-box;
}

.nwki-ptk{
  --bg:#f6f6f8;
  --card:#ffffff;
  --ink:#1f2328;
  --muted:rgba(0,0,0,.62);
  --line:rgba(0,0,0,.10);
  --accent:#f1693a;
  --accent2:#6c5ce7;
  color:var(--ink);
  background:var(--bg);
  border:1px solid rgba(0,0,0,.06);
  border-radius:18px;
  padding:18px;
  max-width:980px;
  margin:0 auto;
  font-family:'Noto Sans KR','Malgun Gothic',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  box-shadow:0 14px 40px rgba(0,0,0,.06);
}

.nwki-ptk .wrap{display:block}

.nwki-ptk .title{
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(241,105,58,.10) 0%, rgba(0,0,0,0) 55%),
    radial-gradient(120% 120% at 100% 0%, rgba(108,92,231,.10) 0%, rgba(0,0,0,0) 58%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.88));
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:16px 16px 14px;
  margin-bottom:14px;
  position:relative;
  overflow:hidden;
}

.nwki-ptk .title:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:16px;
  pointer-events:none;
  background:linear-gradient(90deg, rgba(241,105,58,.34), rgba(108,92,231,.28));
  mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding:1px;
  -webkit-mask-composite:xor;
  mask-composite:exclude;
}

.nwki-ptk .title h1{
  margin:0 0 8px;
  font-size:22px;
  letter-spacing:-.4px;
  line-height:1.25;
}

.nwki-ptk .title .sub{
  color:var(--muted);
  font-size:12px;
  line-height:1.65;
  margin-bottom:10px;
}

.nwki-ptk .title .label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:900;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(241,105,58,.10);
  border:1px solid rgba(241,105,58,.22);
  width:max-content;
}

.nwki-ptk .infobox{
  background:var(--card);
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:14px;
  margin:0 0 14px;
  box-shadow:0 10px 22px rgba(0,0,0,.05);
}

.nwki-ptk .infobox .head{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
}

.nwki-ptk .infobox .tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
}

.nwki-ptk .infobox .dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:linear-gradient(180deg, var(--accent), var(--accent2));
  box-shadow:0 0 0 4px rgba(241,105,58,.12);
}

.nwki-ptk .infobox .hint{
  color:var(--muted);
  font-size:12px;
}

.nwki-ptk .infobox table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.06);
}

.nwki-ptk .infobox th,
.nwki-ptk .infobox td{
  padding:12px;
  vertical-align:top;
  border-top:1px solid rgba(0,0,0,.06);
}

.nwki-ptk .infobox tr:first-child th,
.nwki-ptk .infobox tr:first-child td{
  border-top:0;
}

.nwki-ptk .infobox th{
  width:32%;
  background:rgba(0,0,0,.02);
  font-size:12px;
  text-align:left;
  color:rgba(0,0,0,.78);
}

.nwki-ptk .infobox td{
  font-size:12px;
  line-height:1.75;
}

.nwki-ptk .muted{
  color:var(--muted);
  font-size:11px;
  margin-top:6px;
}

.nwki-ptk .toc{
  background:var(--card);
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:14px;
  margin:0 0 14px;
}

.nwki-ptk .toc-title{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  margin-bottom:10px;
}

.nwki-ptk .toc-title b{font-size:13px}
.nwki-ptk .toc-title span{
  color:var(--muted);
  font-size:12px;
}

.nwki-ptk .toc ol{
  margin:0;
  padding-left:0;
  list-style:none;
  display:grid;
  gap:8px;
}

.nwki-ptk .toc a{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:inherit;
  padding:10px 10px;
  border-radius:12px;
  border:1px solid rgba(0,0,0,.06);
  background:rgba(0,0,0,.015);
}

.nwki-ptk .toc a:hover{
  background:rgba(241,105,58,.06);
  border-color:rgba(241,105,58,.18);
}

.nwki-ptk .toc .n{
  width:26px;
  height:26px;
  display:inline-grid;
  place-items:center;
  border-radius:9px;
  font-weight:900;
  font-size:12px;
  background:rgba(241,105,58,.12);
  border:1px solid rgba(241,105,58,.20);
}

.nwki-ptk .sec{
  background:var(--card);
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:14px;
  margin:0 0 12px;
}

.nwki-ptk .sec h2{
  margin:0 0 8px;
  font-size:16px;
  letter-spacing:-.3px;
  line-height:1.35;
  display:flex;
  gap:8px;
  align-items:flex-start;
}

.nwki-ptk .sec .num{
  color:var(--accent);
  font-weight:900;
}

.nwki-ptk .lead{
  margin:0 0 10px;
  color:rgba(0,0,0,.78);
  font-size:13px;
  line-height:1.85;
}

.nwki-ptk ul,
.nwki-ptk ol{
  margin:8px 0 0 18px;
}

.nwki-ptk li{
  margin:6px 0;
  line-height:1.75;
}

.nwki-ptk .note{
  margin-top:10px;
  border-radius:14px;
  border:1px solid rgba(241,105,58,.18);
  background:linear-gradient(180deg, rgba(241,105,58,.06), rgba(0,0,0,0));
  padding:12px;
}

.nwki-ptk .note .t{
  font-weight:900;
  margin-bottom:8px;
  display:flex;
  gap:8px;
  align-items:center;
}

.nwki-ptk .note .t:before{
  content:"!";
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:7px;
  background:rgba(241,105,58,.14);
  border:1px solid rgba(241,105,58,.22);
  color:#b24218;
  font-weight:900;
  font-size:12px;
}

.nwki-ptk .mini{
  margin-top:10px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.08);
  background:rgba(0,0,0,.02);
  padding:12px;
}

.nwki-ptk .mini b{
  display:block;
  margin-bottom:6px;
  font-size:13px;
}

.nwki-ptk .faq{
  background:var(--card);
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:14px;
  margin-top:8px;
}

.nwki-ptk .faq-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.nwki-ptk .faq-head .faq-title{
  margin:0;
  font-size:13px;
  font-weight:700;
  line-height:1.4;
}

.nwki-ptk .faq-head span{
  color:var(--muted);
  font-size:12px;
  white-space:nowrap;
}

.nwki-ptk .faq details{
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  padding:10px 12px;
  margin:10px 0;
  background:rgba(0,0,0,.015);
}

.nwki-ptk .faq summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-weight:900;
  font-size:13px;
}

.nwki-ptk .faq summary::-webkit-details-marker{display:none}
.nwki-ptk .faq summary::marker{content:""}

.nwki-ptk .faq .q{
  width:22px;
  height:22px;
  display:inline-grid;
  place-items:center;
  border-radius:9px;
  background:rgba(108,92,231,.12);
  border:1px solid rgba(108,92,231,.22);
  font-weight:900;
  flex:0 0 auto;
}

.nwki-ptk .faq .atxt{
  margin-top:8px;
  color:rgba(0,0,0,.78);
  font-size:13px;
  line-height:1.85;
}

.nwki-ptk .disclaimer{
  margin-top:14px;
  background:linear-gradient(135deg, rgba(19,42,58,.96), rgba(46,125,159,.92));
  color:#fff;
  border-radius:16px;
  padding:14px;
}

.nwki-ptk .disclaimer b{
  display:block;
  margin-bottom:6px;
  font-size:13px;
}

.nwki-ptk .disclaimer p{
  margin:6px 0 0;
  color:rgba(255,255,255,.88);
  font-size:12px;
  line-height:1.85;
}

.nwki-ptk .disclaimer .foot{
  margin-top:10px;
  opacity:.95;
}

@media(max-width:720px){
  .nwki-ptk{padding:14px}
  .nwki-ptk .infobox th{width:38%}
  .nwki-ptk .title h1{font-size:20px}
  .nwki-ptk .faq-head{
    flex-direction:column;
    align-items:flex-start;
  }
  .nwki-ptk .faq-head span{white-space:normal}
}

/* ===== 지도스타일 ===== */
.pt-map-wrap{
  max-width:980px;
  margin:0 auto;
  padding:18px 14px;
  font-family:-apple-system,BlinkMacSystemFont,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",system-ui,sans-serif;
  color:#111;
}

/* 헤더 */
.pt-map-header{
  text-align:center;
  margin-bottom:14px;
}

.pt-map-badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.06);
  color:#0f172a;
  font-weight:700;
  font-size:12px;
  letter-spacing:-0.2px;
  margin-bottom:10px;
}

.pt-map-title{
  margin:0;
  font-size:24px;
  letter-spacing:-0.6px;
  line-height:1.2;
}

.pt-map-sub{
  margin:8px 0 0;
  font-size:14px;
  color:rgba(17,24,39,.68);
  line-height:1.5;
}

/* 카카오 카드 */
.pt-kakao-card{
  background:linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1));
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(0,0,0,.06);
  padding:14px;
  margin:14px 0 16px;
}

.pt-kakao-inner{
  display:flex;
  justify-content:center;
}

.pt-kakao-embed{
  width:100%;
  max-width:720px;
}

.pt-kakao-map{
  width:100%;
}

/* 반응형 이미지 */
.pt-kakao-embed img.map{
  max-width:100% !important;
  height:auto !important;
}

.pt-kakao-foot{
  overflow:hidden;
  padding:10px 12px;
  border:1px solid rgba(0,0,0,.10);
  border-top:0;
  border-radius:0 0 14px 14px;
  background-color:rgba(250,250,250,1);
  margin-top:-2px;
}

/* 작은 링크(지도 크게 보기) */
.pt-mini-link{
  display:inline-block;
  padding:6px 10px;
  border-radius:10px;
  background:rgba(0,0,0,.05);
  color:#111;
  text-decoration:none;
  font-weight:700;
}

.pt-mini-link:hover{
  background:rgba(0,0,0,.08);
}

/* 배너 그리드 */
.pt-banner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.pt-banner{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:14px;
  padding:16px 16px 14px;
  border-radius:18px;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.10);
  box-shadow:0 10px 22px rgba(0,0,0,.06);
  transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  min-height:120px;
}

.pt-banner:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.10);
  border-color:rgba(0,0,0,.16);
}

.pt-banner-top{
  display:flex;
  align-items:center;
  gap:12px;
}

.pt-ico{
  width:44px;
  height:44px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:18px;
  color:#fff;
  letter-spacing:-0.5px;
  flex:0 0 auto;
}

.pt-banner-texts{min-width:0}

.pt-banner-kicker{
  font-size:12px;
  opacity:.85;
  font-weight:700;
  letter-spacing:-0.2px;
}

.pt-banner-title{
  margin-top:2px;
  font-size:18px;
  font-weight:900;
  letter-spacing:-0.6px;
  line-height:1.2;
  color:#0b1220;
}

.pt-banner-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.pt-chip{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(255,255,255,.55);
  font-weight:800;
  font-size:12px;
  color:#0b1220;
}

.pt-cta{
  font-weight:900;
  font-size:13px;
  color:rgba(11,18,32,.85);
}

/* 배너 컬러 */
.pt-google{
  background:
    radial-gradient(120% 140% at 10% 10%, rgba(66,133,244,.20), rgba(255,255,255,1) 45%),
    radial-gradient(120% 140% at 90% 10%, rgba(52,168,83,.18), rgba(255,255,255,0) 55%),
    radial-gradient(120% 140% at 40% 110%, rgba(251,188,5,.16), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1));
}
.pt-google .pt-ico{
  background:linear-gradient(135deg, #4285F4, #34A853);
}

.pt-naver{
  background:
    radial-gradient(120% 140% at 10% 10%, rgba(3,199,90,.20), rgba(255,255,255,1) 52%),
    linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1));
}
.pt-naver .pt-ico{
  background:linear-gradient(135deg, #03C75A, #00B14F);
}

/* 모바일: 배너를 세로로 */
@media (max-width:640px){
  .pt-map-title{font-size:20px}
  .pt-banner-grid{grid-template-columns:1fr}
  .pt-kakao-card{padding:12px}
}






/* ===== JK QuickBar (LIGHT / enhanced / scoped) ===== */
.jkqb{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:99999;
  font-family:'Noto Sans KR','Malgun Gothic',system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  background:rgba(255,255,255,.96);
  border-top:1px solid rgba(15,23,42,.08);
  box-shadow:0 -16px 38px rgba(15,23,42,.12);
  -webkit-backdrop-filter:blur(12px) saturate(1.08);
  backdrop-filter:blur(12px) saturate(1.08);
}

.jkqb::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:linear-gradient(
    90deg,
    rgba(37,99,235,0) 0%,
    rgba(37,99,235,.95) 18%,
    rgba(56,189,248,.95) 50%,
    rgba(37,99,235,.95) 82%,
    rgba(37,99,235,0) 100%
  );
  opacity:1;
}

.jkqb__wrap{
  position:relative;
  max-width:1080px;
  margin:0 auto;
  padding:12px 14px calc(12px + env(safe-area-inset-bottom));
}

.jkqb__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
}

.jkqb__btn{
  -webkit-tap-highlight-color:transparent;
  min-width:0;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding:12px 12px;
  min-height:58px;
  border-radius:18px;
  text-decoration:none;
  color:#0f172a;
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,250,252,.96) 100%);
  border:1px solid rgba(15,23,42,.10);
  box-shadow:0 10px 22px rgba(15,23,42,.08);
  transition:
    transform .16s ease,
    background .16s ease,
    border-color .16s ease,
    box-shadow .16s ease;
  outline:none;
}

.jkqb__btn::before{
  content:"";
  position:absolute;
  left:10px;
  right:10px;
  top:0;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#2563eb 0%, #38bdf8 50%, #2563eb 100%);
  background-size:200% 100%;
  animation:jkqbStripeFlow 7s linear infinite;
  opacity:1;
}

.jkqb__btn::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(255,255,255,.45) 0%, rgba(255,255,255,0) 46%);
  opacity:.9;
}

.jkqb__btn:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:rgba(15,23,42,.16);
  box-shadow:0 16px 30px rgba(15,23,42,.12);
}

.jkqb__btn:active{
  transform:translateY(0) scale(.99);
}

.jkqb__btn:focus-visible{
  box-shadow:
    0 0 0 3px rgba(37,99,235,.16),
    0 16px 30px rgba(15,23,42,.12);
  border-color:rgba(37,99,235,.42);
}

.jkqb__btn--call::before{
  background:linear-gradient(90deg,#16a34a 0%, #22c55e 50%, #16a34a 100%);
  background-size:200% 100%;
}

.jkqb__btn--kakao::before{
  background:linear-gradient(90deg,#facc15 0%, #f59e0b 50%, #facc15 100%);
  background-size:200% 100%;
}

.jkqb__btn--yt::before{
  background:linear-gradient(90deg,#ef4444 0%, #f97316 50%, #ef4444 100%);
  background-size:200% 100%;
}

.jkqb__icon{
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:14px;
  display:grid;
  place-items:center;
  border:1px solid rgba(15,23,42,.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.80),
    0 6px 14px rgba(15,23,42,.06);
  color:#0f172a;
  background:linear-gradient(180deg, rgba(241,245,249,.92) 0%, rgba(255,255,255,.96) 100%);
  animation:jkqbIconFloat 4.6s ease-in-out infinite;
}

.jkqb__icon svg{
  width:20px;
  height:20px;
}

.jkqb__btn--call .jkqb__icon{
  background:linear-gradient(180deg, rgba(34,197,94,.18) 0%, rgba(220,252,231,.96) 100%);
  border-color:rgba(34,197,94,.30);
  color:#166534;
}

.jkqb__btn--kakao .jkqb__icon{
  background:linear-gradient(180deg, rgba(250,204,21,.22) 0%, rgba(254,249,195,.96) 100%);
  border-color:rgba(250,204,21,.32);
  color:#111827;
}

.jkqb__btn--yt .jkqb__icon{
  background:linear-gradient(180deg, rgba(239,68,68,.18) 0%, rgba(254,226,226,.96) 100%);
  border-color:rgba(239,68,68,.28);
  color:#991b1b;
}

.jkqb__txt{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.jkqb__title{
  font-weight:900;
  font-size:15px;
  line-height:1.06;
  letter-spacing:-.2px;
  color:#0f172a;
}

.jkqb__sub{
  margin-top:4px;
  font-weight:800;
  font-size:12.5px;
  color:rgba(15,23,42,.74);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.jkqb__note{
  position:relative;
  margin-top:12px;
  text-align:center;
  font-weight:900;
  font-size:12.5px;
  letter-spacing:-.2px;
  color:#0f172a;
  padding:11px 13px;
  border-radius:16px;
  border:1px solid rgba(37,99,235,.16);
  background:linear-gradient(135deg, rgba(37,99,235,.10) 0%, rgba(56,189,248,.12) 100%);
  box-shadow:0 10px 22px rgba(15,23,42,.06);
  overflow:hidden;
  animation:jkqbNoteSoft 9s ease-in-out infinite;
}

.jkqb__note::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.34) 50%, rgba(255,255,255,0) 100%);
  transform:translateX(-120%);
  animation:jkqbNoteShine 8.5s ease-in-out infinite;
}

@keyframes jkqbStripeFlow{
  0%{background-position:0% 50%}
  100%{background-position:200% 50%}
}

@keyframes jkqbIconFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-1.5px)}
}

@keyframes jkqbNoteSoft{
  0%,100%{
    background:linear-gradient(135deg, rgba(37,99,235,.10) 0%, rgba(56,189,248,.12) 100%);
    border-color:rgba(37,99,235,.16);
    box-shadow:0 10px 22px rgba(15,23,42,.06);
  }
  33%{
    background:linear-gradient(135deg, rgba(250,204,21,.14) 0%, rgba(245,158,11,.12) 100%);
    border-color:rgba(245,158,11,.18);
    box-shadow:0 10px 22px rgba(245,158,11,.08);
  }
  66%{
    background:linear-gradient(135deg, rgba(34,197,94,.12) 0%, rgba(16,185,129,.10) 100%);
    border-color:rgba(34,197,94,.18);
    box-shadow:0 10px 22px rgba(16,185,129,.08);
  }
}

@keyframes jkqbNoteShine{
  0%, 62%, 100%{transform:translateX(-120%)}
  82%{transform:translateX(120%)}
}

@media (prefers-reduced-motion:reduce){
  .jkqb__note,
  .jkqb__note::before,
  .jkqb__btn::before,
  .jkqb__icon{
    animation:none;
  }
  .jkqb__btn{
    transition:none;
  }
}

@media (max-width:520px){
  .jkqb__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
  .jkqb__btn--yt{
    grid-column:1 / -1;
  }
}

body.jk-quickbar-on{
  padding-bottom:var(--jkqb-real-h, 132px);
}

@media (min-width:1024px){
  .jkqb__wrap{padding:14px 18px 16px}
  .jkqb__btn{
    min-height:64px;
    padding:14px 14px;
  }
  .jkqb__title{font-size:16px}
  .jkqb__sub{font-size:13px}
  .jkqb__note{
    font-size:13px;
    padding:12px 14px;
  }
}

@media (max-width:420px){
  .jkqb__title{font-size:14px}
  .jkqb__sub{font-size:11.5px}
  .jkqb__icon{
    width:35px;
    height:35px;
    flex-basis:35px;
    border-radius:13px;
  }
  .jkqb__icon svg{
    width:18px;
    height:18px;
  }
  .jkqb__btn{
    min-height:54px;
    padding:11px 10px;
    gap:9px;
  }
}

@media print{
  .jkqb{display:none !important}
  body.jk-quickbar-on{padding-bottom:0 !important}
}








/* =========================================================
   weld-hub styles
   기존 functions.php > wp_head 인라인 스타일 분리본
   ========================================================= */
.weld-hub{
  --ink:#0f172a;
  --muted:#475569;
  --bg:#f8fafc;
  --card:#fff;
  --line:#e5e7eb;
  --accent:#1d4ed8;
  --accent-2:#0ea5e9;
  --ok:#16a34a;
  --warn:#dc2626;
  --radius:18px;
  --shadow:0 10px 28px rgba(2,6,23,.06);
}
.weld-hub .wrap{max-width:1200px;margin:auto;padding:clamp(16px,3vw,28px)}
.weld-hub h1,
.weld-hub h2,
.weld-hub h3{line-height:1.25;color:var(--ink);margin:.3em 0 .5em}
.weld-hub h1{font-size:clamp(28px,3.6vw,44px)}
.weld-hub h2{font-size:clamp(22px,2.4vw,30px);margin-top:24px}
.weld-hub h3{font-size:clamp(18px,1.8vw,22px);color:#1f2937;margin-top:12px}
.weld-hub p,
.weld-hub li,
.weld-hub td,
.weld-hub th{color:#334155;font-size:16px;line-height:1.75}
.weld-hub .lead{color:#0f172a}
.weld-hub .blk{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  margin:22px 0;
}
.weld-hub .grid{display:grid;gap:clamp(12px,1.6vw,18px)}
.weld-hub .two{grid-template-columns:repeat(2,minmax(0,1fr))}
.weld-hub .three{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:860px){
  .weld-hub .two,
  .weld-hub .three{grid-template-columns:1fr}
}
.weld-hub .card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:16px;
  padding:16px;
}
.weld-hub .pill{
  display:inline-block;
  padding:.45em .9em;
  border:1px solid var(--line);
  border-radius:999px;
  color:#1e40af;
  background:#eef2ff;
}
.weld-hub .cta{display:flex;gap:12px;flex-wrap:wrap}
.weld-hub .btn{
  display:inline-flex;
  align-items:center;
  gap:.6em;
  padding:.8em 1em;
  border-radius:12px;
  border:1px solid var(--line);
  background:#111827;
  color:#fff;
  text-decoration:none;
}
.weld-hub .btn:hover{filter:brightness(1.05)}
.weld-hub .btn.light{background:#fff;color:#111827}
.weld-hub .ok{background:#0ea5e9}
.weld-hub .warn{background:#dc2626}
.weld-hub .muted{color:#475569}
.weld-hub .list{display:flex;gap:10px;flex-wrap:wrap}
.weld-hub .list .pill{
  background:#e0f2fe;
  color:#1e40af;
  border-color:#bfdbfe;
}
.weld-hub .localnav{
  position:sticky;
  top:0;
  z-index:5;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(120%) blur(6px);
  border-bottom:1px solid var(--line);
}
.weld-hub .localnav .wrap{display:flex;gap:14px;flex-wrap:wrap}
.weld-hub .localnav a{
  color:#1f2937;
  text-decoration:none;
  padding:10px 14px;
  border-radius:10px;
  border:1px solid var(--line);
}
.weld-hub .localnav a:hover{background:#f1f5f9}
.weld-hub #hero-weld.hero{position:relative;overflow:hidden}
.weld-hub #hero-weld .hero-inner{position:relative;z-index:2}
.weld-hub #hero-weld .hero-panel{
  max-width:840px;
  background:rgba(255,255,255,.94);
  border:1px solid var(--line);
  border-radius:16px;
  padding:18px;
}
.weld-hub #hero-weld .kpis{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.weld-hub .kpi{
  padding:.45em .7em;
  border:1px solid var(--line);
  border-radius:10px;
  color:#0f172a;
  background:#f8fafc;
}
.weld-hub #hero-weld .hero-media{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
}
.weld-hub #hero-weld .hero-media .frame{position:absolute;inset:0}
.weld-hub #hero-weld .hero-media img{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  animation:wFade 18s infinite;
}
.weld-hub #hero-weld .hero-media img:nth-child(2){animation-delay:6s}
.weld-hub #hero-weld .hero-media img:nth-child(3){animation-delay:12s}
@keyframes wFade{
  0%{opacity:0}
  5%{opacity:.95}
  30%{opacity:.95}
  35%{opacity:0}
  100%{opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .weld-hub #hero-weld .hero-media img{animation:none;opacity:.6}
}
.weld-hub #hero-weld .hero-gradient{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.85) 60%,#fff 100%);
}
.weld-hub .media{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  border-radius:12px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#f8fafc;
}
.weld-hub .media > img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.weld-hub .rail{
  display:flex;
  gap:12px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:6px;
}
.weld-hub .rail .card{
  flex:0 0 68%;
  scroll-snap-align:start;
}
@media(max-width:860px){
  .weld-hub .rail .card{flex-basis:86%}
}
.weld-hub .case-meta{font-size:13px;color:#0f172a}
.weld-hub .tag{
  display:inline-block;
  font-size:12px;
  border:1px solid var(--line);
  padding:.25em .5em;
  border-radius:999px;
  color:#334155;
}
.weld-hub table{
  width:100%;
  border-collapse:collapse;
  border:1px solid var(--line);
}
.weld-hub th,
.weld-hub td{
  border:1px solid var(--line);
  padding:10px;
  text-align:left;
}
.weld-hub th{background:#f8fafc;color:#0f172a}
.weld-hub details{
  border:1px solid var(--line);
  border-radius:12px;
  padding:12px;
  background:#fff;
}
.weld-hub details + details{margin-top:10px}
.weld-hub summary{cursor:pointer;color:#0f172a}
.weld-hub .regions{display:flex;gap:8px;flex-wrap:wrap}
.weld-hub .regions a{
  padding:.5em .8em;
  border:1px solid var(--line);
  border-radius:999px;
  text-decoration:none;
  color:#1f2937;
}
.weld-hub .regions a:hover{background:#f1f5f9}
.weld-hub .quickbar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:50;
  background:#111827;
  border-top:1px solid #0b1220;
}
.weld-hub .quickbar .wrap{
  display:flex;
  justify-content:center;
  gap:12px;
  align-items:center;
}
.weld-hub .quickbar a{
  display:inline-flex;
  align-items:center;
  gap:.6em;
  padding:.75em 1.1em;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  text-decoration:none;
  color:#fff;
}
.weld-hub .quickbar a.tel{background:#0ea5e9}
.weld-hub .quickbar a.kakao{background:#111827}
.weld-hub .spacer-bottom{height:64px}
.weld-hub .ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:1.1em;
  height:1.1em;
  margin-right:.35em;
  vertical-align:-.12em;
}
.weld-hub .ic svg{
  width:100%;
  height:100%;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.weld-hub .ic svg[data-fill="1"]{fill:currentColor;stroke:none}
.weld-hub h2 .ic{color:var(--accent)}
.weld-hub h3 .ic{color:#64748b}
.weld-hub .btn .ic{margin-right:.5em}
.weld-hub .quickbar .ic{width:1.2em;height:1.2em}
.weld-hub a{
  text-decoration:none;
  -webkit-text-decoration:none;
  text-decoration-skip-ink:auto;
}
.weld-hub a:hover{text-decoration:none}
.weld-hub a:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
  border-radius:6px;
}
.weld-hub .u-underline{
  text-decoration:underline;
  text-underline-offset:3px;
}

/* =========================================================
   cw reserve board styles
   기존 cw_reserve_print_css_once() 스타일 분리본
   ========================================================= */
.cw-reserve{
  --ink:#0f172a;
  --ink-2:#475569;
  --line:#e5e7eb;
  --bg:#fff;
  --card:#fff;
  --radius:16px;
  --pad:16px;
  --gap:14px;
  --accent:#2563eb;
  color:var(--ink);
}
.cw-reserve-title{
  font-size:clamp(18px,2.4vw,20px);
  font-weight:700;
  margin:0 0 6px;
}
.cw-reserve-meta{
  font-size:clamp(12px,1.6vw,13px);
  color:var(--ink-2);
  margin:0 0 12px;
}
.cw-reserve-table-wrap{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:calc(var(--pad) + 2px);
  box-shadow:0 10px 30px rgba(2,6,23,.04);
}
.cw-reserve-table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}
.cw-reserve-table th,
.cw-reserve-table td{
  padding:12px 10px;
  border-bottom:1px solid var(--line);
  font-size:clamp(13px,1.8vw,15px);
  text-align:left;
  vertical-align:middle;
  word-break:keep-all;
  overflow-wrap:anywhere;
}
.cw-reserve-table thead th{
  font-weight:700;
  color:var(--ink);
}
.cw-reserve-table tbody tr:last-child td{border-bottom:0}
.cw-reserve-table td time{white-space:nowrap}
.cw-badge{
  display:inline-block;
  padding:4px 10px;
  border-radius:999px;
  font-size:.86em;
  line-height:1.8;
}
.cw-badge.cw-consult_done{background:#f0fdf4;color:#166534}
.cw-badge.cw-working{background:#fffbeb;color:#92400e}
.cw-badge.cw-finished{background:#eff6ff;color:#1e3a8a}
@media (max-width:768px){
  .cw-reserve-table-wrap{padding:12px}
  .cw-reserve-table thead{
    position:absolute !important;
    left:-9999px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(1px,1px,1px,1px);
  }
  .cw-reserve-table tbody tr{
    display:block;
    margin:12px 0;
    padding:12px;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
  }
  .cw-reserve-table tbody tr:last-child{margin-bottom:0}
  .cw-reserve-table td{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:6px 0;
    border-bottom:0;
  }
  .cw-reserve-table td::before{
    content:attr(data-label);
    flex:0 0 clamp(78px,28vw,96px);
    font-weight:600;
    color:var(--ink-2);
  }
  .cw-reserve-table td time{white-space:nowrap}
  .cw-reserve-table td:last-child{padding-bottom:0}
  .cw-reserve-table td:first-child{padding-top:0}
}

/* =========================================================
   pt reviews styles
   기존 pt_reviews_commphone 숏코드 인라인 스타일 분리본
   ========================================================= */
#cw-reviews{
  --ink:#0f172a;
  --muted:#64748b;
  --line:#e5e7eb;
  --bg:#fff;
  --card:#fff;
  --brand:#111827;
  --accent:#2563eb;
  --radius:16px;
  --shadow:0 8px 24px rgba(2,6,23,.06);
  --max:1100px;
  --gap:14px;
}
#cw-reviews{
  background:var(--bg);
  color:var(--ink);
  padding:28px 14px;
}
#cw-reviews .inner{
  max-width:var(--max);
  margin:0 auto;
}
#cw-reviews h2{
  font-size:clamp(20px,2.6vw,28px);
  margin:0 0 8px;
  font-weight:700;
}
#cw-reviews .meta{
  color:var(--muted);
  font-size:14px;
  margin-bottom:14px;
}
#cw-reviews .rail{
  display:flex;
  gap:var(--gap);
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x mandatory;
  padding-bottom:8px;
  scroll-behavior:smooth;
}
#cw-reviews .rail::-webkit-scrollbar{height:8px}
#cw-reviews .rail::-webkit-scrollbar-thumb{
  background:#cbd5e1;
  border-radius:4px;
}
#cw-reviews .card{
  flex:0 0 86%;
  scroll-snap-align:start;
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
@media(min-width:640px){
  #cw-reviews .card{flex-basis:48%}
}
@media(min-width:1024px){
  #cw-reviews .card{flex-basis:32%}
}
#cw-reviews .row{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
#cw-reviews .name{font-weight:700}
#cw-reviews .chips{display:flex;gap:6px;flex-wrap:wrap}
#cw-reviews .chip{
  border:1px solid var(--line);
  color:#111827;
  background:#f9fafb;
  border-radius:999px;
  padding:4px 10px;
  font-size:12px;
}
#cw-reviews time{
  font-size:12px;
  color:var(--muted);
}
#cw-reviews .stars{
  position:relative;
  display:inline-block;
  width:92px;
  height:18px;
  overflow:hidden;
  vertical-align:middle;
}
#cw-reviews .stars::before{
  content:"★★★★★";
  letter-spacing:2px;
  font-size:16px;
  color:#e5e7eb;
}
#cw-reviews .stars i{
  position:absolute;
  left:0;
  top:0;
  white-space:nowrap;
  overflow:hidden;
  width:0;
}
#cw-reviews .stars i::before{
  content:"★★★★★";
  letter-spacing:2px;
  font-size:16px;
  color:#f59e0b;
}
#cw-reviews .body{
  line-height:1.68;
  word-break:keep-all;
}
#cw-reviews .brand{color:var(--brand)}
#cw-reviews .dots{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:10px;
}
#cw-reviews .dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#cbd5e1;
  display:inline-block;
}
#cw-reviews .dot:focus,
#cw-reviews .dot:hover{
  outline:2px solid var(--accent);
}
.cw-anchor-fix{scroll-margin-left:12px}









.top-carousel-block{
  position: relative;
  z-index: 1;
  overflow: visible !important;
}

.hero-overlap-block{
  position: relative;
  z-index: 2;
  overflow: hidden !important;
}

/* PC */
@media (min-width: 1025px){
  .hero-overlap-block{
    margin-top: -200px !important;
  }

  .hero-overlap-block > .e-con-inner,
  .hero-overlap-block > .elementor-container{
    min-height: 100vh !important;
  }
}

/* 태블릿 */
@media (max-width: 1024px) and (min-width: 768px){
  .hero-overlap-block{
    margin-top: -200px !important;
  }

  .hero-overlap-block > .e-con-inner,
  .hero-overlap-block > .elementor-container{
    min-height: 80vh !important;
  }
}

/* 모바일 */
@media (max-width: 767px){
  .hero-overlap-block{
    margin-top: -230px !important;
  }

  .hero-overlap-block > .e-con-inner,
  .hero-overlap-block > .elementor-container{
    min-height: 65vh !important;
  }
}









  /* =========================================================
     ✅ heading class fallback
     기존 h1/h2 대신 class로 사용
     scope: .ptk-toggle
     ========================================================= */
  .ptk-toggle .pt-h1{
    display:block;
    margin:0;
    font-family:'Noto Sans KR','Malgun Gothic',sans-serif;
    font-size:clamp(30px, 4vw, 40px);
    line-height:1.32;
    font-weight:900;
    letter-spacing:-0.03em;
    color:#111827;
    word-break:keep-all;
  }

  .ptk-toggle .pt-h2{
    display:block;
    margin:0 0 14px;
    font-family:'Noto Sans KR','Malgun Gothic',sans-serif;
    font-size:clamp(22px, 3vw, 30px);
    line-height:1.42;
    font-weight:850;
    letter-spacing:-0.025em;
    color:#0f172a;
    word-break:keep-all;
  }

  .ptk-toggle .title .pt-h1{
    margin-bottom:10px;
  }

  .ptk-toggle .sec .pt-h2{
    margin-bottom:14px;
  }

  .ptk-toggle .sec .pt-h2 .num{
    display:inline-block;
    margin-right:8px;
    color:#2563eb;
    font-weight:900;
  }

  .ptk-toggle .faq-title.pt-h2{
    margin:0;
  }














/* ================================
   J&K KBoard Latest Card Preview
   ================================ */
#jk-kboard-latest-card{
  width:100%;
  margin:0;
}

#jk-kboard-latest-card .jk-kbl-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px;
}

#jk-kboard-latest-card .jk-kbl-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:100%;
  overflow:hidden;
  border:1px solid rgba(24,58,120,.10);
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff 0%, #f7faff 100%);
  box-shadow:0 14px 36px rgba(10,37,88,.08);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

#jk-kboard-latest-card .jk-kbl-card:hover{
  transform:translateY(-6px);
  border-color:rgba(28,90,214,.18);
  box-shadow:0 18px 42px rgba(10,37,88,.14);
}

#jk-kboard-latest-card .jk-kbl-thumb{
  position:relative;
  display:block;
  aspect-ratio:16/9;
  overflow:hidden;
  background:linear-gradient(135deg,#0f3f98 0%, #1f67ff 100%);
}

#jk-kboard-latest-card .jk-kbl-thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block;
  transition:transform .35s ease;
}

#jk-kboard-latest-card .jk-kbl-card:hover .jk-kbl-thumb img{
  transform:scale(1.04);
}

#jk-kboard-latest-card .jk-kbl-noimg{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  padding:20px;
  text-align:center;
  font-size:14px;
  font-weight:800;
  letter-spacing:.08em;
  color:rgba(255,255,255,.92);
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 34%),
    linear-gradient(135deg,#0d3b8f 0%, #1f67ff 100%);
}

#jk-kboard-latest-card .jk-kbl-body{
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:18px 18px 20px;
}

#jk-kboard-latest-card .jk-kbl-board{
  display:inline-block;
  width:fit-content;
  max-width:100%;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(27,103,255,.08);
  color:#1e57c8;
  font-size:11px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:.02em;
}

#jk-kboard-latest-card .jk-kbl-title{
  margin:0;
  font-size:18px;
  line-height:1.45;
  font-weight:800;
  letter-spacing:-0.02em;
}

#jk-kboard-latest-card .jk-kbl-title a{
  color:#12233f;
  text-decoration:none;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}

#jk-kboard-latest-card .jk-kbl-title a:hover{
  color:#1f67ff;
}

#jk-kboard-latest-card .jk-kbl-excerpt{
  margin:0;
  color:#53627c;
  font-size:14px;
  line-height:1.72;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:8;
  overflow:hidden;
  min-height:13.8em;
}

#jk-kboard-latest-card .jk-kbl-meta{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:2px;
  color:#7d8ba3;
  font-size:12px;
  line-height:1.4;
}

#jk-kboard-latest-card .jk-kbl-author{
  font-weight:700;
  color:#36507a;
}

#jk-kboard-latest-card .jk-kbl-dot{
  opacity:.45;
}

#jk-kboard-latest-card .jk-kbl-date{
  white-space:nowrap;
}

@media (max-width: 1180px){
  #jk-kboard-latest-card .jk-kbl-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 860px){
  #jk-kboard-latest-card .jk-kbl-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }

  #jk-kboard-latest-card .jk-kbl-title{
    font-size:17px;
  }
}

@media (max-width: 560px){
  #jk-kboard-latest-card .jk-kbl-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  #jk-kboard-latest-card .jk-kbl-body{
    padding:16px;
  }

  #jk-kboard-latest-card .jk-kbl-title{
    font-size:16px;
  }

  #jk-kboard-latest-card .jk-kbl-excerpt{
    font-size:13px;
  }
}


#jk-kboard-latest-card .jk-kbl-more-wrap{
  display:flex;
  justify-content:center;
  margin-top:28px;
}

#jk-kboard-latest-card .jk-kbl-more-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:160px;
  height:52px;
  padding:0 24px;
  border:1px solid rgba(27,103,255,.16);
  border-radius:999px;
  background:linear-gradient(135deg,#0d3b8f 0%, #1f67ff 100%);
  box-shadow:0 14px 30px rgba(17,72,182,.18);
  color:#fff;
  font-size:15px;
  font-weight:800;
  text-decoration:none;
  letter-spacing:-0.01em;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

#jk-kboard-latest-card .jk-kbl-more-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 34px rgba(17,72,182,.24);
  opacity:.96;
}




/* =========================================================
   같은 HTML 위젯 안에서 직접 이미지 덮기
   ========================================================= */

.jk-carousel-shell{
  position:relative !important;
  width:100% !important;
  max-width:1200px !important;
  margin:0 auto !important;
  overflow:hidden !important;
}

/* 기존 캐러셀 */
.jk-carousel-shell #naver-carousel{
  position:relative !important;
  z-index:1 !important;
}

/* 덮개 */
.jk-carousel-shell .jk-carousel-image-cover{
  position:absolute !important;
  inset:0 !important;
  z-index:20 !important;
  pointer-events:none !important;
  overflow:hidden !important;
}

/* 덮는 이미지 */
.jk-carousel-shell .jk-carousel-image-cover img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  border:0 !important;
}

/* 모바일 */
@media (max-width:767px){
  .jk-carousel-shell .jk-carousel-image-cover img{
    object-position:center top !important;
  }
}