.teacher-board-wrap{max-width:1200px;margin:80px auto;padding:0 24px;font-family:"Pretendard",sans-serif;color:#211c17}.teacher-board-header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:44px}.teacher-board-header h1,.teacher-board-write h1,.teacher-profile-view h1{margin:0 0 10px;font-size:36px}.teacher-board-header p{margin:0;color:#888}.teacher-board-button{display:inline-flex;align-items:center;justify-content:center;min-width:90px;height:46px;padding:0 20px;border:1px solid #ddd;border-radius:8px;background:#fff;color:#222;font-weight:700}.teacher-board-button.primary{border-color:#f08507;background:#f08507;color:#fff}.teacher-board-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.teacher-profile-card{padding:32px;border:1px solid #e5e5e5;border-radius:20px;background:#fff;text-align:center}.teacher-profile-card a{color:inherit;text-decoration:none}.teacher-profile-image{width:150px;height:150px;margin:0 auto 24px;border-radius:50%;overflow:hidden;background:#f4f4f4;display:grid;place-items:center;color:#aaa}.teacher-profile-image img{width:100%;height:100%;object-fit:cover}.teacher-profile-card h2{margin:0 0 20px;color:#08643e;font-size:24px}.teacher-profile-card ul,.teacher-view-info ul{margin:0;padding:0;list-style:none;color:#666;line-height:1.7}.teacher-profile-card li:before,.teacher-view-info li:before{content:"- ";}.teacher-board-empty{grid-column:1/-1;padding:80px;text-align:center;color:#999}.teacher-board-pages{text-align:center;margin-top:40px}.teacher-profile-view{display:grid;grid-template-columns:360px 1fr;gap:60px}.teacher-view-photo{height:460px;border-radius:24px;overflow:hidden;background:#f4f4f4}.teacher-view-photo img{width:100%;height:100%;object-fit:cover}.teacher-label{color:#f08507;font-weight:700}.teacher-view-info ul{margin:30px 0}.teacher-view-content{padding-top:30px;border-top:1px solid #eee;line-height:1.8}.teacher-board-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;margin-top:30px}.teacher-write-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px}.teacher-board-write label{display:grid;gap:8px}.teacher-board-write label span{font-weight:700}.teacher-board-write input,.teacher-board-write textarea{width:100%;padding:14px;border:1px solid #ddd;border-radius:8px;font:inherit}.teacher-write-content{margin-top:18px}@media(max-width:800px){.teacher-board-header{align-items:start;flex-direction:column}.teacher-board-grid,.teacher-write-grid,.teacher-profile-view{grid-template-columns:1fr}.teacher-view-photo{max-width:360px;height:420px}.teacher-profile-card{padding:26px}}
