@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url("https://webfontworld.github.io/sangju/SangjuDajungdagam.css");
/**************************************** gallery 공통 시작*/
.gallery__sec1 {
  position: relative;
}
.gallery__sec1 .gallery__back_dummy {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 250px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(13.37%, rgba(55, 160, 67, 0)), to(rgba(130, 216, 212, 0.15)));
  background: linear-gradient(0deg, rgba(55, 160, 67, 0) 13.37%, rgba(130, 216, 212, 0.15) 100%);
}

.gallery__container {
  padding-top: 50px;
}
.gallery__container .sub_page_title {
  font-size: 3.75rem;
}

/**************************************** gallery 공통 끝*/
/**************************************** gallery_list 시작*/
.gallery_list__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  row-gap: 50px;
  margin-top: 130px;
  margin-bottom: 90px;
}
.gallery_list__wrap .gj__gall_thum_container .gj__gall_thum_wrap {
  aspect-ratio: 29/27;
  max-width: 435px;
  width: 100%;
  overflow: hidden;
}

/**************************************** gallery_list 끝*/
/**************************************** gallery_view 시작*/
.gallery__container .b__view_container {
  margin-top: 150px;
}

/**************************************** gallery_view 끝*/
@media screen and (max-width: 1240px) {
  .gallery__container .sub_page_title {
    font-size: 3.125rem;
  }
  .gallery_list__wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .gallery__container .b__view_container {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery_list__wrap {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 30px;
    margin-top: 80px;
  }
  .gallery__container .b__view_container {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .gallery__container .sub_page_title {
    font-size: 2.8125rem;
  }
  .gallery_list__wrap {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .gallery_list__wrap .gj__gall_thum_container .gj__gall_thum_wrap {
    max-width: 100%;
  }
  .gallery__container .b__view_container {
    margin-top: 50px;
  }
}/*# sourceMappingURL=sub05.css.map */