.snb-board {
  background: #F7F9FB;
  border-left: 5px solid #F4A300;
  padding: 15px;
  max-height: 220px;
  overflow: hidden;
}

.snb-item {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
   gap: 10px; 
  padding: 8px 0;
}

.snb-title {
  color: #0B3C5D;
  font-weight: 600;
}

.snb-new {
  background: red;
  color: white;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  margin-right: 8px;
}

.snb-pdf {
  margin-left: auto;
  color: #F4A300;
  font-weight: bold;
  text-decoration: none;
}
/* full notice page */
.snb-all-list{
  background:#fff;
  padding:20px;
}

.snb-all-item{
  padding:12px 0;
  border-bottom:1px solid #e5e5e5;
  display:flex;
  align-items:center;
  gap:10px;
}

.snb-all-item .snb-pdf{
  margin-left:auto;
}
.snb-show-all{
  text-align:right;
  margin-top:10px;
  padding-top:8px;
  border-top:1px solid #e5e5e5;
}

.snb-show-all a{
  color:#0B3C5D;
  font-weight:600;
  text-decoration:none;
}

.snb-show-all a:hover{
  color:#F4A300;
}
