.blog {
  margin-bottom: 14rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 7.1rem;
  letter-spacing: 0.1em;
  overflow-x: hidden;
}
.blog_content {
  width: 71.8rem;
}
.blog_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 4.5rem 2.9rem;
}
.blog_list-item {
  width: calc(33.33% - 1.9333333333rem);
}
.blog_list-item_thumb {
  margin-bottom: 2.1rem;
  width: 100%;
  aspect-ratio: 1/1;
}
.blog_list-item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_list-item_thumb .blog_logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_list-item_thumb .blog_logo img {
  width: 80%;
  height: auto;
}
.blog_list-item_head {
  margin-bottom: 0.8rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.blog_list-item_cat, .blog_list-item_date {
  font-size: 1.3rem;
  color: #AEA297;
}
.blog_list-item_cat {
  letter-spacing: 0.05em;
}
.blog_list-item_date {
  display: block;
  letter-spacing: 0.1em;
}
.blog_list-item_title {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.69;
}
.blog_list-item_btn {
  width: fit-content;
  border-bottom: 0.1rem solid #AEA297;
  color: #AEA297;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.blog_sidebar {
  width: 20.1rem;
}
.blog_sidebar-title {
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #E1D6CC;
  color: #AEA297;
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  line-height: 1;
  letter-spacing: 0.2em;
}
.blog_sidebar-category {
  margin-bottom: 6rem;
  display: flex;
  flex-flow: column;
  color: #B4A199;
  gap: 1.2rem 0;
}
.blog_sidebar-select {
  border: 0.1rem solid #E1D6CC;
  border-radius: 0.5rem;
  position: relative;
}
.blog_sidebar-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 0.8rem;
  height: 0.5rem;
  background: url("../../../img/wedding/blog/icon_select_arrow.png") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.blog_sidebar-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 1rem 1.2rem 0.9rem;
  background: transparent;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  color: #B5B5B5;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  outline: none;
}
@media only screen and (max-width: 768px) {
  .blog {
    margin-bottom: 9.6rem;
    padding: 0 3rem;
    flex-flow: column-reverse;
    gap: 6rem;
  }
  .blog_content {
    width: 100%;
  }
  .blog_list {
    flex-flow: column;
    gap: 6rem 0;
  }
  .blog_list-item {
    width: 100%;
  }
  .blog_list-item_title {
    width: 27rem;
  }
  .blog_sidebar {
    width: 100%;
  }
  .blog_sidebar-title:before {
    width: 100%;
  }
}

.pagination {
  margin-top: 5.4rem;
}
.pagination ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0 1rem;
  font-weight: 500;
}
.pagination ul li a {
  color: #D0CEC6;
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination ul li.is-current a {
  color: #B4A199;
  font-size: 1.4rem;
  pointer-events: none;
}

/*# sourceMappingURL=styles.css.map */
