.notice_wrap { padding: 15px;}
.notice_wrap .back_btn { font-weight: 600;}
.notice_wrap .noti_type { color: #888; margin-top: 15px; font-size: 14px;}
.notice_wrap .noti_type span { font-weight: 600; color: #333; font-size: inherit; }
.notice_wrap h2 { font-weight: 600; margin: 5px 0 10px; padding: 10px 5px; background: #fff; font-size: 18px; line-height: 1.1; border-radius: 10px; border: 1px solid #ddd;}

.notice_wrap .content { background: #fff; padding: 10px 5px; border-radius: 15px; overflow-x: auto;  -webkit-overflow-scrolling: touch;}
.notice_wrap .content table { max-width: 100%; width: max-content; border-collapse: collapse;}
.notice_wrap .content * { -ms-overflow-style: none; scrollbar-width: none;}
.notice_wrap .content *::-webkit-scrollbar { display: none;}