@charset "UTF-8";
.board-header {
  background-size: cover;
  height: 80px;
  position: relative;
}

@media (max-width: 991.98px) {
  .board-header {
    display: none;
  }
}

/* 목록 */
@media (min-width: 1200px) {
  #fboardlist .allcheck {
    padding-left: 71px;
  }
  #fboardlist .list-group-item {
    display: flex !important;
  }
  #fboardlist .list-group-item .d-flex {
    margin-right: auto;
  }
  #fboardlist .list-group-item .list-sum {
    order: 1;
    font-size: 1rem;
    width: 80px;
    text-align: center;
  }
  #fboardlist .list-group-item .list-subject {
    order: 2;
    font-size: 1rem;
    width: 60%;
  }
  #fboardlist .list-group-item .list-name,
  #fboardlist .list-group-item .list-hit,
  #fboardlist .list-group-item .list-good,
  #fboardlist .list-group-item .list-nogood,
  #fboardlist .list-group-item .list-comment,
  #fboardlist .list-group-item .list-date {
    order: 3;
    font-size: 1rem;
    text-align: left;
  }
  #fboardlist .list-group-item .list-name {
    width: 120px;
  }
  #fboardlist .list-group-item .list-hit,
  #fboardlist .list-group-item .list-good,
  #fboardlist .list-group-item .list-nogood,
  #fboardlist .list-group-item .list-comment {
    width: 80px;
  }
  #fboardlist .list-group-item .list-date {
    width: 100px;
    padding-right: 0.5rem;
  }
}

/* 목록 */
.list-subject {
  display: flex;
}

.list-subject a {
  color: #111;
  font-weight: 500;
  text-decoration: none;
}

.list-subject .icon_new {
  font-size: 0.5rem;
}

.list-group-item {
  padding: 0.75rem 1rem;
}

.list-group-item small {
  color: #868686;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* 본문 */
.accordion-button::after {
  content: "\ea99";
  font-family: IcoFont !important;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  background: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #111 !important;
}

hr {
  background-color: #aaa !important;
}

/* 분류 */
#categoryExample,
.soaExample,
.sobExample,
.socExample,
.soeExample {
  margin-bottom: 5px;
}

#categoryExample .overflow-auto,
.soaExample .overflow-auto,
.sobExample .overflow-auto,
.socExample .overflow-auto,
.soeExample .overflow-auto {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#categoryExample .overflow-auto::-webkit-scrollbar,
.soaExample .overflow-auto::-webkit-scrollbar,
.sobExample .overflow-auto::-webkit-scrollbar,
.socExample .overflow-auto::-webkit-scrollbar,
.soeExample .overflow-auto::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}

#categoryExample .overflow-auto .board-list-category .btn,
.soaExample .overflow-auto .board-list-category .btn,
.sobExample .overflow-auto .board-list-category .btn,
.socExample .overflow-auto .board-list-category .btn,
.soeExample .overflow-auto .board-list-category .btn {
  margin-right: 0.25rem;
  /*margin-left: 0.25rem;*/
}

#categoryExample .overflow-auto .board-list-category .btn-outline-light,
.soaExample .overflow-auto .board-list-category .btn-outline-light,
.sobExample .overflow-auto .board-list-category .btn-outline-light,
.socExample .overflow-auto .board-list-category .btn-outline-light,
.soeExample .overflow-auto .board-list-category .btn-outline-light {
  background-color: var(--bs-gray-100);
}

.scroll-left,
.scroll-center,
.scroll-right {
  position: relative;
}

.scroll-left::before, .scroll-left::after,
.scroll-center::before,
.scroll-center::after,
.scroll-right::before,
.scroll-right::after {
  position: absolute;
  top: 7.5px;
  font-family: "IcoFont";
  font-size: 1.2rem;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

.btn-outline-light {
  color: var(--bs-dark) !important;
  border-color: var(--bs-gray-300) !important;
}

#bo_cate_on {
  background-color: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}

#bo_v_con img {
  max-width: 100% !important;
}

/* 에디터 아이콘 숨김을 보이게 */
.note-editor .note-toolbar .note-color .dropdown-toggle, .note-popover .popover-content .note-color .dropdown-toggle {
  width: 20px;
  height: 31.7px;
  padding-left: 5px;
}

.note-icon-caret:before {
  text-align: center;
}

span.note-icon-caret {
  display: inline-block !important;
}

@media (max-width: 1200px) {
  .profile_img {
    display: none;
  }
  .list-group-item {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .list-group-item .list-subject a {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .border-top.border-bottom.border-2 {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .form-check.all-check {
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
  .list-group-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .list-group-item .list-subject a {
    font-size: 1.1rem;
  }
  .pg_wrap {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 400px) {
  .board-top-count-button .text-md-end .btn-sm {
    padding: 0.3rem 0.3rem !important;
    font-size: 0.7125rem !important;
  }
}
