@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (min-width: 768px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}@media screen and (max-width: 767px) {
}@media (min-width: 768px) {
}@media (max-width: 767px) {
}@media (max-width: 767px) {
}.pb-board-table thead > tr > .reg_date_ymdhi,
.pb-board-table tbody > tr > .reg_date_ymdhi {
  width: 120px;
}
.pb-board-table tbody > tr > .post_title > a {
  position: relative;
  display: inline-block;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.pb-board-table tbody > tr > .post_title > a > .ctg {
  display: none;
  color: #777777;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pb-board-table tbody > tr > .post_title > a > .ctg {
    display: block;
  }
}
.pb-board-table tbody > tr > .post_title > a .comment-badge {
  margin-left: 5px;
  background-color: #00947B;
  padding: 2px 7px;
}
.pb-board-table tbody > tr > .post_title > a > .text {
  display: block;
  margin-right: 5px;
}
.pb-board-table tbody > tr > .post_title > a > .status-badge {
  display: none;
}
@media (max-width: 767px) {
  .pb-board-table tbody > tr > .post_title > a > .status-badge {
    display: block;
  }
}
.pb-board-table tbody > tr > .post_title > .reg-date {
  display: none;
  position: relative;
  text-align: right;
  color: #777777;
  font-size: 14px;
}
@media (max-width: 767px) {
  .pb-board-table tbody > tr > .post_title > .reg-date {
    display: block;
  }
}
.pb-board-table tbody > tr > .reg_date_ymdhi {
  color: #777777;
  font-size: 14px;
}
.pb-board-table .status-badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.pb-board-table .status-badge:empty {
  display: none;
}
.btn .pb-board-table .status-badge {
  position: relative;
  top: -1px;
}
.btn-xs .pb-board-table .status-badge,
.btn-group-xs > .btn .pb-board-table .status-badge {
  top: 0;
  padding: 1px 5px;
}
a.pb-board-table .status-badge:hover,
a.pb-board-table .status-badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .pb-board-table .status-badge,
.nav-pills > .active > a > .pb-board-table .status-badge {
  color: #000;
  background-color: #fff;
}
.list-group-item > .pb-board-table .status-badge {
  float: right;
}
.list-group-item > .pb-board-table .status-badge + .pb-board-table .status-badge {
  margin-right: 5px;
}
.nav-pills > li > a > .pb-board-table .status-badge {
  margin-left: 3px;
}
.pb-board-table .status-badge.active {
  background-color: #00947B;
}
