#noticeview div.subject { background: black; color: white; padding: 10px; font-weight: 700; margin: 0 0 10px; }
#noticeview div.regdate { text-align: right; color: gray; }
#noticeview div.regdate:before { font-family: 'FontAwesome'; content: '\f017'; margin: 0 10px 0 0; }
#noticeview div.noticecontents { padding: 10px 0; text-align: left; border-bottom: 1px solid #ddd; margin: 0 0 20px; }
#noticeview div.buttons { text-align: center; display: flex; justify-content: center; align-items: center; }
#noticeview div.buttons a { display: block; padding: 10px 20px; background: black; color: white; margin: 5px; }
#noticeview div.buttons a.home { background: gray; }
