html, body { margin: 0; padding: 0; font-family: 'Pretendard'; color: #192343; background: #fff; word-break: keep-all; min-width: 1200px; }

* { box-sizing: border-box; }

.about-wrap { max-width: 1200px; margin: 0 auto; padding: 60px 24px 90px; display: flex; align-items: flex-start; gap: 40px; }
.about-left { flex: 0 0 260px; min-height: 560px; padding: 8px 28px 0 0; border-right: 1px solid rgba(25, 35, 67, .12); display: flex; flex-direction: column; gap: 40px; }

.board-side-title { margin: 0 0 -16px; font-size: 24px; font-weight: 800; color: #192343; }
.board-header { margin-bottom: 28px; }
.board-header h1 { margin: 0; font-size: 38px; line-height: 1.2; font-weight: 800; }
.board-search { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 28px; }
.board-search select, .board-search input { height: 42px; border: 1px solid rgba(25, 35, 67, .14); border-radius: 10px; padding: 0 12px; font-family: inherit; font-size: 14px; outline: none; }
.board-search input { width: 240px; }
.board-search button { height: 42px; padding: 0 18px; border: 0; border-radius: 10px; background: #45B6B0; color: #fff; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.board-search button:hover { opacity: .92; }
.board-list { border-top: 2px solid #192343; }
.board-item { display: grid; grid-template-columns: 1fr 120px; gap: 20px; align-items: center; padding: 20px 4px; border-bottom: 1px solid rgba(25, 35, 67, .12); color: #192343; text-decoration: none; transition: .2s ease; }
.board-item:hover { background: rgba(69, 182, 176, .04); }
.board-title { font-size: 16px; font-weight: 600; line-height: 1.6; }
.board-item time { text-align: right; font-size: 14px; color: rgba(25, 35, 67, .55); }
.board-bottom { position: relative; margin-top: 34px; min-height: 42px; }
.board-bottom .pagination { margin-top: 0; }
.board-admin-actions { position: absolute; right: 0; top: 0; }

.about-menu { display: flex; flex-direction: column; gap: 4px; }
.about-menu a { position: relative; display: block; padding: 11px 0 11px 16px; color: rgba(25, 35, 67, .78); text-decoration: none; font-size: 15px; font-weight: 500; border-radius: 8px; transition: .2s ease; }
.about-menu a:hover { color: #45B6B0; background: rgba(69, 182, 176, .08); }
.about-menu a.active { color: #45B6B0; font-weight: 700; background: rgba(69, 182, 176, .1); pointer-events: none; }
.about-menu a.active::before { content: ""; position: absolute; left: 0; top: 10px; bottom: 10px; width: 3px; border-radius: 99px; background: #45B6B0; }
.about-links { display: flex; flex-direction: column; gap: 12px; }
.about-links a { width: 190px; height: 74px; padding: 14px; border: 1px solid rgba(25, 35, 67, .12); border-radius: 12px; background: #fff; display: flex; align-items: center; justify-content: center; transition: .2s ease; overflow: hidden; }
.about-links a:hover { border-color: rgba(69, 182, 176, .45); box-shadow: 0 8px 20px rgba(25, 35, 67, .08); transform: translateY(-2px); }
.about-links img { width: 100%; height: 150%; object-fit: contain; display: block; }
.about-right { flex: 1; max-width: 820px; min-width: 0; }

.link-title { margin: 0 0 2px; font-size: 13px; font-weight: 700; color: rgba(25, 35, 67, .45); }

.eyebrow { display: inline-block; margin-bottom: 8px; font-size: 13px; font-weight: 800; letter-spacing: .08em; color: #45B6B0; }

.empty-post { padding: 60px 0; text-align: center; border-bottom: 1px solid rgba(25, 35, 67, .12); color: rgba(25, 35, 67, .55); }

.pagination { margin-top: 34px; display: flex; justify-content: center; gap: 6px; }
.pagination a { min-width: 36px; height: 36px; padding: 0 10px; border-radius: 10px; color: rgba(25, 35, 67, .72); text-decoration: none; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.pagination a:hover { background: rgba(69, 182, 176, .08); color: #45B6B0; }
.pagination a.active { background: #45B6B0; color: #fff; pointer-events: none; }

.write-btn { height: 42px; padding: 0 20px; border-radius: 10px; background: #192343; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; transition: .2s ease; }
.write-btn:hover { background: #45B6B0; }