*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #ffffff;--bg-alt: #f5f6f8;--text: #111111;--text-sub: #666666;--text-muted: #999999;--accent: #cc0000;--border: #dbdbdb;--border-dark: #111111;--font-serif: "Noto Serif KR", Georgia, serif;--font-sans: "Pretendard Variable", -apple-system, sans-serif;--font-ui: "Montserrat", -apple-system, sans-serif;--max-w: 1280px;--pad: 0 40px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit;border:none;outline:none;background:none;color:inherit}::selection{background:var(--text);color:#fff}.app{min-height:100vh;display:flex;flex-direction:column}.app>main{flex:1}.header{position:sticky;top:0;z-index:1000;background:var(--bg)}.header.scrolled{box-shadow:0 1px 6px #0000000f}.header-top{border-bottom:1px solid var(--border);padding:20px 0}.header-top-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-top-left{display:flex;align-items:center}.header-top-right{display:flex;align-items:center;justify-content:flex-end;gap:16px}.header-region{font-family:var(--font-ui);font-size:.65rem;font-weight:600;letter-spacing:.15em;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .2s}.header-region:hover{color:var(--accent)}.logo-center{font-family:var(--font-serif);font-size:2.2rem;font-weight:900;letter-spacing:.04em;cursor:pointer;text-decoration:none;color:inherit}.header-nav{border-bottom:1px solid var(--border)}.header-nav-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:center;height:48px;position:relative}.nav-links{display:flex;gap:32px}.nav-links a{font-family:var(--font-ui);font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--text);transition:.2s}.nav-links a:hover{color:var(--accent)}.nav-search-btn{display:flex;align-items:center;color:var(--text);padding:4px;cursor:pointer}.header-search-bar{border-bottom:1px solid var(--border);display:flex;align-items:center;max-width:var(--max-w);margin:0 auto;padding:0 40px}.header-search-bar input{flex:1;padding:14px 0;font-size:.9rem;color:var(--text)}.header-search-bar input::placeholder{color:var(--text-muted)}.header-search-bar button{font-size:1.1rem;color:var(--text-muted);padding:8px}.mobile-menu-btn{display:none;flex-direction:column;gap:4px;padding:4px;cursor:pointer}.mobile-menu-btn span{display:block;width:20px;height:1.5px;background:var(--text)}.mobile-nav{display:none;position:fixed;top:120px;left:0;right:0;background:var(--bg);padding:20px 24px;border-bottom:1px solid var(--border);z-index:999;flex-direction:column;gap:14px}.mobile-nav.open{display:flex}.mobile-nav a{font-family:var(--font-ui);font-size:.85rem;font-weight:700;letter-spacing:.1em;color:var(--text);padding:6px 0}.hero-section{position:relative;width:100%;height:85vh;min-height:560px;max-height:850px;overflow:hidden;cursor:pointer}.hero-image-full{position:absolute;inset:0}.hero-image-full img{width:100%;height:100%;object-fit:cover;object-position:center 20%;transition:transform .6s ease}.hero-section:hover .hero-image-full img{transform:scale(1.02)}.hero-gradient{position:absolute;inset:0;background:linear-gradient(0deg,#000000b3,#0000 55%)}.hero-overlay-text{position:absolute;bottom:0;left:0;right:0;padding:48px;max-width:var(--max-w);margin:0 auto;color:#fff}.hero-headline{font-family:var(--font-serif);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;line-height:1.3;margin-bottom:12px;max-width:680px}.hero-category{display:inline-block;font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.15em;background:var(--accent);color:#fff;padding:4px 12px;margin-bottom:12px}.hero-sub{font-size:.88rem;line-height:1.7;opacity:.8;max-width:540px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:10}.hero-arrow:hover{background:#ffffff4d}.hero-arrow-left{left:24px}.hero-arrow-right{right:24px}.hero-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.hero-dot{width:8px;height:8px;border-radius:50%;background:#fff6;border:none;cursor:pointer;transition:all .2s;padding:0}.hero-dot.active{background:#fff;width:24px;border-radius:4px}.cat-section{padding:60px 0;border-bottom:1px solid var(--border)}.cat-section-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px}.cat-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.cat-featured{cursor:pointer}.cat-featured:hover .cat-featured-image img{transform:scale(1.05)}.cat-featured-image{width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--bg-alt);margin-bottom:16px}.cat-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cat-label{font-family:var(--font-ui);font-size:.6rem;font-weight:700;letter-spacing:.12em;color:var(--accent);display:block;margin-bottom:6px}.cat-featured-title{font-size:1.15rem;font-weight:700;line-height:1.45;margin-bottom:10px}.cat-featured-desc{font-size:.82rem;color:var(--text-sub);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.cat-list{display:flex;flex-direction:column}.cat-list-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start}.cat-list-item:first-child{padding-top:0}.cat-list-item:last-child{border-bottom:none}.cat-list-item:hover .cat-list-image img{transform:scale(1.05)}.cat-list-image{width:130px;height:130px;flex-shrink:0;overflow:hidden;background:var(--bg-alt)}.cat-list-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.cat-list-body{flex:1;padding-top:2px}.cat-list-title{font-size:.92rem;font-weight:700;line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.weekly-best{padding:60px 0;border-bottom:1px solid var(--border)}.weekly-best-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px}.weekly-best-title{font-family:var(--font-serif);font-size:1.6rem;font-weight:900;letter-spacing:.02em;text-align:center;margin-bottom:40px;padding-bottom:16px;border-bottom:1px solid var(--border)}.weekly-best-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.weekly-card{cursor:pointer}.weekly-number{font-family:var(--font-serif);font-size:1.6rem;font-weight:400;color:var(--text);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border);font-style:italic}.weekly-image{width:100%;aspect-ratio:4 / 5;overflow:hidden;margin-bottom:14px;background:var(--bg-alt)}.weekly-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.weekly-card:hover .weekly-image img{transform:scale(1.05)}.weekly-category{font-family:var(--font-ui);font-size:.6rem;font-weight:700;letter-spacing:.12em;color:var(--accent);display:block;margin-bottom:6px}.weekly-headline{font-size:.95rem;font-weight:700;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.daily-news{padding:60px 0;border-bottom:1px solid var(--border)}.daily-news-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px}.section-header{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--border-dark);padding-bottom:12px;margin-bottom:32px}.section-title{font-family:var(--font-serif);font-size:1.4rem;font-weight:900;letter-spacing:.02em}.section-more{font-family:var(--font-ui);font-size:.7rem;font-weight:600;color:var(--text-muted);cursor:pointer}.section-more:hover{color:var(--text)}.daily-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.daily-featured{cursor:pointer}.daily-featured-image{width:100%;aspect-ratio:4 / 5;overflow:hidden;background:var(--bg-alt);margin-bottom:16px}.daily-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.daily-featured:hover .daily-featured-image img{transform:scale(1.05)}.daily-featured-title{font-size:1.2rem;font-weight:700;line-height:1.45;margin-bottom:10px}.daily-featured-desc{font-size:.82rem;color:var(--text-sub);line-height:1.7;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px}.daily-list{display:flex;flex-direction:column;gap:0}.daily-list-item{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);cursor:pointer;align-items:flex-start}.daily-list-item:first-child{padding-top:0}.daily-list-item:last-child{border-bottom:none}.daily-list-item:hover .daily-list-image img{transform:scale(1.05)}.daily-list-image{width:120px;height:120px;flex-shrink:0;overflow:hidden;background:var(--bg-alt)}.daily-list-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.daily-list-body{flex:1;padding-top:2px}.daily-list-title{font-size:.9rem;font-weight:700;line-height:1.5;margin-bottom:8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card-category{font-family:var(--font-ui);font-size:.6rem;font-weight:700;letter-spacing:.12em;color:var(--accent);display:inline-block;margin-bottom:6px}.article-card-date{font-family:var(--font-ui);font-size:.65rem;color:var(--text-muted)}.all-stories{padding:60px 0 100px}.all-stories-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px}.category-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:36px}.category-tab{font-family:var(--font-ui);font-size:.7rem;font-weight:600;letter-spacing:.08em;padding:12px 20px;color:var(--text-muted);border-bottom:2px solid transparent;transition:.2s;margin-bottom:-1px}.category-tab:hover{color:var(--text)}.category-tab.active{color:var(--text);border-bottom-color:var(--text);font-weight:700}.all-stories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.story-card{cursor:pointer}.story-card:hover .story-card-image img{transform:scale(1.05)}.story-card-image{width:100%;aspect-ratio:3 / 4;overflow:hidden;background:var(--bg-alt);margin-bottom:12px}.story-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.story-card-title{font-size:.9rem;font-weight:700;line-height:1.5;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modal-overlay{position:fixed;inset:0;z-index:2000;background:#0009;display:flex;align-items:flex-start;justify-content:center;padding:24px;overflow-y:auto;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--bg);max-width:720px;width:100%;margin:40px auto;position:relative;animation:slideUp .35s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:fixed;top:32px;right:32px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;z-index:10;background:#00000080;border-radius:50%}.modal-close:hover{background:#000c}.modal-hero-image{width:100%;aspect-ratio:16 / 10;overflow:hidden}.modal-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.modal-article{padding:40px 48px}.modal-category{font-family:var(--font-ui);font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--accent);display:block;margin-bottom:12px}.modal-headline{font-family:var(--font-serif);font-size:1.8rem;font-weight:900;line-height:1.35;margin-bottom:20px}.modal-meta{display:flex;align-items:center;gap:16px;padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid var(--border)}.modal-author{font-family:var(--font-ui);font-size:.7rem;font-weight:600;color:var(--text-sub)}.modal-date{font-family:var(--font-ui);font-size:.7rem;color:var(--text-muted)}.modal-body-text{margin-bottom:36px}.modal-body-text p{font-size:.95rem;color:var(--text-sub);line-height:1.9}.modal-section{margin-bottom:36px}.modal-section-title{font-family:var(--font-ui);font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--text);padding-bottom:12px;border-bottom:2px solid var(--border-dark);margin-bottom:16px}.modal-benefits{display:flex;flex-direction:column;gap:10px}.modal-benefits li{font-size:.9rem;color:var(--text-sub);line-height:1.7;padding-left:16px;position:relative}.modal-benefits li:before{content:"→";position:absolute;left:0;color:var(--accent);font-weight:700}.modal-expert{background:var(--bg-alt);padding:24px 28px;margin-bottom:24px;border-left:3px solid var(--text)}.modal-expert-label{font-family:var(--font-ui);font-size:.6rem;font-weight:700;letter-spacing:.2em;color:var(--text);margin-bottom:8px}.modal-expert-text{font-size:.9rem;color:var(--text-sub);line-height:1.8;font-style:italic}.modal-caution{background:#fff5f5;padding:20px 24px;margin-bottom:36px;border-left:3px solid var(--accent)}.modal-caution-label{font-family:var(--font-ui);font-size:.6rem;font-weight:700;letter-spacing:.15em;color:var(--accent);margin-bottom:6px}.modal-caution-text{font-size:.85rem;color:var(--text-sub);line-height:1.7}.modal-diet-list{display:flex;flex-direction:column}.modal-diet-item{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--border)}.modal-diet-item:last-child{border-bottom:none}.modal-diet-type{font-family:var(--font-ui);font-size:.6rem;font-weight:700;color:var(--accent);letter-spacing:.1em;margin-bottom:3px}.modal-diet-name{font-weight:700;font-size:.92rem}.modal-diet-detail{font-size:.78rem;color:var(--text-muted);margin-top:2px}.modal-diet-benefit{font-size:.78rem;color:#2d7d46;line-height:1.6;margin-top:8px;padding:8px 12px;background:#f0f8f2;border-left:2px solid #2d7d46}.modal-diet-buy{display:inline-block;margin-top:10px;font-family:var(--font-ui);font-size:.68rem;font-weight:700;letter-spacing:.06em;color:#fff;background:var(--text);padding:8px 20px;text-decoration:none;transition:.2s}.modal-diet-buy:hover{background:#333}.modal-diet-calories{font-family:var(--font-ui);font-size:.82rem;font-weight:600;color:var(--text);white-space:nowrap;margin-left:20px;align-self:flex-start;padding-top:2px}.modal-tags{padding:28px 0;border-top:1px solid var(--border)}.modal-tags-label{font-size:.85rem;font-weight:700;margin-bottom:12px}.modal-tag{display:inline-block;font-size:.78rem;color:var(--text-sub);border:1px solid var(--border);padding:5px 14px;margin:0 6px 6px 0}.modal-related{padding:32px 48px 48px;border-top:1px solid var(--border);background:var(--bg-alt)}.modal-related-title{font-size:.95rem;font-weight:700;margin-bottom:24px}.modal-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.modal-related-card{cursor:pointer}.modal-related-card:hover .modal-related-image img{transform:scale(1.05)}.modal-related-image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:var(--bg);margin-bottom:10px}.modal-related-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.modal-related-headline{font-size:.82rem;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.footer{background:var(--text);color:#fff;padding:48px 0 32px}.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px;text-align:center}.footer-brand{margin-bottom:20px}.footer-logo{font-family:var(--font-serif);font-size:1.5rem;font-weight:900;letter-spacing:.04em;margin-bottom:8px}.footer-tagline{font-size:.8rem;color:#ffffff73}.footer-links-row{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:24px}.footer-links-row a{font-size:.72rem;color:#ffffff80;transition:.2s}.footer-links-row a:hover{color:#fff}.footer-divider{height:1px;background:#ffffff1a;margin-bottom:20px}.footer-copyright{font-size:.68rem;color:#ffffff4d}.no-results{text-align:center;padding:80px 0}.no-results-text{font-size:1rem;color:var(--text-sub);margin-bottom:8px}.no-results-sub{font-size:.85rem;color:var(--text-muted)}@media(max-width:1024px){.all-stories-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.header-top{padding:16px 0}.header-top-inner,.header-nav-inner{padding:0 20px}.logo-center{font-size:1.6rem}.nav-links{display:none}.mobile-menu-btn{display:flex}.weekly-best-inner,.daily-news-inner,.all-stories-inner{padding:0 20px}.hero-section{height:50vh;min-height:320px}.hero-overlay-text{padding:28px 20px}.hero-headline{font-size:1.3rem}.hero-arrow{width:36px;height:36px}.hero-arrow-left{left:12px}.hero-arrow-right{right:12px}.hero-arrow svg{width:20px;height:20px}.cat-section-inner{padding:0 20px}.cat-grid{grid-template-columns:1fr}.cat-section{padding:40px 0}.cat-list-image{width:110px;height:110px}.weekly-best-grid{grid-template-columns:1fr;gap:32px}.weekly-best{padding:40px 0}.daily-grid{grid-template-columns:1fr}.daily-news{padding:40px 0}.all-stories-grid{grid-template-columns:repeat(2,1fr)}.all-stories{padding:40px 0 60px}.category-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.category-tab{white-space:nowrap;padding:10px 14px;font-size:.65rem}.modal-article{padding:28px 24px}.modal-headline{font-size:1.4rem}.modal-related{padding:24px}.modal-related-grid{grid-template-columns:1fr;gap:16px}.modal-diet-item{flex-direction:column;align-items:flex-start;gap:6px}.modal-diet-calories{margin-left:0}.footer-inner{padding:0 20px}}@media(max-width:480px){.weekly-best-grid{gap:24px}.all-stories-grid{grid-template-columns:1fr}.daily-list-image{width:100px;height:100px}.daily-list-title{font-size:.82rem}.modal-hero-image{aspect-ratio:16 / 12}.modal-headline{font-size:1.2rem}}.static-page{min-height:100vh;padding:80px 0 60px;background:var(--bg)}.static-page-inner{max-width:720px;margin:0 auto;padding:0 40px}.static-page .back-link{display:inline-block;font-family:var(--font-ui);font-size:.8rem;font-weight:500;letter-spacing:.05em;color:var(--text-muted);text-decoration:none;margin-bottom:40px;transition:color .2s}.static-page .back-link:hover{color:var(--text)}.static-page h1{font-family:var(--font-serif);font-size:2rem;font-weight:900;color:var(--text);margin-bottom:12px;letter-spacing:-.02em}.static-page .updated-date{font-size:.8rem;color:var(--text-muted);margin-bottom:40px}.static-page section{margin-bottom:40px}.static-page h2{font-family:var(--font-sans);font-size:1.1rem;font-weight:700;color:var(--text);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.static-page h3{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:8px}.static-page p{font-size:.9rem;color:var(--text-sub);line-height:1.8;margin-bottom:12px}.static-page ul{list-style:none;padding:0}.static-page ul li{font-size:.9rem;color:var(--text-sub);line-height:1.8;padding-left:16px;position:relative}.static-page ul li:before{content:"·";position:absolute;left:0;font-weight:700}.static-page .contact-email{font-family:var(--font-ui);font-size:1rem;font-weight:600;color:var(--text);letter-spacing:.02em}.static-page .faq-item{margin-bottom:24px;padding:20px;background:var(--bg-alt);border-radius:8px}.static-page .faq-item h3{margin-bottom:8px}.static-page .faq-item p{margin-bottom:0}@media(max-width:768px){.static-page{padding:60px 0 40px}.static-page-inner{padding:0 20px}.static-page h1{font-size:1.5rem}}.back-home-link{display:inline-block;font-family:var(--font-ui);font-size:.8rem;font-weight:500;letter-spacing:.05em;color:var(--text-muted);text-decoration:none;margin-bottom:24px;transition:color .2s}.back-home-link:hover{color:var(--accent)}.category-page{padding:40px 0 80px}.category-page-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px}.category-page-title{font-family:var(--font-serif);font-size:2.4rem;font-weight:900;margin-bottom:8px;letter-spacing:-.02em}.category-page-count{font-family:var(--font-ui);font-size:.8rem;color:var(--text-muted);margin-bottom:40px;letter-spacing:.05em}.category-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}.category-page-card{cursor:pointer;transition:transform .2s}.category-page-card:hover{transform:translateY(-4px)}.category-page-card-image{aspect-ratio:4 / 5;border-radius:8px;overflow:hidden;margin-bottom:16px}.category-page-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.category-page-card:hover .category-page-card-image img{transform:scale(1.03)}.category-page-card-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;line-height:1.4;margin:8px 0}.category-page-card-desc{font-size:.85rem;color:var(--text-sub);line-height:1.7;margin-bottom:12px}.category-page-card-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.category-page-tag{font-size:.75rem;color:var(--accent);font-weight:500}.section-more{font-family:var(--font-ui);font-size:.75rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted);text-decoration:none;transition:color .2s}.section-more:hover{color:var(--accent)}@media(max-width:768px){.category-page-inner{padding:0 20px}.category-page-title{font-size:1.8rem}.category-page-grid{grid-template-columns:1fr;gap:32px}}.celeb-page-wrap{max-width:860px;margin:0 auto;padding:32px 24px 64px}.celeb-article-breadcrumb{font-size:.85rem;color:#666;margin-bottom:20px}.celeb-article-breadcrumb a{color:#666;text-decoration:none}.celeb-article-breadcrumb a:hover{color:#c00;text-decoration:underline}.celeb-article-hero{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#f2f2f2;border-radius:8px;margin-bottom:24px}.celeb-article-hero img{width:100%;height:100%;object-fit:cover;display:block}.celeb-article-header{margin-bottom:32px}.celeb-article-title{font-family:"Noto Serif KR",Georgia,serif;font-size:2.2rem;font-weight:900;line-height:1.3;margin:12px 0 16px;color:#111}.celeb-article .modal-section{padding:0;margin:32px 0}.celeb-article .modal-body-text{font-size:1.05rem;line-height:1.8;color:#222}.celeb-article .modal-related{margin-top:48px;padding-top:32px;border-top:1px solid #eee}@media(max-width:768px){.celeb-page-wrap{padding:20px 16px 48px}.celeb-article-title{font-size:1.6rem}.celeb-article .modal-body-text{font-size:1rem}}.guides-index{background:#fff;min-height:60vh;padding:40px 0 80px}.guides-index-inner{max-width:1200px;margin:0 auto;padding:0 24px}.guides-index-header{margin:24px 0 40px;padding-bottom:24px;border-bottom:1px solid #eee}.guides-index-header h1{font-family:"Noto Serif KR",Georgia,serif;font-size:2.4rem;font-weight:900;margin:0 0 12px}.guides-index-header p{color:#555;line-height:1.7;max-width:720px}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px}.guide-card{background:#fafafa;border:1px solid #eee;border-radius:8px;padding:28px 24px;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.guide-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.guide-card-emoji{font-size:2.4rem;margin-bottom:12px}.guide-card-title{font-family:"Noto Serif KR",Georgia,serif;font-size:1.25rem;font-weight:700;line-height:1.4;margin:8px 0 12px;color:#111}.guide-card-excerpt{color:#555;font-size:.95rem;line-height:1.6;flex:1}.guide-card-meta{display:flex;gap:8px;flex-wrap:wrap;font-size:.8rem;color:#888;margin-top:16px}.guide-page{background:#fff}.guide-page-inner{max-width:780px;margin:0 auto;padding:32px 24px 80px}.guide-header{margin:32px 0 40px}.guide-title{font-family:"Noto Serif KR",Georgia,serif;font-size:2.2rem;font-weight:900;line-height:1.3;margin:12px 0 16px;color:#111}.guide-subtitle{font-size:1.1rem;color:#555;line-height:1.6;margin-bottom:20px}.guide-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem;color:#888}.guide-emoji-hero{font-size:5rem;text-align:center;margin:24px 0}.guide-intro{font-size:1.05rem;line-height:1.85;color:#222;margin-bottom:32px;padding:24px;background:#fafafa;border-left:4px solid #cc0000;border-radius:4px}.guide-intro p{margin:0 0 12px}.guide-intro p:last-child{margin-bottom:0}.guide-section{margin:48px 0}.guide-section h2{font-family:"Noto Serif KR",Georgia,serif;font-size:1.6rem;font-weight:800;margin:0 0 20px;color:#111;padding-bottom:12px;border-bottom:2px solid #111}.guide-section p{font-size:1.02rem;line-height:1.85;color:#222;margin:0 0 16px}.guide-list-block{margin:24px 0;padding:20px 24px;background:#fafafa;border-radius:6px}.guide-list-title{font-size:1rem;font-weight:700;margin:0 0 12px;color:#111}.guide-list{margin:0;padding-left:20px}.guide-list li{font-size:.98rem;line-height:1.75;color:#333;margin:0 0 10px}.guide-callout{margin:24px 0;padding:20px 24px;border-radius:6px}.guide-callout-label{font-size:.8rem;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.guide-callout p{margin:0;line-height:1.7}.guide-callout-tip{background:#f0f7ff;border-left:4px solid #2563eb}.guide-callout-tip .guide-callout-label{color:#2563eb}.guide-callout-warn{background:#fff5f5;border-left:4px solid #dc2626}.guide-callout-warn .guide-callout-label{color:#dc2626}.guide-callout-expert{background:#f5f0ff;border-left:4px solid #7c3aed}.guide-callout-expert .guide-callout-label{color:#7c3aed}.guide-conclusion{margin:48px 0;padding:32px 28px;background:#111;color:#fff;border-radius:8px}.guide-conclusion h2{font-family:"Noto Serif KR",Georgia,serif;font-size:1.5rem;margin:0 0 16px;color:#fff;border:none;padding:0}.guide-conclusion p{color:#e5e5e5;line-height:1.85;margin:0 0 12px}.guide-references{margin:48px 0 32px;padding:24px;background:#fafafa;border-radius:6px}.guide-references h3{font-size:1rem;margin:0 0 12px;color:#333}.guide-references ul{margin:0;padding-left:20px;font-size:.85rem;color:#666;line-height:1.7}.guide-references li{margin-bottom:6px}.guide-disclaimer{font-size:.8rem;color:#888;margin-top:20px;padding-top:16px;border-top:1px solid #ddd;line-height:1.6}.guide-related{margin-top:64px;padding-top:32px;border-top:1px solid #eee}.guide-related h2{font-size:1.4rem;margin:0 0 24px}.guide-related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.guide-related-grid .guide-card{padding:20px}.guide-related-grid .guide-card-emoji{font-size:1.8rem}.guide-related-grid .guide-card-title{font-size:1rem}.guide-related-grid .guide-card-excerpt{font-size:.85rem}@media(max-width:768px){.guide-title{font-size:1.6rem}.guide-section h2{font-size:1.3rem}.guide-intro,.guide-conclusion{padding:20px}.guides-grid{grid-template-columns:1fr;gap:20px}}.editorial-intro{background:#fff;padding:72px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.editorial-intro-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.4fr 1fr;gap:64px;align-items:start}.editorial-intro-tag{font-size:.75rem;letter-spacing:3px;font-weight:700;color:#c00}.editorial-intro-text h2{font-family:"Noto Serif KR",Georgia,serif;font-size:2.4rem;font-weight:900;line-height:1.3;margin:8px 0 24px;color:#111}.editorial-intro-text h2 em{font-style:italic;color:#c00;font-weight:700}.editorial-intro-text p{font-size:1rem;line-height:1.85;color:#444;margin:0 0 16px}.editorial-intro-cta{display:inline-block;margin-top:16px;padding:12px 24px;background:#111;color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .2s}.editorial-intro-cta:hover{background:#c00}.editorial-intro-featured{background:#fafafa;padding:32px 28px;border-radius:6px}.editorial-intro-featured h3{font-size:.85rem;letter-spacing:2px;font-weight:700;margin:0 0 20px;color:#111;text-transform:uppercase}.editorial-intro-featured ul{list-style:none;padding:0;margin:0}.editorial-intro-featured li{border-bottom:1px solid #eee}.editorial-intro-featured li:last-child{border-bottom:0}.editorial-intro-featured a{display:flex;gap:14px;padding:16px 0;text-decoration:none;color:inherit;align-items:flex-start}.editorial-intro-featured a:hover .featured-emoji{transform:scale(1.15)}.featured-emoji{font-size:1.8rem;transition:transform .2s;flex-shrink:0}.featured-cat{display:block;font-size:.7rem;letter-spacing:1px;color:#c00;font-weight:700;margin-bottom:4px}.editorial-intro-featured p{margin:0;font-size:.9rem;line-height:1.5;color:#333;font-weight:600}@media(max-width:900px){.editorial-intro-inner{grid-template-columns:1fr;gap:32px}.editorial-intro-text h2{font-size:1.8rem}}
