#gallery .main_body {
  margin-bottom: 5rem;
}
#gallery.tax-gallery_cate.archive .cate_gallery {
  font-size: var(--wp--preset--font-size--x-large);
  text-align: center;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 2em;
}
#gallery.tax-gallery_cate.archive .index_gallery {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  row-gap: 2em;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}
@media screen and (max-width: 599px) {
  #gallery.tax-gallery_cate.archive .index_gallery {
    flex-direction: column;
  }
}
#gallery.tax-gallery_cate.archive .index_gallery .list_gallery {
  width: calc((100% - 3rem) / 3);
  transition: 0.2s all;
}
#gallery.tax-gallery_cate.archive .index_gallery .list_gallery:hover {
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  #gallery.tax-gallery_cate.archive .index_gallery .list_gallery {
    width: 100%;
  }
}
#gallery.tax-gallery_cate.archive .index_gallery .list_gallery .cate_thumb {
  position: relative;
}
#gallery.tax-gallery_cate.archive .index_gallery .list_gallery .cate_thumb::after {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  display: block;
  content: "";
  background: url(../../assets/images/btn_arrow.svg) no-repeat;
  background-size: contain;
}
#gallery.tax-gallery_cate.archive .index_gallery .list_gallery .cate_thumb img {
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery.tax-gallery_cate.archive .index_gallery .list_gallery .link_gallery {
  display: block;
  text-decoration: none;
}
#gallery.tax-gallery_cate.archive .index_gallery .list_gallery .link_gallery .name_gallery {
  margin-top: 0.5em;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--theme-black);
}
#gallery.tax-gallery_cate.archive .bg_light {
  padding-top: 4rem;
  background: var(--wp--preset--color--theme-lightgreen);
  padding-bottom: 5rem;
}
#gallery.tax-gallery_cate.archive .bg_light h2 {
  margin-bottom: 3rem;
}
#gallery.single a {
  text-decoration: none;
}
#gallery.single .single_gallery_cate,
#gallery.single .single_gallery_tag a {
  display: inline-block;
  padding: 0.5em 2rem;
  border-radius: 1rem;
  font-size: var(--wp--preset--font-size--x-small) !important;
}
#gallery.single .wp-block-post-featured-image {
  aspect-ratio: 8/5;
  overflow: hidden;
}
#gallery.single .wp-block-post-featured-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery.single .wp-block-columns:has(.wp-block-post-title) {
  max-width: var(--wp--style--global--content-size);
}
#gallery.single .wp-block-columns:has(.wp-block-post-title) .wp-block-column:last-of-type {
  flex-basis: 40% !important;
}
#gallery.single .single_gallery_cate {
  margin-top: 2em;
}
#gallery.single .single_gallery_tag {
  margin-top: 1em;
}
#gallery.single .single_gallery_tag a {
  pointer-events: none;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  background: var(--wp--preset--color--theme-lightgrayblue);
}
#gallery.single .single_gallery_table td {
  background: transparent;
  color: var(--wp--preset--color--theme-black);
  border: none;
  padding: 0.5em 1em;
}
#gallery.single .single_gallery_table td::after {
  content: none;
}
#gallery.single .single_gallery_table tr {
  border-top: 1px solid #EAE5E3;
  border-bottom: 1px solid #EAE5E3;
}
#gallery.single .single_gallery_images .wp-block-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  flex-grow: 0;
  transition: 0.2s all;
}
#gallery.single .single_gallery_images .wp-block-image:hover {
  transform: translate(3px, 3px);
}
#gallery.single .single_gallery_images .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery.single .main_foot {
  margin-top: 5rem;
}
#gallery.single .back_btn {
  text-align: center;
  margin-bottom: 5rem;
}
#gallery.single .back_btn .wp-block-button {
  display: inline-block;
  background: var(--wp--preset--color--theme-lightgrayblue);
  position: relative;
  height: 100%;
  padding: 1em 5em 1em 4em;
  border-radius: 5px;
}
#gallery.single .back_btn .wp-block-button::after, #gallery.single .back_btn .wp-block-button::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 2px;
  position: absolute;
  left: 1rem;
  top: 50%;
  background-color: var(--wp--preset--color--theme-black);
  transform-origin: left center;
}
#gallery.single .back_btn .wp-block-button::after {
  transform: rotate(-45deg);
}
#gallery.single .back_btn .wp-block-button::before {
  transform: rotate(45deg);
}
#gallery.single .back_btn .wp-block-button .wp-block-button__link {
  margin-left: 1em;
  background-color: transparent;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--preset--color--theme-black);
  font-weight: 500;
  text-align: center;
  padding: 0;
}
#gallery.single .list_extra {
  gap: 1.5rem;
  flex-wrap: wrap;
}
#gallery.single .list_extra .wp-block-column {
  transition: 0.2s all;
  width: calc((100% - 3rem) / 3);
  flex-grow: unset;
  flex-basis: auto;
}
#gallery.single .list_extra .wp-block-column:hover {
  opacity: 0.6;
}
#gallery.single .list_extra img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery.single .list_extra h3 {
  margin-top: 0;
  color: var(--wp--preset--color--theme-black);
}/*# sourceMappingURL=gallery.css.map */