@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');

#ctt{margin:0;padding:0;background:transparent}
#ctt header h1{position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con{padding:0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}

/* ================================================
   다이렉트 상품 상세 페이지
   ================================================ */
.prod-page{
  max-width:1536px;
  margin:0 auto;
  padding:0 0 40px;
  font-family:'Pretendard Variable','Pretendard','Malgun Gothic',sans-serif;
  color:#333;
}

/* ---- 상단 히어로 ---- */
.prod-hero{
  position:relative;
  border-radius:20px;
  overflow:hidden;
  min-height:auto;
  display:block;
  margin-bottom:50px;
}
.prod-hero-bg,.prod-hero-overlay,.prod-hero-content{display:none}
.prod-hero-banner{display:block;width:100%;border-radius:20px}
.prod-hero-banner img{width:100%;height:auto;display:block;border-radius:20px}
.prod-hero-bg{
  position:absolute;inset:0;z-index:0;
  background-size:cover;background-position:center;
}
.prod-hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(135deg,rgba(7,18,35,.88) 0%,rgba(10,37,79,.75) 50%,rgba(11,31,58,.85) 100%);
}
.prod-hero-content{
  position:relative;z-index:2;
  padding:70px 80px;
  color:#fff;
  max-width:700px;
}
.prod-hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 18px;border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  font-size:14px;font-weight:700;
  margin-bottom:20px;
  backdrop-filter:blur(4px);
}
.prod-hero-badge .dot{
  width:8px;height:8px;border-radius:50%;
  background:#f59e0b;
}
.prod-hero-name{
  font-family:'Pretendard Variable','Pretendard',serif;
  font-size:48px;font-weight:900;
  letter-spacing:-.04em;line-height:1.15;
  margin:0 0 12px;
  text-shadow:0 4px 20px rgba(0,0,0,.3);
}
.prod-hero-sub{
  font-size:20px;color:rgba(255,255,255,.8);
  font-weight:500;line-height:1.6;
  margin:0 0 32px;
}
.prod-hero-price{
  display:flex;align-items:baseline;gap:12px;
  margin-bottom:28px;
}
.prod-hero-price .price-label{
  font-size:15px;color:rgba(255,255,255,.6);font-weight:600;
}
.prod-hero-price .price-value{
  font-size:42px;font-weight:900;color:#f59e0b;
  letter-spacing:-.02em;
}
.prod-hero-price .price-unit{
  font-size:18px;color:rgba(255,255,255,.7);font-weight:600;
}
.prod-hero-cta{
  display:inline-flex;align-items:center;gap:10px;
  padding:16px 36px;border-radius:8px;
  background:#2d86d9;color:#fff;
  font-size:17px;font-weight:800;
  text-decoration:none;
  transition:background .2s,transform .2s;
  box-shadow:0 8px 24px rgba(45,134,217,.35);
}
.prod-hero-cta:hover{background:#2474c0;transform:translateY(-2px)}

/* ---- 포함 내역 ---- */
.prod-includes{margin-bottom:50px}
.prod-section-title{
  font-family:'Pretendard Variable','Pretendard',serif;
  font-size:28px;font-weight:600;color:#1e293b;
  letter-spacing:-.03em;margin:0 0 10px;
}
.prod-section-sub{
  font-size:15px;color:#64748b;font-weight:600;
  margin:0 0 32px;
}
.prod-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.prod-item{
  background:#fff;
  border:1px solid #f1f5f9;
  border-radius:16px;
  overflow:hidden;
  text-align:center;
  transition:transform .2s,box-shadow .2s;
  padding:0;
}
.prod-item:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 32px rgba(0,0,0,.08);
}
.prod-item-icon{display:none}
.prod-item-img{width:100%;overflow:hidden;background:#f9fafb}
.prod-item-img img{width:100%;height:auto;display:block}
.prod-item-info{padding:14px 16px;background:#f9fafb;border-top:1px solid #f1f5f9}
.prod-item-name{
  font-size:15px;font-weight:600;color:#334155;
  margin-bottom:4px;
}
.prod-item-desc{
  font-size:13px;color:#64748b;font-weight:500;
  line-height:1.5;
}

/* ---- 상세 설명 ---- */
.prod-detail{
  background:#f8fafc;
  border-radius:16px;
  padding:50px;
  margin-bottom:50px;
}
.prod-detail p{
  font-size:16px;line-height:2;color:#64748b;
  margin:0 0 20px;word-break:keep-all;
}
.prod-detail b{color:#0f172a}

/* ---- 비교표 ---- */
.prod-compare{margin-bottom:50px}
.prod-table-wrap{
  overflow-x:auto;
  border-radius:12px;
  border:1px solid #f1f5f9;
}
.prod-table{
  width:100%;border-collapse:collapse;
  font-size:15px;
}
.prod-table thead th{
  background:#334155;color:#fff;
  padding:16px 20px;font-weight:700;
  text-align:center;white-space:nowrap;
}
.prod-table tbody td{
  padding:14px 20px;text-align:center;
  border-bottom:1px solid #f1f5f9;
  font-weight:500;color:#64748b;
}
.prod-table tbody tr:hover td{background:#f8fafc}
.prod-table .col-highlight{
  background:#eff6ff;
  color:#1e293b;font-weight:600;
}
.prod-table .col-highlight-head{
  background:#2d86d9;
}

/* ---- 하단 CTA ---- */
.prod-bottom-cta{
  text-align:center;
  background:linear-gradient(135deg,#071223 0%,#0a254f 100%);
  border-radius:16px;
  padding:50px 40px;
}
.prod-bottom-cta .cta-title{
  font-family:'Pretendard Variable','Pretendard',serif;
  font-size:28px;font-weight:900;color:#fff;
  margin:0 0 12px;letter-spacing:-.03em;
}
.prod-bottom-cta .cta-desc{
  font-size:16px;color:rgba(255,255,255,.7);
  font-weight:500;margin:0 0 28px;
}
.prod-bottom-cta .cta-phone{
  font-size:42px;font-weight:900;color:#f59e0b;
  margin:0 0 24px;letter-spacing:-.02em;
}
.prod-bottom-cta a{
  display:inline-flex;align-items:center;gap:10px;
  padding:16px 40px;border-radius:8px;
  background:#2d86d9;color:#fff;
  font-size:17px;font-weight:800;
  text-decoration:none;
  transition:background .2s;
}
.prod-bottom-cta a:hover{background:#2474c0}

/* ---- 반응형 ---- */
@media(max-width:1024px){
  .prod-grid{grid-template-columns:repeat(2,1fr)}
  .prod-hero-content{padding:50px 40px}
  .prod-hero-name{font-size:36px}
  .prod-hero-price .price-value{font-size:34px}
}
@media(max-width:768px){
  .prod-hero{min-height:auto;border-radius:14px}
  .prod-hero-content{padding:40px 24px}
  .prod-hero-name{font-size:28px}
  .prod-hero-sub{font-size:16px}
  .prod-hero-price .price-value{font-size:28px}
  .prod-grid{grid-template-columns:1fr 1fr;gap:14px}
  .prod-item{padding:24px 18px}
  .prod-detail{padding:32px 24px;border-radius:12px}
  .prod-section-title{font-size:22px}
  .prod-bottom-cta{padding:36px 24px;border-radius:12px}
  .prod-bottom-cta .cta-title{font-size:22px}
  .prod-bottom-cta .cta-phone{font-size:32px}
}


/* 폴더블/소형 (~520px) */
@media(max-width:520px){
  .prod-hero-banner img{border-radius:10px}
  .prod-hero{border-radius:10px;margin-bottom:30px}
  .prod-grid{grid-template-columns:1fr 1fr;gap:10px}
  .prod-item-name{font-size:13px}
  .prod-item-desc{font-size:11px}
  .prod-item-info{padding:10px 12px}
  .prod-section-title{font-size:19px}
  .prod-section-sub{font-size:13px;margin-bottom:20px}
  .prod-detail{padding:24px 16px;border-radius:10px}
  .prod-detail p{font-size:14px;line-height:1.8}
  /* 비교표 */
  .prod-table{font-size:12px}
  .prod-table thead th{padding:10px 8px;font-size:12px}
  .prod-table tbody td{padding:10px 8px;font-size:12px}
  /* CTA */
  .prod-bottom-cta{padding:28px 16px;border-radius:10px}
  .prod-bottom-cta .cta-title{font-size:18px}
  .prod-bottom-cta .cta-desc{font-size:13px}
  .prod-bottom-cta .cta-phone{font-size:28px}
  .prod-bottom-cta a{padding:12px 28px;font-size:14px}
}
@media(max-width:390px){
  .prod-grid{grid-template-columns:1fr;gap:10px}
  .prod-section-title{font-size:17px}
  .prod-detail p{font-size:13px}
  .prod-table{font-size:11px}
  .prod-table thead th{padding:8px 6px;font-size:11px}
  .prod-table tbody td{padding:8px 6px;font-size:11px}
  .prod-bottom-cta .cta-title{font-size:16px}
  .prod-bottom-cta .cta-phone{font-size:24px}
  .prod-bottom-cta a{padding:10px 22px;font-size:13px}
}

@media(max-width:768px){
  .prod-bottom-cta .cta-title{word-break:keep-all !important;line-height:1.4 !important}
  .prod-bottom-cta .cta-desc{word-break:keep-all !important}
}

/* ════════════════════════════════════════════════
   다이렉트 120 — 크림 배경 카드 레이아웃
   ════════════════════════════════════════════════ */

/* 인트로 전체 래퍼 */
.d120-intro{
  position:relative;
  background:#f8f3ea;
  border-radius:24px;
  padding:60px 48px 52px;
  margin-bottom:50px;
  overflow:hidden;
  text-align:center;
}

/* 꽃 장식 SVG */
.d120-flower{
  position:absolute;
  top:0;
  width:200px;
  height:100%;
  pointer-events:none;
}
.d120-flower--left{ left:0 }
.d120-flower--right{ right:0; transform:scaleX(-1) }

/* 헤더 텍스트 영역 */
.d120-intro-body{
  position:relative;
  z-index:2;
  margin-bottom:44px;
}
.d120-title{
  font-family:'Pretendard Variable','Pretendard',sans-serif;
  font-size:34px;
  font-weight:700;
  color:#2c1a00;
  letter-spacing:-0.02em;
  line-height:1.3;
  margin:0 0 14px;
}
.d120-title em{
  font-style:normal;
  font-size:26px;
  font-weight:500;
  color:#5a3e00;
}
.d120-subtitle{
  font-size:16px;
  color:#5a4a30;
  font-weight:400;
  line-height:1.85;
  margin:0 0 24px;
}

/* 가격 뱃지 */
.d120-price-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  justify-content:center;
}
.d120-price-dot{
  display:inline-block;
  width:20px; height:20px;
  border-radius:50%;
  background:radial-gradient(circle at 35% 35%, #f5c842, #b8860b);
  box-shadow:0 2px 6px rgba(180,130,0,.35);
  flex-shrink:0;
}
.d120-price-num{
  font-family:'Pretendard Variable','Pretendard',sans-serif;
  font-size:26px;
  font-weight:800;
  color:#1a1000;
  letter-spacing:-0.02em;
}
.d120-price-note{
  font-size:15px;
  color:#6b5030;
  font-weight:500;
}

/* 카드 그리드 */
.d120-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}

/* 개별 카드 */
.d120-card{
  background:#fff;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 2px 16px rgba(60,30,0,.08);
  transition:transform .22s ease, box-shadow .22s ease;
  text-align:center;
}
.d120-card:hover{
  transform:translateY(-5px);
  box-shadow:0 10px 30px rgba(60,30,0,.14);
}

/* 카드 이미지 영역 */
.d120-card-img{
  width:100%;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#f8f5ef;
  display:flex;
  align-items:center;
  justify-content:center;
}
.d120-card-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* 카드 텍스트 영역 */
.d120-card-body{
  padding:16px 14px 18px;
  background:#fff;
}
.d120-card-title{
  font-family:'Pretendard Variable','Pretendard',sans-serif;
  font-size:16px;
  font-weight:700;
  color:#1a1000;
  margin-bottom:5px;
  letter-spacing:-0.01em;
}
.d120-card-desc{
  font-size:13px;
  color:#7a6040;
  font-weight:400;
  line-height:1.5;
  word-break:keep-all;
}

/* ── 반응형 ── */
@media(max-width:1024px){
  .d120-intro{ padding:50px 32px 44px }
  .d120-grid{ grid-template-columns:repeat(4,1fr); gap:14px }
  .d120-title{ font-size:28px }
  .d120-flower{ width:140px }
}
@media(max-width:768px){
  .d120-intro{ padding:40px 20px 36px; border-radius:16px }
  .d120-grid{ grid-template-columns:repeat(2,1fr); gap:12px }
  .d120-title{ font-size:22px }
  .d120-title em{ font-size:18px }
  .d120-subtitle{ font-size:14px }
  .d120-price-num{ font-size:22px }
  .d120-flower{ width:90px }
  .d120-card-title{ font-size:14px }
  .d120-card-desc{ font-size:12px }
}
@media(max-width:480px){
  .d120-intro{ padding:32px 14px 28px }
  .d120-flower{ display:none }
  .d120-grid{ gap:10px }
  .d120-card-body{ padding:12px 10px 14px }
}
