

.video-board-list table{
  width: 100%;
  margin-bottom: 30px;
  word-break: normal;
}
.video-board-list table thead th {
  height: 65px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: center;
	font-weight: normal;
  color: #333;
}
.video-board-list table tbody td {
  height: 65px;
  border-bottom: 1px solid #ccc;
  color: #666;
  padding:20px; 
}
.video-board-list table tbody td.title img { margin-right:30px;  }
.video-board-list table a {
  color: #666;
}




.board-container .table-articles, .board-container .board-view, .board-container .board-form {
  width: 100%;
  margin-bottom: 30px;
  word-break: normal;
}
.board-container .table-articles thead th {
  height: 65px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	text-align: center;
	font-weight: normal;
  color: #333;
}
.board-container .table-articles tbody td {
  height: 65px;
  border-bottom: 1px solid #ccc;
  color: #666;
}
.board-container .table-articles a {
  color: #666;
}

.board-container .board-view thead th {
  height: 95px;
  padding: 0 30px;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	font-weight: normal;
  color: #666;
}
.board-container .board-view thead th strong {
  display:block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
}
.board-container .board-view thead th b {
  display: inline-block;
  color: #333;
  font-weight:normal;
}
.board-container .m-l-20 {
  margin-left: 20px;
}
.board-container .board-view tbody td {
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
}
.board-container .board-view tbody td b {
  font-weight: normal;
  color: #333;
}
.board-container .board-view tbody td a {
  color: #666;
}
.board-container .board-view tbody td.text {
  padding: 50px 30px;
}
.board-container .board-form tbody tr:first-of-type th, .board-container .board-form tbody tr:first-of-type td {
  border-top: 2px solid #333;
}
.board-container .board-form tbody th {
  width: 20%;
  padding: 15px 25px;
	background-color: #f5f5f5;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  color: #333;
}
.board-container .board-form label {
  font-weight: normal;
  color: #333;
}
.board-container .board-form tbody td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.board-container .board-form tbody td.text {
  padding: 0;
}
.board-container .board-form tbody td.text1 {
  padding: 30px 0;
}
.board-container .board-form tbody td.text1 p {
  padding: 10px 0;
}

.board-container .board-form tbody td.text1 p img {
  max-width:100%;
}

.comment-list .media {
	border-top: 1px solid #ccc;
}

.board-search2 {
  padding: 20px;
  border-top:1px solid #cfcfcf; 
  margin-bottom:30px;
  background-color: #f5f5f5;
}
.board-search2:after { content:''; display:table; clear:both;  }
.board-search2 * { vertical-align:middle;  }
.board-search2 .count { float:left;  }
.board-search2 fieldset { float:right;  }
.board-search2 select, .board-search2 input[type="text"] { height:40px;  }

.board-search2 input[type="submit"] {
  padding: 6px 30px;
  height:40px;
  border:0px; 
  background-color: #888;
  color: #fff;
}


.board-search {
  padding: 20px 0;
  margin-bottom:30px;
  background-color: #f5f5f5;
  text-align: center;

}
.board-search .btn {
  padding: 6px 20px;
  background-color: #888;
  color: #fff;
}
.board-paging {
  padding-bottom: 30px;
  text-align:center;
  font-size: 20px;
}
.board-paging a {
  color: #a1a1a1;
  padding:0 8px;
}
.board-paging a[data-toggle="tooltip"]{
  padding:0 0;
}
.board-paging a.active {
  color: #333;
  text-decoration: underline;
}
.board-btns {
  padding-bottom: 30px;
  text-align: right;
}
.board-btns .btn-lg {
  min-width: 140px;
  font-size:16px;
}




.photo-list {
  border-top: 2px solid #333;
  margin-bottom: 30px;
}
.photo-list li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.photo-list li:hover {
  background-color: #f5f5f5;
}
.photo-list li a {
  display: table;
  table-layout:fixed;
  width:100%;
  height: 160px;
  color: #666;
}
.photo-list li a:hover {
  text-decoration: none;
}
.photo-list li a span {
  display: table-cell;
  vertical-align: middle;
}
.photo-list li a span.photo-list-no {
  width:10%;
  text-align:center;
}
.photo-list li a span.photo-list-img {
  width:22.5%;
}
/* .photo-list li a span.photo-list-img img {
  width: 100%;
  height: 160px;
  border: 1px solid #ccc;
} */
.photo-list li a span.photo-list-img  {
 background-size:cover; background-position:center center; height:auto;
}
.photo-list li a span.photo-list-txt {
  padding-left: 30px;
  line-height: 20px;
}
.photo-list li a span.photo-list-txt strong {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
}
.photo-list li a span.photo-list-txt em {
  display: block;
  font-style: normal;
  margin-bottom: 20px;
}



@media (max-width: 991px) {
.hidden-md-down { display:none;  }


.board-search2 {
  padding: 20px;
  border-top:1px solid #cfcfcf; 
  margin-bottom:30px;
  background-color: #f5f5f5;
}
.board-search2:after { content:''; display:table; clear:both;  }
.board-search2 * { vertical-align:middle;  }
.board-search2 .count {float:none; margin-bottom:10px;   }
.board-search2 fieldset { float:none;  }
.board-search2 select { width:30%; margin-right:2%; float:left; min-width:auto;margin-bottom:10px;    }
.board-search2 input[type="text"] { width:68%;  float:left; margin:0px; margin-bottom:10px;  }
.board-search2 select, .board-search2 input[type="text"] { height:40px;  }

.board-search2 input[type="submit"] {
display:block; width:100%;  
  padding: 6px 30px;
  height:40px;
  border:0px; 
  background-color: #888;
  color: #fff;
}



  .board-search .form-group:last-child{margin-bottom:0;}
  .board-search {
    padding: 15px;
  }
  .board-paging {
    font-size: 16px;
  }
  .board-paging a {
    padding:0 8px;
  }
  .board-paging a[data-toggle="tooltip"]{
    padding:0 0;
  }
  .board-btns .btn-lg {
    min-width: auto;
    font-size:14px;
  }

  .board-container .table-articles thead th, .board-container .table-articles tbody td {
    height: 50px;
  }

  .board-container .table-articles colgroup col,
  .board-container .table-articles thead tr th:first-of-type,
  .board-container .table-articles thead tr th:nth-of-type(3),
  .board-container .table-articles thead tr th:nth-of-type(4),
  .board-container .table-articles thead tr th:nth-of-type(5),
  .board-container .table-articles tbody tr td:first-of-type,
  .board-container .table-articles tbody tr td:nth-of-type(3),
  .board-container .table-articles tbody tr td:nth-of-type(4),
  .board-container .table-articles tbody tr td:nth-of-type(5) {
    display: none;
  }
  .board-container .table-articles {
    table-layout: fixed;
  }
  .board-container .table-articles tbody td a, .board-container .table-articles tbody td span.secret {
    display:block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }







  .board-container .board-view thead th {
    height: auto;
    padding: 15px;
    font-size:12px;
    letter-spacing:-1px;
  }
  .board-container .board-view thead th strong {
    display:block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
  }
  .board-container .m-l-20 {
    margin-left: 10px;
  }
  .board-container .board-view tbody td, .board-container .board-view tbody td.text {
    padding: 15px;
  }
  .board-container .board-form tbody th {
    width: 30%;
    padding: 15px 10px;
  }



  .photo-list li {
    padding: 15px 0;
  }
  .photo-list li a {
    height: 120px;
  }
  .photo-list li a span.photo-list-no {
    display: none;
  }
  .photo-list li a span.photo-list-img {
    width:35%;
    text-align:center;
  }
  /* .photo-list li a span.photo-list-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height:120px;
  } */
  .photo-list li a span.photo-list-txt {
    padding-left: 15px;
    line-height: 20px;
  }
  .photo-list li a span.photo-list-txt strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .photo-list li a span.photo-list-txt em {
    margin-bottom: 10px;
  }



}
