.app-icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.portal-header{position:sticky;top:0;z-index:300;background:#fff;border-bottom:2px solid #004a82;transition:box-shadow .15s}.portal-header.is-compact{box-shadow:0 2px 8px rgba(0,0,0,.06)}.portal-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1440px;margin-inline:auto;padding:10px clamp(12px,2vw,24px);min-height:64px}.portal-header__logo{display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;font-size:1.0625rem;font-weight:700;color:#004a82;white-space:nowrap}.portal-header__logo:hover{color:#0067b3}.portal-header__gnb{display:flex;align-items:center;gap:2px;flex:1;justify-content:center}.portal-header__gnb-item{position:relative;display:flex;align-items:center}.portal-header__gnb-all,.portal-header__gnb-link{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;font:inherit;font-size:.9375rem;font-weight:600;color:#222;text-decoration:none;background:none;border:none;cursor:pointer;white-space:nowrap}.portal-header__gnb-all:hover,.portal-header__gnb-link:hover{color:#0067b3;background:#eef1f5}.portal-header__gnb-item:hover .portal-header__gnb-link{color:#0067b3}.portal-header__mega{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:280;min-width:220px;padding:8px;background:#fff;border:1px solid #d9dce1;border-top:2px solid #0067b3;box-shadow:0 12px 28px rgba(0,0,0,.12)}.portal-header__mega-link{display:flex;flex-direction:column;gap:2px;padding:9px 12px;text-decoration:none;color:#222}.portal-header__mega-link strong{font-size:.875rem;font-weight:700}.portal-header__mega-link span{font-size:.75rem;color:#888}.portal-header__mega-link:hover{background:#eef1f5}.portal-header__mega-link:hover strong{color:#0067b3}.portal-header__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.portal-header__link{padding:8px 14px;font-size:.875rem;font-weight:600;color:#fff;background:#0067b3;text-decoration:none}.portal-header__link:hover{background:#004a82}.portal-login{flex-direction:column}.portal-login,.portal-login__fields{display:flex;gap:4px}.portal-login__input{width:116px;padding:7px 9px;font:inherit;font-size:.8125rem;border:1px solid #d9dce1;background:#fff}.portal-login__input:focus{outline:none;border-color:#0067b3;box-shadow:inset 0 0 0 1px #0067b3}.portal-login__submit{flex-shrink:0;padding:0 16px;font:inherit;font-size:.8125rem;font-weight:700;color:#fff;background:#0067b3;border:1px solid #0067b3;cursor:pointer}.portal-login__submit:hover:not(:disabled){background:#004a82}.portal-login__submit:disabled{opacity:.6;cursor:not-allowed}.portal-login__sub{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.6875rem;color:#666}.portal-login__remember{display:inline-flex;align-items:center;gap:3px;white-space:nowrap;cursor:pointer}.portal-login__remember input{accent-color:#0067b3}.portal-login__links{display:inline-flex;gap:8px}.portal-login__links a{color:#666;text-decoration:none;white-space:nowrap}.portal-login__links a:hover{color:#0067b3;text-decoration:underline}.portal-login__error{margin:0;font-size:.6875rem;color:#c0392b}.portal-login__mobile{display:none;padding:8px 14px;font-size:.875rem;font-weight:600;color:#fff;background:#0067b3;text-decoration:none}.portal-header__user{position:relative}.portal-header__profile{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font:inherit;font-size:.8125rem;font-weight:600;color:#222;background:#eef1f5;border:1px solid #d9dce1;cursor:pointer}.portal-header__profile:hover{border-color:#0067b3;color:#0067b3}.portal-header__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;font-size:.6875rem;font-weight:700;color:#fff;background:#e03e3e}.portal-header__dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:250;display:flex;flex-direction:column;gap:8px;min-width:140px;padding:10px;background:#fff;border:1px solid #d9dce1;box-shadow:0 8px 24px rgba(0,0,0,.1)}.portal-header__dropdown a,.portal-header__dropdown button{font:inherit;font-size:.8125rem;font-weight:600;color:#0067b3;background:none;border:none;cursor:pointer;text-align:left;padding:4px 0;text-decoration:none}.portal-header__dropdown a:hover,.portal-header__dropdown button:hover{text-decoration:underline}.portal-header__all-menu{background:#eef1f5;border-top:1px solid #d9dce1}.portal-header__all-menu-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1440px;margin-inline:auto;padding:20px clamp(12px,2vw,24px) 24px}.portal-header__all-menu-inner h2{margin:0 0 8px;padding-bottom:6px;font-size:.9375rem;font-weight:700;color:#004a82;border-bottom:2px solid #0067b3}.portal-header__all-menu-inner ul{margin:0;padding:0;list-style:none}.portal-header__all-menu-inner a{display:block;padding:5px 0;font-size:.8125rem;color:#666;text-decoration:none}.portal-header__all-menu-inner a:hover{color:#0067b3}@media(max-width:1200px){.portal-login__sub{display:none}.portal-login__input{width:96px}}@media(max-width:960px){.portal-header__gnb-link{display:none}.portal-header__gnb-all{display:inline-flex}.portal-login{display:none}.portal-login__mobile{display:inline-block}.portal-header__all-menu-inner{grid-template-columns:1fr 1fr}}@media(max-width:480px){.portal-header__all-menu-inner{grid-template-columns:1fr}}.portal-footer{background:#fff;border-top:2px solid #d9dce1;margin-top:auto}.portal-footer__inner{max-width:1440px;margin-inline:auto;padding:28px clamp(12px,2vw,24px) 20px}.portal-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-bottom:24px;border-bottom:1px solid #d9dce1}.portal-footer__title{margin:0 0 12px;font-size:.875rem;font-weight:700;color:#004a82}.portal-footer__links{margin:0;padding:0;list-style:none}.portal-footer__links a{display:block;padding:4px 0;font-size:.8125rem;color:#666;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-footer__links a:hover{color:#0067b3;text-decoration:underline}.portal-footer__phone{display:block;font-size:1.25rem;font-weight:700;color:#004a82;text-decoration:none}.portal-footer__phone:hover{text-decoration:underline}.portal-footer__email,.portal-footer__hours{margin:6px 0 0;font-size:.8125rem;color:#888}.portal-footer__email{display:inline-block;color:#0067b3;text-decoration:none}.portal-footer__email:hover{text-decoration:underline}.portal-footer__bottom{display:flex;flex-wrap:wrap;align-items:center;gap:12px 24px;padding-top:16px;font-size:.8125rem;color:#888}.portal-footer__brand{font-weight:600;color:#222}.portal-footer__legal{display:flex;gap:16px}.portal-footer__legal a{color:#666;text-decoration:none}.portal-footer__legal a:hover{color:#0067b3}.portal-footer__copy{margin:0;width:100%}@media(max-width:768px){.portal-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.portal-footer__grid{grid-template-columns:1fr}}.scroll-top{position:fixed;right:24px;bottom:24px;z-index:200;display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;background:#004a82;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15)}.scroll-top:hover{background:#0067b3}.scroll-top:focus-visible{outline:2px solid #0067b3;outline-offset:2px}.site-app{display:flex;flex-direction:column;min-height:100vh;background:#eef1f5}.site-main{flex:1;display:flex;flex-direction:column}.site-main--home{min-height:max(500px,100vh - var(--portal-header-height) - 220px)}.page-fade-enter-active,.page-fade-leave-active{transition:opacity .2s ease}.page-fade-enter-from,.page-fade-leave-to{opacity:0}@media(prefers-reduced-motion:reduce){.page-fade-enter-active,.page-fade-leave-active{transition:none}}.portal-search-box{position:relative;flex:1;min-width:0;max-width:420px}.portal-search-box--hero{max-width:640px;width:100%;margin-inline:auto}.portal-search-box--hero .portal-search-box__input{padding:14px 16px;font-size:1rem}.portal-search-box--hero .portal-search-box__btn{padding:0 32px;font-size:1rem}.portal-search-box__form{display:flex;border:2px solid #0067b3;background:#fff}.portal-search-box__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.portal-search-box__input{flex:1;min-width:0;padding:8px 12px;border:none;font:inherit;font-size:.875rem;background:transparent}.portal-search-box__input:focus{outline:none}.portal-search-box__btn{flex-shrink:0;padding:0 16px;font:inherit;font-size:.875rem;font-weight:700;color:#fff;background:#0067b3;border:none;cursor:pointer}.portal-search-box__btn:hover{background:#004a82}.portal-search-box__suggest{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:200;max-height:360px;overflow-y:auto;background:#fff;border:1px solid #d9dce1;box-shadow:0 8px 24px rgba(0,0,0,.1)}.portal-search-box__group-label{display:block;padding:8px 12px 4px;font-size:.75rem;font-weight:700;color:#004a82;background:#eef1f5}.portal-search-box__option{display:block;width:100%;padding:10px 12px;text-align:left;font:inherit;background:#fff;border:none;border-bottom:1px solid #eee;cursor:pointer}.portal-search-box__option.is-active,.portal-search-box__option:hover{background:#f5f8fb}.portal-search-box__option-title{display:block;font-size:.875rem;font-weight:600;color:#222}.portal-search-box__option-desc{display:block;margin-top:2px;font-size:.75rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-search-box__empty{margin:0;padding:16px;font-size:.875rem;color:#888;text-align:center}.portal-search-box__all{display:block;width:100%;padding:12px;font:inherit;font-size:.8125rem;font-weight:600;color:#0067b3;background:#eef1f5;border:none;cursor:pointer}.portal-search-box__all:hover{background:#e3eaf2}.home{background:#eef1f5}.home-hero{background:radial-gradient(circle at 85% 15%,hsla(0,0%,100%,.12),transparent 45%),linear-gradient(135deg,#004a82,#0067b3 70%);color:#fff}.home-hero__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(24px,4vw,56px);align-items:center;max-width:1200px;margin-inline:auto;padding:clamp(36px,5vw,64px) clamp(16px,2vw,24px)}.home-hero__eyebrow{display:inline-block;margin:0 0 16px;padding:5px 12px;font-size:.8125rem;font-weight:600;background:hsla(0,0%,100%,.16);border-radius:2px}.home-hero__title{margin:0 0 16px;font-size:clamp(1.75rem,3.4vw,2.625rem);font-weight:800;line-height:1.3;letter-spacing:-.02em}.home-hero__title b{color:#ffd54a;font-weight:800}.home-hero__lead{margin:0 0 24px;font-size:clamp(.9375rem,1.4vw,1.0625rem);line-height:1.7;color:hsla(0,0%,100%,.88);max-width:560px}.home-hero__actions{gap:10px;margin-bottom:24px}.home-hero__cta{display:inline-flex;align-items:center;justify-content:center;padding:13px 26px;font-size:.9375rem;font-weight:700;text-decoration:none;border:1px solid transparent}.home-hero__cta--accent{color:#fff;background:#ff7a18;border-color:#ff7a18}.home-hero__cta--accent:hover{background:#e96a08}.home-hero__cta--ghost{color:#fff;background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.55)}.home-hero__cta--ghost:hover{background:hsla(0,0%,100%,.18)}.home-hero__search{max-width:520px}.home-hero__search .portal-search-box--hero{box-shadow:0 8px 24px rgba(0,0,0,.18)}.home-hero__core{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:0;padding:0;list-style:none}.home-core{display:flex;flex-direction:column;gap:6px;height:100%;padding:20px 18px;text-decoration:none;color:#222;background:#fff;border:1px solid transparent;transition:transform .12s,box-shadow .12s}.home-core:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.18)}.home-core__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:6px;color:#0067b3;background:#eaf2fb;border-radius:50%}.home-core__label{font-size:1.0625rem;font-weight:700}.home-core__desc{font-size:.8125rem;color:#666}.home-noticebar{background:#fff;border-bottom:1px solid #d9dce1}.home-noticebar__inner{display:flex;align-items:center;gap:14px;max-width:1200px;margin-inline:auto;padding:12px clamp(16px,2vw,24px)}.home-noticebar__flag{flex-shrink:0;padding:4px 12px;font-size:.75rem;font-weight:700;color:#fff;background:#004a82}.home-noticebar__title{flex:1;min-width:0;font-size:.875rem;color:#222;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-noticebar__title:hover{color:#0067b3;text-decoration:underline}.home-noticebar__more{flex-shrink:0;font-size:.8125rem;font-weight:600;color:#666;text-decoration:none}.home-noticebar__more:hover{color:#0067b3}.home-body{max-width:1200px;margin-inline:auto;padding:clamp(28px,4vw,48px) clamp(16px,2vw,24px)}.home-section{margin-bottom:clamp(36px,5vw,56px)}.home-section:last-child{margin-bottom:0}.home-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.home-section__title{margin:0 0 4px;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:800;color:#222;letter-spacing:-.01em}.home-section__desc{margin:0;font-size:.9375rem;color:#666}.home-section__more{flex-shrink:0;font-size:.875rem;font-weight:600;color:#0067b3;text-decoration:none;white-space:nowrap}.home-section__more:hover{text-decoration:underline}.home-services{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:0;padding:0;list-style:none}.home-service{display:flex;flex-direction:column;gap:8px;height:100%;padding:24px 18px;text-align:center;align-items:center;text-decoration:none;color:#222;background:#fff;border:1px solid #d9dce1;transition:border-color .12s,box-shadow .12s,transform .12s}.home-service:hover{transform:translateY(-3px);border-color:#0067b3;box-shadow:0 10px 22px rgba(0,71,130,.12)}.home-service:hover .home-service__icon{color:#fff;background:#0067b3}.home-service__icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:4px;color:#0067b3;background:#eaf2fb;border-radius:50%;transition:background .12s,color .12s}.home-service__label{font-size:1.0625rem;font-weight:700}.home-service__desc{font-size:.8125rem;color:#666}.home-shop{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin:0;padding:0;list-style:none}.home-shop__card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:#fff;border:1px solid #d9dce1;overflow:hidden;transition:box-shadow .12s,transform .12s}.home-shop__card:hover{transform:translateY(-3px);box-shadow:0 12px 26px rgba(0,0,0,.12)}.home-shop__card:hover .home-shop__name{color:#0067b3}.home-shop__thumb{position:relative;aspect-ratio:1/1;background:#f0f2f5;overflow:hidden}.home-shop__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .2s}.home-shop__card:hover .home-shop__thumb img{transform:scale(1.04)}.home-shop__badge{position:absolute;top:8px;left:8px;padding:4px 9px;font-size:.6875rem;font-weight:700;color:#fff;background:#ff7a18}.home-shop__body{display:flex;flex-direction:column;padding:12px 14px 14px}.home-shop__name{margin:0 0 8px;font-size:.875rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.45rem}.home-shop__price{display:flex;align-items:baseline;gap:6px;margin:0;font-weight:800}.home-shop__discount{font-size:1.0625rem;color:#e8350d}.home-shop__amount{font-size:1.0625rem;color:#222}.home-shop__list{margin:2px 0 10px;font-size:.75rem;color:#888;text-decoration:line-through}.home-shop__meta{display:flex;align-items:center;gap:6px;margin-top:auto;font-size:.6875rem;color:#666}.home-shop__bar-wrap{flex:1;height:4px;background:#e8ebef;overflow:hidden}.home-shop__bar{display:block;height:100%;background:#0067b3}.home-shop__rate{font-weight:700;color:#0067b3}.home-shop__days{font-weight:700;color:#e96a08}.home-value{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:0;padding:0;list-style:none}.home-value__card{display:flex;flex-direction:column;height:100%;padding:28px 26px;background:#fff;border:1px solid #d9dce1;border-top:4px solid #0067b3}.home-value__card--wage{border-top-color:#0067b3}.home-value__card--accounting{border-top-color:#00866e}.home-value__card--ai{border-top-color:#6c47d6}.home-value__tag{align-self:flex-start;margin-bottom:12px;padding:4px 10px;font-size:.75rem;font-weight:700;color:#004a82;background:#eaf2fb}.home-value__card--accounting .home-value__tag{color:#00604f;background:#e3f5f0}.home-value__card--ai .home-value__tag{color:#4a2da3;background:#efeafb}.home-value__title{margin:0 0 10px;font-size:1.125rem;font-weight:700;line-height:1.45;color:#222}.home-value__desc{margin:0 0 16px;font-size:.875rem;line-height:1.65;color:#666}.home-value__metric{display:flex;margin:0 0 20px;font-size:.9375rem;color:#e96a08}.home-value__cta,.home-value__metric{align-items:center;gap:6px;font-weight:700}.home-value__cta{display:inline-flex;align-self:flex-start;margin-top:auto;padding:11px 20px;font-size:.875rem;color:#fff;text-decoration:none;background:#0067b3}.home-value__cta:hover{background:#004a82}.home-info{display:grid;grid-template-columns:1fr 1fr .8fr;gap:16px}.home-card{padding:22px 24px;background:#fff;border:1px solid #d9dce1}.home-card__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #004a82}.home-card__title{margin:0;font-size:1.0625rem;font-weight:700;color:#222}.home-card__more{font-size:.8125rem;font-weight:600;color:#666;text-decoration:none}.home-card__more:hover{color:#0067b3}.home-list{margin:0;padding:0;list-style:none}.home-list__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:10px 0;text-decoration:none;color:inherit;border-bottom:1px solid #eee}.home-list__row:last-child{border-bottom:none}.home-list__row:hover .home-list__title{color:#0067b3;text-decoration:underline}.home-list__flag{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;font-size:.625rem;font-weight:700;color:#fff;background:#e03e3e}.home-list__num{width:18px;font-size:.8125rem;font-weight:700;color:#0067b3;text-align:center}.home-list__title{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-list__date{font-size:.75rem;color:#888}.home-support{display:flex;flex-direction:column;padding:24px;color:#fff;background:linear-gradient(150deg,#004a82,#0067b3)}.home-support__title{margin:0 0 10px;font-size:1rem;font-weight:700}.home-support__tel{font-size:1.875rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.01em}.home-support__hours{margin:6px 0 18px;font-size:.8125rem;color:hsla(0,0%,100%,.82)}.home-support__links{display:flex;flex-direction:column;gap:8px;margin-top:auto}.home-support__btn{padding:11px;font-size:.875rem;font-weight:700;text-align:center;text-decoration:none;color:#fff;background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.5)}.home-support__btn:hover{background:hsla(0,0%,100%,.24)}.home-support__btn--accent{color:#fff;background:#ff7a18;border-color:#ff7a18}.home-support__btn--accent:hover{background:#e96a08}.home-faq{background:#fff;border:1px solid #d9dce1}.home-faq__item{border-bottom:1px solid #d9dce1}.home-faq__item:last-child{border-bottom:none}.home-faq__item.is-open .home-faq__a{display:block}.home-faq__item.is-open .home-faq__q .app-icon{transform:rotate(180deg)}.home-faq__q{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:18px 20px;font:inherit;font-size:.9375rem;font-weight:600;text-align:left;color:#222;background:#fff;border:none;cursor:pointer}.home-faq__q b{margin-right:6px;color:#0067b3;font-weight:800}.home-faq__q:hover{background:#f7f9fc}.home-faq__q .app-icon{flex-shrink:0;color:#888;transition:transform .15s}.home-faq__a{display:none;padding:0 20px 18px 42px}.home-faq__a p{margin:0;font-size:.875rem;line-height:1.7;color:#666}@media(max-width:1024px){.home-hero__inner{grid-template-columns:1fr}.home-hero__core,.home-services{grid-template-columns:repeat(4,1fr)}.home-shop{grid-template-columns:repeat(3,1fr)}.home-shop li:nth-child(n+4){display:none}.home-info,.home-value{grid-template-columns:1fr}}@media(max-width:640px){.home-hero__core,.home-services,.home-shop{grid-template-columns:repeat(2,1fr)}.home-shop li:nth-child(n+5){display:none}.home-section__head{flex-direction:column;align-items:flex-start;gap:8px}}.cross-promo{position:relative;overflow:hidden;background:radial-gradient(60% 120% at 12% 0,rgba(58,102,102,.55),transparent 60%),linear-gradient(135deg,#112019,#2d4f4f 58%,#3a6666);color:#fff;padding:clamp(56px,8vw,100px) 0}.cross-promo__shell{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding-left:clamp(20px,4.5vw,56px);padding-right:clamp(20px,4.5vw,56px)}.cross-promo__head{max-width:640px}.cross-promo__meta{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.7)}.cross-promo__title{margin:16px 0 0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.9rem,4vw,2.85rem);font-weight:600;line-height:1.24;letter-spacing:-.035em;color:#fff;word-break:keep-all}.cross-promo__desc{margin:18px 0 0;max-width:560px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;line-height:1.8;color:hsla(0,0%,100%,.82);word-break:keep-all}.cross-promo__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:clamp(40px,5vw,56px)}.cross-promo__card{display:flex;flex-direction:column;padding:clamp(28px,3vw,36px);border-radius:20px;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.16);color:#fff;cursor:pointer;backdrop-filter:blur(8px);transition:transform .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),border-color .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.cross-promo__card:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.cross-promo__card:focus-visible,.cross-promo__card:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.34);box-shadow:0 30px 60px -34px rgba(0,0,0,.7);outline:none}.cross-promo__card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.cross-promo__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:12px;background:hsla(0,0%,100%,.92);color:#2d4f4f}.cross-promo__status{display:inline-flex;align-items:center;gap:7px;padding:6px 13px;border-radius:999px;font-size:.84rem;font-weight:600;line-height:1}.cross-promo__status--live{color:#d7f7e6;background:rgba(16,185,129,.2)}.cross-promo__status--live .cross-promo__dot{background:#34d399}.cross-promo__status--soon{color:#fde7c4;background:rgba(245,158,11,.22)}.cross-promo__status--soon .cross-promo__dot{background:#fbbf24}.cross-promo__dot{width:7px;height:7px;border-radius:50%}.cross-promo__name{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:#fff}.cross-promo__tagline{margin:10px 0 0;font-size:1.05rem;font-weight:600;color:hsla(0,0%,100%,.92);word-break:keep-all}.cross-promo__card-desc{margin:12px 0 0;font-size:.98rem;line-height:1.7;color:hsla(0,0%,100%,.72);word-break:keep-all}.cross-promo__cta{gap:9px;margin-top:auto;padding-top:26px;font-size:1rem;font-weight:600;color:#fff}.cross-promo__arrow,.cross-promo__cta{display:inline-flex;align-items:center}.cross-promo__arrow{justify-content:center;width:34px;height:34px;border-radius:50%;background:hsla(0,0%,100%,.16);transition:transform .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1)}.cross-promo__card:focus-visible .cross-promo__arrow,.cross-promo__card:hover .cross-promo__arrow{transform:translateX(5px);background:hsla(0,0%,100%,.3)}@media(max-width:720px){.cross-promo__grid{grid-template-columns:1fr;gap:16px}}.editorial-image{margin:0;position:relative;overflow:hidden;border-radius:20px;isolation:isolate}.editorial-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,4%,0) 40%,hsla(0,0%,4%,.55));pointer-events:none;z-index:1}.editorial-image img{transition:transform .72s cubic-bezier(.22,1,.36,1)}.editorial-image:hover img{transform:scale(1.06)}.editorial-image{box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.editorial-image img{width:100%;height:100%;min-height:100%}.editorial-image--wide{aspect-ratio:16/10}.editorial-image--tall{aspect-ratio:3/4}.editorial-image--square{aspect-ratio:1}.editorial-image--hero{aspect-ratio:21/9;border-radius:28px}@media(max-width:768px){.editorial-image--hero{aspect-ratio:4/3;border-radius:20px}}.editorial-image--overlay:after{background:linear-gradient(135deg,hsla(0,0%,4%,.15),hsla(0,0%,4%,.65))}.editorial-image__caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:clamp(20px,4vw,36px);font-size:1rem;font-weight:500;line-height:1.6;color:hsla(0,0%,100%,.92)}.marquee-band{overflow:hidden;padding:20px 0;background:#2d4f4f;border-block:1px solid hsla(0,0%,100%,.12)}.marquee-band--dark{background:#0a0a0a;border-color:hsla(0,0%,100%,.08)}.marquee-band__track{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.marquee-band__content{display:flex;width:-moz-max-content;width:max-content;animation:marquee-scroll 38s linear infinite}.marquee-band__group{display:flex;align-items:center;flex-shrink:0}.marquee-band__item{display:inline-flex;align-items:center;gap:32px;padding:0 32px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500;letter-spacing:-.02em;white-space:nowrap;color:hsla(0,0%,100%,.92)}.marquee-band__dot{font-size:.5rem;color:hsla(0,0%,100%,.4)}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.marquee-band__content{animation:none}}.vc{position:relative;background:#f5f3ef;color:#0f0f0f;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.vc em{font-style:normal;color:#2d4f4f}.vc b,.vc strong{font-weight:700}[data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}[data-reveal].is-in{opacity:1;transform:none}.vc__inner{width:100%;max-width:1140px;margin:0 auto;padding:0 clamp(20px,4.5vw,56px)}.vc__inner,.vc__section{position:relative;z-index:1}.vc__section{padding:clamp(64px,8vw,116px) 0}.vc__head{max-width:760px;margin:0 auto clamp(40px,5vw,64px);text-align:center;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__section-tag{display:block;margin:0 0 20px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#3a6666}.vc__title{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2.125rem,4.5vw,3.25rem);font-weight:600;line-height:1.22;letter-spacing:-.035em;color:#0f0f0f;text-wrap:balance;word-break:keep-all}.vc__lead{margin:24px auto 0;max-width:680px;font-size:1.4375rem;line-height:1.85;color:#4a4a4a}.vc__lead,.vc__note{text-wrap:pretty;word-break:keep-all}.vc__note{margin:28px auto 0;max-width:820px;text-align:center;font-size:.86rem;line-height:1.7;color:#767676;overflow-wrap:break-word;line-break:strict}.vc__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;font-size:1rem;font-weight:600;border:1px solid transparent;transition:transform .55s cubic-bezier(.34,1.56,.64,1),box-shadow .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1)}.vc__btn:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.vc__btn--primary{background:#2d4f4f;color:#fff;box-shadow:0 18px 40px -20px rgba(45,79,79,.8)}.vc__btn--primary:hover{transform:translateY(-3px);background:#3a6666;box-shadow:0 26px 50px -22px rgba(45,79,79,.8)}.vc__btn--ghost{background:hsla(0,0%,100%,.7);border-color:hsla(0,0%,6%,.2);color:#2a2a2a}.vc__btn--ghost:hover{transform:translateY(-3px);border-color:#2d4f4f;color:#2d4f4f}.vc__btn--lg{padding:17px 32px;font-size:1.06rem}.vc__btn--light{background:#fff;color:#0f0f0f;box-shadow:0 18px 40px -22px rgba(0,0,0,.6)}.vc__btn--light:hover{transform:translateY(-3px);background:#f3f8f6;color:#2d4f4f}.vc__hero{position:relative;margin-top:64px;min-height:clamp(540px,74vh,760px);display:flex;align-items:center;overflow:hidden}.vc__hero-media{position:absolute;inset:0;z-index:0}.vc__hero-bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:70% 30%;object-position:70% 30%;filter:saturate(.88) contrast(1.04) brightness(.96)}.vc__hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,hsla(0,0%,4%,.9),hsla(0,0%,4%,.6) 48%,hsla(0,0%,4%,.28)),radial-gradient(ellipse at 78% 22%,rgba(45,79,79,.4) 0,transparent 55%)}.vc__hero-shell{position:relative;z-index:1;width:100%;max-width:1240px;margin:0 auto;padding:clamp(64px,9vw,110px) clamp(20px,4.5vw,56px) clamp(48px,6vw,72px)}.vc__hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.5fr);gap:clamp(32px,5vw,56px);align-items:center;width:100%}.vc__hero-copy{max-width:720px}.vc__hero-eyebrow{margin:0 0 20px;font-size:.9375rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.65)}.vc__hero-title{margin:0 0 22px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2.2rem,5.4vw,4rem);font-weight:600;line-height:1.12;letter-spacing:-.04em;color:#fff;text-shadow:0 8px 40px rgba(0,0,0,.4)}.vc__hero-title em{color:#8ec4c4}.vc__hero-summary{margin:0 0 30px;max-width:560px;font-size:clamp(1.06rem,1.8vw,1.28rem);line-height:1.8;color:hsla(0,0%,100%,.84);word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__hero-summary strong{color:#fff}.vc__hero-actions{display:flex;flex-wrap:wrap;gap:14px}.vc__hero-ghost{display:inline-flex;align-items:center;gap:8px;padding:14px 24px;border:1.5px solid hsla(0,0%,100%,.4);border-radius:999px;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.92);transition:border-color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.34,1.56,.64,1)}.vc__hero-ghost:hover{border-color:#fff;background:hsla(0,0%,100%,.1);transform:translateY(-3px)}.vc__hero-panel{padding:clamp(22px,3vw,28px);border:1px solid hsla(0,0%,100%,.16);border-radius:20px;background:hsla(0,0%,4%,.5);backdrop-filter:blur(20px);box-shadow:0 24px 64px rgba(0,0,0,.3)}.vc__hero-panel-label{margin:0 0 14px;font-size:.95rem;font-weight:600;color:hsla(0,0%,100%,.82)}.vc__hero-panel-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.vc__hero-panel-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08)}.vc__hero-panel-amount{flex-shrink:0;min-width:78px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.3rem,2.2vw,1.55rem);font-weight:700;letter-spacing:-.03em;line-height:1;color:#fff}.vc__hero-panel-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:hsla(0,0%,100%,.1);color:#fff}.vc__hero-panel-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.vc__hero-panel-title{font-size:.95rem;font-weight:600;color:hsla(0,0%,100%,.92)}.vc__hero-panel-note{font-size:.82rem;line-height:1.4;color:hsla(0,0%,100%,.6)}.vc__hero-panel-note,.vc__letter-grid{word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__letter-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(32px,5vw,64px);align-items:center}.vc__letter-visual{position:relative}.vc__letter-lead{margin:16px 0 0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.55rem,3vw,2.2rem);font-weight:600;line-height:1.4;letter-spacing:-.03em;color:#0f0f0f}.vc__letter-body{margin:24px 0 0;font-size:clamp(1.02rem,1.5vw,1.15rem);line-height:1.85;color:#4a4a4a}.vc__promise{margin:36px 0 0;padding:32px clamp(24px,4vw,40px);border-radius:28px;background:linear-gradient(160deg,#14302f,#0d2120);color:#fff;box-shadow:0 40px 80px -40px rgba(13,33,32,.9)}.vc__promise-tag{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;color:hsla(0,0%,100%,.6)}.vc__promise-text{margin:14px 0 0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.3rem,2.6vw,1.8rem);font-weight:600;letter-spacing:-.02em}.vc__promise-sub{margin:16px 0 0;font-size:1rem;line-height:1.75;color:hsla(0,0%,100%,.78)}.vc__task-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vc__task{padding:26px 22px;border-radius:20px;background:hsla(0,0%,100%,.7);border:1px solid hsla(0,0%,6%,.1);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1),border-color .32s cubic-bezier(.22,1,.36,1)}.vc__task:hover{transform:translateY(-4px);border-color:rgba(45,79,79,.3);box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.vc__task-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:rgba(45,79,79,.1);color:#2d4f4f;margin-bottom:16px}.vc__task-title{margin:0;font-size:1.18rem;font-weight:700;color:#0f0f0f}.vc__task-desc{margin:8px 0 0;font-size:.96rem;line-height:1.6;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__task-sum{margin:40px auto 0;text-align:center;font-size:clamp(1.1rem,1.8vw,1.35rem);color:#2a2a2a}.vc__task-sum strong{color:#2d4f4f}.vc__flow{background:linear-gradient(180deg,transparent,hsla(40,21%,89%,.5) 50%,transparent)}.vc__flow-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.vc__flow-col{padding:32px clamp(22px,3vw,34px);border-radius:28px;background:#fff;border:1px solid hsla(0,0%,6%,.1);height:100%}.vc__flow-col--after{background:linear-gradient(165deg,#f3f8f6,#fff);border-color:rgba(45,79,79,.25);box-shadow:0 30px 70px -44px rgba(45,79,79,.6)}.vc__flow-col-head{margin-bottom:22px}.vc__flow-badge{display:inline-block;padding:6px 14px;border-radius:999px;font-size:.84rem;font-weight:700}.vc__flow-badge--before{background:hsla(0,0%,6%,.06);color:#4a4a4a}.vc__flow-badge--after{background:#2d4f4f;color:#fff}.vc__flow-col-desc{margin:12px 0 0;font-size:.95rem;line-height:1.55;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__flow-steps{list-style:none;margin:0;padding:0;counter-reset:step;display:flex;flex-direction:column;gap:10px}.vc__flow-steps li{counter-increment:step;position:relative;padding:12px 14px 12px 44px;border-radius:12px;background:hsla(0,0%,6%,.03);font-size:.98rem;color:#2a2a2a}.vc__flow-steps li:before{content:counter(step);position:absolute;left:12px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:hsla(0,0%,6%,.12);color:#fff;font-size:.76rem;font-weight:700;display:flex;align-items:center;justify-content:center}.vc__flow-steps--after li{background:rgba(45,79,79,.07);color:#0f0f0f}.vc__flow-steps--after li:before{background:#2d4f4f}.vc__flow-result{margin:22px 0 0;padding-top:18px;border-top:1px dashed hsla(0,0%,6%,.2);font-size:1.05rem;font-weight:600;text-align:center;color:#4a4a4a}.vc__flow-result strong{color:#2d4f4f}.vc__flow-result--before strong{color:#b4452f}.vc__flow-arrow{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#2d4f4f;color:#fff;box-shadow:0 16px 30px -16px rgba(45,79,79,.8)}.vc__feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.vc__feature{display:flex;gap:16px;padding:24px;border-radius:20px;background:hsla(0,0%,100%,.72);border:1px solid hsla(0,0%,6%,.1);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.vc__feature:hover{transform:translateY(-3px);box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.vc__feature-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:13px;background:#2d4f4f;color:#fff}.vc__feature-name{margin:0;font-size:1.16rem;font-weight:700;color:#0f0f0f}.vc__feature-provide{margin:6px 0 0;font-size:.96rem;line-height:1.6;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__feature-gain{display:inline-flex;align-items:center;gap:5px;margin:12px 0 0;font-size:.92rem;font-weight:600;color:#2d4f4f}.vc__beforeafter{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.vc__ba{padding:24px 26px;border-radius:20px;border:1px solid hsla(0,0%,6%,.1);background:#fff;text-align:center}.vc__ba--after{background:#2d4f4f;border-color:#2d4f4f}.vc__ba--after .vc__ba-flow,.vc__ba--after .vc__ba-tag{color:hsla(0,0%,100%,.82)}.vc__ba-tag{font-size:.84rem;font-weight:700;color:#767676}.vc__ba-flow{margin:12px 0 16px;font-size:.95rem;line-height:1.6;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__ba-time{font-family:"Noto Serif KR",New York,serif;font-size:1.3rem;font-weight:700}.vc__ba-time--before{color:#b4452f}.vc__ba-time--after{color:#fff}.vc__shot{margin:clamp(40px,5vw,64px) auto 0;max-width:1040px;border-radius:20px;background:#fff;border:1px solid hsla(0,0%,6%,.1);box-shadow:0 40px 90px -40px rgba(15,30,30,.4);overflow:hidden}.vc__shot-chrome{display:flex;align-items:center;gap:16px;height:44px;padding:0 18px;background:#f1efea;border-bottom:1px solid hsla(0,0%,6%,.1)}.vc__shot-dots{display:inline-flex;gap:7px}.vc__shot-dots i{width:11px;height:11px;border-radius:50%;background:hsla(0,0%,6%,.16)}.vc__shot-dots i:first-child{background:hsla(0,0%,6%,.26)}.vc__shot-addr{flex:1;max-width:320px;margin:0 auto;padding:5px 14px;border-radius:999px;background:hsla(0,0%,6%,.05);font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8rem;font-weight:500;color:#767676;text-align:center}.vc__shot-window{display:grid;grid-template-columns:190px 1fr;min-height:420px}.vc__shot-side{display:flex;flex-direction:column;gap:22px;padding:22px 16px;background:#2d4f4f;color:hsla(0,0%,100%,.7)}.vc__shot-side-logo{padding:0 8px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:.16em;color:#fff}.vc__shot-menu{display:flex;flex-direction:column;gap:3px}.vc__shot-menu-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.68)}.vc__shot-menu-item.is-active{background:hsla(0,0%,100%,.14);color:#fff;font-weight:700}.vc__shot-main{padding:clamp(18px,2.4vw,28px);background:#fbfaf8;min-width:0}.vc__shot-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.vc__shot-bar-title .vc__shot-bar-sub{display:block;margin-bottom:4px;font-size:.78rem;font-weight:600;color:#767676}.vc__shot-bar-title .vc__shot-bar-sub,.vc__shot-bar-title h4{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.vc__shot-bar-title h4{margin:0;font-size:1.3rem;font-weight:800;letter-spacing:-.02em;color:#0f0f0f}.vc__shot-bar-actions{display:flex;gap:8px}.vc__shot-action{display:inline-flex;align-items:center;gap:5px;padding:8px 13px;border-radius:6px;border:1px solid hsla(0,0%,6%,.2);background:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8rem;font-weight:600;color:#2a2a2a;white-space:nowrap}.vc__shot-action--primary{border-color:#2d4f4f;background:#2d4f4f;color:#fff}.vc__shot-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.vc__shot-card{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:12px;background:#fff;border:1px solid hsla(0,0%,6%,.1)}.vc__shot-card-label{font-size:.78rem;font-weight:600;color:#767676}.vc__shot-card-label,.vc__shot-card-value{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif}.vc__shot-card-value{font-size:1.32rem;font-weight:800;letter-spacing:-.02em;color:#0f0f0f}.vc__shot-card-delta{display:inline-flex;align-items:center;gap:4px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.74rem;font-weight:600;color:#3a6666}.vc__shot-table{border-radius:12px;background:#fff;border:1px solid hsla(0,0%,6%,.1);overflow:hidden}.vc__shot-trow{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr 1fr 1.1fr .9fr;align-items:center;gap:8px;padding:13px 16px;border-bottom:1px solid hsla(0,0%,6%,.1);font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.86rem;color:#2a2a2a}.vc__shot-trow:last-child{border-bottom:none}.vc__shot-trow--head{background:#f6f4f0;font-size:.74rem;font-weight:700;letter-spacing:.02em;color:#767676}.vc__shot-num{text-align:right;font-variant-numeric:tabular-nums}.vc__shot-name{display:flex;align-items:center;gap:9px;font-weight:700;color:#0f0f0f}.vc__shot-avatar{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:rgba(45,79,79,.1);color:#2d4f4f;font-size:.78rem;font-weight:800}.vc__shot-muted{color:#4a4a4a}.vc__shot-tax{color:#2f7d5b}.vc__shot-strong{font-weight:800;color:#0f0f0f}.vc__shot-state{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:rgba(47,125,91,.12);font-size:.72rem;font-weight:700;color:#2f7d5b;white-space:nowrap}.vc__shot-caption{margin:16px auto 0;max-width:1040px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9rem;font-weight:500;color:#767676;text-align:center}@media(max-width:820px){.vc__shot-window{grid-template-columns:1fr}.vc__shot-side{flex-direction:row;align-items:center;gap:12px;padding:12px 16px;overflow-x:auto}.vc__shot-side-logo{flex-shrink:0}.vc__shot-menu{flex-direction:row;gap:4px}.vc__shot-menu-item{white-space:nowrap;padding:7px 11px}.vc__shot-col-extra,.vc__shot-col-role{display:none}.vc__shot-trow{grid-template-columns:1.4fr 1fr 1fr 1.1fr .9fr}}@media(max-width:520px){.vc__shot-bar{flex-direction:column;align-items:flex-start}.vc__shot-cards{grid-template-columns:1fr}.vc__shot-col-tax{display:none}.vc__shot-trow{grid-template-columns:1.4fr 1fr 1.1fr .9fr;font-size:.8rem}}.vc__collab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.vc__collab-card{padding:30px 26px;border-radius:28px;background:hsla(0,0%,100%,.72);border:1px solid hsla(0,0%,6%,.1)}.vc__collab-card--accent{background:linear-gradient(165deg,#14302f,#0d2120);border-color:transparent;color:#fff;box-shadow:0 40px 80px -44px rgba(13,33,32,.9)}.vc__collab-card--accent .vc__collab-kicker{color:hsla(0,0%,100%,.6)}.vc__collab-card--accent .vc__collab-role{color:#fff}.vc__collab-card--accent .vc__collab-list li{color:hsla(0,0%,100%,.85)}.vc__collab-card--accent .app-icon{color:#7fb3a6}.vc__collab-kicker{font-size:.78rem;font-weight:700;letter-spacing:.08em;color:#767676}.vc__collab-role{margin:10px 0 20px;font-size:1.3rem;font-weight:700;color:#0f0f0f}.vc__collab-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:13px}.vc__collab-list li{display:flex;align-items:flex-start;gap:9px;font-size:.98rem;line-height:1.55;color:#2a2a2a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__collab-list li .app-icon{flex-shrink:0;margin-top:2px;color:#2d4f4f}.vc__app-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(32px,5vw,72px);align-items:center}.vc__app-copy .vc__lead,.vc__app-copy .vc__title{text-align:left;margin-left:0}.vc__app-copy .vc__lead{margin-top:18px}.vc__app-features{list-style:none;margin:32px 0 0;padding:0;display:flex;flex-direction:column;gap:16px}.vc__app-features li{display:flex;gap:14px;align-items:flex-start}.vc__app-feature-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:rgba(45,79,79,.1);color:#2d4f4f}.vc__app-feature-name{margin:0;font-size:1.08rem;font-weight:700;color:#0f0f0f}.vc__app-feature-desc{margin:4px 0 0;font-size:.95rem;line-height:1.55;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__phone{display:flex;justify-content:center}.vc__phone-frame{position:relative;width:290px;max-width:80vw;padding:14px;border-radius:44px;background:linear-gradient(160deg,#1a1a1a,#2c2c2c);box-shadow:0 50px 90px -40px hsla(0,0%,6%,.55)}.vc__phone-notch{position:absolute;top:22px;left:50%;transform:translateX(-50%);width:110px;height:24px;border-radius:999px;background:#1a1a1a;z-index:2}.vc__phone-screen{border-radius:32px;background:#f3f6f4;padding:44px 18px 24px;display:flex;flex-direction:column;gap:12px}.vc__phone-header{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.vc__phone-brand{font-size:.74rem;font-weight:800;letter-spacing:.12em;color:#2d4f4f}.vc__phone-greeting{font-size:1.02rem;font-weight:700;color:#0f0f0f}.vc__phone-card{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:16px;background:#fff;box-shadow:0 10px 24px -18px hsla(0,0%,6%,.5)}.vc__phone-card--hero{background:#2d4f4f;color:#fff}.vc__phone-card-label{font-size:.92rem;font-weight:600}.vc__phone-card-status{font-size:.78rem;font-weight:700;padding:4px 10px;border-radius:999px;background:hsla(0,0%,100%,.22)}.vc__phone-row{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:14px;background:#fff}.vc__phone-row-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:rgba(45,79,79,.1);color:#2d4f4f;flex-shrink:0}.vc__phone-row-title{display:block;font-size:.9rem;font-weight:700;color:#0f0f0f}.vc__phone-row-sub{display:block;font-size:.78rem;color:#767676;margin-top:2px}.vc__outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2.5vw,24px)}.vc__outcome-card{padding:clamp(24px,3vw,32px);border-radius:28px;background:#fff;border:1px solid hsla(0,0%,6%,.1)}.vc__outcome-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:16px;border-radius:14px;background:rgba(45,79,79,.08);color:#2d4f4f}.vc__outcome-title{margin:0 0 10px;font-family:"Noto Serif KR",New York,serif;font-size:1.25rem;font-weight:600;color:#0f0f0f}.vc__outcome-desc{margin:0 0 16px;font-size:.95rem;line-height:1.65;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__outcome-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.vc__outcome-list li{display:flex;align-items:flex-start;gap:8px;font-size:.92rem;line-height:1.55;color:#2a2a2a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__value-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,28px)}.vc__value-card{padding:36px clamp(26px,3vw,38px);border-radius:28px;background:#fff;border:1px solid hsla(0,0%,6%,.1)}.vc__value-card--cost{background:linear-gradient(165deg,#f3f8f6,#fff);border-color:rgba(45,79,79,.22)}.vc__value-kicker{font-size:.78rem;font-weight:700;letter-spacing:.08em;color:#767676}.vc__value-figure{display:flex;flex-direction:column;gap:4px;margin:16px 0 18px}.vc__value-big{font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,3.6vw,2.7rem);font-weight:700;letter-spacing:-.03em;color:#2d4f4f}.vc__value-small{font-size:.98rem;font-weight:600;color:#4a4a4a}.vc__value-trans{margin:0 0 18px;padding-bottom:18px;border-bottom:1px solid hsla(0,0%,6%,.1);font-size:1rem;line-height:1.6;color:#2a2a2a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__value-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.vc__value-list li{display:flex;align-items:flex-start;gap:8px;font-size:.96rem;line-height:1.55;color:#2a2a2a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__value-list li .app-icon{flex-shrink:0;margin-top:3px;color:#2d4f4f}.vc__plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch}.vc__plan{position:relative;display:flex;flex-direction:column;padding:34px 28px;border-radius:28px;background:hsla(0,0%,100%,.78);border:1px solid hsla(0,0%,6%,.1);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.vc__plan:hover{transform:translateY(-4px);box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.vc__plan--featured{background:linear-gradient(165deg,#14302f,#0d2120);border-color:transparent;color:#fff;box-shadow:0 44px 90px -44px rgba(13,33,32,.9);transform:translateY(-8px)}.vc__plan--featured:hover{transform:translateY(-12px)}.vc__plan--featured .vc__plan-kicker{color:hsla(0,0%,100%,.6)}.vc__plan--featured .vc__plan-name,.vc__plan--featured .vc__plan-price strong{color:#fff}.vc__plan--featured .vc__plan-price span{color:hsla(0,0%,100%,.7)}.vc__plan--featured .vc__plan-list li{color:hsla(0,0%,100%,.86);border-top-color:hsla(0,0%,100%,.12)}.vc__plan--featured .vc__plan-list li .app-icon{color:#7fb3a6}.vc__plan-ribbon{position:absolute;top:-13px;left:50%;transform:translateX(-50%);padding:6px 16px;border-radius:999px;background:#3a6666;color:#fff;font-size:.78rem;font-weight:700;white-space:nowrap;box-shadow:0 12px 24px -12px rgba(45,79,79,.9)}.vc__plan-kicker{font-size:.78rem;font-weight:700;letter-spacing:.1em;color:#767676}.vc__plan-name{margin:8px 0 0;font-size:1.32rem;font-weight:700;color:#0f0f0f}.vc__plan-sub{margin:8px 0 0;font-size:.88rem;color:#767676}.vc__plan-price{margin:18px 0 22px;display:flex;align-items:baseline;gap:6px}.vc__plan-price strong{font-family:"Noto Serif KR",New York,serif;font-size:2.4rem;font-weight:700;letter-spacing:-.03em;color:#2d4f4f}.vc__plan-price span{font-size:1rem;font-weight:600;color:#4a4a4a}.vc__plan-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.vc__plan-list li{display:flex;align-items:flex-start;gap:9px;padding:13px 0;border-top:1px solid hsla(0,0%,6%,.1);font-size:.96rem;line-height:1.5;color:#2a2a2a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__plan-list li .app-icon{flex-shrink:0;margin-top:2px;color:#2d4f4f}.vc__table-wrap{margin-top:32px;overflow-x:auto;border-radius:20px;border:1px solid hsla(0,0%,6%,.1);background:#fff}.vc__table{width:100%;border-collapse:collapse;min-width:600px}.vc__table td,.vc__table th{padding:15px 18px;text-align:center;font-size:.98rem;border-bottom:1px solid hsla(0,0%,6%,.1)}.vc__table thead th{background:#2d4f4f;color:#fff;font-weight:600;font-size:.92rem;border-bottom:0}.vc__table tbody th{font-weight:700;color:#0f0f0f;background:rgba(45,79,79,.04)}.vc__table tbody td{color:#4a4a4a}.vc__table tbody tr:last-child td,.vc__table tbody tr:last-child th{border-bottom:0}.vc__table-strong{font-weight:700;color:#2d4f4f!important}.vc__compare-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vc__compare-card{padding:26px 22px;border-radius:20px;background:hsla(0,0%,100%,.78);border:1px solid hsla(0,0%,6%,.1);text-align:center}.vc__compare-count{display:inline-block;font-family:"Noto Serif KR",New York,serif;font-size:1.5rem;font-weight:700;color:#0f0f0f}.vc__compare-bars{display:flex;flex-direction:column;gap:8px;margin:18px 0}.vc__compare-bar{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:12px}.vc__compare-bar--fee{background:hsla(0,0%,6%,.05)}.vc__compare-bar--save{background:rgba(45,79,79,.1)}.vc__compare-bar-label{font-size:.76rem;color:#767676}.vc__compare-bar-value{font-size:1rem;font-weight:700;color:#0f0f0f}.vc__compare-bar--save .vc__compare-bar-value{color:#2d4f4f}.vc__compare-net{margin:0;font-size:.92rem;font-weight:600}.vc__compare-net,.vc__compare-tail{color:#2a2a2a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__compare-tail{margin:36px auto 0;max-width:660px;text-align:center;font-size:clamp(1.05rem,1.7vw,1.25rem);line-height:1.7}.vc__trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.vc__trust-card{display:flex;flex-direction:column;gap:12px;padding:28px 24px;border-radius:20px;background:#fff;border:1px solid hsla(0,0%,6%,.1);transition:transform .55s cubic-bezier(.34,1.56,.64,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.vc__trust-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.vc__trust-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(45,79,79,.1);color:#2d4f4f}.vc__trust-title{margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.18rem;font-weight:700;letter-spacing:-.01em;color:#0f0f0f}.vc__trust-desc{margin:0;line-height:1.72;color:#4a4a4a}.vc__trust-bar,.vc__trust-desc{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.98rem;word-break:keep-all}.vc__trust-bar{display:flex;align-items:center;gap:12px;margin-top:24px;padding:20px 24px;border-radius:12px;background:rgba(45,79,79,.1);color:#2d4f4f;line-height:1.65}.vc__trust-bar strong{font-weight:800}.vc__trust-bar .app-icon{flex-shrink:0}@media(max-width:920px){.vc__trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.vc__trust-grid{grid-template-columns:1fr}.vc__trust-bar{align-items:flex-start}}.vc__check-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px;counter-reset:none}.vc__check{display:flex;align-items:center;gap:16px;padding:18px 22px;border-radius:12px;background:hsla(0,0%,100%,.78);border:1px solid hsla(0,0%,6%,.1);transition:border-color .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.vc__check:hover{transform:translateX(4px);border-color:rgba(45,79,79,.3)}.vc__check-num{flex-shrink:0;font-family:"Noto Serif KR",New York,serif;font-size:1.2rem;font-weight:700;color:#2d4f4f}.vc__check-text{font-size:1rem;line-height:1.45;color:#2a2a2a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__cta-card{padding:clamp(40px,6vw,72px) clamp(28px,5vw,64px);border-radius:28px;background:linear-gradient(160deg,#14302f,#0a1817);color:#fff;text-align:center;box-shadow:0 50px 100px -50px rgba(10,24,23,.95)}.vc__cta-kicker{display:block;font-size:.9375rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.6)}.vc__cta-title{margin:16px 0 0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:600;line-height:1.25;letter-spacing:-.03em}.vc__cta-title em{color:#8fc7b9}.vc__cta-desc{margin:22px auto 0;max-width:580px;font-size:1.06rem;line-height:1.75;color:hsla(0,0%,100%,.82);word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__cta-steps{list-style:none;margin:32px auto 0;padding:0;max-width:720px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.vc__cta-steps li{display:flex;align-items:center;gap:10px;padding:16px 18px;border-radius:12px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);font-size:.95rem;font-weight:600;text-align:left;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__cta-steps li span{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#3a6666;color:#fff;font-size:.82rem;font-weight:700}.vc__cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:36px}.vc__cta-actions .vc__btn--ghost{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.22);color:#fff}.vc__cta-actions .vc__btn--ghost:hover{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.4);color:#fff}.vc__cta-options{margin-top:44px}.vc__cta-options-head{text-align:center;font-size:1.05rem;font-weight:600;color:#2a2a2a}.vc__cta-option-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:20px}.vc__cta-option{padding:24px;border-radius:20px;background:hsla(0,0%,100%,.72);border:1px solid hsla(0,0%,6%,.1)}.vc__cta-option h3{margin:0;font-size:1.08rem;font-weight:700;color:#0f0f0f}.vc__cta-option p{margin:8px 0 0;font-size:.94rem;line-height:1.55;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__disclaimer{position:relative;z-index:1;padding:clamp(48px,6vw,80px) 0;background:hsla(40,21%,89%,.4)}.vc__disclaimer-title{margin:0 0 28px;text-align:center;font-size:1.3rem;font-weight:700;color:#2a2a2a}.vc__disclaimer-list{list-style:none;margin:0 auto;padding:0;max-width:860px;display:flex;flex-direction:column;gap:14px}.vc__disclaimer-list li{display:flex;flex-direction:column;gap:4px;padding:16px 20px;border-radius:12px;background:hsla(0,0%,100%,.6);border:1px solid hsla(0,0%,6%,.1);word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.vc__disclaimer-list li strong{font-size:.95rem;font-weight:700;color:#2d4f4f}.vc__disclaimer-list li span{font-size:.9rem;line-height:1.65;color:#4a4a4a}.vc__footer{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:34px clamp(20px,4.5vw,56px) 44px;text-align:center;font-size:.84rem;color:#767676;background:#f5f3ef}@media(max-width:960px){.vc__hero-grid{grid-template-columns:1fr;align-items:start}.vc__hero-panel{max-width:480px}.vc__letter-grid{grid-template-columns:1fr}.vc__letter-visual{max-width:520px}.vc__outcome-grid,.vc__task-grid,.vc__value-cards{grid-template-columns:repeat(2,1fr)}.vc__collab-grid,.vc__plan-grid{grid-template-columns:1fr}.vc__plan--featured{transform:none}.vc__plan--featured:hover{transform:translateY(-4px)}.vc__app-inner{grid-template-columns:1fr}.vc__app-copy .vc__lead,.vc__app-copy .vc__title{text-align:center;margin-left:auto;margin-right:auto}.vc__phone{order:-1}.vc__compare-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.vc__flow-grid{grid-template-columns:1fr}.vc__flow-arrow{transform:rotate(90deg);margin:0 auto}.vc__beforeafter,.vc__check-grid,.vc__cta-option-grid,.vc__cta-steps,.vc__feature-grid,.vc__outcome-grid,.vc__value-cards{grid-template-columns:1fr}}@media(max-width:480px){.vc__compare-grid,.vc__hero-stats,.vc__task-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transform:none;transition:none}}.pcard{display:flex;flex-direction:column;height:100%;border-radius:20px;overflow:hidden;background:#fff;border:1px solid #eef0f4;box-shadow:0 1px 2px rgba(15,23,42,.04);cursor:pointer;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1)}.pcard:focus-visible,.pcard:hover{transform:translateY(-6px);box-shadow:0 16px 34px -18px rgba(15,23,42,.22);outline:none}.pcard__media{position:relative;aspect-ratio:1/1;background:#f4f6f9;overflow:hidden}.pcard__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.pcard:hover .pcard__img{transform:scale(1.045)}.pcard__badge{position:absolute;top:12px;left:12px;padding:5px 10px;border-radius:8px;font-size:.75rem;font-weight:700;letter-spacing:.01em;color:#fff}.pcard__badge--urgent{background:#ef4444}.pcard__badge--hot{background:rgba(15,23,42,.82)}.pcard__badge--new{background:#2d4f4f}.pcard__info{display:flex;flex-direction:column;flex:1;padding:16px}.pcard__name{margin:0;font-size:1.0625rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;color:#1a1d23;min-height:2.975rem;-webkit-line-clamp:2}.pcard__name,.pcard__summary{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.pcard__summary{margin:8px 0 0;font-size:.875rem;line-height:1.45;color:#8a93a3;min-height:1.26875rem;-webkit-line-clamp:1}.pcard__progress{display:flex;align-items:center;gap:10px;margin-top:16px}.pcard__track{flex:1;height:8px;border-radius:999px;background:#eef0f4;overflow:hidden}.pcard__bar{display:block;height:100%;border-radius:inherit;background:#2d4f4f}.pcard__percent{flex-shrink:0;min-width:38px;text-align:right;font-size:.8125rem;font-weight:500;color:#2d4f4f;font-variant-numeric:tabular-nums}.pcard__bottom{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:auto;padding-top:14px;white-space:nowrap}.pcard__price{display:inline-flex;align-items:baseline;gap:5px;min-width:0}.pcard__discount{font-size:1.0625rem;font-weight:700;color:#ef4444;letter-spacing:-.01em}.pcard__amount{font-size:1.375rem;font-weight:700;color:#1a1d23;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.pcard__won{font-size:.9375rem;font-weight:600;color:#1a1d23}.pcard__dday{flex-shrink:0;font-size:.875rem;font-weight:600;color:#9aa3b2;font-variant-numeric:tabular-nums}.pcard__dday--urgent{color:#ef4444}@media(max-width:560px){.pcard__info{padding:14px}.pcard__name{font-size:1rem;min-height:2.8rem}.pcard__amount{font-size:1.25rem}.pcard__discount{font-size:1rem}}@media(prefers-reduced-motion:reduce){.pcard{transition:box-shadow .2s ease}.pcard:focus-visible,.pcard:hover{transform:none}.pcard:hover .pcard__img{transform:none}}.shop{min-height:100vh;padding-top:64px;background:#f5f3ef;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;color:#0b1220}.shop__hero{position:relative;overflow:hidden;background:radial-gradient(70% 120% at 12% 0,rgba(45,79,79,.16),transparent 60%),radial-gradient(60% 120% at 95% 10%,rgba(58,102,102,.14),transparent 60%),linear-gradient(180deg,#fff,#f5f3ef);border-bottom:1px solid rgba(15,23,42,.06)}.shop__hero-inner{display:flex;align-items:center;gap:40px;max-width:1200px;margin:0 auto;padding:clamp(40px,6vw,72px) clamp(16px,4vw,40px)}.shop__hero-copy{flex:1;min-width:0}.shop__hero-eyebrow{display:inline-flex;align-items:center;gap:7px;padding:8px 15px;border-radius:999px;border:1px solid rgba(45,79,79,.22);background:hsla(0,0%,100%,.7);font-size:.9rem;font-weight:600;color:#2d4f4f}.shop__hero-title{margin:20px 0 0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,4.6vw,3.2rem);font-weight:600;line-height:1.2;letter-spacing:-.035em;color:#0f0f0f}.shop__hero-desc{margin:18px 0 0;max-width:520px;font-size:clamp(1.02rem,1.6vw,1.15rem);line-height:1.72;color:#4a586e;word-break:keep-all}.shop__hero-metrics{display:flex;gap:clamp(20px,4vw,44px);margin-top:30px}.shop__hero-metric{display:flex;flex-direction:column;gap:4px}.shop__hero-metric strong{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:#0b1220}.shop__hero-metric strong em{font-style:normal;color:#2d4f4f}.shop__hero-metric span{font-size:.92rem;color:#64748b}.shop__hero-card{flex-shrink:0;width:320px;padding:16px;border-radius:24px;background:hsla(0,0%,100%,.86);border:1px solid rgba(15,23,42,.08);box-shadow:0 40px 80px -44px rgba(45,79,79,.5);backdrop-filter:blur(14px);cursor:pointer;transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s ease}.shop__hero-card:hover{transform:translateY(-4px);box-shadow:0 48px 90px -46px rgba(45,79,79,.6)}.shop__hero-thumb{position:relative;aspect-ratio:4/3;margin-bottom:14px;border-radius:16px;overflow:hidden;background:#f4f6f9}.shop__hero-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.shop__hero-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:999px;background:hsla(0,0%,100%,.92);backdrop-filter:blur(4px);color:#ea580c;font-size:.8rem;font-weight:700;box-shadow:0 6px 16px -8px rgba(15,23,42,.3)}.shop__hero-card-name{margin:0;font-size:1.02rem;font-weight:600;line-height:1.4;color:#1a1d23}.shop__hero-card-price{display:flex;align-items:baseline;gap:9px;margin-top:10px}.shop__hero-card-discount{font-size:1.32rem;font-weight:700;color:#ef4444}.shop__hero-card-amount{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}.shop__hero-card-list{font-size:.9rem;color:#9aa6b6;text-decoration:line-through}.shop__main{max-width:1200px;margin:0 auto;padding:clamp(28px,4vw,44px) clamp(16px,4vw,40px) 64px}.shop__toolbar{position:sticky;top:138px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:26px;padding:12px 0;background:linear-gradient(180deg,#f5f3ef 70%,rgba(246,248,252,0))}.shop__filters{display:flex;flex-wrap:wrap;gap:9px}.shop__filter{padding:9px 18px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#fff;font-family:inherit;font-size:.95rem;font-weight:600;color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1)}.shop__filter:hover{border-color:rgba(45,79,79,.4);color:#2d4f4f}.shop__filter--active{background:#2d4f4f;border-color:#2d4f4f;color:#fff}.shop__count{flex-shrink:0;font-size:.9rem;font-weight:600;color:#64748b}.shop__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.shop__empty{padding:80px 0;text-align:center;color:#94a3b8;font-size:1.05rem}.shop__footer{border-top:1px solid rgba(15,23,42,.07);background:#fff}.shop__footer-inner{max-width:1200px;margin:0 auto;padding:34px clamp(16px,4vw,40px) 40px}.shop__footer-brand{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:600;color:#0b1220}.shop__footer-note{margin:12px 0 0;font-size:.88rem;color:#64748b}.shop__footer-copy{display:block;margin-top:6px;font-size:.84rem;color:#9aa6b6}.shop-grid-enter-active,.shop-grid-leave-active,.shop-grid-move{transition:all .45s cubic-bezier(.22,1,.36,1)}.shop-grid-enter-from,.shop-grid-leave-to{opacity:0;transform:translateY(14px)}.shop-grid-leave-active{position:absolute}@media(max-width:1024px){.shop__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.shop__hero-inner{flex-direction:column;align-items:flex-start}.shop__hero-card{width:100%;max-width:360px;margin:0 auto}.shop__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.shop__grid{grid-template-columns:1fr 1fr;gap:14px}.shop__toolbar{flex-direction:column;align-items:flex-start;top:138px}}@media(prefers-reduced-motion:reduce){.shop-grid-enter-active,.shop-grid-leave-active,.shop-grid-move{transition:opacity .2s ease}}.shop-header{position:sticky;top:64px;z-index:30;background:hsla(40,23%,95%,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,6%,.1);transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.shop-header--scrolled{box-shadow:0 8px 30px -22px rgba(15,23,42,.5);border-bottom-color:rgba(15,23,42,.1)}.shop-header__shell{display:flex;align-items:center;justify-content:center;max-width:860px;margin:0 auto;padding:12px clamp(16px,4vw,40px)}.shop-header__search{display:flex;align-items:center;gap:12px;width:100%;padding:13px 18px;border-radius:14px;border:1px solid #ced4de;background:#fff;color:#94a3b8;transition:border-color .3s ease,box-shadow .3s ease}.shop-header__search:focus-within{border-color:#2d4f4f;box-shadow:0 0 0 4px rgba(45,79,79,.14)}.shop-header__search-icon{flex-shrink:0;color:#64748b}.shop-header__search-input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:1.05rem;color:#0b1220}.shop-header__search-input::-moz-placeholder{color:#94a3b8}.shop-header__search-input::placeholder{color:#94a3b8}.shop-header__search-hint{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;padding-left:14px;border-left:1px solid #e3e7ee;color:#2d4f4f;font-size:.85rem;font-weight:600;white-space:nowrap}@media(max-width:560px){.shop-header__search-hint{display:none}}.header-account-menu{position:relative}.header-account-menu__trigger{display:inline-flex;align-items:center;gap:6px;max-width:220px;min-height:46px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:12px;background:hsla(0,0%,100%,.6);color:#0f0f0f;cursor:pointer;transition:transform .55s cubic-bezier(.34,1.56,.64,1),border-color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1)}.header-account-menu__trigger:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.header-account-menu__trigger--open,.header-account-menu__trigger:hover{border-color:#0f0f0f;background:#fff}.header-account-menu__trigger:hover{transform:translateY(-2px)}.header-account-menu__org{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem;font-weight:600;color:#0f0f0f}.header-account-menu__chevron{flex-shrink:0;color:#4a4a4a;transition:transform .32s cubic-bezier(.22,1,.36,1)}.header-account-menu__trigger--open .header-account-menu__chevron{transform:rotate(180deg)}.header-account-menu__panel{position:absolute;top:calc(100% + 8px);right:0;z-index:120;min-width:140px;padding:8px;border:1px solid hsla(0,0%,6%,.1);border-radius:12px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1)}.header-account-menu__divider{height:1px;margin:4px 0;background:hsla(0,0%,6%,.1)}.header-account-menu__item{display:flex;align-items:center;width:100%;min-height:42px;padding:0 14px;border:0;border-radius:6px;background:transparent;color:#2a2a2a;font-size:.9375rem;font-weight:600;text-align:left;cursor:pointer;transition:background .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1)}.header-account-menu__item:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.header-account-menu__item:hover{background:hsla(40,23%,95%,.8);color:#0f0f0f}.header-account-menu__item--logout{color:#4a4a4a}.header-account-menu-enter-active,.header-account-menu-leave-active{transition:opacity .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.header-account-menu-enter-from,.header-account-menu-leave-to{opacity:0;transform:translateY(-8px)}@media(max-width:960px){.header-account-menu__trigger{max-width:160px;min-height:42px;padding:0 12px}.header-account-menu__org{font-size:.875rem}}.global-bar{position:fixed;top:0;left:0;right:0;z-index:1000;height:64px;background:hsla(0,0%,100%,.94);backdrop-filter:blur(20px) saturate(1.2);border-bottom:1px solid hsla(0,0%,6%,.1);transition:box-shadow .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1)}.global-bar--scrolled{background:hsla(0,0%,100%,.97);box-shadow:0 8px 40px hsla(0,0%,6%,.06)}.global-bar__shell{height:100%;width:100%;max-width:1320px;margin:0 auto;padding:0 clamp(20px,4.5vw,56px);display:flex;align-items:center;gap:clamp(20px,4vw,44px)}.global-bar__brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.global-bar__brand:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.global-bar__mark{flex-shrink:0;width:30px;height:30px;transition:transform .55s cubic-bezier(.34,1.56,.64,1)}.global-bar__brand:hover .global-bar__mark{transform:scale(1.06)}.global-bar__logo{font-family:Gowun Batang,"Noto Serif KR",serif;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:#0f0f0f;white-space:nowrap;transition:color .32s cubic-bezier(.22,1,.36,1)}.global-bar__brand:hover .global-bar__logo{color:#2d4f4f}.global-bar__nav{display:flex;align-items:center;gap:2px;min-width:0;overflow-x:auto;scrollbar-width:none}.global-bar__nav::-webkit-scrollbar{display:none}.global-bar__link{position:relative;flex-shrink:0;padding:10px 16px;font-size:1.0625rem;font-weight:500;color:#4a4a4a;white-space:nowrap;transition:color .32s cubic-bezier(.22,1,.36,1)}.global-bar__link:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.global-bar__link:after{content:"";position:absolute;left:16px;right:16px;bottom:4px;height:2px;border-radius:2px;background:#3a6666;transform:scaleX(0);transition:transform .32s cubic-bezier(.22,1,.36,1)}.global-bar__link--active,.global-bar__link:hover{color:#0f0f0f}.global-bar__link--active:after{transform:scaleX(1)}.global-bar__actions{display:flex;align-items:center;margin-left:auto;flex-shrink:0}.global-bar__login{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border:1px solid hsla(0,0%,6%,.2);border-radius:12px;background:#fff;color:#2a2a2a;font-size:.9375rem;font-weight:600;transition:transform .55s cubic-bezier(.34,1.56,.64,1),border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1)}.global-bar__login:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.global-bar__login:hover{transform:translateY(-2px);border-color:#2d4f4f;background:#2d4f4f;color:#fff}@media(max-width:720px){.global-bar__shell{gap:14px}.global-bar__logo{display:none}.global-bar__link{padding:10px 12px}.global-bar__login{padding:0 16px}}.product-detail{min-height:100vh;padding-top:64px;background:#f5f3ef;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;color:#0b1220}.product-detail__shell{max-width:1140px;margin:0 auto;padding:clamp(20px,3vw,32px) clamp(16px,4vw,40px) 72px}.product-detail__crumb{display:flex;align-items:center;gap:4px;font-size:.9rem;color:#64748b}.product-detail__crumb a{color:#475569;font-weight:600;cursor:pointer}.product-detail__crumb a:hover{color:#3a6666}.product-detail__top{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(24px,4vw,48px);margin-top:18px}.product-detail__hero{position:relative;aspect-ratio:1/1;border-radius:24px;overflow:hidden;background:#f4f6f9;border:1px solid #eef0f4;box-shadow:0 24px 60px -40px rgba(15,23,42,.35)}.product-detail__hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-detail__hero-badge{position:absolute;top:16px;left:16px;padding:7px 13px;border-radius:10px;background:#ef4444;color:#fff;font-size:.84rem;font-weight:700}.product-detail__tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0;padding:0;list-style:none}.product-detail__tags li{padding:7px 13px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.08);font-size:.86rem;font-weight:600;color:#475569}.product-detail__panel{align-self:start}.product-detail__category{display:inline-block;padding:5px 12px;border-radius:999px;background:rgba(45,79,79,.1);color:#3a6666;font-size:.84rem;font-weight:700}.product-detail__title{margin:14px 0 0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.6rem,3.2vw,2.2rem);font-weight:600;line-height:1.32;letter-spacing:-.025em;color:#0f0f0f}.product-detail__summary{margin:12px 0 0;font-size:1.08rem;line-height:1.7;color:#4a586e;word-break:keep-all}.product-detail__gauge{margin-top:24px;padding:18px 20px;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.07)}.product-detail__gauge-head{display:flex;align-items:center;justify-content:space-between}.product-detail__achieved{font-size:1.15rem;font-weight:700;color:#2d4f4f}.product-detail__dday{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;background:rgba(15,23,42,.05);font-size:.86rem;font-weight:600;color:#475569}.product-detail__dday.is-urgent{background:rgba(239,68,68,.1);color:#dc2626}.product-detail__bar{margin:12px 0;height:8px;border-radius:999px;background:rgba(15,23,42,.08);overflow:hidden}.product-detail__bar-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3a6666,#2d4f4f);animation:detail-bar 1s cubic-bezier(.22,1,.36,1)}.product-detail__participants{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:#64748b}.product-detail__price{display:flex;align-items:baseline;gap:10px;margin-top:22px}.product-detail__discount{font-size:1.7rem;font-weight:700;color:#ef4444}.product-detail__amount{font-size:2rem;font-weight:700;letter-spacing:-.02em}.product-detail__amount em{font-style:normal;font-size:1.1rem;font-weight:600;margin-left:2px}.product-detail__list{font-size:1rem;color:#9aa6b6;text-decoration:line-through}.product-detail__unit{margin:6px 0 0;font-size:.92rem;color:#64748b}.product-detail__qty{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:20px;border-top:1px solid rgba(15,23,42,.08)}.product-detail__qty-label{font-size:1rem;font-weight:600}.product-detail__stepper{display:inline-flex;align-items:center;border:1px solid rgba(15,23,42,.12);border-radius:12px;overflow:hidden}.product-detail__stepper button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;background:#fff;color:#0b1220;cursor:pointer;transition:background .2s ease}.product-detail__stepper button:hover{background:#f1f5f9}.product-detail__stepper span{min-width:48px;text-align:center;font-size:1.05rem;font-weight:600}.product-detail__total{display:flex;align-items:center;justify-content:space-between;margin-top:16px}.product-detail__total span{font-size:1rem;color:#475569}.product-detail__total strong{font-size:1.4rem;font-weight:700;color:#0b1220;letter-spacing:-.02em}.product-detail__actions{display:flex;gap:12px;margin-top:20px}.product-detail__like{display:inline-flex;align-items:center;justify-content:center;width:58px;flex-shrink:0;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff;color:#64748b;cursor:pointer;transition:all .3s ease}.product-detail__like:hover{border-color:rgba(239,68,68,.4);color:#ef4444}.product-detail__like.is-active{border-color:#ef4444;color:#ef4444;background:rgba(239,68,68,.07)}.product-detail__join{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:9px;height:58px;border:0;border-radius:14px;background:linear-gradient(135deg,#3a6666,#2d4f4f);color:#fff;font-family:inherit;font-size:1.12rem;font-weight:700;cursor:pointer;box-shadow:0 20px 40px -20px rgba(45,79,79,.7);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.product-detail__join:hover{transform:translateY(-2px);box-shadow:0 28px 50px -22px rgba(45,79,79,.75)}.product-detail__toast{display:flex;align-items:center;gap:8px;margin:14px 0 0;padding:13px 16px;border-radius:12px;background:rgba(16,185,129,.1);color:#047857;font-size:.95rem;font-weight:600}.product-detail__info{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(24px,4vw,48px);margin-top:clamp(40px,6vw,64px);padding-top:clamp(32px,4vw,48px);border-top:1px solid rgba(15,23,42,.08)}.product-detail__section h2{margin:0 0 16px;font-family:"Noto Serif KR",New York,serif;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:#0f0f0f}.product-detail__specs{margin:0}.product-detail__specs div{display:flex;gap:16px;padding:13px 0;border-bottom:1px solid rgba(15,23,42,.07)}.product-detail__specs div:first-child{border-top:1px solid rgba(15,23,42,.07)}.product-detail__specs dt{flex-shrink:0;width:84px;font-size:.95rem;font-weight:600;color:#94a3b8}.product-detail__specs dd{margin:0;font-size:.98rem;color:#0b1220}.product-detail__desc{margin:0 0 20px;font-size:1.05rem;line-height:1.8;color:#3a475e;word-break:keep-all}.product-detail__notice{margin:0;padding:18px 20px 18px 36px;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.07)}.product-detail__notice li{font-size:.92rem;line-height:1.7;color:#64748b}.product-detail__related{margin-top:clamp(40px,6vw,64px)}.product-detail__related h2{margin:0 0 20px;font-family:"Noto Serif KR",New York,serif;font-size:1.35rem;font-weight:600;letter-spacing:-.02em;color:#0f0f0f}.product-detail__related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-detail__missing{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:60vh;color:#94a3b8}.product-detail__missing p{margin:0;font-size:1.1rem}.product-detail__missing-link{margin-top:6px;padding:12px 24px;border-radius:999px;background:#0b1220;color:#fff;font-weight:600;cursor:pointer}@keyframes detail-bar{0%{width:0}}.detail-toast-enter-active,.detail-toast-leave-active{transition:opacity .35s ease,transform .35s ease}.detail-toast-enter-from,.detail-toast-leave-to{opacity:0;transform:translateY(-6px)}@media(max-width:980px){.product-detail__top{grid-template-columns:1fr}.product-detail__hero{aspect-ratio:16/10}.product-detail__info{grid-template-columns:1fr;gap:32px}.product-detail__related-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.product-detail__related-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.product-detail__related-grid{grid-template-columns:1fr 1fr;gap:14px}}@media(prefers-reduced-motion:reduce){.product-detail__bar-fill{animation:none}}.scroll-reveal{width:100%;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.scroll-reveal--up{opacity:0;transform:translateY(56px)}.scroll-reveal--left{opacity:0;transform:translateY(0);transform:translateX(-64px)}.scroll-reveal--right{opacity:0;transform:translateY(0);transform:translateX(64px)}.scroll-reveal--scale{opacity:0;transform:translateY(0);transform:scale(.94)}.scroll-reveal--fade{opacity:0;transform:none}.scroll-reveal--visible{opacity:1;transform:translateY(0)}.scroll-reveal--visible.scroll-reveal--left,.scroll-reveal--visible.scroll-reveal--right,.scroll-reveal--visible.scroll-reveal--scale{transform:none}.scroll-reveal--visible.scroll-reveal--fade{opacity:1}.consult-section{position:relative;padding:clamp(88px,10vw,140px) 0;background:#0a0a0a;color:#fff;overflow:hidden}.consult-section__glow{position:absolute;top:-40%;right:-20%;width:60%;height:120%;background:radial-gradient(circle,rgba(58,102,102,.35) 0,transparent 65%);pointer-events:none;animation:consult-glow 8s ease-in-out infinite alternate}.consult-section__inner{display:grid;grid-template-columns:minmax(280px,.88fr) minmax(360px,1.12fr);gap:clamp(32px,5vw,64px);align-items:stretch;position:relative;z-index:1}.consult-section__visual{display:flex;min-height:100%}.consult-section__visual .editorial-image{flex:1;width:100%;min-height:100%;aspect-ratio:auto;height:100%}.consult-section__copy{display:flex;flex-direction:column;gap:24px;min-height:100%}.consult-section__actions{display:flex;flex-wrap:wrap;gap:14px}.consult-section__ghost{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border:2px solid hsla(0,0%,100%,.28);border-radius:12px;font-size:1.0625rem;font-weight:600;color:hsla(0,0%,100%,.9);transition:border-color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.34,1.56,.64,1)}.consult-section__ghost:hover{border-color:hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.08);transform:translateY(-2px)}.consult-section__lead{margin:0;max-width:none;color:hsla(0,0%,100%,.84)}.consult-section__channels{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:0;padding:32px 0 0;border-top:1px solid hsla(0,0%,100%,.12);list-style:none}.consult-section__channels li{display:flex;align-items:center;gap:16px;min-height:56px;font-size:1.0625rem;line-height:1.5;color:hsla(0,0%,100%,.82)}.consult-section__channels a{transition:color .32s cubic-bezier(.22,1,.36,1)}.consult-section__channels a:hover{color:#fff}.consult-section .section-meta{color:hsla(0,0%,100%,.52)}.consult-section .section-title{color:#fff}.consult-form{display:flex;flex-direction:column;gap:24px;padding:32px;border-radius:20px;background:hsla(0,0%,100%,.72);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12);backdrop-filter:blur(24px)}.consult-form__row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.consult-form__field{display:flex;flex-direction:column;gap:12px;margin:0}.consult-form__field span{display:block;min-height:1.5em;font-size:1rem;font-weight:600;line-height:1.5;color:hsla(0,0%,100%,.78)}.consult-form__field input,.consult-form__field select,.consult-form__field textarea{width:100%;margin:0;padding:0 24px;border:1px solid hsla(0,0%,100%,.18);border-radius:12px;background:hsla(0,0%,100%,.08);color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;line-height:1.5;transition:border-color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1);box-sizing:border-box}.consult-form__field input::-moz-placeholder,.consult-form__field select::-moz-placeholder,.consult-form__field textarea::-moz-placeholder{color:hsla(0,0%,100%,.38)}.consult-form__field input::placeholder,.consult-form__field select::placeholder,.consult-form__field textarea::placeholder{color:hsla(0,0%,100%,.38)}.consult-form__field input:focus,.consult-form__field select:focus,.consult-form__field textarea:focus{outline:none;border-color:hsla(0,0%,100%,.45);background:hsla(0,0%,100%,.12)}.consult-form__field input,.consult-form__field select{height:56px}.consult-form__field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='rgba(255,255,255,0.6)' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.consult-form__field textarea{min-height:140px;padding-top:24px;padding-bottom:24px;resize:vertical}.consult-form__field select option{color:#0f0f0f}.consult-form__submit{width:100%;margin:0;border-color:#fff;background:#fff;color:#0f0f0f}.consult-form__submit:hover{background:transparent;color:#fff}@keyframes consult-glow{0%{opacity:.5;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}@media(max-width:960px){.consult-section__inner{grid-template-columns:1fr}.consult-section__visual .editorial-image{min-height:360px;aspect-ratio:16/10}.consult-section__channels{grid-template-columns:1fr;gap:16px}.consult-form__row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.consult-section__glow{animation:none}}.home-page{overflow-x:hidden}.home-page .page-shell{margin-top:0;margin-bottom:0}.home-hero{position:relative;margin-top:124px;min-height:clamp(560px,78vh,820px);display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}.home-hero__media{position:absolute;inset:0;z-index:0}.home-hero__bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.88) contrast(1.04) brightness(.96);animation:hero-ken-burns 20s ease-in-out infinite alternate}.home-hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,hsla(0,0%,4%,.88),hsla(0,0%,4%,.52) 52%,hsla(0,0%,4%,.32)),radial-gradient(ellipse at 72% 18%,rgba(45,79,79,.45) 0,transparent 52%)}.home-hero__shell{position:relative;z-index:1;flex:1;display:flex;align-items:center;padding-top:clamp(72px,10vw,120px);padding-bottom:clamp(32px,4vw,48px)}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.55fr);gap:clamp(32px,5vw,56px);align-items:end;width:100%}.home-hero__copy{max-width:720px}.home-hero__eyebrow{margin:0 0 20px;font-size:.9375rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:hsla(0,0%,100%,.65)}.home-hero__title{margin:0 0 24px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2.5rem,5.8vw,4.25rem);font-weight:600;line-height:1.1;letter-spacing:-.04em;color:#fff;text-shadow:0 8px 40px rgba(0,0,0,.4)}.home-hero__title em{font-style:normal;color:#8ec4c4}.home-hero__summary{margin:0 0 32px;max-width:580px;font-size:clamp(1.0625rem,1.8vw,1.3125rem);line-height:1.8;color:hsla(0,0%,100%,.82)}.home-hero__actions{display:flex;flex-wrap:wrap;gap:14px}.home-hero__ghost{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 28px;border:2px solid hsla(0,0%,100%,.35);border-radius:12px;font-size:1.0625rem;font-weight:600;color:hsla(0,0%,100%,.9);transition:border-color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.34,1.56,.64,1)}.home-hero__ghost:hover{border-color:#fff;background:hsla(0,0%,100%,.1);transform:translateY(-3px)}.home-hero__panel{padding:clamp(22px,3vw,28px);border:1px solid hsla(0,0%,100%,.14);border-radius:20px;background:hsla(0,0%,4%,.55);backdrop-filter:blur(20px);box-shadow:0 24px 64px rgba(0,0,0,.28)}.home-hero__panel-label{margin:0 0 14px;font-size:.9375rem;font-weight:600;letter-spacing:-.02em;color:hsla(0,0%,100%,.82);word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.home-hero__panel-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.home-hero__panel-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08)}.home-hero__panel-metric{display:inline-flex;align-items:baseline;flex-shrink:0;gap:2px;min-width:88px;white-space:nowrap}.home-hero__panel-amount{font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.375rem,2.4vw,1.625rem);font-weight:600;letter-spacing:-.03em;line-height:1;color:#fff}.home-hero__panel-unit{font-size:.875rem;font-weight:600;line-height:1;color:hsla(0,0%,100%,.68)}.home-hero__panel-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.home-hero__panel-title{font-size:.9375rem;font-weight:600;line-height:1.35;color:hsla(0,0%,100%,.92)}.home-hero__panel-note,.home-hero__panel-title{word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.home-hero__panel-note{font-size:.8125rem;line-height:1.45;color:hsla(0,0%,100%,.46)}.home-hero__panel-link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:14px;padding:13px 18px;border:1px solid hsla(0,0%,100%,.14);border-radius:12px;font-size:.9375rem;font-weight:600;color:hsla(0,0%,100%,.82);background:hsla(0,0%,100%,.04);transition:color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),border-color .32s cubic-bezier(.22,1,.36,1)}.home-hero__panel-link:hover{color:#fff;background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.24)}.home-hero__proof{position:relative;z-index:1;background:hsla(0,0%,4%,.92);backdrop-filter:blur(16px);border-top:1px solid hsla(0,0%,100%,.1)}.home-hero__proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:hsla(0,0%,100%,.08)}.home-hero__proof-item{display:flex;flex-direction:column;gap:6px;padding:22px 20px;background:transparent;transition:background .32s cubic-bezier(.22,1,.36,1)}.home-hero__proof-item:hover{background:hsla(0,0%,100%,.04)}.home-hero__proof-value{font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.375rem,2.2vw,1.75rem);font-weight:600;letter-spacing:-.03em;line-height:1;color:#fff}.home-hero__proof-label{font-size:.9375rem;font-weight:600;line-height:1.45;color:hsla(0,0%,100%,.88)}.home-hero__proof-note{font-size:.8125rem;line-height:1.5;color:hsla(0,0%,100%,.46)}.home-overview{padding:clamp(56px,7vw,96px) 0;background:#f5f3ef;border-bottom:1px solid hsla(0,0%,6%,.1)}.home-overview__head{max-width:720px;margin-bottom:clamp(40px,5vw,56px)}.home-overview__title{text-wrap:wrap}.home-overview__desc{text-wrap:wrap;max-width:640px}.home-overview__layout{display:grid;grid-template-columns:.55fr 1.45fr;gap:clamp(32px,5vw,64px);align-items:stretch;align-items:start;gap:clamp(32px,4.5vw,56px)}.home-overview__visual{position:sticky;top:148px}.home-overview__cards{display:flex;flex-direction:column;gap:24px}.home-overview__card{display:block;padding:clamp(24px,3vw,32px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;transition:border-color .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.home-overview__card:hover{border-color:rgba(58,102,102,.35);transform:translateY(-3px);box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.home-overview__card:hover .home-overview__arrow{color:#3a6666;transform:translateX(4px)}.home-overview__card:hover .home-overview__index{background:#3a6666;color:#fff}.home-overview__card-head{display:flex;align-items:center;gap:16px;margin-bottom:16px}.home-overview__index{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:rgba(45,79,79,.1);font-size:.9375rem;color:#3a6666;transition:background .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1)}.home-overview__index,.home-overview__name{font-family:"Noto Serif KR",New York,serif;font-weight:600}.home-overview__name{flex:1;margin:0;font-size:clamp(1.3125rem,2vw,1.5rem);letter-spacing:-.02em;color:#0f0f0f}.home-overview__tagline{margin:0 0 16px;font-size:1.125rem;line-height:1.6;color:#4a4a4a;text-wrap:wrap;word-break:keep-all}.home-overview__scope{margin:0;padding-top:16px;border-top:1px solid hsla(0,0%,6%,.1);font-size:.9375rem;line-height:1.65;letter-spacing:-.01em;color:#767676;text-wrap:wrap;word-break:keep-all}.home-overview__arrow{flex-shrink:0;display:flex;justify-content:center;color:#767676;transition:color .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.home-pillars{padding:clamp(56px,7vw,96px) 0;background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1)}.home-pillars__head{margin-bottom:32px}.home-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-pillars__item{display:flex;flex-direction:column;min-height:100%;padding:clamp(24px,3vw,32px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#f5f3ef;border-top-width:3px}.home-pillars__item--save{border-top-color:#3a6666}.home-pillars__item--risk{border-top-color:#8a3a2a}.home-pillars__item--flow{border-top-color:#0f0f0f}.home-pillars__label{display:block;margin-bottom:12px;font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#3a6666}.home-pillars__item--risk .home-pillars__label{color:#8a3a2a}.home-pillars__title{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:1.25rem;font-weight:600;line-height:1.35;color:#0f0f0f}.home-pillars__desc{flex:1;margin:0 0 20px;font-size:1rem;line-height:1.75;color:#4a4a4a}.home-pillars__link{font-size:.9375rem;font-weight:600;color:#3a6666;transition:color .32s cubic-bezier(.22,1,.36,1)}.home-pillars__link:hover{color:#0f0f0f}.home-process{padding:clamp(56px,7vw,96px) 0;background:#0a0a0a;color:#fff;border-bottom:1px solid hsla(0,0%,100%,.08)}.home-process__head{margin-bottom:32px}.home-process__head .section-meta{color:hsla(0,0%,100%,.58)}.home-process__track{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:28px;border-radius:20px;overflow:hidden;background:hsla(0,0%,100%,.1)}.home-process__step{position:relative;padding:clamp(22px,3vw,28px) 20px;background:hsla(0,0%,100%,.04)}.home-process__step h3{margin:0 0 8px;font-family:"Noto Serif KR",New York,serif;font-size:1.0625rem;font-weight:600;color:hsla(0,0%,100%,.94)}.home-process__step p{margin:0;font-size:.875rem;line-height:1.6;color:hsla(0,0%,100%,.72)}.home-process__index{display:block;margin-bottom:12px;font-family:"Noto Serif KR",New York,serif;font-size:.875rem;font-weight:600;color:#8ec4c4}.home-process__arrow{display:none}.home-process__cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.home-process__ghost{display:inline-flex;align-items:center;min-height:56px;padding:0 24px;font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.72);transition:color .32s cubic-bezier(.22,1,.36,1)}.home-process__ghost:hover{color:#fff}.home-trust{padding:clamp(28px,4vw,40px) 0;background:#e8e4dc;border-bottom:1px solid hsla(0,0%,6%,.1)}.home-trust__list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:0;padding:0;list-style:none}.home-trust__list li{padding:16px 20px;border:1px solid hsla(0,0%,6%,.1);border-radius:12px;background:#fff;font-size:.9375rem;font-weight:600;line-height:1.5;color:#2a2a2a;text-align:center;transition:border-color .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.home-trust__list li:hover{border-color:rgba(58,102,102,.3);transform:translateY(-2px)}@media(max-width:1100px){.home-hero__grid{grid-template-columns:1fr}.home-hero__aside{max-width:420px}.home-overview__layout{grid-template-columns:1fr}.home-overview__visual{position:static;max-width:420px}}@media(max-width:900px){.home-hero__proof-grid,.home-pillars__grid,.home-trust__list{grid-template-columns:repeat(2,1fr)}.home-process__track{grid-template-columns:1fr 1fr}}@media(max-width:560px){.home-hero__proof-grid,.home-pillars__grid,.home-process__track,.home-trust__list{grid-template-columns:1fr}.home-hero__panel-item{align-items:flex-start;padding:12px 14px}.home-hero__panel-metric{min-width:76px}.home-hero__actions,.home-process__cta{flex-direction:column;align-items:stretch}.home-hero__actions .btn-light,.home-hero__actions .home-hero__ghost,.home-hero__actions .home-process__ghost,.home-process__cta .btn-light,.home-process__cta .home-hero__ghost,.home-process__cta .home-process__ghost{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){.home-hero__bg{animation:none}}.page-hero{position:relative;margin-top:124px;padding-top:clamp(64px,9vw,112px);padding-bottom:0;background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1);overflow:hidden}.page-hero--with-image{min-height:clamp(520px,72vh,720px);display:flex;flex-direction:column;justify-content:flex-end;padding-top:0;border-bottom:none;color:#fff}.page-hero--with-image .page-hero__intro{max-width:820px}.page-hero--with-image .page-hero__title{color:#fff;font-size:clamp(2.5rem,6vw,4.5rem);text-shadow:0 4px 32px rgba(0,0,0,.35)}.page-hero--with-image .page-hero__subtitle{color:hsla(0,0%,100%,.82);font-size:clamp(1.125rem,2vw,1.375rem)}.page-hero__media{position:absolute;inset:0;z-index:0}.page-hero__bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.88) contrast(1.04) brightness(.96);animation:hero-ken-burns 18s ease-in-out infinite alternate}.page-hero__media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,4%,.35),hsla(0,0%,4%,.75)),radial-gradient(ellipse at 20% 80%,rgba(45,79,79,.35) 0,transparent 55%)}.page-hero__content{position:relative;z-index:1;padding-bottom:clamp(48px,6vw,72px)}.page-hero__intro{max-width:780px;margin-bottom:clamp(48px,6vw,64px)}.page-hero__title{margin:0 0 24px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2.375rem,5vw,4rem);font-weight:600;line-height:1.12;letter-spacing:-.04em;color:#0f0f0f;text-wrap:wrap;word-break:keep-all}.page-hero__subtitle{margin:0;font-size:1.4375rem;line-height:1.85;color:#4a4a4a;text-wrap:wrap;word-break:keep-all}.page-hero__actions{margin-top:36px;display:flex;flex-wrap:wrap;gap:16px}.page-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.16);border-radius:20px;overflow:hidden;backdrop-filter:blur(12px)}.page-hero--with-image .page-hero__stats{background:hsla(0,0%,100%,.08)}.page-hero:not(.page-hero--with-image) .page-hero__stats{background:hsla(0,0%,6%,.2);border-color:hsla(0,0%,6%,.2)}.page-hero__stat{position:relative;display:flex;flex-direction:column;gap:8px;padding:28px 32px;background:#0f0f0f;color:#fff}.page-hero--with-image .page-hero__stat{background:hsla(0,0%,4%,.55)}.page-hero__stat-value{font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:-.03em;line-height:1}.page-hero__stat-label{font-size:1rem;font-weight:600;color:hsla(0,0%,100%,.92)}.page-hero__stat-note{font-size:.875rem;line-height:1.55;color:hsla(0,0%,100%,.46)}.page-hero__flow{position:relative;z-index:1;background:#f5f3ef;border-top:1px solid hsla(0,0%,6%,.1)}.page-hero__flow-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:32px;padding-bottom:32px;align-items:center}.page-hero__flow-step{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;min-height:56px;padding:0}.page-hero__flow-index{flex-shrink:0;font-family:"Noto Serif KR",New York,serif;font-size:.875rem;font-weight:600;color:#3a6666}.page-hero__flow-label{font-size:1.0625rem;font-weight:600;color:#2a2a2a}.page-hero__flow-arrow{margin-left:auto;color:#767676;opacity:.5}@keyframes hero-ken-burns{0%{transform:scale(1)}to{transform:scale(1.08)}}@media(max-width:768px){.page-hero__flow-arrow{display:none}.page-hero__flow-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.page-hero__flow-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.page-hero__bg{animation:none}}.cta-section{position:relative;padding:clamp(88px,10vw,140px) 0;background:#f5f3ef;border-top:1px solid hsla(0,0%,6%,.1);overflow:hidden}.cta-section--dark{background:#0a0a0a;border-top:none}.cta-section--dark .section-meta{color:hsla(0,0%,100%,.72)}.cta-section--dark .section-desc{color:hsla(0,0%,100%,.84)}.cta-section--dark .section-desc strong{color:#fff}.cta-section__glow{position:absolute;bottom:-50%;left:-10%;width:50%;height:100%;background:radial-gradient(circle,rgba(58,102,102,.35) 0,transparent 60%);pointer-events:none}.cta-section__inner{display:grid;grid-template-columns:1fr auto;gap:clamp(32px,5vw,64px);align-items:stretch;position:relative;z-index:1;align-items:center}.cta-section__copy{display:flex;flex-direction:column;gap:20px;max-width:680px}.cta-section__meta--light{color:hsla(0,0%,100%,.72)}.cta-section__actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-end;align-items:center}.cta-section__ghost{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border:2px solid hsla(0,0%,100%,.24);border-radius:12px;color:hsla(0,0%,100%,.88);font-size:1.0625rem;font-weight:600;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.34,1.56,.64,1)}.cta-section__ghost:hover{border-color:hsla(0,0%,100%,.5);color:#fff;transform:translateY(-3px)}@media(max-width:768px){.cta-section__inner{grid-template-columns:1fr;align-items:start}.cta-section__actions{justify-content:flex-start}}.wage-page .section-title{text-wrap:wrap}.wage-page .section-desc:not(.section-desc--light){font-size:1.1875rem;color:#2a2a2a}.wage-page .section-desc:not(.section-desc--light) strong{color:#0f0f0f}.wage-page .page-hero__subtitle{font-size:1.3125rem;color:hsla(0,0%,100%,.92)}.wage-opportunity{padding:clamp(88px,10vw,140px) 0;background:#f5f3ef;border-bottom:1px solid hsla(0,0%,6%,.1)}.wage-opportunity__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.wage-opportunity__grid--dual{grid-template-columns:repeat(2,1fr);max-width:880px}.wage-opportunity__card{padding:clamp(24px,3vw,32px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;transition:border-color .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.wage-opportunity__card:hover{box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.wage-opportunity__card--save{border-top:3px solid #3a6666}.wage-opportunity__card--risk{border-top:3px solid #8a3a2a;background:linear-gradient(180deg,rgba(138,58,42,.04),#fff 48%)}.wage-opportunity__staff{display:block;margin-bottom:12px;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#767676}.wage-opportunity__value{margin:0 0 8px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1;letter-spacing:-.03em;color:#0f0f0f}.wage-opportunity__value small{margin-left:2px;font-size:.45em;font-weight:500}.wage-opportunity__label{margin:0 0 6px;font-size:1rem;font-weight:600;color:#2a2a2a}.wage-opportunity__sub{margin:0;font-size:.9375rem;color:#4a4a4a}.wage-blindspot{padding:clamp(88px,10vw,140px) 0;background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1)}.wage-blindspot__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:stretch}.wage-blindspot__panel{height:100%;padding:clamp(28px,4vw,40px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#f5f3ef}.wage-blindspot__tag{display:inline-block;margin-bottom:16px;padding:6px 14px;border-radius:6px;background:rgba(45,79,79,.1);font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3a6666}.wage-blindspot__question{margin:0 0 16px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:600;line-height:1.45;letter-spacing:-.02em;color:#0f0f0f;text-wrap:wrap;word-break:keep-all}.wage-blindspot__answer{margin:0 0 24px;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,6%,.1);font-size:1.0625rem;line-height:1.75;color:#3a6666;font-weight:600}.wage-blindspot__reasons{margin:0;padding:0;list-style:none;counter-reset:reason}.wage-blindspot__reasons li{position:relative;padding:14px 0 14px 36px;border-bottom:1px solid hsla(0,0%,6%,.1);font-size:1rem;line-height:1.7;color:#4a4a4a;counter-increment:reason}.wage-blindspot__reasons li:before{content:counter(reason);position:absolute;left:0;top:14px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;border:1px solid hsla(0,0%,6%,.1);font-size:.75rem;font-weight:700;color:#767676}.wage-blindspot__reasons li:last-child{border-bottom:0;padding-bottom:0}.wage-case__block-title{margin:0 0 20px;font-family:"Noto Serif KR",New York,serif;font-size:1.25rem;font-weight:600;color:#0f0f0f;text-wrap:wrap;word-break:keep-all;line-height:1.4}.wage-case__dl{margin:0}.wage-case__dl-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid hsla(0,0%,6%,.1);font-size:.9375rem}.wage-case__dl-row dt{color:#4a4a4a}.wage-case__dl-row dd{margin:0;font-weight:600;color:#0f0f0f;text-align:right}.wage-case__dl-row--warn dd{color:#8a3a2a}.wage-case__dl-row--ok dd{color:#3a6666}.wage-case__dl-row--total{padding-top:16px;border-bottom:0;font-size:1rem;background:#f5f3ef}.wage-case__dl-row--total dd,.wage-case__dl-row--total dt{font-weight:700;color:#0f0f0f}.wage-case__dl-row:last-child{border-bottom:0}.wage-case{padding:clamp(88px,10vw,140px) 0;background:#0a0a0a;color:#fff}.wage-case .section-meta{color:hsla(0,0%,100%,.58)}.wage-case__title{text-wrap:wrap}.wage-case .wage-case__block-title{color:hsla(0,0%,100%,.94)}.wage-case .wage-case__dl-row{border-bottom-color:hsla(0,0%,100%,.08)}.wage-case .wage-case__dl-row dt{color:hsla(0,0%,100%,.72)}.wage-case .wage-case__dl-row dd{color:hsla(0,0%,100%,.92)}.wage-case .wage-case__dl-row--warn dd{color:#e8a598}.wage-case .wage-case__dl-row--total{background:transparent}.wage-case .wage-case__dl-row--total dd,.wage-case .wage-case__dl-row--total dt{color:#fff}.wage-case__layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(32px,5vw,64px);margin-bottom:32px;align-items:start}.wage-case__conditions{padding:clamp(24px,3vw,32px);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;background:hsla(0,0%,100%,.04)}.wage-case__compare{display:grid;grid-template-columns:1fr 1fr;gap:24px}.wage-case__panel{padding:clamp(24px,3vw,32px);border:1px solid hsla(0,0%,100%,.12);border-radius:20px;background:hsla(0,0%,100%,.04)}.wage-case__panel--after{border-color:rgba(142,196,196,.35);background:rgba(45,79,79,.35)}.wage-case__panel-head{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid hsla(0,0%,100%,.1)}.wage-case__panel-head p{margin:8px 0 0;font-size:.9375rem;color:hsla(0,0%,100%,.72)}.wage-case__panel-label{font-size:.8125rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8ec4c4}.wage-case__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:hsla(0,0%,100%,.1);border-radius:20px;overflow:hidden}.wage-case__step{display:flex;flex-direction:column;gap:12px;padding:28px 24px;background:hsla(0,0%,4%,.65)}.wage-case__step-index{font-family:"Noto Serif KR",New York,serif;font-size:.875rem;font-weight:600;color:#8ec4c4}.wage-case__step-body h4{margin:0 0 8px;font-size:.9375rem;font-weight:600;color:hsla(0,0%,100%,.72)}.wage-case__step-value{margin:0 0 8px;font-family:"Noto Serif KR",New York,serif;font-size:1.5rem;font-weight:600;line-height:1.1;color:#fff}.wage-case__step-desc{margin:0;font-size:.875rem;line-height:1.55;color:hsla(0,0%,100%,.46)}.wage-solution{padding:clamp(88px,10vw,140px) 0;background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1)}.wage-solution__title{text-wrap:wrap}.wage-solution__principle-lead{margin:0 0 24px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;line-height:1.4;color:#0f0f0f}.wage-solution__principles{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.wage-solution__principle{padding:clamp(24px,3vw,32px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#f5f3ef}.wage-solution__principle h3{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:1.125rem;font-weight:600;line-height:1.4;color:#0f0f0f}.wage-solution__principle p{margin:0;font-size:1rem;line-height:1.75;color:#4a4a4a}.wage-solution__principle-index{display:inline-block;margin-bottom:16px;font-family:"Noto Serif KR",New York,serif;font-size:.9375rem;font-weight:600;color:#3a6666}.wage-solution__summary{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:stretch;margin-bottom:32px}.wage-solution__summary-card{padding:clamp(28px,3.5vw,36px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#f5f3ef}.wage-solution__summary-card h3{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:600;line-height:1.35;color:#0f0f0f}.wage-solution__summary-card p{margin:0;font-size:1rem;line-height:1.75;color:#4a4a4a}.wage-solution__summary-card--after{border-color:rgba(58,102,102,.35);background:#fff}.wage-solution__summary-label{display:block;margin-bottom:12px;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#767676}.wage-solution__summary-arrow{display:flex;align-items:center;justify-content:center;color:#3a6666;opacity:.7}.wage-solution__outcomes{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:0 0 24px;padding:0;list-style:none;border:1px solid hsla(0,0%,6%,.2);border-radius:20px;overflow:hidden;background:hsla(0,0%,6%,.2)}.wage-solution__outcomes li{display:flex;flex-direction:column;gap:10px;padding:clamp(24px,3vw,32px);background:#fff}.wage-solution__outcomes li span{font-size:.9375rem;font-weight:600;color:#4a4a4a}.wage-solution__outcomes li strong{font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:600;letter-spacing:-.02em;color:#0f0f0f}.wage-solution__outcomes-item--highlight{background:rgba(45,79,79,.1)}.wage-solution__outcomes-item--highlight strong{color:#3a6666}.wage-solution__footnote{margin:0;font-size:.9375rem;line-height:1.7;color:#4a4a4a}.wage-solution__tables{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);margin-bottom:32px}.wage-solution__table-group{border:1px solid hsla(0,0%,6%,.2);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1)}.wage-solution__table-group--after{border-color:rgba(58,102,102,.35)}.wage-solution__table-group--after .wage-solution__table-head{background:rgba(45,79,79,.1)}.wage-solution__table-group .wage-case__dl-row{padding-left:24px;padding-right:24px}.wage-solution__table-head{padding:20px 24px;background:#f5f3ef;border-bottom:2px solid #0f0f0f}.wage-solution__table-head span{display:block;margin-bottom:6px;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#767676}.wage-solution__table-head strong{font-family:"Noto Serif KR",New York,serif;font-size:1.25rem;font-weight:600;color:#0f0f0f}.wage-solution__detail{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);margin-bottom:32px}.wage-solution__detail-panel{padding:clamp(24px,3vw,32px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#f5f3ef}.wage-solution__detail-panel .wage-case__dl-row{padding-left:24px;padding-right:24px}.wage-solution__detail-panel .wage-case__dl-row--total{background:hsla(0,0%,100%,.65)}.wage-solution__detail-note{margin:-12px 0 20px;font-size:.9375rem;color:#4a4a4a}.wage-solution__savings-list{margin:0;padding:0;list-style:none;border-top:1px solid hsla(0,0%,6%,.1)}.wage-solution__savings-list li{padding:14px 0;border-bottom:1px solid hsla(0,0%,6%,.1)}.wage-solution__savings-list li p{margin:4px 0 0;font-size:.875rem;color:#767676}.wage-solution__savings-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.wage-solution__savings-head strong{font-size:.9375rem;font-weight:600;color:#2a2a2a}.wage-solution__savings-head span{font-size:.9375rem;font-weight:700;color:#3a6666;white-space:nowrap}.wage-solution__savings-total{margin:20px 0 0;padding-top:16px;border-top:1px solid hsla(0,0%,6%,.2);font-size:1rem;line-height:1.6;color:#2a2a2a}.wage-solution__savings-total em{font-style:normal;font-family:"Noto Serif KR",New York,serif;font-size:1.25rem;font-weight:600;color:#0f0f0f}.wage-impact{padding:clamp(88px,10vw,140px) 0;background:#f5f3ef;border-bottom:1px solid hsla(0,0%,6%,.1)}.wage-impact__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wage-impact__item{padding:clamp(28px,4vw,40px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;border-top:3px solid #0f0f0f}.wage-impact__item h3{margin:0 0 16px;font-size:1.0625rem;font-weight:600;color:#4a4a4a}.wage-impact__index{display:block;margin-bottom:20px;font-size:.9375rem;color:#3a6666}.wage-impact__index,.wage-impact__value{font-family:"Noto Serif KR",New York,serif;font-weight:600}.wage-impact__value{margin:0 0 10px;font-size:clamp(2rem,4vw,2.75rem);line-height:1;letter-spacing:-.03em;color:#0f0f0f}.wage-impact__value small{font-size:.45em;font-weight:500}.wage-impact__note{margin:0;font-size:.9375rem;line-height:1.6;color:#4a4a4a}.wage-visual{margin-top:48px}.wage-track{margin-top:32px}.wage-faq{margin-top:28px}.wage-faq__item{border-top:1px solid hsla(0,0%,6%,.1)}.wage-faq__item:last-child{border-bottom:1px solid hsla(0,0%,6%,.1)}.wage-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;cursor:pointer;list-style:none}.wage-faq__item summary::-webkit-details-marker{display:none}.wage-faq__item[open] .wage-faq__toggle{transform:rotate(45deg)}.wage-faq__q{flex:1;font-family:"Noto Serif KR",New York,serif;font-size:1.0625rem;font-weight:600;color:#0f0f0f}.wage-faq__toggle{flex-shrink:0;font-size:1.125rem;font-weight:300;color:#767676;transition:transform .2s ease}.wage-faq__a{padding:0 0 20px;font-size:1rem;line-height:1.75;color:#4a4a4a}.wage-faq__a :deep(b){color:#0f0f0f;font-weight:600}.wage-disclaimer{padding:28px 0 48px;background:#f5f3ef;border-top:1px solid hsla(0,0%,6%,.1)}.wage-disclaimer p{margin:0;max-width:820px;font-size:.9375rem;line-height:1.7;color:#4a4a4a}@media(max-width:480px){.wage-page .heading-phrase{white-space:normal}}@media(max-width:1024px){.wage-opportunity__grid{grid-template-columns:repeat(2,1fr)}.wage-case__layout,.wage-solution__principles,.wage-solution__summary{grid-template-columns:1fr}.wage-solution__summary-arrow{transform:rotate(90deg);padding:8px 0}.wage-solution__detail,.wage-solution__outcomes,.wage-solution__principles{grid-template-columns:1fr}}@media(max-width:900px){.wage-blindspot__grid,.wage-case__compare,.wage-impact__grid,.wage-solution__tables{grid-template-columns:1fr}.wage-case__steps{grid-template-columns:1fr 1fr}}@media(max-width:560px){.wage-case__steps,.wage-opportunity__grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.wage-faq__toggle{transition:none}}.svc-brief{padding:clamp(88px,10vw,140px) 0;background:#f5f3ef;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-brief__inner{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(32px,5vw,64px);align-items:stretch;align-items:center}.svc-brief__inner--reverse{grid-template-columns:1.25fr .75fr}.svc-brief__inner--reverse .svc-brief__visual{order:2}.svc-capabilities{padding:clamp(88px,10vw,140px) 0;background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-table{display:flex;flex-direction:column;gap:32px}.svc-table__group{border:1px solid hsla(0,0%,6%,.2);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1)}.svc-table__group-head{display:grid;grid-template-columns:72px 1fr;gap:24px;align-items:center;padding:24px 32px;background:#f5f3ef;border-bottom:2px solid #0f0f0f}.svc-table__index{font-size:1.125rem;color:#3a6666}.svc-table__domain-info strong,.svc-table__index{font-family:"Noto Serif KR",New York,serif;font-weight:600}.svc-table__domain-info strong{display:block;margin-bottom:6px;font-size:1.5rem;color:#0f0f0f}.svc-table__domain-info span{font-size:1.125rem;line-height:1.65;color:#4a4a4a}.svc-table__items{width:100%;border-collapse:collapse;table-layout:fixed}.svc-table__items td,.svc-table__items th{padding:24px 32px;text-align:left;vertical-align:middle;border-bottom:1px solid hsla(0,0%,6%,.1);word-break:keep-all;overflow-wrap:break-word;line-break:strict}.svc-table__items thead th{width:30%;font-size:1rem;font-weight:700;letter-spacing:.06em;color:#2a2a2a;background:hsla(40,23%,95%,.65);border-bottom:1px solid hsla(0,0%,6%,.2)}.svc-table__items tbody th[scope=row]{width:30%;font-size:1.1875rem;font-weight:600;line-height:1.6;color:#0f0f0f;background:#fff}.svc-table__items tbody td{font-size:1.1875rem;line-height:1.75;color:#4a4a4a}.svc-table__items tbody tr:last-child td,.svc-table__items tbody tr:last-child th{border-bottom:none}.svc-table__items tbody tr:hover td,.svc-table__items tbody tr:hover th[scope=row]{background:hsla(40,23%,95%,.45)}.svc-dark{padding:clamp(88px,10vw,140px) 0;background:#0a0a0a;color:#fff}.svc-dark__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:stretch}.svc-dark__copy{display:flex;flex-direction:column;gap:20px}.svc-dark__meta{color:hsla(0,0%,100%,.46)}.svc-dark__list{margin:0;padding:0;list-style:none;border-top:1px solid hsla(0,0%,100%,.12)}.svc-dark__list li{display:grid;grid-template-columns:48px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid hsla(0,0%,100%,.1);align-items:center}.svc-dark__num{font-family:"Noto Serif KR",New York,serif;font-size:.875rem;color:hsla(0,0%,100%,.46)}.svc-dark__text{font-size:1.1875rem;line-height:1.8;color:hsla(0,0%,100%,.88);word-break:keep-all;overflow-wrap:break-word;line-break:strict}.svc-split{padding:clamp(88px,10vw,140px) 0;background:#f5f3ef;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-split__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:stretch}.svc-panel{display:flex;flex-direction:column;height:100%;padding:32px;background:#fff;border:1px solid hsla(0,0%,6%,.1);border-radius:20px;box-shadow:0 32px 80px hsla(0,0%,6%,.1);transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.svc-panel:hover{transform:translateY(-6px);box-shadow:0 24px 64px hsla(0,0%,6%,.14)}.svc-panel__label{display:block;margin-bottom:16px;font-size:.9375rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2d4f4f}.svc-panel__title{margin:0 0 10px;font-family:"Noto Serif KR",New York,serif;font-size:1.5rem;font-weight:600;color:#0f0f0f}.svc-panel__desc{margin:0 0 24px;font-size:1.125rem;line-height:1.75;color:#4a4a4a}.svc-panel__list{margin:0;padding:0;list-style:none;border-top:1px solid hsla(0,0%,6%,.1)}.svc-panel__list li{padding:14px 0;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-panel__list strong{display:block;margin-bottom:6px;font-size:1.125rem;font-weight:600;color:#0f0f0f}.svc-panel__list span{font-size:1.0625rem;line-height:1.7;color:#4a4a4a}.svc-panel__docs{border-top:1px solid hsla(0,0%,6%,.1)}.svc-panel__doc-group{padding:16px 0;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-panel__doc-group:last-child{border-bottom:none}.svc-panel__doc-group h4{margin:0 0 10px;font-size:.875rem;font-weight:500;color:#0f0f0f}.svc-panel__doc-group ul{margin:0;padding:0;list-style:none}.svc-panel__doc-group ul li{padding:4px 0;font-size:.8125rem;line-height:1.7;color:#4a4a4a;border:none}.svc-metrics{padding:clamp(88px,10vw,140px) 0;background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-metrics__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(32px,5vw,64px);align-items:stretch}.svc-metrics__item{display:flex;flex-direction:column;height:100%;padding:32px;border:1px solid hsla(0,0%,6%,.1);background:#f5f3ef;border-radius:20px;transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.svc-metrics__item:hover{transform:translateY(-6px);box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.svc-metrics__item h3{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:1.375rem;font-weight:600;color:#0f0f0f}.svc-metrics__item p{margin:0;font-size:1.0625rem;line-height:1.8;color:#4a4a4a}.svc-metrics__index{display:block;margin-bottom:16px;font-family:"Noto Serif KR",New York,serif;font-size:.8125rem;color:#2d4f4f}.svc-notice{padding:clamp(88px,10vw,140px) 0;background:#fff}.svc-notice,.svc-notice-row{border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-notice-row{display:grid;grid-template-columns:56px 1fr;gap:16px 32px;padding:32px 0;align-items:start}.svc-notice-row:first-of-type{border-top:1px solid hsla(0,0%,6%,.1)}.svc-notice-row__index{grid-row:1/3;font-family:"Noto Serif KR",New York,serif;font-size:.875rem;color:#2d4f4f}.svc-notice-row__tag{display:block;margin-bottom:8px;font-size:.6875rem;font-weight:600;letter-spacing:.08em;color:#767676}.svc-notice-row__title{margin:0 0 8px;font-family:"Noto Serif KR",New York,serif;font-size:1.125rem;font-weight:500;color:#0f0f0f}.svc-notice-row__desc{margin:0 0 20px;max-width:560px;font-size:.875rem;line-height:1.75;color:#4a4a4a}.svc-notice-row__items{grid-column:2;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.svc-notice-row__items li{padding:6px 12px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#f5f3ef;font-size:.75rem;font-weight:500;color:#2a2a2a}.svc-timeline{padding:clamp(88px,10vw,140px) 0;background:#f5f3ef;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-timeline__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:stretch}.svc-timeline__inner>.scroll-reveal:first-child{display:flex;flex-direction:column;gap:20px}.svc-timeline__track{border-top:2px solid #0f0f0f}.svc-timeline__event{display:grid;grid-template-columns:72px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid hsla(0,0%,6%,.1);align-items:start}.svc-timeline__year{font-family:"Noto Serif KR",New York,serif;font-size:.9375rem;color:#767676}.svc-timeline__body h3{margin:0 0 6px;font-size:.9375rem;font-weight:500;color:#0f0f0f}.svc-timeline__body p{margin:0;font-size:.875rem;line-height:1.75;color:#4a4a4a}@media(max-width:900px){.svc-brief__inner,.svc-brief__inner--reverse{grid-template-columns:1fr}.svc-brief__inner .svc-brief__visual,.svc-brief__inner--reverse .svc-brief__visual{order:-1;max-width:480px}.svc-table__group-head{grid-template-columns:56px 1fr;padding:20px 20px;gap:16px}.svc-table__items thead{display:none}.svc-table__items tbody tr{display:block;padding:20px;border-bottom:1px solid hsla(0,0%,6%,.1)}.svc-table__items tbody tr:last-child{border-bottom:none}.svc-table__items tbody td,.svc-table__items tbody th{display:block;width:100%;padding:0;border:none}.svc-table__items tbody th[scope=row]{margin-bottom:10px;font-size:1.1875rem}.svc-table__items tbody td{font-size:1.0625rem}.svc-dark__inner,.svc-metrics__grid,.svc-split__grid,.svc-timeline__inner{grid-template-columns:1fr}}.gosi{padding-top:124px;min-height:100vh;background:#f5f3ef}.gosi mark{padding:0 2px;border-radius:2px;background:#fff066;color:inherit;font-weight:700}.gosi-shell{width:100%;max-width:920px;margin:0 auto;padding-left:clamp(20px,4vw,32px);padding-right:clamp(20px,4vw,32px)}.gosi-shell--wide{max-width:1200px}.gosi-hero{background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1)}.gosi-hero__inner{display:flex;flex-direction:column;gap:20px;padding-top:clamp(40px,6vw,72px);padding-bottom:clamp(28px,4vw,44px)}.gosi-hero__bar{display:flex;align-items:flex-start}.gosi-hero__intro{display:flex;flex-direction:column;gap:10px}.gosi-hero__eyebrow{margin:0;font-size:.875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#3a6666}.gosi-hero__title{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.875rem,4vw,2.75rem);font-weight:600;letter-spacing:-.03em;line-height:1.2;color:#0f0f0f}.gosi-hero__lead{margin:0;font-size:1.0625rem;line-height:1.6;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.gosi-hero__back{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 14px 0 10px;border:1px solid hsla(0,0%,6%,.2);border-radius:999px;background:#f5f3ef;font-size:.9375rem;font-weight:600;color:#2a2a2a;cursor:pointer;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1)}.gosi-hero__back:hover{border-color:#3a6666;color:#3a6666}.gosi-hero__context{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.gosi-hero__context-text{font-size:.9375rem;font-weight:600;color:#2a2a2a}.gosi-hero--compact .gosi-hero__inner{gap:12px;padding-top:20px;padding-bottom:20px}.gosi-search{display:flex;align-items:stretch;gap:10px;width:100%}.gosi-search__field{flex:1;display:flex;align-items:center;gap:0;min-width:0;min-height:56px;padding:0 14px 0 0;border:1px solid hsla(0,0%,6%,.2);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1);transition:border-color .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.gosi-search__field:focus-within{border-color:#3a6666;box-shadow:0 0 0 4px rgba(58,102,102,.14)}.gosi-search__mode{position:relative;display:flex;align-items:center;flex-shrink:0;padding-left:14px}.gosi-search__mode-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:96px;max-width:112px;padding:0 28px 0 0;border:0;background:transparent;font-size:.9375rem;font-weight:700;color:#2a2a2a;cursor:pointer}.gosi-search__mode-select:focus{outline:none}.gosi-search__mode-icon{position:absolute;right:4px;pointer-events:none;color:#767676}.gosi-search__divider{flex-shrink:0;width:1px;height:28px;margin:0 12px 0 4px;background:hsla(0,0%,6%,.2)}.gosi-search__input{flex:1;min-width:0;padding-right:4px;border:0;background:transparent;font-size:1.125rem;color:#0f0f0f;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.gosi-search__input::-moz-placeholder{color:#767676}.gosi-search__input::placeholder{color:#767676}.gosi-search__input:focus{outline:none}.gosi-search__input::-webkit-search-cancel-button{display:none}.gosi-search__clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:0;border-radius:999px;background:#f5f3ef;color:#4a4a4a;cursor:pointer;transition:background .32s cubic-bezier(.22,1,.36,1)}.gosi-search__clear:hover{background:rgba(58,102,102,.12);color:#3a6666}.gosi-search__submit{flex-shrink:0;min-width:88px;min-height:56px;padding:0 24px;border:0;border-radius:20px;background:#3a6666;font-size:1.0625rem;font-weight:700;color:#fff;cursor:pointer;transition:background .32s cubic-bezier(.22,1,.36,1),opacity .32s cubic-bezier(.22,1,.36,1)}.gosi-search__submit:hover:not(:disabled){filter:brightness(1.06)}.gosi-search__submit:disabled{opacity:.6;cursor:not-allowed}.gosi-hero--compact .gosi-search__field{min-height:48px;box-shadow:none}.gosi-hero--compact .gosi-search__mode-select{min-width:88px;font-size:.875rem}.gosi-hero--compact .gosi-search__input{font-size:1rem}.gosi-hero--compact .gosi-search__submit{min-height:48px;min-width:76px;padding:0 18px;font-size:1rem}@media(max-width:560px){.gosi-search{flex-direction:column}.gosi-search__submit{width:100%}.gosi-search-panel .gosi-search{padding:8px}}.gosi-search-panel{border:1px solid hsla(0,0%,6%,.2);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1);transition:border-color .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.gosi-search-panel:focus-within{border-color:#3a6666;box-shadow:0 0 0 4px rgba(58,102,102,.14)}.gosi-search-panel .gosi-search{gap:10px;padding:8px 8px 8px 0}.gosi-search-panel .gosi-search__field{min-height:48px;border:0;border-radius:0;box-shadow:none;background:transparent}.gosi-search-panel .gosi-search__field:focus-within{border-color:transparent;box-shadow:none}.gosi-search-panel .gosi-search__submit{min-height:48px}.gosi-search-panel__refine{border-top:1px solid hsla(0,0%,6%,.1)}.gosi-search-panel__toggle{display:flex;align-items:center;gap:8px;width:100%;min-height:44px;padding:0 18px;border:0;border-radius:0 0 20px 20px;background:hsla(40,23%,95%,.55);font-size:.9375rem;font-weight:600;color:#2a2a2a;cursor:pointer;transition:color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1)}.gosi-search-panel__toggle--on,.gosi-search-panel__toggle:hover{color:#3a6666;background:rgba(58,102,102,.06)}.gosi-search-panel__toggle--on{border-radius:0}.gosi-search-panel__count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#3a6666;font-size:.6875rem;font-weight:700;color:#fff}.gosi-search-panel__chevron{margin-left:auto;transition:transform .32s cubic-bezier(.22,1,.36,1)}.gosi-search-panel__chevron--open{transform:rotate(180deg)}.gosi-search-panel__filters{display:flex;flex-direction:column;gap:16px;padding:16px 18px 18px;border-top:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.55);border-radius:0 0 20px 20px}.gosi-search-panel__field,.gosi-search-panel__group{min-width:0}.gosi-search-panel__label{display:block;margin-bottom:8px;font-size:.8125rem;font-weight:700;letter-spacing:.04em;color:#767676}.gosi-search-panel__chips{display:flex;flex-wrap:wrap;gap:8px}.gosi-search-panel__selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.gosi-search-panel__select{width:100%;min-height:42px;padding:0 12px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;color:#0f0f0f}.gosi-hero--compact .gosi-search-panel{box-shadow:none}.gosi-chip{min-height:38px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:999px;background:#f5f3ef;font-size:.9375rem;font-weight:600;color:#2a2a2a;cursor:pointer;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1)}.gosi-chip--on,.gosi-chip:hover{border-color:#3a6666;color:#3a6666}.gosi-chip--on{background:rgba(58,102,102,.1)}.gosi-main{padding-bottom:clamp(48px,8vw,96px)}.gosi-status{padding:56px 24px;font-size:1rem;color:#4a4a4a;text-align:center}.gosi-status--error{color:#a33}.gosi-discover{padding-top:clamp(28px,4vw,44px)}.gosi-discover__topics{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px;margin-bottom:clamp(28px,4vw,44px)}.gosi-discover__topics-label{font-size:.875rem;font-weight:700;color:#767676}.gosi-discover__chips{display:flex;flex-wrap:wrap;gap:8px}.gosi-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gosi-card{position:relative;display:flex;flex-direction:column;gap:8px;padding:28px 28px 24px;border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1);text-align:left;cursor:pointer;overflow:hidden;transition:border-color .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.gosi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#3a6666;opacity:0;transition:opacity .32s cubic-bezier(.22,1,.36,1)}.gosi-card:hover{border-color:#3a6666;box-shadow:0 16px 48px hsla(0,0%,6%,.08);transform:translateY(-3px)}.gosi-card:hover:before{opacity:1}.gosi-card__index{font-size:.9375rem;color:#767676}.gosi-card__index,.gosi-card__kind{font-family:"Noto Serif KR",New York,serif;font-weight:600}.gosi-card__kind{font-size:1.5rem;letter-spacing:-.02em;color:#0f0f0f}.gosi-card__name{font-size:.9375rem;line-height:1.5;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.gosi-card__meta{margin-top:2px;font-size:.8125rem;color:#767676}.gosi-card__count{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding-top:14px;border-top:1px solid hsla(0,0%,6%,.1);font-size:.9375rem;font-weight:600;color:#3a6666}.gosi-card__count strong{font-size:1.25rem;font-weight:700}.gosi-card__count .app-icon{margin-left:auto}.gosi-results{padding-top:clamp(24px,3vw,36px)}.gosi-split{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:20px;align-items:start}.gosi-split__list{position:sticky;top:140px;align-self:start;max-height:calc(100vh - 156px);overflow-y:auto;overscroll-behavior:contain;border:1px solid hsla(0,0%,6%,.1);border-radius:12px;background:#fff}.gosi-split__detail{min-width:0}.gosi-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:420px;padding:48px 32px;border:1px dashed hsla(0,0%,6%,.2);border-radius:20px;background:hsla(0,0%,100%,.5);text-align:center;color:#767676}.gosi-detail-empty__title{margin:6px 0 0;font-size:1.0625rem;font-weight:600;color:#2a2a2a}.gosi-detail-empty__desc{margin:0;max-width:320px;font-size:.9375rem;line-height:1.6;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.gosi-list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.gosi-list__label{position:sticky;top:0;z-index:1;margin:0;padding:10px 14px;border-bottom:1px solid hsla(0,0%,6%,.1);background:#f5f3ef;font-size:.8125rem;font-weight:700;letter-spacing:.02em;color:#2a2a2a}.gosi-result{display:flex;flex-direction:column;gap:4px;width:100%;padding:11px 14px;border:0;border-bottom:1px solid hsla(0,0%,6%,.1);background:transparent;text-align:left;cursor:pointer;transition:background .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.gosi-result:hover{background:rgba(58,102,102,.05)}.gosi-result--active{background:rgba(58,102,102,.1);box-shadow:inset 3px 0 0 #3a6666}.gosi-result__top{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.gosi-result__badge{padding:1px 7px;border-radius:4px;background:rgba(58,102,102,.12);font-size:.6875rem;font-weight:700;color:#3a6666}.gosi-result__no{font-size:.8125rem;font-weight:700;color:#2a2a2a}.gosi-result__tag{padding:1px 7px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;font-size:.6875rem;font-weight:600;color:#2a2a2a}.gosi-result__tag--muted{color:#4a4a4a}.gosi-result__title{font-size:.9375rem;font-weight:600;line-height:1.4;color:#0f0f0f}.gosi-result__snippet,.gosi-result__title{margin:0;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.gosi-result__snippet{font-size:.8125rem;line-height:1.5;color:#4a4a4a;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.gosi-detail{padding:clamp(22px,3vw,32px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.gosi-detail__back-wide{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:52px;margin-top:24px;border:1px solid rgba(58,102,102,.4);border-radius:12px;background:rgba(58,102,102,.08);font-size:1rem;font-weight:700;color:#3a6666;cursor:pointer;transition:background .32s cubic-bezier(.22,1,.36,1),border-color .32s cubic-bezier(.22,1,.36,1)}.gosi-detail__back-wide:hover{background:rgba(58,102,102,.14);border-color:#3a6666}.gosi-detail__head{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid hsla(0,0%,6%,.1)}.gosi-detail__head-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px}.gosi-detail__badge{padding:4px 12px;border-radius:999px;background:rgba(58,102,102,.12);font-size:.8125rem;font-weight:700;color:#3a6666}.gosi-detail__kicker{font-size:.875rem;color:#4a4a4a}.gosi-detail__article-no{margin:0 0 8px;font-size:.9375rem;font-weight:700;letter-spacing:.02em;color:#3a6666}.gosi-detail__title{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.75rem,2.8vw,2.25rem);font-weight:600;line-height:1.3;letter-spacing:-.02em;color:#0f0f0f;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.gosi-detail__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px}.gosi-detail__tags span{padding:5px 11px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#f5f3ef;font-size:.8125rem;font-weight:600;color:#2a2a2a}.gosi-detail__body{display:flex;flex-direction:column;max-width:820px}.gosi-detail__block{padding:20px 0}.gosi-detail__block:not(:first-child){border-top:1px dashed hsla(0,0%,6%,.2)}.gosi-detail__block-label{display:inline-block;margin:0 0 10px;padding:3px 11px;border-radius:5px;background:rgba(58,102,102,.12);font-size:.8125rem;font-weight:700;color:#3a6666}.gosi-detail__text{margin:0;font-size:1.0625rem;line-height:1.9;color:#0f0f0f;white-space:pre-wrap;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.gosi-detail__text--legal{padding:18px 20px;border-radius:12px;background:hsla(40,23%,95%,.85);font-size:1rem;line-height:1.95}.gosi-detail__block--summary{padding:20px 22px;margin-bottom:4px;border:1px solid rgba(58,102,102,.18);border-radius:12px;background:rgba(58,102,102,.05)}.gosi-detail__block--summary:not(:first-child){border-top:1px solid rgba(58,102,102,.18)}.gosi-detail__block--summary .gosi-detail__text{font-size:1.0625rem;line-height:1.85}.gosi-detail__block--alert .gosi-detail__block-label{background:rgba(170,51,51,.12);color:#a33}.gosi-detail__block--action .gosi-detail__block-label{background:rgba(58,102,102,.16)}.gosi-detail__ref{padding:0;border:0;background:transparent;font:inherit;color:#3a6666;font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.gosi-detail__ref:hover{background:rgba(58,102,102,.12)}.gosi-detail__empty{margin:0;padding:48px 16px;font-size:.9375rem;line-height:1.6;color:#4a4a4a;text-align:center}@media(max-width:880px){.gosi-split{grid-template-columns:1fr;gap:0}.gosi-split__list{position:static;max-height:none;padding-right:0}}@media(max-width:760px){.gosi-cards,.gosi-search-panel__selects{grid-template-columns:1fr}.gosi-card{padding:22px 20px 20px}}.consult-board-page{padding-top:124px;min-height:calc(100vh - 124px);background:#f5f3ef}.consult-board-page__shell{padding-top:clamp(40px,6vw,64px);padding-bottom:clamp(88px,10vw,140px)}.consult-board-page__head{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,6%,.2)}.consult-board-page__title{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:600;letter-spacing:-.035em;color:#0f0f0f}.consult-board-page__desc{margin:0;max-width:720px;font-size:1.125rem;line-height:1.75;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-panel__status{padding:72px 24px;text-align:center;font-size:1.125rem;color:#4a4a4a;border-top:1px solid hsla(0,0%,6%,.1)}.consult-board-panel__status--error{color:#a33}.consult-board-toolbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:18px 20px;border-bottom:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.45)}.consult-board-toolbar__write{grid-column:3;grid-row:1;justify-self:end;display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;font-weight:600;color:#2a2a2a;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.consult-board-toolbar__write:hover{border-color:#3a6666;color:#3a6666;box-shadow:0 16px 48px hsla(0,0%,6%,.08)}.consult-board-search{grid-column:2;grid-row:1;justify-self:center;display:flex;align-items:center;gap:8px}.consult-board-search__type{min-width:108px;padding:0 12px;font-weight:600;color:#2a2a2a}.consult-board-search__input,.consult-board-search__type{height:42px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem}.consult-board-search__input{width:min(280px,42vw);padding:0 14px;color:#0f0f0f}.consult-board-search__input:focus{outline:none;border-color:#3a6666}.consult-board-search__btn{min-width:72px;height:42px;padding:0 18px;border:none;border-radius:6px;background:#3a6666;font-size:.9375rem;font-weight:600;color:#fff;cursor:pointer;transition:background .32s cubic-bezier(.22,1,.36,1)}.consult-board-search__btn:hover{background:#2d4f4f}.consult-board-table-wrap{overflow-x:auto}.consult-board-table{width:100%;border-collapse:collapse}.consult-board-table td,.consult-board-table th{padding:16px 18px;border-bottom:1px solid hsla(0,0%,6%,.1);font-size:.9375rem;line-height:1.5;text-align:center;white-space:nowrap;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-table th{background:#fff;font-weight:700;color:#2a2a2a}.consult-board-table td:nth-child(2),.consult-board-table th:nth-child(2){text-align:left}.consult-board-table td:first-child,.consult-board-table th:first-child{width:88px}.consult-board-table td:nth-child(3),.consult-board-table th:nth-child(3){width:220px}.consult-board-table td:nth-child(4),.consult-board-table th:nth-child(4){width:140px}.consult-board-table__row:last-child td{border-bottom:none}.consult-board-table__title{padding:0;border:none;background:none;font:inherit;color:#2a2a2a;cursor:pointer;transition:color .32s cubic-bezier(.22,1,.36,1)}.consult-board-table__title:hover{color:#3a6666;text-decoration:underline}.consult-board-table__author{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.02em;color:#4a4a4a}.consult-board-table__date{color:#767676}.consult-board-footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;padding:18px 20px;border-top:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.35)}.consult-board-footer__count{grid-column:1;grid-row:1;justify-self:start;margin:0;font-size:.9375rem;font-weight:600;color:#4a4a4a}.consult-board-footer__limit{grid-column:3;grid-row:1;justify-self:end}.consult-board-footer__limit-label{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;font-weight:600;color:#4a4a4a}.consult-board-footer__limit-select{min-width:88px;height:36px;padding:0 10px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;font-weight:600;color:#2a2a2a;cursor:pointer}.consult-board-footer__limit-select:focus{outline:none;border-color:#3a6666}.consult-board-pagination{grid-column:2;grid-row:1;justify-self:center;display:flex;align-items:center;justify-content:center;gap:6px}.consult-board-pagination__arrow,.consult-board-pagination__page{min-width:36px;height:36px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;font-size:.9375rem;font-weight:600;color:#4a4a4a;cursor:pointer;transition:background .32s cubic-bezier(.22,1,.36,1),border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1)}.consult-board-pagination__arrow:disabled,.consult-board-pagination__page:disabled{opacity:.35;cursor:not-allowed}.consult-board-pagination__page--active{border-color:#3a6666;background:#3a6666;color:#fff}.consult-board-pagination__ellipsis{padding:0 4px;color:#767676}@media(max-width:900px){.consult-board-toolbar{grid-template-columns:1fr;justify-items:stretch}.consult-board-search{grid-column:1;grid-row:1;justify-self:stretch;flex-wrap:wrap}.consult-board-toolbar__write{grid-column:1;grid-row:2;justify-self:end}.consult-board-footer{grid-template-columns:1fr;justify-items:center;text-align:center}.consult-board-footer__count{grid-column:1;grid-row:1;justify-self:center}.consult-board-pagination{grid-column:1;grid-row:2;justify-self:center}.consult-board-footer__limit{grid-column:1;grid-row:3;justify-self:center}}@media(max-width:640px){.consult-board-search{width:100%}.consult-board-search__input{flex:1 1 160px;width:auto}.consult-board-table td,.consult-board-table th{padding:14px 10px;font-size:.875rem}.consult-board-table td:nth-child(3),.consult-board-table th:nth-child(3){width:auto;max-width:140px;overflow:hidden;text-overflow:ellipsis}}.consult-board-write{padding-top:124px;min-height:calc(100vh - 124px);background:#f5f3ef}.consult-board-write__shell{padding-top:clamp(40px,6vw,64px);padding-bottom:clamp(88px,10vw,140px);max-width:860px}.consult-board-write__head{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,6%,.2)}.consult-board-write__back{display:inline-block;margin-bottom:12px;font-size:.9375rem;font-weight:600;color:#3a6666}.consult-board-write__title{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:600;letter-spacing:-.035em;color:#0f0f0f}.consult-board-write__desc{margin:0;font-size:1.125rem;line-height:1.75;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-write__done{padding:clamp(32px,5vw,48px);text-align:center}.consult-board-write__done-label{margin:0 0 8px;font-size:.875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#3a6666}.consult-board-write__done-title{margin:0 0 28px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;color:#0f0f0f}.consult-board-write__done-info{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:480px;margin:0 auto 24px;text-align:left}.consult-board-write__done-info dt{font-size:.875rem;font-weight:700;color:#767676}.consult-board-write__done-info dd{margin:6px 0 0;font-size:1.125rem;font-weight:600;color:#3a6666}.consult-board-write__done-note{margin:0 0 28px;font-size:1.125rem;line-height:1.75;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-write__done-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.consult-board-panel{border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1)}.consult-board-form__body{display:flex;flex-direction:column;gap:20px;padding:clamp(24px,4vw,32px)}.consult-board-form__credentials{display:flex;flex-direction:column;gap:8px;padding-top:4px;border-top:1px solid hsla(0,0%,6%,.1)}.consult-board-form__credentials-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;padding-top:20px;align-items:start}.consult-board-form__author-msg{margin:0;font-size:.875rem;line-height:1.5;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-form__author-msg--ok{color:#3a6666}.consult-board-form__author-msg--warn{color:#a33}.consult-board-form__password-msg{margin:0;font-size:.875rem;line-height:1.5;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-form__password-msg--new{color:#3a6666}.consult-board-form__password-msg--existing{color:#4a4a4a}.consult-board-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.consult-board-form__field{display:flex;flex-direction:column;gap:12px;margin:0}.consult-board-form__field span{font-size:.9375rem;font-weight:600;color:#2a2a2a}.consult-board-form__field input,.consult-board-form__field textarea{width:100%;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;color:#0f0f0f;transition:border-color .32s cubic-bezier(.22,1,.36,1)}.consult-board-form__field input::-moz-placeholder,.consult-board-form__field textarea::-moz-placeholder{color:#767676}.consult-board-form__field input::placeholder,.consult-board-form__field textarea::placeholder{color:#767676}.consult-board-form__field input:focus,.consult-board-form__field textarea:focus{outline:none;border-color:#3a6666}.consult-board-form__field input:-webkit-autofill,.consult-board-form__field textarea:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#0f0f0f}.consult-board-form__field input{height:44px}.consult-board-form__field textarea{min-height:180px;padding-top:14px;padding-bottom:14px;resize:vertical;line-height:1.7;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-form__file{padding-top:4px}.consult-board-form__file-label{display:block;margin-bottom:10px;font-size:.9375rem;font-weight:600;color:#2a2a2a}.consult-board-form__file-notice{margin:0 0 12px;font-size:.9375rem;line-height:1.65;color:#3a6666;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-form__file-control{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.consult-board-form__file-input{display:none}.consult-board-form__file-btn{min-height:40px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:hsla(40,23%,95%,.6);font-size:.9375rem;font-weight:600;color:#2a2a2a;cursor:pointer;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1)}.consult-board-form__file-btn:hover{border-color:#3a6666;color:#3a6666}.consult-board-form__file-name{flex:1;min-width:120px;font-size:.9375rem;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.consult-board-form__file-clear{padding:0;border:none;background:none;font-size:.875rem;font-weight:600;color:#767676;cursor:pointer}.consult-board-form__file-clear:hover{color:#a33}.consult-board-form__file-hint{margin:8px 0 0;font-size:.8125rem;color:#767676}.consult-board-form__field-hint{margin:0;font-size:.8125rem;line-height:1.65;color:#767676;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-form__error{margin:0;padding:12px 16px;border-radius:6px;background:rgba(163,51,51,.06);font-size:.9375rem;color:#a33}.consult-board-form__foot{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;border-top:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.35)}.consult-board-form__cancel,.consult-board-form__submit{min-width:140px;min-height:42px;padding:0 24px;font-size:.9375rem}.consult-board-form__submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.consult-board-form__credentials-row,.consult-board-form__row,.consult-board-write__done-info{grid-template-columns:1fr}.consult-board-form__foot{flex-direction:column;align-items:stretch}.consult-board-form__cancel,.consult-board-form__submit{width:100%;margin:0}}.consult-board-detail{padding-top:124px}.consult-board-detail__hero{padding:40px 0 28px;background:#fff;border-bottom:1px solid hsla(0,0%,6%,.1)}.consult-board-detail__back{display:inline-block;margin-bottom:12px;font-size:.9375rem;font-weight:600;color:#3a6666}.consult-board-detail__title{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:600;color:#0f0f0f}.consult-board-detail__body{padding-top:clamp(40px,5vw,56px);padding-bottom:clamp(48px,6vw,64px);background:#f5f3ef}.consult-board-detail__shell{max-width:860px}.consult-board-detail__status{padding:48px 0;text-align:center;color:#4a4a4a}.consult-board-detail__status--error{color:#a33}.consult-board-detail__panel{padding:clamp(28px,4vw,40px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1)}.consult-board-detail__head{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,6%,.1)}.consult-board-detail__head-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.consult-board-detail__status-badge{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;font-size:.8125rem;font-weight:700;letter-spacing:.02em}.consult-board-detail__status-badge--wait{background:rgba(245,158,11,.12);color:#b45309}.consult-board-detail__status-badge--done{background:rgba(58,102,102,.12);color:#3a6666}.consult-board-detail__post-title{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.375rem,2.8vw,1.625rem);font-weight:600;line-height:1.45;color:#0f0f0f;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-detail__date{font-size:.9375rem;color:#767676}.consult-board-detail__meta-strip{display:flex;flex-wrap:wrap;gap:20px 32px;margin:16px 0 0}.consult-board-detail__meta-strip div{min-width:0}.consult-board-detail__meta-strip dt{margin:0 0 4px;font-size:.8125rem;font-weight:700;color:#767676}.consult-board-detail__meta-strip dd{margin:0;font-size:1rem;font-weight:600;color:#2a2a2a}.consult-board-detail__password-form{margin-bottom:8px}.consult-board-detail__auth-lead{margin:0 0 16px;font-size:.9375rem;line-height:1.7;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-detail__field{display:flex;flex-direction:column;gap:12px;margin:0;margin-bottom:16px}.consult-board-detail__field span{font-size:.9375rem;font-weight:600;color:#2a2a2a}.consult-board-detail__field input{width:100%;min-height:56px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:12px}.consult-board-detail__verify-btn{width:100%;min-height:52px;font-size:1.0625rem}.consult-board-detail__error{margin:0 0 12px;color:#a33;font-size:1.125rem}.consult-board-detail__info{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:0 0 28px}.consult-board-detail__info dt{font-size:.875rem;font-weight:700;color:#767676}.consult-board-detail__info dd{margin:6px 0 0;font-size:1.0625rem;color:#2a2a2a}.consult-board-detail__block{margin-bottom:28px}.consult-board-detail__block-title{margin:0 0 12px;font-size:1rem;font-weight:700;color:#0f0f0f}.consult-board-detail__content-text{margin:0;padding:18px 20px;border:1px solid hsla(0,0%,6%,.1);border-radius:12px;background:hsla(48,33%,94%,.35);font-size:1.25rem;line-height:1.85;color:#4a4a4a;white-space:pre-wrap;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-detail__attach{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid hsla(0,0%,6%,.1);border-radius:12px;background:#fff}.consult-board-detail__attach--reply{margin-top:14px;padding:14px 16px;background:hsla(48,33%,94%,.25)}.consult-board-detail__attach-info{display:flex;align-items:center;gap:10px;min-width:0;flex:1;color:#3a6666}.consult-board-detail__attach-info span{font-size:.9375rem;color:#2a2a2a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.consult-board-detail__attach-btn{min-height:44px;padding:0 20px;font-size:.9375rem;flex-shrink:0}.consult-board-detail__reply-block{padding-top:4px}.consult-board-detail__reply-card{padding:20px;border:1px solid rgba(58,102,102,.22);border-radius:12px;background:rgba(58,102,102,.04)}.consult-board-detail__reply-card+.consult-board-detail__reply-card{margin-top:12px}.consult-board-detail__reply-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.consult-board-detail__reply-head strong{font-size:.9375rem;font-weight:700;color:#3a6666}.consult-board-detail__reply-head time{font-size:.875rem;color:#767676}.consult-board-detail__reply-text{font-size:1.25rem;line-height:1.85;color:#0f0f0f;white-space:pre-wrap}.consult-board-detail__reply-text,.consult-board-detail__reply-wait p{margin:0;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-detail__reply-wait p{padding:18px 20px;border:1px dashed hsla(0,0%,6%,.2);border-radius:12px;font-size:.9375rem;line-height:1.7;color:#4a4a4a;background:hsla(48,33%,94%,.35)}.consult-board-detail__edit-note{margin:0 0 28px;font-size:.9375rem;line-height:1.65;color:#767676;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.consult-board-detail__foot{display:flex;flex-wrap:wrap;align-items:stretch;gap:12px;padding-top:28px;border-top:1px solid hsla(0,0%,6%,.1)}.consult-board-detail__foot--pre-auth{margin-top:8px}.consult-board-detail__foot--pre-auth .consult-board-detail__back-list{flex:none;width:100%;min-width:0}.consult-board-detail__back-list{flex:1;min-width:min(100%,280px);min-height:56px;font-size:1.0625rem;text-decoration:none}.consult-board-detail__delete{display:inline-flex;align-items:center;justify-content:center;min-width:148px;min-height:56px;padding:0 24px;border:2px solid rgba(163,51,51,.35);border-radius:12px;background:#fff;font-size:.9375rem;font-weight:600;color:#a33;cursor:pointer;transition:border-color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.34,1.56,.64,1)}.consult-board-detail__delete:hover:not(:disabled){border-color:#a33;background:rgba(163,51,51,.06);transform:translateY(-2px)}.consult-board-detail__delete:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.consult-board-detail__info{grid-template-columns:1fr}.consult-board-detail__foot{flex-direction:column}.consult-board-detail__back-list,.consult-board-detail__delete{width:100%;min-width:0}.consult-board-detail__attach{flex-direction:column;align-items:stretch}.consult-board-detail__attach-btn{width:100%}}.portal-breadcrumb{margin-bottom:16px}.portal-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin:0;padding:0;list-style:none;font-size:.8125rem}.portal-breadcrumb__item{display:inline-flex;align-items:center;gap:4px}.portal-breadcrumb__link{color:#666;text-decoration:none}.portal-breadcrumb__link:hover{color:#0067b3;text-decoration:underline}.portal-breadcrumb__current{color:#222;font-weight:600}.portal-breadcrumb__sep{color:#888}.login-page{padding-top:124px;min-height:calc(100vh - 124px);background:#f5f3ef}.login-page__shell{padding-top:clamp(40px,6vw,64px);padding-bottom:clamp(88px,10vw,140px);max-width:720px}.login-page__head,.login-page__shell{display:flex;flex-direction:column;align-items:center}.login-page__head{width:100%;max-width:460px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,6%,.2);text-align:center}.login-page__title{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:600;letter-spacing:-.035em;color:#0f0f0f}.login-page__desc{margin:0;font-size:1.125rem;line-height:1.75;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.login-page__panel{width:100%;max-width:460px;border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1)}.login-form__body{display:flex;flex-direction:column;gap:20px;padding:clamp(24px,4vw,32px)}.login-form__field{display:flex;flex-direction:column;gap:12px;margin:0}.login-form__field span{font-size:.9375rem;font-weight:600;color:#2a2a2a}.login-form__field input{width:100%;height:44px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;color:#0f0f0f;transition:border-color .32s cubic-bezier(.22,1,.36,1)}.login-form__field input::-moz-placeholder{color:#767676}.login-form__field input::placeholder{color:#767676}.login-form__field input:focus{outline:none;border-color:#3a6666}.login-form__field input.auth-form__input--valid,.login-form__field input.login-form__input--valid{border-color:#2e9b63;box-shadow:0 0 0 3px rgba(46,155,99,.14)}.login-form__field input.auth-form__input--valid:focus,.login-form__field input.login-form__input--valid:focus{border-color:#268a57;box-shadow:0 0 0 3px rgba(46,155,99,.2)}.login-form__field input.auth-form__input--invalid,.login-form__field input.login-form__input--invalid{border-color:#c44;box-shadow:0 0 0 3px rgba(204,68,68,.12)}.login-form__field input.auth-form__input--invalid:focus,.login-form__field input.login-form__input--invalid:focus{border-color:#a33;box-shadow:0 0 0 3px rgba(204,68,68,.18)}.login-form__field input:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#0f0f0f}.login-form__actions{display:flex;flex-direction:column;gap:12px;padding:0 clamp(24px,4vw,32px) clamp(24px,4vw,32px)}.login-form__signup,.login-form__submit{width:100%;min-height:52px}.login-form__links{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px clamp(24px,4vw,32px);border-top:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.45);border-radius:0 0 20px 20px}.login-form__link{font-size:.9375rem;font-weight:600;color:#4a4a4a;transition:color .32s cubic-bezier(.22,1,.36,1)}.login-form__link:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.login-form__link:hover{color:#3a6666}.login-form__divider{width:1px;height:14px;background:hsla(0,0%,6%,.2)}.biz-gubun-picker{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff}.biz-gubun-picker--valid{border-color:rgba(58,102,102,.65)}.biz-gubun-picker--invalid{border-color:#c45}.biz-gubun-picker__status{margin:0;font-size:.9375rem;color:#4a4a4a}.biz-gubun-picker__status--error{color:#a33}.biz-gubun-picker__chips{display:flex;flex-wrap:wrap;gap:8px}.biz-gubun-picker__chip{min-height:40px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;font-weight:600;color:#4a4a4a;cursor:pointer;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.biz-gubun-picker__chip:disabled{opacity:.55;cursor:not-allowed}.biz-gubun-picker__chip:not(:disabled):hover{border-color:rgba(58,102,102,.45);color:#2a2a2a}.biz-gubun-picker__chip--on{border-color:#3a6666;background:#3a6666;color:#fff;box-shadow:0 2px 8px rgba(58,102,102,.28)}.biz-gubun-picker__chip--on:not(:disabled):hover{border-color:#2d4f4f;background:#2d4f4f;color:#fff}.biz-gubun-picker__summary{margin:0;font-size:.875rem;line-height:1.5;color:#3a6666;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.biz-gubun-picker__hint{margin:0;font-size:.875rem;line-height:1.5;color:#4a4a4a}.my-info-page .auth-page__head,.my-info-page .auth-page__panel{max-width:560px}.my-info-page .my-info-form__account-action{margin-top:-4px}.terms-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px clamp(20px,4.5vw,56px);background:hsla(0,0%,6%,.52);backdrop-filter:blur(4px)}.terms-modal__panel{display:flex;flex-direction:column;width:min(100%,720px);max-height:min(88vh,860px);border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 28px 80px hsla(0,0%,6%,.22);overflow:hidden}.terms-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 16px;border-bottom:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.45)}.terms-modal__meta{margin:0 0 6px;font-size:.8125rem;font-weight:700;letter-spacing:.06em;color:#3a6666}.terms-modal__title{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(1.375rem,3vw,1.75rem);font-weight:600;letter-spacing:-.03em;color:#0f0f0f}.terms-modal__date{margin:8px 0 0;font-size:.8125rem;color:#767676}.terms-modal__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;color:#2a2a2a;cursor:pointer;flex-shrink:0}.terms-modal__close:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.terms-modal__close:hover{border-color:#0f0f0f;color:#0f0f0f}.terms-modal__body{flex:1;overflow-y:auto;padding:24px}.terms-modal__sections{display:flex;flex-direction:column;gap:20px}.terms-modal__section-title{margin:0 0 8px;font-size:.9375rem;font-weight:700;color:#0f0f0f}.terms-modal__section-body{margin:0;font-size:.875rem;line-height:1.75;color:#2a2a2a;white-space:pre-line;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.terms-modal__table-wrap{margin-top:20px;overflow-x:auto;border:1px solid hsla(0,0%,6%,.1);border-radius:6px}.terms-modal__table-caption{padding:12px 14px;text-align:left;font-size:.875rem;font-weight:700;color:#0f0f0f;border-bottom:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.5)}.terms-modal__table{width:100%;min-width:560px;border-collapse:collapse;font-size:.8125rem}.terms-modal__table td,.terms-modal__table th{padding:12px 14px;border-bottom:1px solid hsla(0,0%,6%,.1);text-align:left;vertical-align:top;line-height:1.6;color:#2a2a2a}.terms-modal__table th{font-weight:700;color:#0f0f0f;background:hsla(40,23%,95%,.35)}.terms-modal__table tbody tr:last-child td{border-bottom:0}.terms-modal__foot{padding:16px 24px 24px;border-top:1px solid hsla(0,0%,6%,.1);background:#fff}.terms-modal__confirm{width:100%;min-height:48px}.terms-modal-enter-active,.terms-modal-leave-active{transition:opacity .32s cubic-bezier(.22,1,.36,1)}.terms-modal-enter-active .terms-modal__panel,.terms-modal-leave-active .terms-modal__panel{transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .32s cubic-bezier(.22,1,.36,1)}.terms-modal-enter-from,.terms-modal-leave-to{opacity:0}.terms-modal-enter-from .terms-modal__panel,.terms-modal-leave-to .terms-modal__panel{opacity:0;transform:translateY(12px) scale(.98)}@media(max-width:640px){.terms-modal{padding:0;align-items:flex-end}.terms-modal__panel{width:100%;max-height:92vh;border-radius:20px 20px 0 0}}.terms-agreement__notice{margin:-8px 0 0;font-size:.875rem;line-height:1.65;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.terms-agreement__all-note{margin-left:4px;font-size:.8125rem;font-weight:500;color:#767676}.terms-agreement__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0}.terms-agreement__label{display:flex;align-items:center;gap:8px;flex:1;min-width:0;cursor:pointer}.terms-agreement__badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:22px;padding:0 6px;border-radius:6px;font-size:.6875rem;font-weight:700;letter-spacing:.02em}.terms-agreement__badge--required{background:rgba(58,102,102,.12);color:#3a6666}.terms-agreement__badge--optional{background:hsla(0,0%,6%,.06);color:#767676}.terms-agreement__text{font-size:.875rem;color:#2a2a2a;line-height:1.45;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.terms-agreement__view{flex-shrink:0;padding:6px 10px;border:0;background:transparent;font-size:.8125rem;font-weight:600;color:#767676;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.terms-agreement__view:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.terms-agreement__view:hover{color:#3a6666}.find-id-form__select{width:100%;height:44px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;color:#0f0f0f;cursor:pointer}.find-id-form__select:focus{outline:none;border-color:#3a6666}.btn-primary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border:2px solid #0f0f0f;border-radius:12px;background:#0f0f0f;color:#fff;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1875rem;font-weight:600;letter-spacing:-.01em;transition:background .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.34,1.56,.64,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.btn-primary:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.btn-primary:hover{background:transparent;color:#0f0f0f;transform:translateY(-3px);box-shadow:0 24px 64px hsla(0,0%,6%,.14)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border:2px solid hsla(0,0%,6%,.2);border-radius:12px;background:hsla(0,0%,100%,.6);color:#2a2a2a;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1875rem;font-weight:600;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.34,1.56,.64,1),background .32s cubic-bezier(.22,1,.36,1)}.btn-secondary:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.btn-secondary:hover{border-color:#0f0f0f;color:#0f0f0f;background:#fff;transform:translateY(-3px)}.btn-light{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 32px;border:2px solid hsla(0,0%,100%,.3);border-radius:12px;background:#fff;color:#0f0f0f;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.1875rem;font-weight:600;transition:transform .55s cubic-bezier(.34,1.56,.64,1),box-shadow .32s cubic-bezier(.22,1,.36,1)}.btn-light:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.btn-light:hover{transform:translateY(-3px);box-shadow:0 20px 48px rgba(0,0,0,.25)}.page-shell{margin:80px auto;width:100%;max-width:1200px;padding-left:clamp(20px,4.5vw,56px);padding-right:clamp(20px,4.5vw,56px)}.page-shell--wide{max-width:1320px}.section-meta{display:block;margin:0;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#3a6666}.section-head{display:flex;flex-direction:column;gap:20px;margin-bottom:48px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,6%,.2)}.section-head--inline{margin-bottom:0;padding-bottom:0;border-bottom:none}.section-head--strong{border-bottom-width:3px;border-bottom-color:#0f0f0f}.section-title{margin:0;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2.125rem,4.5vw,3.25rem);font-weight:600;line-height:1.22;letter-spacing:-.035em;color:#0f0f0f;text-wrap:balance;word-break:keep-all}.section-title--center{text-align:center}.section-title--light{color:#fff}.section-title--manual{text-wrap:wrap}.heading-phrase{white-space:nowrap}.section-desc{margin:0;max-width:680px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.4375rem;font-weight:400;line-height:1.85;color:#4a4a4a;text-wrap:pretty}.section-desc strong{color:#2a2a2a;font-weight:600}.section-desc--wide{max-width:920px}.section-desc--center{text-align:center;margin-left:auto;margin-right:auto}.section-desc--light{color:hsla(0,0%,100%,.84)}.section-desc--light strong{color:#fff;font-weight:600}.editorial-photo{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.88) contrast(1.04) brightness(.96)}.tag-chip{display:inline-flex;align-items:center;padding:8px 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;font-weight:600;color:#2a2a2a}.auth-page{padding-top:124px;min-height:calc(100vh - 124px);background:#f5f3ef}.auth-page__shell{padding-top:clamp(40px,6vw,64px);padding-bottom:clamp(88px,10vw,140px);max-width:720px}.auth-page__head,.auth-page__shell{display:flex;flex-direction:column;align-items:center}.auth-page__head{width:100%;max-width:460px;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,6%,.2);text-align:center}.auth-page__title{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:600;letter-spacing:-.035em;color:#0f0f0f}.auth-page__desc{margin:0;font-size:1.125rem;line-height:1.75;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.auth-page__panel{width:100%;max-width:460px;border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1)}.auth-form__body{padding:clamp(24px,4vw,32px)}.auth-form__body,.auth-form__section{display:flex;flex-direction:column;gap:20px}.auth-form__section{padding-top:4px}.auth-form__section:not(:first-child){padding-top:20px;border-top:1px solid hsla(0,0%,6%,.1)}.auth-form__section-title{margin:0;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#3a6666}.auth-form__section-desc{margin:-8px 0 0;font-size:.8125rem;line-height:1.6;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.auth-form__required{color:#3a6666;font-weight:700}.auth-form__field{display:flex;flex-direction:column;gap:12px;margin:0}.auth-form__field>span{font-size:.9375rem;font-weight:600;color:#2a2a2a}.auth-form__field input,.auth-form__field select{width:100%;height:44px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;color:#0f0f0f;transition:border-color .32s cubic-bezier(.22,1,.36,1)}.auth-form__field input::-moz-placeholder,.auth-form__field select::-moz-placeholder{color:#767676}.auth-form__field input::placeholder,.auth-form__field select::placeholder{color:#767676}.auth-form__field input:focus,.auth-form__field select:focus{outline:none;border-color:#3a6666}.auth-form__field input:disabled,.auth-form__field select:disabled{background:#f5f3ef;color:#2a2a2a;cursor:not-allowed}.auth-form__field input.auth-form__input--valid,.auth-form__field input.login-form__input--valid,.auth-form__field select.auth-form__input--valid,.auth-form__field select.login-form__input--valid{border-color:#2e9b63;box-shadow:0 0 0 3px rgba(46,155,99,.14)}.auth-form__field input.auth-form__input--valid:focus,.auth-form__field input.login-form__input--valid:focus,.auth-form__field select.auth-form__input--valid:focus,.auth-form__field select.login-form__input--valid:focus{border-color:#268a57;box-shadow:0 0 0 3px rgba(46,155,99,.2)}.auth-form__field input.auth-form__input--invalid,.auth-form__field input.login-form__input--invalid,.auth-form__field select.auth-form__input--invalid,.auth-form__field select.login-form__input--invalid{border-color:#c44;box-shadow:0 0 0 3px rgba(204,68,68,.12)}.auth-form__field input.auth-form__input--invalid:focus,.auth-form__field input.login-form__input--invalid:focus,.auth-form__field select.auth-form__input--invalid:focus,.auth-form__field select.login-form__input--invalid:focus{border-color:#a33;box-shadow:0 0 0 3px rgba(204,68,68,.18)}.auth-form__field input:-webkit-autofill,.auth-form__field select:-webkit-autofill{-webkit-box-shadow:inset 0 0 0 1000px #fff;-webkit-text-fill-color:#0f0f0f}.auth-form__field-row{display:flex;gap:8px;align-items:stretch}.auth-form__field-row input{flex:1;min-width:0}.auth-form__inline-btn{flex-shrink:0;min-width:96px;height:44px;padding:0 14px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.875rem;font-weight:600;color:#2a2a2a;cursor:pointer;transition:border-color .32s cubic-bezier(.22,1,.36,1),color .32s cubic-bezier(.22,1,.36,1),background .32s cubic-bezier(.22,1,.36,1)}.auth-form__inline-btn:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.auth-form__inline-btn:hover:not(:disabled){border-color:#0f0f0f;color:#0f0f0f}.auth-form__inline-btn:disabled{opacity:.45;cursor:not-allowed}.auth-form__inline-btn--done{border-color:#3a6666;color:#3a6666;background:rgba(58,102,102,.06)}.auth-form__hint{color:#767676}.auth-form__hint,.auth-form__msg{margin:0;font-size:.8125rem;line-height:1.55;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.auth-form__msg--ok{color:#3a6666}.auth-form__msg--warn{color:#a33}.auth-form__msg--muted{color:#4a4a4a}.auth-form__verify-timer{font-size:.8125rem;font-weight:600;color:#3a6666}.auth-form__agreements{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid hsla(0,0%,6%,.1);border-radius:6px;background:hsla(40,23%,95%,.35)}.auth-form__agree-all{gap:10px;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,6%,.1);font-size:.9375rem;font-weight:700;color:#0f0f0f}.auth-form__agree-all,.auth-form__agree-item{display:flex;align-items:center;cursor:pointer}.auth-form__agree-item{justify-content:space-between;gap:12px;font-size:.875rem;color:#2a2a2a}.auth-form__agree-item label{display:flex;align-items:center;gap:10px;flex:1;cursor:pointer}.auth-form__agree-link{flex-shrink:0;font-size:.8125rem;font-weight:600;color:#767676;text-decoration:underline;text-underline-offset:2px}.auth-form__agree-link:hover{color:#3a6666}.auth-form__checkbox{width:18px;height:18px;margin:0;accent-color:#3a6666;cursor:pointer}.auth-form__result{padding:20px;border:1px solid hsla(0,0%,6%,.1);border-radius:6px;background:hsla(40,23%,95%,.45);text-align:center}.auth-form__result-label{margin:0 0 8px;font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#3a6666}.auth-form__result-value{margin:0;font-size:1.125rem;font-weight:600;color:#0f0f0f;word-break:break-all}.auth-form__actions{display:flex;flex-direction:column;gap:12px;padding:0 clamp(24px,4vw,32px) clamp(24px,4vw,32px)}.auth-form__secondary,.auth-form__submit{width:100%;min-height:52px}.auth-form__secondary:disabled,.auth-form__submit:disabled{opacity:.45;cursor:not-allowed;transform:none!important;box-shadow:none!important}.auth-form__links{display:flex;align-items:center;justify-content:center;gap:16px;padding:20px clamp(24px,4vw,32px);border-top:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.45);border-radius:0 0 20px 20px}.auth-form__link{font-size:.9375rem;font-weight:600;color:#4a4a4a;transition:color .32s cubic-bezier(.22,1,.36,1)}.auth-form__link:focus-visible{outline:2px solid #3a6666;outline-offset:3px}.auth-form__link:hover{color:#3a6666}.auth-form__divider{width:1px;height:14px;background:hsla(0,0%,6%,.2)}.find-password-form__select{width:100%;height:44px;padding:0 16px;border:1px solid hsla(0,0%,6%,.2);border-radius:6px;background:#fff;font-size:.9375rem;color:#0f0f0f;cursor:pointer}.find-password-form__select:focus{outline:none;border-color:#3a6666}.terms-page{padding-top:124px;min-height:calc(100vh - 124px);background:#f5f3ef}.terms-page__shell{padding-top:clamp(40px,6vw,64px);padding-bottom:clamp(88px,10vw,140px);max-width:860px}.terms-page__head{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid hsla(0,0%,6%,.2)}.terms-page__meta{margin:0 0 10px;font-size:.875rem;font-weight:700;letter-spacing:.08em;color:#3a6666}.terms-page__title{margin:0 0 12px;font-family:"Noto Serif KR",New York,serif;font-size:clamp(2rem,3.8vw,2.75rem);font-weight:600;letter-spacing:-.035em;color:#0f0f0f}.terms-page__desc{margin:0 0 8px;font-size:1.125rem;line-height:1.75;color:#4a4a4a;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.terms-page__date{margin:0;font-size:.875rem;color:#767676}.terms-page__panel{border:1px solid hsla(0,0%,6%,.1);border-radius:20px;background:#fff;box-shadow:0 32px 80px hsla(0,0%,6%,.1);overflow:hidden}.terms-page__table-wrap{overflow-x:auto;border-bottom:1px solid hsla(0,0%,6%,.1)}.terms-page__table-caption{padding:16px 24px;text-align:left;font-size:.9375rem;font-weight:700;color:#0f0f0f;border-bottom:1px solid hsla(0,0%,6%,.1);background:hsla(40,23%,95%,.5)}.terms-page__table{width:100%;min-width:640px;border-collapse:collapse;font-size:.875rem}.terms-page__table td,.terms-page__table th{padding:14px 20px;border-bottom:1px solid hsla(0,0%,6%,.1);text-align:left;vertical-align:top;line-height:1.65;color:#2a2a2a}.terms-page__table th{font-weight:700;color:#0f0f0f;background:hsla(40,23%,95%,.35)}.terms-page__table tbody tr:last-child td{border-bottom:0}.terms-page__sections{display:flex;flex-direction:column;gap:24px;padding:clamp(24px,4vw,32px)}.terms-page__section-title{margin:0 0 10px;font-size:1rem;font-weight:700;color:#0f0f0f}.terms-page__section-body{margin:0;font-size:.9375rem;line-height:1.8;color:#2a2a2a;white-space:pre-line;word-break:keep-all;overflow-wrap:break-word;line-break:strict;text-wrap:pretty}.terms-page__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}@media(max-width:640px){.terms-page__actions{flex-direction:column}.terms-page__actions .btn-primary,.terms-page__actions .btn-secondary{width:100%;justify-content:center}}.search-page__box{margin-bottom:20px}.search-page__list{margin:0;padding:0;list-style:none}.search-page__item{border-bottom:1px solid #d9dce1}.search-page__item:last-child{border-bottom:none}.search-page__link{display:block;padding:16px 18px;text-decoration:none;color:inherit}.search-page__link:hover{background:#f9fafb}.search-page__link:hover .search-page__title{color:#0067b3;text-decoration:underline}.search-page__cat{display:inline-block;margin-bottom:6px;padding:2px 8px;font-size:.75rem;font-weight:700;color:#004a82;background:#eef1f5;border:1px solid #d9dce1}.search-page__title{margin:0 0 6px;font-size:1rem;font-weight:700;color:#222}.search-page__desc{margin:0 0 8px;font-size:.875rem;line-height:1.55;color:#666}.search-page__crumb{font-size:.75rem;color:#888}.search-page__empty{padding:32px 20px;text-align:center;font-size:.9375rem;color:#666}.search-page__empty p{margin:0 0 8px}.search-page__hint{font-size:.875rem}.search-page__hint a{color:#0067b3}.board-page__toolbar{padding:16px;margin-bottom:16px}.board-page__search{display:flex;gap:8px}.board-page__search .portal-input{flex:1}.board-page__table{overflow-x:auto}.board-table{width:100%;border-collapse:collapse;font-size:.875rem}.board-table td,.board-table th{padding:12px 14px;border-bottom:1px solid #d9dce1;text-align:left}.board-table th{font-weight:700;color:#004a82;background:#eef1f5;white-space:nowrap}.board-table__num{width:72px;text-align:center}.board-table__cat{width:72px}.board-table__date{width:100px;white-space:nowrap}.board-table__views{width:64px;text-align:center}.board-table__author{width:80px}.board-table__comments,.board-table__likes{width:56px;text-align:center}.board-table__category{margin-right:4px;font-size:.75rem;color:#0067b3}.board-table__pin{display:inline-block;padding:2px 6px;font-size:.6875rem;font-weight:700;color:#fff;background:#0067b3}.board-table__title{color:#222;text-decoration:none}.board-table__title:hover{color:#0067b3;text-decoration:underline}.board-table__row--pinned{background:#fafbfc}.board-table__status{padding:32px;text-align:center;color:#666}.board-page__pager{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:20px}.board-page__pager button{padding:8px 16px;font:inherit;font-size:.875rem;font-weight:600;background:#fff;border:1px solid #d9dce1;cursor:pointer}.board-page__pager button:hover:not(:disabled){border-color:#0067b3;color:#0067b3}.board-page__pager button:disabled{opacity:.45;cursor:not-allowed}.board-page__pager span{font-size:.875rem;color:#666}.board-detail__article{padding:24px}.board-detail__head{padding-bottom:16px;margin-bottom:20px;border-bottom:2px solid #d9dce1}.board-detail__pin{display:inline-block;margin-right:8px;padding:2px 8px;font-size:.75rem;font-weight:700;color:#fff;background:#0067b3}.board-detail__cat{display:inline-block;margin-right:8px;font-size:.8125rem;color:#666}.board-detail__title{margin:12px 0 10px;font-size:1.375rem;font-weight:700;line-height:1.45;color:#222}.board-detail__meta{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:.8125rem;color:#888}.board-detail__body{font-size:.9375rem;line-height:1.75;color:#222}.board-detail__body p{margin:0 0 12px}.board-detail__foot{margin-top:28px;padding-top:16px;border-top:1px solid #d9dce1}.board-detail__empty{padding:48px 24px;text-align:center}.board-detail__empty p{margin:0 0 16px;color:#666}.board-detail__comments{margin-top:24px;padding:20px}.board-detail__comments-title{margin:0 0 12px;font-size:.9375rem;font-weight:700}.board-detail__comment{padding:12px 0;border-bottom:1px solid #eee;font-size:.875rem}.board-detail__comment strong{display:block;margin-bottom:4px;font-size:.8125rem}.board-detail__comment time{display:block;margin-top:4px;font-size:.75rem;color:#888}.board-detail__stats{display:flex;gap:16px;margin-top:8px;font-size:.8125rem;color:#666}.not-found__inner{padding:48px 24px;text-align:center;max-width:560px;margin-inline:auto}.not-found__code{margin:0 0 8px;font-size:3rem;font-weight:700;color:#0067b3;line-height:1}.not-found__title{margin:0 0 10px;font-size:1.25rem;font-weight:700}.not-found__desc{margin:0 0 24px;font-size:.9375rem;color:#666}.not-found__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}@font-face{font-family:Pretendard;font-weight:300;font-display:swap;src:url(/fonts/Pretendard-Light.e725ed3d.woff2) format("woff2")}@font-face{font-family:Pretendard;font-weight:400;font-display:swap;src:url(/fonts/Pretendard-Regular.119cf01b.woff2) format("woff2")}@font-face{font-family:Pretendard;font-weight:500;font-display:swap;src:url(/fonts/Pretendard-Medium.12f0acdc.woff2) format("woff2")}@font-face{font-family:Pretendard;font-weight:600;font-display:swap;src:url(/fonts/Pretendard-SemiBold.cfa29e4f.woff2) format("woff2")}@font-face{font-family:"Noto Serif KR";font-weight:400;font-display:swap;src:url(/fonts/NotoSerifKR-Regular.a00ab1a1.woff2) format("woff2")}@font-face{font-family:"Noto Serif KR";font-weight:500;font-display:swap;src:url(/fonts/NotoSerifKR-Medium.d24ac97b.woff2) format("woff2")}@font-face{font-family:"Noto Serif KR";font-weight:600;font-display:swap;src:url(/fonts/NotoSerifKR-SemiBold.b672134a.woff2) format("woff2")}@font-face{font-family:Gowun Batang;font-weight:400;font-display:swap;src:url(/fonts/GowunBatang-Regular.4c87a673.woff2) format("woff2")}@font-face{font-family:Gowun Batang;font-weight:700;font-display:swap;src:url(/fonts/GowunBatang-Bold.06cd74f2.woff2) format("woff2")}:root{--portal-header-height:56px;--portal-header-compact-height:56px;--portal-footer-height:180px;--portal-blue:#0067b3;--portal-blue-dark:#004a82;--portal-accent:#ff7a18;--portal-border:#d9dce1;--portal-bg:#eef1f5}.portal-header.is-compact{--portal-header-height:var(--portal-header-compact-height)}.portal-page{background:#eef1f5;min-height:calc(100vh - var(--portal-header-height) - var(--portal-footer-height));padding:24px 0 40px}.portal-page__inner{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(12px,2vw,24px)}.portal-page__head{margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #004a82}.portal-page__title{margin:0 0 6px;font-size:1.375rem;font-weight:700;color:#004a82}.portal-page__desc{margin:0;font-size:.9375rem;color:#666}.portal-panel{background:#fff;border:1px solid #d9dce1}.portal-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 18px;font:inherit;font-size:.875rem;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer}.portal-btn--primary{color:#fff;background:#0067b3;border-color:#0067b3}.portal-btn--primary:hover:not(:disabled){background:#004a82}.portal-btn--primary:disabled{opacity:.55;cursor:not-allowed}.portal-btn--secondary{color:#222;background:#fff;border-color:#d9dce1}.portal-btn--secondary:hover{border-color:#0067b3;color:#0067b3}.portal-btn--accent{color:#fff;background:#ff7a18;border-color:#ff7a18}.portal-btn--accent:hover:not(:disabled){background:#e96a08;border-color:#e96a08}.portal-input{width:100%;padding:10px 12px;font:inherit;font-size:.875rem;border:1px solid #d9dce1;background:#fff}.portal-input:focus{outline:2px solid #0067b3;outline-offset:0;border-color:#0067b3}.search-highlight{background:#fff3a3;padding:0 1px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;font-size:18px}body,html{margin:0;padding:0}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.7;color:#0f0f0f;background:#f5f3ef;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;word-break:keep-all;overflow-wrap:break-word;line-break:strict}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}::-moz-selection{background:rgba(58,102,102,.22);color:#0f0f0f}::selection{background:rgba(58,102,102,.22);color:#0f0f0f}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}