.textCenter{
  text-align: center !important;
}
.board_list__body._file{
  padding: 0;
}
.board_list__body._file td{
  border: solid #ddd;
  border-width: 1px 0 0 1px;
}
.board_list__body._file tr td:first-child{
  border-left: 0;
}
.board_list__body._file tr:first-child td{
  border-top: 0;
}
.board_list__body__img{
  width: 80px;
  height: 100px;
  margin: 0 auto;
}
.board_list__body__img img{
  display: block;
  width: 100%;
  height: 100%;
}
.board_list__body__text{
  text-align: left !important;
  padding: 0 20px !important;
}
.board_list__body__text ._text{
  margin-top: 10px;
}
.board_list__body__text strong{
  font-size: 14px;
}
.sub__download{
    box-sizing: border-box;
    display: inline-block;
    width: 80px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background: #6b53d3;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.sub_label{
  display: inline-block;
  margin: 0 10px 0 3px;
}

.target-colne{
  display: none;
}

.w50p-calc{
  width:calc(50% - 7px) !important;
}

.form_search_btn input[type=text]{
  width:calc(100% - 85px);
}
