#bo_list {
  padding: 100px 10% 100px 10% !important;
}
#bo_list #bo-cate {
  padding-left: 0;
  padding-top: 0;
  flex: 0 0 290px;
}
#bo_list #bo-cate ul {
  position: sticky;
  width: 100%;
  height: auto;
  top: calc(90px + 2rem);
  display: flex;
  flex-direction: column;
}
#bo_list #bo-cate ul::after {
  display: none;
}
#bo_list #bo-cate ul li {
  position: relative;
  width: auto;
  height: auto;
}
#bo_list #bo-cate ul li a {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  background: #fff;
  color: #000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#bo_list #bo-cate ul li a#bo_cate_on, #bo_list #bo-cate ul li a:hover {
  background: #2eacee;
  color: #fff;
}
#bo_list .gallery-list {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
#bo_list .gallery-list .gallery-list-img {
  padding-top: 65% !important;
}
#bo_list .gallery-list > li {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 0;
  padding: 0;
  padding-bottom: 0;
}
#bo_list .gallery-list > li a {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
#bo_list .gallery-list > li a.gallery-list-attachment {
  display: none;
}
#bo_list .gallery-list > li a.file-download-link {
  padding: 4px 8px;
  width: auto;
  align-self: flex-start;
  flex-direction: row;
  align-items: center;
  grid-gap: 5px;
  font-size: 14px;
  border: 1px solid #2eacee;
  transition: 0.2s all ease-in-out;
}
#bo_list .gallery-list > li a.file-download-link > svg {
  width: 18px;
  height: 18px;
  transition: 0.2s all ease-in-out;
}
#bo_list .gallery-list > li a.file-download-link:hover {
  background: #2eacee;
  color: #fff;
}
#bo_list .gallery-list > li a.file-download-link:hover > svg {
  fill: #fff;
}
#bo_list .gallery-list > li a .gallery-list-content {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-top: 0px;
}
#bo_list .gallery-list > li a .gallery-list-content::after {
  display: none;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-category {
  display: none;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-subcate {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #2eacee;
  border: 1px solid #2eacee;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-subcate > svg {
  fill: #2eacee;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-title {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-content-etc {
  margin-top: 0;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-content-etc .list-writer {
  display: none;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-content-etc .list-comment {
  display: none;
}
#bo_list .gallery-list > li a .gallery-list-content .gallery-list-content-etc .list-date {
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: normal;
  background: none;
}

@media (max-width: 1440px) {
  #bo_list {
    padding: 100px 5% 100px 5% !important;
  }
}
@media (max-width: 1280px) {
  #bo_list {
    padding: 100px 1rem 100px 1rem !important;
  }
  #bo_list #bo-cate {
    flex: 0 0 260px;
  }
  #bo_list #bo-cate ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, auto));
  }
  #bo_list #bo-cate ul li a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  #bo_list {
    padding: 80px 1rem 80px 1rem !important;
  }
  #bo_list #bo-cate {
    margin: 0;
    flex: 0 0 auto;
  }
  #bo_list #bo-cate ul {
    position: relative;
    top: 0;
    display: grid;
  }
  #bo_list #bo-cate ul li {
    flex: 1 1 50%;
  }
  #bo_list #bo-cate ul li a {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #bo_list .gallery-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}
@media (max-width: 640px) {
  #bo_list {
    padding: 50px 1rem 50px 1rem !important;
  }
  #bo_list #bo-cate ul li {
    flex: 1 1 100%;
  }
}
@media (max-width: 480px) {
  #bo_list .gallery-list {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=board.css.map */