.eduinfo-detail-page {
    max-width: 480px;
    margin: 0 auto;
    padding: 24px 16px 60px;
}

/* 썸네일 */
.edu-detail-thumb {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f0f0f0;
}
.edu-detail-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

/* 제목 영역 */
.edu-detail-head {
    margin-bottom: 24px;
}
.edu-detail-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    line-height: 1.5;
    margin-bottom: 6px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.edu-detail-date {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    flex-shrink: 0;
    margin-top: 3px;
}
.edu-detail-subtitle {
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* 메타 */
.edu-detail-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #666;
    margin-bottom: 14px;
}
.edu-detail-writer {
    display: flex;
    align-items: center;
    gap: 4px;
}
.edu-detail-hit {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
}
.edu-detail-divider {
    color: #ddd;
}
.edu-detail-divider-line {
    height: 1px;
    background: #eee;
}

/* 본문 */
.edu-detail-content {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}
.edu-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 8px 0;
}

/* 목록 버튼 */
.edu-detail-footer {
    text-align: center;
    margin-top: 32px;
}
.edu-detail-list-btn {
    display: inline-block;
    padding: 12px 60px;
    border: 1px solid #ddd;
    border-radius: 24px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    background: #fff;
}
.edu-detail-list-btn:hover { background: #f5f5f5; }