.rd-board-title { padding: 56px 0; background: linear-gradient(135deg, #0f2742, #174f86); color: #fff; text-align: center; }
.rd-board-title__inner, .rd-board-visual__inner { width: min(980px, calc(100% - 40px)); margin: 0 auto; }
.rd-board-title span, .rd-board-visual span { display: inline-block; margin-bottom: 10px; color: #a7e4ff; font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.rd-board-title h1, .rd-board-visual h1 { margin: 0 0 8px; font-size: 38px; letter-spacing: 0; }
.rd-board-title p, .rd-board-visual p { margin: 0; color: #dbeafe; font-size: 17px; }
.rd-board-visual { min-height: 330px; display: grid; align-items: center; background-position: center; background-size: cover; color: #fff; }
.rd-board { width: min(980px, calc(100% - 40px)); margin: 52px auto; font-family: Pretendard, "Noto Sans KR", sans-serif; }
.rd-board__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 22px; border-bottom: 2px solid #0f2742; padding-bottom: 18px; }
.rd-board__toolbar { display: flex; justify-content: flex-end; margin: 0 0 14px; }
.rd-board h1, .rd-board h2 { margin: 0; color: #0f2742; font-size: 24px; line-height: 1.35; letter-spacing: 0; }
.rd-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border-radius: 8px; background: #1e73be; color: #fff !important; border: 1px solid #1e73be; font-weight: 800; text-decoration: none; }
.rd-btn--line { background: #fff; color: #0f2742 !important; border-color: #d9e2ec; }
.rd-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d9e2ec; }
.rd-list li { border-bottom: 1px solid #d9e2ec; }
.rd-list a { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 18px 8px; color: #17202a; text-decoration: none; }
.rd-list strong { display: block; margin-bottom: 5px; font-size: 15px; }
.rd-list__title { display: flex !important; align-items: center; gap: 8px; min-width: 0; margin-bottom: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 1.45; }
.rd-status-img { flex: 0 0 auto; width: 58px; height: 22px; vertical-align: middle; }
.rd-list__meta { display: inline-flex; align-items: center; justify-content: flex-end; gap: 12px; min-width: max-content; text-align: right; }
.rd-list__meta span + span { position: relative; padding-left: 12px; }
.rd-list__meta span + span:before { content: ""; position: absolute; left: 0; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #9aa8b6; transform: translateY(-50%); }
.rd-list span, .rd-board__head p { color: #5f6b7a; font-size: 14px; }
.rd-empty { padding: 70px 20px; border: 1px dashed #9bb7d4; border-radius: 8px; text-align: center; color: #5f6b7a; background: #f5f8fb; font-weight: 800; }
.rd-search { clear: both; display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.rd-board .pg_wrap { clear: both; display: block; float: none; width: 100%; margin: 30px 0 0; padding: 0; text-align: center; }
.rd-board .pg { display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
.rd-board .pg_page, .rd-board .pg_current { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; margin: 0; border-radius: 6px; line-height: 1; }
.rd-board .pg_page { background: #f3f6f9; color: #5f6b7a; border: 1px solid #e1e7ee; text-decoration: none; }
.rd-board .pg_current { background: #1e73be; color: #fff; border: 1px solid #1e73be; font-weight: 800; }
.rd-search input, .rd-search select, .rd-write input, .rd-write textarea { border: 1px solid #d9e2ec; border-radius: 8px; padding: 11px 12px; font: inherit; }
.rd-search button { border: 0; border-radius: 8px; padding: 0 16px; background: #0f2742; color: #fff; font-weight: 800; }
.rd-content { min-height: 170px; padding: 30px 0; border-bottom: 1px solid #d9e2ec; color: #17202a; font-size: 16px; line-height: 1.85; }
.rd-answer-list { margin-top: 24px; padding: 22px; border: 1px solid #d9e2ec; border-radius: 8px; background: #f8fbfd; }
.rd-answer-list h2 { margin: 0 0 14px; color: #0f2742; font-size: 20px; line-height: 1.4; letter-spacing: 0; }
.rd-answer { overflow: hidden; border: 1px solid #dce4ee; border-radius: 8px; background: #fff; }
.rd-answer + .rd-answer { margin-top: 14px; }
.rd-answer header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; border-bottom: 1px solid #e7edf4; background: #f4fbfb; }
.rd-answer header strong { color: #0f2742; font-size: 15px; line-height: 1.5; word-break: keep-all; }
.rd-answer header span { flex: 0 0 auto; color: #5f6b7a; font-size: 13px; }
.rd-answer__content { padding: 20px 18px; color: #17202a; font-size: 16px; line-height: 1.85; }
.rd-answer-list--empty p { margin: 0; color: #5f6b7a; font-weight: 700; }
.rd-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 22px; }
.rd-write { display: grid; gap: 14px; }
.rd-write label { display: grid; gap: 7px; color: #0f2742; font-weight: 800; }
.rd-field-note { color: #5f6b7a; font-size: 13px; font-weight: 500; line-height: 1.5; }
.rd-write textarea { resize: vertical; }
.rd-check { display: flex !important; align-items: center; grid-template-columns: auto 1fr; font-weight: 700 !important; }
@media (max-width: 760px) { .rd-board { width: min(100% - 28px, 980px); margin: 36px auto; } .rd-board-title, .rd-board-visual { min-height: auto; padding: 42px 0; } .rd-board-title h1, .rd-board-visual h1 { font-size: 30px; } .rd-board__head, .rd-actions, .rd-search { flex-direction: column; align-items: stretch; } .rd-list a { grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 16px 4px; } .rd-list__meta { gap: 7px; } .rd-list__meta span + span { padding-left: 7px; } .rd-status-img { width: 54px; height: 20px; } .rd-answer-list { padding: 18px; } .rd-answer header { display: grid; gap: 6px; } .rd-answer header span { flex: initial; } .rd-btn { width: 100%; } }
