@charset "UTF-8";
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
* css는 유료테마 ASKTHEME의 일부입니다. 불법복제시 불이익을 받을 수 있습니다.
* New - 새글
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.content-title-wrap {
  padding: 2rem 0;
  margin-bottom: 5rem;
  color: #e9ecef;
}

@media (min-width: 768px) {
  .content-title-wrap {
    padding: 4rem 0;
  }
}

.content-title-wrap h2 {
  font-family: "Noto Sans KR",sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 768px) {
  .content-title-wrap h2 {
    text-align: left;
  }
}

.content-title-wrap p {
  text-align: center;
  color: #adb5bd;
  font-size: .75rem;
}

@media (min-width: 768px) {
  .content-title-wrap p {
    text-align: left;
  }
}

.content-title-wrap .left-side {
  text-align: center;
}

/* 새글 */
.new-wrap {
  margin-bottom: 1rem;
  z-index: 1;
  margin: 2rem 0;
  font-size: .75rem;
}

.new-wrap a {
  font-size: .75rem;
}

.new-wrap .board-table-wrap th {
  text-align: center;
}

.new-wrap .board-table-wrap td:not(:nth-child(3)) {
  text-align: center;
}

.new-wrap .board-table-wrap td:nth-child(1), .new-wrap .board-table-wrap td:nth-child(2), .new-wrap .board-table-wrap td:nth-child(4), .new-wrap .board-table-wrap td:nth-child(5), .new-wrap .board-table-wrap th:nth-child(1), .new-wrap .board-table-wrap th:nth-child(2), .new-wrap .board-table-wrap th:nth-child(4), .new-wrap .board-table-wrap th:nth-child(5) {
  white-space: nowrap;
}

.new-wrap .board-table-wrap td:nth-child(2), .new-wrap .board-table-wrap td:nth-child(4), .new-wrap .board-table-wrap td:nth-child(5), .new-wrap .board-table-wrap th:nth-child(2), .new-wrap .board-table-wrap th:nth-child(4), .new-wrap .board-table-wrap th:nth-child(5) {
  display: none;
}

@media (min-width: 768px) {
  .new-wrap .board-table-wrap td:nth-child(2), .new-wrap .board-table-wrap td:nth-child(4), .new-wrap .board-table-wrap td:nth-child(5), .new-wrap .board-table-wrap th:nth-child(2), .new-wrap .board-table-wrap th:nth-child(4), .new-wrap .board-table-wrap th:nth-child(5) {
    display: table-cell;
  }
}

.new-wrap .board-table-wrap td .sm-show, .new-wrap .board-table-wrap th .sm-show {
  display: block;
  font-size: .75rem;
  color: #464a4c;
  text-align: right;
  margin-top: .5rem;
}

@media (min-width: 768px) {
  .new-wrap .board-table-wrap td .sm-show, .new-wrap .board-table-wrap th .sm-show {
    display: none;
  }
}

.new-wrap .board-table-wrap td .sm-show .badge, .new-wrap .board-table-wrap th .sm-show .badge {
  display: none;
}

.new-wrap .board-table-wrap td .sm-show img, .new-wrap .board-table-wrap th .sm-show img {
  height: 12px;
  width: auto;
}
/*# sourceMappingURL=new.css.map */