@charset "UTF-8";

/*================================================
* subVisual
================================================*/
#subVisual {
  background: url(../../images/img_gallery_header_bg.jpg) no-repeat center/cover;
}

@media screen and (max-width:767px) {}


/*================================================
* 
================================================*/
.galleryList {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 10rem;
}

.gallery_btm p {
  text-align: center;
  margin-bottom: 6rem;
}

.gallery_btm a {
  display: block;
  width: 5rem;
  margin: 0 auto;
}


@media screen and (max-width:767px) {
  .galleryList {
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 6rem;
  }

  .gallery_btm p {
    text-align: left;
    margin-bottom: 2rem;
  }


}
