/* =============================================
   FAQ / 고객센터 - PC
============================================= */
.gd-section { padding:40px 0 60px; }
.gd-wrap { width:800px; margin:0 auto; }
.gd-page-title { font-size:22px; font-weight:600; line-height:30px; letter-spacing:-0.5px; color:#212121; }


/* ─── 카테고리 탭 ─── */
.gd-tabs-wrap { display:flex; margin:16px 0 20px; }
.gd-tabs { display:flex; align-items:center; gap:10px; }
.gd-tab { padding:8px 20px; border-radius:20px; border:1px solid #eee; background:#fff; font-size:16px; line-height:22px;  color:#9e9e9e; cursor:pointer; white-space:nowrap; }
.gd-tab.is-active { background:#2a3663; color:#fff; border-color:#2a3663; font-weight:600; }

.guide-tt { font-size:18px; font-weight:600; line-height:26px; color:#000; margin-bottom:10px;}
.guide-msg { margin-bottom:14px; font-size:14px; line-height:20px; color:#000; }
.guide-img { margin-bottom:30px; }
.guide-img img { max-width:100%; }

/* =============================================
   FAQ / 고객센터 - MOBILE
============================================= */
@media (max-width:1024px) {
    .gd-section { padding:0 0 30px; }
    .gd-wrap { width:100%; gap:0; }

    .gd-tabs-wrap { margin:0 0 16px 0; padding:14px 20px; border-bottom:1px solid #eee; background:#fff; }
    .gd-section .content { padding:0 20px; }
}
