/* =================================
  Subpage 6 ('Field 3') Styles
  (Based on Design 7.jpg)
  ================================= */

/* 인터뷰 아티클 간격 */
.interview-article {
    margin-bottom: 60px;
}
.interview-article:last-child {
    margin-bottom: 0;
}

/* 시안(7.jpg)의 인터뷰 질문 스타일 (번호 포함) */
.interview-question {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
    line-height: 1.6;
}

/* 본문 내 이미지 스타일 */
.content-image {
    margin: 40px 0; /* 위아래 여백 */
    border-radius: 8px;
    overflow: hidden;
}
.content-image img {
    width: 100%;
    object-fit: cover;
}