:root{--navy:#141a4e;--blue:#2b5cff;--green:#0fbe62;--red:#ff4d4d;--lavender:#e4e9fb;--gray-card:#f3f4f6;--text:#1a1a2e;--text-sub:#6b7280;--bg:#fff;--bg-section:#f8f9fc}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--text);background:var(--bg);word-break:keep-all;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.wrap{max-width:1200px;margin:0 auto;padding:0 24px}.notice-strip{background:var(--navy);color:#fff;text-align:center;letter-spacing:-.01em;padding:9px 16px;font-size:13px;font-weight:600}header.site-header{z-index:100;background:#fff;border-bottom:1px solid #eef0f4;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:14px 24px;display:flex}.logo{white-space:nowrap;align-items:center;line-height:0;display:flex}.logo svg{display:block}nav.gnb{gap:32px;display:flex}nav.gnb a{color:var(--text);font-size:15px;font-weight:600}nav.gnb a:hover{color:var(--blue)}.btn-login{background:var(--navy);color:#fff;white-space:nowrap;border-radius:999px;padding:10px 22px;font-size:14px;font-weight:700}.header-right{align-items:center;gap:12px;min-width:0;display:flex}.mobile-nav-toggle{background:var(--gray-card);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:none}.mobile-nav-toggle:hover{background:var(--lavender)}.mobile-nav-toggle-bars{width:20px;height:14px;display:block;position:relative}.mobile-nav-toggle-bars span{background:var(--navy);border-radius:2px;width:100%;height:2px;position:absolute;left:0}.mobile-nav-toggle-bars span:first-child{top:0}.mobile-nav-toggle-bars span:nth-child(2){top:6px}.mobile-nav-toggle-bars span:nth-child(3){top:12px}.mobile-nav-overlay{z-index:200;background:#141a4e73;animation:.18s mobileNavFade;position:fixed;inset:0}.mobile-nav-panel{background:#fff;flex-direction:column;width:min(84vw,340px);padding:18px 20px 28px;animation:.22s cubic-bezier(.22,1,.36,1) mobileNavSlideIn;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-8px 0 32px #141a4e2e}@keyframes mobileNavFade{0%{opacity:0}to{opacity:1}}@keyframes mobileNavSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-nav-panel-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.mobile-nav-close{background:var(--gray-card);width:40px;height:40px;color:var(--text-sub);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}.mobile-nav-close:hover{background:var(--lavender)}.mobile-nav-list{flex-direction:column;margin-top:12px;display:flex}.mobile-nav-list a{color:var(--text);border-bottom:1px solid #eef0f4;align-items:center;gap:10px;min-height:44px;padding:15px 6px;font-size:17px;font-weight:700;display:flex}.mobile-nav-emoji{font-size:18px;line-height:1}.mobile-nav-divider{background:#eef0f4;height:1px;margin:8px 0 16px}.mobile-nav-auth{flex-direction:column;gap:10px;display:flex}.mobile-nav-user{color:var(--navy);background:var(--lavender);border-radius:14px;padding:12px 14px;font-size:15px;font-weight:700}.mobile-nav-logout{color:var(--text-sub);text-align:left;border:1px solid #e3e5ea;border-radius:14px;min-height:44px;padding:12px 14px;font-size:14px;font-weight:700}.mobile-nav-logout:hover{background:var(--gray-card)}.mobile-nav-login{color:#fff;background:var(--navy);text-align:center;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:13px 14px;font-size:15px;font-weight:700;display:flex}.mobile-nav-login-disabled{color:var(--text-sub);font-size:13.5px}.mobile-nav-auth-skeleton{background:#eef0f4;border-radius:14px;width:100%;height:44px;display:block}section{padding:96px 0}.section-eyebrow{align-items:center;gap:8px;margin-bottom:36px;font-size:27px;font-weight:800;display:flex}.section-alt{background:var(--bg-section)}.hero{text-align:center;padding:104px 0 88px;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:radial-gradient(640px 420px at 50% 22%,#2b5cff29,#0000 68%),radial-gradient(560px 380px at 32% 58%,#0fbe621c,#0000 66%),radial-gradient(560px 380px at 68% 44%,#7c5cff17,#0000 66%);position:absolute;inset:-160px 0 0}.hero-inner{z-index:1;max-width:760px;margin:0 auto;padding:0 24px;position:relative}.hero h1{color:var(--navy);margin-bottom:20px;font-size:56px;font-weight:800;line-height:1.25}.hero p.sub{color:var(--text-sub);margin-bottom:36px;font-size:18px;font-weight:500;line-height:1.6}.btn-cta{background:var(--navy);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:18px 36px;font-size:18px;font-weight:700;transition:transform .15s;display:inline-flex;box-shadow:0 12px 24px #141a4e38}.btn-cta:hover{transform:translateY(-2px)}.trust-stat{color:var(--text-sub);background:#fff;border:1px solid #eef0f4;border-radius:999px;align-items:center;gap:8px;margin-top:28px;padding:9px 18px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #141a4e0f}.trust-stat b{color:var(--blue);font-weight:800}.quick-filter{padding:0 0 96px}.quick-filter-inner{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.qf-group{background:var(--gray-card);border-radius:999px;flex-wrap:wrap;align-items:center;gap:10px;padding:8px 8px 8px 16px;display:flex}.qf-label{color:var(--text-sub);white-space:nowrap;font-size:13px;font-weight:700}.chip{color:var(--text);white-space:nowrap;background:#fff;border:1px solid #e3e5ea;border-radius:999px;padding:8px 16px;font-size:14px;font-weight:600}.chip.active{background:var(--blue);border-color:var(--blue);color:#fff}.bento{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.bento-card{border:1px solid #0000;border-radius:24px;flex-direction:column;justify-content:space-between;min-width:0;min-height:200px;padding:28px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 2px 12px #141a4e0f}.bento-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px #141a4e1f}.bento-card.c1{background:#fff;border-color:#e3e7f0;grid-column:span 3}.bento-card.c2{background:var(--lavender);border-color:#d8dff5;grid-column:span 3}.bento-card.c3{background:var(--blue);color:#fff;grid-column:span 2}.bento-card.c4{background:var(--green);color:#fff;grid-column:span 2}.bento-card.c5{background:#fff;border-color:#e3e7f0;grid-column:span 2}.bento-eyebrow{opacity:.72;align-items:center;gap:6px;margin-bottom:14px;font-size:13px;font-weight:700;display:inline-flex}.bento-title{overflow-wrap:anywhere;font-size:21px;font-weight:700;line-height:1.4}.bento-arrow{background:#141a4e0f;border-radius:999px;justify-content:center;align-self:flex-end;align-items:center;width:44px;height:44px;margin-top:16px;font-size:18px;display:flex}.bento-card.c3 .bento-arrow,.bento-card.c4 .bento-arrow{color:#fff;background:#ffffff38}.marquee-section{background:var(--bg-section);padding:56px 0;overflow:hidden}.marquee-track{gap:16px;width:max-content;animation:28s linear infinite marquee;display:flex}.marquee-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-pill{white-space:nowrap;color:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:10px;padding:14px 26px;font-size:16px;font-weight:700;display:inline-flex}.marquee-pill.g1{background:linear-gradient(90deg,#2b5cff,#7a5cff)}.marquee-pill.g2{background:linear-gradient(90deg,#00c6d7,#2b5cff)}.marquee-pill.g3{background:linear-gradient(90deg,#0fbe62,#00c6a0)}.support-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.support-card{background:#fff;border:1px solid #eef0f4;border-radius:24px;flex-direction:column;gap:14px;min-width:0;padding:26px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 2px 12px #141a4e0f}.card-stretch-link{z-index:1;border-radius:inherit;position:absolute;inset:0}.support-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px #141a4e1a}.support-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-right:40px;display:flex}.support-badges{flex-wrap:wrap;gap:6px;display:flex}.field-tag{color:var(--blue);background:var(--lavender);border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}.badge{white-space:nowrap;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:800}.badge.gray{color:var(--text-sub);background:#e7e8ec}.badge.green{color:var(--green);background:#e4f9ee}.badge.red{color:var(--red);background:#ffe9e9}.badge.navy{background:var(--lavender);color:var(--navy)}.support-title{font-size:20px;font-weight:700;line-height:1.4}.support-desc{color:var(--text-sub);font-size:14px;font-weight:500;line-height:1.55}.support-bottom{border-top:1px dashed #eef0f4;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.support-org{color:var(--text-sub);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.example-note{color:#b4881d;background:#fff6e0;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:700}.category-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.category-item{background:var(--gray-card);border-radius:24px;flex-direction:column;align-items:center;gap:12px;min-width:0;padding:28px 16px;transition:transform .18s,background .18s;display:flex}.category-item:hover{background:var(--lavender);transform:translateY(-4px)}.category-icon{background:#fff;border-radius:999px;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;display:flex;box-shadow:0 2px 12px #141a4e14}.category-label{font-size:15px;font-weight:700}.cta-banner{color:#fff;background:linear-gradient(120deg,#0fbe62,#0ba5d9);border-radius:32px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding:56px 48px;display:flex}.cta-banner-text h3{margin-bottom:10px;font-size:28px;font-weight:800;line-height:1.4}.cta-banner-text p{opacity:.92;font-size:16px;font-weight:500}.btn-white{color:var(--navy);white-space:nowrap;background:#fff;border-radius:999px;padding:16px 30px;font-size:16px;font-weight:700;box-shadow:0 8px 20px #0000001f}footer{background:var(--navy);color:#fff;padding:64px 0 40px}.footer-top{border-bottom:1px solid #ffffff24;flex-wrap:wrap;justify-content:space-between;gap:32px;margin-bottom:28px;padding-bottom:36px;display:flex}.footer-logo{margin-bottom:14px;line-height:0}.footer-desc{color:#ffffffa3;max-width:340px;font-size:14px;line-height:1.6}.footer-links{flex-wrap:wrap;gap:64px;display:flex}.footer-col h5{color:#ffffffe6;margin-bottom:14px;font-size:14px;font-weight:700}.footer-col a{color:#ffffffa3;margin-bottom:10px;font-size:14px;display:block}.disclaimer{color:#ffffff8f;background:#ffffff0f;border-radius:14px;margin-bottom:20px;padding:16px 20px;font-size:12.5px;line-height:1.7}.footer-bottom{color:#fff6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;font-size:12.5px;display:flex}.onboarding-page{background:var(--bg-section);flex-direction:column;min-height:100vh;display:flex}.onboarding-header{padding:20px 24px 0}.progress-bar{background:#e7e8ec;border-radius:999px;max-width:560px;height:8px;margin:0 auto;overflow:hidden}.progress-bar-fill{background:var(--blue);border-radius:999px;height:100%;transition:width .25s}.progress-step-label{max-width:560px;color:var(--text-sub);text-align:center;margin:10px auto 0;font-size:13px;font-weight:700}.onboarding-main{flex:1;justify-content:center;align-items:center;padding:32px 24px 80px;display:flex}.onboarding-card{background:#fff;border-radius:24px;width:100%;max-width:560px;padding:40px 32px;box-shadow:0 2px 12px #141a4e0f}.onboarding-question{color:var(--navy);text-align:center;justify-content:center;align-items:center;gap:6px;margin-bottom:8px;font-size:24px;font-weight:800;line-height:1.4;display:flex}.onboarding-sub{color:var(--text-sub);text-align:center;margin-bottom:28px;font-size:14px}.option-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.option-grid.cols-3{grid-template-columns:repeat(3,1fr)}.option-grid.cols-4{grid-template-columns:repeat(4,1fr)}.option-chip{background:var(--gray-card);color:var(--text);text-align:center;border:2px solid #0000;border-radius:16px;padding:16px 12px;font-size:15px;font-weight:700;transition:all .15s}.option-chip:hover{background:var(--lavender)}.option-chip.selected{background:var(--blue);border-color:var(--blue);color:#fff}.birthyear-input{text-align:center;width:100%;color:var(--navy);background:var(--gray-card);border:2px solid #e3e5ea;border-radius:16px;padding:16px;font-size:22px;font-weight:800}.birthyear-input:focus{border-color:var(--blue);background:#fff;outline:none}.onboarding-nav{gap:12px;margin-top:32px;display:flex}.btn-secondary{color:var(--text);text-align:center;background:#fff;border:1px solid #e3e5ea;border-radius:999px;flex:1;padding:14px;font-size:15px;font-weight:700}.btn-primary{background:var(--navy);color:#fff;text-align:center;border-radius:999px;flex:2;padding:14px;font-size:15px;font-weight:700;transition:opacity .15s}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.results-page{background:var(--bg-section);min-height:100vh}.results-header{background:#fff;border-bottom:1px solid #eef0f4;padding:32px 0}.results-headline{color:var(--navy);margin-bottom:6px;font-size:26px;font-weight:800;line-height:1.4}.results-headline b{color:var(--blue)}.results-subline{color:var(--text-sub);font-size:14px}.results-body{padding:32px 0 96px}.filter-row{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.filter-chip{color:var(--text);white-space:nowrap;background:#fff;border:1px solid #e3e5ea;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600}.filter-chip.active{background:var(--navy);border-color:var(--navy);color:#fff}.results-empty{text-align:center;color:var(--text-sub);background:#fff;border-radius:24px;padding:64px 24px;font-size:15px;line-height:1.6}.results-bootstrap{justify-content:center;align-items:center;min-height:60vh;display:flex}.results-bootstrap-inner{text-align:center;color:var(--text-sub);padding:120px 24px;font-size:15px;font-weight:600}.results-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.load-more-wrap{justify-content:center;margin-top:32px;display:flex}.btn-load-more{color:var(--navy);background:#fff;border:1px solid #e3e5ea;border-radius:999px;padding:14px 32px;font-size:15px;font-weight:700;box-shadow:0 2px 12px #141a4e0f}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-top:36px;display:flex}.pagination-link{min-width:40px;height:40px;color:var(--text);background:#fff;border:1px solid #e3e5ea;border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.pagination-link.current{background:var(--navy);border-color:var(--navy);color:#fff}.pagination-link.disabled{color:#c7cad4;border-color:#eef0f4}.pagination-ellipsis{color:var(--text-sub);padding:0 4px;font-weight:700}.detail-page{background:var(--bg-section);min-height:100vh}.detail-header{background:#fff;border-bottom:1px solid #eef0f4;padding:20px 0}.detail-back{color:var(--text-sub);font-size:14px;font-weight:700}.detail-body{padding:32px 0 96px}.detail-card{background:#fff;border-radius:24px;max-width:760px;margin:0 auto;padding:40px 36px;box-shadow:0 2px 12px #141a4e0f}.detail-badges{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.detail-title{color:var(--navy);margin-bottom:12px;font-size:28px;font-weight:800;line-height:1.4}.detail-summary{color:var(--text-sub);margin-bottom:28px;font-size:15px;line-height:1.6}.detail-section{margin-bottom:28px}.detail-section h2{color:var(--navy);align-items:center;gap:6px;margin-bottom:10px;font-size:16px;font-weight:800;display:flex}.detail-section .detail-text{color:var(--text);white-space:pre-line;background:var(--bg-section);word-break:keep-all;border-radius:16px;padding:18px 20px;font-size:14.5px;line-height:1.75}.gov-text{white-space:normal;flex-direction:column;gap:14px;display:flex}.gov-item{padding-left:16px;position:relative}.gov-item:before{content:"";background:var(--blue);border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}.gov-item-label{color:var(--navy);word-break:keep-all;margin-right:4px;font-weight:800}.gov-item-value{word-break:keep-all}.gov-sub-list{flex-direction:column;gap:6px;margin:8px 0 0;padding-left:14px;list-style:none;display:flex}.gov-sub-item{word-break:keep-all;color:var(--text);padding-left:14px;position:relative}.gov-sub-item:before{content:"-";color:var(--text-sub);font-weight:700;position:absolute;left:0}.gov-note{color:var(--text-sub);word-break:keep-all;margin:8px 0 0;font-size:13px;line-height:1.6}.deadline-lines{flex-direction:column;gap:4px;display:flex}.detail-meta-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px;display:grid}.detail-meta-item{background:var(--gray-card);border-radius:16px;padding:14px 16px}.detail-meta-item .label{color:var(--text-sub);margin-bottom:4px;font-size:12px;font-weight:700}.detail-meta-item .value{color:var(--text);font-size:14.5px;font-weight:700}.detail-apply-btn{background:var(--navy);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;margin-bottom:24px;padding:18px;font-size:16px;font-weight:700;display:flex;box-shadow:0 12px 24px #141a4e38}.detail-disclaimer{color:var(--text-sub);background:var(--bg-section);border-radius:14px;padding:16px 20px;font-size:12.5px;line-height:1.7}.not-found-card{text-align:center;background:#fff;border-radius:24px;max-width:480px;margin:80px auto;padding:48px 32px;box-shadow:0 2px 12px #141a4e0f}.not-found-card h1{color:var(--navy);margin-bottom:12px;font-size:22px;font-weight:800}.not-found-card p{color:var(--text-sub);margin-bottom:24px;font-size:14px}@media (max-width:1024px){.wrap{padding:0 24px}.bento{grid-template-columns:repeat(2,1fr)}.bento-card.c1,.bento-card.c2{grid-column:span 1}.bento-card.c3{grid-column:span 2}.bento-card.c4,.bento-card.c5{grid-column:span 1}.support-grid,.results-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}nav.gnb{display:none}.mobile-nav-toggle{display:flex}.header-cta,.user-chip-logout{display:none}.header-inner{gap:12px}}@media (max-width:768px){section{padding:64px 0}.hero{padding:72px 0 56px}.hero h1{font-size:34px}.hero p.sub{font-size:16px}.section-eyebrow{font-size:22px}.bento{grid-template-columns:1fr 1fr;gap:14px}.bento-card{min-height:180px;padding:22px}.bento-card.c1,.bento-card.c2,.bento-card.c3{grid-column:span 2}.bento-card.c3{grid-row:span 1}.support-grid,.results-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.cta-banner{text-align:center;flex-direction:column;align-items:center;padding:36px 24px}.footer-top{flex-direction:column;gap:28px}.footer-links{gap:36px}.header-inner{padding:12px 16px}.btn-login{padding:8px 16px;font-size:13px}.logo svg{width:82px;height:30px}.qf-group{justify-content:flex-start;width:100%;overflow-x:auto}.onboarding-card{padding:32px 20px}.onboarding-question{font-size:20px}.option-grid.cols-4{grid-template-columns:repeat(2,1fr)}.detail-card{padding:28px 20px}.detail-title{font-size:22px}.detail-meta-grid{grid-template-columns:1fr}}.fav-btn{z-index:2;width:36px;height:36px;color:var(--text-sub);background:#fff;border-radius:999px;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:transform .15s,color .15s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #141a4e24}.fav-btn:hover{transform:scale(1.08)}.fav-btn.active{color:var(--red)}.fav-btn:disabled{opacity:.6;cursor:default}.detail-action-row{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.btn-fav-detail,.btn-alert-detail{min-width:140px;color:var(--text);text-align:center;background:#fff;border:1.5px solid #e3e5ea;border-radius:999px;flex:1;justify-content:center;align-items:center;gap:6px;padding:14px;font-size:15px;font-weight:700;transition:all .15s;display:inline-flex}.btn-fav-detail.active{border-color:var(--red);color:var(--red);background:#ffe9e9}.btn-alert-detail.active{background:var(--lavender);border-color:var(--blue);color:var(--blue)}.btn-fav-detail:disabled,.btn-alert-detail:disabled{opacity:.7;cursor:default}.btn-login-disabled{color:var(--text-sub);cursor:default;background:#e7e8ec}.btn-login-skeleton{background:#eef0f4;border-radius:999px;width:76px;height:34px;display:inline-block}.user-chip{align-items:center;gap:10px;min-width:0;display:flex}.user-chip-name{color:var(--navy);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:14px;font-weight:700;overflow:hidden}.user-chip-logout{color:var(--text-sub);white-space:nowrap;border:1px solid #e3e5ea;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600}.user-chip-logout:hover{background:var(--gray-card)}.login-page{background:var(--bg-section);justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;display:flex}.login-card{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:44px 32px;box-shadow:0 2px 12px #141a4e0f}.login-title{color:var(--navy);margin-bottom:12px;font-size:24px;font-weight:800;line-height:1.4}.login-sub{color:var(--text-sub);margin-bottom:32px;font-size:14px;line-height:1.6}.login-notice{background:var(--gray-card);color:var(--text-sub);border-radius:16px;margin-bottom:12px;padding:16px;font-size:14px;font-weight:600}.login-notice-error{color:var(--red);background:#ffe9e9}.btn-kakao{color:#391b1b;background:#fee500;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:16px;font-weight:700;transition:opacity .15s;display:flex}.btn-kakao:disabled{opacity:.6;cursor:default}.login-back{color:var(--text-sub);margin-top:24px;font-size:13.5px;font-weight:600;display:inline-block}.mypage{background:var(--bg-section);min-height:100vh}.mypage-body{padding:40px 0 96px}.mypage-guide{text-align:center;background:#fff;border-radius:24px;max-width:480px;margin:80px auto;padding:48px 32px;box-shadow:0 2px 12px #141a4e0f}.mypage-guide h1{color:var(--navy);margin-bottom:12px;font-size:22px;font-weight:800}.mypage-guide p{color:var(--text-sub);margin-bottom:24px;font-size:14px;line-height:1.6}.mypage-section{margin-bottom:48px}.mypage-section-title{color:var(--navy);align-items:center;gap:8px;margin-bottom:18px;font-size:20px;font-weight:800;display:flex}.profile-card{background:#fff;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;display:flex;box-shadow:0 2px 12px #141a4e0f}.profile-summary{flex-wrap:wrap;gap:8px;display:flex}.profile-chip{background:var(--lavender);color:var(--navy);border-radius:999px;padding:8px 14px;font-size:13.5px;font-weight:700}.profile-empty{color:var(--text-sub);font-size:14.5px}.mypage-empty{text-align:center;color:var(--text-sub);background:#fff;border-radius:24px;padding:40px 24px;font-size:14.5px;line-height:1.6}.alert-list{flex-direction:column;gap:12px;display:flex}.alert-item{background:#fff;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex;box-shadow:0 2px 12px #141a4e0f}.alert-item-name{color:var(--text);font-size:15px;font-weight:700}.alert-item-meta{color:var(--text-sub);font-size:13px}@media (max-width:768px){.login-card{padding:36px 24px}.profile-card{flex-direction:column;align-items:flex-start}}.legal-page{background:var(--bg-section);min-height:100vh}.legal-body{padding:40px 0 96px}.legal-card{background:#fff;border-radius:24px;max-width:760px;margin:0 auto;padding:48px 40px;box-shadow:0 2px 12px #141a4e0f}.legal-title{color:var(--navy);margin-bottom:8px;font-size:28px;font-weight:800}.legal-updated{color:var(--text-sub);margin-bottom:36px;font-size:13.5px}.legal-card h2{color:var(--navy);margin:32px 0 12px;font-size:18px;font-weight:800}.legal-card h2:first-of-type{margin-top:0}.legal-card p{color:var(--text);margin-bottom:10px;font-size:14.5px;line-height:1.75}.legal-card ul{margin:0 0 10px;padding-left:4px}.legal-card li{color:var(--text);margin-bottom:6px;padding-left:16px;font-size:14.5px;line-height:1.75;position:relative}.legal-card li:before{content:"·";color:var(--text-sub);position:absolute;left:0}.legal-card table{border-collapse:collapse;width:100%;margin-bottom:10px;font-size:14px}.legal-card th,.legal-card td{text-align:left;vertical-align:top;border:1px solid #eef0f4;padding:10px 12px}.legal-card th{background:var(--bg-section);color:var(--navy);font-weight:700}@media (max-width:768px){.legal-card{padding:32px 20px}.legal-title{font-size:22px}}.header-search-btn{background:var(--gray-card);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:17px;transition:background .15s;display:flex}.header-search-btn:hover{background:var(--lavender)}.search-top{background:#fff;border-bottom:1px solid #eef0f4;padding:32px 0}.search-top--landing{padding:120px 0 140px}.search-top-title{text-align:center;color:var(--navy);margin-bottom:24px;font-size:26px;font-weight:800}.search-form{background:var(--gray-card);border-radius:999px;align-items:center;gap:10px;max-width:640px;margin:0 auto;padding:6px 6px 6px 24px;display:flex}.search-input{min-width:0;color:var(--text);background:0 0;border:none;flex:1;font-family:inherit;font-size:16px}.search-input:focus{outline:none}.search-input::placeholder{color:var(--text-sub)}.search-submit-btn{background:var(--navy);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:17px;display:flex}.search-suggest{margin-top:48px}.search-suggest .section-eyebrow{margin-bottom:20px}@media (max-width:768px){.search-top--landing{padding:72px 0 96px}.search-top-title{font-size:21px}.search-form{max-width:100%;padding:4px 4px 4px 18px}.search-submit-btn{width:40px;height:40px}}.subscribe-card{background:var(--gray-card);border-radius:24px;padding:32px;box-shadow:0 2px 12px #141a4e0f}.subscribe-title{color:var(--navy);align-items:center;gap:6px;margin-bottom:6px;font-size:20px;font-weight:800;display:flex}.subscribe-sub{color:var(--text-sub);margin-bottom:20px;font-size:14px;line-height:1.6}.subscribe-row{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.subscribe-input{min-width:0;color:var(--text);background:#fff;border:2px solid #e3e5ea;border-radius:14px;flex:2 220px;padding:14px 18px;font-family:inherit;font-size:15px}.subscribe-select{min-width:0;color:var(--text);background:#fff;border:2px solid #e3e5ea;border-radius:14px;flex:120px;padding:14px 12px;font-family:inherit;font-size:14px;font-weight:600}.subscribe-input:focus,.subscribe-select:focus{border-color:var(--blue);outline:none}.subscribe-keyword-group{margin-bottom:14px}.subscribe-keyword-label{color:var(--text-sub);margin-bottom:6px;font-size:13px;font-weight:700;display:block}.subscribe-keyword-input{width:100%}.subscribe-keyword-help{color:var(--text-sub);margin-top:6px;font-size:12.5px;line-height:1.5}.subscribe-consent{color:var(--text-sub);flex-wrap:wrap;align-items:baseline;gap:6px 8px;margin-bottom:18px;font-size:13.5px;line-height:1.6;display:flex}.subscribe-consent input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue);flex-shrink:0;align-self:center}.subscribe-consent label{cursor:pointer}.subscribe-privacy-link{color:var(--blue);font-weight:700;text-decoration:underline}.subscribe-error{color:var(--red);margin-bottom:14px;font-size:13.5px;font-weight:600}.subscribe-submit{justify-content:center;width:100%;padding:16px 24px;font-size:16px}.subscribe-submit:disabled{opacity:.5;cursor:not-allowed}.subscribe-success{text-align:center;color:var(--navy);justify-content:center;align-items:center;gap:6px;padding:12px 0;font-size:15px;font-weight:700;display:flex}.subscribe-subscribed{align-items:flex-start;gap:14px;display:flex}.subscribe-subscribed-icon{background:var(--lavender);width:40px;height:40px;color:var(--blue);border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.subscribe-subscribed-text{color:var(--navy);margin-bottom:10px;font-size:15px;font-weight:700;line-height:1.5}.subscribe-subscribed-links{flex-wrap:wrap;gap:16px;display:flex}.subscribe-subscribed-links a{color:var(--blue);font-size:13.5px;font-weight:700;text-decoration:underline}.subscribe-grid-break{grid-column:1/-1}.home-subscribe{margin-top:32px}.browse-subscribe{margin-top:40px}@media (max-width:768px){.subscribe-card{padding:24px 20px}.subscribe-row{flex-direction:column}.subscribe-row .subscribe-input,.subscribe-row .subscribe-select{flex:none;width:100%}.subscribe-input,.subscribe-select,.subscribe-keyword-input{font-size:16px}}.keyword-cta{background:var(--lavender);border-radius:24px;margin:28px 0;padding:28px 32px;box-shadow:0 2px 12px #141a4e0f}.keyword-cta--emphasis{color:#fff;background:linear-gradient(120deg,#2b5cff,#7b3dfb);box-shadow:0 16px 32px #2b5cff3d}.keyword-cta-title{color:var(--navy);margin-bottom:6px;font-size:19px;font-weight:800;line-height:1.4}.keyword-cta-title svg{margin-left:4px}.keyword-cta--emphasis .keyword-cta-title{color:#fff}.keyword-cta-sub{color:var(--text-sub);margin-bottom:18px;font-size:14px;line-height:1.6}.keyword-cta--emphasis .keyword-cta-sub{color:#ffffffe0}.keyword-cta-form{flex-wrap:wrap;gap:10px;margin-bottom:12px;display:flex}.keyword-cta-form .subscribe-input{flex:220px}.keyword-cta-form .btn-cta{white-space:nowrap;padding:14px 28px;font-size:15px}.keyword-cta-policy{color:var(--text-sub);margin:0 0 14px;font-size:12.5px;line-height:1.5}.keyword-cta--emphasis .keyword-cta-policy{color:#ffffffc7}.keyword-cta-consent{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.keyword-cta--emphasis .keyword-cta-consent{color:#ffffffe0}.keyword-cta-consent input[type=checkbox]{width:17px;height:17px;accent-color:var(--blue);flex-shrink:0}.keyword-cta-success{text-align:center;justify-content:center;align-items:center;gap:6px;padding:8px 0;font-size:16px;font-weight:700;display:flex}@media (max-width:640px){.keyword-cta{padding:22px 20px}.keyword-cta-form .btn-cta{justify-content:center;width:100%}}.keyword-policy-box{background:var(--lavender);color:var(--navy);border-radius:14px;align-items:flex-start;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:13px;line-height:1.6;display:flex}.keyword-hint{background:var(--lavender);color:var(--navy);border-radius:14px;margin-top:12px;padding:12px 16px;font-size:13px;line-height:1.6}.keyword-chip-list{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.keyword-chip{background:var(--lavender);color:var(--navy);border-radius:999px;align-items:center;gap:8px;padding:8px 8px 8px 14px;font-size:13.5px;font-weight:700;display:inline-flex}.keyword-chip-count{color:var(--text-sub);font-weight:500}.keyword-chip-remove{width:20px;height:20px;color:var(--navy);background:#141a4e14;border-radius:50%;justify-content:center;align-items:center;font-size:13px;line-height:1;display:inline-flex}.keyword-chip-remove:disabled{opacity:.5}.keyword-add-form{flex-wrap:wrap;gap:10px;display:flex}.keyword-add-form .subscribe-input{flex:200px}.unsub-card{max-width:480px}.unsub-result{text-align:center}.unsub-icon{margin-bottom:12px;font-size:40px}.unsub-result .legal-title{margin-bottom:10px}.unsub-result p{color:var(--text-sub);margin-bottom:24px;font-size:14.5px;line-height:1.7}.unsub-request-form{flex-direction:column;gap:12px;display:flex}.unsub-request-form .subscribe-input{flex:none}.guide-list-page{background:var(--bg-section);min-height:100vh}.guide-list-header{background:#fff;border-bottom:1px solid #eef0f4;padding:48px 0 40px}.guide-list-title{color:var(--navy);align-items:center;gap:8px;margin-bottom:10px;font-size:30px;font-weight:800;display:flex}.guide-list-sub{color:var(--text-sub);font-size:15px;line-height:1.6}.guide-list-body{padding:40px 0 96px}.guide-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.guide-card{background:#fff;border:1px solid #eef0f4;border-radius:24px;flex-direction:column;gap:12px;min-width:0;padding:28px;transition:transform .18s,box-shadow .18s;display:flex;position:relative;box-shadow:0 2px 12px #141a4e0f}.guide-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px #141a4e1a}.guide-card-category{align-self:flex-start}.guide-card-title{color:var(--text);font-size:20px;font-weight:700;line-height:1.4}.guide-card-desc{color:var(--text-sub);font-size:14px;font-weight:500;line-height:1.55}.guide-card-date{color:var(--text-sub);border-top:1px dashed #eef0f4;margin-top:auto;padding-top:10px;font-size:12.5px}.guide-detail-page{background:var(--bg-section);min-height:100vh}.guide-hero{background:#fff;border-bottom:1px solid #eef0f4;padding:28px 0 32px}.guide-hero-tags{align-items:center;gap:8px;margin:14px 0 12px;display:flex}.guide-title{color:var(--navy);margin-bottom:10px;font-size:30px;font-weight:800;line-height:1.4}.guide-meta{color:var(--text-sub);font-size:13px}.guide-body{padding:32px 0}.guide-prose{max-width:none;margin:0}.guide-prose h2{color:var(--navy);margin:44px 0 16px;font-size:19px;font-weight:800}.guide-prose h2:first-of-type{margin-top:0}.guide-prose p{max-width:640px;color:var(--text);word-break:keep-all;margin-bottom:18px;font-size:15.5px;line-height:1.9}.guide-summary{background:var(--lavender);border-radius:20px;margin-bottom:36px;padding:24px 26px}.guide-summary-title{color:var(--navy);align-items:center;gap:6px;margin-bottom:12px;font-size:14.5px;font-weight:800;display:flex}.guide-summary-icon{font-size:15px}.guide-summary ul{flex-direction:column;gap:8px;display:flex}.guide-summary li{color:var(--navy);word-break:keep-all;padding-left:18px;font-size:14.5px;font-weight:600;line-height:1.65;position:relative}.guide-summary li:before{content:"";background:var(--blue);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.guide-steps{flex-direction:column;gap:10px;margin:0 0 20px;display:flex}.guide-steps li{background:var(--bg-section);color:var(--text);word-break:keep-all;border-radius:14px;align-items:center;gap:14px;padding:14px 18px;font-size:14.5px;font-weight:600;line-height:1.6;display:flex}.guide-steps-num{background:var(--blue);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;font-weight:800;display:flex}.guide-checklist{flex-direction:column;gap:10px;margin:0 0 20px;display:flex}.guide-checklist li{color:var(--text);word-break:keep-all;background:#fff;border:1.5px solid #e4e9fb;border-radius:14px;padding:13px 18px 13px 44px;font-size:14.5px;font-weight:600;line-height:1.6;position:relative}.guide-checklist li:before{content:"✓";background:var(--lavender);width:18px;height:18px;color:var(--blue);border-radius:6px;justify-content:center;align-items:center;font-size:12px;font-weight:900;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.guide-table-wrap{border:1px solid #eef0f4;border-radius:16px;margin:0 0 20px;overflow-x:auto}.guide-table{border-collapse:collapse;width:100%;min-width:480px;font-size:13.5px}.guide-table th,.guide-table td{text-align:left;vertical-align:top;word-break:keep-all;border-bottom:1px solid #eef0f4;padding:12px 16px;line-height:1.6}.guide-table th{background:var(--navy);color:#fff;white-space:nowrap;font-weight:700}.guide-table tbody tr:last-child td{border-bottom:none}.guide-table tbody tr:nth-child(2n){background:var(--bg-section)}.guide-callout{border-radius:16px;margin:0 0 20px;padding:18px 20px}.guide-callout-title{align-items:center;gap:6px;margin-bottom:8px;font-size:14.5px;font-weight:800;display:flex}.guide-callout-icon{font-size:14px}.guide-callout p{word-break:keep-all;margin:0;font-size:14px;line-height:1.75}.guide-callout-warn{background:#fff6ea;border:1.5px solid #ffdca8}.guide-callout-warn .guide-callout-title{color:#b8590a}.guide-callout-warn p{color:#8a4a12}.guide-callout-tip{background:var(--lavender);border:1.5px solid #c9d4f7}.guide-callout-tip .guide-callout-title,.guide-callout-tip p{color:var(--navy)}.guide-data-section .section-eyebrow{margin-bottom:12px}.guide-data-desc{color:var(--text-sub);margin-bottom:28px;font-size:15px}.guide-data-desc b{color:var(--navy);font-weight:800}.adfit-banner{flex-direction:column;align-items:center;gap:8px;margin:40px 0 48px;display:flex}.adfit-banner-label{color:var(--text-sub);letter-spacing:.02em;font-size:11px;font-weight:700}.adfit-banner-slot{justify-content:center;align-items:center;width:100%;max-width:320px;min-height:100px;display:flex}@media (min-width:768px){.adfit-banner-slot{max-width:728px;min-height:90px}}.guide-data-more,.guide-more{color:var(--blue);align-items:center;gap:6px;margin-top:24px;font-size:14.5px;font-weight:700;display:inline-flex}.guide-faq{flex-direction:column;gap:16px;margin:20px 0 28px;display:flex}.guide-faq-item{background:var(--bg-section);border-radius:16px;padding:18px 20px}.guide-faq-q{color:var(--navy);gap:8px;margin-bottom:8px;font-size:15px;font-weight:700;display:flex}.guide-faq-a{color:var(--text);word-break:keep-all;font-size:14.5px;line-height:1.7}.guide-related{flex-wrap:wrap;gap:8px;margin:16px 0 28px;display:flex}.guide-related a{color:var(--blue);background:var(--lavender);border-radius:999px;padding:8px 14px;font-size:13.5px;font-weight:600}@media (max-width:768px){.guide-grid{grid-template-columns:1fr}.guide-list-title,.guide-title{font-size:24px}.guide-summary{padding:20px 18px}.guide-steps li,.guide-checklist li{padding:12px 14px;font-size:14px}.guide-checklist li{padding-left:40px}.guide-callout{padding:16px}}.icon-preview-page{background:var(--bg-section);min-height:100vh;padding:48px 0 96px}.icon-preview-title{color:var(--navy);margin-bottom:8px;font-size:28px;font-weight:800}.icon-preview-sub{color:var(--text-sub);max-width:640px;margin-bottom:36px;font-size:14.5px;line-height:1.6}.icon-preview-grid{flex-direction:column;gap:16px;display:flex}.icon-preview-row{background:#fff;border-radius:24px;flex-wrap:wrap;align-items:center;gap:28px;padding:24px 28px;display:flex;box-shadow:0 2px 12px #141a4e0f}.icon-preview-meta{align-items:center;gap:14px;min-width:180px;display:flex}.icon-preview-emoji{background:var(--gray-card);border-radius:14px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;font-size:30px;display:flex}.icon-preview-name{color:var(--navy);font-size:15px;font-weight:800}.icon-preview-label{color:var(--text-sub);font-size:13px}.icon-preview-swatches{flex-wrap:wrap;gap:20px;display:flex}.icon-preview-size-group{text-align:center}.icon-preview-swatch-pair{gap:8px;display:flex}.icon-preview-swatch{border-radius:12px;justify-content:center;align-items:center;display:flex}.icon-preview-swatch-white{color:var(--navy);background:#fff;border:1px solid #e7e9f2}.icon-preview-swatch-light{background:var(--gray-card);color:var(--navy)}.icon-preview-swatch-navy{background:var(--navy);color:#fff}.icon-preview-size-label{color:var(--text-sub);margin-top:6px;font-size:12px;font-weight:700}.icon-preview-section-title{color:var(--navy);margin:8px 0 6px;font-size:19px;font-weight:800}.icon-preview-section-sub{color:var(--text-sub);margin-bottom:18px;font-size:13.5px}.icon-preview-context{background:#fff;border-radius:24px;margin-bottom:40px;padding:24px 28px;box-shadow:0 2px 12px #141a4e0f}.icon-preview-context-grid{flex-direction:column;gap:14px;display:flex}.icon-preview-context-row{border-top:1px solid #eef0f6;grid-template-columns:1fr 1fr;gap:16px;padding:14px 0;display:grid}.icon-preview-context-row:first-child{border-top:none}.icon-preview-context-cell{background:var(--bg-section);border-radius:14px;padding:16px 18px}.icon-preview-context-cell .section-eyebrow{margin-bottom:0;font-size:22px}.icon-preview-context-tag{color:var(--text-sub);background:#fff;border-radius:999px;margin-bottom:10px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-block}@media (max-width:768px){.icon-preview-row{flex-direction:column;align-items:flex-start}.icon-preview-context-row{grid-template-columns:1fr}}
