.list-info {
  display: inline-block;
  width: 100%;
}
.list-statistic {
  float: left;
  padding: 10px 0 5px 0;
}
.list-statistic span,
.list-statistic a {
  display: inline-block;
  margin-left: 5px;
}
.list-statistic span {
  position: relative;
  padding-left: 0.7rem;
}
.list-statistic span:before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #1277d5;
  content: '';
}
.list-statistic a {
  position: relative;
  padding-left: 1.3rem;
}
.list-statistic a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1rem;
  color: #ff9300;
  line-height: 1.1;
  content: '\f143';
}
#list_field_form {
  float: right;
}
.list-board {
  width: 100%;
}
.list-board th {
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background-color: #fafafa;
  border-top: 2px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
.list-board th.title {
  width: 100%;
}
.list-board td {
  padding: 10px 5px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3em;
  border-bottom: 1px solid #e1e1e1;
}
.list-board td.title {
  max-width: 0;
  text-align: left;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.list-board td a:visited {
  color: #4261bd;
}
.list-board td img {
  vertical-align: middle;
}
.list-board td .fas,
.list-board td .fal {
  color: #ff9300;
}
.list-button-left {
  float: left;
  margin-top: 10px;
}
.list-button-right {
  float: right;
  margin-top: 10px;
}
.list-total-comment {
  color: #ff0000;
}
.pagination {
  clear: both;
  padding-top: 20px;
  text-align: center;
}
#list_search_form {
  clear: both;
  padding-top: 20px;
}
#list_search_form fieldset {
  padding: 10px 5px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
#list_search_form #keyword {
  width: 150px;
}
@media only screen and (max-width: 575px) {
  .respond-number,
  .respond-name {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .respond-search {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .respond-file,
  .respond-hit {
    display: none;
  }
}
