.article-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .article-wrapper {
    gap: 4rem;
  }
}
.article-wrapper .category-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.article-wrapper .category-tag li {
  list-style-type: none;
}
.article-wrapper .category-tag li a,
.article-wrapper .category-tag li span {
  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) {
  .article-wrapper .category-tag li a,
  .article-wrapper .category-tag li span {
    display: block;
  }
}
.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: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-single .label-wrapper {
    flex-basis: 100%;
  }
}
@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 .category-wrapper {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-single .category-wrapper {
    margin-bottom: 0.75rem;
  }
}
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-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-archive .contents-list-wrapper {
    gap: 2rem 1rem;
  }
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list {
  flex-basis: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-archive .contents-list-wrapper .contents-list {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list:last-child {
  margin-bottom: 0;
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list:hover .contents-image img {
  transform: scale(1.1);
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list .contents-image {
  border-radius: 10px;
  height: 240px;
  margin-bottom: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list-wrapper .contents-list .contents-image {
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents-archive .contents-list-wrapper .contents-list .contents-image {
    height: 160px;
  }
}
@media screen and (max-width: 390px) {
  html body main .contents.contents-archive .contents-list-wrapper .contents-list .contents-image {
    height: 140px;
  }
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list .contents-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: ease 0.4s;
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list .label-wrapper {
  margin-bottom: 0.5rem;
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list .label-wrapper .single-time {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list-wrapper .contents-list .label-wrapper .single-time {
    font-size: 0.75rem;
  }
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list .category-wrapper {
  margin-top: 1rem;
}
html body main .contents.contents-archive .contents-list-wrapper .contents-list h2 {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents-archive .contents-list-wrapper .contents-list h2 {
    font-size: 1rem;
  }
}

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