.post-detail-progress{position:fixed;top:94px;left:0;z-index:70;width:0;height:3px;background:linear-gradient(90deg,var(--blue),var(--mint));box-shadow:0 2px 8px rgba(27,142,240,.25)}
.post-detail-hero{position:relative;margin-top:94px;height:520px;display:block;overflow:hidden;background:#1a2233}
.post-detail-hero-image{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}
.post-detail-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(26,34,51,.15) 0%,rgba(26,34,51,.7) 100%)}
.post-detail-hero.no-image .post-detail-hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.25) 0%,rgba(232,244,255,.75) 48%,rgba(232,249,245,.95) 100%)}
.post-detail-hero-content{position:absolute;left:0;right:0;bottom:0;z-index:1;max-width:920px;margin:0 auto;padding:0 2rem 2.5rem;color:white;text-align:left}
.post-detail-hero.no-image .post-detail-hero-content{color:var(--text)}
.post-detail-tags{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;flex-wrap:wrap;margin-bottom:.85rem}
.post-detail-tags span{display:inline-flex;align-items:center;min-height:24px;padding:.22rem .7rem;border-radius:20px;background:rgba(255,255,255,.2);color:white;font-size:.72rem;font-weight:700;backdrop-filter:blur(8px)}
.post-detail-hero.no-image .post-detail-tags span{background:white;color:var(--blue);box-shadow:0 8px 28px rgba(10,18,34,.1)}
.post-detail-hero h1{font-family:'Noto Serif KR','Noto Sans KR',serif;font-size:2.8rem;font-weight:600;line-height:1.25;letter-spacing:0;margin:0 0 .75rem;max-width:920px}
.post-detail-hero p{display:none}
.post-detail-hero.no-image p{color:var(--text2)}
.post-detail-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:0;font-size:.78rem;font-weight:700;color:rgba(255,255,255,.75)}
.post-detail-hero.no-image .post-detail-meta{color:var(--text2)}
.post-detail-author-av,.post-author-box-av{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--blue),var(--mint));color:white;font-weight:900;flex-shrink:0}
.post-detail-author-av{width:32px;height:32px;font-size:.78rem}
.post-detail-author-av img,.post-author-box-av img{width:100%;height:100%;object-fit:cover;display:block}
.post-detail-meta i{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.45}
.post-detail-meta strong{font-size:.85rem;color:rgba(255,255,255,.95)}
.post-detail-hero.no-image .post-detail-meta strong{color:var(--text)}
.post-detail-meta button{margin-left:auto;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.15);color:white;border-radius:20px;padding:.4rem .9rem;font:inherit;font-weight:700;cursor:pointer;backdrop-filter:blur(8px)}
.post-detail-hero.no-image .post-detail-meta button{border-color:var(--border);background:white}
.post-detail-layout{background:var(--bg);padding:2.25rem 0 4rem}
.post-detail-article{width:min(920px,calc(100% - 2rem));margin:0 auto}
.post-detail-breadcrumb{display:flex;align-items:center;gap:.45rem;min-width:0;margin-bottom:1.8rem;color:var(--text2);font-size:.78rem;font-weight:800}
.post-detail-breadcrumb a{color:var(--text2)}
.post-detail-breadcrumb a:hover{color:var(--blue)}
.post-detail-breadcrumb span{color:#9aa7ba;font-weight:900}
.post-detail-breadcrumb em{font-style:normal;color:var(--blue);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.post-detail-body{background:white;border:1.5px solid var(--border);border-radius:var(--radius);padding:2.4rem;box-shadow:0 12px 34px rgba(27,142,240,.05);font-size:1rem;color:var(--text);line-height:1.9}
.post-detail-body::after{content:'';display:block;clear:both}
.post-detail-body > *:first-child{margin-top:0}
.post-detail-body > *:last-child{margin-bottom:0}
.post-detail-body p{margin:1.05rem 0;line-height:1.9}
.post-detail-body h2{margin:2.2rem 0 .85rem;font-size:1.55rem;line-height:1.35;font-weight:900;color:var(--text)}
.post-detail-body h3{margin:1.8rem 0 .7rem;font-size:1.22rem;line-height:1.4;font-weight:900;color:var(--text)}
.post-detail-body strong{font-weight:900}
.post-detail-body a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px}
.post-detail-body img{display:block;max-width:100%;height:auto;margin:1.6rem auto;border-radius:8px}
.post-detail-body figure{margin:1.8rem 0}
.post-detail-body figcaption{margin-top:.5rem;color:var(--text2);font-size:.82rem;text-align:center}
.post-detail-body figure.image{display:block;width:fit-content;max-width:100%;margin:1.8rem auto;overflow:hidden;border-radius:8px;background:#f4f9ff}
.post-detail-body figure.image img{width:100%;max-width:100%;margin:0;border-radius:0}
.post-detail-body figure.image figcaption{margin:0;padding:.55rem .8rem;background:#f4f9ff;color:#6f7f91;font-size:.78rem;font-weight:700;line-height:1.45;text-align:center}
.post-detail-body figure.image-style-align-left{float:left;margin:.4rem 1.4rem 1rem 0}
.post-detail-body figure.image-style-align-right{float:right;margin:.4rem 0 1rem 1.4rem}
.post-detail-body figure.image-style-side{float:right;max-width:50%;margin:.4rem 0 1rem 1.4rem}
.post-detail-body blockquote{margin:1.8rem 0;padding:1rem 1.2rem;border-left:4px solid var(--blue);background:#f4f9ff;border-radius:0 8px 8px 0;color:var(--text)}
.post-detail-body ul,.post-detail-body ol{margin:1rem 0 1rem 1.4rem;padding:0}
.post-detail-body li{margin:.35rem 0}
.post-detail-body .content-place-card{display:grid;grid-template-columns:148px minmax(0,1fr);gap:16px;align-items:stretch;margin:1.5rem 0;padding:14px;border:1.5px solid var(--border);border-radius:12px;background:#fff;box-shadow:0 12px 30px rgba(27,142,240,.06)}
.post-detail-body .content-place-card a{text-decoration:none}
.post-detail-body .content-place-card__image{display:block;width:148px;aspect-ratio:1/1;overflow:hidden;border-radius:9px;background:#eaf5ff}
.post-detail-body .content-place-card__image img{width:100%;height:100%;margin:0;border-radius:0;object-fit:cover}
.post-detail-body .content-place-card__image.is-empty{display:grid;place-items:center;color:var(--text2);font-size:.78rem;font-weight:800}
.post-detail-body .content-place-card__body{display:flex;flex-direction:column;justify-content:center;min-width:0}
.post-detail-body .content-place-card__meta{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:.2rem .65rem;border-radius:999px;background:#eaf5ff;color:var(--blue);font-size:.74rem;font-weight:900;line-height:1}
.post-detail-body .content-place-card__title{display:block;margin-top:.35rem;color:var(--text);font-size:1.12rem;font-weight:900;line-height:1.35}
.post-detail-body .content-place-card__address{display:block;margin-top:.35rem;color:var(--text2);font-size:.82rem;font-weight:700;line-height:1.45}
.post-detail-body .content-place-card__address i{margin-right:.35rem;color:var(--blue)}
.post-detail-body .content-place-card p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.45rem 0 0;color:var(--text2);font-size:.84rem;line-height:1.55}
.post-detail-body .content-place-card__link{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;margin-top:.75rem;color:var(--blue);font-size:.84rem;font-weight:900}
.post-detail-tag-list{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin:1.5rem 0 0}
.post-detail-tag-list span{display:inline-flex;align-items:center;padding:.36rem .78rem;border-radius:999px;background:#eaf5ff;color:var(--blue);font-size:.78rem;font-weight:900}
.post-detail-actions{display:flex;align-items:center;justify-content:center;gap:.65rem;flex-wrap:wrap;margin:1.5rem 0 0;padding:.4rem 0;background:transparent}
.post-detail-actions button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;border:1.5px solid var(--border);border-radius:999px;background:white;color:var(--text);font-size:.86rem;font-weight:900;padding:.58rem 1rem;cursor:pointer}
.post-detail-actions button:hover{border-color:var(--blue);color:var(--blue)}
.post-detail-actions .is-liked{color:var(--coral);border-color:#ffd8d0;background:#fff6f3}
.post-author-box{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem;margin-top:1.5rem;padding:1.6rem;border:1.5px solid var(--border);border-radius:var(--radius);background:white}
.post-author-box-av{width:64px;height:64px;font-size:1.25rem}
.post-author-box strong{display:block;font-size:1rem;font-weight:900;color:var(--text)}
.post-author-box p{max-width:560px;margin:.35rem auto 0;color:var(--text2);font-size:.86rem;line-height:1.65}
.post-author-box a{display:inline-flex;margin-top:.7rem;color:var(--blue);font-size:.82rem;font-weight:900}
.post-related-section{margin-top:2.2rem;padding:1.6rem;border:1.5px solid var(--border);border-radius:var(--radius);background:white}
.post-related-section h2{display:flex;align-items:center;gap:.45rem;margin:0 0 1.15rem;font-size:1.1rem;font-weight:900;color:var(--text)}
.post-related-section h2 i{color:var(--blue)}
.post-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.post-related-card{display:grid;grid-template-columns:92px minmax(0,1fr);gap:.8rem;align-items:center;border:1.5px solid var(--border);border-radius:8px;background:#fff;padding:.65rem;color:inherit;transition:box-shadow .15s,transform .15s}
.post-related-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(27,142,240,.08)}
.post-related-card > span{display:block;width:92px;aspect-ratio:1/1;border-radius:8px;background:linear-gradient(135deg,#dff1ff,#e6fbf5);background-size:cover;background-position:center}
.post-related-card strong{display:-webkit-box;color:var(--text);font-size:.9rem;font-weight:900;line-height:1.45;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.post-related-card em{display:block;margin-top:.35rem;color:var(--text2);font-style:normal;font-size:.72rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.post-detail-empty{min-height:60vh;margin-top:94px;padding:6rem 1rem;text-align:center;background:var(--bg)}
.post-detail-empty strong{display:block;color:var(--text);font-size:1.35rem;font-weight:900}
.post-detail-empty p{margin:.6rem 0 1.2rem;color:var(--text2)}
.post-detail-empty a{display:inline-flex;border-radius:999px;background:var(--blue);color:white;font-weight:900;padding:.8rem 1.4rem}
.post-comments{margin-top:2rem;padding:1.6rem;border:1.5px solid var(--border);border-radius:var(--radius);background:white}
.post-comments-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}
.post-comments-head h1,.post-comments-head h2{display:flex;align-items:center;gap:.45rem;margin:0;color:var(--text);font-size:1.15rem;font-weight:900}
.post-comments-head i{color:var(--blue)}
.post-comments-head span{color:var(--text2);font-size:.82rem;font-weight:900}
.comment-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:stretch;border:1.5px solid var(--border);border-radius:8px;background:#f8fbff;padding:.9rem;margin-bottom:1.1rem}
.comment-form textarea{display:block;width:100%;height:92px;border:0;background:transparent;resize:none;color:var(--text);font:inherit;font-size:.9rem;line-height:1.65;outline:none}
.comment-form-foot{display:flex;align-items:stretch;justify-content:flex-end;gap:1rem;margin-top:0}
.comment-form-foot span{font-size:.75rem;font-weight:700;color:var(--text2)}
.comment-form-foot button,.comment-login-box a,.comment-more-wrap a{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--blue);color:white;font-size:.82rem;font-weight:900;padding:.65rem 1.05rem;cursor:pointer}
.comment-form-foot button{height:92px;border-radius:8px;white-space:nowrap}
.comment-login-box{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem;border-radius:8px;background:#f4f9ff;padding:1rem;color:var(--text2);font-size:.86rem;font-weight:800}
.comment-list{display:flex;flex-direction:column;gap:1rem}
.comment-empty{margin:0;border-radius:8px;background:#f8fbff;padding:1.2rem;color:var(--text2);font-size:.88rem;font-weight:800;text-align:center}
.comment-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.8rem}
.comment-item.is-reply{grid-template-columns:34px minmax(0,1fr);margin-top:.85rem}
.comment-avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--blue),var(--mint));color:white;font-size:.84rem;font-weight:900}
.comment-item.is-reply .comment-avatar{width:34px;height:34px;font-size:.72rem}
.comment-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.comment-body{min-width:0;border:1.5px solid var(--border);border-radius:8px;padding:.85rem .95rem;background:white}
.comment-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.42rem}
.comment-meta strong{color:var(--text);font-size:.86rem;font-weight:900}
.comment-meta span{color:var(--text2);font-size:.72rem;font-weight:700}
.comment-body p{margin:0;color:var(--text);font-size:.88rem;line-height:1.65;word-break:break-word}
.comment-body p a{color:var(--blue);font-weight:800;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.comment-body p a:hover{color:var(--blue-dark)}
.comment-body p em{color:var(--blue);font-style:normal;font-weight:900}
.comment-actions{display:flex;align-items:center;gap:.55rem;margin-top:.58rem}
.comment-actions button{border:0;background:transparent;color:var(--text2);font-size:.74rem;font-weight:900;cursor:pointer;padding:0}
.comment-actions button:hover{color:var(--blue)}
.comment-reply-mount .comment-form{margin:.8rem 0 0}
.comment-replies{margin-top:.8rem;display:flex;flex-direction:column;gap:.7rem}
.comment-more-wrap{text-align:center;margin-top:1.2rem}
.comment-more-wrap a{background:white;color:var(--blue);border:1.5px solid var(--blue);min-width:140px}
.comment-edit-form textarea{width:100%;min-height:76px;border:1.5px solid var(--border);border-radius:8px;padding:.7rem;color:var(--text);font:inherit;font-size:.88rem;line-height:1.6;resize:vertical}
.comment-edit-actions{display:flex;justify-content:flex-end;gap:.45rem;margin-top:.55rem}
.comment-edit-actions button{border:1.5px solid var(--border);border-radius:999px;background:white;color:var(--text);font-size:.75rem;font-weight:900;padding:.45rem .8rem;cursor:pointer}
.comment-edit-actions button[type=submit]{border-color:var(--blue);background:var(--blue);color:white}
.comment-pagination{display:flex;align-items:center;justify-content:center;gap:.35rem;flex-wrap:wrap;margin-top:1.4rem}
.comment-pagination a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border:1.5px solid var(--border);border-radius:999px;background:white;color:var(--text2);font-size:.78rem;font-weight:900;padding:0 .75rem}
.comment-pagination a.is-current{border-color:var(--blue);background:var(--blue);color:white}
.comment-page-layout{padding-top:calc(94px + 2rem)}
.curation-hero .post-detail-hero-overlay{background:linear-gradient(to bottom,rgba(26,34,51,.12) 0%,rgba(26,34,51,.72) 100%)}
.curation-detail-layout{padding-top:2rem}
.curation-detail-article{width:min(920px,calc(100% - 2rem))}
.curation-intro-body{font-size:1.03rem}
.curation-place-list{display:flex;flex-direction:column;gap:1.4rem;margin-top:1.6rem}
.curation-place-block{border:1.5px solid var(--border);border-radius:var(--radius);background:white;overflow:hidden;box-shadow:0 12px 34px rgba(27,142,240,.05)}
.curation-place-head{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1.4rem 1.5rem;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#f7fbff 0%,#f2fffb 100%)}
.curation-place-head > span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--blue);color:white;font-family:'Nunito',sans-serif;font-weight:900}
.curation-place-head small{display:block;color:var(--mint-dark);font-size:.75rem;font-weight:900;margin-bottom:.25rem}
.curation-place-head h2{margin:0;color:var(--text);font-size:1.35rem;font-weight:900;line-height:1.35}
.curation-place-head p{margin:.3rem 0 0;color:var(--text2);font-size:.84rem;font-weight:700}
.curation-place-head a{display:inline-flex;align-items:center;justify-content:center;border:1.5px solid var(--blue);border-radius:999px;background:white;color:var(--blue);font-size:.8rem;font-weight:900;padding:.58rem .95rem;white-space:nowrap}
.curation-place-desc{padding:1.5rem;font-size:.96rem;color:var(--text);line-height:1.85}
.curation-place-desc > *:first-child{margin-top:0}
.curation-place-desc > *:last-child{margin-bottom:0}
.curation-place-desc img{max-width:100%;height:auto}
.curation-place-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;padding:0 1.5rem 1.5rem}
.curation-place-gallery button{display:block;width:100%;border:0;aspect-ratio:4/3;border-radius:8px;background:#dff1ff;background-size:cover;background-position:center;cursor:pointer}
.curation-place-gallery button:hover{filter:brightness(.96)}
@media(max-width:900px){
  .post-detail-progress{top:60px}
  .post-detail-hero{margin-top:60px;height:380px}
  .post-detail-hero h1{font-size:2.15rem}
  .post-detail-body{padding:1.6rem}
  .post-related-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .post-detail-hero{height:300px}
  .post-detail-hero-content{padding:0 1.25rem 1.6rem}
  .post-detail-hero h1{font-size:1.5rem}
  .post-detail-hero p{font-size:.86rem;line-height:1.7}
  .post-detail-meta{gap:.45rem;font-size:.76rem}
  .post-detail-meta i{display:none}
  .post-detail-layout{padding:1.4rem 0 3rem}
  .post-detail-article,.curation-detail-article{width:calc(100% - 1rem)}
  .post-detail-breadcrumb{margin-bottom:1rem}
  .post-detail-body{padding:1.1rem;font-size:.9rem;line-height:1.85}
  .post-detail-body p{line-height:1.85}
  .post-detail-body h2{font-size:1.25rem}
  .post-detail-body figure.image{width:100%;margin:1.4rem auto}
  .post-detail-body figure.image figcaption{padding:.5rem .7rem;font-size:.73rem}
  .post-detail-body figure.image-style-align-left,
  .post-detail-body figure.image-style-align-right,
  .post-detail-body figure.image-style-side{float:none;max-width:100%;margin:1.4rem auto}
  .post-detail-body .content-place-card{grid-template-columns:92px minmax(0,1fr);gap:.8rem;padding:.8rem;border-radius:10px}
  .post-detail-body .content-place-card__image{width:92px;border-radius:8px}
  .post-detail-body .content-place-card__meta{min-height:20px;padding:.15rem .5rem;font-size:.68rem}
  .post-detail-body .content-place-card__title{font-size:.95rem}
  .post-detail-body .content-place-card__address{font-size:.74rem}
  .post-detail-body .content-place-card p{display:none}
  .post-detail-body .content-place-card__link{margin-top:.45rem;font-size:.76rem}
  .post-detail-actions{padding:.8rem}
  .post-detail-actions button{width:100%}
  .post-author-box{padding:1.1rem}
  .post-author-box-av{width:48px;height:48px}
  .post-comments{padding:1rem}
  .comment-form{grid-template-columns:1fr}
  .comment-form-foot,.comment-login-box{align-items:stretch;flex-direction:column}
  .comment-form-foot button,.comment-login-box a{width:100%}
  .comment-form-foot button{height:46px;border-radius:999px}
  .comment-item{grid-template-columns:36px minmax(0,1fr);gap:.65rem}
  .comment-avatar{width:36px;height:36px}
  .comment-page-layout{padding-top:calc(60px + 1rem)}
  .post-related-section{padding:1rem}
  .post-related-card{grid-template-columns:78px minmax(0,1fr)}
  .post-related-card > span{width:78px}
  .curation-place-head{grid-template-columns:38px minmax(0,1fr);padding:1rem;gap:.8rem}
  .curation-place-head > span{width:38px;height:38px}
  .curation-place-head a{grid-column:1 / -1;width:100%}
  .curation-place-head h2{font-size:1.1rem}
  .curation-place-desc{padding:1rem;font-size:.9rem}
  .curation-place-gallery{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 1rem 1rem}
}
