/*     1655095 : HTML 편집기      */
/* ============ 중국산 친환경제설제 EDA+ (FINAL) ============ */
.product_eda_cn *{ box-sizing:border-box; color:#0b1b34; word-break:keep-all; margin:0; padding:0; }
.product_eda_cn { line-height:1.9; letter-spacing:-0.01em; }
.product_eda_cn .inner{ max-width:1480px; margin:0 auto; padding:0 clamp(1rem,2vw,2rem); }

/* 헤더 */
.product_eda_cn h1{ margin:0 0 clamp(1rem, 2vw, 2rem); text-align:center; font-size:clamp(1.6rem,2.6vw,2.6rem); line-height:1.35; }
.product_eda_cn .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_eda_cn .visual-spec{
  display:flex; align-items:flex-start; gap:clamp(1.2rem,2.2vw,2.2rem);
  margin-top:clamp(1.2rem,3.6vw,3.8rem);
}
.product_eda_cn .visual{ flex:0 0 58%; display:flex; gap:clamp(1.1rem,1.8vw,1.8rem); }
.product_eda_cn figure{ margin:0; flex:1; }
.product_eda_cn img{
  width:100%; height:auto; display:block; object-fit:cover;
  border-radius:12px; box-shadow:10px 10px 22px rgba(0,0,0,.06);
}
.product_eda_cn .spec{ flex:1; }
.product_eda_cn .spec .spec-title{ margin:0 0 .7rem; font-weight:800; font-size:clamp(1.12rem,1.35vw,1.35rem); }
.product_eda_cn .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_eda_cn .spec th,.product_eda_cn .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_eda_cn .spec tr:first-child th,.product_eda_cn .spec tr:first-child td{ border-top:0; }
.product_eda_cn .spec th{
  width:30%; white-space:nowrap; font-weight:700; background:#f6f9ff;
  border-right:1px solid rgba(0,0,0,.06);
}

/* ============ Section Grid (좌레일 제목 / 우본문) ============ */
.product_eda_cn .sec{
  display:grid;
  grid-template-columns:minmax(180px,260px) 1fr;
  gap:clamp(1.4rem,2.4vw,2.6rem);
  align-items:start;
  margin:clamp(2.2rem,5.2vw,5.4rem) 0;
  border-top:1px solid rgba(0,0,0,.08);
  padding-top:clamp(1.1rem,2vw,1.8rem);
}
.product_eda_cn .sec .sec-title{
  grid-column:1; margin:0; text-align:left; line-height:1.35;
  font-size:clamp(1.18rem,1.75vw,1.75rem); font-weight:800;
}
.product_eda_cn .sec > *:not(.sec-title){ grid-column:2; max-width:1080px; }

/* 공통 도트 리스트 — 기준: li 1.2rem */
.product_eda_cn .dot-list{ padding-left:0; list-style:none; margin:.2rem 0 0; }
.product_eda_cn .dot-list > li{
  position:relative; padding-left:1.35rem; line-height:2.0; font-size:clamp(1rem, 1.2vw, 1.2rem); /* ★ 기준 */
}
.product_eda_cn .dot-list > li+li{ margin-top:.35rem; }
.product_eda_cn .dot-list > li::before{
  content:"•"; position:absolute; left:0; top:0; line-height:2.0; font-weight:900; color:#1d6fcd;
}
.product_eda_cn .dot-list .sub{ margin:.45rem 0 0 1.35rem; padding-left:0; list-style:none; }
.product_eda_cn .dot-list .sub li{ position:relative; padding-left:1.05rem; color:#4a5568; line-height:1.95; font-size:1.08rem; }
.product_eda_cn .dot-list .sub li::before{ content:"–"; position:absolute; left:0; top:0; }

/* 시험성적서 썸네일 */
.product_eda_cn .docs-grid{ display:grid; grid-template-columns:1fr; gap:clamp(1rem,1.4vw,1.5rem); width:25%;}
.product_eda_cn .docs-grid figure{ margin:0; text-align:center; }
.product_eda_cn .docs-grid figcaption{ margin-top:.5rem; font-size:1rem; opacity:.85; }

/* 반응형 */
@media (max-width:1023px){
  .product_eda_cn .visual-spec{ flex-direction:column; }
  .product_eda_cn .visual{ width:100%; }
  .product_eda_cn .sec{ grid-template-columns:1fr; gap:1rem; }
  .product_eda_cn .sec .sec-title,
  .product_eda_cn .sec > *:not(.sec-title){ grid-column:1; }
}
@media (max-width:767px){
  .product_eda_cn .lead{ text-align:left; line-height:1.65;}
.product_eda_cn .docs-grid {width:50%; margin:0 auto;}
.product_eda_cn .spec {width:100%;}

.product_eda_cn .dot-list > li {line-height:1.65;}
}


