html {
  font-size: 9px;
  overflow-y: scroll;
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 10px;
  }
}
.list-info {
  display: inline-block;
  width: 100%;
}
.list-info .list-statistic {
  float: left;
  padding: 23px 0 3px 0;
}
.list-info .list-statistic span,
.list-info .list-statistic a {
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.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.7rem;
  content: '\f0c8';
}
.list-info .list-statistic a {
  position: relative;
  padding-left: 2.2rem;
}
.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.7rem;
  color: #ff9300;
  line-height: 1.7rem;
  content: '\f143';
}
.list-info #list_field_form {
  float: right;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .list-info .list-statistic {
    float: right;
  }
}
.list-board {
  width: 100%;
}
.list-board tr:nth-child(1) {
  border-top: 2px solid #7e7e7e;
}
.list-board tr {
  border-bottom: 1px solid #dddddd;
}
.list-board th {
  display: none;
  padding: 18px 15px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.list-board th.title {
  width: 100%;
}
.list-board td {
  display: none;
  padding: 3px 10px;
  text-align: left;
  white-space: nowrap;
  line-height: 1.3em;
  color: #000;
}
.list-board td.title {
  display: block;
  max-width: 100%;
  text-align: left;
  white-space: normal;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  padding-top: 20px;
}
.list-board td.respond-file {
  display: table-cell;
  text-align: center;
}
.list-board td.respond-file img {
  max-width: 70px;
  height: auto;
}
.list-board td.respond-name {
  position: relative;
}
.list-board td.respond-name:after {
  position: absolute;
  top: 8px;
  right: -3px;
  width: 1px;
  height: 1.5rem;
  background: #eee;
  content: '';
}
.list-board td.respond-name,
.list-board td.respond-datetime {
  display: inline-block;
  padding-bottom: 20px;
}
.list-board td a {
  color: #000;
}
.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-board td .hot {
  color: #fff;
  background: #eb6100;
  padding: 0 5px;
}
.list-board .hot-bgcolor {
  background: #f8faff;
}
.list-button-left {
  display: none;
}
.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 #dddddd;
  text-align: center;
}
#list_search_form fieldset .respond-search {
  display: none;
}
#list_search_form #keyword {
  width: 120px;
}
@media only screen and (min-width: 993px) {
  .list-board th {
    display: table-cell;
  }
  .list-board td {
    display: table-cell;
    padding: 15px 10px;
    text-align: center;
  }
  .list-board td.title {
    display: table-cell;
    max-width: 0;
    padding-top: 15px;
  }
  .list-board td.respond-name {
    position: relative;
  }
  .list-board td.respond-name:after {
    display: none;
  }
  .list-board td.respond-name,
  .list-board td.respond-datetime {
    display: table-cell;
    padding-bottom: 15px;
  }
  .list-button-left {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .list-button-right .btn {
    width: 9rem;
  }
  #list_search_form fieldset .respond-search {
    display: inline-block;
  }
  #list_search_form .btn {
    width: 10rem;
  }
}
