@charset "euc-kr";

@media (max-width: 767px) {
  .table > tbody > tr > td:nth-child(2),
  .table > tbody > tr > td:nth-child(5),
  .table > tbody > tr > td:nth-child(6) {
    display : none;
  }
  
}


/* .table > tbody > tr:first-child {
  border-top: 1px solid #e8e8e8;
}
.table > tbody > tr {
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}
.table > tbody > tr > td {
  border-top: none !important;
}

.bbsno {
  float: left;
  background-color: #333;
  vertical-align: middle !important;
  display: block;
  border-radius: 15%;
  margin-top: 10px;
  color: white;
  padding: 10px;
  margin-right: 15px;
}
.bbsnewf5[align="left"] {
  display: block;
  font-size: 16px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: auto !important;
}
.bbsnewf5[height="34"] {
  display: inline;
}
.bbscategory {
  display: block;
  font-size: 11px !important;
  font-weight: normal !important;
  float: right;
}

td.bbsetc_dateof_write,
td.bbsetc_view_count,
.table > tbody > tr > td:nth-child(2),
.table > tbody > tr > td:nth-child(4) {
  display: none;
} */