.notice_bg{background: url('../img/notice_bg.jpg') #000;background-size: cover; background-position: 50% 55%;}

.notice-table{margin-top: 30px;}
.notice-table table{width: 98%;margin: auto;margin-bottom: 30px; font-weight: 400;font-family: 'NanumBarunGothic','NanumBarunGothicBold', serif;font-size: 12px;}
.notice-table table caption{text-align: left;font-size: 18px;font-family: 'NanumBarunGothic','NanumBarunGothicBold', serif;font-weight: 600;color: #000;margin-bottom: 10px;}
.notice-table table caption:before{content: '';display: inline-block;vertical-align: -2px;width: 18px;height: 18px;border-radius: 40px;border: solid 4px #f4b92f;margin: auto;margin-right: 6px;}
.notice-table table tbody{border-bottom: solid 2px #555;border-top: solid 2px #555;}
.notice-table table tbody tr.notice-item{background: #f9f9f9;}
.notice-table table tbody tr.notice-item td span.notice-icon{background:#e6151a;color: #fff;font-size: 10px; padding: 2px 3px;border-radius: 3px ;}
.notice-table table tbody tr.notice-item td.subject{font-weight: 600;}
.notice-table table tr.row td{border-bottom: solid 1px #ddd}
.notice-table table tr td{border: solid 1px #ddd; height: 35px;vertical-align: middle;text-align: center;}
.notice-table table tr td.subject{ text-align:left;}
.notice-table table tr td.subject a { background:none; text-align:left; padding:5px; color:#222; display:block;}
.notice-table table tr td.subject a:hover { background:none;}
.notice-table table tr td.date{font-size: 11px;color: #777;}
.notice-table table tr td.blank{border: 0; height: 15px;}
.notice-table table tr td.level{background: #f9f9f9;border-left: 0;font-weight: 600}
.notice-table table tr td:last-child{border-right: 0;}
.notice-table table tr td:first-child{border-left: 0;}
.notice-table table tr:first-child td{border-top: 0;}
.notice-table table tr:last-child td{border-bottom: 0;}
.notice-table table tr td a{border-radius: 0; background: #dc2323;font-size: 12px;text-align: center;padding:5px;color:#fff;text-decoration: none;display: inline-block;}
.notice-table table tr td a:hover{background: #c50f0f;}
