.hero-section{padding:80px 0 var(--space-xl);background:linear-gradient(135deg,var(--bg-primary)0%,var(--bg-secondary)100%);position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 80%,#dc26261a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#2563eb1a 0%,#0000 50%);position:absolute;inset:0}.hero-content{text-align:center;z-index:2;position:relative}.hero-title{font-size:clamp(var(--text-4xl),8vw,var(--text-6xl));margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:-.04em;word-break:keep-all;font-weight:900;line-height:.95}.hero-title .highlight{color:var(--color-red);position:relative}.hero-title .highlight:after{content:"";background:var(--color-red);opacity:.3;height:8px;position:absolute;bottom:-10px;left:0;right:0}.hero-subtitle{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-lg);max-width:500px;margin-left:auto;margin-right:auto;font-weight:400}.hero-search{gap:var(--space-sm);flex-direction:column;max-width:720px;margin:0 auto;display:flex}.search-input{width:100%;height:48px;padding:0 var(--space-xl);border:2px solid var(--color-black);background:var(--bg-primary);color:var(--text-primary);border-radius:var(--radius-full);font-size:var(--text-base);letter-spacing:.01em;transition:var(--transition-fast);font-weight:600}.search-input::placeholder{color:var(--text-light)}.search-input:focus-visible{outline:none;box-shadow:0 0 0 4px #0000001a}.search-chips{justify-content:center;align-items:center;gap:var(--space-xs);flex-wrap:wrap;display:flex}.chip{border:2px solid var(--color-black);background:var(--bg-primary);color:var(--text-primary);padding:var(--space-xs)var(--space-md);border-radius:var(--radius-full);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:var(--transition-fast);font-weight:800}.chip:hover{transform:translateY(-2px)}.chip.active,.chip[aria-pressed=true]{background:var(--color-black);color:var(--color-white)}.hero-features{gap:var(--space-2xl);margin-top:var(--space-4xl);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}.feature-card{background:var(--bg-primary);border:3px solid var(--color-black);padding:var(--space-2xl);text-align:left;transition:var(--transition-base);position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--color-red);width:100%;height:100%;transition:var(--transition-slow);z-index:1;position:absolute;top:0;left:-100%}.feature-card:hover:before{left:0}.feature-card:hover{color:var(--color-white);transform:translateY(-8px)}.feature-card>*{z-index:2;position:relative}.feature-icon{font-size:var(--text-4xl);margin-bottom:var(--space-lg);display:block}.feature-title{font-size:var(--text-xl);margin-bottom:var(--space-md);text-transform:uppercase;font-weight:700}.feature-desc{font-size:var(--text-base);line-height:1.6}.section{padding:calc(var(--space-3xl)/2)0;position:relative}.section-header{margin-bottom:var(--space-3xl);text-align:center;position:relative}.section-title{font-size:clamp(var(--text-4xl),8vw,var(--text-7xl));margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:-.03em;font-weight:900;display:inline-block;position:relative}.section-title:after{content:"";background:var(--color-red);width:100px;height:6px;position:absolute;bottom:-12px;left:0}.section-subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:500px;font-weight:500}.portal-section .section-header{text-align:left;justify-content:space-between;align-items:baseline;gap:var(--space-lg);display:flex;position:relative}.section-actions{align-items:center;gap:var(--space-sm);display:flex}.section-more{border:2px solid var(--color-black);width:40px;height:40px;color:var(--color-black);transition:transform var(--transition-base),background var(--transition-base),color var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:900;line-height:1;text-decoration:none;display:inline-flex}.section-more:hover{background:var(--color-black);color:var(--color-white);transform:rotate(90deg)}.portal-section .section-header:after{content:"+";border:2px solid var(--color-black);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:4px;right:0}.card-grid{gap:var(--space-md);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:1600px;margin:0 auto;padding:0;list-style:none;display:grid}@media (width<=768px){.card-grid{gap:var(--space-md);grid-template-columns:1fr}}@media (width>=768px) and (width<=1023px){.card-grid{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.card-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr)}}.card{background:var(--bg-primary);border:1px solid var(--color-gray-300);transition:var(--transition-base);cursor:pointer;box-shadow:none;border-radius:0;position:relative;overflow:hidden}.card,.card a{color:inherit;text-decoration:none}.card-title,.featured-card .card-title,.side-cards .card-title,.magazine-title{text-decoration:none}.card:before{content:"";background:linear-gradient(90deg,var(--color-red),var(--color-blue));transform-origin:0;height:2px;transition:transform var(--transition-base);pointer-events:none;z-index:2;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.card:hover{transform:translateY(-4px)}.card:hover:before{transform:scaleX(1)}.card-image{aspect-ratio:16/9;background:var(--color-gray-200);position:relative;overflow:hidden}.card-image .img-wrapper{width:100%;height:100%;position:relative}.card-image img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.card:hover .card-image img{transform:scale(1.06)}.card-overlay{background:var(--bg-overlay);opacity:0;transition:var(--transition-base);justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.card:hover .card-overlay{opacity:1}.play-icon{color:var(--color-white);font-size:var(--text-5xl)}.card-content{padding:var(--space-md);z-index:2;position:relative}.card-category{background:var(--color-black);color:var(--color-white);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;padding:var(--space-xs)var(--space-md);margin-bottom:var(--space-md);font-weight:700;display:inline-block}.card-title{font-size:var(--text-xl);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:-.02em;font-weight:700;line-height:1.2}.card-desc{color:var(--text-secondary);margin-bottom:var(--space-md);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.card-meta{font-size:var(--text-sm);color:var(--text-light);text-transform:uppercase;justify-content:space-between;align-items:center;font-weight:600;display:flex}.magazine-grid{align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-xl);max-width:1600px;margin-left:auto;margin-right:auto;display:flex}.magazine-grid>.featured-card{flex:3}.magazine-grid>.side-cards{flex:2.8}@media (width<=1024px){.magazine-grid{gap:var(--space-lg);flex-direction:column}.magazine-grid>.featured-card,.magazine-grid>.side-cards{flex:1}}.featured-card{border:1px solid var(--color-gray-300);transition:var(--transition-base);box-shadow:none;border-radius:0;position:relative;overflow:hidden}.featured-card:after{content:"FEATURED";top:var(--space-md);right:var(--space-md);background:var(--color-black);color:var(--color-white);font-size:var(--text-xs);letter-spacing:.08em;padding:var(--space-xs)var(--space-md);border-radius:var(--radius-full);z-index:3;text-transform:uppercase;font-weight:800;position:absolute}.featured-card:hover{transform:translateY(-4px)}.featured-card .card-image{aspect-ratio:16/9}.featured-card .card-content{padding:var(--space-xl)}.featured-card .card-title{font-size:var(--text-3xl)}.side-cards{gap:var(--space-md);grid-template-columns:repeat(2,1fr);display:grid}.side-cards .card{border-width:1px}.side-cards .card-image{aspect-ratio:4/3}.side-cards .card-content{padding:var(--space-md)}.side-cards .card-title{font-size:var(--text-base);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.side-card{flex-direction:column;display:flex}.side-card .card-category{margin-bottom:var(--space-sm);padding:2px 8px}.side-card .card-content{flex:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s ease-out fadeInUp}.animate-in{animation:.6s ease-out both fadeInUp}.portal-section{position:relative}.portal-body{letter-spacing:-.002em;font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,-apple-system,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.portal-body h1,.portal-body h2,.portal-body h3,.portal-body h4,.portal-body h5,.portal-body h6{text-transform:none;letter-spacing:-.01em;font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,-apple-system,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif}.portal-body .container{padding-left:var(--space-xl);padding-right:var(--space-xl)}.portal-body .section-header{margin-bottom:var(--space-xl)}.portal-body .section-title{font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,-apple-system,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:clamp(var(--text-3xl),7vw,var(--text-6xl));letter-spacing:-.02em;margin-bottom:var(--space-md);text-transform:uppercase}.portal-body .section-title:after{width:64px;height:4px}.portal-body .section-subtitle{font-size:var(--text-base);line-height:1.4}.portal-body .card-grid{gap:var(--space-sm)}.portal-body .magazine-grid{gap:var(--space-sm);margin-bottom:var(--space-lg)}.portal-body .card-title{font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,-apple-system,system-ui,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:var(--text-lg);letter-spacing:-.01em;text-transform:none;line-height:1.15}.portal-body .card,.portal-body .featured-card{box-shadow:none!important;border:0!important}.portal-body .card-meta{text-transform:none;letter-spacing:0;font-weight:500}.portal-body .card-category{letter-spacing:.05em}.portal-body .featured-card .card-title{font-size:var(--text-2xl)}.portal-body .side-cards{gap:var(--space-sm)}.portal-body .hero-section{display:none!important}.load-more-wrap{margin-top:var(--space-2xl);justify-content:center;align-items:center;display:flex}.site-footer{background:var(--color-black);color:var(--color-white);padding:var(--space-5xl)0 var(--space-2xl);margin-top:var(--space-5xl);border-top:4px solid var(--color-red)}.footer-content{gap:var(--space-3xl);margin-bottom:var(--space-3xl);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}.footer-section h4{color:var(--color-white);margin-bottom:var(--space-lg);font-family:Oswald,sans-serif;font-size:var(--text-xl);text-transform:uppercase;letter-spacing:-.01em;font-weight:900}.footer-section p{color:var(--color-gray-400);font-size:var(--text-base);margin-bottom:var(--space-md);line-height:1.7}.footer-section a{color:var(--color-gray-300);font-size:var(--text-base);transition:var(--transition-fast);margin-bottom:var(--space-sm);font-weight:500;line-height:1.6;text-decoration:none;display:block}.footer-section a:hover{color:var(--color-red);transform:translate(4px)}.footer-social{gap:var(--space-sm);flex-direction:column;display:flex}.footer-social a{align-items:center;gap:var(--space-sm);text-transform:uppercase;font-weight:600;font-size:var(--text-sm);letter-spacing:.05em;display:flex}.footer-social a ion-icon{font-size:var(--text-lg)}.footer-bottom{border-top:2px solid var(--color-gray-800);padding-top:var(--space-xl);text-align:center}.footer-bottom p{color:var(--color-gray-500);font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;margin:0;font-weight:700}@media (width<=768px){.footer-content{gap:var(--space-2xl);text-align:center;grid-template-columns:1fr}.footer-section h4{font-size:var(--text-lg);margin-bottom:var(--space-md)}.footer-section p,.footer-section a{font-size:var(--text-sm)}.footer-social{justify-content:center;gap:var(--space-lg);flex-direction:row}.footer-social a{text-align:center;gap:var(--space-xs);flex-direction:column}}.grid{gap:var(--space-lg);max-width:1000px;margin:0 auto;display:grid}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3,.grid-4{grid-template-columns:repeat(3,1fr)}@media (width<=480px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (width>=481px) and (width<=768px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width>=769px) and (width<=1024px){.grid-4{grid-template-columns:repeat(3,1fr)}}.main-test-card{transition:var(--transition-base);border-radius:var(--radius-none);position:relative;overflow:hidden}.main-test-card:hover{transform:translateY(-8px)}.main-card-title-bar{color:var(--color-white);padding:var(--space-2xl)var(--space-lg)var(--space-lg);transition:var(--transition-base);background:linear-gradient(#0000,#000c);position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.main-test-card:hover .main-card-title-bar{transform:translateY(0)}.main-card-title-bar .card-title{color:var(--color-white);font-size:var(--text-lg);text-shadow:0 2px 4px #00000080;margin:0}.test-overlay{opacity:0;transition:var(--transition-base);background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.main-test-card:hover .test-overlay{opacity:1}.test-play-icon{color:var(--color-white);font-size:var(--text-4xl);transition:var(--transition-base);transform:scale(.8)}.main-test-card:hover .test-play-icon{transform:scale(1)}.other-test-card{color:inherit;transition:var(--transition-base);text-decoration:none;display:block}.other-test-card:hover{transform:translateY(-4px)}.other-test-thumb{aspect-ratio:16/10;border:2px solid var(--color-black);margin-bottom:var(--space-md);position:relative;overflow:hidden}.other-test-title{font-size:var(--text-base);text-transform:uppercase;letter-spacing:-.01em;margin:0;font-weight:700;line-height:1.3}.magazine-list{gap:var(--space-md);list-style:none;display:grid}.magazine-item{border:2px solid var(--color-black);transition:var(--transition-base);box-shadow:none;border-radius:0;overflow:hidden}.magazine-item:hover{border-color:var(--color-red);transform:translateY(-2px)}.magazine-link{gap:var(--space-md);color:inherit;padding:var(--space-md);grid-template-columns:160px 1fr;height:100%;text-decoration:none;display:grid}.magazine-thumb-wrapper{aspect-ratio:16/9;background:var(--color-gray-200);overflow:hidden}.magazine-thumb-wrapper img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.magazine-item:hover .magazine-thumb-wrapper img{transform:scale(1.1)}.magazine-content{flex-direction:column;justify-content:space-between;display:flex}.magazine-section .section-header{border-top:2px solid var(--color-black);padding-top:var(--space-xl);margin-bottom:var(--space-2xl)}.magazine-section .section-title{letter-spacing:-.02em;font-size:clamp(2.5rem,6vw,5rem);font-weight:900}.magazine-section .section-title:after{display:none}.magazine-section .section-subtitle{margin-top:var(--space-xs);color:var(--text-secondary)}.magazine-section .magazine-list{gap:var(--space-xl);grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.magazine-section .magazine-list{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.magazine-section .magazine-list{gap:var(--space-lg);grid-template-columns:1fr}}.magazine-section .magazine-item{box-shadow:none;border:0;border-radius:0}.magazine-section .magazine-link{grid-template-columns:1fr;gap:0;padding:0;display:block}.magazine-section .magazine-thumb-wrapper{aspect-ratio:16/10;margin-bottom:var(--space-md)}.magazine-section .magazine-thumb-wrapper img{transition:transform var(--transition-slow)}.magazine-section .magazine-link:hover .magazine-thumb-wrapper img{transform:scale(1.03)}.magazine-section .magazine-content{gap:var(--space-xs)}.magazine-section .magazine-meta{justify-content:flex-start;align-items:center;gap:var(--space-sm);margin-top:var(--space-xs);font-size:var(--text-sm);color:var(--text-light);order:1;margin-bottom:0;display:flex}.magazine-section .magazine-category,.magazine-section .magazine-author{display:none!important}.magazine-section .magazine-date{opacity:.8}.magazine-section .magazine-date:before{content:none}.magazine-section .magazine-author{opacity:.7}.magazine-section .magazine-author:before{content:"|";opacity:.4;margin:0 var(--space-xs)}.magazine-section .magazine-title{text-transform:none;letter-spacing:0;margin:0 0 var(--space-xs)0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.1rem,1.6vw,1.8rem);font-weight:800;line-height:1.3}.magazine-section .magazine-desc{display:none}.mag-cat-block{margin-bottom:var(--space-2xl)}.mag-cat-title{font-family:Oswald,Inter,sans-serif;font-size:clamp(var(--text-4xl),8vw,var(--text-7xl));margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:-.03em;color:var(--text-primary);font-weight:900;display:inline-block;position:relative}.mag-cat-title:after{content:"";background:var(--color-red);width:100px;height:6px;position:absolute;bottom:-12px;left:0}.mag-cat-grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);margin:0;padding:0;list-style:none;display:grid}@media (width<=1024px){.mag-cat-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.mag-cat-grid{gap:var(--space-lg);grid-template-columns:1fr}}.portal-section .card-content{gap:var(--space-xs);flex-direction:column;display:flex}.portal-section .card-category,.portal-section .card-meta,.portal-section .card-desc{display:none!important}.magazine-title{font-size:var(--text-lg);margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:-.01em;font-weight:700;line-height:1.25;text-decoration:none}.magazine-desc{color:var(--text-secondary);margin-bottom:var(--space-sm);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.magazine-meta{align-items:center;gap:var(--space-sm);font-size:var(--text-sm);color:var(--text-light);text-transform:uppercase;font-weight:600;display:flex}.magazine-category{background:var(--color-black);color:var(--color-white);padding:var(--space-xs)var(--space-sm);font-size:var(--text-xs);letter-spacing:.1em}.magazine-date{opacity:.7}@media (width<=768px){.magazine-link{gap:var(--space-md);padding:var(--space-md);grid-template-columns:1fr}.magazine-thumb-wrapper{aspect-ratio:16/9}.magazine-title{font-size:var(--text-lg)}.magazine-desc{-webkit-line-clamp:2;line-clamp:2}.magazine-meta{align-items:flex-start;gap:var(--space-sm);flex-direction:column}}@media (width<=480px){.magazine-list{gap:var(--space-lg)}.magazine-link{padding:var(--space-sm)}.magazine-title{font-size:var(--text-base);margin-bottom:var(--space-xs)}.magazine-desc{font-size:var(--text-sm);margin-bottom:var(--space-sm)}.magazine-category{font-size:10px}}.loading-container{gap:var(--space-xl);padding:var(--space-2xl)0;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));display:grid}@media (width<=768px){.loading-container{gap:var(--space-lg);grid-template-columns:1fr}}.error-container{text-align:center;padding:var(--space-4xl)var(--space-lg);flex-direction:column;justify-content:center;align-items:center;min-height:50vh;display:flex}.error-icon{font-size:var(--text-6xl);color:var(--text-light);margin-bottom:var(--space-xl)}.error-title{font-size:var(--text-3xl);color:var(--text-primary);margin-bottom:var(--space-lg);text-transform:uppercase;font-weight:900}.error-message{color:var(--text-secondary);margin-bottom:var(--space-2xl);max-width:500px;line-height:1.6}.error-button{background:var(--color-red);color:var(--color-white);padding:var(--space-lg)var(--space-2xl);font-size:var(--text-base);text-transform:uppercase;cursor:pointer;transition:var(--transition-fast);letter-spacing:.05em;border:none;font-weight:700}.error-button:hover{background:var(--color-black);transform:translateY(-2px)}@media (width<=480px){.error-container{padding:var(--space-2xl)var(--space-md)}.error-icon{font-size:var(--text-4xl);margin-bottom:var(--space-lg)}.error-title{font-size:var(--text-2xl);margin-bottom:var(--space-md)}.error-message{font-size:var(--text-sm);margin-bottom:var(--space-lg)}.error-button{padding:var(--space-md)var(--space-xl);font-size:var(--text-sm)}}.no-content-message{text-align:center;padding:var(--space-4xl)var(--space-lg);color:var(--text-secondary);font-size:var(--text-lg);border:2px dashed var(--color-gray-300);background:var(--bg-secondary);grid-column:1/-1;font-style:italic}@media (width<=480px){.no-content-message{padding:var(--space-2xl)var(--space-md);font-size:var(--text-base)}}#nav-wrap{margin-top:var(--space-3xl);padding-top:var(--space-2xl);border-top:2px solid var(--color-gray-200)}.other-tests-grid,.other-magazines-grid{justify-content:flex-start;gap:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(220px,280px));max-width:none;margin:0;display:grid}.other-test-card{color:inherit;transition:var(--transition-base);box-shadow:none;background:#fff;border:1px solid #19203024;border-radius:2px;text-decoration:none;display:block;overflow:hidden}.other-test-card:hover{border-color:#1920303d;transform:translateY(-2px)}.other-test-thumb{aspect-ratio:16/10;background:var(--color-gray-200);position:relative;overflow:hidden}.other-test-thumb img{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.other-test-card:hover .other-test-thumb img{transform:scale(1.05)}.other-test-overlay{opacity:0;transition:var(--transition-base);background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.other-test-card:hover .other-test-overlay{opacity:1}.other-test-play-icon{color:var(--color-white);font-size:var(--text-2xl)}.other-test-content{padding:var(--space-lg)}.other-test-category{color:#4e5868;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-sm);background:#fff;border:1px solid #1920301f;border-radius:2px;padding:.22rem .45rem;font-weight:700;display:inline-block}.other-test-title{font-size:var(--text-base);text-transform:uppercase;letter-spacing:-.01em;color:var(--text-primary);margin:0;font-weight:700;line-height:1.3}.other-magazine-card{color:inherit;transition:var(--transition-base);box-shadow:none;background:#fff;border:1px solid #19203024;border-radius:2px;text-decoration:none;display:block;overflow:hidden}.other-magazine-card:hover{border-color:#1920303d;transform:translateY(-2px)}.other-magazine-thumb-wrapper{aspect-ratio:16/10;background:var(--color-gray-200);position:relative;overflow:hidden}.other-magazine-thumb{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow)}.other-magazine-card:hover .other-magazine-thumb{transform:scale(1.05)}.other-magazine-overlay{opacity:0;transition:var(--transition-base);background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.other-magazine-card:hover .other-magazine-overlay{opacity:1}.magazine-read-icon{color:var(--color-white);font-size:var(--text-2xl)}.other-magazine-content{padding:var(--space-lg)}.other-magazine-category{color:#4e5868;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-sm);background:#fff;border:1px solid #1920301f;border-radius:2px;padding:.22rem .45rem;font-weight:700;display:inline-block}.other-magazine-title{font-size:var(--text-base);text-transform:uppercase;letter-spacing:-.01em;margin:0 0 var(--space-sm)0;color:var(--text-primary);font-weight:700;line-height:1.3;text-decoration:none}.other-magazine-desc{color:var(--text-secondary);font-size:var(--text-sm);margin-bottom:var(--space-sm);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.other-magazine-date{color:var(--text-light);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;font-weight:600}@media (width<=768px){.other-tests-grid,.other-magazines-grid{gap:var(--space-lg);grid-template-columns:repeat(2,1fr)}.other-test-content,.other-magazine-content{padding:var(--space-md)}.other-test-title,.other-magazine-title{font-size:var(--text-sm)}.other-magazine-desc{-webkit-line-clamp:1;line-clamp:1;font-size:12px}}@media (width<=480px){.other-tests-grid,.other-magazines-grid{gap:var(--space-md);grid-template-columns:1fr}#nav-wrap{margin-top:var(--space-2xl);padding-top:var(--space-lg)}.other-test-content,.other-magazine-content{padding:var(--space-sm)}.other-test-category,.other-magazine-category{padding:2px var(--space-xs);margin-bottom:var(--space-xs);font-size:10px}.other-test-title,.other-magazine-title{font-size:var(--text-sm);margin-bottom:var(--space-xs)}.other-magazine-desc{margin-bottom:var(--space-xs);font-size:11px}.other-magazine-date{font-size:10px}}.magazine-article{max-width:1000px;margin:0 auto}.magazine-header{text-align:center;margin-bottom:var(--space-4xl);padding-bottom:var(--space-2xl);border-bottom:2px solid var(--color-gray-200)}.magazine-category{background:var(--color-black);color:var(--color-white);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;padding:var(--space-sm)var(--space-lg);margin-bottom:var(--space-xl);font-weight:700;display:inline-block}.magazine-title{font-size:clamp(var(--text-3xl),6vw,var(--text-5xl));margin-bottom:var(--space-xl);text-transform:uppercase;letter-spacing:-.02em;color:var(--text-primary);font-weight:900;line-height:1.1}.magazine-meta{justify-content:center;align-items:center;gap:var(--space-xl);font-size:var(--text-sm);color:var(--text-secondary);text-transform:uppercase;font-weight:600;display:flex}.magazine-author,.magazine-date{align-items:center;gap:var(--space-xs);display:flex}.magazine-featured-image{margin:var(--space-4xl)0;border:3px solid var(--color-black);aspect-ratio:1200/630;background:var(--color-gray-200);overflow:hidden}.magazine-image{object-fit:cover;width:100%;height:100%;transition:var(--transition-slow);display:block}.magazine-content{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-4xl);line-height:1.8}.magazine-content h2{font-size:var(--text-3xl);margin:var(--space-4xl)0 var(--space-xl);text-transform:uppercase;letter-spacing:-.02em;font-weight:800}.magazine-content h3{font-size:var(--text-2xl);margin:var(--space-3xl)0 var(--space-lg);text-transform:uppercase;font-weight:700}.magazine-content p{margin-bottom:var(--space-xl)}.magazine-content ul,.magazine-content ol{margin:var(--space-xl)0;padding-left:var(--space-2xl)}.magazine-content li{margin-bottom:var(--space-sm)}.magazine-content blockquote{border-left:4px solid var(--color-red);padding:var(--space-xl)var(--space-2xl);margin:var(--space-2xl)0;background:var(--bg-secondary);font-style:italic;font-size:var(--text-xl)}.magazine-content strong{color:var(--color-red);font-weight:700}.related-tests-section .card{transition:var(--transition-base);border-width:2px}.related-tests-section .card:hover{border-color:var(--color-red);transform:translateY(-4px)}@media (width<=768px){.magazine-header{margin-bottom:var(--space-2xl);padding-bottom:var(--space-lg)}.magazine-category{padding:var(--space-xs)var(--space-md);margin-bottom:var(--space-lg);font-size:10px}.magazine-title{font-size:clamp(var(--text-2xl),8vw,var(--text-3xl));margin-bottom:var(--space-lg)}.magazine-meta{gap:var(--space-sm);font-size:var(--text-xs);flex-direction:column}.magazine-featured-image{margin:var(--space-2xl)0;border-width:2px}.magazine-content{font-size:var(--text-base);margin-bottom:var(--space-2xl);line-height:1.7}.magazine-content h2{font-size:var(--text-xl);margin:var(--space-2xl)0 var(--space-md)}.magazine-content h3{font-size:var(--text-lg);margin:var(--space-xl)0 var(--space-sm)}.magazine-content p{margin-bottom:var(--space-lg)}.magazine-content blockquote{padding:var(--space-lg);margin:var(--space-lg)0;font-size:var(--text-lg)}}html,body{overflow-x:hidden}.card-grid,.magazine-grid,.other-tests-grid,.other-magazines-grid{-webkit-overflow-scrolling:touch}.ad-slot{width:100%;margin:var(--space-3xl)auto}.portal-body .ad-slot{display:none!important}.ad-slot:empty{min-height:0}.ad-slot--leaderboard{display:none!important}.ad-slot--infeed{max-width:100%}@media (width<=768px){.card,.other-test-card,.other-magazine-card,.magazine-item{min-height:48px}.card a,.other-test-card a,.other-magazine-card a,.magazine-link{flex-direction:column;min-height:48px;display:flex}}@media (width<=320px){:root{--space-xs:.25rem;--space-sm:.375rem;--space-md:.5rem;--space-lg:.75rem;--space-xl:1rem;--space-2xl:1.5rem}.container{padding:0 var(--space-sm)}.card-content,.other-test-content,.other-magazine-content{padding:var(--space-sm)}}.magazine-item .magazine-desc,.magazine-item .magazine-meta,.other-magazine-content .other-magazine-category,.other-magazine-content .other-magazine-desc,.other-magazine-content .other-magazine-date{display:none!important}.other-magazine-card,.other-magazine-card a,.magazine-item,.magazine-item a{color:inherit;text-decoration:none}body.portal-body{background:var(--surface-0)!important}.portal-body .portal-container{width:min(100%,1320px);margin:0 auto;padding:0 clamp(20px,4vw,40px) 5rem}.portal-body .container{width:100%;max-width:none;padding-left:0;padding-right:0}.portal-body .portal-section>.container,.portal-body .portal-magazine-cluster .portal-section>.container,.portal-body .magazine-list-container{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.portal-body .section-header{border-top:1px solid var(--line-200);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem 2rem;margin-bottom:1.4rem;padding-top:1rem;display:flex}.portal-body #section-popular .section-header,.portal-body #section-banner+.portal-section .section-header{border-top-width:3px;border-top-color:var(--ink-900)}.portal-body .section-header:after,.portal-body .portal-magazine-cluster .section-header:after{content:none;display:none!important}.portal-body .section-title,.portal-body .portal-magazine-cluster .section-title{letter-spacing:-.04em;margin:0;font-family:Oswald,Pretendard Variable,sans-serif;font-size:clamp(2rem,4vw,3.25rem);line-height:.94}.portal-body .section-subtitle,.portal-body .portal-magazine-cluster .section-subtitle{text-align:right;max-width:44ch;margin-left:auto;font-size:.92rem;line-height:1.55;color:var(--ink-400)!important}.portal-body .portal-magazine-cluster .card,.portal-body .side-cards .card,.portal-body .other-test-card,.portal-body .other-magazine-card{flex-direction:column;height:100%;display:flex;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.portal-body .card>a,.portal-body .featured-card>a,.portal-body .portal-magazine-cluster .card>a,.portal-body .side-cards .card>a,.portal-body .other-test-card>a,.portal-body .other-magazine-card>a{flex-direction:column;flex:1;display:flex}.portal-body .portal-magazine-cluster .card:hover{transform:none!important}.portal-body .card-image,.portal-body .featured-card .card-image,.portal-body .magazine-thumb-wrapper .img-wrapper,.portal-body .magazine-thumb-wrapper,.portal-body .other-test-thumb,.portal-body .other-magazine-thumb-wrapper{background:var(--surface-muted)!important}.portal-body .card-image img,.portal-body .featured-card .card-image img{filter:none}.portal-body .card-content,.portal-body .portal-magazine-cluster .card-content{flex-direction:column;flex:auto;display:flex;padding:.9rem 0 0!important}.portal-body .card-meta{margin-top:auto}.portal-body .card-category,.portal-body .featured-card .card-category,.other-test-category,.other-magazine-category{letter-spacing:.08em;margin-bottom:.72rem;font-size:.72rem;font-weight:700;display:inline-block;color:var(--ink-900)!important;background:0 0!important;border:0!important;border-bottom:1px solid #1111113d!important;border-radius:0!important;padding:0 0 .22rem!important}.portal-body .card-title,.portal-body .featured-card .card-title,.portal-body .side-cards .card-title,.portal-body .magazine-title,.other-test-title,.other-magazine-title{letter-spacing:-.03em;color:var(--ink-900)!important}.portal-body .card-desc,.portal-body .card-meta,.portal-body .magazine-desc,.portal-body .magazine-meta,.other-magazine-desc{color:#666a73!important}.portal-body .featured-card .card-title{max-width:11ch;font-size:clamp(2.1rem,4vw,3.35rem);line-height:.98}.portal-body .featured-card .card-desc{max-width:60ch;font-size:1rem;line-height:1.7}.portal-body .side-cards{border-top:1px solid var(--line-200);counter-reset:popular-rank;flex-direction:column;gap:0;display:flex}.portal-body .side-cards .card-content{position:relative;padding:1rem 0 1rem 2.75rem!important}.portal-body .side-cards .card-content:before{content:counter(popular-rank,decimal-leading-zero);letter-spacing:-.02em;color:var(--ink-900);font-family:Oswald,sans-serif;font-size:1.25rem;line-height:1;position:absolute;top:1rem;left:0}.portal-body .side-cards .card-category,.portal-body .side-cards .card-desc,.portal-body .side-cards .card-meta{display:none!important}.portal-body #grid-new{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:clamp(1rem,2vw,1.4rem)!important}.portal-body #grid-new>li:first-child .card-title{font-size:clamp(1.7rem,2.4vw,2.3rem);line-height:1.06}.portal-body #grid-love,.portal-body #grid-adventure,.portal-body #grid-travel,.portal-body #grid-lifestyle,.portal-body #grid-health,.portal-body #grid-psychology,.portal-body #grid-career,.portal-body #grid-relationship,.portal-body #grid-productivity{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:clamp(1rem,2vw,1.5rem)!important}.portal-body #grid-love .card-image,.portal-body #grid-adventure .card-image,.portal-body #grid-travel .card-image,.portal-body #grid-lifestyle .card-image,.portal-body #grid-health .card-image,.portal-body #grid-psychology .card-image,.portal-body #grid-career .card-image,.portal-body #grid-relationship .card-image,.portal-body #grid-productivity .card-image{aspect-ratio:4/3}.portal-body .magazine-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.25rem,2vw,1.75rem)}.portal-body .magazine-link{border-top:1px solid var(--line-200);grid-template-columns:minmax(140px,.72fr) minmax(0,1fr);padding:0 0 1rem}.portal-body .magazine-item:nth-child(-n+2) .magazine-link{border-top:0;padding-top:0}.portal-body .magazine-thumb-wrapper img{min-height:0}.portal-body .magazine-pagination{border-top:1px solid var(--line-200);margin-top:1rem;padding-top:1rem}.portal-body .magazine-pagination .btn{background:var(--surface-0);border:1px solid var(--line-200);color:var(--ink-900);box-shadow:none;border-radius:0}#nav-wrap{border-top:0;margin-top:4rem;padding-top:0}#nav-wrap .section-header{border-top:3px solid var(--ink-900);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem 2rem;margin-bottom:1.4rem;padding-top:1rem;display:flex}#nav-wrap .section-header:after{content:none}.other-tests-grid,.other-magazines-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem)}.other-test-card,.other-magazine-card{box-shadow:none;background:0 0;border:0;border-radius:0}.other-test-thumb,.other-magazine-thumb-wrapper{background:var(--surface-muted)}.other-test-content,.other-magazine-content{padding:.85rem 0 0}.other-test-card:hover,.other-magazine-card:hover{transform:none}.portal-body .portal-top-button{border-radius:0}@media (width<=960px){.portal-body .magazine-grid.popular-grid{grid-template-columns:1fr}.portal-body .section-header,.portal-body .portal-magazine-cluster .section-header,#nav-wrap .section-header{flex-direction:column;align-items:flex-start;display:flex}.portal-body .section-subtitle,.portal-body .portal-magazine-cluster .section-subtitle{text-align:left;margin-left:0}.portal-body #grid-new{grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-body #grid-new>li:first-child,.portal-body #grid-new>li:not(:first-child){grid-area:auto}.portal-body #grid-love,.portal-body #grid-adventure,.portal-body #grid-travel,.portal-body #grid-lifestyle,.portal-body #grid-health,.portal-body #grid-psychology,.portal-body #grid-career,.portal-body #grid-relationship,.portal-body #grid-productivity,.other-tests-grid,.other-magazines-grid,.portal-body .magazine-list{grid-template-columns:1fr!important}.portal-body .magazine-item .magazine-link{border-top:1px solid var(--line-200);padding-top:1rem}.portal-body .magazine-item:first-child .magazine-link{border-top:0;padding-top:0}}body.portal-body{--portal-home-section-gap:clamp(2.1rem,4vw,3rem);--portal-home-card-gap:clamp(1rem,2vw,1.35rem)}.portal-body .section-header{gap:.55rem 1.5rem;margin-bottom:1.05rem;padding-top:.85rem}.portal-body .section-subtitle,.portal-body .portal-magazine-cluster .section-subtitle{max-width:38ch;font-size:.88rem;line-height:1.5}.portal-body .portal-magazine-cluster .card-content{gap:.5rem}.portal-body .card-desc,.portal-body .portal-magazine-cluster .card-desc{font-size:.9rem;line-height:1.56}.portal-body #grid-love,.portal-body #grid-adventure,.portal-body #grid-travel,.portal-body #grid-lifestyle,.portal-body #grid-health,.portal-body #grid-psychology,.portal-body #grid-career,.portal-body #grid-relationship,.portal-body #grid-productivity{gap:var(--portal-home-card-gap)!important;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))!important}.portal-body .portal-magazine-cluster{gap:clamp(1.9rem,3vw,2.5rem)}#section-lifestyle,#section-lifestyle .container{color:inherit!important;background:0 0!important}#section-lifestyle .section-header:before,#section-lifestyle .section-header:after,#section-lifestyle .section-title:before{content:none!important;display:none!important}#section-lifestyle .section-title>span{display:inline!important}#section-lifestyle .section-title:after{background:var(--ink-900)!important;border-radius:0!important;width:72px!important;height:3px!important;margin-top:.45rem!important;display:block!important;position:static!important}#section-lifestyle .section-subtitle{color:var(--ink-400)!important;max-width:38ch!important;margin-top:0!important}#section-lifestyle .card-grid{gap:var(--portal-home-card-gap)!important;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr))!important}#section-lifestyle .card{box-shadow:none!important;background:0 0!important;border:0!important}#section-lifestyle .card:hover{box-shadow:none!important;transform:none!important}#section-lifestyle .card:before{display:none!important}#section-lifestyle .card>a{flex-direction:column;min-height:100%;display:flex!important}#section-lifestyle .card-image{background:var(--surface-muted)!important;border-bottom:0!important}#section-lifestyle .card-content{gap:.5rem!important;min-height:0!important;padding:.78rem 0 0!important}#section-lifestyle .card-category{min-height:0!important;color:var(--ink-900)!important;box-shadow:none!important;letter-spacing:.08em!important;background:0 0!important;border:0!important;border-bottom:1px solid #1111113d!important;border-radius:0!important;margin:0 0 .72rem!important;padding:0 0 .22rem!important;font-size:.72rem!important;display:inline-block!important}#section-lifestyle .card-title{color:var(--ink-900)!important;letter-spacing:-.03em!important;text-shadow:none!important;font-size:1.04rem!important;line-height:1.34!important}#section-lifestyle .card-desc{color:#666a73!important;font-size:.9rem!important;line-height:1.56!important}#section-lifestyle .card-meta{color:#666a73!important;margin-top:auto!important;font-size:.76rem!important}.portal-body .section-title,.portal-body .portal-magazine-cluster .section-title{letter-spacing:-.03em;font-family:Oswald,Pretendard Variable,sans-serif;font-size:clamp(2.2rem,4.2vw,3.6rem);font-weight:800;line-height:.95}.portal-body .card-title{font-size:clamp(1.05rem,1.2vw,1.2rem);font-weight:700;line-height:1.32}.portal-body #grid-new>li:first-child .card-title{letter-spacing:-.035em;font-size:clamp(1.9rem,2.8vw,2.6rem);font-weight:800;line-height:1.02}.portal-body .featured-card .card-title{letter-spacing:-.035em;font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:800;line-height:.98}.portal-body .portal-section .section-header{border-top:2px solid var(--editorial-hairline-strong);margin-bottom:1.75rem;padding-top:1.25rem;position:relative}.portal-body .portal-section .section-header:before{content:"EDITOR'S PICK";letter-spacing:.22em;width:100%;color:var(--editorial-accent);text-transform:uppercase;margin-bottom:.6rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:800;display:block}.portal-body .card,.portal-body .featured-card{transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden;background:var(--surface-0)!important;border:1px solid var(--editorial-hairline)!important;border-radius:0!important}.portal-body .card:hover,.portal-body .featured-card:hover{border-color:var(--editorial-hairline-strong)!important;transform:translateY(-3px)!important;box-shadow:0 12px 28px #0e0e0e14!important}.portal-body .card-content{padding:1rem 1.1rem 1.2rem!important}.portal-body .featured-card .card-content{padding:1.5rem 1.75rem 1.75rem!important}.portal-body .card-category,.portal-body .featured-card .card-category{letter-spacing:.14em;text-transform:uppercase;align-items:center;margin-bottom:.9rem;font-size:.66rem;font-weight:800;background:var(--editorial-ink)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:.32rem .72rem!important;display:inline-flex!important}.portal-body .featured-card .card-category{background:var(--editorial-accent)!important}.portal-body #grid-new>li:first-child .card-title em,.portal-body .featured-card .card-title em{background:linear-gradient(to top,var(--editorial-highlight)36%,transparent 36%);padding:0 .08em;font-style:normal}.portal-body .featured-card{position:relative}.portal-body .featured-card:after{content:"FEATURED";z-index:3;background:var(--editorial-highlight);color:var(--editorial-ink);letter-spacing:.18em;padding:.35rem .7rem;font-family:Oswald,sans-serif;font-size:.7rem;font-weight:800;position:absolute;top:1rem;left:1rem;display:inline-block!important}.portal-body .portal-section.alt-bg:not(#section-lifestyle)>.container{margin:0 calc(-1*clamp(20px,4vw,40px));background:#faf7f2!important;padding:clamp(1.75rem,3vw,2.5rem) clamp(1rem,2vw,1.5rem)!important}.portal-body #grid-new>li:nth-child(2) .card-title{font-size:clamp(1.3rem,1.8vw,1.65rem)}.portal-body .side-cards .card-content{padding:1.2rem 0 1.2rem 3.6rem!important}.portal-body .side-cards .card-content:before{color:var(--editorial-accent);font-size:2.25rem;font-weight:800;line-height:1;top:.9rem}.portal-body .side-cards .card:first-child .card-content:before{color:var(--editorial-ink)}.portal-body .card-image img,.portal-body .featured-card .card-image img,.portal-body .magazine-thumb-wrapper img{filter:saturate(1.02)contrast(1.04);transition:transform .6s,filter .6s}.portal-body .card:hover .card-image img,.portal-body .featured-card:hover .card-image img{filter:saturate(1.08)contrast(1.06);transform:scale(1.04)}.portal-body .portal-container:after{content:"";background:var(--editorial-accent);width:100%;height:4px;margin-top:3rem;display:block}@media (width<=960px){.portal-body #grid-new>li:nth-child(2),.portal-body #grid-new>li:nth-child(n+3){grid-column:auto}.portal-body .portal-section.alt-bg:not(#section-lifestyle)>.container{margin-inline:0}}.portal-body #grid-love:has(>li:only-child),.portal-body #grid-adventure:has(>li:only-child),.portal-body #grid-travel:has(>li:only-child),.portal-body #grid-health:has(>li:only-child),.portal-body #grid-psychology:has(>li:only-child),.portal-body #grid-career:has(>li:only-child),.portal-body #grid-relationship:has(>li:only-child),.portal-body #grid-productivity:has(>li:only-child),.portal-body #grid-love[data-count="1"],.portal-body #grid-adventure[data-count="1"],.portal-body #grid-travel[data-count="1"],.portal-body #grid-health[data-count="1"],.portal-body #grid-psychology[data-count="1"],.portal-body #grid-career[data-count="1"],.portal-body #grid-relationship[data-count="1"],.portal-body #grid-productivity[data-count="1"],.portal-body #grid-love:has(>li:nth-child(2):last-child),.portal-body #grid-adventure:has(>li:nth-child(2):last-child),.portal-body #grid-travel:has(>li:nth-child(2):last-child),.portal-body #grid-health:has(>li:nth-child(2):last-child),.portal-body #grid-psychology:has(>li:nth-child(2):last-child),.portal-body #grid-career:has(>li:nth-child(2):last-child),.portal-body #grid-relationship:has(>li:nth-child(2):last-child),.portal-body #grid-productivity:has(>li:nth-child(2):last-child),.portal-body #grid-love[data-count="2"],.portal-body #grid-adventure[data-count="2"],.portal-body #grid-travel[data-count="2"],.portal-body #grid-health[data-count="2"],.portal-body #grid-psychology[data-count="2"],.portal-body #grid-career[data-count="2"],.portal-body #grid-relationship[data-count="2"],.portal-body #grid-productivity[data-count="2"]{grid-template-columns:repeat(3,minmax(0,1fr))!important}.portal-body #grid-love:has(>li:only-child)>li,.portal-body #grid-adventure:has(>li:only-child)>li,.portal-body #grid-travel:has(>li:only-child)>li,.portal-body #grid-health:has(>li:only-child)>li,.portal-body #grid-psychology:has(>li:only-child)>li,.portal-body #grid-career:has(>li:only-child)>li,.portal-body #grid-relationship:has(>li:only-child)>li,.portal-body #grid-productivity:has(>li:only-child)>li,.portal-body #grid-love[data-count="1"]>li,.portal-body #grid-adventure[data-count="1"]>li,.portal-body #grid-travel[data-count="1"]>li,.portal-body #grid-health[data-count="1"]>li,.portal-body #grid-psychology[data-count="1"]>li,.portal-body #grid-career[data-count="1"]>li,.portal-body #grid-relationship[data-count="1"]>li,.portal-body #grid-productivity[data-count="1"]>li,.portal-body #grid-love:has(>li:nth-child(2):last-child)>li,.portal-body #grid-adventure:has(>li:nth-child(2):last-child)>li,.portal-body #grid-travel:has(>li:nth-child(2):last-child)>li,.portal-body #grid-health:has(>li:nth-child(2):last-child)>li,.portal-body #grid-psychology:has(>li:nth-child(2):last-child)>li,.portal-body #grid-career:has(>li:nth-child(2):last-child)>li,.portal-body #grid-relationship:has(>li:nth-child(2):last-child)>li,.portal-body #grid-productivity:has(>li:nth-child(2):last-child)>li,.portal-body #grid-love[data-count="2"]>li,.portal-body #grid-adventure[data-count="2"]>li,.portal-body #grid-travel[data-count="2"]>li,.portal-body #grid-health[data-count="2"]>li,.portal-body #grid-psychology[data-count="2"]>li,.portal-body #grid-career[data-count="2"]>li,.portal-body #grid-relationship[data-count="2"]>li,.portal-body #grid-productivity[data-count="2"]>li{grid-column:span 1!important}.portal-body .portal-section:not(#section-lifestyle) .card-image,.portal-body .featured-card .card-image{aspect-ratio:16/10;max-height:420px}.portal-body .portal-section .section-header:before{content:attr(data-eyebrow);color:var(--editorial-accent)}.portal-body #section-love .section-header:before{content:"ROMANCE FILE"}.portal-body #section-adventure .section-header:before{content:"GO FURTHER"}.portal-body #section-travel .section-header:before{content:"ON THE ROAD"}.portal-body #section-health .section-header:before{content:"WELLBEING"}.portal-body #section-psychology .section-header:before{content:"MIND"}.portal-body #section-career .section-header:before{content:"WORK SMART"}.portal-body #section-relationship .section-header:before{content:"PEOPLE"}.portal-body #section-productivity .section-header:before{content:"GET THINGS DONE"}.portal-body #grid-new>li:first-child{position:relative}.portal-body #grid-new>li:first-child:after{content:"FEATURED";z-index:3;background:var(--editorial-highlight);color:var(--editorial-ink);letter-spacing:.18em;padding:.35rem .7rem;font-family:Oswald,sans-serif;font-size:.7rem;font-weight:800;position:absolute;top:1rem;left:1rem}.portal-body .portal-section .section-header{border-top:3px solid var(--editorial-ink);padding-top:1.4rem}.portal-body .portal-magazine-cluster .portal-section .section-header{border-top:3px solid var(--editorial-accent)}.portal-body #grid-new:has(>li:nth-child(3))>li:nth-child(2),.portal-body #grid-new[data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="2"])>li:nth-child(2){grid-column:span 6}.portal-body #grid-new:has(>li:nth-child(3))>li:nth-child(n+3),.portal-body #grid-new[data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="2"])>li:nth-child(n+3){grid-column:span 4}.portal-body #grid-new:not(:has(>li:nth-child(3))),.portal-body #grid-new[data-count="1"],.portal-body #grid-new[data-count="2"]{grid-template-columns:repeat(3,minmax(0,1fr))!important}.portal-body #grid-new:not(:has(>li:nth-child(3)))>li:first-child,.portal-body #grid-new[data-count="1"]>li:first-child,.portal-body #grid-new[data-count="2"]>li:first-child{grid-area:auto/span 2!important}.portal-body #grid-new:not(:has(>li:nth-child(3)))>li:nth-child(2),.portal-body #grid-new[data-count="2"]>li:nth-child(2){grid-column:span 1!important}.portal-body .side-cards:has(>.card:only-child),.portal-body .side-cards[data-count="1"]{padding:1rem 0}.portal-body .side-cards:has(>.card:only-child) .card:after,.portal-body .side-cards[data-count="1"] .card:after{content:"MORE COMING";border-top:1px dashed var(--line-200);letter-spacing:.18em;color:var(--ink-300);margin-top:.75rem;padding-top:.75rem;font-size:.7rem;display:block}@media (width<=700px){.portal-body #grid-love:has(>li:only-child),.portal-body #grid-adventure:has(>li:only-child),.portal-body #grid-travel:has(>li:only-child),.portal-body #grid-health:has(>li:only-child),.portal-body #grid-psychology:has(>li:only-child),.portal-body #grid-career:has(>li:only-child),.portal-body #grid-relationship:has(>li:only-child),.portal-body #grid-productivity:has(>li:only-child),.portal-body #grid-love:has(>li:nth-child(2):last-child),.portal-body #grid-adventure:has(>li:nth-child(2):last-child),.portal-body #grid-travel:has(>li:nth-child(2):last-child),.portal-body #grid-health:has(>li:nth-child(2):last-child),.portal-body #grid-psychology:has(>li:nth-child(2):last-child),.portal-body #grid-career:has(>li:nth-child(2):last-child),.portal-body #grid-relationship:has(>li:nth-child(2):last-child),.portal-body #grid-productivity:has(>li:nth-child(2):last-child),.portal-body #grid-love[data-count="1"],.portal-body #grid-adventure[data-count="1"],.portal-body #grid-travel[data-count="1"],.portal-body #grid-health[data-count="1"],.portal-body #grid-psychology[data-count="1"],.portal-body #grid-career[data-count="1"],.portal-body #grid-relationship[data-count="1"],.portal-body #grid-productivity[data-count="1"],.portal-body #grid-love[data-count="2"],.portal-body #grid-adventure[data-count="2"],.portal-body #grid-travel[data-count="2"],.portal-body #grid-health[data-count="2"],.portal-body #grid-psychology[data-count="2"],.portal-body #grid-career[data-count="2"],.portal-body #grid-relationship[data-count="2"],.portal-body #grid-productivity[data-count="2"],.portal-body #grid-new:not(:has(>li:nth-child(3))),.portal-body #grid-new[data-count="1"],.portal-body #grid-new[data-count="2"]{grid-template-columns:1fr!important}.portal-body #grid-love[data-count]>li,.portal-body #grid-adventure[data-count]>li,.portal-body #grid-travel[data-count]>li,.portal-body #grid-health[data-count]>li,.portal-body #grid-psychology[data-count]>li,.portal-body #grid-career[data-count]>li,.portal-body #grid-relationship[data-count]>li,.portal-body #grid-productivity[data-count]>li,.portal-body #grid-love:has(>li:only-child)>li,.portal-body #grid-adventure:has(>li:only-child)>li,.portal-body #grid-travel:has(>li:only-child)>li,.portal-body #grid-health:has(>li:only-child)>li,.portal-body #grid-psychology:has(>li:only-child)>li,.portal-body #grid-career:has(>li:only-child)>li,.portal-body #grid-relationship:has(>li:only-child)>li,.portal-body #grid-productivity:has(>li:only-child)>li,.portal-body #grid-love:has(>li:nth-child(2):last-child)>li,.portal-body #grid-adventure:has(>li:nth-child(2):last-child)>li,.portal-body #grid-travel:has(>li:nth-child(2):last-child)>li,.portal-body #grid-health:has(>li:nth-child(2):last-child)>li,.portal-body #grid-psychology:has(>li:nth-child(2):last-child)>li,.portal-body #grid-career:has(>li:nth-child(2):last-child)>li,.portal-body #grid-relationship:has(>li:nth-child(2):last-child)>li,.portal-body #grid-productivity:has(>li:nth-child(2):last-child)>li,.portal-body #grid-new[data-count]>li,.portal-body #grid-new:not(:has(>li:nth-child(3)))>li{grid-area:auto!important}}body.portal-body{--home-paper:#fff;--home-paper-soft:#fff;--home-paper-warm:#fff;--home-ink:#14110f;--home-muted:#6d655e;--home-line:#14110f24;--home-line-strong:#14110fc7;--home-red:#b7372f;--home-blue:#416b83;--home-green:#526f43;--home-gold:#b98927;--home-focus:#224d86;color:var(--home-ink);background:linear-gradient(90deg,#14110f09 1px,transparent 1px)center/calc(100%/12)100%,var(--home-paper)!important;letter-spacing:0!important;font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif!important}.portal-body .portal-container{padding-top:6.5rem!important}.portal-body .container{width:min(1180px,100% - 40px)!important;max-width:none!important;margin-inline:auto!important;padding-inline:0!important}.portal-body .portal-section{padding:0 0 4.5rem!important}.portal-body .portal-section[hidden]{display:none!important}.portal-body .section-header:before{grid-column:1/-1;letter-spacing:.16em!important;color:var(--home-red)!important;margin:0 0 .15rem!important;font-family:Inter,sans-serif!important;font-size:.72rem!important;font-weight:800!important;line-height:1!important}.portal-body .section-header:after,.portal-body .section-title:after,#section-lifestyle .section-title:after{content:none!important;display:none!important}.portal-body .section-title,.portal-body .portal-magazine-cluster .section-title{text-wrap:balance;grid-column:1/8;letter-spacing:0!important;color:var(--home-ink)!important;font-family:Noto Serif KR,Playfair Display,serif!important;font-size:2.35rem!important;font-weight:900!important;line-height:1.12!important}.portal-body .section-subtitle,.portal-body .portal-magazine-cluster .section-subtitle,#section-lifestyle .section-subtitle{grid-column:9/-1;max-width:34ch!important;color:var(--home-muted)!important;letter-spacing:0!important;text-align:left!important;margin:0!important;font-size:.94rem!important;line-height:1.72!important}.portal-editor-letter{padding-bottom:3rem!important}.editor-letter-grid{border-top:4px solid var(--home-ink);border-bottom:1px solid var(--home-line);grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem 1.5rem;padding:1.2rem 0 2rem;display:grid}.editor-letter-kicker{letter-spacing:.16em;color:var(--home-red);grid-column:1/3;font-family:Inter,sans-serif;font-size:.72rem;font-weight:800;line-height:1.35}.editor-letter-copy{grid-column:3/10}.editor-letter-copy h1{letter-spacing:0;color:var(--home-ink);text-wrap:balance;margin:0 0 .75rem;font-size:2.8rem;font-weight:900;line-height:1.16;font-family:Noto Serif KR,Playfair Display,serif!important}.editor-letter-copy p{max-width:62ch;color:var(--home-muted);margin:0;font-size:1rem;line-height:1.75}.editor-letter-actions{flex-direction:column;grid-column:10/-1;justify-content:flex-end;gap:.65rem;display:flex}.editor-primary-cta,.editor-secondary-cta,.section-text-cta,.portal-body .card-meta .card-type{border:1px solid var(--home-ink);text-transform:uppercase;justify-content:center;align-items:center;min-height:42px;padding:.72rem 1rem;font-family:Inter,sans-serif;line-height:1.2;text-decoration:none;transition:transform .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex;letter-spacing:.08em!important;border-radius:0!important;font-size:.78rem!important;font-weight:800!important}.editor-primary-cta,.portal-body .card-meta .card-type{background:var(--home-ink)!important;color:#fff!important}.editor-secondary-cta,.section-text-cta{color:var(--home-ink);background:0 0}.editor-primary-cta:hover,.editor-secondary-cta:hover,.section-text-cta:hover,.portal-body .card:hover .card-meta .card-type,.portal-body .featured-card:hover .card-meta .card-type{transform:translateY(-2px);background:var(--home-red)!important;border-color:var(--home-red)!important;color:#fff!important}.editor-primary-cta:focus-visible,.editor-secondary-cta:focus-visible,.section-text-cta:focus-visible,.portal-body .card a:focus-visible,.portal-body .featured-card a:focus-visible,.portal-body .magazine-link:focus-visible{outline:3px solid var(--home-focus);outline-offset:4px}.portal-body .magazine-grid.popular-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:1.5rem!important;display:grid!important}.portal-body .magazine-grid>.featured-card{grid-column:1/9!important}.portal-body .magazine-grid>.side-cards{counter-reset:popular-rank;flex-direction:column;border-top:1px solid var(--home-line-strong)!important;border-bottom:1px solid var(--home-line)!important;grid-column:9/-1!important;gap:0!important;padding:0!important;display:flex!important}.portal-body .featured-card,.portal-body .card{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.portal-body .featured-card:hover,.portal-body .card:hover{box-shadow:none!important;border-color:#0000!important;transform:none!important}.portal-body .featured-card>a,.portal-body .card>a{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex!important}.portal-body .featured-card .card-image,.portal-body .portal-section:not(#section-lifestyle) .card-image,.portal-body #section-lifestyle .card-image{overflow:hidden;aspect-ratio:16/10!important;background:var(--home-paper-soft)!important;max-height:none!important}.portal-body .featured-card .card-image{aspect-ratio:5/3!important}.portal-body .card-image img,.portal-body .featured-card .card-image img,.portal-body .magazine-thumb-wrapper img{object-fit:cover;filter:saturate(.95)contrast(1.04);width:100%;height:100%;transition:transform .42s,filter .42s}.portal-body .card:hover .card-image img,.portal-body .featured-card:hover .card-image img,.portal-body .magazine-link:hover img{filter:saturate(1.05)contrast(1.08);transform:scale(1.035)}.portal-body .featured-card:after,.portal-body #grid-new>li:first-child:after{border:1px solid #ffffff8c;background:var(--home-red)!important;color:#fff!important;letter-spacing:.12em!important;font-family:Inter,sans-serif!important;top:1rem!important;left:1rem!important}.portal-body .card-content,.portal-body .featured-card .card-content,#section-lifestyle .card-content{flex-direction:column;flex:1;display:flex;gap:.58rem!important;padding:.92rem 0 0!important}.portal-body .featured-card .card-content{padding-top:1rem!important}.portal-body .card-category,.portal-body .featured-card .card-category,#section-lifestyle .card-category,.portal-body .magazine-category{text-transform:uppercase;align-items:center;width:fit-content;font-family:Inter,sans-serif;border:0!important;border-left:3px solid var(--home-red)!important;min-height:0!important;color:var(--home-muted)!important;letter-spacing:.1em!important;box-shadow:none!important;background:0 0!important;border-radius:0!important;margin:0 0 .18rem!important;padding:0 0 0 .55rem!important;font-size:.68rem!important;font-weight:800!important;line-height:1.2!important;display:inline-flex!important}.portal-body #section-travel .card-category,.portal-body #section-travel .magazine-category{border-left-color:var(--home-blue)!important}.portal-body #section-lifestyle .card-category,.portal-body #section-lifestyle .magazine-category{border-left-color:var(--home-gold)!important}.portal-body #section-health .card-category,.portal-body #section-health .magazine-category{border-left-color:var(--home-green)!important}.portal-body #section-psychology .card-category,.portal-body #section-psychology .magazine-category{border-left-color:var(--home-red)!important}.portal-body .card-title,.portal-body .featured-card .card-title,#section-lifestyle .card-title{text-wrap:pretty;color:var(--home-ink)!important;letter-spacing:0!important;font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,sans-serif!important;font-size:1.08rem!important;font-weight:750!important;line-height:1.42!important}.portal-body .featured-card .card-title{max-width:13ch;font-family:Noto Serif KR,Playfair Display,serif!important;font-size:2.7rem!important;font-weight:900!important;line-height:1.15!important}.portal-body #grid-new>li:first-child .card-title{font-family:Noto Serif KR,Playfair Display,serif!important;font-size:2rem!important;line-height:1.2!important}.portal-body .card-desc,.portal-body .portal-magazine-cluster .card-desc,#section-lifestyle .card-desc{color:var(--home-muted)!important;letter-spacing:0!important;font-size:.94rem!important;line-height:1.72!important}.portal-body .card-meta{padding-top:.5rem;color:inherit!important;margin-top:auto!important}.portal-body .side-cards .card{counter-increment:popular-rank;border-bottom:1px solid var(--home-line)!important}.portal-body .side-cards .card:last-child{border-bottom:0!important}.portal-body .side-cards .card>a{grid-template-columns:4rem minmax(0,1fr);align-items:start;gap:.8rem;padding:1rem 0;display:grid!important}.portal-body .side-cards .card-image{display:none!important}.portal-body .side-cards .card-content{padding:0!important;position:static!important}.portal-body .side-cards .card-content:before{content:counter(popular-rank,decimal-leading-zero);grid-column:1;line-height:.95;display:block;color:var(--home-red)!important;font-family:Playfair Display,serif!important;font-size:2.05rem!important;font-weight:800!important;position:static!important}.portal-body .side-cards .card>a:before{content:counter(popular-rank,decimal-leading-zero);color:var(--home-red);grid-column:1;font-family:Playfair Display,serif;font-size:2.05rem;font-weight:800;line-height:.95}.portal-body .side-cards .card-content:before{display:none!important}.portal-body .side-cards .card-title{font-size:1rem!important;line-height:1.48!important}.portal-body .side-cards .card-title:after,.portal-body .magazine-title:after,.portal-body .card-title:after{content:"";background:currentColor;width:0;height:1px;margin-top:.18rem;transition:width .18s;display:block}.portal-body .side-cards .card:hover .card-title:after,.portal-body .magazine-link:hover .magazine-title:after,.portal-body .card:hover .card-title:after,.portal-body .featured-card:hover .card-title:after{width:100%}.portal-body .portal-curation-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:0 1.5rem;width:min(1180px,100% - 40px);margin-inline:auto;display:grid}.portal-body .portal-curation-grid>.portal-section{grid-column:1/-1;width:100%}.portal-body .portal-curation-grid>#section-love,.portal-body .portal-curation-grid>#section-adventure{grid-column:span 6}.portal-body .portal-curation-grid>.portal-section>.container{width:100%!important}.portal-body .portal-section.alt-bg:not(#section-lifestyle)>.container{background:0 0!important;margin:0!important;padding:0!important}.portal-body #grid-new,.portal-body .card-grid{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:1.35rem 1.5rem!important;display:grid!important}.portal-body #grid-new>li:first-child{grid-area:span 2/span 7!important}.portal-body #grid-new>li:nth-child(2){grid-column:span 5!important}.portal-body #grid-new>li:nth-child(n+3){grid-column:span 4!important}.portal-body #grid-love>li,.portal-body #grid-adventure>li,.portal-body #grid-travel>li,.portal-body #grid-lifestyle>li,.portal-body #grid-health>li,.portal-body #grid-psychology>li{grid-column:span 6!important}.portal-body .load-more-wrap,.portal-body .magazine-actions{justify-content:flex-end;margin-top:1.2rem;display:flex}.portal-body .magazine-section{padding-top:.5rem!important}.portal-body .magazine-list-container{border-top:1px solid var(--home-line)}.portal-body .magazine-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0 1.5rem!important;margin:0!important;padding:0!important;display:grid!important}.portal-body .magazine-link{color:inherit;text-decoration:none;border-top:0!important;border-bottom:1px solid var(--home-line)!important;grid-template-columns:minmax(120px,.64fr) minmax(0,1fr)!important;align-items:start!important;gap:1rem!important;padding:1.1rem 0!important;display:grid!important}.portal-body .magazine-thumb-wrapper{background:var(--home-paper-soft);overflow:hidden;aspect-ratio:4/3!important}.portal-body .magazine-content{flex-direction:column;gap:.48rem;min-width:0;display:flex}.portal-body .magazine-title{color:var(--home-ink)!important;letter-spacing:0!important;font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,Noto Sans KR,sans-serif!important;font-size:1.05rem!important;font-weight:760!important;line-height:1.48!important}.portal-body .magazine-desc{color:var(--home-muted)!important;letter-spacing:0!important;font-size:.9rem!important;line-height:1.66!important}.portal-body .magazine-meta{color:var(--home-muted)!important;letter-spacing:0!important;font-size:.75rem!important}.portal-body .magazine-pagination{display:none!important}.portal-body .portal-magazine-cluster{border-top:1px solid var(--home-line-strong);grid-template-columns:repeat(12,minmax(0,1fr));width:min(1180px,100% - 40px);margin:0 auto;padding:3rem 0 0;display:grid;gap:0 1.5rem!important}.portal-body .portal-magazine-cluster>.portal-section{grid-column:span 6;padding-bottom:3.2rem!important}.portal-body .portal-magazine-cluster>.portal-section>.container{width:100%!important}.portal-body .portal-magazine-cluster .section-header{grid-template-columns:1fr!important;gap:.55rem!important}.portal-body .portal-magazine-cluster .section-title,.portal-body .portal-magazine-cluster .section-subtitle{grid-column:1/-1!important}.portal-body .portal-magazine-cluster .section-title{font-size:1.8rem!important}.portal-body .portal-magazine-cluster .section-subtitle{max-width:44ch!important}.portal-body .portal-magazine-cluster .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-body .portal-magazine-cluster .card-desc,.portal-body .portal-magazine-cluster .card-meta{display:none}.portal-body .portal-container:after{background:var(--home-red)!important;height:3px!important;margin-top:1rem!important}.site-footer{color:#fffaf1c7!important;background:#27231f!important;border-top:0!important}.site-footer a{color:#fffaf1db!important}.site-footer a:hover{color:#fff!important}@media (width<=960px){body.portal-body{background:var(--home-paper)!important}.portal-body .portal-container{padding-top:5.8rem!important}.portal-body .container,.portal-body .portal-curation-grid,.portal-body .portal-magazine-cluster{width:min(100% - 28px,720px)!important}.editor-letter-grid,.portal-body .section-header,.portal-body .magazine-grid.popular-grid,.portal-body .portal-curation-grid,.portal-body .portal-magazine-cluster{grid-template-columns:1fr!important}.editor-letter-kicker,.editor-letter-copy,.editor-letter-actions,.portal-body .section-title,.portal-body .section-subtitle,.portal-body .magazine-grid>.featured-card,.portal-body .magazine-grid>.side-cards,.portal-body .portal-curation-grid>.portal-section,.portal-body .portal-curation-grid>#section-love,.portal-body .portal-curation-grid>#section-adventure,.portal-body .portal-magazine-cluster>.portal-section{grid-column:1/-1!important}.editor-letter-copy h1{font-size:2.1rem;line-height:1.2}.editor-letter-actions{flex-flow:wrap;justify-content:flex-start;margin-top:.3rem}.portal-body .section-title,.portal-body .portal-magazine-cluster .section-title{font-size:1.9rem!important}.portal-body .section-subtitle,.portal-body .portal-magazine-cluster .section-subtitle{max-width:58ch!important}.portal-body .featured-card .card-title{max-width:18ch;font-size:2rem!important}.portal-body #grid-new,.portal-body .card-grid,.portal-body .portal-magazine-cluster .card-grid,.portal-body .magazine-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-body #grid-new>li:first-child,.portal-body #grid-new>li:nth-child(2),.portal-body #grid-new>li:nth-child(n+3),.portal-body #grid-love>li,.portal-body #grid-adventure>li,.portal-body #grid-travel>li,.portal-body #grid-lifestyle>li,.portal-body #grid-health>li,.portal-body #grid-psychology>li{grid-area:auto/span 1!important}}@media (width<=640px){.portal-body .portal-section{padding-bottom:3.4rem!important}.editor-letter-copy h1{font-size:1.82rem}.editor-primary-cta,.editor-secondary-cta,.section-text-cta{width:100%}.portal-body #section-popular .side-cards{scroll-snap-type:x mandatory;margin-inline:-14px;overflow-x:auto;border-bottom:0!important;flex-direction:row!important;padding-inline:14px!important}.portal-body #section-popular .side-cards .card{scroll-snap-align:start;min-width:78%;border-bottom:0!important;border-right:1px solid var(--home-line)!important}.portal-body #grid-new,.portal-body .card-grid,.portal-body .portal-magazine-cluster .card-grid,.portal-body .magazine-list{grid-template-columns:1fr!important}.portal-body .magazine-link{grid-template-columns:112px minmax(0,1fr)!important;gap:.85rem!important}.portal-body .magazine-desc{display:none}}.portal-body .container,.portal-body .portal-curation-grid,.portal-body .portal-magazine-cluster{width:min(1360px,100% - 48px)!important}.portal-body #section-popular .container{width:min(1360px,100% - 32px)!important}.portal-body #section-popular .magazine-grid.popular-grid{gap:1.25rem!important}.portal-body #section-popular .magazine-grid>.featured-card{grid-column:1/10!important}.portal-body #section-popular .magazine-grid>.side-cards{grid-column:10/-1!important}.portal-body #section-popular .featured-card{min-height:620px;position:relative;overflow:hidden;background:var(--home-ink)!important}.portal-body #section-popular .featured-card>a{min-height:620px;position:relative;display:block!important}.portal-body #section-popular .featured-card>a:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0a0806b8 0%,#0a08065c 46%,#0a08060a 82%),linear-gradient(#0a080600 58%,#0a08068c 100%);position:absolute;inset:0}.portal-body #section-popular .featured-card .card-image{height:100%;position:absolute;inset:0;aspect-ratio:auto!important}.portal-body #section-popular .featured-card .card-content{z-index:2;width:min(560px,100% - 4rem);position:absolute;bottom:2rem;left:2rem;color:#fff!important;padding:0!important}.portal-body #section-popular .featured-card .card-category{color:#ffffffd1!important;border-left-color:var(--home-gold)!important}.portal-body #section-popular .featured-card .card-title{text-shadow:0 2px 20px #00000052;color:#fff!important;max-width:11ch!important;font-size:3.45rem!important;line-height:1.08!important}.portal-body #section-popular .featured-card .card-desc{max-width:46ch;color:#fffc!important;display:block!important}.portal-body #section-popular .featured-card .card-meta{margin-top:1rem!important;padding-top:0!important;display:block!important}.portal-body #section-popular .featured-card .card-meta .card-type{width:fit-content;color:var(--home-ink)!important;background:#fff!important;border-color:#fff!important}.portal-body #section-popular .featured-card:hover .card-meta .card-type{background:var(--home-gold)!important;border-color:var(--home-gold)!important;color:var(--home-ink)!important}.portal-body #section-popular .featured-card:after{z-index:3;background:var(--home-gold)!important;color:var(--home-ink)!important}.portal-body #section-popular .side-cards{justify-content:stretch;min-height:620px}.portal-body #section-popular .side-cards .card{flex:1}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3.6rem minmax(0,1fr);align-items:center;height:100%}.portal-body #section-popular .side-cards .card-category,.portal-body #section-popular .side-cards .card-meta{display:inline-flex!important}.portal-body #section-popular .side-cards .card-category{margin-bottom:.45rem!important}.portal-body #section-popular .side-cards .card-meta{margin-top:.7rem!important;padding-top:0!important}.portal-body #section-popular .side-cards .card-meta .card-type{min-height:34px;padding:.52rem .7rem;color:var(--home-ink)!important;background:0 0!important}.portal-body .card-title,.portal-body .magazine-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.portal-body #section-popular .featured-card .card-title,.editor-letter-copy h1{display:block;overflow:visible}.portal-body [data-category=travel] .card-category,.portal-body [data-category=travel] .magazine-category{border-left-color:var(--home-blue)!important}.portal-body [data-category=health] .card-category,.portal-body [data-category=health] .magazine-category{border-left-color:var(--home-green)!important}.portal-body [data-category=lifestyle] .card-category,.portal-body [data-category=lifestyle] .magazine-category{border-left-color:var(--home-gold)!important}.portal-body [data-category=career] .card-category,.portal-body [data-category=career] .magazine-category,.portal-body [data-category=productivity] .card-category,.portal-body [data-category=productivity] .magazine-category{border-left-color:#8b6042!important}.portal-body [data-category=relationship] .card-category,.portal-body [data-category=relationship] .magazine-category,.portal-body [data-category=romance] .card-category,.portal-body [data-category=romance] .magazine-category,.portal-body [data-category=love] .card-category,.portal-body [data-category=love] .magazine-category{border-left-color:#b04b67!important}.portal-body [data-category=psychology] .card-category,.portal-body [data-category=psychology] .magazine-category,.portal-body [data-category=self-improvement] .card-category,.portal-body [data-category=self-improvement] .magazine-category{border-left-color:var(--home-red)!important}.portal-body .portal-magazine-cluster{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:3rem 1.5rem!important}.portal-body .portal-magazine-cluster>#section-lifestyle{grid-column:1/-1!important;padding-bottom:1.5rem!important}.portal-body .portal-magazine-cluster>#section-travel,.portal-body .portal-magazine-cluster>#section-health,.portal-body .portal-magazine-cluster>#section-psychology,.portal-body .portal-magazine-cluster>#section-career,.portal-body .portal-magazine-cluster>#section-relationship,.portal-body .portal-magazine-cluster>#section-productivity{grid-column:span 4!important;padding-bottom:0!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-grid>li{grid-column:span 1!important}.portal-body .portal-magazine-cluster #section-travel .card-grid,.portal-body .portal-magazine-cluster #section-health .card-grid,.portal-body .portal-magazine-cluster #section-psychology .card-grid,.portal-body .portal-magazine-cluster #section-career .card-grid,.portal-body .portal-magazine-cluster #section-relationship .card-grid,.portal-body .portal-magazine-cluster #section-productivity .card-grid{grid-template-columns:1fr!important}.portal-body .portal-magazine-cluster #section-travel .card-grid>li,.portal-body .portal-magazine-cluster #section-health .card-grid>li,.portal-body .portal-magazine-cluster #section-psychology .card-grid>li,.portal-body .portal-magazine-cluster #section-career .card-grid>li,.portal-body .portal-magazine-cluster #section-relationship .card-grid>li,.portal-body .portal-magazine-cluster #section-productivity .card-grid>li{grid-column:1/-1!important}.portal-body .portal-magazine-cluster .section-header{margin-bottom:1rem!important}.portal-body .portal-magazine-cluster>#section-travel .section-title,.portal-body .portal-magazine-cluster>#section-health .section-title,.portal-body .portal-magazine-cluster>#section-psychology .section-title,.portal-body .portal-magazine-cluster>#section-career .section-title,.portal-body .portal-magazine-cluster>#section-relationship .section-title,.portal-body .portal-magazine-cluster>#section-productivity .section-title{font-size:1.55rem!important}.portal-body .portal-magazine-cluster>#section-travel .card-image,.portal-body .portal-magazine-cluster>#section-health .card-image,.portal-body .portal-magazine-cluster>#section-psychology .card-image,.portal-body .portal-magazine-cluster>#section-career .card-image,.portal-body .portal-magazine-cluster>#section-relationship .card-image,.portal-body .portal-magazine-cluster>#section-productivity .card-image{aspect-ratio:16/9!important}.portal-body .section-text-cta:after,.editor-primary-cta:after,.editor-secondary-cta:after,.portal-body .card-meta .card-type:after{content:" ->";white-space:pre}@media (width<=960px){.portal-body .container,.portal-body .portal-curation-grid,.portal-body .portal-magazine-cluster,.portal-body #section-popular .container{width:min(100% - 28px,760px)!important}.portal-body #section-popular .magazine-grid>.featured-card,.portal-body #section-popular .magazine-grid>.side-cards,.portal-body .portal-magazine-cluster>#section-lifestyle,.portal-body .portal-magazine-cluster>#section-travel,.portal-body .portal-magazine-cluster>#section-health,.portal-body .portal-magazine-cluster>#section-psychology,.portal-body .portal-magazine-cluster>#section-career,.portal-body .portal-magazine-cluster>#section-relationship,.portal-body .portal-magazine-cluster>#section-productivity{grid-column:1/-1!important}.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a,.portal-body #section-popular .side-cards{min-height:520px}.portal-body #section-popular .featured-card .card-title{font-size:3rem!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a{min-height:520px}.portal-body #section-popular .side-cards{min-height:0}.portal-body #section-popular .featured-card .card-content{width:calc(100% - 2.4rem);bottom:1.2rem;left:1.2rem}.portal-body #section-popular .featured-card .card-title{font-size:2.4rem!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-grid{grid-template-columns:1fr!important}}.portal-body #section-popular .section-header:before{content:"FEATURE TEST"!important}.portal-body #section-magazine .section-header:before{content:"EDITOR'S NOTE"!important}.portal-body #section-new .section-header:before{content:"JUST PUBLISHED"!important}.portal-body #section-lifestyle .section-header:before{content:"LIVING WELL"!important;display:block!important}html[lang^=ko] .portal-body #section-lifestyle .section-title>.lang-en,html[lang^=ko] .portal-body #section-lifestyle .section-title>.lang-zh,html[lang^=en] .portal-body #section-lifestyle .section-title>.lang-ko,html[lang^=en] .portal-body #section-lifestyle .section-title>.lang-zh,html[lang^=zh] .portal-body #section-lifestyle .section-title>.lang-ko,html[lang^=zh] .portal-body #section-lifestyle .section-title>.lang-en{display:none!important}html[lang^=ko] .portal-body #section-lifestyle .section-title>.lang-ko,html[lang^=en] .portal-body #section-lifestyle .section-title>.lang-en,html[lang^=zh] .portal-body #section-lifestyle .section-title>.lang-zh{display:inline!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-grid,.portal-body .portal-magazine-cluster #section-travel .card-grid,.portal-body .portal-magazine-cluster #section-health .card-grid,.portal-body .portal-magazine-cluster #section-psychology .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1.35rem 1.5rem!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-grid>li,.portal-body .portal-magazine-cluster #section-travel .card-grid>li,.portal-body .portal-magazine-cluster #section-health .card-grid>li,.portal-body .portal-magazine-cluster #section-psychology .card-grid>li{grid-column:span 1!important}.portal-body .portal-magazine-cluster #section-lifestyle .card,.portal-body .portal-magazine-cluster #section-lifestyle .card>a,.portal-body .portal-magazine-cluster #section-travel .card,.portal-body .portal-magazine-cluster #section-travel .card>a,.portal-body .portal-magazine-cluster #section-health .card,.portal-body .portal-magazine-cluster #section-health .card>a,.portal-body .portal-magazine-cluster #section-psychology .card,.portal-body .portal-magazine-cluster #section-psychology .card>a{height:auto!important;min-height:0!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-image,.portal-body .portal-magazine-cluster #section-travel .card-image,.portal-body .portal-magazine-cluster #section-health .card-image,.portal-body .portal-magazine-cluster #section-psychology .card-image{aspect-ratio:16/10!important;min-height:0!important;max-height:none!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-content,.portal-body .portal-magazine-cluster #section-travel .card-content,.portal-body .portal-magazine-cluster #section-health .card-content,.portal-body .portal-magazine-cluster #section-psychology .card-content{min-height:0!important;padding:.8rem 0 0!important}.portal-body .portal-magazine-cluster #section-lifestyle .card-desc,.portal-body .portal-magazine-cluster #section-travel .card-desc,.portal-body .portal-magazine-cluster #section-health .card-desc,.portal-body .portal-magazine-cluster #section-psychology .card-desc,.portal-body .portal-magazine-cluster #section-lifestyle .card-meta,.portal-body .portal-magazine-cluster #section-travel .card-meta,.portal-body .portal-magazine-cluster #section-health .card-meta,.portal-body .portal-magazine-cluster #section-psychology .card-meta{display:none!important}@media (width<=960px){.portal-body .portal-magazine-cluster #section-lifestyle .card-grid,.portal-body .portal-magazine-cluster #section-travel .card-grid,.portal-body .portal-magazine-cluster #section-health .card-grid,.portal-body .portal-magazine-cluster #section-psychology .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.portal-body .portal-magazine-cluster #section-lifestyle .card-grid,.portal-body .portal-magazine-cluster #section-travel .card-grid,.portal-body .portal-magazine-cluster #section-health .card-grid,.portal-body .portal-magazine-cluster #section-psychology .card-grid{grid-template-columns:1fr!important}}.portal-body .portal-magazine-cluster #section-lifestyle #grid-lifestyle{grid-template-columns:repeat(3,minmax(0,1fr))!important}.portal-body .portal-magazine-cluster #section-lifestyle #grid-lifestyle>li{grid-column:span 1!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel,.portal-body .portal-magazine-cluster #section-health #grid-health,.portal-body .portal-magazine-cluster #section-psychology #grid-psychology,.portal-body .portal-magazine-cluster #section-career #grid-career,.portal-body .portal-magazine-cluster #section-relationship #grid-relationship,.portal-body .portal-magazine-cluster #section-productivity #grid-productivity{grid-template-columns:1fr!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li,.portal-body .portal-magazine-cluster #section-health #grid-health>li,.portal-body .portal-magazine-cluster #section-psychology #grid-psychology>li,.portal-body .portal-magazine-cluster #section-career #grid-career>li,.portal-body .portal-magazine-cluster #section-relationship #grid-relationship>li,.portal-body .portal-magazine-cluster #section-productivity #grid-productivity>li{grid-column:1/-1!important}@media (width<=960px){.portal-body .portal-magazine-cluster #section-lifestyle #grid-lifestyle{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.portal-body .portal-magazine-cluster #section-lifestyle #grid-lifestyle{grid-template-columns:1fr!important}}body.portal-body{--home-red:#b42b2b;--home-paper:#fff;--home-paper-soft:#fff;--home-paper-warm:#fff;--home-brown:#2a201c}.logo .logo-dot{color:var(--home-red,#b42b2b)}.portal-body .section-header{border-top-color:#2a201c3d!important}.portal-body #section-popular .section-header,.portal-body #section-magazine .section-header,.portal-body #section-lifestyle .section-header{border-top:0!important;padding-top:0!important}.portal-body #section-popular .section-header:before,.portal-body #section-magazine .section-header:before{color:var(--home-red)!important}.portal-body .portal-magazine-cluster>#section-travel .section-header,.portal-body .portal-magazine-cluster>#section-health .section-header,.portal-body .portal-magazine-cluster>#section-psychology .section-header,.portal-body .portal-magazine-cluster>#section-career .section-header,.portal-body .portal-magazine-cluster>#section-relationship .section-header,.portal-body .portal-magazine-cluster>#section-productivity .section-header{background:#ffffffeb;border-top:0!important;padding:1rem 1.05rem!important}.portal-body .portal-magazine-cluster>#section-travel .section-header:before,.portal-body .portal-magazine-cluster>#section-health .section-header:before,.portal-body .portal-magazine-cluster>#section-psychology .section-header:before,.portal-body .portal-magazine-cluster>#section-career .section-header:before,.portal-body .portal-magazine-cluster>#section-relationship .section-header:before,.portal-body .portal-magazine-cluster>#section-productivity .section-header:before{background:var(--home-brown);padding:.35rem .55rem;color:#fff!important;letter-spacing:.12em!important;width:fit-content!important;margin-bottom:.35rem!important;display:inline-flex!important}.portal-body .portal-magazine-cluster>#section-lifestyle{background:var(--home-paper-soft);margin-block:1rem 0;padding:2rem!important}.portal-body #section-popular .featured-card:after,.portal-body #grid-new>li:first-child:after{border-radius:999px!important;width:auto!important;min-width:0!important;max-width:max-content!important;padding:.42rem .78rem!important;right:auto!important}.portal-body #section-popular .featured-card{box-shadow:0 28px 60px #2a201c2e!important}.portal-body #section-popular .featured-card .card-meta .card-type,.editor-primary-cta{background:var(--home-red)!important;border-color:var(--home-red)!important;color:#fff!important}.portal-body #section-popular .featured-card:hover .card-meta .card-type,.editor-primary-cta:hover{color:#fff!important;background:#8f2020!important;border-color:#8f2020!important}.editor-letter-actions{justify-content:flex-end;align-items:flex-end;flex-direction:row!important}.editor-primary-cta,.editor-secondary-cta,.section-text-cta,.portal-body .card-meta .card-type{min-height:46px;padding:.8rem 1.15rem!important}.portal-body .section-text-cta:after,.editor-primary-cta:after,.editor-secondary-cta:after,.portal-body .card-meta .card-type:after{content:" →"!important}.portal-body #section-popular .side-cards{border:0!important;gap:.55rem!important}.portal-body #section-popular .side-cards .card{border:0!important}.portal-body #section-popular .side-cards .card>a{background:#ffffff7a;transition:background-color .18s,transform .18s;grid-template-columns:4.15rem 82px minmax(0,1fr)!important;gap:.8rem!important;padding:.9rem!important}.portal-body #section-popular .side-cards .card>a:hover{background:var(--home-paper-soft);transform:translate(4px)}.portal-body #section-popular .side-cards .card>a:before{align-self:center;color:var(--home-red)!important;font-size:3.1rem!important}.portal-body #section-popular .side-card-thumb{aspect-ratio:1;background:var(--home-paper-warm);align-self:center;width:82px;overflow:hidden}.portal-body #section-popular .side-card-thumb img{object-fit:cover;filter:saturate(.96)contrast(1.04);width:100%;height:100%;transition:transform .28s,filter .28s}.portal-body #section-popular .side-cards .card:hover .side-card-thumb img{filter:saturate(1.05)contrast(1.08);transform:scale(1.06)}.portal-body #section-popular .side-cards .card-title{transition:color .18s;color:var(--home-brown)!important}.portal-body #section-popular .side-cards .card:hover .card-title{color:var(--home-red)!important}.portal-body #section-popular .side-cards .card-meta{opacity:0;transition:opacity .18s,transform .18s;transform:translateY(4px)}.portal-body #section-popular .side-cards .card:hover .card-meta,.portal-body #section-popular .side-cards .card:focus-within .card-meta{opacity:1;transform:translateY(0)}.portal-body #section-popular .side-cards .card-meta .card-type{min-height:32px;color:var(--home-brown)!important;background:#fff!important;border-color:#2a201c3d!important}.portal-body .card:hover .card-title,.portal-body .magazine-link:hover .magazine-title{color:var(--home-red)!important}.portal-body .portal-top-button{z-index:70;cursor:pointer;opacity:1;place-items:center;width:54px;height:54px;transition:opacity .18s,transform .18s,background-color .18s;display:grid;transform:translateY(0);box-shadow:0 14px 28px #2a201c3d;background:var(--home-red)!important;color:#fff!important;border:0!important;border-radius:50%!important;position:fixed!important;bottom:32px!important;right:32px!important}.portal-body .portal-top-button[hidden]{opacity:0;pointer-events:none;transform:translateY(10px);display:grid!important}.portal-body .portal-top-button span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.portal-body .portal-top-button:before{content:"↑";font-family:Inter,sans-serif;font-size:1.35rem;font-weight:800;line-height:1}.portal-body .portal-top-button:hover{transform:translateY(-2px);background:var(--home-brown)!important}@media (width<=960px){.editor-letter-actions{justify-content:flex-start}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3.7rem 74px minmax(0,1fr)!important}}@media (width<=640px){.editor-letter-actions{align-items:stretch;flex-direction:column!important}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3.2rem 68px minmax(0,1fr)!important}.portal-body #section-popular .side-cards .card>a:before{font-size:2.45rem!important}.portal-body #section-popular .side-card-thumb{width:68px}.portal-body .portal-top-button{width:50px;height:50px;bottom:18px!important;right:18px!important}}body.portal-body{--home-paper-white:#fff;--home-paper-muted:#fff;--home-paper-beige:#fff;--tone-travel:#6d7a90;--tone-lifestyle:#b56e44;--tone-health:#5f8a67;--tone-psychology:#7a6c91;--tone-career:#34445e;--tone-relationship:#8c5d67;--tone-productivity:#7a5b36;--editorial-serif:"Noto Serif KR","Nanum Myeongjo","Times New Roman",serif}.portal-body #section-popular,.portal-body #section-magazine{background:var(--home-paper-white)!important}.portal-body .portal-magazine-cluster>#section-travel,.portal-body .portal-magazine-cluster>#section-lifestyle{background:var(--home-paper-muted)!important;padding:clamp(1.4rem,2.4vw,2rem)!important}.portal-body .portal-magazine-cluster>#section-travel{grid-column:1/-1!important}.portal-body .portal-magazine-cluster>#section-health,.portal-body .portal-magazine-cluster>#section-psychology,.portal-body .portal-magazine-cluster>#section-career,.portal-body .portal-magazine-cluster>#section-relationship,.portal-body .portal-magazine-cluster>#section-productivity{background:var(--home-paper-beige)!important;padding:clamp(1.2rem,2vw,1.6rem)!important}.portal-body .portal-magazine-cluster>#section-travel .container,.portal-body .portal-magazine-cluster>#section-lifestyle .container,.portal-body .portal-magazine-cluster>#section-health .container,.portal-body .portal-magazine-cluster>#section-psychology .container,.portal-body .portal-magazine-cluster>#section-career .container,.portal-body .portal-magazine-cluster>#section-relationship .container,.portal-body .portal-magazine-cluster>#section-productivity .container{padding:0!important}.portal-body .portal-magazine-cluster>#section-travel .section-header,.portal-body .portal-magazine-cluster>#section-lifestyle .section-header,.portal-body .portal-magazine-cluster>#section-health .section-header,.portal-body .portal-magazine-cluster>#section-psychology .section-header,.portal-body .portal-magazine-cluster>#section-career .section-header,.portal-body .portal-magazine-cluster>#section-relationship .section-header,.portal-body .portal-magazine-cluster>#section-productivity .section-header{background:0 0!important;border-top:0!important;padding:0 0 1rem!important}.portal-body .portal-magazine-cluster>#section-travel .section-header:before,.portal-body .portal-magazine-cluster>#section-lifestyle .section-header:before,.portal-body .portal-magazine-cluster>#section-health .section-header:before,.portal-body .portal-magazine-cluster>#section-psychology .section-header:before,.portal-body .portal-magazine-cluster>#section-career .section-header:before,.portal-body .portal-magazine-cluster>#section-relationship .section-header:before,.portal-body .portal-magazine-cluster>#section-productivity .section-header:before{border-left:3px solid var(--home-red);color:var(--home-red)!important;background:0 0!important;margin-bottom:.45rem!important;padding:0 0 0 .7rem!important;display:block!important}.portal-body #section-popular .section-title,.portal-body #section-magazine .section-title,.portal-body #section-lifestyle .section-title,.portal-body #section-popular .featured-card .card-title,.editor-letter-copy h1{font-family:var(--editorial-serif)!important;letter-spacing:-.03em!important;font-weight:700!important}.portal-body #section-popular .featured-card .card-title{max-width:10ch!important;font-size:clamp(3.35rem,5.2vw,4.75rem)!important;line-height:1.03!important}.editor-letter-copy h1{font-size:clamp(2.6rem,4vw,4rem)!important;line-height:1.02!important}.portal-body #section-popular .section-title,.portal-body #section-magazine .section-title,.portal-body #section-lifestyle .section-title{font-size:clamp(2.5rem,4vw,3.5rem)!important;line-height:1.02!important}.portal-body .portal-magazine-cluster .section-title{font-size:clamp(2rem,3vw,2.55rem)!important;line-height:1.04!important}.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a,.portal-body #section-popular .side-cards{min-height:620px}.portal-body #section-popular .side-cards{grid-template-rows:repeat(3,minmax(0,1fr)) auto;align-content:start;gap:.75rem!important;display:grid!important}.portal-body #section-popular .side-cards .card{min-height:0;flex:none!important}.portal-body #section-popular .side-cards .card>a{min-height:0;grid-template-columns:3.85rem 88px minmax(0,1fr)!important;gap:.75rem!important}.portal-body #section-popular .side-cards .card>a:before{font-size:3.35rem!important}.portal-body #section-popular .side-card-thumb{aspect-ratio:4/3;border-radius:6px;width:88px}.portal-body #section-popular .side-cards-footer{justify-content:flex-start;align-items:center;padding-top:.25rem;display:flex}.portal-body #section-popular .side-cards-footer .section-text-cta{min-height:42px;color:var(--home-brown)!important;background:0 0!important;border:0!important;padding-inline:0!important}.portal-body #section-magazine .magazine-item .magazine-link{height:100%;border-top:0!important;flex-direction:column!important;gap:.85rem!important;padding:0!important;display:flex!important}.portal-body #section-magazine .magazine-thumb-wrapper{aspect-ratio:1;border-radius:6px;width:100%;overflow:hidden}.portal-body #section-magazine .magazine-content{flex-direction:column;gap:.45rem;padding-right:.2rem;display:flex}.portal-body #section-magazine .magazine-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8em;display:-webkit-box;overflow:hidden}.portal-body #section-magazine .magazine-actions{justify-content:center;margin-top:1.5rem;display:flex}.portal-body #section-magazine .magazine-actions .section-text-cta{min-height:48px;background:#fffffff0!important;border:1px solid #2a201c2e!important;border-radius:999px!important;padding:.85rem 1.35rem!important}.portal-body #section-travel #grid-travel[data-count="3"]{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)!important;gap:1rem!important}.portal-body #section-travel #grid-travel[data-count="3"]>li:first-child{grid-row:1/span 2}.portal-body #section-travel #grid-travel[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}.portal-body #section-travel #grid-travel[data-count="2"]>li:nth-child(2) .card{min-height:100%;background:#ffffff94!important;padding:1.15rem!important}.portal-body #section-travel #grid-travel[data-count="2"]>li:nth-child(2) .card>a{min-height:100%}.portal-body #section-travel #grid-travel[data-count="2"]>li:nth-child(2) .card-image{display:none!important}.portal-body #section-travel #grid-travel[data-count="2"]>li:nth-child(2) .card-content{justify-content:center;min-height:100%;padding-top:0!important}.portal-body #section-travel #grid-travel[data-count="3"] .card-image,.portal-body #section-travel #grid-travel[data-count="2"] .card-image{aspect-ratio:16/11!important}.portal-body [data-tone=travel] .card-category,.portal-body [data-tone=travel] .magazine-category{border-left-color:var(--tone-travel)!important;color:var(--tone-travel)!important}.portal-body [data-tone=lifestyle] .card-category,.portal-body [data-tone=lifestyle] .magazine-category{border-left-color:var(--tone-lifestyle)!important;color:var(--tone-lifestyle)!important}.portal-body [data-tone=health] .card-category,.portal-body [data-tone=health] .magazine-category{border-left-color:var(--tone-health)!important;color:var(--tone-health)!important}.portal-body [data-tone=psychology] .card-category,.portal-body [data-tone=psychology] .magazine-category{border-left-color:var(--tone-psychology)!important;color:var(--tone-psychology)!important}.portal-body [data-tone=career] .card-category,.portal-body [data-tone=career] .magazine-category{border-left-color:var(--tone-career)!important;color:var(--tone-career)!important}.portal-body [data-tone=relationship] .card-category,.portal-body [data-tone=relationship] .magazine-category{border-left-color:var(--tone-relationship)!important;color:var(--tone-relationship)!important}.portal-body [data-tone=productivity] .card-category,.portal-body [data-tone=productivity] .magazine-category{border-left-color:var(--tone-productivity)!important;color:var(--tone-productivity)!important}.footer-newsletter-band{background:var(--home-red);color:#fff;margin-top:clamp(3rem,5vw,4.5rem);padding:clamp(2rem,4vw,3rem) 0}.footer-newsletter-band .container{grid-template-columns:minmax(0,1.5fr) minmax(280px,.85fr);align-items:center;gap:1.5rem;display:grid}.footer-newsletter-kicker{letter-spacing:.16em;text-transform:uppercase;color:#ffffffc7;margin:0 0 .65rem;font-size:.82rem;font-weight:800}.footer-newsletter-copy h2{font-family:var(--editorial-serif);letter-spacing:-.03em;margin:0;font-size:clamp(2rem,3.8vw,3.2rem);line-height:1.04}.footer-newsletter-desc{color:#ffffffd6;max-width:42ch;margin:.85rem 0 0;line-height:1.68}.footer-newsletter-actions{flex-wrap:wrap;justify-content:flex-end;gap:.8rem;display:flex}.footer-newsletter-primary,.footer-newsletter-secondary,.footer-inline-link{border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:.85rem 1.25rem;text-decoration:none;transition:transform .18s,background-color .18s,color .18s,border-color .18s;display:inline-flex}.footer-newsletter-primary{color:var(--home-red);background:#fff;font-weight:700}.footer-newsletter-secondary{color:#fff;border:1px solid #ffffff61}.footer-newsletter-primary:hover,.footer-newsletter-secondary:hover,.footer-inline-link:hover{transform:translateY(-2px)}.site-footer{background:#1f1d1b!important}.site-footer .footer-section-newsletter p{margin-bottom:1rem}.footer-inline-link{color:#fff;border-radius:0;min-height:0;padding-inline:0;font-weight:600}@media (width<=1100px){.portal-body #section-magazine .magazine-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}.site-footer .footer-content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=960px){.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a,.portal-body #section-popular .side-cards{min-height:560px}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3.4rem 76px minmax(0,1fr)!important}.portal-body #section-popular .side-card-thumb{width:76px}.footer-newsletter-band .container{grid-template-columns:1fr}.footer-newsletter-actions{justify-content:flex-start}}@media (width<=640px){.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a{min-height:520px}.portal-body #section-popular .side-cards{grid-template-rows:none;min-height:0}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3rem 68px minmax(0,1fr)!important}.portal-body #section-popular .side-card-thumb{width:68px}.portal-body #section-magazine .magazine-list,.portal-body #section-travel #grid-travel[data-count="2"],.portal-body #section-travel #grid-travel[data-count="3"]{grid-template-rows:none;grid-template-columns:1fr!important}.portal-body #section-travel #grid-travel[data-count="3"]>li:first-child{grid-row:auto}.site-footer .footer-content{grid-template-columns:1fr}}body.portal-body{--home-red:#b42b2b;--tone-travel:#4a6fa5;--tone-lifestyle:#c97b4e;--tone-health:#6b8e5a;--tone-psychology:#7b5ea7;--tone-career:#2e4057;--tone-relationship:#a8654b;--tone-productivity:#8b7355}.portal-body .card-category,.portal-body .magazine-category,.portal-body #section-popular .featured-card .card-category{text-transform:uppercase;align-items:center;gap:8px;font-weight:700;line-height:1.2;letter-spacing:.08em!important;color:var(--home-red)!important;background:0 0!important;border:0!important;margin-bottom:8px!important;padding:0!important;font-size:11px!important;display:inline-flex!important}.portal-body .card-category:before,.portal-body .magazine-category:before,.portal-body #section-popular .featured-card .card-category:before{content:"";background:currentColor;border-radius:999px;flex:0 0 2px;width:2px;height:12px}.portal-body [data-tone=travel] .card-category,.portal-body [data-tone=travel] .magazine-category,.portal-body #section-travel .section-header:before{color:var(--tone-travel)!important;border-left-color:var(--tone-travel)!important}.portal-body [data-tone=lifestyle] .card-category,.portal-body [data-tone=lifestyle] .magazine-category,.portal-body #section-lifestyle .section-header:before{color:var(--tone-lifestyle)!important;border-left-color:var(--tone-lifestyle)!important}.portal-body [data-tone=health] .card-category,.portal-body [data-tone=health] .magazine-category,.portal-body #section-health .section-header:before{color:var(--tone-health)!important;border-left-color:var(--tone-health)!important}.portal-body [data-tone=psychology] .card-category,.portal-body [data-tone=psychology] .magazine-category,.portal-body #section-psychology .section-header:before{color:var(--tone-psychology)!important;border-left-color:var(--tone-psychology)!important}.portal-body [data-tone=career] .card-category,.portal-body [data-tone=career] .magazine-category,.portal-body #section-career .section-header:before{color:var(--tone-career)!important;border-left-color:var(--tone-career)!important}.portal-body [data-tone=relationship] .card-category,.portal-body [data-tone=relationship] .magazine-category,.portal-body #section-relationship .section-header:before{color:var(--tone-relationship)!important;border-left-color:var(--tone-relationship)!important}.portal-body [data-tone=productivity] .card-category,.portal-body [data-tone=productivity] .magazine-category,.portal-body #section-productivity .section-header:before{color:var(--tone-productivity)!important;border-left-color:var(--tone-productivity)!important}.portal-body .magazine-grid.popular-grid{align-items:stretch;grid-template-columns:minmax(0,1fr) 360px!important;gap:32px!important}.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a{height:440px!important;min-height:440px!important}.portal-body #section-popular .featured-card:after{color:#fff!important;letter-spacing:.08em!important;background:#1a1a1a!important;padding:6px 14px!important;font-size:11px!important}.portal-body #section-popular .featured-card>a:after{background:linear-gradient(#0000 40%,#000000bf 100%)!important}.portal-body #section-popular .featured-card .card-content{width:min(440px,100% - 3.5rem)!important;bottom:1.6rem!important;left:1.75rem!important}.portal-body #section-popular .featured-card .card-title{font-size:48px!important;line-height:1.15!important}.portal-body #section-popular .featured-card .card-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:420px!important;font-size:15px!important;line-height:1.6!important;display:-webkit-box!important}.portal-body #section-popular .featured-card .card-meta .card-type{gap:8px;background:var(--home-red)!important;color:#fff!important;border:0!important;min-height:0!important;padding:14px 28px!important;font-size:15px!important}.portal-body #section-popular .side-cards{flex-direction:column;gap:16px!important;height:440px!important;min-height:440px!important;display:flex!important}.portal-body #section-popular .side-cards .card{border:0!important;flex:0 0 96px!important;min-height:96px!important}.portal-body #section-popular .side-cards .card>a{align-items:center;background:0 0!important;grid-template-columns:60px 72px minmax(0,1fr)!important;gap:16px!important;height:96px!important;min-height:96px!important;padding:0 12px!important;display:grid!important}.portal-body #section-popular .side-rank{font-family:var(--editorial-serif);color:var(--home-red);font-variant-numeric:tabular-nums;font-size:60px;line-height:1;display:block}.portal-body #section-popular .side-card-thumb{aspect-ratio:auto!important;border-radius:4px!important;width:72px!important;height:72px!important}.portal-body #section-popular .side-cards .card-content{padding:0!important}.portal-body #section-popular .side-cards .card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:15px!important;line-height:1.4!important}.portal-body #section-popular .side-cards .card-meta{display:none!important}.portal-body #section-popular .side-cards .card>a:hover,.portal-body #section-popular .side-cards .card>a:focus-visible{background:#faf7f2!important}.portal-body #section-popular .side-cards .card:hover .card-title,.portal-body #section-popular .side-cards .card:focus-within .card-title{color:var(--home-red)!important}.portal-body #section-popular .side-cards-footer{text-align:right;margin-top:auto;padding-top:0!important}.portal-body #section-popular .side-cards-footer .section-text-cta{justify-content:flex-end!important;font-size:14px!important}.portal-body #section-magazine .magazine-thumb-wrapper{aspect-ratio:16/10!important}.portal-body #section-magazine .magazine-category{color:#7c746c!important}.portal-body #section-magazine .magazine-category:before{background:#b8b0a8!important}.portal-body #section-magazine .magazine-title{font-weight:700;font-size:16px!important}.portal-body #section-magazine .magazine-meta{align-items:center;gap:10px;display:flex;color:#6f675f!important;font-size:12px!important}.portal-body #section-magazine .magazine-actions .section-text-cta{background:0 0!important;border:1px solid #1a1a1a!important;padding:12px 32px!important}.portal-body .portal-magazine-cluster{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid!important}.portal-body .portal-magazine-cluster>#section-travel,.portal-body .portal-magazine-cluster>#section-lifestyle{grid-column:1/-1!important}.portal-body .portal-magazine-cluster>#section-health,.portal-body .portal-magazine-cluster>#section-psychology,.portal-body .portal-magazine-cluster>#section-career,.portal-body .portal-magazine-cluster>#section-relationship,.portal-body .portal-magazine-cluster>#section-productivity,.portal-body .category-more-tile{grid-column:span 1}.portal-body #section-travel .container{grid-template-columns:minmax(0,1fr);display:grid}.portal-body #grid-travel{grid-template-rows:repeat(3,96px);grid-template-columns:minmax(0,1.55fr) minmax(0,1fr)!important;gap:16px!important}.portal-body #grid-travel>li:first-child{grid-row:1/span 3}.portal-body #grid-travel>li:first-child .card-image{aspect-ratio:auto!important;height:320px!important}.portal-body #grid-travel>li:not(:first-child) .card>a{grid-template-columns:80px minmax(0,1fr);align-items:center;min-height:96px;gap:14px!important;padding:0!important;display:grid!important}.portal-body #grid-travel>li:not(:first-child) .card-image{aspect-ratio:auto!important;width:80px!important;height:60px!important}.portal-body #grid-travel>li:not(:first-child) .card-content{padding:0!important}.portal-body #grid-travel>li:not(:first-child) .card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:15px!important;line-height:1.4!important}.portal-body #grid-travel>li:not(:first-child) .card-desc,.portal-body #grid-travel>li:not(:first-child) .card-meta{display:none!important}.portal-body #section-travel .load-more-wrap{justify-content:flex-end;margin-top:16px;display:flex}.portal-body #section-lifestyle .card-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:20px!important}.portal-body #section-health,.portal-body #section-psychology,.portal-body #section-career,.portal-body #section-relationship,.portal-body #section-productivity{background:#fff!important}.portal-body #section-health .container,.portal-body #section-psychology .container,.portal-body #section-career .container,.portal-body #section-relationship .container,.portal-body #section-productivity .container{min-height:100%;padding:20px!important}.portal-body #section-health .section-title,.portal-body #section-psychology .section-title,.portal-body #section-career .section-title,.portal-body #section-relationship .section-title,.portal-body #section-productivity .section-title{font-weight:700;font-size:20px!important}.portal-body #section-health .section-subtitle,.portal-body #section-psychology .section-subtitle,.portal-body #section-career .section-subtitle,.portal-body #section-relationship .section-subtitle,.portal-body #section-productivity .section-subtitle{text-align:left!important;color:#666!important;margin-left:0!important;font-size:13px!important}.portal-body #section-health .card-grid,.portal-body #section-psychology .card-grid,.portal-body #section-career .card-grid,.portal-body #section-relationship .card-grid,.portal-body #section-productivity .card-grid{grid-template-columns:1fr!important}.portal-body #section-health .card-image,.portal-body #section-psychology .card-image,.portal-body #section-career .card-image,.portal-body #section-relationship .card-image,.portal-body #section-productivity .card-image{aspect-ratio:16/10!important}.portal-body .category-more-tile{color:#2a201c;background:#fff;border:1px solid #11111114;flex-direction:column;justify-content:space-between;min-height:100%;padding:20px;text-decoration:none;display:flex}.portal-body .category-more-kicker{letter-spacing:.08em;color:var(--home-red);font-size:11px;font-weight:700}.portal-body .category-more-tile strong{font-size:20px;line-height:1.3}.portal-body .category-more-copy{color:#666;font-size:13px;line-height:1.6}.portal-body .portal-magazine-cluster{flex-direction:column;gap:clamp(1.75rem,3vw,2.4rem);display:flex!important}.portal-body .portal-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.4rem);display:grid}.portal-body .portal-topic-grid>.topic-card-section{background:0 0!important;margin:0!important;padding:0!important}.portal-body .topic-card-section .container{border:1px solid #11111114;flex-direction:column;gap:1rem;height:100%;min-height:100%;display:flex;box-shadow:0 18px 40px #1111110d;background:#fff!important;padding:clamp(1.2rem,2vw,1.5rem)!important}.portal-body .topic-card-section .section-header{margin-bottom:0!important;padding:0 0 .5rem!important}.portal-body .topic-card-section .section-header:before{letter-spacing:.14em!important;border-left-width:2px!important;margin-bottom:.45rem!important;padding-left:.7rem!important;font-size:.72rem!important}.portal-body .topic-card-section .section-title{font-family:var(--editorial-serif)!important;letter-spacing:-.035em!important;font-size:clamp(2rem,2.6vw,2.55rem)!important;line-height:1.04!important}.portal-body .topic-card-section .section-subtitle{text-align:left!important;color:#111111a3!important;max-width:28ch!important;margin:0!important;font-size:.9rem!important;line-height:1.55!important}.portal-body .topic-card-section .card-grid{grid-template-columns:1fr!important;gap:0!important}.portal-body .topic-card-section .card,.portal-body .topic-card-section .card>a{height:100%;min-height:0!important}.portal-body .topic-card-section .card>a{gap:.85rem}.portal-body .topic-card-section .card-image{aspect-ratio:16/9!important}.portal-body .topic-card-section .card-content{gap:.55rem!important;padding:.05rem 0 0!important}.portal-body .topic-card-section .card-category{box-shadow:none!important;background:0 0!important;border:0!important;border-bottom:1px solid #1111111f!important;margin-bottom:.5rem!important;padding:0 0 .28rem!important}.portal-body .topic-card-section .card-title{font-size:clamp(1.14rem,1.5vw,1.4rem)!important;line-height:1.36!important}.portal-body .topic-card-section .card-meta{display:none!important}.portal-body .topic-card-section .load-more-wrap{justify-content:flex-start;padding-top:.1rem;margin-top:auto!important}.portal-body .topic-card-section .section-text-cta{min-height:0;color:var(--home-ink)!important;background:0 0!important;border:0!important;border-bottom:1px solid #11111124!important;justify-content:flex-start!important;padding:0 0 .2rem!important;font-size:.92rem!important;font-weight:700!important}.portal-body .topic-card-section .section-text-cta:hover{color:var(--home-red)!important;border-bottom-color:var(--home-red)!important;transform:none!important}.portal-body .category-more-tile{border:1px solid #11111114;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"kicker arrow""title arrow""copy arrow";align-items:center;gap:.6rem 1.5rem;padding:clamp(1.25rem,2vw,1.7rem) clamp(1.3rem,2.5vw,2rem);display:grid;position:relative;overflow:hidden;box-shadow:0 20px 45px #1111110d;background:#fff!important;min-height:0!important}.portal-body .category-more-kicker{grid-area:kicker}.portal-body .category-more-tile strong{font-family:var(--editorial-serif);letter-spacing:-.03em;grid-area:title;font-size:clamp(1.55rem,2vw,2.05rem);line-height:1.15}.portal-body .category-more-copy{color:#111111a3;grid-area:copy;max-width:52ch;font-size:.92rem}.portal-body .category-more-tile:after{content:"↗";background:#fff;border:1px solid #1111111f;border-radius:999px;grid-area:arrow;place-items:center;width:3.3rem;height:3.3rem;font-size:1.55rem;line-height:1;transition:transform .22s,background-color .22s,border-color .22s;display:grid}.portal-body .category-more-tile:hover:after{background:#ffffffd1;border-color:#b42b2b4d;transform:translate(4px)}.portal-body .category-more-tile:hover strong{color:var(--home-red)}@media (width<=960px){.portal-body .portal-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.portal-body .portal-topic-grid{grid-template-columns:1fr}.portal-body .category-more-tile{grid-template-columns:1fr;grid-template-areas:"kicker""title""copy""arrow"}.portal-body .category-more-tile:after{justify-self:end}}.footer-newsletter-band{min-height:240px;background:#b42b2b!important;padding:48px 0!important}.footer-newsletter-band .container{justify-content:space-between;align-items:center;gap:32px;max-width:1200px;display:flex!important}.footer-newsletter-kicker{letter-spacing:.15em!important;color:#f5c6c6!important;font-size:11px!important}.footer-newsletter-copy h2{color:#fff!important;font-size:32px!important}.footer-newsletter-desc{color:#f5e6e6!important;max-width:480px!important;font-size:15px!important}.footer-newsletter-actions{flex:none;gap:12px!important}.footer-newsletter-primary,.footer-newsletter-secondary{border-radius:999px!important;min-height:0!important;padding:14px 24px!important;font-size:15px!important}.footer-newsletter-primary{color:#b42b2b!important;background:#fff!important}.footer-newsletter-secondary{color:#fff!important;background:0 0!important;border:1px solid #fff!important}.site-footer .footer-content{grid-template-columns:minmax(0,1.8fr) minmax(180px,220px) minmax(180px,220px)!important;gap:32px!important}.site-footer .footer-section:first-child{max-width:38ch}@media (width<=1100px){.portal-body .magazine-grid.popular-grid{grid-template-columns:1fr!important}.footer-newsletter-band .container{flex-direction:column;align-items:flex-start}.site-footer .footer-content{grid-template-columns:1fr 1fr!important}}@media (width<=960px){.portal-body .portal-magazine-cluster{grid-template-columns:1fr 1fr}.portal-body #grid-travel{grid-template-rows:none;grid-template-columns:1fr!important}.portal-body #grid-travel>li:first-child{grid-row:auto}.portal-body #grid-travel>li:not(:first-child) .card>a{grid-template-columns:80px minmax(0,1fr)}.portal-body #section-magazine .magazine-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=640px){.portal-body .portal-magazine-cluster,.portal-body #section-magazine .magazine-list,.site-footer .footer-content{grid-template-columns:1fr!important}.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a,.portal-body #section-popular .side-cards{height:auto!important;min-height:0!important}.portal-body #section-popular .side-cards .card{flex-basis:auto!important}.portal-body #section-popular .side-cards .card>a{grid-template-columns:44px 64px minmax(0,1fr)!important;gap:12px!important;height:auto!important;min-height:88px!important;padding:10px!important}.portal-body #section-popular .side-rank{font-size:44px}.portal-body #section-popular .side-card-thumb{width:64px!important;height:64px!important}.footer-newsletter-actions{flex-direction:column;align-items:stretch;width:100%}}.portal-body .magazine-grid.popular-grid{grid-template-columns:minmax(0,1fr) clamp(300px,28vw,360px)!important;align-items:stretch!important;gap:clamp(1.2rem,2vw,1.8rem)!important;display:grid!important}.portal-body #section-popular .magazine-grid>.featured-card,.portal-body #section-popular .magazine-grid>.side-cards{grid-column:auto!important}.portal-body #section-popular .side-cards{align-self:stretch;min-width:0;box-shadow:0 18px 36px #1111110d;background:#fff!important;border:1px solid #11111114!important;gap:0!important;height:440px!important;min-height:440px!important;padding:1rem 1rem .9rem!important}.portal-body #section-popular .side-cards .card{border-bottom:1px solid #11111114!important;flex:1 1 0!important;min-height:0!important}.portal-body #section-popular .side-cards .card:last-child{border-bottom:0!important}.portal-body #section-popular .side-cards .card>a{background:0 0!important;grid-template-columns:3.4rem 68px minmax(0,1fr)!important;gap:.85rem!important;height:100%!important;min-height:0!important;padding:0!important}.portal-body #section-popular .side-cards .card>a:hover,.portal-body #section-popular .side-cards .card>a:focus-visible{background:0 0!important;transform:none!important}.portal-body #section-popular .side-rank{color:#b42b2be0!important;font-size:clamp(2.8rem,4vw,3.5rem)!important}.portal-body #section-popular .side-cards .card-category{margin-bottom:.35rem!important;font-size:10px!important}.portal-body #section-popular .side-cards .card-title{font-size:14px!important;line-height:1.45!important}@media (width<=1100px){.portal-body .magazine-grid.popular-grid{grid-template-columns:minmax(0,1fr) 320px!important}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3.1rem 64px minmax(0,1fr)!important;gap:.75rem!important}.portal-body #section-popular .side-rank{font-size:2.7rem!important}.portal-body #section-popular .side-card-thumb{width:64px!important;height:64px!important}}@media (width<=980px){.portal-body .magazine-grid.popular-grid{grid-template-columns:1fr!important}.portal-body #section-popular .side-cards{margin-top:.35rem;height:auto!important;min-height:0!important}.portal-body #section-popular .side-cards .card{flex:none!important;min-height:90px!important}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3rem 64px minmax(0,1fr)!important;min-height:90px!important;padding:.25rem 0!important}}.portal-body #section-travel .container{grid-template-areas:"header content""header cta";align-items:start;gap:1rem clamp(2.4rem,4vw,4.5rem);grid-template-columns:minmax(220px,270px) minmax(0,1fr)!important;display:grid!important}.portal-body #section-travel .section-header{grid-area:header;padding-top:.35rem;margin:0!important}.portal-body #section-travel #grid-travel{grid-area:content;grid-template-rows:repeat(2,minmax(146px,1fr));width:100%;margin:0;grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr)!important;gap:1rem 1.15rem!important}.portal-body #section-travel #grid-travel>li:first-child .card,.portal-body #section-travel #grid-travel>li:first-child .card>a{height:100%;min-height:100%}.portal-body #section-travel #grid-travel>li:first-child .card-image{min-height:310px;aspect-ratio:auto!important;height:100%!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card{height:100%}.portal-body #section-travel #grid-travel>li:not(:first-child) .card>a{align-items:center;height:100%;min-height:146px;grid-template-columns:92px minmax(0,1fr)!important;gap:.9rem!important;padding:0!important;display:grid!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card-image{aspect-ratio:auto!important;width:92px!important;height:72px!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card-content{justify-content:center;padding:0!important}.portal-body #section-travel .load-more-wrap{grid-area:cta;padding-top:.25rem;justify-content:flex-start!important;margin:0!important}.portal-body #section-travel .load-more-wrap .section-text-cta{min-height:0;background:0 0!important;border:0!important;border-bottom:1px solid #11111124!important;padding:0 0 .2rem!important}@media (width<=980px){.portal-body #section-travel .container{grid-template-areas:"header""content""cta";row-gap:1rem;grid-template-columns:1fr!important}.portal-body #section-travel #grid-travel{grid-template-rows:none!important;grid-template-columns:1fr!important}.portal-body #section-travel #grid-travel>li:first-child{grid-row:auto}.portal-body #section-travel .load-more-wrap{justify-content:flex-start!important}}.portal-body #section-travel .container{display:block!important}.portal-body #section-travel .section-header{max-width:32rem;margin:0 0 1.1rem!important;padding-top:0!important}.portal-body #section-travel #grid-travel{grid-template-rows:repeat(2,minmax(132px,1fr));width:100%;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)!important;gap:.9rem 1rem!important;margin:0!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card>a{min-height:132px;grid-template-columns:84px minmax(0,1fr)!important;gap:.8rem!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card-image{width:84px!important;height:64px!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card-title{-webkit-line-clamp:2;font-size:1.18rem!important;line-height:1.35!important}.portal-body #section-travel .load-more-wrap{margin-top:.75rem!important;padding-top:0!important}@media (width<=980px){.portal-body #section-travel .section-header{margin-bottom:.9rem!important}.portal-body #section-travel #grid-travel{grid-template-rows:none!important;grid-template-columns:1fr!important}.portal-body #section-travel #grid-travel>li:first-child .card-image{height:auto!important}}.portal-body .portal-opening{padding:clamp(1rem,2.4vw,1.8rem) 0 clamp(2.3rem,4vw,3.5rem);position:relative}.portal-body .portal-opening:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 15%,#b42b2b1a,#0000 36%),radial-gradient(circle at 88% 18%,#4a6fa51f,#0000 30%),linear-gradient(#ffffffe6,#ffffffa6);position:absolute;inset:0}.portal-body .portal-opening>.container{z-index:1;position:relative}.portal-body .portal-opening-grid{grid-template-columns:repeat(12,minmax(0,1fr));align-items:stretch;gap:clamp(.9rem,1.8vw,1.35rem);display:grid}.portal-body .portal-opening .portal-section{padding:0!important}.portal-body .portal-opening-cover{grid-area:1/1/span 2/8;min-height:clamp(460px,54vw,630px)}.portal-body #section-banner .hero-banner,.portal-body #section-banner .hero-banner>a{min-height:inherit;border-radius:28px;height:100%;position:relative;overflow:hidden;box-shadow:0 30px 70px #1111111f;color:#fff!important;background:#181311!important;display:block!important}.portal-body #section-banner .hero-banner>a{min-height:clamp(460px,54vw,630px)}.portal-body #section-banner .hero-banner .hero-banner-media,.portal-body #section-banner .hero-banner .hero-banner-layer{position:absolute;inset:0}.portal-body #section-banner .hero-banner .hero-banner-media:after{content:"";mix-blend-mode:screen;pointer-events:none;background:linear-gradient(130deg,#ffffff2e,#0000 38%);position:absolute;inset:0}.portal-body #section-banner .hero-banner .hero-banner-layer{z-index:1;background:linear-gradient(90deg,#0c0908db 0%,#0c090875 45%,#0c09081f 88%),linear-gradient(#0c090800 58%,#0c0908bd 100%)}.portal-body #section-banner .hero-banner img{object-fit:cover;filter:saturate(1.04)contrast(1.04);width:100%;height:100%;transform:scale(1.01)}.portal-body #section-banner .hero-banner .hero-banner-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:clamp(1.4rem,2.8vw,2.3rem);display:flex;position:relative}.portal-body #section-banner .hero-banner .hero-banner-kicker{color:#ffffffbd;letter-spacing:.16em;text-transform:uppercase;margin:0 0 .8rem;font-size:.74rem;font-weight:800}.portal-body #section-banner .hero-banner .card-category{color:#ffffffd6!important;border-left-color:#f1c26b!important;margin-bottom:.7rem!important}.portal-body #section-banner .hero-banner .card-title{text-wrap:balance;max-width:8ch;margin-bottom:.65rem;display:block;color:#fff!important;font-family:var(--editorial-serif)!important;letter-spacing:-.04em!important;font-size:clamp(3rem,6vw,4.9rem)!important;font-weight:700!important;line-height:.98!important}.portal-body #section-banner .hero-banner .card-desc{max-width:33ch;color:#ffffffc7!important;font-size:1rem!important;line-height:1.7!important;display:block!important}.portal-body #section-banner .hero-banner .hero-banner-meta{margin-top:1.35rem}.portal-body #section-banner .hero-banner .card-type{min-height:48px;padding:.9rem 1.35rem;color:var(--home-ink)!important;background:#fff!important;border:0!important;border-radius:999px!important}.portal-body .portal-opening .editor-letter-grid{background:linear-gradient(#fffffff5,#faf5f1eb),linear-gradient(120deg,#b42b2b0f,#0000 35%);border-radius:28px;gap:1rem;height:100%;min-height:286px;padding:clamp(1.3rem,2.4vw,1.8rem);box-shadow:0 24px 55px #11111114;border:1px solid #11111114!important;border-bottom:0!important;grid-template-columns:1fr!important}.portal-body .portal-opening .editor-letter-kicker,.portal-body .portal-opening .editor-letter-copy,.portal-body .portal-opening .editor-letter-actions{grid-column:auto!important}.portal-body .portal-opening .editor-letter-kicker{color:var(--home-red)}.portal-body .portal-opening .editor-letter-copy h1{margin-bottom:.8rem;font-size:clamp(2.2rem,3.8vw,3.65rem)!important;line-height:1.04!important}.portal-body .portal-opening .editor-letter-copy p{max-width:46ch;font-size:.96rem;line-height:1.72}.portal-body .portal-opening .editor-letter-actions{flex-flow:wrap;gap:.75rem;margin-top:auto;display:flex}.portal-body .portal-opening-sidebar{grid-area:2/8/auto/-1;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:clamp(.85rem,1.8vw,1.1rem);display:grid}.portal-body .portal-opening-panel{backdrop-filter:blur(16px);background:#ffffffdb;border:1px solid #11111114;border-radius:24px;flex-direction:column;gap:.95rem;padding:clamp(1.05rem,2vw,1.35rem);display:flex;box-shadow:0 18px 44px #1111110f}.portal-body .portal-opening-panel-kicker{color:var(--home-red);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.portal-body .portal-opening-stats{gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.portal-body .portal-opening-stats li{border-bottom:1px solid #11111114;gap:.15rem;padding-bottom:.75rem;display:grid}.portal-body .portal-opening-stats li:last-child{border-bottom:0;padding-bottom:0}.portal-body .portal-opening-stats strong{font-family:var(--editorial-serif);letter-spacing:-.04em;color:var(--home-ink);font-size:clamp(2rem,3vw,2.5rem);font-weight:700;line-height:1}.portal-body .portal-opening-stats span{color:#1111119e;font-size:.86rem;line-height:1.5}.portal-body .portal-opening-scout{background:linear-gradient(#faf5f1f5,#ffffffeb),linear-gradient(140deg,#4a6fa514,#0000 35%)}.portal-body .portal-opening-links{gap:.2rem;display:grid}.portal-body .portal-opening-link{color:inherit;border-top:1px solid #11111114;gap:.28rem;padding:.7rem 0;text-decoration:none;display:grid}.portal-body .portal-opening-link:first-child{border-top:0;padding-top:0}.portal-body .portal-opening-link strong{color:var(--home-ink);font-size:1rem;line-height:1.35;transition:color .18s}.portal-body .portal-opening-link span{color:#1111119e;font-size:.84rem;line-height:1.55}.portal-body .portal-opening-link:hover strong,.portal-body .portal-opening-link:focus-visible strong{color:var(--home-red)}.portal-body .portal-opening-footnote{color:#1119;border-top:1px solid #11111114;margin:0;padding-top:.7rem;font-size:.8rem;line-height:1.5}.portal-body .portal-opening-footnote em{color:var(--home-ink);margin-top:.2rem;font-style:normal;font-weight:600;display:block}.portal-body .portal-opening-rail{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(.8rem,1.8vw,1.05rem);margin-top:clamp(.95rem,2vw,1.3rem);display:grid}.portal-body .portal-rail-link{min-height:126px;color:inherit;background:#ffffffd1;border:1px solid #11111114;border-radius:22px;gap:.45rem;padding:1rem 3.6rem 1rem 1.05rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;position:relative;box-shadow:0 16px 34px #1111110d}.portal-body .portal-rail-link:after{content:"↗";width:2.75rem;height:2.75rem;color:var(--home-ink);border:1px solid #1111111a;border-radius:999px;place-items:center;font-size:1.2rem;line-height:1;display:grid;position:absolute;bottom:1rem;right:1rem}.portal-body .portal-rail-link:hover,.portal-body .portal-rail-link:focus-visible{border-color:#b42b2b2e;transform:translateY(-3px);box-shadow:0 20px 40px #11111112}.portal-body .portal-rail-label{color:var(--home-red);letter-spacing:.14em;text-transform:uppercase;font-size:.7rem;font-weight:800}.portal-body .portal-rail-link strong{max-width:18ch;color:var(--home-ink);font-size:1rem;line-height:1.45}@media (width<=1180px){.portal-body .portal-opening-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.portal-body .portal-opening-cover,.portal-body .portal-opening-letter,.portal-body .portal-opening-sidebar{grid-area:auto/1/auto/-1}.portal-body .portal-opening-sidebar,.portal-body .portal-opening-rail{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=820px){.portal-body .portal-opening-sidebar,.portal-body .portal-opening-rail{grid-template-columns:1fr}.portal-body #section-banner .hero-banner>a{min-height:500px}}@media (width<=640px){.portal-body .portal-opening{padding-bottom:2.4rem}.portal-body #section-banner .hero-banner,.portal-body #section-banner .hero-banner>a{border-radius:22px}.portal-body #section-banner .hero-banner>a{min-height:440px}.portal-body #section-banner .hero-banner .hero-banner-content{padding:1.1rem}.portal-body #section-banner .hero-banner .card-title{max-width:9ch;font-size:2.55rem!important}.portal-body #section-banner .hero-banner .card-desc{max-width:none;font-size:.94rem!important}.portal-body .portal-opening .editor-letter-grid,.portal-body .portal-opening-panel,.portal-body .portal-rail-link{border-radius:20px}.portal-body .portal-opening .editor-letter-actions{flex-direction:column}.portal-body .portal-opening .editor-primary-cta,.portal-body .portal-opening .editor-secondary-cta{width:100%}.portal-body .portal-rail-link{min-height:0}}body.portal-body{--home-ink:#171412;--home-muted:#625f59;--home-line:#1714121f;--home-line-strong:#1714123d;--home-red:#ba2d2d;--home-red-deep:#7f1f1f;--home-blue:#315f78;--home-green:#63745c;--home-paper:#fff;--home-soft:#f6f6f2;--home-wash:#f0f3f1;--home-shadow:0 18px 38px #241f1b14;--home-serif:"Noto Serif KR","Playfair Display",serif;--home-sans:"Pretendard Variable",Pretendard,"Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;color:var(--home-ink);background:repeating-linear-gradient(90deg,#17141206 0 1px,#0000 1px 96px),linear-gradient(#fafaf7 0%,#f4f5f1 46%,#fff 100%)!important}.portal-body .portal-container{max-width:none}.portal-body .container{max-width:1240px}.portal-body .section{padding-top:4rem!important;padding-bottom:4.5rem!important}.portal-body .section-header{grid-template-columns:minmax(0,.9fr) minmax(260px,.55fr);border-top:1px solid var(--home-line-strong)!important;align-items:end!important;gap:1.5rem!important;margin-bottom:1.35rem!important;padding-top:1rem!important;display:grid!important}.portal-body .section-header:before{font-family:"Oswald",var(--home-sans);grid-column:1/-1;color:var(--home-red)!important;letter-spacing:0!important;margin-bottom:0!important}.portal-body .section-title,.portal-body .card-title,.portal-body .magazine-title,.editor-letter-copy h1{text-wrap:balance;letter-spacing:0!important}.portal-body .section-title{color:var(--home-ink)!important;font-family:var(--home-serif)!important;margin:0!important;font-size:3.4rem!important;font-weight:700!important;line-height:1.05!important;display:block!important;overflow:visible!important}.portal-body .section-title:after{display:none!important}.portal-body .section-subtitle{max-width:38ch!important;color:var(--home-muted)!important;font-family:var(--home-sans)!important;margin:0!important;font-size:.96rem!important;line-height:1.68!important}.portal-body .card,.portal-body .featured-card,.portal-body .magazine-item,.portal-body .portal-opening-panel,.portal-body .portal-rail-link,.portal-body .category-more-tile{border-radius:8px!important}.portal-body .card,.portal-body .magazine-link{border:1px solid var(--home-line)!important;background:var(--home-paper)!important;box-shadow:none!important}.portal-body a:focus-visible,.portal-body button:focus-visible{outline-offset:3px;outline:3px solid #ba2d2d57}.portal-body .img-wrapper:before{z-index:0;opacity:.58;background:linear-gradient(90deg,#0000 0 46%,#ffffff6b 46% 54%,#0000 54% 100%),linear-gradient(#0000 0 46%,#ffffff52 46% 54%,#0000 54% 100%);position:absolute;inset:0;content:""!important}.portal-body .img-wrapper.loaded:before{display:none!important}.portal-body .img-wrapper img{z-index:1;position:relative}.portal-body .portal-opening{background:linear-gradient(#f6f6f2eb,#ffffff9e),repeating-linear-gradient(0deg,#17141206 0 1px,#0000 1px 34px);padding:1.15rem 0 2.75rem!important}.portal-body .portal-opening:before{background:linear-gradient(90deg,#ba2d2d0f 0,#0000 26%),linear-gradient(#ffffffa8,#0000 56%)!important}.portal-body .portal-opening-grid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:repeat(12,minmax(0,1fr))!important;align-items:stretch!important;gap:1rem!important}.portal-body .portal-opening-cover{grid-area:1/1/3/8!important;height:640px!important;min-height:0!important}.portal-body #section-banner .hero-banner,.portal-body #section-banner .hero-banner>a{border-radius:8px!important;height:100%!important;min-height:0!important;box-shadow:0 24px 48px #17141224!important}.portal-body #section-banner .hero-banner .hero-banner-layer{background:linear-gradient(90deg,#120f0de0 0%,#120f0d75 46%,#120f0d14 100%),linear-gradient(#0000 46%,#120f0db8 100%)!important}.portal-body #section-banner .hero-banner .hero-banner-content{padding:2rem!important}.portal-body #section-banner .hero-banner .hero-banner-kicker,.portal-body .portal-opening-panel-kicker,.portal-body .portal-rail-label,.category-more-kicker{font-family:"Oswald",var(--home-sans)!important;letter-spacing:0!important}.portal-body #section-banner .hero-banner .card-title{max-width:9ch!important;font-family:var(--home-serif)!important;letter-spacing:0!important;margin-bottom:.75rem!important;font-size:4.2rem!important;line-height:1.02!important}.portal-body #section-banner .hero-banner .card-desc{color:#ffffffd1!important;max-width:35ch!important}.portal-body #section-banner .hero-banner .card-type{transition:transform .18s,background-color .18s,color .18s;border-radius:6px!important}.portal-body #section-banner .hero-banner:hover .card-type,.portal-body #section-banner .hero-banner:focus-within .card-type{transform:translateY(-2px);background:#f4efe7!important}.portal-body .portal-opening-letter{grid-area:1/8/auto/-1!important}.portal-body .portal-opening .editor-letter-grid{border:1px solid var(--home-line)!important;height:100%!important;min-height:0!important;box-shadow:var(--home-shadow)!important;background:linear-gradient(#fffffff7,#f6f6f2f0),repeating-linear-gradient(90deg,#17141206 0 1px,#0000 1px 28px)!important;border-radius:8px!important;gap:.9rem!important;padding:1.45rem!important}.portal-body .portal-opening .editor-letter-copy h1{font-family:var(--home-serif)!important;margin-bottom:.72rem!important;font-size:3rem!important;line-height:1.06!important}.portal-body .portal-opening .editor-letter-copy p{max-width:44ch!important;color:var(--home-muted)!important;font-size:.94rem!important;line-height:1.66!important}.portal-body .portal-opening .editor-letter-actions{gap:.6rem!important}.editor-primary-cta,.editor-secondary-cta,.portal-body .section-text-cta,.portal-body .card-meta .card-type{transition:transform .18s,background-color .18s,color .18s,border-color .18s;min-height:42px!important;font-family:var(--home-sans)!important;border-radius:6px!important;font-weight:800!important}.editor-primary-cta:hover,.editor-secondary-cta:hover,.portal-body .section-text-cta:hover{transform:translateY(-2px)}.portal-body .portal-opening-sidebar{grid-area:2/8/auto/-1!important;grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)!important;gap:1rem!important}.portal-body .portal-opening-panel{backdrop-filter:blur(12px);border:1px solid var(--home-line)!important;box-shadow:var(--home-shadow)!important;background:#ffffffe0!important;padding:1.05rem!important}.portal-body .portal-opening-stats{gap:.55rem!important}.portal-body .portal-opening-stats li{padding-bottom:.55rem!important}.portal-body .portal-opening-stats strong{font-family:var(--home-serif)!important;letter-spacing:0!important;font-size:2.18rem!important}.portal-body .portal-opening-links{gap:0!important}.portal-body .portal-opening-link{padding:.58rem 0!important}.portal-body .portal-opening-link strong{font-size:.96rem!important}.portal-body .portal-opening-footnote{font-size:.78rem!important}.portal-body .portal-opening-rail{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:.8rem!important;margin-top:.9rem!important}.portal-body .portal-rail-link{border:1px solid var(--home-line)!important;background:#ffffffe6!important;min-height:86px!important;padding:.85rem 3.2rem .85rem .95rem!important;box-shadow:0 12px 28px #1714120e!important}.portal-body .portal-rail-link:after{border-radius:6px!important;width:2.25rem!important;height:2.25rem!important;bottom:.85rem!important;right:.85rem!important}.portal-body .portal-rail-link strong{font-size:.94rem!important;line-height:1.42!important}.portal-body #section-popular{padding-top:4rem!important}.portal-body #section-popular .magazine-grid.popular-grid{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)!important;align-items:stretch!important;gap:1rem!important;width:100%!important;max-width:none!important;display:grid!important}.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a{border-radius:8px!important;height:auto!important;min-height:520px!important}.portal-body #section-popular .featured-card:after{letter-spacing:0!important;border-radius:6px!important;top:1rem!important;left:1rem!important;right:auto!important}.portal-body #section-popular .featured-card .card-content{padding:2rem!important}.portal-body #section-popular .featured-card .card-title{letter-spacing:0!important;max-width:12ch!important;font-size:3.6rem!important;line-height:1.05!important}.portal-body #section-popular .side-cards{grid-auto-rows:minmax(0,1fr);background:0 0!important;border:0!important;grid-template-columns:1fr!important;gap:.75rem!important;height:auto!important;min-height:0!important;padding:0!important;display:grid!important}.portal-body #section-popular .side-cards .card{background:0 0!important;border:0!important;min-height:0!important}.portal-body #section-popular .side-cards .card>a{border:1px solid var(--home-line)!important;background:var(--home-paper)!important;height:100%!important;min-height:104px!important;box-shadow:none!important;border-radius:8px!important;grid-template-columns:3.1rem 84px minmax(0,1fr)!important;align-items:center!important;gap:.8rem!important;padding:.75rem!important;display:grid!important}.portal-body #section-popular .side-cards .card>a:before{content:none!important}.portal-body #section-popular .side-rank{width:3.1rem;color:var(--home-red);font-family:var(--home-serif);font-variant-numeric:tabular-nums;justify-content:center;align-items:center;font-size:1.85rem;line-height:1;display:flex!important}.portal-body #section-popular .side-card-thumb{background:linear-gradient(135deg,#315f7824,#ba2d2d14),var(--home-wash)!important;border-radius:6px!important;width:84px!important;height:72px!important}.portal-body #section-popular .side-card-thumb img{object-fit:cover;width:100%;height:100%}.portal-body #section-popular .side-cards .card-content{min-width:0;padding:0!important}.portal-body #section-popular .side-cards .card-category{letter-spacing:0!important;margin-bottom:.22rem!important;font-size:.68rem!important}.portal-body #section-popular .side-cards .card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:var(--home-ink)!important;font-family:var(--home-sans)!important;margin:0!important;font-size:.94rem!important;font-weight:800!important;line-height:1.42!important}.portal-body #section-popular .side-cards-footer{padding:0!important}.portal-body #section-popular .side-cards-footer .section-text-cta{justify-content:center;width:100%;border:1px solid var(--home-line)!important;background:var(--home-soft)!important}.portal-body #section-magazine{background:var(--home-paper)!important}.portal-body #section-magazine .magazine-list{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:1rem!important}.portal-body #section-magazine .magazine-item{background:0 0!important;border:0!important}.portal-body #section-magazine .magazine-item .magazine-link{height:100%;overflow:hidden;border-radius:8px!important}.portal-body #section-magazine .magazine-thumb-wrapper{aspect-ratio:4/3!important;background:linear-gradient(135deg,#315f781f,#63745c1a),var(--home-wash)!important;border-radius:8px 8px 0 0!important}.portal-body #section-magazine .magazine-content{padding:.85rem .85rem 1rem!important}.portal-body #section-magazine .magazine-title{min-height:0!important;font-family:var(--home-sans)!important;font-size:1rem!important;font-weight:850!important;line-height:1.45!important}.portal-body #section-magazine .magazine-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box!important}.portal-body #section-travel,.portal-body #section-lifestyle{border-top:1px solid var(--home-line-strong)}.portal-body #section-travel #grid-travel{grid-template-rows:repeat(3,minmax(96px,auto))!important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)!important;gap:.8rem 1rem!important;display:grid!important}.portal-body #section-travel #grid-travel>li:first-child{grid-row:1/4!important}.portal-body #section-travel #grid-travel>li:first-child .card,.portal-body #section-travel #grid-travel>li:first-child .card>a{height:100%}.portal-body #section-travel #grid-travel>li:first-child .card-image{height:100%!important;min-height:360px!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card>a{grid-template-columns:92px minmax(0,1fr)!important;align-items:center!important;gap:.75rem!important;min-height:104px!important;padding:.7rem!important;display:grid!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card-image{border-radius:6px!important;width:92px!important;height:72px!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card-title{font-size:1rem!important;line-height:1.42!important}.portal-body .portal-topic-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:1rem!important;margin-top:1rem!important;display:grid!important}.portal-body .portal-topic-grid .topic-card-section{border:1px solid var(--home-line)!important;background:#ffffffeb!important;padding:1.15rem!important}.portal-body .portal-topic-grid .topic-card-section .container{padding:0!important}.portal-body .portal-topic-grid .section-header{margin-bottom:.9rem!important;padding-top:.65rem!important;display:block!important}.portal-body .portal-topic-grid .section-title{font-size:1.6rem!important;line-height:1.18!important}.portal-body .portal-topic-grid .section-subtitle{margin-top:.35rem!important;font-size:.82rem!important}.portal-body .portal-topic-grid .card-grid{grid-template-columns:1fr!important;gap:.7rem!important}.portal-body .portal-topic-grid .card-image{aspect-ratio:16/9!important}.portal-body .portal-topic-grid .card-title{font-family:var(--home-sans)!important;font-size:.98rem!important;line-height:1.48!important}.portal-body .category-more-tile{border:1px solid var(--home-line)!important;border-bottom:3px solid var(--home-red)!important;background:linear-gradient(90deg,#ba2d2d0f,transparent 42%),var(--home-paper)!important;min-height:128px!important;box-shadow:none!important;margin-top:1rem!important}@media (width<=1180px){.portal-body .portal-opening-grid{grid-template-rows:none!important;grid-template-columns:1fr!important}.portal-body .portal-opening-cover,.portal-body .portal-opening-letter,.portal-body .portal-opening-sidebar{grid-area:auto/1/auto/-1!important}.portal-body .portal-opening-cover{order:1;height:520px!important}.portal-body .portal-opening-letter{order:2}.portal-body .portal-opening-sidebar{order:3;grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-body .portal-opening-rail{grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-body #section-popular .magazine-grid.popular-grid{grid-template-columns:1fr!important}.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a{min-height:480px!important}.portal-body #section-popular .side-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}.portal-body #section-travel #grid-travel{grid-template-rows:none!important;grid-template-columns:1fr!important}.portal-body #section-travel #grid-travel>li:first-child{grid-row:auto!important}}@media (width<=820px){.portal-body .section{padding-top:3rem!important;padding-bottom:3.4rem!important}.portal-body .section-header{margin-bottom:1rem!important;display:block!important}.portal-body .section-title{font-size:2.45rem!important}.portal-body .section-subtitle{margin-top:.55rem!important}.portal-body .portal-opening{padding-top:.8rem!important}.portal-body .portal-opening-cover{height:470px!important}.portal-body .portal-opening .editor-letter-copy h1{font-size:2.35rem!important}.portal-body .portal-opening-sidebar,.portal-body .portal-opening-rail,.portal-body #section-popular .side-cards,.portal-body #section-magazine .magazine-list,.portal-body .portal-topic-grid{grid-template-columns:1fr!important}.portal-body #section-popular .featured-card,.portal-body #section-popular .featured-card>a{min-height:380px!important}.portal-body #section-popular .featured-card .card-title{font-size:2.4rem!important}.portal-body #section-popular .side-cards .card>a{grid-template-columns:2.7rem 76px minmax(0,1fr)!important;min-height:96px!important}.portal-body #section-popular .side-rank{width:2.7rem;font-size:1.55rem}.portal-body #section-popular .side-card-thumb{width:76px!important;height:64px!important}}@media (width<=480px){.portal-body .container{padding-left:1.15rem!important;padding-right:1.15rem!important}.portal-body .portal-opening-cover{height:430px!important}.portal-body #section-banner .hero-banner .hero-banner-content{padding:1.15rem!important}.portal-body #section-banner .hero-banner .card-title{max-width:10ch!important;font-size:2.55rem!important}.portal-body .portal-opening .editor-letter-grid,.portal-body .portal-opening-panel,.portal-body .portal-rail-link{padding:1rem!important}.portal-body .portal-opening .editor-letter-copy h1{font-size:2.05rem!important}.portal-body .portal-opening .editor-letter-actions{flex-direction:column!important}.portal-body .portal-opening .editor-primary-cta,.portal-body .portal-opening .editor-secondary-cta{width:100%}.portal-body #section-travel #grid-travel>li:not(:first-child) .card>a{grid-template-columns:72px minmax(0,1fr)!important}.portal-body #section-travel #grid-travel>li:not(:first-child) .card-image{width:72px!important;height:60px!important}}@media (prefers-reduced-motion:reduce){.portal-body *,.portal-body :before,.portal-body :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.portal-body #section-popular,.portal-body #section-magazine,.portal-body .portal-magazine-cluster>#section-travel,.portal-body .portal-magazine-cluster>#section-lifestyle{padding-top:3.2rem!important;padding-bottom:3.4rem!important}.portal-body #section-popular .side-rank{width:3.85rem;font-size:1.7rem;overflow:visible}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3.85rem 84px minmax(0,1fr)!important}.portal-body #section-magazine .magazine-list{align-items:start!important}.portal-body #section-magazine .magazine-item,.portal-body #section-magazine .magazine-item .magazine-link{height:auto!important;min-height:0!important}.portal-body #section-magazine .magazine-desc{color:var(--home-muted)!important;margin:0!important;font-size:.82rem!important;line-height:1.55!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel{grid-template-rows:repeat(3,108px)!important;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)!important;gap:.8rem 1rem!important;display:grid!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:first-child{grid-area:1/1/4!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:not(:first-child){grid-column:2!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:first-child .card>a{grid-template-rows:minmax(0,1fr) auto!important;height:100%!important;display:grid!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:first-child .card-image{height:auto!important;min-height:0!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:first-child .card-content{padding:.78rem!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:not(:first-child) .card>a{grid-template-columns:88px minmax(0,1fr)!important;min-height:108px!important;padding:.65rem!important;display:grid!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:not(:first-child) .card-image{width:88px!important;height:68px!important}.portal-body .portal-magazine-cluster .section-title{width:auto!important;min-width:0!important}@media (width<=820px){.portal-body #section-popular,.portal-body #section-magazine,.portal-body .portal-magazine-cluster>#section-travel,.portal-body .portal-magazine-cluster>#section-lifestyle{padding-top:2.7rem!important;padding-bottom:2.9rem!important}.portal-body #section-magazine .magazine-list{gap:.75rem!important}.portal-body #section-magazine .magazine-item .magazine-link{grid-template-columns:112px minmax(0,1fr)!important;align-items:stretch!important;min-height:132px!important;display:grid!important}.portal-body #section-magazine .magazine-thumb-wrapper{aspect-ratio:auto!important;border-radius:8px 0 0 8px!important;width:112px!important;height:100%!important}.portal-body #section-magazine .magazine-content{min-width:0;gap:.3rem!important;padding:.72rem .75rem!important}.portal-body #section-magazine .magazine-title{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:.9rem!important;line-height:1.42!important}.portal-body #section-magazine .magazine-desc{display:none!important}.portal-body #section-magazine .magazine-meta{margin-top:auto;font-size:.72rem!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel{grid-template-rows:none!important;grid-template-columns:1fr!important;gap:.7rem!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:first-child{grid-area:auto!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:not(:first-child){grid-column:auto!important}.portal-body .portal-magazine-cluster #section-travel #grid-travel>li:first-child .card-image{height:210px!important}}@media (width<=480px){.portal-body .portal-opening{padding-bottom:1.8rem!important}.portal-body .portal-opening-sidebar{gap:.65rem!important}.portal-body .portal-opening-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.45rem!important}.portal-body .portal-opening-stats li{border-bottom:0!important;padding:0!important}.portal-body .portal-opening-stats strong{font-size:1.7rem!important}.portal-body .portal-opening-stats span{font-size:.72rem!important;line-height:1.35!important}.portal-body .portal-opening-scout .portal-opening-link>span,.portal-body .portal-opening-footnote{display:none!important}.portal-body .portal-opening-link{padding:.48rem 0!important}.portal-body .portal-opening-link strong{font-size:.88rem!important}.portal-body .portal-opening-rail{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.55rem!important}.portal-body .portal-rail-link{min-height:64px!important;padding:.62rem 2.1rem .62rem .65rem!important}.portal-body .portal-rail-link:after{width:1.55rem!important;height:1.55rem!important;font-size:.82rem!important;bottom:.55rem!important;right:.55rem!important}.portal-body .portal-rail-label{font-size:.62rem!important}.portal-body .portal-rail-link strong{font-size:.76rem!important;line-height:1.34!important}.portal-body #section-popular .side-rank{width:3.15rem;font-size:1.35rem}.portal-body #section-popular .side-cards .card>a{grid-template-columns:3.15rem 72px minmax(0,1fr)!important}.portal-body #section-magazine .magazine-item .magazine-link{grid-template-columns:96px minmax(0,1fr)!important;min-height:118px!important}.portal-body #section-magazine .magazine-thumb-wrapper{width:96px!important}}body.portal-body{--home-ink:#181716;--home-muted:#68645e;--home-line:#1817161c;--home-line-strong:#18171633;--home-red:#a83a32;--home-red-deep:#702822;--home-soft:#f5f4ef;--home-wash:#eef1ec;--home-sans:"IBM Plex Sans KR","Apple SD Gothic Neo","Noto Sans KR","Malgun Gothic",sans-serif;--home-display:"Archivo","IBM Plex Sans KR","Apple SD Gothic Neo",sans-serif;--home-serif:var(--home-display);--editorial-serif:var(--home-display);font-kerning:normal;font-feature-settings:"kern" 1;font-family:var(--home-sans)!important;background:linear-gradient(#f8f8f4 0%,#f3f4ef 44%,#fbfbf8 100%)!important}.portal-body *,.portal-body :before,.portal-body :after{letter-spacing:0!important}.portal-body .portal-opening:before,.portal-body .img-wrapper:before{opacity:.32!important}.portal-body .img-wrapper{background:linear-gradient(135deg,#55655b1f,#a83a320e),#eef0ec!important}.portal-body .card,.portal-body .magazine-link,.portal-body .portal-opening-panel,.portal-body .portal-rail-link,.portal-body .category-more-tile{box-shadow:none!important;border-color:#1817161a!important}.portal-body .portal-opening .editor-letter-grid,.portal-body #section-banner .hero-banner,.portal-body #section-banner .hero-banner>a,.portal-body #section-popular .featured-card,.portal-body .portal-topic-grid .topic-card-section{box-shadow:none!important}.portal-body .section-header:before,.portal-body #section-banner .hero-banner .hero-banner-kicker,.portal-body .portal-opening-panel-kicker,.portal-body .portal-rail-label,.portal-body .card-category,.portal-body .magazine-category,.category-more-kicker{font-family:var(--home-display)!important;text-transform:none!important;font-size:.72rem!important;font-weight:700!important}.portal-body .section-title:before,.portal-body .section-title:after{content:none!important;display:none!important}.portal-body .section-title{font-family:var(--home-display)!important;font-size:2.85rem!important;font-weight:800!important;line-height:1.03!important}.portal-body .section-subtitle,.portal-body .card-desc,.portal-body .magazine-desc,.portal-body .portal-opening-link span,.portal-body .portal-opening-stats span{color:color-mix(in srgb,var(--home-ink)62%,white)!important;font-family:var(--home-sans)!important}.portal-body #section-banner .hero-banner .card-title,.portal-body .portal-opening .editor-letter-copy h1,.portal-body #section-popular .featured-card .card-title{font-family:var(--home-display)!important;font-weight:800!important;line-height:1.01!important}.portal-body #section-banner .hero-banner .card-title{font-size:3.55rem!important}.portal-body .portal-opening .editor-letter-copy h1{font-size:2.55rem!important}.portal-body #section-popular .featured-card .card-title{font-size:3.05rem!important}.portal-body .portal-opening-stats strong,.portal-body #section-popular .side-rank{font-variant-numeric:tabular-nums;font-family:var(--home-display)!important;font-weight:700!important}.portal-body .portal-rail-link,.portal-body .portal-opening-panel{background:#ffffffb8!important}.portal-body .portal-rail-link:after{background:#ffffffb8;border-radius:50%!important}.portal-body .editor-primary-cta,.portal-body #section-popular .featured-card .card-meta .card-type{background:#a83a32!important;border-color:#a83a32!important}.portal-body .editor-secondary-cta,.portal-body .section-text-cta{background:0 0!important}.portal-body #section-popular .side-cards .card>a,.portal-body #section-magazine .magazine-item .magazine-link,.portal-body .portal-topic-grid .topic-card-section{background:#ffffffc7!important}.portal-body #section-popular .side-cards .card>a:hover,.portal-body #section-magazine .magazine-link:hover,.portal-body .portal-rail-link:hover{transform:translateY(-2px);border-color:#a83a3247!important}.portal-body #section-magazine .magazine-title,.portal-body .portal-topic-grid .card-title,.portal-body #section-popular .side-cards .card-title{font-family:var(--home-sans)!important;font-weight:700!important}.portal-body #section-travel #grid-travel>li:first-child .card-image,.portal-body .portal-topic-grid .card-image,.portal-body #section-magazine .magazine-thumb-wrapper{background:linear-gradient(135deg,#55655b21,#a83a320d),#edf0eb!important}@media (width<=820px){.portal-body .section-title{font-size:2.25rem!important}.portal-body #section-banner .hero-banner .card-title{font-size:2.75rem!important}.portal-body .portal-opening .editor-letter-copy h1,.portal-body #section-popular .featured-card .card-title{font-size:2.05rem!important}}@media (width<=480px){.portal-body .section-title{font-size:2rem!important}.portal-body #section-banner .hero-banner .card-title{font-size:2.35rem!important}.portal-body .portal-opening .editor-letter-copy h1,.portal-body #section-popular .featured-card .card-title{font-size:1.9rem!important}}