@charset "UTF-8";
/* 약관 페이지, 251118 zingi 리팩터링 */

#termsPage .section { padding-top: 40px; padding-bottom: 60px; }

.terms-wrap { padding: 0 32px; }

.terms-header { margin-bottom: 20px; }

.terms-header h3 { font-size: 22px; font-weight: 700; color: #111; margin-bottom: 6px; }

.terms-header p { font-size: 14px; color: #666; }

.terms-box { margin-top: 16px; background: #f7f8fa; border: 1px solid #e1e4e8; border-radius: 10px; padding: 20px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04); display: flex; flex-direction: column; gap: 24px; }

.terms-section { background: #fff; border-radius: 8px; padding: 18px 18px 16px; border: 1px solid #e5e8ec; }

.terms-section-header { margin-bottom: 10px; }

.terms-badge { display: inline-flex; align-items: center; justify-content: center; padding: 2px 8px; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: 0.04em; color: #1450a3; background: rgba(20, 80, 163, 0.08); margin-bottom: 6px; }

.terms-badge-secondary { color: #4a148c; background: rgba(74, 20, 140, 0.08); }

.terms-section-title { font-size: 18px; font-weight: 700; color: #111; margin-bottom: 4px; }

.terms-section-desc { font-size: 13px; color: #777; }

.terms-scroll { max-height: 420px; overflow-y: auto; padding-right: 8px; margin-top: 8px; }

.terms-scroll::-webkit-scrollbar { width: 6px; }

.terms-scroll::-webkit-scrollbar-track { background: transparent; }

.terms-scroll::-webkit-scrollbar-thumb { background: #d0d4da; border-radius: 3px; }

.terms-text { font-size: 14px; line-height: 1.7; color: #333; }

.terms-text p { margin: 6px 0; }

.terms-text h5 { margin-top: 14px; margin-bottom: 4px; font-size: 15px; font-weight: 700; color: #222; }

.terms-text ol,
.terms-text ul { margin: 4px 0 4px 16px; padding-left: 4px; }

.terms-text ol { list-style: decimal; }

.terms-text ul { list-style: disc; }

.terms-text li { margin: 2px 0; }

.terms-sublist { margin-top: 4px; }

.terms-sublist li { font-size: 13px; color: #555; }

.terms-table { width: 100%; margin-top: 8px; border-collapse: collapse; font-size: 13px; }

.terms-table th,
.terms-table td { border: 1px solid #dde2e8; padding: 6px 8px; vertical-align: top; }

.terms-table th { background: #f1f3f7; font-weight: 600; text-align: left; }

.terms-contact { margin-top: 6px; font-size: 13px; color: #555; }

.url { font-family: "SFMono-Regular", ui-monospace, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 12px; }

.terms-meta { margin-top: 12px; font-size: 12px; color: #999; text-align: right; }

@media (max-width: 768px) {
    .terms-wrap { padding: 0 12px; }
    .terms-header h3 { font-size: 18px; }
    .terms-box { padding: 16px; gap: 18px; }
    .terms-section { padding: 14px 12px 12px; }
    .terms-section-title { font-size: 16px; }
    .terms-text { font-size: 13px; }
    .terms-scroll { max-height: 60vh; }
}
