:root{
  --dororo-bg:#fffafb;
  --dororo-bg-soft:#fff5f8;
  --dororo-panel:#ffffff;
  --dororo-line:#f0dfe6;
  --dororo-text:#3b2c32;
  --dororo-muted:#77656e;
  --dororo-accent:#ea8fb0;
  --dororo-accent-2:#c2b3ff;
  --dororo-accent-3:#f8dbe7;
  --dororo-shadow:0 18px 50px rgba(108,72,91,.08);
  --dororo-radius:26px;
}
html{scroll-behavior:smooth;scroll-padding-top:130px}
body.dororo-pretty-home-body{
  background:linear-gradient(180deg,#fffdfd 0%,#fff9fb 100%);
  color:var(--dororo-text);
  font-family:'Noto Sans KR',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
body.dororo-pretty-home-body #wpadminbar{position:fixed}
.dororo-home-wrap *{box-sizing:border-box}
.dororo-home-wrap a{text-decoration:none}
.dororo-shell{width:min(1280px,calc(100% - 32px));margin:0 auto}
.dororo-topbar{background:#f9ebf0;border-bottom:1px solid #f3dce5;font-size:13px;color:#8d5f74}
.dororo-topbar-inner,.dororo-header-inner,.dororo-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.dororo-topbar-inner{padding:10px 0}
.dororo-topbar-links{display:flex;gap:16px;flex-wrap:wrap}
.dororo-topbar-links a{color:#8d5f74}
.dororo-site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(240,223,230,.9)}
.admin-bar .dororo-site-header{top:32px}
.dororo-header-inner{padding:16px 0}
.dororo-branding{display:flex;flex-direction:column;gap:4px;min-width:0}
.dororo-logo{font-family:'Playfair Display',serif;font-size:34px;font-weight:700;line-height:1;color:#4b343d;letter-spacing:-.02em}
.dororo-logo span{color:var(--dororo-accent)}
.dororo-tagline{margin:0;font-size:14px;color:#876c78}
.dororo-main-nav{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}
.dororo-main-nav a{position:relative;font-size:16px;font-weight:700;color:#5d4a52;padding:10px 2px}
.dororo-main-nav a:hover{color:var(--dororo-accent)}
.dororo-subscribe-btn,.dororo-primary-btn,.dororo-secondary-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-weight:700;transition:.2s ease}
.dororo-subscribe-btn{padding:13px 24px;background:linear-gradient(135deg,#f6a9c3,#e58fb6);color:#fff;box-shadow:0 10px 24px rgba(229,143,182,.25)}
.dororo-subscribe-btn:hover,.dororo-primary-btn:hover{transform:translateY(-1px)}
.dororo-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;padding:20px 0 36px}
.dororo-main-column{min-width:0}
.dororo-sidebar{display:flex;flex-direction:column;gap:20px}

.dororo-hero-banner{
  position:relative;
  min-height:255px;
  border-radius:32px;
  overflow:hidden;
  background:#f7eef2 center right / cover no-repeat;
  box-shadow:var(--dororo-shadow);
  border:1px solid #f4e5eb;
  isolation:isolate;
}
.dororo-hero-banner::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,251,252,.94) 0%,rgba(255,250,252,.90) 27%,rgba(255,250,252,.55) 46%,rgba(255,250,252,.12) 68%,rgba(255,250,252,0) 100%);
  z-index:0;
}
.dororo-hero-overlay{
  position:relative;
  z-index:1;
  max-width:420px;
  padding:30px 28px 24px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.dororo-hero-note{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  margin-bottom:12px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(238,213,224,.95);
  color:#9a6f86;
  font-size:13px;
  font-weight:700;
  backdrop-filter:blur(8px);
}
.dororo-hero-overlay h1{
  margin:0 0 14px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.18;
  letter-spacing:-.05em;
  color:#32242b;
}
.dororo-hero-overlay p{
  margin:0;
  font-size:18px;
  line-height:1.85;
  color:#6c6167;
  word-break:keep-all;
}
.dororo-chip-row{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0 0}
.dororo-chip-row span{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.88);backdrop-filter:blur(8px);border:1px solid #f0dde6;color:#815f6e;font-size:14px;font-weight:700}

.dororo-section{margin-top:18px;padding:22px;border-radius:28px;background:#fff;box-shadow:var(--dororo-shadow);border:1px solid #f4e5eb}
.dororo-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.dororo-section-head h2{margin:0;font-size:22px;line-height:1.15;letter-spacing:-.03em;color:#241f2f}
.dororo-section-more,.dororo-section-sub{font-size:14px;color:#88767e}
.dororo-section-more{font-weight:700}
.dororo-section-more:hover{color:var(--dororo-accent)}
.dororo-post-grid{display:grid;gap:14px}
.dororo-post-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
.dororo-post-card,.dororo-mini-card,.dororo-widget{background:#fff;border:1px solid #f0e2e8;border-radius:24px;overflow:hidden;box-shadow:0 10px 28px rgba(145,92,118,.06)}
.dororo-post-card{display:flex;flex-direction:column;min-width:0}
.dororo-post-thumb,.dororo-mini-thumb,.dororo-popular-thumb{display:block;background:#fbf4f8}
.dororo-post-thumb img,.dororo-mini-thumb img,.dororo-popular-thumb img{width:100%;height:100%;display:block;object-fit:cover}
.dororo-post-thumb{aspect-ratio:1.16/1}
.dororo-mini-thumb{aspect-ratio:1.35/1}
.dororo-post-body{padding:16px}
.dororo-post-body h3,.dororo-mini-body h3,.dororo-popular-body h4{margin:12px 0 8px;font-size:18px;line-height:1.5;letter-spacing:-.03em;word-break:keep-all}
.dororo-post-body h3 a,.dororo-mini-body h3 a,.dororo-popular-body h4 a{color:#2e2530}
.dororo-post-body p{margin:0;color:#786a71;line-height:1.72;min-height:3.3em;font-size:15px}
.dororo-post-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:14px;margin-top:14px;border-top:1px solid #f2e7ec;font-size:13px;color:#907f87}
.dororo-post-meta a{color:var(--dororo-accent);font-weight:700}
.dororo-post-badge{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#f8ebf1;color:#956b80;font-size:11px;font-weight:800}
.dororo-post-badge.is-mini{padding:6px 11px;font-size:11px;background:#f6eaf0;color:#8b6176}
.dororo-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.dororo-mini-body{padding:14px 16px 18px}
.dororo-mini-body h3{font-size:16px;min-height:3.2em}
.dororo-mini-date{color:#918189;font-size:13px}
.dororo-widget{padding:22px}
.dororo-widget h3{margin:0 0 16px;font-size:22px;line-height:1.2;letter-spacing:-.03em;color:#2d2330}
.dororo-profile-card{text-align:center;background:linear-gradient(180deg,#fff,#fff9fc 70%)}
.dororo-profile-avatar{width:128px;height:128px;margin:0 auto 16px;border-radius:50%;padding:5px;background:linear-gradient(135deg,#d0c3ff,#f1aec9);box-shadow:0 10px 24px rgba(203,170,196,.22)}
.dororo-profile-avatar img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;border:4px solid #fff}
.dororo-profile-card h2{margin:0 0 8px;font-size:24px}
.dororo-profile-card p{margin:0;color:#726670;line-height:1.9;word-break:keep-all}
.dororo-profile-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.dororo-profile-stats div{padding:16px;border-radius:18px;background:#fff;border:1px solid #f2e4ea}
.dororo-profile-stats strong{display:block;font-size:28px;color:#3a2a31}
.dororo-profile-stats span{display:block;margin-top:6px;color:#8c7a83;font-size:14px}
.dororo-search-form{display:flex;align-items:center;border:1px solid #eddbe3;border-radius:999px;overflow:hidden;background:#fff}
.dororo-search-form input{flex:1;min-width:0;border:0;background:transparent;padding:14px 16px;font-size:15px;color:#4a3d45;outline:none}
.dororo-search-form button{width:54px;height:50px;border:0;background:linear-gradient(135deg,#efa9c0,#df8db4);color:#fff;cursor:pointer}
.dororo-category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}
.dororo-category-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 0;border-bottom:1px solid #f5eaee}
.dororo-category-list li:last-child{border-bottom:0;padding-bottom:0}
.dororo-category-list a{color:#54454b;font-weight:600}
.dororo-category-list span{color:#d27fa5;font-weight:800}
.dororo-popular-list{display:flex;flex-direction:column;gap:16px}
.dororo-popular-item{display:grid;grid-template-columns:30px 88px 1fr;gap:12px;align-items:center}
.dororo-rank{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffe5ef;color:#cc7098;font-weight:800}
.dororo-popular-thumb{width:88px;height:72px;border-radius:16px;overflow:hidden}
.dororo-popular-body h4{margin:0 0 8px;font-size:15px}
.dororo-popular-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#95838a}
.dororo-no-thumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:22px;background:linear-gradient(135deg,#fff0f5,#f5eeff);color:#b47c96;font-family:'Playfair Display',serif;font-size:28px;font-weight:700}
.dororo-empty-box{padding:24px;border-radius:18px;background:#fff7fa;border:1px dashed #efcfdb;color:#896d78;line-height:1.7}
.dororo-empty-box.small{font-size:14px;padding:18px}
.dororo-site-footer{margin-top:26px;border-top:1px solid #f0dfe6;background:#fdf4f7}
.dororo-footer-inner{padding:18px 0;flex-wrap:wrap}
.dororo-footer-brand{display:flex;align-items:center;gap:12px}
.dororo-footer-brand img{width:54px;height:54px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 18px rgba(0,0,0,.06)}
.dororo-footer-brand strong{display:block;font-size:20px;color:#3d2f36}
.dororo-footer-brand span,.dororo-footer-copy{font-size:14px;color:#846f78}
.dororo-footer-links{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.dororo-footer-links a{color:#7f6772}
.dororo-scroll-target{animation:dororoTargetFlash 1.2s ease}
@keyframes dororoTargetFlash{0%{box-shadow:0 0 0 0 rgba(234,143,176,.40)}100%{box-shadow:0 0 0 18px rgba(234,143,176,0)}}
.screen-reader-text{position:absolute;left:-9999px}
@media (max-width:1200px){
  .dororo-main-grid{grid-template-columns:minmax(0,1fr) 280px}
}
@media (max-width:980px){
  .admin-bar .dororo-site-header{top:46px}
  .dororo-header-inner{flex-wrap:wrap;justify-content:center;text-align:center}
  .dororo-main-grid{grid-template-columns:1fr}
  .dororo-sidebar{order:2}
  .dororo-hero-banner{min-height:300px;background-position:70% center}
}
@media (max-width:782px){
  .admin-bar .dororo-site-header{top:46px}
}
@media (max-width:640px){
  html{scroll-padding-top:24px}
  .dororo-shell{width:min(100% - 22px,1280px)}
  .dororo-topbar-inner{padding:10px 0;justify-content:center;text-align:center}
  .dororo-topbar-links{display:none}
  .dororo-site-header{position:static}
  .dororo-header-inner{padding:16px 0 14px;gap:12px}
  .dororo-logo{font-size:28px}
  .dororo-tagline{font-size:13px}
  .dororo-main-nav{gap:14px}
  .dororo-main-nav a{font-size:14px;padding:6px 0}
  .dororo-subscribe-btn{padding:12px 18px;font-size:14px}
  .dororo-main-grid{padding:18px 0 26px;gap:18px}
  .dororo-hero-banner{min-height:280px;border-radius:24px;background-position:66% center}
  .dororo-hero-banner::before{background:linear-gradient(180deg,rgba(255,251,252,.96) 0%,rgba(255,251,252,.86) 58%,rgba(255,251,252,.30) 100%)}
  .dororo-hero-overlay{max-width:none;padding:18px 16px 18px}
  .dororo-hero-note{font-size:12px;padding:7px 12px;margin-bottom:10px}
  .dororo-hero-overlay h1{font-size:clamp(28px,8.4vw,38px);margin-bottom:10px}
  .dororo-hero-overlay p{font-size:15px;line-height:1.75;max-width:270px}
  .dororo-chip-row{margin-top:14px;gap:8px}
  .dororo-chip-row span{font-size:12px;padding:7px 11px}
  .dororo-section{margin-top:18px;padding:18px;border-radius:20px}
  .dororo-section-head{align-items:flex-start;flex-direction:column;margin-bottom:16px}
  .dororo-post-grid-4,.dororo-mini-grid{grid-template-columns:1fr;gap:14px}
  .dororo-post-body{padding:16px}
  .dororo-post-body h3{font-size:18px}
  .dororo-post-body p{min-height:0;font-size:15px}
  .dororo-mini-body h3{min-height:0}
  .dororo-widget{padding:18px;border-radius:20px}
  .dororo-widget h3{font-size:22px}
  .dororo-profile-avatar{width:110px;height:110px}
  .dororo-profile-card h2{font-size:22px}
  .dororo-profile-stats strong{font-size:24px}
  .dororo-popular-item{grid-template-columns:24px 72px 1fr;gap:10px}
  .dororo-popular-thumb{width:72px;height:60px;border-radius:14px}
  .dororo-footer-inner{padding:16px 0;justify-content:center;text-align:center}
  .dororo-footer-brand{justify-content:center;width:100%}
}

/* =========================================================
 * v9 desktop compact home layout
 * - 한 화면에서 히어로 + 최신 글 + 오늘의 이슈가 함께 보이도록 세로 밀도 축소
 * - 여성 이미지는 cover 확대 대신 원본 비율로 오른쪽에 배치
 * ========================================================= */
@media (min-width:1181px){
  .dororo-shell{width:min(1440px,calc(100% - 36px))}

  .dororo-topbar-inner{padding:6px 0}
  .dororo-header-inner{padding:9px 0}
  .dororo-logo{font-size:29px}
  .dororo-tagline{font-size:12px}
  .dororo-main-nav{gap:21px}
  .dororo-main-nav a{font-size:14px;padding:7px 2px}
  .dororo-subscribe-btn{padding:10px 20px;font-size:14px}

  .dororo-main-grid{
    grid-template-columns:minmax(0,1fr) 270px;
    gap:16px;
    padding:12px 0 18px;
    align-items:start;
  }
  .dororo-sidebar{gap:12px}

  .dororo-hero-banner{
    min-height:0;
    height:186px;
    border-radius:22px;
    background-color:#f7eef4;
    background-size:auto 100% !important;
    background-repeat:no-repeat !important;
    background-position:82% center !important;
    box-shadow:0 12px 34px rgba(108,72,91,.07);
  }
  .dororo-hero-banner::before{
    background:linear-gradient(90deg,
      rgba(249,239,245,.99) 0%,
      rgba(249,239,245,.98) 45%,
      rgba(249,239,245,.90) 56%,
      rgba(249,239,245,.44) 68%,
      rgba(249,239,245,.04) 82%,
      rgba(249,239,245,0) 100%);
  }
  .dororo-hero-overlay{
    max-width:64%;
    height:100%;
    padding:16px 24px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .dororo-hero-note{font-size:11px;padding:5px 10px;margin-bottom:7px}
  .dororo-hero-overlay h1{
    font-size:clamp(23px,1.85vw,29px);
    line-height:1.22;
    margin:0 0 6px;
    letter-spacing:-.045em;
  }
  .dororo-hero-overlay p{font-size:13px;line-height:1.55;max-width:500px}
  .dororo-chip-row{gap:6px;margin-top:9px}
  .dororo-chip-row span{font-size:10.5px;padding:5px 9px}

  .dororo-section{margin-top:11px;padding:12px;border-radius:18px}
  .dororo-section-head{gap:10px;margin-bottom:9px}
  .dororo-section-head h2{font-size:18px}
  .dororo-section-more,.dororo-section-sub{font-size:11px}

  .dororo-post-grid{gap:9px}
  .dororo-post-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .dororo-post-card,.dororo-mini-card,.dororo-widget{border-radius:15px;box-shadow:0 7px 20px rgba(145,92,118,.055)}
  .dororo-post-card{height:258px;display:grid;grid-template-rows:112px minmax(0,1fr)}
  .dororo-post-thumb{aspect-ratio:auto;height:112px}
  .dororo-post-body{padding:8px 9px 8px;display:flex;flex-direction:column;min-height:0}
  .dororo-post-badge{font-size:9px;padding:4px 7px}
  .dororo-post-body h3{
    margin:5px 0 4px;
    font-size:12px;
    line-height:1.36;
    min-height:2.72em;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .dororo-post-body p{
    font-size:9.8px;
    line-height:1.42;
    min-height:2.84em;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .dororo-post-meta{padding-top:6px;margin-top:auto;font-size:9.2px}

  .dororo-mini-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
  .dororo-mini-card{
    display:grid;
    grid-template-columns:78px minmax(0,1fr);
    min-height:72px;
  }
  .dororo-mini-thumb{aspect-ratio:auto;height:100%;min-height:72px}
  .dororo-mini-body{padding:7px 8px}
  .dororo-post-badge.is-mini{font-size:8.5px;padding:3px 6px}
  .dororo-mini-body h3{
    margin:4px 0 3px;
    font-size:11px;
    line-height:1.35;
    min-height:0;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .dororo-mini-date{font-size:9px}

  .dororo-widget{padding:12px}
  .dororo-widget h3{margin-bottom:9px;font-size:17px}
  .dororo-profile-avatar{width:82px;height:82px;margin-bottom:7px;padding:4px}
  .dororo-profile-avatar img{border-width:3px}
  .dororo-profile-card h2{margin-bottom:4px;font-size:18px}
  .dororo-profile-card p{font-size:11px;line-height:1.55}
  .dororo-profile-stats{gap:7px;margin-top:9px}
  .dororo-profile-stats div{padding:8px;border-radius:12px}
  .dororo-profile-stats strong{font-size:19px}
  .dororo-profile-stats span{margin-top:2px;font-size:10px}

  .dororo-search-form input{padding:9px 11px;font-size:11px}
  .dororo-search-form button{width:42px;height:36px}
  .dororo-category-list{gap:0}
  .dororo-category-list li{padding:5px 0;font-size:11px}
  .dororo-category-list a{font-weight:600}
  .dororo-category-list span{font-size:10px}

  .dororo-popular-list{gap:7px}
  .dororo-popular-item{grid-template-columns:21px 54px 1fr;gap:7px}
  .dororo-rank{width:21px;height:21px;font-size:10px}
  .dororo-popular-thumb{width:54px;height:44px;border-radius:9px}
  .dororo-popular-body h4{
    margin:0 0 2px;
    font-size:10.5px;
    line-height:1.35;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .dororo-popular-meta{gap:5px;font-size:8.5px}

  .dororo-site-footer{margin-top:10px}
  .dororo-footer-inner{padding:8px 0}
  .dororo-footer-brand{gap:8px}
  .dororo-footer-brand img{width:36px;height:36px;border-width:2px}
  .dororo-footer-brand strong{font-size:15px}
  .dororo-footer-brand span,.dororo-footer-copy{font-size:10px}
  .dororo-footer-links{gap:12px;font-size:10px}
}


/* =========================================================
 * v10 desktop density tune
 * - 히어로 필기체가 잘리지 않도록 배경 위치 미세 조정
 * - 최신 글 카드 높이를 약 260px 수준으로 축소
 * ========================================================= */
@media (min-width:981px){
  .dororo-hero-banner{background-position:85% center!important}
  .dororo-post-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dororo-post-card{height:260px;display:grid;grid-template-rows:118px minmax(0,1fr)}
  .dororo-post-thumb{aspect-ratio:auto;height:118px}
  .dororo-post-body{padding:10px 12px 9px;display:flex;flex-direction:column;min-height:0}
  .dororo-post-badge{font-size:10px;padding:5px 8px}
  .dororo-post-body h3{margin:7px 0 5px;font-size:16px;line-height:1.38;min-height:2.76em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .dororo-post-body p{font-size:12.5px;line-height:1.48;min-height:2.96em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .dororo-post-meta{padding-top:8px;margin-top:auto;font-size:11px}
}



/* =========================================================
 * v11 HOME HOTFIX
 * - v10에서 커진 최신글 카드/2열 충돌 복구
 * - 안정적이었던 기존 여성 이미지 복원 + 필기체는 HTML로 별도 표시
 * ========================================================= */
@media (min-width:1181px){
  .dororo-hero-banner{
    height:176px!important;
    min-height:176px!important;
    background-size:auto 100%!important;
    background-repeat:no-repeat!important;
    background-position:right center!important;
    background-color:#f8eef3!important;
  }
  .dororo-hero-banner::before{
    background:linear-gradient(90deg,
      rgba(249,239,245,.995) 0%,
      rgba(249,239,245,.99) 52%,
      rgba(249,239,245,.96) 66%,
      rgba(249,239,245,.82) 72%,
      rgba(249,239,245,.35) 77%,
      rgba(249,239,245,0) 84%)!important;
  }
  .dororo-hero-handwriting{
    position:absolute;
    z-index:3;
    left:61%;
    top:38px;
    width:150px;
    color:#8a6878;
    font-family:'Nanum Pen Script','Noto Sans KR',cursive;
    font-size:18px;
    line-height:1.08;
    letter-spacing:-.02em;
    transform:rotate(-7deg);
    text-align:center;
    white-space:normal;
    pointer-events:none;
    opacity:.9;
  }
  .dororo-hero-handwriting::after{
    content:'↘';
    display:block;
    margin-top:1px;
    font-size:18px;
    transform:translateX(20px) rotate(5deg);
    color:#9a7b89;
  }

  #latest.dororo-section{padding:11px 12px 12px!important}
  #latest .dororo-section-head{margin-bottom:8px!important}
  #latest .dororo-post-grid-4{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:9px!important;
    align-items:start!important;
  }
  #latest .dororo-post-card{
    height:248px!important;
    min-height:248px!important;
    max-height:248px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    border-radius:15px!important;
    background:#fff!important;
  }
  #latest .dororo-post-thumb{
    display:block!important;
    flex:0 0 106px!important;
    width:100%!important;
    height:106px!important;
    min-height:106px!important;
    max-height:106px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    position:relative!important;
    z-index:1!important;
    background:#fbf4f8!important;
  }
  #latest .dororo-post-thumb img{
    display:block!important;
    width:100%!important;
    height:106px!important;
    min-height:106px!important;
    max-height:106px!important;
    object-fit:cover!important;
    object-position:center!important;
  }
  #latest .dororo-post-body{
    flex:1 1 auto!important;
    height:142px!important;
    min-height:0!important;
    padding:8px 9px 7px!important;
    display:flex!important;
    flex-direction:column!important;
    overflow:hidden!important;
    position:relative!important;
    z-index:2!important;
    background:#fff!important;
  }
  #latest .dororo-post-badge{
    display:inline-flex!important;
    align-self:flex-start!important;
    flex:0 0 auto!important;
    width:max-content!important;
    max-width:100%!important;
    padding:4px 7px!important;
    font-size:8.5px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  #latest .dororo-post-body h3{
    flex:0 0 auto!important;
    margin:5px 0 3px!important;
    min-height:2.72em!important;
    max-height:2.72em!important;
    font-size:11.5px!important;
    line-height:1.36!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }
  #latest .dororo-post-body p{
    flex:0 0 auto!important;
    margin:0!important;
    min-height:2.8em!important;
    max-height:2.8em!important;
    font-size:9.6px!important;
    line-height:1.4!important;
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }
  #latest .dororo-post-meta{
    flex:0 0 auto!important;
    margin-top:auto!important;
    padding-top:5px!important;
    font-size:8.8px!important;
    line-height:1.2!important;
  }

  #issue.dororo-section{margin-top:10px!important;padding-top:10px!important}
}

@media (min-width:981px) and (max-width:1180px){
  #latest .dororo-post-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #latest .dororo-post-card{height:260px!important;overflow:hidden!important}
  #latest .dororo-post-thumb{height:120px!important;min-height:120px!important;max-height:120px!important;overflow:hidden!important}
  #latest .dororo-post-thumb img{height:120px!important;object-fit:cover!important}
  #latest .dororo-post-badge{width:max-content!important;align-self:flex-start!important}
}


/* =========================================================
 * v12 HOME TUNE
 * - 히어로 배경 내 잘린 필기 제거용 새 배너 적용
 * - 필기체 인사 문구를 HTML 오버레이로 자연스럽게 표시
 * - 왼쪽 텍스트와 오른쪽 인물 간격 축소
 * - 최신 글은 제목 중심으로, 요약문 숨김
 * ========================================================= */
.dororo-hero-note{
  letter-spacing:-.01em;
}
.dororo-hero-handwriting{
  font-family:'Nanum Pen Script','Noto Sans KR',cursive;
  font-weight:400;
  white-space:normal;
}

#latest .dororo-post-body p{display:none!important}

@media (min-width:1181px){
  .dororo-hero-banner{
    height:176px!important;
    min-height:176px!important;
    background-size:auto 100%!important;
    background-repeat:no-repeat!important;
    background-position:calc(100% - 90px) center!important;
    background-color:#f8eef3!important;
  }
  .dororo-hero-banner::before{
    background:linear-gradient(90deg,
      rgba(249,239,245,.998) 0%,
      rgba(249,239,245,.995) 40%,
      rgba(249,239,245,.975) 52%,
      rgba(249,239,245,.84) 64%,
      rgba(249,239,245,.28) 74%,
      rgba(249,239,245,0) 82%)!important;
  }
  .dororo-hero-overlay{
    max-width:48%!important;
    padding:16px 22px 16px 22px!important;
  }
  .dororo-hero-note{
    margin-bottom:5px!important;
    font-size:10.5px!important;
    padding:5px 11px!important;
  }
  .dororo-hero-overlay h1{
    margin:0 0 5px!important;
    font-size:clamp(24px,1.9vw,31px)!important;
  }
  .dororo-hero-overlay p{
    max-width:420px!important;
    font-size:13px!important;
    line-height:1.5!important;
  }
  .dororo-chip-row{margin-top:8px!important}
  .dororo-hero-handwriting{
    position:absolute!important;
    z-index:3!important;
    left:58.5%!important;
    top:22px!important;
    width:162px!important;
    color:#8c6878!important;
    font-size:21px!important;
    line-height:1.02!important;
    letter-spacing:-.03em!important;
    transform:rotate(-7deg)!important;
    text-align:center!important;
    opacity:.94!important;
    pointer-events:none!important;
    text-shadow:0 1px 0 rgba(255,255,255,.45);
  }
  .dororo-hero-handwriting::after{
    content:'↘'!important;
    display:block!important;
    margin-top:0!important;
    font-size:18px!important;
    transform:translateX(20px) rotate(4deg)!important;
    color:#9d7b89!important;
  }

  #latest.dororo-section{padding:11px 12px 10px!important}
  #latest .dororo-section-head{margin-bottom:8px!important}
  #latest .dororo-post-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:9px!important}
  #latest .dororo-post-card{
    height:208px!important;
    min-height:208px!important;
    max-height:208px!important;
    display:flex!important;
    flex-direction:column!important;
  }
  #latest .dororo-post-thumb{
    flex:0 0 112px!important;
    height:112px!important;
    min-height:112px!important;
    max-height:112px!important;
  }
  #latest .dororo-post-thumb img{
    height:112px!important;
    min-height:112px!important;
    max-height:112px!important;
  }
  #latest .dororo-post-body{
    height:96px!important;
    min-height:96px!important;
    padding:8px 10px 8px!important;
  }
  #latest .dororo-post-body h3{
    margin:6px 0 0!important;
    min-height:2.8em!important;
    max-height:2.8em!important;
    font-size:12.5px!important;
    line-height:1.38!important;
  }
  #latest .dororo-post-meta{
    padding-top:6px!important;
    font-size:8.8px!important;
  }
  #issue.dororo-section{margin-top:8px!important}
}

@media (min-width:981px) and (max-width:1180px){
  .dororo-hero-banner{
    background-size:auto 100%!important;
    background-repeat:no-repeat!important;
    background-position:calc(100% - 60px) center!important;
    background-color:#f8eef3!important;
  }
  .dororo-hero-banner::before{
    background:linear-gradient(90deg,
      rgba(249,239,245,.995) 0%,
      rgba(249,239,245,.985) 46%,
      rgba(249,239,245,.88) 62%,
      rgba(249,239,245,.38) 74%,
      rgba(249,239,245,0) 84%)!important;
  }
  .dororo-hero-overlay{max-width:50%!important;padding:18px 18px 18px 18px!important}
  .dororo-hero-handwriting{
    position:absolute!important;
    left:57.5%!important;
    top:28px!important;
    width:150px!important;
    font-size:20px!important;
    line-height:1.04!important;
    color:#8c6878!important;
    transform:rotate(-6deg)!important;
    text-align:center!important;
    opacity:.94!important;
  }
  .dororo-hero-handwriting::after{
    content:'↘'!important;
    display:block!important;
    font-size:17px!important;
    transform:translateX(16px) rotate(4deg)!important;
  }

  #latest .dororo-post-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #latest .dororo-post-card{height:224px!important;min-height:224px!important;max-height:224px!important}
  #latest .dororo-post-thumb{height:120px!important;min-height:120px!important;max-height:120px!important}
  #latest .dororo-post-thumb img{height:120px!important;min-height:120px!important;max-height:120px!important}
  #latest .dororo-post-body{height:104px!important;min-height:104px!important;padding:10px 12px 8px!important}
  #latest .dororo-post-body h3{margin:7px 0 0!important;font-size:14px!important;line-height:1.4!important}
}

@media (max-width:640px){
  .dororo-hero-handwriting{
    position:absolute!important;
    left:auto!important;
    right:16px!important;
    top:24px!important;
    width:112px!important;
    font-size:17px!important;
    line-height:1.05!important;
    color:#8c6878!important;
    transform:rotate(-6deg)!important;
    text-align:center!important;
    opacity:.92!important;
  }
  .dororo-hero-handwriting::after{
    content:'↘'!important;
    display:block!important;
    font-size:14px!important;
    transform:translateX(10px)!important;
  }
  #latest .dororo-post-body h3{margin-bottom:0!important}
}


/* =========================================================
 * v13 desktop polish
 * - 히어로 오른쪽 빈 여백 제거 + 인물/왼쪽 카피 거리 축소
 * - 오늘의 이슈 브리핑 썸네일을 세로형으로 꽉 채움(비율 유지 crop)
 * - 향후 좌우 광고 공간을 위해 전체 폭 소폭 축소
 * ========================================================= */
@media (min-width:1181px){
  .dororo-shell{
    width:min(1360px,calc(100% - 48px))!important;
  }

  .dororo-hero-banner{
    background-size:auto 112%!important;
    background-position:right center!important;
    background-repeat:no-repeat!important;
  }
  .dororo-hero-banner::before{
    background:linear-gradient(90deg,
      rgba(249,239,245,.998) 0%,
      rgba(249,239,245,.992) 38%,
      rgba(249,239,245,.955) 49%,
      rgba(249,239,245,.72) 59%,
      rgba(249,239,245,.20) 69%,
      rgba(249,239,245,0) 78%)!important;
  }
  .dororo-hero-overlay{
    max-width:51%!important;
  }
  .dororo-hero-handwriting{
    left:55.5%!important;
  }

  #issue .dororo-mini-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:9px!important;
  }
  #issue .dororo-mini-card{
    display:grid!important;
    grid-template-columns:92px minmax(0,1fr)!important;
    grid-template-rows:128px!important;
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    overflow:hidden!important;
  }
  #issue .dororo-mini-thumb{
    display:block!important;
    width:92px!important;
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    aspect-ratio:auto!important;
    overflow:hidden!important;
    align-self:stretch!important;
  }
  #issue .dororo-mini-thumb img{
    display:block!important;
    width:100%!important;
    height:128px!important;
    min-height:128px!important;
    max-height:128px!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  #issue .dororo-mini-body{
    height:128px!important;
    min-height:0!important;
    padding:9px 10px!important;
    overflow:hidden!important;
    display:flex!important;
    flex-direction:column!important;
  }
  #issue .dororo-mini-body h3{
    margin:6px 0 4px!important;
    font-size:11px!important;
    line-height:1.4!important;
    min-height:0!important;
    max-height:4.2em!important;
    -webkit-line-clamp:3!important;
  }
  #issue .dororo-mini-date{
    margin-top:auto!important;
  }
}

@media (min-width:981px) and (max-width:1180px){
  .dororo-shell{
    width:min(1080px,calc(100% - 40px))!important;
  }
  .dororo-hero-banner{
    background-size:auto 108%!important;
    background-position:right center!important;
  }
  #issue .dororo-mini-card{
    display:grid!important;
    grid-template-columns:96px minmax(0,1fr)!important;
    grid-template-rows:126px!important;
    height:126px!important;
    overflow:hidden!important;
  }
  #issue .dororo-mini-thumb,
  #issue .dororo-mini-thumb img{
    width:96px!important;
    height:126px!important;
    min-height:126px!important;
    max-height:126px!important;
    object-fit:cover!important;
  }
}


/* =========================================================
 * v14 badge cleanup
 * - 최신 글 / 오늘의 이슈 브리핑 카드의 "오늘의 이슈" 배지 제거
 * ========================================================= */
#latest .dororo-post-badge,
#issue .dororo-post-badge,
#issue .dororo-post-badge.is-mini{
  display:none!important;
}
#latest .dororo-post-body h3{
  margin-top:0!important;
}
#issue .dororo-mini-body h3{
  margin-top:0!important;
}


/* =========================================================
 * v15 hero handwriting + portrait scale
 * - 인사 문구를 부드러운 붓글씨형 필기체로 변경
 * - 여성 이미지를 비율 유지한 채 소폭 확대
 * ========================================================= */
.dororo-hero-handwriting{
  font-family:'Nanum Brush Script','Nanum Pen Script','Noto Sans KR',cursive!important;
  font-weight:400!important;
  font-style:normal!important;
  letter-spacing:.01em!important;
  line-height:.98!important;
  text-rendering:optimizeLegibility;
}

@media (min-width:1181px){
  .dororo-hero-banner{
    background-size:auto 120%!important;
    background-position:right center!important;
  }
  .dororo-hero-handwriting{
    left:57.8%!important;
    top:18px!important;
    width:168px!important;
    font-size:24px!important;
    transform:rotate(-4deg)!important;
    color:#8f6578!important;
    text-align:center!important;
    opacity:.96!important;
  }
  .dororo-hero-handwriting::after{
    margin-top:0!important;
    font-size:18px!important;
    transform:translateX(18px) rotate(2deg)!important;
  }
}

@media (min-width:981px) and (max-width:1180px){
  .dororo-hero-banner{
    background-size:auto 116%!important;
    background-position:right center!important;
  }
  .dororo-hero-handwriting{
    left:58%!important;
    top:24px!important;
    width:154px!important;
    font-size:22px!important;
    transform:rotate(-4deg)!important;
  }
}

@media (max-width:640px){
  .dororo-hero-banner{
    background-size:auto 108%!important;
  }
  .dororo-hero-handwriting{
    font-family:'Nanum Brush Script','Nanum Pen Script','Noto Sans KR',cursive!important;
    font-size:19px!important;
    transform:rotate(-4deg)!important;
  }
}


/* =========================================================
 * v19 single-post related cards
 * - "함께 읽으면 좋은 글" 이미지를 크게 표시
 * - 3열 카드형으로 정리하고 이미지 없는 글도 세로 글자 깨짐 방지
 * ========================================================= */
body.dororo-single-template .dororo-related-section{
  padding:18px!important;
  border-radius:22px!important;
}
body.dororo-single-template .dororo-related-section .dororo-section-head{
  margin-bottom:14px!important;
}
body.dororo-single-template .dororo-related-section .dororo-mini-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
body.dororo-single-template .dororo-related-section .dororo-mini-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  min-height:286px!important;
  height:auto!important;
  overflow:hidden!important;
  border-radius:18px!important;
  background:#fff!important;
}
body.dororo-single-template .dororo-related-section .dororo-mini-thumb{
  display:block!important;
  width:100%!important;
  height:168px!important;
  min-height:168px!important;
  max-height:168px!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  background:linear-gradient(135deg,#fff4f8,#f7f0ff)!important;
}
body.dororo-single-template .dororo-related-section .dororo-mini-thumb > img,
body.dororo-single-template .dororo-related-section .dororo-mini-thumb img{
  display:block!important;
  width:100%!important;
  height:168px!important;
  min-height:168px!important;
  max-height:168px!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:0!important;
}
body.dororo-single-template .dororo-related-section .dororo-related-fallback-image{
  object-fit:cover!important;
  object-position:center!important;
  background:#f9edf3!important;
}
body.dororo-single-template .dororo-related-section .dororo-related-fallback{
  width:100%!important;
  height:168px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(135deg,#fff0f5,#f5eeff)!important;
  color:#b47c96!important;
  font-family:'Playfair Display',serif!important;
  font-size:24px!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
body.dororo-single-template .dororo-related-section .dororo-mini-body{
  flex:1 1 auto!important;
  height:auto!important;
  min-height:112px!important;
  padding:12px 13px 13px!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
body.dororo-single-template .dororo-related-section .dororo-post-badge.is-mini{
  align-self:flex-start!important;
  width:auto!important;
  max-width:100%!important;
  padding:4px 8px!important;
  font-size:9px!important;
  line-height:1.2!important;
}
body.dororo-single-template .dororo-related-section .dororo-mini-body h3{
  margin:7px 0 8px!important;
  min-height:2.8em!important;
  max-height:2.8em!important;
  font-size:14px!important;
  line-height:1.4!important;
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
}
body.dororo-single-template .dororo-related-section .dororo-mini-date{
  margin-top:auto!important;
  font-size:10px!important;
}

@media (max-width:900px){
  body.dororo-single-template .dororo-related-section .dororo-mini-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:640px){
  body.dororo-single-template .dororo-related-section{
    padding:14px!important;
  }
  body.dororo-single-template .dororo-related-section .dororo-mini-grid{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  body.dororo-single-template .dororo-related-section .dororo-mini-card{
    min-height:0!important;
  }
  body.dororo-single-template .dororo-related-section .dororo-mini-thumb,
  body.dororo-single-template .dororo-related-section .dororo-mini-thumb > img,
  body.dororo-single-template .dororo-related-section .dororo-mini-thumb img{
    height:190px!important;
    min-height:190px!important;
    max-height:190px!important;
  }
}
