.press-page{padding:40px 0 60px;background:var(--bg-page);min-height:60vh}
.press-page .wrap{max-width:1000px}

.press-list{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.press-item{display:flex;align-items:center;gap:18px;padding:20px 22px;border-bottom:1px solid var(--line);cursor:pointer;text-decoration:none;color:inherit;transition:background .15s}
.press-item:last-child{border-bottom:none}
.press-item:hover{background:#f8fafc}
.press-item__no{flex-shrink:0;width:40px;text-align:center;font-size:13px;color:var(--navy-30);font-weight:700}
.press-item__body{flex:1;min-width:0}
.press-item__title{font-size:15px;font-weight:700;color:var(--navy);margin:0 0 6px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.press-item__excerpt{font-size:12.5px;color:#64748b;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.press-item__meta{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px;color:var(--navy-30)}
.press-item__date{font-weight:600}
.press-item__view{font-size:11px}
.press-empty{padding:60px 20px;text-align:center;color:var(--navy-30);font-size:14px}

/* 페이지네이션 */
.pg{display:flex;justify-content:center;gap:4px;margin-top:24px}
.pg a, .pg span{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 10px;font-size:13px;border:1px solid var(--line);border-radius:6px;color:var(--navy-50);text-decoration:none;background:#fff}
.pg a:hover{border-color:var(--navy);color:var(--navy)}
.pg .is-active{background:var(--navy);color:#fff;border-color:var(--navy);font-weight:800}

/* 모달 (.pr-overlay → components/modal.css; padding은 press 전용 오버라이드) */
.pr-overlay{padding:20px}
.pr-modal{background:#fff;border-radius:12px;width:780px;max-width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}
.pr-modal__head{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid var(--line)}
.pr-modal__title{margin:0;font-size:16px;font-weight:800;color:var(--navy)}
.pr-modal__close{background:none;border:none;font-size:22px;cursor:pointer;color:#94a3b8}
.pr-modal__body{padding:22px;overflow-y:auto;font-size:14px;line-height:1.8;color:#475569}
.pr-modal__body img{max-width:100%;height:auto;border-radius:6px;margin:8px 0}
.pr-modal__meta{font-size:12px;color:var(--navy-30);margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--line)}
