#bo_gall{
  padding: 7.5rem 0 11.25rem;
}
#bo_list_total p{
  font-size: .875rem;
}
#bo_list_total .color{
  color: var(--main-color);
  font-size: .875rem;
}
#gall_allchk {
  margin: 0 0 1.25rem;
}
.all_chk.chk_box input[type="checkbox"] + label span{
  top: 7px;
}
#bo_btn_top {
  margin: 0 0 2.5rem;
}
#bo_gall .gall_img {
  border-bottom: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #eee;;
} 
#bo_gall #gall_ul {
  margin: 0;
}
#gall_ul li {
  width: calc(33.33% - 1.6667rem);
  position: relative;
}
#gall_ul li .update_text{
  display: block;
  margin: .3125rem 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}
#bo_gall .gall_box{
  margin: 0;
  border-radius: 0;
}
#bo_gall .gall_text_href {
  margin: 1.25rem 0 .4375rem;
  text-align: left;
}
#bo_gall .bo_tit{
  font-size: 1.3125rem;
  font-weight: 400;
  color: #222;
  line-height: 1.5;
}
.gall_box .chk_box {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.gall_img {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.gall_img::after {
  /* display: block;
  content: '';
  padding: 0 0 110%; */
}
.gall_img img {
  width: 100%;
  opacity: 0;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */
}
.gall_row {
  display: flex;
  flex-flow: wrap;
  column-gap: 2.5rem;
  row-gap: 3.75rem;
}
#bo_v_info {
  border-bottom: none;
}
#bo_v_title .bo_v_tit {
  text-align: center;
  margin: 0;
}
.list_down_link > a{
  display: flex;
  gap: .3125rem;
  align-items: center;
}
.list_down_link > a .ttxt{
  font-size: 1.125rem;
  color: #595857;
}

#bo_w{
 padding: 30px 0;
}

@media (max-width:1024px){
  #bo_gall{
     padding: 4.2857rem 0 7.1429rem;
  }
  #bo_btn_top{
     margin: 0 0 1.4286rem;
  }
  .gall_row{
     column-gap: 1.0714rem;
     row-gap: 2.1429rem;
  }
  #gall_ul li{
     width: calc(50% - .5357rem);
  }
  #bo_gall .gall_text_href{
     margin: .7143rem 0 .3571rem;
  }
  #bo_gall .bo_tit{
     font-size: 1.1429rem;
  }
  .list_down_link > a svg{
     width: 1.1429rem;
  }
  .list_down_link > a .ttxt{
     font-size: 1rem;
  }
}