/*==========================================================================
section#single01
========================================================================== */
section#single01 .inner {
  padding-top: 7.8125vw;
  padding-bottom: 10.4166666667vw;
}
section#single01 .txt-d {
  margin-bottom: 0.8vw;
}
section#single01 .txt-h2 {
  border-bottom: solid 0.1041666667vw rgba(0, 0, 0, 0.25);
  padding-bottom: 1.5625vw;
  margin-bottom: 1.5625vw;
  position: relative;
}
section#single01 .txt-h2::after {
  content: "";
  background: #000000;
  width: 10.4166666667vw;
  height: 0.1041666667vw;
  position: absolute;
  bottom: -0.1041666667vw;
  left: 0;
}
section#single01 .textarea p {
  font-size: 0.95vw;
  line-height: 2em;
}
section#single01 .textarea p img {
  width: initial;
  height: initial;
}
section#single01 .pagination {
  margin-top: 10.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#single01 .pagination .page-link, section#single01 .pagination .txt-a {
  width: 20.8333333333vw;
  height: 3.6458333333vw;
  box-sizing: border-box;
  border: solid 0.1041666667vw #000000;
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 1.0416666667vw;
  transition: 1s;
}
section#single01 .pagination .page-link svg, section#single01 .pagination .txt-a svg {
  width: 0.5vw;
  height: 0.8vw;
  display: flex;
}
section#single01 .pagination .page-link svg path, section#single01 .pagination .txt-a svg path {
  fill: #000000;
}
section#single01 .pagination .page-link:hover, section#single01 .pagination .txt-a:hover {
  background: #000000;
  color: #ffffff;
}
section#single01 .pagination .page-link:hover svg path, section#single01 .pagination .txt-a:hover svg path {
  fill: #ffffff;
}
section#single01 .pagination .page-link {
  width: 10.4166666667vw;
}
section#single01 .pagination .page-link.prev svg {
  transform: rotate(180deg);
}
section#single01 .pagination .page-link.disabled {
  background: #000000;
  color: #ffffff;
}
section#single01 .pagination .page-link.disabled svg path {
  fill: #000000;
}

@media screen and (max-width: 767px) {
  section#single01 .inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  section#single01 .txt-d {
    margin-bottom: 8px;
    font-size: 12px;
  }
  section#single01 .txt-h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    border-width: 2px;
  }
  section#single01 .txt-h2::after {
    width: 120px;
    height: 2px;
    bottom: -2px;
  }
  section#single01 .textarea p {
    font-size: 14px;
    line-height: 1.8em;
  }
  section#single01 .pagination {
    margin-top: 100px;
    flex-wrap: wrap;
    flex-flow: column;
    gap: 20px;
  }
  section#single01 .pagination .page-link, section#single01 .pagination .txt-a {
    width: 100%;
    max-width: 350px;
    height: 50px;
    font-size: 14px;
    gap: 15px;
    border-width: 2px;
  }
  section#single01 .pagination .page-link svg, section#single01 .pagination .txt-a svg {
    width: 8px;
    height: 14px;
  }
  section#single01 .pagination .page-link {
    width: 100%;
    max-width: 350px;
  }
  section#single01 .pagination .page-link.prev svg {
    transform: rotate(180deg);
  }
  section#single01 .pagination .page-link.disabled {
    background: #000000;
    color: #ffffff;
  }
  section#single01 .pagination .page-link.disabled svg path {
    fill: #000000;
  }
}
/*# sourceMappingURL=single.css.map */