#xet-simple-board .simple-board__read__header .document-title > .title{
  margin-top: 15px !important;
  display: block;
}



#xet-simple-board .category-name a.crumb{
  text-decoration: none;
}
#xet-simple-board .category-name a.crumb:hover{
  text-decoration: underline;
}
#xet-simple-board .category-name .crumb-sep{
  margin: 0 6px;
  opacity: .6;
}


#xet-simple-board .category-name a{
  color: #888;
}

#xet-simple-board .category-name a:hover{
  color: #555;
}



/* 게시판 목록에서 분류 텍스트 */
#xet-simple-board .item__inner.item__category a,
#xet-simple-board .m-category a{
  color:#888;
  text-decoration:none;
  transition: color .15s ease;
}

#xet-simple-board .item__inner.item__category a:hover,
#xet-simple-board .m-category a:hover{
  color:#555;
  text-decoration: underline;
}


