:root{--bg-creative-far: #151210;--bg-creative-far-rgb: 21, 18, 16;--bg-creative-mid: #1E1A16;--bg-creative-mid-rgb: 30, 26, 22;--bg-creative-near: #2A2520;--bg-creative-near-rgb: 42, 37, 32;--bg-hero-dark: #1A1A1A;--bg-hero-dark-rgb: 26, 26, 26;--bg-hero-light: #F3EBE2;--bg-hero-light-rgb: 243, 235, 226;--bg-mediation-near: #EDE8E2;--bg-mediation-near-rgb: 237, 232, 226;--bg-mediation-mid: #E8E5E0;--bg-mediation-mid-rgb: 232, 229, 224;--bg-mediation-far: #E2E0DC;--bg-mediation-far-rgb: 226, 224, 220;--bg-contact: #2C3E50;--bg-contact-rgb: 44, 62, 80;--accent-warm: #C4956A;--accent-cool: #8A9E9C;--accent-primary: #D4916E;--accent-neutral: #9DABA9;--fg-light: #FFFFFF;--fg-light-muted: rgba(255, 255, 255, .6);--fg-light-subtle: rgba(255, 255, 255, .33);--fg-dark: #1A1A1A;--fg-dark-muted: #4A4540;--fg-dark-subtle: #8A8580;--border-light: rgba(255, 255, 255, .1);--border-dark: rgba(26, 26, 26, .08);--border-subtle: #C5BEB6;--spacing-section: 120px;--spacing-block: 64px;--spacing-element: 24px;--font-creative: "Funnel Sans", sans-serif;--font-mediation: "Playfair Display", serif;--font-body: "Inter", sans-serif;--font-kr-sans: "Noto Sans KR", sans-serif;--font-kr-serif: "Noto Serif KR", serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:auto}body{font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--fg-dark);overflow-x:hidden}body.loading{opacity:0;overflow:hidden}body.loaded{opacity:1;transition:opacity .4s ease}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{display:flex;flex-direction:column;width:100%}.hero__identity{display:flex;flex-direction:column;align-items:center;gap:40px;padding:80px 240px;background:var(--bg-hero-dark)}.hero__identity-divider{width:60px;height:1px;background:var(--accent-warm)}.hero__identity-statement{font-family:var(--font-body);font-size:21px;font-weight:400;line-height:1.85;color:var(--fg-light);text-align:center}.hero__sun-half{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:12px;padding:100px 80px 56px;background:var(--bg-hero-dark);position:relative}.hero__lang-switcher{position:absolute;top:32px;right:80px;display:flex;align-items:center;gap:16px}.hero__lang-switcher span{font-size:13px;color:var(--fg-light-muted);letter-spacing:1px;cursor:pointer}.hero__lang-switcher .active{color:var(--fg-light);font-weight:500}.hero__lang-sep{color:var(--fg-light-subtle);font-size:13px}.hero__hint-up{display:flex;flex-direction:column;align-items:center;gap:6px}.hero__hint-arrow{font-size:28px;font-weight:300}.hero__hint-text{font-family:var(--font-body);font-size:14px;font-weight:300;letter-spacing:4px}.hero__hint-up .hero__hint-arrow,.hero__hint-up .hero__hint-text{color:var(--fg-light-muted)}.hero__preview-hint{font-family:var(--font-body);font-size:11px;font-weight:300;letter-spacing:2px;text-align:center}.hero__preview-hint--up{color:var(--fg-light-subtle)}.hero__preview-hint--down{color:var(--fg-dark-subtle)}.hero__name-row{display:flex;align-items:flex-end;gap:min(48px,3vw);white-space:nowrap}.hero__name-sun{font-family:var(--font-creative);font-size:min(160px,14vw);letter-spacing:min(20px,.5vw);color:var(--fg-light);line-height:1}.hero__name-sun-kr{font-family:var(--font-kr-sans);font-size:min(140px,12vw);color:var(--fg-light);opacity:.6;line-height:1}.hero__name-kim{font-family:var(--font-mediation);font-size:min(160px,14vw);font-weight:400;letter-spacing:min(20px,.5vw);color:var(--fg-dark);line-height:1}.hero__name-kim-kr{font-family:var(--font-kr-serif);font-size:min(140px,12vw);font-weight:400;color:var(--fg-dark);opacity:.6;line-height:1}.hero__junction{width:100%;height:2px;background:linear-gradient(to right,transparent,var(--accent-warm) 30%,var(--accent-warm) 70%,transparent);position:relative;z-index:2;margin-top:-1px;margin-bottom:-1px}.hero__kim-half{display:flex;flex-direction:column;align-items:center;gap:16px;padding:56px 80px 80px;background:var(--bg-hero-light)}.hero__hint-down{display:flex;flex-direction:column;align-items:center;gap:6px}.hero__hint-down .hero__hint-arrow,.hero__hint-down .hero__hint-text{color:var(--fg-dark-muted)}.hero__about{display:flex;flex-direction:column;align-items:center;gap:40px;padding:64px 240px 80px;background:var(--bg-hero-light)}.hero__about-text{font-family:var(--font-mediation);font-size:21px;font-weight:400;line-height:1.75;letter-spacing:.3px;color:var(--fg-dark-muted);text-align:center}.hero__education{display:flex;flex-direction:column;align-items:center;gap:12px;padding-top:16px}.hero__edu-item{font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--fg-dark-subtle);text-align:center}.creative-section{display:flex;align-items:center;padding:var(--spacing-section);width:100%}.creative-section__content{display:flex;align-items:center;gap:64px;width:100%}.creative-section__text{display:flex;flex-direction:column;gap:24px;flex:1;min-width:0}.creative-section__text--tight{gap:20px}.creative-section__image{width:480px;flex-shrink:0;border-radius:4px;overflow:hidden}.creative-section__image img{width:100%;height:100%;object-fit:cover}.creative-section__overline{font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:3px;color:var(--accent-warm)}.creative-section__heading{font-family:var(--font-creative);font-weight:700;color:var(--fg-light);line-height:1}.creative-section__heading--xl{font-size:64px;font-style:italic}.creative-section__heading--lg{font-size:56px}.creative-section__heading--md{font-size:52px}.creative-section__heading--md-italic{font-size:52px;font-style:italic}.creative-section__body{font-family:var(--font-body);font-size:18px;font-weight:400;line-height:1.7;color:var(--fg-light-muted)}.creative-section__body--sm{font-family:var(--font-body);font-weight:400;font-size:17px;line-height:1.65;color:var(--fg-light-muted)}.creative-section__badge{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid var(--fg-light-subtle);border-radius:100px;align-self:flex-start}.creative-section__badge-text{font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.5px;color:var(--fg-light)}.creative-section__title-group{display:flex;flex-direction:column;gap:12px}.creative-section--nsmw{background:var(--bg-creative-near)}.creative-section--liberation,.creative-section--langerman{background:var(--bg-creative-mid)}.creative-section--fashion{background:var(--bg-creative-far)}.creative-section--nsmw .creative-section__image{height:640px}.creative-section--liberation .creative-section__image-stack{display:flex;flex-direction:column;gap:12px;width:480px;flex-shrink:0}.creative-section--liberation .creative-section__image-stack img{width:100%;border-radius:4px}.creative-section--langerman .creative-section__image{height:520px}.creative-section--fashion .creative-section__image{height:560px}.creative-contact{display:flex;flex-direction:column;align-items:center;gap:32px;padding:80px 160px 100px;background:var(--bg-creative-far)}.creative-contact__divider{width:60px;height:1px;background:var(--accent-warm)}.creative-contact__title{font-family:var(--font-creative);font-size:48px;color:var(--fg-light);text-align:center}.creative-contact__body{font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1.7;color:var(--fg-light-muted);text-align:center;max-width:520px}.creative-contact__email{display:inline-flex;align-items:center;padding:14px 36px;border:1px solid var(--accent-warm);border-radius:9999px}.creative-contact__email-text{font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--fg-light)}.creative-contact__social{display:flex;align-items:center;gap:40px}.creative-contact__social a{font-family:var(--font-body);font-size:13px;color:var(--fg-light-subtle)}.creative-contact__footer{font-family:var(--font-body);font-size:11px;color:var(--fg-light-subtle);text-align:center}.mediation-section{display:flex;align-items:center;padding:100px 120px;width:100%}.mediation-section__content{display:flex;align-items:center;gap:80px;width:100%}.mediation-section__text{display:flex;flex-direction:column;gap:20px;flex:1;min-width:0}.mediation-section__image{width:520px;flex-shrink:0;border-radius:4px;overflow:hidden}.mediation-section__image img{width:100%;height:100%;object-fit:cover}.mediation-section__image-stack{display:flex;flex-direction:column;gap:12px;width:520px;flex-shrink:0}.mediation-section__image-stack img{width:100%;border-radius:4px}.mediation-section__title-group{display:flex;flex-direction:column;gap:12px}.mediation-section__overline{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:3px;color:var(--accent-cool)}.mediation-section__heading{font-family:var(--font-mediation);font-size:52px;font-weight:400;line-height:1.1;color:var(--fg-dark)}.mediation-section__body{font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.75;color:var(--fg-dark-muted)}.mediation-section__body--italic{font-size:15px;font-style:italic;line-height:1.7;color:var(--fg-dark-subtle)}.mediation-section--govts{background:var(--bg-mediation-near)}.mediation-section--negotiation,.mediation-section--culture{background:var(--bg-mediation-mid)}.mediation-section--knowledge{background:var(--bg-mediation-far)}.mediation-section--govts .mediation-section__image,.mediation-section--negotiation .mediation-section__image,.mediation-section--knowledge .mediation-section__image{height:380px}.mediation-section--culture .mediation-section__image-stack img:first-child{height:340px;object-fit:cover}.mediation-section--culture .mediation-section__image-stack img:last-child{height:220px;object-fit:cover}.milestones{padding:100px 160px;background:var(--bg-mediation-far)}.milestones__overline{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:3px;color:var(--accent-cool);margin-bottom:40px}.milestones__list{display:flex;flex-direction:column}.milestones__item{display:flex;gap:40px;padding:20px 0;border-top:1px solid var(--border-dark)}.milestones__year{font-family:var(--font-mediation);font-size:20px;font-weight:400;color:var(--fg-dark);flex-shrink:0}.milestones__desc{font-family:var(--font-body);font-size:15px;font-weight:400;line-height:1.5;color:var(--fg-dark-muted)}.mediation-contact{display:flex;flex-direction:column;align-items:center;gap:32px;padding:100px 160px 80px;background:var(--bg-contact)}.mediation-contact__title{font-family:var(--font-body);font-size:48px;font-weight:300;color:var(--fg-light);text-align:center}.mediation-contact__body{font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1.7;color:var(--fg-light-muted);text-align:center;max-width:520px}.mediation-contact__email{display:inline-flex;align-items:center;padding:14px 36px;border:1px solid var(--accent-cool);border-radius:9999px}.mediation-contact__email-text{font-family:var(--font-body);font-size:15px;font-weight:500;color:var(--fg-light)}.mediation-contact__social{display:flex;align-items:center;gap:40px}.mediation-contact__social a{font-family:var(--font-body);font-size:13px;color:var(--fg-light-subtle)}.mediation-contact__footer{font-family:var(--font-body);font-size:11px;color:var(--fg-light-subtle);text-align:center}.combined-nav{position:fixed;left:0;right:0;z-index:100;display:flex;flex-direction:column;opacity:0;pointer-events:none}.combined-nav--top{top:0;bottom:auto}.combined-nav--bottom{top:auto;bottom:0}.combined-nav.visible{opacity:1;pointer-events:auto}.combined-nav__sun-band{display:flex;align-items:center;justify-content:space-between;padding:16px 60px;background:var(--bg-hero-dark)}.combined-nav__kim-band{display:flex;align-items:center;justify-content:space-between;padding:16px 60px;background:var(--bg-hero-light)}.nav-bar__name{display:flex;align-items:flex-end;gap:8px}.combined-nav__sun-band .nav-bar__name-text{font-family:var(--font-creative);font-size:22px;letter-spacing:4px;color:var(--fg-light)}.combined-nav__sun-band .nav-bar__name-kr{font-family:var(--font-kr-sans);font-size:18px;font-weight:400;color:var(--fg-light);opacity:.5}.combined-nav__kim-band .nav-bar__name-text{font-family:var(--font-mediation);font-size:22px;font-weight:400;letter-spacing:4px;color:var(--fg-dark)}.combined-nav__kim-band .nav-bar__name-kr{font-family:var(--font-kr-serif);font-size:18px;font-weight:400;color:var(--fg-dark);opacity:.5}.nav-bar__links{display:flex;align-items:center;gap:28px}.combined-nav__sun-band .nav-bar__links a{font-family:var(--font-body);font-size:12px;color:var(--fg-light-muted);transition:color .2s ease}.combined-nav__sun-band .nav-bar__links a:hover{color:var(--fg-light)}.combined-nav__kim-band .nav-bar__links a{font-family:var(--font-body);font-size:12px;color:var(--fg-dark-muted);transition:color .2s ease}.combined-nav__kim-band .nav-bar__links a:hover{color:var(--fg-dark)}.nav-bar__link--accent{color:var(--accent-cool)!important}.nav-bar__sep{width:1px;height:14px;flex-shrink:0}.combined-nav__sun-band .nav-bar__sep{background:var(--border-light)}.combined-nav__kim-band .nav-bar__sep{background:var(--border-dark)}.nav-bar__lang{display:flex;align-items:center;gap:6px}.nav-bar__lang span{font-family:var(--font-body);font-size:12px;color:var(--fg-light-muted);cursor:pointer}.nav-bar__lang span.active{color:var(--fg-light);font-weight:500}.nav-morph-ghost{position:fixed;z-index:101;display:flex;align-items:flex-end;pointer-events:none;will-change:transform,font-size,letter-spacing,gap}.nav-morph-ghost--sun{color:var(--fg-light)}.nav-morph-ghost--kim{color:var(--fg-dark)}.nav-morph-ghost__text,.nav-morph-ghost__kr{line-height:1}.junction-ghost{position:fixed;left:0;right:0;height:2px;z-index:101;pointer-events:none;background:linear-gradient(to right,transparent,var(--accent-warm) 30%,var(--accent-warm) 70%,transparent);will-change:top}@media(max-width:768px){.hero__identity{padding:48px 32px 40px;gap:24px}.hero__identity-statement{font-size:16px;line-height:1.7}.hero__sun-half{padding:60px 32px 40px;height:auto}.hero__kim-half{padding:40px 32px;height:auto}.hero__lang-switcher{top:20px;right:32px;gap:10px}.hero__lang-switcher span{font-size:11px}.hero__sun-half,.hero__kim-half{overflow:visible}.hero__name-row{gap:min(48px,3vw);width:100vw;margin-left:-32px;justify-content:center}.hero__hint-text{font-size:12px;letter-spacing:3px}.hero__hint-arrow{font-size:22px}.hero__preview-hint{font-size:10px}.hero__about{padding:48px 32px 60px;gap:32px}.hero__about-text{font-size:17px;line-height:1.7}.creative-section{padding:0 32px 32px;flex-direction:column}.creative-section__content{flex-direction:column;gap:16px}.creative-section__image,.creative-section--nsmw .creative-section__image,.creative-section--langerman .creative-section__image,.creative-section--fashion .creative-section__image{width:100%;height:260px}.creative-section--nsmw .creative-section__image{height:380px}.creative-section__image-stack,.creative-section--liberation .creative-section__image-stack{width:100%}.creative-section__image-stack img{height:260px;object-fit:cover}.creative-section__content{display:flex;flex-direction:column}.creative-section__image,.creative-section__image-stack{order:1}.creative-section__text{order:2}.creative-section__text{display:flex;flex-direction:column-reverse;gap:16px}.creative-section__heading{font-size:36px!important;font-style:italic}.creative-section__heading--lg{font-size:36px!important;font-style:normal}.creative-section__heading--xl{font-size:44px!important}.creative-section__overline{font-size:11px}.creative-section__body,.creative-section__body--sm{font-size:14px;line-height:1.65}.creative-section__badge{padding:8px 16px}.creative-section__badge-text{font-size:10px}.creative-section:before{content:"";display:block;width:100%;height:1px;background:var(--accent-warm);opacity:.4;margin-bottom:0}.mediation-section{padding:32px;flex-direction:column}.mediation-section__content{flex-direction:column;gap:24px}.mediation-section__image{width:100%;height:220px}.mediation-section__image-stack{width:100%}.mediation-section__image-stack img{height:200px;object-fit:cover}.mediation-section__heading{font-size:36px}.mediation-section__overline{font-size:11px}.mediation-section__body{font-size:14px}.mediation-section__body--italic{font-size:13px}.mediation-section__content{display:flex;flex-direction:column}.mediation-section__image,.mediation-section__image-stack{order:1}.mediation-section__text{order:2;gap:16px}.milestones{padding:48px 32px}.milestones__overline{font-size:11px;margin-bottom:32px}.milestones__item{gap:12px;padding:16px 0;flex-direction:column}.milestones__year{font-size:18px}.milestones__desc{font-size:14px}.creative-contact{padding:48px 32px 60px;gap:24px}.creative-contact__title{font-size:32px}.creative-contact__body{font-size:14px}.creative-contact__email{padding:12px 28px}.creative-contact__email-text{font-size:13px}.creative-contact__social{gap:28px}.creative-contact__social a{font-size:12px}.mediation-contact{padding:60px 32px;gap:28px}.mediation-contact__title{font-size:36px;font-family:var(--font-mediation);font-weight:400}.mediation-contact__body{font-size:15px}.mediation-contact__email{padding:12px 28px}.mediation-contact__email-text{font-size:13px;letter-spacing:1px}.mediation-contact__social{gap:32px}.mediation-contact__social a{font-size:12px}.mediation-contact__footer{font-size:10px}.combined-nav__sun-band{padding:10px 20px}.combined-nav__sun-band .nav-bar__name-text{font-size:16px;letter-spacing:3px}.combined-nav__sun-band .nav-bar__name-kr{font-size:13px}.combined-nav__sun-band .nav-bar__links a{font-size:10px}.combined-nav__sun-band .nav-bar__links{gap:16px}.combined-nav__sun-band .nav-bar__lang,.combined-nav__sun-band .nav-bar__sep{display:none}.combined-nav__kim-band{padding:10px 20px}.combined-nav__kim-band .nav-bar__name-text{font-size:16px;letter-spacing:3px}.combined-nav__kim-band .nav-bar__name-kr{font-size:13px}.combined-nav__kim-band .nav-bar__links a{font-size:10px}.combined-nav__kim-band .nav-bar__links{gap:16px}.combined-nav__kim-band .nav-bar__sep{display:none}.combined-nav__sun-band .nav-bar__links a:nth-child(3),.combined-nav__sun-band .nav-bar__links a:nth-child(4){display:none}.combined-nav__kim-band .nav-bar__links a:nth-child(3),.combined-nav__kim-band .nav-bar__links a:nth-child(4),.combined-nav__kim-band .nav-bar__links a:nth-child(6){display:none}}
