/*     1654705 : HTML 편집기      */
/* ============ 국산 염화칼슘 (FINAL) ============ */
.product_cacl2_kr *{ box-sizing:border-box; color:#0b1b34; word-break:keep-all; margin:0; padding:0; }
.product_cacl2_kr { line-height:1.9; letter-spacing:-0.01em; }
.product_cacl2_kr .inner{ max-width:1480px; margin:0 auto; padding:0 clamp(1rem,2vw,2rem); }

/* 헤더 */
.product_cacl2_kr h1{ margin:0 0 1em; text-align:center; font-size:clamp(1.9rem,2.6vw,2.6rem); line-height:1.35; }
.product_cacl2_kr .lead{
  max-width:1080px; margin:0 auto 2.2rem; text-align:center;
  font-size:clamp(1rem,1.15vw,1.18rem); line-height:2.05; opacity:.95;
}

/* 비주얼 + 스펙 */
.product_cacl2_kr .visual-spec{
  display:flex; gap:clamp(1.2rem,2.2vw,2.2rem); align-items:flex-start; margin-top:clamp(1.4rem,3.8vw,3.8rem);
}
.product_cacl2_kr .visual{ flex:0 0 56%; display:flex; gap:clamp(1.1rem,1.8vw,1.8rem); }
.product_cacl2_kr figure{ margin:0; flex:1; }
.product_cacl2_kr img{
  width:100%; height:auto; display:block; object-fit:cover;
  border-radius:12px; box-shadow:10px 10px 22px rgba(0,0,0,.06);
}
.product_cacl2_kr .spec{ flex:1; }
.product_cacl2_kr .spec table{
  width:100%; border-collapse:collapse; background:#fff; overflow:hidden;
  border-radius:12px; box-shadow:10px 10px 22px rgba(0,0,0,.06);
}
.product_cacl2_kr .spec th,.product_cacl2_kr .spec td{
  padding:clamp(1rem,1.4vw,1.5rem) clamp(1.2rem,1.7vw,1.7rem);
  font-size:clamp(1.06rem,1.12vw,1.14rem); line-height:1.85; text-align:left;
  border-top:1px solid rgba(0,0,0,.08);
}
.product_cacl2_kr .spec tr:first-child th,.product_cacl2_kr .spec tr:first-child td{ border-top:0; }
.product_cacl2_kr .spec th{
  width:28%; white-space:nowrap; font-weight:700; background:#f6f9ff;
  border-right:1px solid rgba(0,0,0,.06);
}

/* ============ Section Grid (좌레일 제목 / 우본문) ============ */
.product_cacl2_kr .sec{
  display:grid;
  grid-template-columns:minmax(180px,260px) 1fr;
  gap:clamp(1.4rem,2.4vw,2.6rem);
  align-items:start;
  margin:clamp(2.4rem,5.4vw,5.6rem) 0;
  border-top:1px solid rgba(0,0,0,.08);
  padding-top:clamp(1.2rem,2vw,2rem);
}
.product_cacl2_kr .sec .sec-title{
  grid-column:1; margin:0; text-align:left; line-height:1.35;
  font-size:clamp(1.2rem,1.8vw,1.8rem); font-weight:800;
}
.product_cacl2_kr .sec > *:not(.sec-title){ grid-column:2; max-width:1080px; }

.product_cacl2_kr .sec .desc {background:#f9f9f9; padding:clamp(.4rem, 1vw, 1rem); font-size:clamp(1rem, 1.1vw, 1.1rem); font-weight:700;}

/* ============ Features(번호형 리스트 유지) ============ */
.product_cacl2_kr .feat-list{ display:grid; gap:1.1rem; }
.product_cacl2_kr .feat{ display:grid; grid-template-columns:auto 1fr; gap:.6rem 1rem; align-items:start; }
.product_cacl2_kr .feat .num{
  width:36px; height:36px; border-radius:999px; display:flex; align-items:center; justify-content:center;
  color:#0c5bd7; border:2px solid #0c5bd7; font-weight:800; background:#fff; font-size:1rem;
}
.product_cacl2_kr .feat h3{ margin:0; font-size:1.24rem; }
.product_cacl2_kr .feat p{ margin:.15rem 0 0; opacity:.95; font-size:1.1rem; line-height:1.95; }

/* ============ Dot List (기준: li = 1.2rem) ============ */
.product_cacl2_kr .dot-list{ padding-left:0; list-style:none; margin:.2rem 0 0; }
.product_cacl2_kr .dot-list > li{
  position:relative; padding-left:1.35rem; line-height:2.0; font-size:1.2rem; /* ★ 기준값 */
}
.product_cacl2_kr .dot-list > li+li{ margin-top:.35rem; }
.product_cacl2_kr .dot-list > li::before{
  content:"•"; position:absolute; left:0; top:0; line-height:2.0; font-weight:900; color:#1d6fcd;
}
.product_cacl2_kr .dot-list .sub{ margin:.45rem 0 0 1.35rem; padding-left:0; list-style:none; }
.product_cacl2_kr .dot-list .sub li{ position:relative; padding-left:1.05rem; color:#4a5568; line-height:1.95; font-size:1.08rem; }
.product_cacl2_kr .dot-list .sub li::before{ content:"–"; position:absolute; left:0; top:0; }

/* 반응형 */
@media (max-width:1023px){
  .product_cacl2_kr .visual-spec{ flex-direction:column; }
  .product_cacl2_kr .visual{ width:100%; }
  .product_cacl2_kr .sec{ grid-template-columns:1fr; gap:1rem; }
  .product_cacl2_kr .sec .sec-title,
  .product_cacl2_kr .sec > *:not(.sec-title){ grid-column:1; }
}
@media (max-width:767px){
  .product_cacl2_kr .lead{ text-align:left; line-height:1.65;}
  .product_cacl2_kr .feat{ grid-template-columns:29px 1fr;  gap: 0.4rem;}

.product_cacl2_kr .feat h3 {font-size:1.15rem; line-height: 1.3em;}
.product_cacl2_kr .feat p, .product_cacl2_kr .dot-list > li {font-size:1.05rem; line-height:1.65;}

.product_cacl2_kr .feat .num {width:25px; height:25px;}
}


