.article-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .article-wrapper {
    gap: 4rem;
  }
}
.article-wrapper .article-main {
  flex-basis: calc(75% - 1rem);
}
@media screen and (max-width: 991px) {
  .article-wrapper .article-main {
    flex-basis: 100%;
  }
}
.article-wrapper .article-main .pagenation {
  text-align: center;
  margin-top: 4rem;
}
.article-wrapper .article-main .pagenation .nav-links {
  display: inline-block;
}
.article-wrapper .article-main .pagenation .nav-links .page-numbers {
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #333;
  padding: 5px 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.article-wrapper .article-main .pagenation .nav-links .page-numbers.current {
  color: #fff;
  background-color: #333;
}
.article-wrapper .article-side {
  flex-basis: calc(25% - 1rem);
  /* sidebar */
}
@media screen and (max-width: 991px) {
  .article-wrapper .article-side {
    flex-basis: 100%;
  }
}
.article-wrapper .article-side .side-widget {
  margin-bottom: 2.5rem;
}
.article-wrapper .article-side .side-widget:last-child {
  margin-bottom: 0;
}
.article-wrapper .article-side .side-widget h3 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .article-wrapper .article-side .side-widget h3 {
    font-size: 1.125rem;
  }
}
.article-wrapper .article-side .side-widget .screen-reader-text {
  display: none;
}
.article-wrapper .article-side .side-widget select {
  appearance: auto;
  border: 1px solid #e7e7e7;
  padding: 0.3rem 0.5rem;
  width: 100%;
}

html body main .contents.contents-single {
  padding-top: 2rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-single {
    padding-top: 1.25rem;
  }
}
html body main .contents.contents-single .label-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-basis: 190px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-single .label-wrapper {
    flex-basis: 100%;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-single .label-wrapper .single-time {
    font-size: 0.875rem;
  }
}
html body main .contents.contents-single .label-wrapper .category-tag li {
  list-style-type: none;
}
html body main .contents.contents-single .label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #f5c539;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-single .label-wrapper .category-tag li a {
    display: block;
  }
}
html body main .contents.contents-single h1 {
  font-size: 1.25rem;
  font-weight: 500;
}
html body main .contents.contents-single .single-image-wrapper {
  margin-top: 1rem;
}
html body main .contents.contents-single .single-image-wrapper .single-image {
  overflow: hidden;
}
html body main .contents.contents-single .single-image-wrapper .single-image img {
  width: 100%;
}
html body main .contents.contents-single .single-text {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents-single .single-text {
    margin-top: 1.5rem;
  }
}
html body main .contents.contents-single .single-text ul {
  padding-left: 25px;
}
html body main .contents.contents-single .single-text ul li {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-single .single-text ul li {
    font-size: 0.875rem;
  }
}
html body main .contents.contents-single .single-pager-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents-single .single-pager-wrapper {
    margin-top: 3rem;
  }
}
html body main .contents.contents-single .single-pager-wrapper .single-pager a {
  font-weight: bold;
  display: inline-block;
}
html body main .contents.contents-single .single-pager-wrapper .archive-back-wrapper {
  display: inline-block;
}
html body main .contents.contents-single .single-pager-wrapper .archive-back-wrapper a {
  font-weight: bold;
  display: inline-block;
}
html body main .contents.contents-archive {
  padding-bottom: 0;
}
html body main .contents.contents-archive .contents-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
html body main .contents.contents-archive .contents-list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents-archive .contents-list .label-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-basis: 190px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list .label-wrapper {
    flex-basis: 100%;
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list .label-wrapper .single-time {
    font-size: 0.875rem;
  }
}
html body main .contents.contents-archive .contents-list .label-wrapper .category-tag li {
  list-style-type: none;
}
html body main .contents.contents-archive .contents-list .label-wrapper .category-tag li a {
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #f5c539;
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list .label-wrapper .category-tag li a {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list a {
    font-size: 0.875rem;
    flex-basis: 100%;
  }
}

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