/* BASIC css start */
/* BW 신규혜택 전용 스타일 (.bw- 네임스페이스로 충돌 최소화) */
.bw-benefit{font-family:SUIT,"Helvetica Neue",Arial,sans-serif;padding:18px 14px;color:#222;background:#fff}
.bw-hero{text-align:center;margin:10px 0 18px}
.bw-hero h1{font-size:1.4rem;line-height:1.35;font-weight:900;margin-bottom:6px}
.bw-hero .sub{font-size:.95rem;color:#555}
.bw-cta{display:flex;gap:10px;justify-content:center;margin-top:14px}
.bw-btn{display:inline-block;text-align:center;padding:12px 14px;border-radius:12px;font-weight:900;text-decoration:none}
.bw-btn.primary{background:#FC613C;color:#fff;border:1px solid #FC613C}
.bw-btn.ghost{background:#fff;color:#333;border:1px solid #ddd}
.bw-btn.outline{background:#fff;color:#111;border:1px solid #111}

.bw-block{margin:22px 0}
.bw-block h2{font-size:1.1rem;font-weight:900;margin-bottom:8px;color:#111}
.bw-block p{font-size:.98rem;line-height:1.6;color:#333}

.bw-cards{display:flex;gap:10px;margin-top:10px}
.bw-card{flex:1;background:#f8f8f8;border:1px solid #eee;border-radius:10px;padding:12px;text-align:center}
.bw-card h3{font-size:1rem;margin-bottom:6px;font-weight:800}
.bw-card p{font-size:.92rem}

.bw-list{margin:10px 0 0 18px}
.bw-list li{list-style:disc;margin:6px 0;font-size:.95rem;color:#333}
.bw-list.small li{font-size:.87rem;color:#666}

.bw-faq{margin:16px 0}
.bw-faq summary{cursor:pointer;font-weight:800;font-size:.98rem}
.bw-faq[open] summary{margin-bottom:8px}

.bw-interview .bw-block-head{display:flex;align-items:center;justify-content:space-between}
.bw-interview .bw-link{font-weight:800;color:#333;text-decoration:none}
.bw-interview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}
.bw-post{border:1px solid #eee;border-radius:10px;padding:12px;background:#fff}
.bw-post a{text-decoration:none;color:#222;display:block}
.bw-post h3{font-size:.98rem;line-height:1.4;margin-bottom:4px;font-weight:800}
.bw-post .meta{font-size:.82rem;color:#888;margin-bottom:6px}
.bw-post .excerpt{font-size:.9rem;color:#444}

.bw-tip{margin-top:8px;font-size:.85rem;color:#777}

/* 모바일 최적화 */
@media (max-width:420px){
  .bw-hero h1{font-size:1.32rem}
  .bw-cards{flex-direction:column}
  .bw-interview-grid{grid-template-columns:1fr}
  .bw-cta{flex-direction:column}
}

/* BASIC css end */

