
/* === dodal skin - Generated === */
:root {
    --dodal-primary: #0891B2;
    --dodal-accent: #67E8F9;
    --dodal-dark: #164E63;
}
.skin-dodal {
    background-color: #ffffff;
    font-family: 'Gowun Dodum', sans-serif;
    color: #1a1a1a;
}
.skin-dodal .main-header {
    background: #ffffff;
    color: #164E63;
    border-bottom: 2px solid #0891B2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}
.skin-dodal .main-header a {
    color: #164E63;
}
.skin-dodal .main-header .brand-logo a {
    color: #0891B2;
    font-family: 'Gowun Dodum', sans-serif;
    font-weight: 700;
}
.skin-dodal .main-header nav ul li a:hover {
    color: #0891B2;
}
.skin-dodal h1, .skin-dodal h2, .skin-dodal h3, .skin-dodal h4 {
    font-family: 'Gowun Dodum', sans-serif;
    color: #164E63;
}
.skin-dodal a { color: inherit; text-decoration: none; }
.skin-dodal .section-label {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #0891B2;
    color: #164E63;
    letter-spacing: -0.5px;
}
.skin-dodal .post-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
.skin-dodal .post-card {
    background: #fff;
    border: 1px solid #eef;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.skin-dodal .post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border-color: #67E8F9;
}
.skin-dodal .post-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
}
.skin-dodal .post-content { padding: 16px; }
.skin-dodal .post-category {
    display: inline-block;
    background: #0891B2;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    margin-bottom: 8px;
}
.skin-dodal .post-content h3 {
    font-size: 1.05rem;
    margin: 6px 0 10px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.skin-dodal .post-excerpt {
    font-size: 0.85rem;
    color: #555;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}
.skin-dodal .post-card time { font-size: 0.8rem; color: #888; }

/* Post detail */
.skin-dodal .post-detail {
    max-width: 800px;
    margin: 30px auto;
    padding: 0 20px;
}
.skin-dodal .post-detail h1 {
    font-size: 2rem;
    line-height: 1.3;
    margin: 15px 0;
    color: #164E63;
}
.skin-dodal .post-thumb-full {
    height: 380px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    margin-bottom: 30px;
}
.skin-dodal .post-body {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #2a2a2a;
}
.skin-dodal .post-body h2 { margin: 30px 0 15px; font-size: 1.5rem; color: #0891B2; }
.skin-dodal .post-body h3 { margin: 25px 0 12px; font-size: 1.2rem; }
.skin-dodal .post-body p { margin-bottom: 18px; }
.skin-dodal .post-body a { color: #0891B2; text-decoration: underline; }
.skin-dodal .post-body img { max-width: 100%; border-radius: 8px; margin: 15px 0; }
.skin-dodal .related-content { max-width: 1200px; margin: 60px auto; padding: 0 20px; }
.skin-dodal .related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.skin-dodal .related-card { background: #f9f9f9; border-radius: 8px; overflow: hidden; }
.skin-dodal .related-thumb { height: 140px; background-size: cover; background-position: center; }
.skin-dodal .related-info { padding: 12px; }
.skin-dodal .related-info h4 { font-size: 0.95rem; margin: 5px 0; }
.skin-dodal .related-cat { font-size: 0.7rem; color: #0891B2; text-transform: uppercase; }

/* Category header */
.skin-dodal .category-header {
    padding: 60px 20px 30px;
    text-align: center;
    background: linear-gradient(135deg, #0891B215, #67E8F920);
    margin-bottom: 40px;
    border-radius: 0 0 16px 16px;
}
.skin-dodal .category-header h1 {
    font-size: 2.2rem;
    color: #164E63;
    margin: 0;
}
.skin-dodal .category-sub { margin-top: 10px; color: #666; font-style: italic; }

.skin-dodal .pagination a,
.skin-dodal .pagination span {
    border: 1px solid #67E8F9;
    color: #164E63;
}
.skin-dodal .pagination .current,
.skin-dodal .pagination a:hover {
    background: #0891B2;
    color: #fff;
    border-color: #0891B2;
}

footer { background: #164E63; color: #fff; padding: 30px 0; text-align: center; margin-top: 60px; }
footer a { color: #67E8F9; }

.skin-dodal .magazine-banner {
    padding: 60px 20px 30px;
    text-align: center;
    border-bottom: 4px double #0891B2;
    margin-bottom: 40px;
}
.skin-dodal .magazine-title {
    font-size: 3rem;
    color: #164E63;
    font-weight: 900;
    letter-spacing: -1.5px;
}
.skin-dodal .dual-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.skin-dodal .dual-card { background: #fff; border-radius: 8px; overflow: hidden; border: 1px solid #eee; }
.skin-dodal .dual-thumb { height: 260px; background-size: cover; background-position: center; }
.skin-dodal .dual-info { padding: 20px; }
.skin-dodal .dual-info h3 { font-size: 1.4rem; margin: 8px 0; }
.skin-dodal .dual-info p { font-size: 0.9rem; color: #666; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; margin: 10px 0; }
.skin-dodal .dual-cat { background: #0891B2; color: #fff; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; }
.skin-dodal .editors-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    margin-bottom: 60px;
}
.skin-dodal .editors-main { position: relative; height: 420px; border-radius: 12px; overflow: hidden; }
.skin-dodal .editors-thumb { position: absolute; inset: 0; background-size: cover; background-position: center; }
.skin-dodal .editors-main::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 60%); }
.skin-dodal .editors-info { position: absolute; bottom: 25px; left: 25px; right: 25px; color: #fff; z-index: 1; }
.skin-dodal .editors-info h3 { color: #fff; font-size: 1.6rem; }
.skin-dodal .editors-info span { background: #67E8F9; color: #164E63; padding: 3px 10px; border-radius: 20px; font-size: 0.75rem; }
.skin-dodal .editors-side { display: flex; gap: 12px; margin-bottom: 20px; }
.skin-dodal .editors-side-thumb { width: 100px; height: 100px; background-size: cover; background-position: center; border-radius: 8px; flex-shrink: 0; }
.skin-dodal .editors-side-info h4 { font-size: 1rem; margin: 5px 0; }
.skin-dodal .editors-side-info span { color: #0891B2; font-size: 0.75rem; text-transform: uppercase; }
@media (max-width: 768px) {
    .skin-dodal .dual-top, .skin-dodal .editors-layout { grid-template-columns: 1fr; }
    .skin-dodal .magazine-title { font-size: 2rem; }
}
