.event-board{max-width:960px;margin:0 auto 80px}.event-board-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.event-board-title h1{margin:0;font-size:30px;letter-spacing:-.04em}.event-board-title button{display:grid;width:50px;height:50px;place-items:center;border:1px solid #dde1e8;border-radius:7px;background:#fff;color:#09244b}.event-count{margin:0 0 18px;color:#111;font-size:14px}.event-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:46px 30px}.event-card{display:block;color:#111;text-decoration:none}.event-image{position:relative;display:block;overflow:hidden;width:100%;height:300px;border-radius:10px;background:#f4f4f4}.event-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s}.event-card:hover img{transform:scale(1.025)}.event-image em{position:absolute;right:10px;bottom:10px;border-radius:6px;background:#ffc400;padding:6px 9px;color:#fff;font-size:12px;font-style:normal;font-weight:900}.event-card small{display:block;margin-top:17px;color:#111;font-size:13px}.event-card b{display:block;overflow:hidden;margin-top:10px;color:#111;font-size:16px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.event-card>span:not(.event-image){display:-webkit-box;overflow:hidden;margin-top:9px;color:#858585;font-size:13px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.event-card i{display:block;margin-top:16px;color:#777;font-size:12px;font-style:normal;font-weight:700}.event-detail-body{text-align:center}.event-detail-body img{display:block;width:min(620px,100%);height:auto;margin:0 auto 34px;border-radius:12px}.event-detail-body p{max-width:680px;margin:0 auto 18px!important;color:#111;font-size:17px;font-weight:800;line-height:1.85}@media(max-width:700px){.event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 13px}.event-image{height:180px}.event-card b{font-size:14px}.event-card i,.event-card small,.event-card>span:not(.event-image){font-size:12px}.event-board-title h1{font-size:26px}}