.list-info {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem;
}
.list-info .list-statistic {
  float: left;
  padding: 10px 0 5px 0;
}
.list-info .list-statistic span,
.list-info .list-statistic a {
  display: inline-block;
  margin-left: 5px;
}
.list-info .list-statistic span {
  position: relative;
  padding-left: 1.1rem;
}
.list-info .list-statistic span:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 0.6rem;
  color: #1277d5;
  line-height: 1.6rem;
  content: '\f0c8';
}
.list-info .list-statistic a {
  position: relative;
  padding-left: 2.1rem;
}
.list-info .list-statistic a:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 1.6rem;
  color: #ff9300;
  line-height: 1.6rem;
  content: '\f143';
}
.list-info #list_field_form {
  float: right;
}
.board-allbox {
  margin: 1rem 0;
}
.list-board {
  border-top: 2px solid #7e7e7e;
  border-bottom: 1px solid #dddddd;
  padding: 2rem 0 1rem;
}
.list-board.row {
  width: 100%;
}
.list-board li {
  text-align: center;
  margin: 0 auto 3rem;
  height: 31.5rem;
}
.list-board li .image {
  display: inline-block;
  text-align: center;
  height: 25rem;
  line-height: 25rem;
  overflow: hidden;
}
.list-board li .image i {
  line-height: 25rem;
  font-size: 10rem;
}
.list-board li .image img {
  transition: transform .35s;
  -o-transition: transform .35s;
  -moz-transition: transform .35s;
  -webkit-transition: transform .35s;
}
.list-board li .image img:hover {
  transform: scale(1.1);
}
.list-board li .subject {
  display: block;
  max-width: 29rem;
  line-height: 1.6rem;
  padding: 2rem 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 auto;
}
.list-board li > p {
  margin: 1rem 0 0;
}
.list-board .nodata {
  padding-top: 4rem;
}
.list-button-left {
  display: none;
}
.list-button-right {
  float: right;
  margin-top: 10px;
}
.list-button-right > button {
  display: none;
}
.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 #dddddd;
  text-align: center;
}
#list_search_form fieldset .respond-search {
  display: none;
}
#list_search_form #keyword {
  width: 150px;
}
@media only screen and (min-width: 993px) {
  .list-button-left {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .list-button-right > button {
    display: inline-block;
  }
  #list_search_form fieldset .respond-search {
    display: inline-block;
  }
}
