/* BASIC css start */
.none-data {
    text-align: center;
    padding: 30px 0px;
}
#container {
  width: 100%;
  position: relative;
  background-color: var(--bg__colorG0G6);
  padding-bottom: 60px;
}
#review-board-list {
  padding: 40px 20px;
}
.board__tit {
  font-size: 2em;
  font-weight: bold;
}
.board__titsub{
    font-size:0.95em;
}
.board__search{
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin-top:30px;
}
.board__search select {
    width: 100px;
    flex-shrink: 0;
    background-color: var(--bg__colorG1B2);
    border: 1px solid var(--bg__colorG2G5);
    height: 40px;
}
.board__search .search-btn {
    width: 80px;
    flex-shrink: 0;
    text-align: center;
    border: 1px solid var(--bg__colorG2G5);
    height: 40px;
    line-height: 40px;
}
.board__search input {
    flex: 1;
    min-width: 0;
    background-color: var(--bg__colorG1B2);
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
}
.notice {
    margin-top: 20px;
}
.notice-bar {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--bd__colorG2G5);
}
.notice-bar dt{
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.notice-bar dt span{
    line-height:28px;
    padding:0px 8px;
    text-align:center;
    background-color: var(--txt__colorG4G3);
    color: var(--txt__colorW4);
    flex: 0 0 auto;
    white-space: nowrap;
}
.notice-bar dt a {
    flex: 1 1 auto;
}
.boardList li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid var(--bd__colorG2G5);
    padding-top:4px;
}
.boardList li .bl_depth1{
    width: 20px;
    flex-shrink: 0;
}
i.fa.fa-level-up.fa-rotate-90{
    font-size:1.2em;
    padding-left:4px;
}
.boardList li dl{
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.boardList li dl dt .boardList__inner, .boardList li dl dd, .boardList dd .bl_name{
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 6px;
}
.boardList li dl dt img{
    max-width:10px;
}
.boardList li dl dt .boardList__inner span.gray{
    font-weight:bold;
    color: var(--txt__colorG5G2);
}
.boardList .bl_iconNew{
    padding: 0px 3px;
    background-color: var(--bg__colorR);
    color: #fff;
    font-size: 0.9em;
}
.paging {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 0;
}
.paging a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 4px;
  text-decoration: none;
}
.paging a.now {
  font-weight: bold;
  border:1px solid Var(--bd__colorG5G2);
  border-radius:500px;
}
.boardWrite{
    margin-top:20px;
}
.boardWrite a{
    display: inline-block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background-color: var(--bg__colorG2G5);
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.2em;
    transition: transform 0.25s ease-in-out;
}
.boardWrite a:hover{
    transform: translateY(-5px) translateZ(0);
}
.board__titbtn{
    flex-wrap: wrap;
    gap:6px;
    margin-top:10px;
}
.board__titbtn a{
    width: auto !important;
    padding: 0px 8px;
    line-height: 28px;
    text-align: center;
    color: var(--txt__colorG4G3);
    border: 1px solid var(--bd__colorG2G5);
    border-radius: 500px;
}
#review-board-list .subClist__pointer{
    font-weight: bold;
    border-width: 2px;
}
.none-data {
    width: 100%;
    text-align: center;
    padding: 40px 0px;
}
/******************************************************************
category
******************************************************************/

@media (min-width: 768px) {
  #review-board-list {
    max-width: 768px;
    margin: 0px auto;
  }
  .board__tit, .board__titsub{
    text-align: right;
  }
  .board__titbtn{
      justify-content: flex-end;
  }
  /******************************************************************
    category
    ******************************************************************/
}

@media (min-width: 1024px) {
  /******************************************************************
    category
    ******************************************************************/
}

@media (min-width: 1280px) {
  .board__tit, .board__titsub{
    text-align: center;
  }
  .board__titbtn{
      justify-content: center;
  }
  /******************************************************************
    category
    ******************************************************************/
}

/* BASIC css end */

