.homeArticles {
  padding-top: 60px;
  padding-bottom: 60px;
}
.homeArticles .title {
  font-size: 40px;
}
.homeArticles .homeBlogBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  .homeArticles .homeBlogBox {
    padding-bottom: 40px;
  }
}
.homeArticles .homeBlogBox img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.homeArticles .homeBlogBox small {
  font-size: 16px;
  color: #97999c;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.homeArticles .homeBlogBox .articleTitle {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  color: #c1bb9b;
  font-size: 28px;
  font-weight: 500;
}
.homeArticles .homeBlogBox .contentsBelow {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}
.homeArticles .homeBlogBox .btn {
  margin-top: auto;
}

.paginate {
  text-align: center;
  padding: 3px;
  padding-bottom: 30px;
  margin: 3px;
}
.paginate a,
.paginate .current,
.paginate .disabled {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  padding: 0 6px;
  border-radius: 16px;
  line-height: 30px;
  overflow: hidden;
}
.paginate a {
  border: 1px solid #8c4b51;
  text-decoration: none;
  color: #8c4b51;
}
.paginate a:hover, .paginate a:active {
  background-color: #8c4b51;
  color: #fff;
}
.paginate .current {
  border: 1px solid #8c4b51;
  font-weight: bold;
  background-color: #8c4b51;
  color: #fff;
}
.paginate .disabled {
  border: 1px solid #ddd;
  color: #ddd;
  cursor: not-allowed;
}
.paginate .next, .paginate .prev {
  padding-left: 12px;
  padding-right: 12px;
}

.categoryIntro {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
  color: #495057;
}
.categoryIntro p:last-child {
  margin-bottom: 0;
}

.blogMain {
  display: flex;
  flex-direction: column;
}

.blogCatBar {
  order: 9;
}
@media (max-width: 991.98px) {
  .blogCatBar {
    margin-top: 10px;
    padding: 22px 24px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .blogCatBar {
    order: -1;
    margin-bottom: 45px;
  }
}

.blogCatTitle {
  font-size: 24px;
  color: #8c4b51;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .blogCatTitle {
    display: none;
  }
}

.blogCatList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogCatList li {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .blogCatList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}

.blogCatPill {
  display: block;
  color: #343a40;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .blogCatPill {
    padding: 11px 0;
    border-bottom: 1px solid #e9ecef;
    line-height: 1.45;
  }
  .blogCatPill:hover, .blogCatPill:focus {
    color: #8c4b51;
    text-decoration: underline;
  }
  .blogCatPill.active {
    color: #8c4b51;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .blogCatPill {
    padding: 8px 20px;
    border: 1px solid #8c4b51;
    border-radius: 30px;
    background-color: #fff;
    color: #8c4b51;
    line-height: 1.3;
  }
  .blogCatPill:hover, .blogCatPill:focus, .blogCatPill.active {
    background-color: #8c4b51;
    color: #fff;
  }
  .blogCatPill:hover .blogCatCount, .blogCatPill:focus .blogCatCount, .blogCatPill.active .blogCatCount {
    color: rgba(255, 255, 255, 0.7);
  }
}

@media (max-width: 991.98px) {
  .blogCatList li:last-child .blogCatPill {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.blogCatCount {
  font-size: 14px;
  color: #97999c;
}

/*# sourceMappingURL=css_part_blog.css.map */
