@charset "utf-8";
.board-staff ul{list-style: none}
.board-list .category ul{width:100%;}
.board-list .category ul li{width:100%;background-color:#E3E7EF;border-top:1px solid #4E6AA4;border-left:1px solid #4E6AA4;border-bottom:1px solid #4E6AA4;text-align: center;font-size:1.4em;padding:7px 0;font-weight:400;}
.board-list .category ul li a{color:#27498E;}
.board-list .category ul li:last-child{border-right:1px solid #4E6AA4;}
.board-list .category ul li.active{background-color:#FFFFFF;border-bottom:0px;}
.board-list .gall_text_href {font-weight:500;}

@media screen and (max-width: 540px) {
  .board-list .category ul li a{font-size:.8em!important;line-height: }
}