.category-list{display:flex;gap:10px;margin-bottom:30px}.category-list button{padding:5px 12px;font-size:14px;line-height:14px;border-radius:12px;border:0;background:#fff;cursor:pointer}.category-list button.is-active{color:#fff;background:#3e55ab}.notices-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;gap:10px;flex-wrap:wrap-reverse}.sort{font-size:12px;line-height:14px;position:relative}.sort select{min-height:36px;padding:10px 40px 10px 20px;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;background:#fff}.sort select:hover{cursor:pointer}.sort select:focus-visible{outline:none}.sort-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);pointer-events:none}.notices .notice{display:block;margin-bottom:12px;padding:20px;background:#fff;border-radius:8px;color:#23231e}.notices .notice .info{display:flex;align-items:center;gap:10px;margin-bottom:5px}.notices .notice .info .date{font-size:14px;line-height:21px}.notices .notice .info .category{padding:5px 12px;font-size:14px;line-height:14px;background:#dadff1;border-radius:12px}.notices .notice .contents p{font-size:16px;margin-bottom:0}