.page-detail-wrap {
  padding: 0 5%;
  background-color: #e6e6e6;
}

.page-detail-wrap .title {
  text-align: center;
  border-bottom: 1px solid #a8a8a8;
  padding: 20px 0;
}

.page-detail-wrap .title h3 {
  font-size: 30px;
  color: #343434;
}

.page-detail-wrap .title p {
  font-size: 16px;
  color: #666666;
}

.page-detail-wrap .url {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}

.page-detail-wrap .article {
  background-color: #fff;
  min-height: 500px;
  margin-top: 10px;
  padding: 10px;
}