/* ========================================
   STORY DETAIL Page Styles
   ======================================== */

/* Story Detail Content */
.story-detail {
  padding: 0 0 80px;
  background: #fff;
}

.story-detail-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Story Date */
.story-date {
  display: block;
  font-size: 13px;
  color: #888;
  text-align: center;
  margin-bottom: 24px;
}

/* Story Title */
.story-detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  color: #3B4043;
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

/* Story Body */
.story-body {
  font-size: 15px;
  line-height: 2;
  color: #3B4043;
}

.story-body p {
  margin-bottom: 24px;
}

.story-body p:last-child {
  margin-bottom: 0;
}

/* Story Figure */
.story-figure {
  margin: 48px 0;
  text-align: center;
}

.story-figure img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 8px;
  margin: 0 auto;
}

.story-figure figcaption {
  font-size: 13px;
  color: #888;
  margin-top: 12px;
  text-align: center;
}

/* Story Divider */
.story-divider {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 48px 0 0 0;
  padding-bottom: 40px;
}

/* Back Button */
.story-detail .stories-button {
  margin-top: 60px;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .story-detail {
    padding: 0 0 60px;
  }

  .story-detail-title {
    font-size: 20px;
    margin-bottom: 32px;
  }

  .story-body {
    font-size: 14px;
  }

  .story-body p {
    margin-bottom: 20px;
  }

  .story-body br {
    display: none;
  }

  .story-figure {
    margin: 32px 0;
  }

  .story-detail .stories-button {
    margin-top: 48px;
  }
}

.story02_quote{
  font-style: italic;
}

.story02_end_text{
  text-align: right;
}

.story-detail-subtitle{
  font-weight: 400;
  font-size: 15px;
}