/* About Daeha 페이지 전용 스타일 */
.page-id-1329 .daeha-author-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif, 'Noto Sans KR';
    line-height: 1.8;
    color: #333;
}
.page-id-1329 .daeha-author-header {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}
.page-id-1329 .daeha-author-photo {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto 20px;
    object-fit: cover;
    border: 4px solid #f0f0f0;
}
.page-id-1329 .daeha-author-name {
    font-size: 2.5em;
    margin: 10px 0;
    font-weight: 700;
    color: #1a1a1a;
}
.page-id-1329 .daeha-author-tagline {
    font-size: 1.3em;
    color: #666;
    margin: 10px 0;
}
.page-id-1329 .daeha-author-subtitle {
    font-size: 1.1em;
    color: #555;
    font-weight: 500;
}
.page-id-1329 .daeha-author-social {
    margin: 20px 0;
    font-size: 1.1em;
}
.page-id-1329 .daeha-author-social a {
    color: #0066cc;
    text-decoration: none;
    margin: 0 10px;
}
.page-id-1329 .daeha-author-social a:hover {
    text-decoration: underline;
}
.page-id-1329 .daeha-section {
    margin: 50px 0;
}
.page-id-1329 .daeha-section-title {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a;
    border-left: 4px solid #0066cc;
    padding-left: 15px;
}
.page-id-1329 .daeha-bio-text, .page-id-1329 .ko-text {
    font-size: 1.1em;
    line-height: 1.9;
    margin-bottom: 1em;
}
.page-id-1329 .daeha-books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 30px;
}
.page-id-1329 .daeha-book-item {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.page-id-1329 .daeha-book-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.page-id-1329 .daeha-book-title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}
.page-id-1329 .daeha-book-meta {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 15px;
}
.page-id-1329 .daeha-timeline {
    position: relative;
    padding-left: 30px;
    border-left: 2px solid #e0e0e0;
}
.page-id-1329 .daeha-timeline-item {
    margin-bottom: 40px;
    position: relative;
}
.page-id-1329 .daeha-timeline-item:before {
    content: '';
    position: absolute;
    left: -36px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0066cc;
    border: 2px solid white;
}
.page-id-1329 .daeha-timeline-year {
    font-weight: 700;
    color: #0066cc;
    font-size: 1.1em;
    margin-bottom: 5px;
}
.page-id-1329 .daeha-timeline-content {
    font-size: 1em;
    line-height: 1.7;
}
.page-id-1329 .daeha-highlight-box {
    background: #f0f7ff;
    border-left: 4px solid #0066cc;
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.page-id-1329 .daeha-vcard-download {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}
.page-id-1329 .daeha-download-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #0066cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: 600;
    transition: background 0.3s;
}
.page-id-1329 .daeha-download-btn:hover {
    background: #0052a3;
}
.page-id-1329 .daeha-contact-info {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
}
.page-id-1329 .daeha-contact-info a {
    color: #0066cc;
    text-decoration: none;
    font-size: 1.1em;
    margin: 0 15px;
}
.page-id-1329 .en-text {
    color: #555;
    display: block;
    margin-top: 15px;
    font-size: 0.95em;
    line-height: 1.75;
}
@media (max-width: 768px) {
    .page-id-1329 .daeha-author-name { font-size: 2em; }
    .page-id-1329 .daeha-books-grid { grid-template-columns: 1fr; }
}
