*{box-sizing:border-box}
body{margin:0;font-family:"Noto Sans KR",sans-serif;color:#333;line-height:1.7}
.container{max-width:960px;margin:auto;padding:20px}
.top-bar{background:#eff6ff;padding:10px;text-align:center;font-size:14px}

.hero-header{display:flex;align-items:center;gap:14px;margin:20px 0}
.hero-logo{width:140px}
.hero-title{font-size:28px;font-weight:800;color:#2563eb}
.hero-image{width:100%;border-radius:14px;margin:20px 0}

.coupon{
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:18px;
  margin-bottom:16px;
}

.pro-item{
  display:flex;
  gap:20px;
  border:2px solid #dbeafe;
  border-radius:18px;
  padding:22px;
  margin-bottom:22px;
  min-height:240px;
  background:#fff;
}

.pro-item.highlight{
  border:2px solid #2563eb;
  box-shadow:0 12px 30px rgba(37,99,235,.25);
}

.promoDiscount{
  background:linear-gradient(135deg,#2563eb,#3b82f6);
  color:#fff;
  border-radius:16px;
  width:150px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.number{font-size:26px;font-weight:800}

.code-box{
  display:flex;
  gap:10px;
  border:1px dashed #93c5fd;
  border-radius:10px;
  padding:12px;
  margin:14px 0
}
.btn-copy{
  margin-left:auto;
  background:#2563eb;
  color:#fff;
  border:none;
  border-radius:8px;
  padding:8px 16px;
  font-weight:700;
  cursor:pointer
}

.btn-site-go{
  margin-top:auto;
  display:block;
  text-align:center;
  background:#2563eb;
  color:#fff;
  padding:14px 18px;
  border-radius:14px;
  font-weight:800;
  text-decoration:none
}

.cta-box{
  text-align:center;
  margin:40px 0;
  border:2px solid #2563eb;
  border-radius:16px;
  padding:20px
}

.copy-toast{
  position:fixed;bottom:30px;left:50%;
  transform:translateX(-50%);
  background:#000;color:#fff;
  padding:10px 18px;border-radius:20px;
  opacity:0;transition:.3s
}
.copy-toast.show{opacity:1}

@media(max-width:768px){
  .hero-header{flex-direction:column}
  .pro-item{flex-direction:column}
  .promoDiscount{width:100%;padding:14px}
}

/* ===== 와우 멤버십 ===== */
.wow {
  background: linear-gradient(135deg, #e0f2fe, #eff6ff);
  border-radius: 20px;
  padding: 24px;
}
.wow ul {
  padding-left: 18px;
}
.wow li {
  margin-bottom: 8px;
}

/* ===== FAQ ===== */
.faq {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}
.faq details {
  border-bottom: 1px solid var(--border);
  padding: 12px 0;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
}
/* =========================
   공통 마켓 네비
========================= */
.market-nav{
  position:fixed;
  top:120px;
  right:20px;
  width:220px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:16px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
  z-index:999
}
.market-nav h3{
  font-size:16px;
  margin:0 0 12px;
  font-weight:800;
  color:#2563eb}
.market-nav ul{list-style:none;padding:0;margin:0}
.market-nav li{margin-bottom:8px}
.market-nav a{
  display:block;
  padding:10px 12px;
  background:#f1f5f9;
  border-radius:10px;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  color:#111827;
  transition:.2s
}
.market-nav a:hover{
  background:#2563eb;
  color:#fff
}

/* =========================
   반응형
========================= */
@media(max-width:1024px){
  .market-nav{position:static;width:auto;margin-bottom:20px}
  .market-nav ul{display:flex;gap:10px;overflow-x:auto}
  .market-nav li{margin-bottom:0}
  .market-nav a{white-space:nowrap}
}
/* =========================
   쿠팡 소개 섹션 스타일
========================= */
.intro-section {
  max-width: 980px;
  margin: 70px auto;
  padding: 40px 30px;
  background: linear-gradient(180deg, #f0f6ff, #ffffff);
  border-radius: 18px;
}

.intro-title {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1e3a8a; /* 쿠팡 블루 */
}

.intro-desc {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 16px;
}

.intro-desc strong {
  color: #1d4ed8;
  font-weight: 700;
}

.intro-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  background: #2563eb;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.intro-cta:hover {
  background: #1e40af;
  transform: translateY(-2px);
}

#site_empty {
    display: none !important;
  }
.empty {
    display: none !important;
}  
  .isweb-ad-v2 {
    display: none !important;
  }
  .hd69738eef76b0c {
    display: none !important;
  }