:root{--brand-primary:#083190;--brand-primary-dark:#08355e;--brand-secondary:#0c4bdc;--brand-accent:#ff6a10;--surface-page:#fff;--surface-soft:#f5f7fb;--border:#e5e9f0;--text-strong:#0f172a;--text-body:#475569;--text-muted:#94a3b8;--max-width:1440px;--content-width:1280px;--section-pad-y:120px;--section-pad-x:80px;--header-height:108px;--topbar-height:36px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:999px;--shadow-card-hover:0 14px 36px #0831902e;--shadow-modal:0 24px 60px #00000040;--ease:cubic-bezier(.22, 1, .36, 1);--dur-fast:.18s;--dur-med:.32s;--dur-slow:.56s;--font-base:"Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;background:var(--surface-page)}body{font-family:var(--font-base);color:var(--text-body);background:var(--surface-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-size:16px;line-height:1.6}img,video{max-width:100%;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}input,select,textarea{font:inherit;color:inherit}:target{scroll-margin-top:calc(var(--header-height) + 24px)}.t-display{letter-spacing:-.02em;color:var(--text-strong);font-size:64px;font-weight:700;line-height:1.2}.t-h1{letter-spacing:-.02em;color:var(--text-strong);font-size:48px;font-weight:700;line-height:1.3}.t-h2{letter-spacing:-.01em;color:var(--text-strong);font-size:32px;font-weight:700;line-height:1.35}.t-h3{color:var(--text-strong);font-size:24px;font-weight:700;line-height:1.4}.t-body{color:var(--text-body);font-size:16px;line-height:1.6}.t-body-md{color:var(--text-strong);font-size:16px;font-weight:500;line-height:1.6}.t-caption{color:var(--text-muted);font-size:14px;line-height:1.5}.eyebrow{letter-spacing:.25em;color:var(--brand-accent);text-transform:uppercase;font-size:13px;font-weight:500}.container{width:100%;max-width:var(--max-width);padding-left:var(--section-pad-x);padding-right:var(--section-pad-x);margin:0 auto}.container--narrow{max-width:calc(var(--content-width) + 160px)}.section{padding-top:var(--section-pad-y);padding-bottom:var(--section-pad-y)}.center-stack{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.site-header{z-index:100;background:var(--surface-page);transition:box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);border-bottom:1px solid #0000;position:sticky;top:0}.site-header.is-scrolled{border-color:var(--border);box-shadow:0 4px 16px #0f172a0f}.header-inner{justify-content:space-between;align-items:center;gap:48px;padding-top:40px;padding-bottom:24px;display:flex}.brand-logo{color:var(--brand-primary);letter-spacing:-.01em;flex-shrink:0;align-items:center;font-size:22px;font-weight:700;display:inline-flex}.brand-logo img{width:auto;height:28px;display:block}.brand-logo:hover{opacity:.85}.primary-nav{align-items:center;gap:80px;display:flex}.primary-nav a{color:var(--text-body);white-space:nowrap;transition:color var(--dur-fast) var(--ease);padding-bottom:8px;font-size:15px;font-weight:500;position:relative}@media (width<=1180px) and (width>=769px){.primary-nav{gap:32px}}@media (width<=980px) and (width>=769px){.primary-nav{gap:20px}.primary-nav a{font-size:14px}}.primary-nav a:hover{color:var(--brand-primary)}.primary-nav a.is-active{color:var(--brand-primary);font-weight:700}.primary-nav a.is-active:after{content:"";background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 6' preserveAspectRatio='none'><path d='M0,1 Q50,6 100,1' stroke='%23FF6A10' stroke-width='2' fill='none' stroke-linecap='round'/></svg>") 50%/100% 100% no-repeat;height:6px;position:absolute;bottom:0;left:-4px;right:-4px}.header-cta{border:1.5px solid var(--brand-primary);border-radius:var(--radius-pill);white-space:nowrap;color:var(--brand-primary);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);flex-shrink:0;align-items:center;gap:10px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.header-cta img{width:24px;height:24px;display:block}.header-cta:hover{background:var(--brand-primary);color:#fff}.header-cta:hover img{filter:brightness(0)invert()}@media (width<=980px) and (width>=769px){:root{--section-pad-x:32px}.header-cta{padding:8px 14px;font-size:13px}.header-cta img{width:18px;height:18px}.container:has(>.service-details){padding-left:0;padding-right:0}}.hero{z-index:0;background-color:var(--brand-primary);background-image:var(--hero-bg,none);color:#fff;padding:100px var(--section-pad-x) 130px;text-align:center;background-position:50%;background-size:cover;position:relative;overflow:hidden}.hero--home{padding:140px var(--section-pad-x) 160px}.hero:before{content:"";z-index:1;animation:heroOverlayIn 1.2s var(--ease) both;background:#00000052;position:absolute;inset:0}.hero-inner{z-index:2;flex-direction:column;align-items:center;gap:20px;max-width:1000px;margin:0 auto;display:flex;position:relative}.hero--home .hero-inner{gap:28px}.hero h1{color:#fff;letter-spacing:-.01em;font-size:64px;font-weight:700;line-height:1.2}.hero p{color:#ffffffd9;letter-spacing:-.01em;max-width:none;font-size:16px;line-height:1.6}.hero .anim-up{opacity:1;animation:heroTextUp 1.4s var(--ease) both}.hero .anim-up:first-child,.hero .anim-up:nth-child(2){animation-delay:0s}@keyframes heroOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes heroTextUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}html.bfcache-restore .hero:before,html.bfcache-restore .hero .anim-up{opacity:1!important;animation:none!important;transform:none!important}.hero-cta-row{gap:12px;margin-top:16px;display:flex}.btn{border-radius:var(--radius-md);transition:transform var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);white-space:nowrap;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:18px 32px;font-size:16px;font-weight:700;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn--primary{background:var(--brand-accent);color:#fff}.btn--primary:hover{box-shadow:0 8px 24px #ff6a1059}.btn--secondary{background:var(--surface-soft);color:var(--text-strong)}.btn--secondary:hover{background:var(--border)}.btn--ghost-light{color:#fff;background:0 0;border-color:#fff9}.btn--ghost-light:hover{background:#ffffff1a}.btn--pill{border-radius:var(--radius-pill);padding:14px 28px;font-size:15px}.section-head{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:64px;display:flex}.service-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.service-card{background:var(--surface-page);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:left;cursor:pointer;transition:transform var(--dur-med) var(--ease), box-shadow var(--dur-med) var(--ease), border-color var(--dur-med) var(--ease);will-change:transform;flex-direction:column;gap:20px;padding:40px 32px;display:flex;position:relative}@media (hover:hover){.service-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--brand-primary);transform:translateY(-6px)}}@media (hover:none){.service-card{transition:transform .12s,border-color .12s,box-shadow .12s}.service-card:active{border-color:var(--brand-primary);transform:scale(.97);box-shadow:0 4px 12px #0831901f}}.service-card .card-icon{place-items:center;width:64px;height:64px;display:grid}.service-card .card-icon img{width:64px;height:64px;display:block}.service-card .card-top{justify-content:space-between;align-items:center;width:100%;display:flex}.service-card .card-eyebrow{background:var(--surface-soft);color:var(--text-muted);white-space:nowrap;border-radius:30px;align-items:center;padding:6px 12px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.service-card .card-title{color:var(--text-strong);font-size:20px;font-weight:700}.service-card .card-divider{background:var(--border);border-radius:2px;width:40px;height:2px}.service-card .card-desc{color:var(--text-body);font-size:15px;line-height:1.65}.carousel{position:relative}.carousel-dots{display:none}.carousel-track{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;margin:-32px 0;padding:48px 4px;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-track>*{flex:0 0 calc(25% - 18px);min-width:260px}.carousel-btn{width:48px;height:48px;box-shadow:none;color:var(--brand-primary);cursor:pointer;transition:opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);z-index:2;background:0 0;border:none;place-items:center;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn svg{width:40px;height:40px;display:block}.carousel-btn:hover{opacity:.55}.carousel-btn--prev{left:-60px}.carousel-btn--next{right:-60px}.carousel-btn:disabled{opacity:.3;cursor:not-allowed}.service-details{flex-direction:column;gap:20px;display:flex}.service-block{background:var(--surface-page);border:1px solid var(--border);scroll-margin-top:calc(var(--header-height) + 24px);box-shadow:0 4px 4px 0 var(--border);border-radius:20px;flex-direction:column;padding:50px 40px 30px;display:flex}.service-block__head{flex-direction:column;display:flex}.service-block__head .title-row{align-items:center;gap:10px;display:flex}.service-block__head .title-row h3{color:var(--brand-primary);margin:0}.service-block__head .title-row .block-eyebrow{background:var(--surface-soft);color:var(--text-muted);white-space:nowrap;border-radius:30px;align-items:center;margin-left:6px;padding:6px 12px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}@media (width<=768px){.service-block__head .title-row .block-eyebrow{display:none}}.service-block__desc .block-eyebrow-m{display:none}@media (width<=768px){.service-block__desc .block-eyebrow-m{color:#ff6a10;display:inline}}.service-block__head .ic{flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.service-block__head .ic img{width:40px;height:40px;display:block}.service-block__desc{letter-spacing:-.01em;color:var(--text-body);margin-top:10px;font-size:16px;line-height:1.6}.service-block__subhead{color:var(--text-strong);align-items:center;gap:6px;margin-top:50px;font-size:16px;font-weight:500;display:flex}.service-block__subhead .ic-sm{flex-shrink:0;place-items:center;width:16px;height:16px;display:grid}.service-block__subhead .ic-sm img{width:16px;height:16px;display:block}.steps-row{grid-template-columns:1fr 32px 1fr 32px 1fr;align-items:stretch;gap:16px;margin-top:10px;display:grid}.steps-row .step-arrow{place-items:center;display:grid}.steps-row .step-arrow img{width:32px;height:32px}.step-card{background:var(--surface-soft);border-radius:var(--radius-md);align-items:center;gap:12px;padding:20px;display:flex}.step-card .step-icon{flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.step-card .step-icon img{width:48px;height:48px;display:block}.step-card .step-body{flex-direction:column;gap:6px;min-width:0;display:flex}.step-card .step-title{letter-spacing:-.01em;color:var(--brand-primary);word-break:keep-all;overflow-wrap:anywhere;font-size:24px;font-weight:700;line-height:1.4}.step-card .step-desc{letter-spacing:-.01em;color:var(--text-body);word-break:keep-all;overflow-wrap:anywhere;font-size:16px;line-height:1.6}.notes-list{flex-direction:column;gap:2px;margin-top:10px;display:flex}.notes-list li{letter-spacing:-.01em;color:var(--text-body);align-items:flex-start;gap:12px;font-size:16px;line-height:1.6;display:flex}.notes-list li:before{content:"";background-image:url(/assets/img/icon-dot.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:12px;height:12px;margin-top:7px}.eligibility-note{border-radius:var(--radius-md);text-align:center;background:#fff;margin:64px 0 0;padding:24px 32px}.eligibility-note .note-head{color:var(--brand-accent);margin-bottom:8px;font-size:16px;font-weight:500}.eligibility-note .note-body{letter-spacing:-.01em;color:var(--text-body);font-size:16px;line-height:1.6}.cta-banner{background:var(--brand-primary);color:#fff;padding:80px var(--section-pad-x);text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.cta-banner h2{color:#fff;letter-spacing:-.01em;font-size:48px;font-weight:700;line-height:1.3}.cta-banner p{color:#fffc;font-size:16px;line-height:1.6}.cta-info-row{gap:60px;margin-top:32px;display:flex}.cta-info-row>div,.cta-info-row>a{text-align:left;width:270px;color:inherit;background:#21409a;border-radius:20px;align-items:center;gap:14px;padding:20px;text-decoration:none;display:flex}.cta-info-card--tel{transition:background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease)}.cta-info-card--tel:hover{background:#2a4dba;transform:translateY(-2px);box-shadow:0 8px 24px #08319059}.cta-info-row .ic{flex:0 0 64px}.cta-info-row .ic img{width:64px;height:64px;display:block}.cta-info-row .text{flex-direction:column;gap:4px;min-width:0;display:flex}.cta-info-row .label{color:#ffffffb3;white-space:nowrap;font-size:14px;line-height:1.5}.cta-info-row .value{color:#fff;white-space:nowrap;font-size:24px;font-weight:700;line-height:1.4}.site-footer{background:var(--brand-primary-dark);color:#ffffffb3;padding:50px var(--section-pad-x) 80px}.site-footer .container{max-width:var(--content-width);flex-direction:column;gap:20px;padding:0;display:flex}.site-footer p{letter-spacing:-.01em;color:#ffffffb3;margin:0;font-size:14px;line-height:1.5}.site-footer .divider{background:#ffffff26;height:1px}.site-footer .copyright{letter-spacing:-.01em;color:#ffffffb3;margin:0;font-size:14px;line-height:1.5}.footer-top{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.footer-top .left{flex-direction:column;gap:6px;display:flex}.footer-top .right{align-items:center;gap:20px;display:flex}.footer-top .right img.ci-white{width:auto;height:24px}.footer-shortcut{letter-spacing:-.01em;color:#ffffffb3;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:1px solid #ffffffb3;border-radius:30px;align-items:center;padding:4px 20px;font-size:14px;font-weight:400;line-height:1.5;text-decoration:none;display:inline-flex}.footer-shortcut:hover{color:#fff;background:#ffffff1a}.footer-bottom{justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-bottom img.gccare{width:auto;height:36px}.tab-section{padding:60px var(--section-pad-x) 50px;background:var(--surface-soft)}.tab-section--white{background:var(--surface-page)}.tab-row{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.tab-pill{border-radius:var(--radius-pill);color:var(--text-body);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);background:#fff;border:1.5px solid #0000;padding:14px 28px;font-size:15px;font-weight:500}.tab-pill:hover{border-color:var(--brand-primary);color:var(--brand-primary)}.tab-row--soft .tab-pill{background:var(--surface-soft)}.tab-row--soft .tab-pill.is-active{background:var(--brand-primary)}.tab-pill.is-active{background:var(--brand-primary);color:#fff;font-weight:700}.step-head{padding:80px var(--section-pad-x) 40px;text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.step-head .accent-bar{display:none}.step-head h2{color:var(--text-strong);letter-spacing:-.01em;margin:0;font-size:32px;font-weight:700;line-height:1.35}.step-head>.t-body{letter-spacing:-.01em;color:var(--text-body);font-size:16px;line-height:1.6}.step-head .question{letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:24px;font-weight:500;line-height:1.4}.step2-question{color:var(--text-strong);text-align:center;margin:0 0 24px;font-size:20px;font-weight:700;line-height:1.45}.step-head--left{text-align:left;align-items:flex-start;gap:20px;padding-bottom:24px}.step-head--left .question{color:var(--text-body);font-weight:700}.answer-grid,.body-part-grid{grid-template-columns:repeat(2,1fr);gap:20px;width:100%;max-width:720px;margin:0 auto;display:grid}.answer-btn{background:var(--surface-page);border:1.5px solid var(--border);text-align:center;color:var(--text-strong);cursor:pointer;transition:transform var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);border-radius:12px;padding:24px 32px;font-size:18px;font-weight:700;line-height:1}@media (hover:hover){.answer-btn:hover{border-color:var(--brand-primary);transform:translateY(-2px);box-shadow:0 8px 24px #0831901f}}.answer-btn.is-selected{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary)}.answer-grid--centered-last>:last-child:nth-child(odd){grid-column:1/-1;justify-self:center;min-width:calc(50% - 10px);max-width:calc(50% - 10px)}.back-link-row{justify-content:center;padding-top:20px;display:flex}.back-link[hidden]{display:none}.back-link{color:var(--brand-primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.back-link:before{content:"";background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L8 12L15 19' stroke='%23083190' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:16px;height:16px}.back-link:hover{opacity:.7}.btn--quiz{background:var(--brand-primary);color:#fff;cursor:pointer;transition:background var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease);border:0;border-radius:12px;padding:18px 72px;font-size:16px;font-weight:700;line-height:1}.btn--quiz:hover{background:#062465}.btn--quiz-restart{background:#ff6a10}.btn--quiz-restart:hover{background:#e25c08}.btn--quiz:disabled{background:var(--border);color:var(--text-muted);cursor:not-allowed}.quiz-next{padding:40px var(--section-pad-x) 120px;flex-direction:column;align-items:center;gap:40px;display:flex}.modal-backdrop{z-index:200;opacity:0;pointer-events:none;transition:opacity var(--dur-med) var(--ease);background:#0000008c;justify-content:center;align-items:center;padding:40px 24px;display:flex;position:fixed;inset:0}.modal-backdrop.is-open{opacity:1;pointer-events:auto}.modal{background:var(--surface-page);width:100%;max-width:1080px;max-height:calc(100vh - 80px);box-shadow:var(--shadow-modal);transition:transform var(--dur-med) var(--ease);border-radius:16px;flex-direction:column;gap:28px;padding:64px 80px;display:flex;overflow-y:auto;transform:translateY(20px)}.modal-backdrop.is-open .modal{transform:translateY(0)}.modal h2{text-align:center;font-size:40px}.modal h3{color:var(--text-strong);font-size:20px;font-weight:700}.modal p{line-height:1.7}.modal .divider{background:var(--border);height:1px;margin:4px 0}.modal .section-head-row{align-items:center;gap:12px;display:flex}.modal .section-head-row .bar{background:var(--brand-accent);width:28px;height:3px}.modal ol.numbered{flex-direction:column;gap:12px;display:flex}.modal ol.numbered li{color:var(--text-body);align-items:flex-start;gap:12px;font-size:15px;line-height:1.65;display:flex}.modal ol.numbered li>.badge{background:var(--brand-primary);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:grid}.modal-actions{justify-content:center;padding-top:8px;display:flex}.modal-actions .btn{min-width:440px}.step3-title-section h2{letter-spacing:-.01em;color:var(--text-strong);font-size:32px;font-weight:700;line-height:1.35}.step3-meta{flex-direction:column;gap:10px;display:flex}.step3-meta__title{letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:24px;font-weight:700;line-height:1.4}.step3-meta__desc{letter-spacing:-.01em;color:var(--text-body);margin:0;font-size:16px;line-height:1.6}.step3-meta__row{color:var(--text-body);align-items:center;gap:16px;margin-top:8px;font-size:14px;display:flex}.step3-meta__row .sep{background:var(--border);width:1px;height:12px;display:inline-block}.step3-section-title{letter-spacing:-.01em;color:var(--text-strong);margin:0 0 24px;font-size:24px;font-weight:700;line-height:1.4}.result-meta{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.result-meta .sep{background:var(--border);width:1px;height:12px}.intensity-bars{align-items:center;gap:3px;display:inline-flex}.intensity-bars span{background:var(--border);border-radius:1px;width:5px;height:14px}.intensity-bars span.is-on{background:var(--brand-accent)}.video-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.video-card{text-align:left;background:var(--surface-page);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);align-items:center;gap:20px;padding:12px;display:flex}.video-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.video-card .thumb{background:var(--surface-soft);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:8px;flex-shrink:0;place-items:center;width:140px;height:100px;display:grid;position:relative;overflow:hidden}.video-card .thumb__placeholder{color:var(--text-muted);text-align:center;padding:0 8px;font-size:11px;line-height:1.3}.video-card .thumb:after{content:"";pointer-events:none;opacity:0;transition:opacity var(--dur-fast) var(--ease);background:radial-gradient(circle,#0000 0% 100%);position:absolute;inset:0}.video-card:hover .thumb:after{opacity:1}.video-card .cat{color:var(--text-muted);margin-bottom:6px;font-size:14px;line-height:1.35}.video-card .title{letter-spacing:-.01em;color:var(--text-strong);font-size:24px;font-weight:700;line-height:1.4}.video-player-wrap{background:var(--surface-soft);border-radius:var(--radius-md);aspect-ratio:16/9;width:100%;max-width:1280px;margin:0 auto;overflow:hidden}.video-player-wrap iframe{border:0;width:100%;height:100%}.video-nav{justify-content:space-between;align-items:center;gap:12px;margin-top:40px;display:flex}.video-nav .group{gap:12px;display:flex}.video-guide-title{color:var(--text-strong);margin:0 0 14px;font-size:18px;font-weight:700;line-height:1.4}.intro-row{justify-content:center;align-items:center;gap:48px;display:flex}.intro-illust{flex-shrink:0;width:187px;height:160px}.intro-illust img{object-fit:contain;width:100%;height:100%;display:block}.intro-heading{color:var(--brand-primary);letter-spacing:-.01em;text-align:left;margin:0;font-size:48px;font-weight:700;line-height:1.3}.intro-body{letter-spacing:-.01em;color:var(--text-body);text-align:center;max-width:900px;font-size:16px;line-height:1.6}.br-m{display:none}.feature-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.feature-card{background:var(--surface-page);border:1px solid var(--border);text-align:left;transition:transform var(--dur-med) var(--ease), box-shadow var(--dur-med) var(--ease);border-radius:16px;flex-direction:column;align-items:flex-start;gap:24px;padding:20px 32px 40px;display:flex}.feature-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-6px)scale(1.025)}.feature-card .fc-top{align-items:center;gap:24px;display:flex}.feature-card .fc-illust{flex-shrink:0;width:80px;height:80px}.feature-card .fc-illust img{width:80px;height:80px;display:block}.feature-card .fc-eyebrow{color:var(--text-muted);white-space:nowrap;font-size:14px;font-weight:500}.feature-card .fc-title{color:var(--brand-primary);letter-spacing:-.01em;font-size:32px;font-weight:700;line-height:1.35}.feature-card .fc-divider{background:var(--border);width:40px;height:2px}.feature-card .fc-desc{letter-spacing:-.01em;color:var(--text-body);font-size:16px;line-height:1.6}.feature-card .fc-desc p{margin:0}.hide{display:none!important}.center{text-align:center}@media (width<=768px){:root{--section-pad-x:20px}.container{padding:0 20px}.site-header{border-bottom:1px solid var(--border)}.header-inner{gap:8px;padding:12px 20px}.brand-logo{background:0 0;width:auto;height:auto}.brand-logo img{width:auto;height:22px;display:block}.primary-nav{display:none}.header-cta{border:1.5px solid var(--brand-primary);color:#0000;white-space:nowrap;background:0 0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:0;width:40px;height:40px;padding:0;font-size:0;line-height:0;display:flex}.header-cta img{filter:none;width:24px;height:24px}.header-cta:hover{background:var(--brand-primary)}.header-cta:hover img{filter:brightness(0)invert()}.hero{padding:80px 20px}.hero--home{padding:110px 20px}.hero--sub{padding:80px 20px}.hero-inner,.hero--home .hero-inner{gap:16px}.hero h1{letter-spacing:-.02em;font-size:36px;line-height:1.2}.hero--home h1{font-size:28px;line-height:1.3}.hero p{font-size:12px;line-height:1.6}.hero--home p{font-size:13px}.hero-cta-row{flex-direction:column;gap:10px;width:100%;margin-top:12px}.hero-cta-row .btn{width:100%}.section{padding-block:40px!important}.section-head h2,.t-h1{letter-spacing:-.015em;word-break:keep-all;font-size:22px;line-height:1.35}.section-head{gap:8px;margin-bottom:28px}.section-head .t-body{font-size:13px;line-height:1.6}.center-stack{gap:24px!important}.container.center-stack{padding-left:24px;padding-right:24px}.intro-row{text-align:center;flex-direction:column;align-items:center;gap:24px}.intro-illust,.intro-illust img{width:120px;height:auto}.intro-heading{text-align:center;font-size:22px;line-height:1.3}.intro-body{text-align:center;word-break:keep-all;font-size:13px;line-height:1.6}.br-d{display:none}.br-m{display:inline}.feature-grid{grid-template-columns:1fr;gap:10px}.feature-card{text-align:center;border-radius:16px;align-items:center;gap:16px;padding:24px 24px 28px}.feature-card .fc-top{flex-direction:column;justify-content:center;align-items:center;gap:4px}.feature-card .fc-illust,.feature-card .fc-illust img{width:60px;height:60px}.feature-card .fc-eyebrow{font-size:13px}.feature-card .fc-title{margin-top:-12px;font-size:18px}.feature-card .fc-divider{width:40px;margin:0 auto}.feature-card .fc-desc{text-align:center;font-size:14px;line-height:1.6}.feature-card .fc-desc p{margin:0}.carousel{width:100vw;margin-left:50%;transform:translate(-50%)}.carousel-btn--prev,.carousel-btn--next{display:none!important}.carousel-track{scroll-snap-type:x mandatory;gap:12px;margin:0;padding:20px;scroll-padding-left:20px}.carousel-track>*{scroll-snap-align:start;flex:0 0 220px;min-width:220px;max-width:220px;padding:28px 24px}.service-card .card-top{width:100%}.service-card .card-eyebrow{background:var(--surface-soft);color:var(--text-muted);border-radius:30px;padding:5px 10px;font-size:11px}.service-card .card-icon,.service-card .card-icon img{width:48px;height:48px}.service-card .card-title{font-size:17px}.service-card .card-desc{font-size:13px;line-height:1.6}.carousel-dots{justify-content:center;align-items:center;gap:8px;padding:4px 20px 0;display:flex}.carousel-dots>span{width:8px;height:8px;transition:background var(--dur-fast) var(--ease);background:#cbd5e1;border-radius:999px}.carousel-dots>span.is-active{background:var(--brand-primary)}.service-details{gap:16px}.service-block{padding:24px 20px}.container:has(>.service-details){padding-left:0;padding-right:0}.service-block__head .title-row h3{font-size:22px}.service-block__head .ic,.service-block__head .ic img{flex-basis:32px;width:32px;height:32px}.service-block__desc{font-size:14px;line-height:1.65}.service-block__subhead{font-size:14px}.steps-row{grid-template-columns:1fr;gap:10px;margin-top:8px}.steps-row .step-arrow{display:none}.step-card{gap:12px;padding:16px}.step-card .step-icon,.step-card .step-icon img{flex-basis:40px;width:40px;height:40px}.step-card .step-title{font-size:18px}.step-card .step-desc{font-size:13px;line-height:1.55}.notes-list li{font-size:13px}.cta-banner{padding:56px 20px}.cta-banner h2{font-size:24px;line-height:1.35}.cta-banner p{font-size:13px;line-height:1.55}.cta-info-row{flex-direction:column;gap:12px;width:100%;margin-top:28px}.cta-info-row>div,.cta-info-row>a{box-sizing:border-box;text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;padding:20px}.cta-info-row .ic,.cta-info-row .ic img{flex-shrink:0;flex-basis:auto;width:40px;height:40px}.cta-info-row .text{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:8px}.cta-info-row .label{font-size:13px}.cta-info-row .value{font-size:18px}.eligibility-note{margin-top:28px;padding:18px 20px}.eligibility-note .note-head{font-size:13px}.eligibility-note .note-body{font-size:12px;line-height:1.7}.eligibility-note .note-body br{display:none}.site-footer{padding-block:32px}.site-footer .container{gap:0;padding:0 24px}.footer-top{text-align:center;flex-direction:column;align-items:center;gap:4px}.footer-top .left{display:contents}.footer-top .left p{letter-spacing:-.005em;word-break:keep-all;color:#ffffffb3;margin:0;font-size:11px;line-height:1.6}.footer-top .addr-sep{display:none}.footer-top .addr-tail{display:block}.footer-top .right{order:2;align-self:center;gap:10px;margin-top:8px}.footer-top .left p.copyright{color:#ffffffb3;order:3;margin-top:16px;font-size:11px}.footer-shortcut{padding:4px 14px;font-size:11.5px}.footer-top .right img.ci-white,.footer-top .right img{width:auto;height:20px}.footer-bottom{flex-direction:column;align-items:center;gap:8px}.footer-bottom .copyright{font-size:11px}.footer-bottom .gccare{width:auto;height:16px}.step-head{gap:16px;padding:60px 20px 32px}.step-head h2{font-size:28px}.step-head .question{font-size:18px;line-height:1.45}.step1-head{gap:16px;padding:10px 20px 20px}.step1-head h2{word-break:keep-all;font-size:20px;line-height:1.4}.step1-head>.t-body{font-size:12px;line-height:1.6}[data-coaching-step2] section{padding-top:20px!important}[data-coaching-step2] .step2-question{margin:0 0 30px;font-size:16px;font-weight:700;line-height:1.45}.answer-grid{grid-template-columns:1fr;gap:12px;max-width:100%}.answer-btn{padding:18px 20px;font-size:16px}[data-common-check] .step-head{gap:16px;padding-block:10px 20px!important}[data-common-check] .step-head h2{word-break:keep-all;font-size:20px;line-height:1.4}[data-common-check] .question{font-size:16px;font-weight:700;line-height:1.6}[data-common-check] .t-caption{color:var(--text-body);font-size:13px}[data-common-check] .answer-grid{gap:10px}[data-common-check] section:not(.quiz-next){padding-top:20px!important}[data-common-check] .quiz-next{gap:0;padding:24px 20px 32px}[data-common-check] .answer-grid--centered-last>:last-child:nth-child(odd){justify-self:stretch;min-width:0;max-width:none}.body-part-grid{grid-template-columns:1fr 1fr;gap:12px;width:100%;max-width:100%}.tab-section{padding:30px 20px 10px}.tab-row{flex-wrap:nowrap;justify-content:center;gap:6px;padding:0}.tab-pill{white-space:nowrap;border-width:1px;flex-shrink:0;padding:10px 16px;font-size:13px;line-height:1.1}.quiz-next{padding:24px 20px 80px}.btn--quiz{width:auto;max-width:none;padding:14px 24px;font-size:15px}.modal-backdrop{padding:0!important}.modal{border-radius:0!important;gap:20px!important;width:100%!important;max-width:none!important;height:100vh!important;max-height:100vh!important;padding:40px 20px!important}.modal h2{font-size:22px!important;line-height:1.4!important}.modal h3{font-size:18px!important;line-height:1.4!important}.modal p{font-size:14px!important;line-height:1.8!important}.modal ol.numbered{gap:10px!important}.modal ol.numbered li{font-size:14px!important;line-height:1.7!important}.modal ol.numbered li>.badge{width:22px!important;height:22px!important;font-size:12px!important}.modal .section-head-row{gap:10px!important}.modal .section-head-row .bar{width:24px!important;height:3px!important}.modal-actions{padding-top:8px!important}.modal-actions .btn{width:100%!important;min-width:0!important}.step3-meta{gap:10px}.step3-meta__title,.step3-section-title{font-size:22px;line-height:1.35}.step3-section-title{margin-bottom:24px}.step3-title-section{padding:10px 20px 20px!important}.step3-title-section h2{word-break:keep-all;font-size:20px!important;line-height:1.4!important}.step3-meta__desc{font-size:14px;line-height:1.6}.step3-meta__row{gap:12px;margin-top:4px;font-size:13px}.video-grid{grid-template-columns:1fr;gap:12px}.video-card{border-radius:12px;gap:14px;padding:12px}.video-card .thumb{width:100px;height:72px}.video-card .cat{margin-bottom:6px;font-size:12px}.video-card .title{font-size:16px;line-height:1.4}[data-coaching-video] .t-h1{font-size:22px;line-height:1.35}[data-coaching-video] .t-h3{font-size:16px;line-height:1.4}[data-coaching-video] .result-meta{gap:12px}[data-coaching-video] .t-body-md{font-size:14px}[data-coaching-video] [data-video-steps]{font-size:14px!important}.video-guide-title{font-size:18px}.video-nav{margin-top:16px}.video-nav .group{gap:8px}.video-nav .btn{padding:14px 24px;font-size:14px}.back-link-row{padding-top:20px}.search-bar{padding:0!important}.article-list{gap:10px;padding:0!important}.search-bar__input-group{gap:8px}.search-bar__select{border-radius:10px;width:90px;min-width:90px;height:44px;padding:0 16px!important;font-size:12px!important}.search-bar__select-chevron{width:18px!important;height:18px!important}.search-bar input{border-radius:10px;height:44px;padding:0 14px;font-size:12px!important}.search-bar__submit{border-radius:10px;width:44px;height:44px}.article-row{gap:6px!important;padding:20px 24px!important}.article-row__title{line-height:1.4;font-size:16px!important}.article-row__excerpt{-webkit-line-clamp:2;font-size:13px!important;line-height:1.7!important}.article-row__date{font-size:12px!important}.pagination{flex-wrap:wrap;gap:4px!important;padding:24px 0 80px!important}.pagination button{flex:none;font-size:13px;width:32px!important;height:32px!important}.article-detail{padding:40px 20px 32px!important}.article-detail__head{gap:8px!important;margin-bottom:32px!important;padding-bottom:24px!important}.article-detail__title{font-size:22px!important;line-height:1.4!important}.article-detail__category,.article-detail__date{font-size:13px!important}.article-detail__body{font-size:14px!important;line-height:1.8!important}.article-detail__body p{margin:0 0 16px!important}.article-detail__body h2,.article-detail__body .sub-tit1{margin:16px 0!important;font-size:18px!important;line-height:1.4!important}.article-detail__body h3,.article-detail__body .sub-tit2{margin:16px 0!important;font-size:16px!important}.article-detail__back-row{padding:16px 20px 56px!important}.article-detail__back{padding:12px 24px!important;font-size:14px!important}.article-detail__back svg{width:12px!important;height:12px!important}body{padding-bottom:64px}.bottom-gnb{display:flex!important}.bottom-gnb__icon{display:none!important}.bottom-gnb__cell{gap:0}.bottom-gnb__cell.is-active>span:last-child{position:relative}.bottom-gnb__cell.is-active>span:last-child:after{content:"";background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 6' preserveAspectRatio='none'><path d='M0,1 Q50,6 100,1' stroke='%23FF6A10' stroke-width='2' fill='none' stroke-linecap='round'/></svg>") 50%/100% 100% no-repeat;height:6px;position:absolute;bottom:-6px;left:-4px;right:-4px}.scroll-top-fab{background:var(--surface-page);width:48px;height:48px;color:var(--brand-primary);border:1.5px solid var(--brand-primary);cursor:pointer;opacity:0;pointer-events:none;z-index:99;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:opacity .2s,transform .2s;position:fixed;bottom:80px;right:20px;transform:translateY(8px);box-shadow:0 4px 12px #08319026;display:flex!important}.scroll-top-fab svg{width:22px;height:22px;display:block}.scroll-top-fab.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}}.bottom-gnb{background:var(--surface-page);border-top:1px solid var(--border);z-index:100;height:64px;display:none;position:fixed;bottom:0;left:0;right:0}.scroll-top-fab{display:none}.bottom-gnb__cell{color:var(--text-body);letter-spacing:-.01em;white-space:nowrap;transition:color var(--dur-fast) var(--ease);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:10px 0 8px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.bottom-gnb__cell.is-active{color:var(--brand-primary);font-weight:700}.bottom-gnb__icon{background-color:currentColor;width:22px;height:22px;display:block;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.bottom-gnb__icon--life{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12 L12 3 L21 12'/><path d='M5 10 V21 H19 V10'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12 L12 3 L21 12'/><path d='M5 10 V21 H19 V10'/></svg>")}.bottom-gnb__icon--care{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z'/></svg>")}.bottom-gnb__icon--kid{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='7' r='4'/><path d='M5 21v-2a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v2'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='7' r='4'/><path d='M5 21v-2a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v2'/></svg>")}.bottom-gnb__icon--info{-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 8h.01M11 12h1v4h1'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><path d='M12 8h.01M11 12h1v4h1'/></svg>")}.search-bar{padding:0 var(--section-pad-x);width:100%;max-width:900px;margin:0 auto 32px}.search-bar__input-group{align-items:center;gap:12px;display:flex}.search-bar__select-wrap{flex:none;position:relative}.search-bar__select{box-sizing:border-box;border:1.5px solid var(--border);background:var(--surface-page);min-width:110px;height:48px;color:var(--text-strong);cursor:pointer;text-align:left;transition:border-color var(--dur-fast) var(--ease);border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:0 16px;font-family:inherit;font-size:15px;font-weight:500;line-height:1.2;display:inline-flex}.search-bar__select:hover{border-color:var(--brand-primary)}.search-bar__select-value{white-space:nowrap}.search-bar__select-chevron{width:18px;height:18px;color:var(--text-muted);transition:transform var(--dur-fast) var(--ease);flex-shrink:0}.search-bar__select[aria-expanded=true] .search-bar__select-chevron{transform:rotate(180deg)}.search-bar__menu{background:var(--surface-page);border:1px solid var(--border);z-index:10;border-radius:10px;flex-direction:column;gap:2px;min-width:100%;padding:6px;display:none;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 8px 24px #0f172a1f}.search-bar__menu.is-open{display:flex}.search-bar__menu-item{text-align:left;color:var(--text-strong);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-radius:6px;padding:10px 12px;font-family:inherit;font-size:14px}.search-bar__menu-item:hover{background:var(--surface-soft)}.search-bar__menu-item.is-active{background:var(--brand-primary);color:#fff;font-weight:700}.article-list__status{text-align:center;color:var(--text-muted);margin:0;padding:32px 16px}.article-detail{max-width:900px;padding:64px var(--section-pad-x) 80px;width:100%;margin:0 auto}.article-detail__head{border-bottom:1px solid var(--border);flex-direction:column;gap:12px;margin-bottom:32px;padding-bottom:24px;display:flex}.article-detail__category{color:var(--brand-accent);font-size:14px;font-weight:700}.article-detail__title{color:var(--text-strong);letter-spacing:-.01em;margin:0;font-size:32px;font-weight:700;line-height:1.35}.article-detail__date{color:var(--text-muted);font-size:14px}.article-detail__body{color:var(--text-body);font-size:16px;line-height:1.8}.article-detail__body p{margin:0 0 16px}.article-detail__body h2,.article-detail__body .sub-tit1{color:var(--text-strong);margin:32px 0 12px;font-size:22px;font-weight:700;line-height:1.4}.article-detail__body h3,.article-detail__body .sub-tit2{color:var(--text-strong);margin:24px 0 8px;font-size:18px;font-weight:700}.article-detail__body img,.article-detail__body .pic-wrap img{border-radius:8px;max-width:100%;height:auto;margin:16px auto;display:block}.article-detail__body .pic-wrap{margin:24px 0}.article-detail__body ul,.article-detail__body ol{margin:0 0 16px;padding-left:24px}.article-detail__body li{margin-bottom:6px}.article-detail__back-row{max-width:900px;padding:0 var(--section-pad-x) 80px;width:100%;margin:0 auto}.article-detail__back{background:var(--surface-soft);color:var(--text-strong);cursor:pointer;border:0;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.article-detail__back:hover{background:var(--border)}.article-detail__back svg{width:14px;height:14px}.search-bar input{box-sizing:border-box;border:1.5px solid var(--border);height:48px;color:var(--text-strong);background:var(--surface-page);border-radius:10px;flex:1;min-width:0;padding:0 18px;font-size:15px}.search-bar input::placeholder{color:var(--text-muted)}.search-bar__submit{background:var(--brand-primary);color:#fff;cursor:pointer;border:0;border-radius:10px;flex:none;place-items:center;width:48px;height:48px;display:grid}.search-bar__submit svg{width:20px;height:20px;display:block}.article-list{max-width:900px;padding:0 var(--section-pad-x);flex-direction:column;gap:12px;width:100%;margin:0 auto;display:flex}.article-row{background:var(--surface-soft);cursor:pointer;transition:background var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);border-radius:14px;flex-direction:column;gap:8px;padding:24px 28px;text-decoration:none;display:flex}.article-row:hover{background:var(--border);box-shadow:0 4px 16px #0f172a0f}.article-row__title{color:var(--text-strong);letter-spacing:-.01em;margin:0;font-size:18px;font-weight:700;line-height:1.4}.article-row__category{color:var(--brand-accent);margin-right:4px}.article-row__excerpt{color:var(--text-body);letter-spacing:-.01em;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.7;display:-webkit-box;overflow:hidden}.article-row__date{color:var(--text-muted);margin-top:4px;font-size:13px}.pagination{padding:40px var(--section-pad-x) 120px;justify-content:center;align-items:center;gap:6px;display:flex}.pagination button{width:36px;height:36px;color:var(--text-body);cursor:pointer;background:0 0;border:0;border-radius:50%;flex:none;place-items:center;font-size:14px;font-weight:500;display:grid}.pagination button:hover{background:var(--surface-soft)}.pagination button.is-active{background:var(--brand-primary);color:#fff}.pagination button.is-active:hover{background:var(--brand-primary)}.pagination button:disabled{opacity:.4;cursor:not-allowed}.pagination button svg{width:14px;height:14px;display:block}
