@charset "UTF-8";:root{--primary: #000000;--text-main: #000000;--text-sub: #6e6e73;--bg-white: #FFFFFF;--bg-soft: #fbfbfd;--glass: rgba(255, 255, 255, .7);--font-main: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;--font-display: var(--font-main);--font-sans: var(--font-main);--easing: cubic-bezier(.16, 1, .3, 1);--transition: all .6s var(--easing);--header-height: 60px}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;overflow-y:scroll;overflow-x:hidden}body{width:100%;min-height:100%;display:flex;flex-direction:column;background-color:#fff;font-family:var(--font-sans);color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}body.sticky-page{overflow-x:visible}.navbar{width:100%;height:var(--header-height);position:fixed;top:0;left:0;z-index:100;background:#fff;border-bottom:1px solid rgba(0,0,0,.05);display:flex;align-items:center}.navbar__container{width:100%;max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center;position:relative}.navbar__logo{font-size:1.6rem;font-weight:600;text-decoration:none;color:#000;display:flex;align-items:flex-end;gap:8px;z-index:101}.navbar__logo-img{height:40px;width:40px;object-fit:contain}.navbar__links{display:flex;gap:30px}.navbar__link{text-decoration:none;color:#515154;font-size:.95rem;font-weight:500;transition:color .3s}.navbar__link:hover{color:#000}.navbar__link--active{color:#000;font-weight:700}.navbar__toggle{display:none;cursor:pointer;z-index:101;width:24px;height:24px;flex-direction:column;justify-content:space-around;background:transparent;border:none;padding:0}.navbar__toggle span{display:block;width:100%;height:2px;background-color:#000;transition:all .3s ease}.navbar__toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,6px)}.navbar__toggle.active span:nth-child(2){opacity:0}.navbar__toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media(min-width:769px)and (max-width:1024px){.navbar__container{padding:0 30px}.navbar__links{gap:20px}.navbar__link{font-size:.9rem}}@media(max-width:768px){.navbar__container{padding:0 20px}.navbar__toggle{display:flex}.navbar__links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fffffffa;backdrop-filter:blur(10px);flex-direction:column;justify-content:center;align-items:center;gap:40px;transition:right .4s cubic-bezier(.16,1,.3,1);z-index:100}.navbar__links.active{right:0}.navbar__link{font-size:1.5rem;font-weight:600;color:#000}}main{margin-top:var(--header-height);position:relative;flex:1}main.main--cover-header{margin-top:0!important}.footer{background:#f5f5f7;padding:60px 0;color:#86868b;font-size:12px;border-top:1px solid rgba(0,0,0,.05);text-align:center}.footer__container{display:flex;justify-content:center;align-items:center;gap:15px;flex-wrap:wrap}.footer__link{color:#515154;text-decoration:none}.footer__link:hover{text-decoration:underline}.footer__link--active{color:#000;font-weight:600}.footer__separator{color:#d2d2d7}.footer__copyright{width:100%;margin-bottom:10px}.story{width:100%;margin:0;padding:0;font-family:var(--font-display);letter-spacing:0;background-color:#fff}.story__header{position:fixed;top:100px;left:40px;z-index:50}@media(max-width:768px){.story__header{top:80px;left:20px}}.story__back-link{display:flex;align-items:center;gap:8px;color:#fff;background:#00000059;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 14px;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s var(--easing),background .3s var(--easing),box-shadow .3s var(--easing);text-shadow:0 3px 12px rgba(0,0,0,.45);box-shadow:0 8px 24px #0003;backdrop-filter:blur(6px)}.story__back-link:before{content:"←";font-size:1.2rem}.story__back-link:hover{color:#fff;background:#00000080}.story__section{width:100%;height:100vh;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 40px;position:relative;overflow:hidden}.story__section:nth-child(2n){background-color:#fbfbfd}.story__section:nth-child(odd){background-color:#fff}.story__section--bg{background-size:cover;background-position:center;background-repeat:no-repeat}.story__section--bg:before{content:"";position:absolute;inset:0;background:#00000073;z-index:1}.story__section--bg .story__title,.story__section--bg .story__text{position:relative;z-index:10;text-shadow:0 4px 30px rgba(0,0,0,.5)}.story__section--bg .story__text{color:#fff;font-size:41px;line-height:1.4;letter-spacing:0;font-weight:400}.story__section--bg .story__highlight{text-shadow:none;color:#ff9300}.story__section--bg .story__chunk--muted{color:#d4d7dc}.story__section--seed{background-image:url(/images/about_seed.png)}.story__section--process{background-image:url(/images/about_desk.png)}.story__section--growth{background-image:url(/images/about_leaf.png)}.story__section--final{background-color:#fff}.story__section:not(.story__section--intro):not(.story__section--final){--story-text-size: 41px;--story-line: 1.8;--story-weight: 400;--story-spacing: 0}.story__section:not(.story__section--intro):not(.story__section--final) .story__title,.story__section:not(.story__section--intro):not(.story__section--final) .story__text,.story__section:not(.story__section--intro):not(.story__section--final) .story__text--large,.story__section:not(.story__section--intro):not(.story__section--final) .story__text--reduced,.story__section:not(.story__section--intro):not(.story__section--final) .story__text--sub{font-size:var(--story-text-size);line-height:var(--story-line);font-weight:var(--story-weight);letter-spacing:var(--story-spacing)}.story__section:not(.story__section--intro):not(.story__section--final) .story__highlight{letter-spacing:var(--story-spacing)}.story__section--text{--text-size: 41px;--text-line: 1.8;--text-weight: 500;--text-spacing: 0}.story__section--text .story__title--small,.story__section--text .story__text,.story__section--text .story__text--large,.story__section--text .story__text--reduced,.story__section--text .story__text--sub{font-size:var(--text-size);line-height:var(--text-line);font-weight:var(--text-weight);letter-spacing:var(--text-spacing)}.story__title{font-size:100px;font-weight:800;line-height:1.1;margin-bottom:32px;color:#2e4057;word-break:keep-all}.story__title--small{font-size:60px;font-weight:700;line-height:1.35}.story__title--brand{font-size:80px;margin-bottom:24px;color:#2e4057}.story__title--growth{color:#00885a}.story__text{font-family:var(--font-sans);font-size:32px;line-height:1.7;color:#2e4057;max-width:900px;margin-inline:auto;word-break:keep-all}.story__text--large{font-size:64px;font-weight:800;line-height:1.25;color:#2e4057;margin-bottom:40px}.story__text--sub{color:#86868b}.story__text--sub,.story__chunk--muted{color:#86868b;font-weight:inherit;letter-spacing:inherit}.story__highlight{color:#ff9300;font-weight:700;font-size:1.3em;background:none;padding:0;border-radius:0;box-decoration-break:initial}.story__section--bg .story__highlight{color:#ff9300}.story__final-logo{width:140px;height:auto;margin-bottom:40px;object-fit:contain}.story__final-line--mobile{display:none}.story__final-byline{font-size:46px;margin-bottom:24px}.story__final-brand{display:flex;align-items:flex-end;justify-content:center;gap:20px}.story__final-brand .story__final-logo{margin-bottom:0}.story__section--final{--final-scale: 1.25;text-transform:uppercase;color:#2e4057;letter-spacing:.18em;font-weight:700}.story__section--final .story__final-byline{font-size:calc(46px * var(--final-scale));margin-bottom:calc(24px * var(--final-scale))}.story__section--final .story__final-brand{gap:calc(20px * var(--final-scale))}.story__section--final .story__final-logo{width:calc(140px * var(--final-scale))}.story__section--final .story__title--brand{font-size:calc(80px * var(--final-scale))}.story__section--final .story__title,.story__section--final .story__text{font-weight:inherit;letter-spacing:inherit}.story__section--final .story__text--large{font-size:calc(34px * var(--final-scale));line-height:1.25;margin-top:calc(40px * var(--final-scale))}@media(max-width:768px){.story__section--bg{background-position:50% 50%}.story__section--bg .story__text{font-size:20px;line-height:1.45;letter-spacing:0;font-weight:400}.story__section{padding:0 24px}.story__title{font-size:40px;margin-bottom:20px}.story__title--small{font-size:28px}.story__title--brand{font-size:32px;letter-spacing:0}.story__text{font-size:18px}.story__text--large{font-size:30px}.story__section--text{--text-size: 20px;--text-line: 1.45;--text-weight: 500;--text-spacing: 0}.story__section--text .story__title--small,.story__section--text .story__text,.story__section--text .story__text--large,.story__section--text .story__text--reduced,.story__section--text .story__text--sub{font-size:var(--text-size);line-height:var(--text-line);font-weight:var(--text-weight);letter-spacing:var(--text-spacing)}.story__section--final{--final-scale: .5}.story__section--final .story__text--large{font-size:26px;line-height:1.3}.story__final-line--desktop{display:none}.story__final-line--mobile{display:inline}.story__section:not(.story__section--intro):not(.story__section--final){--story-text-size: 20px;--story-line: 1.6;--story-weight: 400;--story-spacing: 0}.story__final-logo{width:100px}}
