.page-banner {
  width: 100%;
}
.page-banner img {
  width: 100%;
}

.detail-title {
  text-align: center;
}
.detail-title h2 {
  color: #333;
  font-weight: bold;
}
.detail-title p {
  color: #999;
}

.detail-content {
  text-indent: 2em;
  color: #333;
}
.detail-content img {
  width: 100%;
  margin: 0 auto;
}

.pagination-btn {
  display: block;
  color: #333;
  cursor: pointer;
}
.pagination-btn span {
  color: #005BAC;
}
.pagination-btn.disabled {
  cursor: default;
}
.pagination-btn.disabled span {
  color: inherit;
}

@media (min-width: 769px) {
  .page-banner img {
    height: 6.5rem;
  }
  .page-board {
    padding: 0.75rem 4.5rem;
  }
  .detail-title {
    padding-bottom: 0.375rem;
    border-bottom: 0.0125rem dashed #ddd;
  }
  .detail-title h2 {
    margin-bottom: 0.25rem;
    font-size: 0.4rem;
    line-height: 0.575rem;
  }
  .detail-title p {
    font-size: 0.175rem;
    line-height: 0.25rem;
  }
  .detail-title span + span {
    margin-left: 0.25rem;
  }
  .detail-content {
    margin: 0.375rem 0;
    text-indent: 2em;
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .detail-content p {
    margin: 0.25rem 0;
  }
  .detail-pagination {
    padding-top: 0.25rem;
    margin-top: 1rem;
    border-top: 0.0125rem dashed #ddd;
  }
  .pagination-btn {
    font-size: 0.2rem;
    line-height: 0.3rem;
  }
  .pagination-btn + .pagination-btn {
    margin-top: 0.25rem;
  }
}
@media (max-width: 768px) {
  .page-banner img {
    height: 12.8rem;
  }
  .page-board {
    padding: 1.275rem 1.025rem;
  }
  .detail-title {
    padding-bottom: 1.275rem;
    border-bottom: 0.0625rem dashed #ddd;
  }
  .detail-title h2 {
    padding: 0 2.25rem;
    margin-bottom: 0.775rem;
    font-size: 1.15rem;
    line-height: 1.6625rem;
  }
  .detail-title p {
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .detail-title span + span {
    margin-left: 0.25rem;
  }
  .detail-content {
    margin: 1.275rem 0;
    text-indent: 2em;
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .detail-content p {
    margin: 1.275rem 0;
  }
  .detail-pagination {
    padding-top: 1.25rem;
    margin-top: 1rem;
    border-top: 0.0625rem dashed #ddd;
  }
  .pagination-btn {
    font-size: 0.7625rem;
    line-height: 1.0875rem;
  }
  .pagination-btn + .pagination-btn {
    margin-top: 0.7625rem;
  }
}