/*     1654695 : HTML 편집기      */
/* ====== 천일꽃소금 공통 ====== */
.product_flower_salt *{
  box-sizing:border-box; color:#000; word-break:keep-all;
}
.product_flower_salt .inner{
  max-width:1480px; margin:0 auto;
  padding:0 clamp(1rem,2vw,2rem);
}
.product_flower_salt h1{
  margin:0 0 .8em; text-align:center;
  font-size:clamp(1.6rem,2.3vw,2.3rem); line-height:1.35;
}
.product_flower_salt .lead{
  margin:0 auto 2rem;
  text-align:center; line-height:2;
  font-size: clamp(1rem,1.15vw,1.15rem);
}

/* ====== 비주얼 + 스펙 ====== */
.product_flower_salt .pd-visual-spec{
  margin-top:clamp(1.5rem,4vw,4rem);
  display:flex; gap:clamp(1rem,2vw,2rem);
  align-items:flex-start; justify-content:space-between;
}
.product_flower_salt .pd-visual{
  flex:0 0 58%; display:flex; gap:clamp(1rem,1.8vw,1.8rem);
}
.product_flower_salt .pd-visual figure{flex:1; margin:0;}
.product_flower_salt .pd-visual img{
  width:100%; height:auto; display:block; object-fit:cover;
  border-radius:clamp(.8rem,1.2vw,1.2rem);
  box-shadow:10px 10px 20px rgba(0,0,0,.06);
}

.product_flower_salt .pd-spec{flex:1;}
.product_flower_salt .pd-spec table{
  width:100%; border-collapse:collapse; background:#fff;
  border-radius:clamp(.8rem,1.2vw,1.2rem); overflow:hidden;
  box-shadow:10px 10px 20px rgba(0,0,0,.06);
}
.product_flower_salt .pd-spec th,
.product_flower_salt .pd-spec td{
  padding:clamp(.9rem,1.2vw,1.2rem) clamp(1rem,1.4vw,1.4rem);
  font-size:clamp(.95rem,1.02vw,1.02rem); line-height:1.7; text-align:left;
  border-top:1px solid rgba(0,0,0,.08);
}
.product_flower_salt .pd-spec tr:first-child th,
.product_flower_salt .pd-spec tr:first-child td{border-top:0;}
.product_flower_salt .pd-spec th{
  width:28%; background:#f6f9ff; font-weight:700; white-space:nowrap;
  border-right:1px solid rgba(0,0,0,.06);
}

/* ====== 제조공정도 ====== */
.product_flower_salt .pd-process{
  margin-top:clamp(2.5rem,6vw,6rem); text-align:center;
}
.product_flower_salt .pd-process h2{
  margin:0 0 clamp(1rem, 2vw, 2rem); font-size:clamp(1.2rem,1.6vw,1.6rem);
}
.product_flower_salt .proc-grid{
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:clamp(.8rem,1.2vw,1.2rem); margin-top:.6rem;
}
.product_flower_salt .proc-item{margin:0;}
.product_flower_salt .proc-photo{
  position:relative; overflow:hidden; border-radius:12px;
  box-shadow:10px 10px 20px rgba(0,0,0,.06);
}
.product_flower_salt .proc-photo img{
  width:100%; height:200px; object-fit:cover; display:block;
}
.product_flower_salt .proc-num{
  position:absolute; top:.6rem; left:.6rem;
  width:32px; height:32px; border-radius:999px;
  display:flex; align-items:center; justify-content:center;
  font-weight:800; color:#fff; background:#1d6fcd;
  box-shadow:0 4px 10px rgba(0,0,0,.15);
}
.product_flower_salt .proc-cap{
  margin:.45rem 0 0; font-size:clamp(1rem, 1.1vw, 1.1rem); opacity:.95;
}

/* ====== 반응형 ====== */
@media (max-width:1023px){
  .product_flower_salt .pd-visual-spec{flex-direction:column;}
  .product_flower_salt .pd-visual{width:100%;}
}
@media (max-width:767px){
  .product_flower_salt .lead{text-align:left;}
  .product_flower_salt .pd-visual{flex-direction:column;}
  .product_flower_salt .proc-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:520px){
  .product_flower_salt .proc-grid{grid-template-columns:1fr;}
}


