.layout{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;background:#fff;padding-bottom:0;padding-top:66px}.layout-header{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:12px 16px;background:#e5bdb5;flex-shrink:0;box-shadow:0 1px 3px #0000000f}.layout-brand{display:flex;align-items:flex-end;gap:12px;text-decoration:none;color:#1a1a1a;flex-shrink:0;min-height:56px;overflow:visible}.layout-brand-word,.layout-brand-character{display:block;object-fit:contain;visibility:visible;opacity:1}.layout-brand-word{height:42px;width:auto;min-width:80px;max-width:140px;vertical-align:bottom}.layout-brand-character{height:56px;width:auto;min-width:40px;max-width:60px;vertical-align:bottom}.layout-location-bar{padding:18px 16px 12px;background:#fff;flex-shrink:0}.layout-location{font-family:var(--font-sans);font-weight:400;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:14px;color:#333;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer}.layout-location:hover{border-color:#ccc;background:#f9f9f9}.layout-location-icon{display:block;width:22px;height:22px;object-fit:contain}.layout-location-chevron{font-size:10px;color:#666}.layout-header-right{display:flex;align-items:flex-start;gap:20px}.layout-lang,.layout-more-trigger-wrap{position:relative;width:44px;height:44px;box-sizing:border-box}.layout-lang{display:flex;flex-direction:column;align-items:center;font-size:11px;color:#333}.layout-lang-button{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.layout-lang-button:hover{opacity:.85}.layout-icon-box{width:24px;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.layout-icon-img{width:100%;height:100%;object-fit:contain}.layout-lang-text,.layout-more-label{position:absolute;bottom:0;left:0;right:0;text-align:center;line-height:1.2;font-size:11px;color:#333;pointer-events:none}.layout-more-trigger-wrap{display:block}.layout-more-trigger{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;padding:0;border:none;background:none;cursor:pointer;font-size:11px;color:#333}.layout-more-label{pointer-events:none}.layout-more{position:absolute;top:100%;right:0;margin-top:8px;min-width:240px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:12px 0;z-index:200}.layout-more-user{display:flex;flex-direction:column;gap:2px;padding:0 16px 8px}.layout-more-user-label{font-size:11px;color:#999}.layout-more-user-name{font-size:14px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-more-user-email{font-size:12px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.layout-more-logout{margin:0 12px 8px;padding:8px 12px;font-size:13px;color:#555;border:1px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;text-align:center}.layout-more-logout:hover{background:#f5f5f5;border-color:#ccc}.layout-more-login{display:block;padding:10px 16px;font-size:14px;color:#1a1a1a;text-decoration:none;font-weight:500}.layout-more-login:hover{background:#f5f5f5}.layout-more-divider{height:1px;background:#eee;margin:4px 0 8px}.layout-more-title{margin:0 0 8px;padding:0 16px 8px;font-size:12px;font-weight:700;color:#999;border-bottom:1px solid #eee}.layout-more-list{list-style:none;margin:0;padding:0}.layout-more-list li a{display:block;padding:10px 16px;font-size:14px;color:#333;text-decoration:none;white-space:pre-line}.layout-more-list li a:hover{background:#f5f5f5}.layout-main{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:88px}.layout-bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:flex-end;padding:8px 0 12px;padding-bottom:max(12px,env(safe-area-inset-bottom));border-top:1px solid #eee;background:#fff;z-index:100;box-shadow:0 -1px 4px #0000000f}.layout-tab{display:flex;flex-direction:column;align-items:center;gap:2px;padding:4px 8px;border:none;background:none;cursor:pointer;font-size:11px;color:#888;position:relative;border-radius:10px;min-width:56px}.layout-tab:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:3px;border-radius:0 0 3px 3px;background:linear-gradient(135deg,#d4a5a0,#e5bdb5);transition:width .2s ease}.layout-tab--active{color:#1a1a1a;font-weight:700}.layout-tab--active:before{width:28px}.layout-tab--center{margin-top:-12px}.layout-tab--center.layout-tab--active:before{width:36px}.layout-tab-camera{width:48px;height:48px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;transition:background .2s ease,box-shadow .2s ease}.layout-tab-camera--active{background:linear-gradient(135deg,#d4a5a0,#e5bdb5);color:#fff;box-shadow:0 2px 10px #d4a5a073}.layout-tab-icon{padding:6px;border-radius:12px;transition:background .2s ease}.layout-tab-icon--active{background:#d4a5a038}.layout-tab-icon,.layout-tab-camera{display:flex;align-items:center;justify-content:center}.layout-tab-icon-img{width:24px;height:24px;object-fit:contain;display:block}.layout-tab-camera .layout-tab-icon-img{width:28px;height:28px}.layout-tab-icon--large .layout-tab-icon-img{width:29px;height:29px}.layout-tab-icon--feed{display:flex;align-items:center;justify-content:center}.layout-tab-icon--feed .layout-tab-icon-img{transform:translateY(-4px)}.layout-tab-label{line-height:1.2}:root{--home-reveal-ease: cubic-bezier(.22, 1, .36, 1)}.home{max-width:640px;margin:0 auto;padding:0 0 24px;text-align:center;font-size:clamp(.875rem,2vw + .5rem,1rem)}.home-one-line{white-space:nowrap}@media (max-width: 360px){.home-one-line{white-space:normal}}.home-section{padding:24px 20px;scroll-margin-top:80px}.home-section:not(.home-section--first){opacity:0;transform:translateY(28px);transition:opacity .65s var(--home-reveal-ease),transform .65s var(--home-reveal-ease)}.home-section.home-reveal,.home-section--first{opacity:1;transform:translateY(0)}@keyframes home-hero-item{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-section--first .home-page1-title{animation:home-hero-item .7s ease-out backwards}.home-section--first .home-page1-slogan{animation:home-hero-item .7s ease-out .1s backwards}.home-section--first .home-page1-slogan-ko{animation:home-hero-item .7s ease-out .18s backwards}.home-section--first .home-page1-desc{animation:home-hero-item .7s ease-out .26s backwards}.home-section--first .home-first-column{animation:home-hero-item .7s ease-out .35s backwards}.home-page1-title{font-family:var(--font-sans);font-size:clamp(1.9rem,6vw + .5rem,2.8rem);font-weight:600;letter-spacing:.08em;margin:0 0 .5rem;color:#1a1a1a;background:linear-gradient(135deg,#1a1a1a,#3d3230,#5c4a47);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.home-page1-slogan{font-family:var(--font-sans);font-size:clamp(.95rem,2.5vw + .4rem,1.12rem);font-weight:500;color:#5a5352;margin:0 0 .4rem;font-style:italic;letter-spacing:.02em}.home-page1-slogan-ko{font-family:var(--font-sans);font-size:clamp(.9rem,1.5vw + .45rem,1rem);font-weight:500;color:#5c5554;margin:0 0 .6rem;font-style:italic;letter-spacing:.02em}.home-page1-desc{font-family:var(--font-sans);font-size:clamp(.8rem,1.2vw + .35rem,.875rem);font-weight:400;color:#5a5554;margin:0 auto 1.25rem;line-height:1.65;max-width:560px;letter-spacing:.01em}.home-section--alt{background:#f8f8f8}.home-section--pool-together.home-section--alt{background:linear-gradient(180deg,#fffdfd,#fdfbfa 40%,#faf7f6)}.home-section--pool-together .home-pool-together-title,.home-section:has(.home-partner-grid) .home-section-title,.home-section--contact>.home-section-title{font-size:clamp(1.1rem,3vw + .5rem,1.35rem);font-weight:800;margin:0 0 10px;color:#1a1a1a;letter-spacing:-.02em;line-height:1.3}.home-pool-together-desc{font-size:.88rem;color:#5a5554;line-height:1.5;margin:0 auto 24px;max-width:480px}.home-pool-about-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:640px;margin:0 auto;width:100%}.home-pool-about-card{background:#fff;border-radius:12px;padding:16px 14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 10px #0000000a;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:88px}.home-pool-about-card--cta{background:linear-gradient(165deg,#fefaf9,#faf4f2);border-color:#d4a5a040;box-shadow:0 2px 12px #d4a5a014}.home-pool-about-label{font-size:.75rem;font-weight:700;color:#444;margin:0 0 6px;line-height:1.3}.home-pool-about-value{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:.02em}.home-pool-about-desc{font-size:.8rem;color:#555;line-height:1.45;margin:0}.home-pool-about-card--cta .home-pool-about-desc{font-weight:500;color:#4a4544}.home-pool-about-card:last-child .home-pool-about-desc{font-size:.72rem}.home-section--pool-together .home-pool-together-title,.home-section--pool-together .home-pool-together-desc{opacity:0;transform:translateY(16px);transition:opacity .6s var(--home-reveal-ease),transform .6s var(--home-reveal-ease)}.home-section--pool-together.home-reveal .home-pool-together-title{opacity:1;transform:translateY(0);transition-delay:.05s}.home-section--pool-together.home-reveal .home-pool-together-desc{opacity:1;transform:translateY(0);transition-delay:.1s}.home-section--pool-together .home-pool-about-card{opacity:0;transform:translateY(22px);transition:opacity .6s var(--home-reveal-ease),transform .6s var(--home-reveal-ease)}.home-section--pool-together.home-reveal .home-pool-about-card:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.06s}.home-section--pool-together.home-reveal .home-pool-about-card:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.12s}.home-section--pool-together.home-reveal .home-pool-about-card:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.18s}.home-section--pool-together.home-reveal .home-pool-about-card:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.24s}@media (max-width: 640px){.home-pool-about-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:420px}.home-pool-about-card{padding:14px 12px;min-height:80px}.home-pool-about-value{font-size:.95rem}}.home-section--contact{padding-top:10px;padding-bottom:32px}.home-section--contact>.home-section-title:before{content:"";display:block;width:100%;max-width:560px;margin:-20px auto 20px;border:none;border-top:1px solid rgba(212,165,160,.4)}.home-scroll-trigger{display:inline-flex;flex-direction:column;align-items:center;background:none;border:none;padding:0;margin:28px 0;cursor:pointer;color:inherit;font:inherit}.home-scroll-dots{display:flex;align-items:center;justify-content:center;gap:25px;margin-bottom:10px;font-size:1.1rem;color:#888;min-height:1.2em}.home-scroll-dot{display:inline-block;animation:home-dot-fall 1.8s ease-in-out backwards infinite}@keyframes home-dot-fall{0%{opacity:0;transform:translateY(-20px)}15%{opacity:1;transform:translateY(0)}to{opacity:1;transform:translateY(0)}}.home-scroll-hint{font-size:.95rem;font-weight:500;color:#555;margin:0 0 6px;animation:home-scroll-glow-text 2s ease-in-out infinite}.home-scroll-arrow{display:block;font-size:1rem;color:#777;animation:home-scroll-arrow-bounce 1.5s ease-in-out infinite}@keyframes home-scroll-glow-text{0%,to{opacity:.75;text-shadow:0 0 0 transparent;color:#666}50%{opacity:1;text-shadow:0 0 18px rgba(212,165,160,.6),0 0 8px rgba(212,165,160,.3);color:#444}}@keyframes home-scroll-arrow-bounce{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(6px)}}.home-section--page{display:flex;flex-direction:column;align-items:center;padding-top:24px;padding-bottom:40px;box-sizing:border-box}.home-section--page .home-scroll-trigger{margin-top:28px;margin-bottom:28px;padding-bottom:0}.home-section--first{padding-top:0;padding-bottom:16px}.home-section--first .home-page1-title{margin-bottom:6px;font-size:clamp(2.2rem,7.5vw,3.2rem)}.home-section--first .home-page1-slogan{margin-bottom:4px}.home-section--first .home-page1-slogan-ko{margin-bottom:8px}.home-section--first .home-page1-desc{margin-bottom:14px}.home-first-column{max-width:460px;margin:0 auto;width:100%}.home-first-column .home-pool-goal{width:100%;max-width:none}.home-first-column .home-steps-wrap{width:100%;max-width:none;margin-bottom:1.1rem}.home-steps-wrap--below{margin-top:1.25rem;scroll-margin-top:80px}.home-section--first .home-steps-wrap{margin-bottom:4px}.home-section--first .home-first-column .home-steps-wrap{margin-bottom:1.1rem}.home-section--first .home-steps-wrap .home-steps{padding:0;gap:5px}.home-section--first .home-steps-wrap .home-steps li{padding:5px 6px 5px 28px}.home-section--first .home-steps-wrap .home-steps li:before{width:18px;height:18px;font-size:.65rem;left:5px;top:5px}.home-pool-goal{margin:0 auto 1.25rem;max-width:520px;background:#fdfbfb;border:1px solid #e8e4e3;border-radius:.75rem;padding:0;overflow:hidden;box-shadow:0 1px 3px #0000000d}.home-section--first .home-pool-goal{margin-top:0;margin-bottom:1.35rem;max-width:480px;background:linear-gradient(165deg,#fefcfb,#faf6f5 35%,#f8f3f2);border:1px solid rgba(212,165,160,.22);border-radius:20px;padding:0;overflow:hidden;box-shadow:0 8px 32px #d4a5a01f,0 2px 8px #0000000a,inset 0 1px #ffffffe6}.home-section--first .home-pool-goal:before{content:"";display:block;height:5px;background:linear-gradient(90deg,#e5bdb5,#d4a5a0 40%,#c99590,#e8c9c4);border-radius:20px 20px 0 0}.home-pool-goal .home-pool-card{margin:0;border:none;border-radius:0;box-shadow:none;padding:.5rem 1rem 0;background:transparent}.home-section--first .home-pool-goal .home-pool-card{padding:.95rem 1.1rem 0}.home-pool-goal .home-pool-card-title{margin-bottom:.7rem}.home-section--first .home-pool-goal .home-pool-card-title{font-size:.8rem;font-weight:700;letter-spacing:.04em;color:#2a2524;margin-bottom:1rem;text-transform:uppercase;font-family:var(--font-sans)}.home-pool-goal .home-pool-card:after{content:"";display:block;height:1px;margin:1rem 1rem 0;background:linear-gradient(90deg,transparent,#e8e0de 15%,#e8e0de 85%,transparent)}.home-section--first .home-pool-goal .home-pool-card:after{margin:.8rem 1.1rem 0;background:linear-gradient(90deg,transparent,rgba(212,165,160,.2) 20%,rgba(212,165,160,.2) 80%,transparent)}.home-pool-goal .home-goal{margin:0;padding:.75rem 1rem}.home-section--first .home-pool-goal .home-goal{padding:.9rem 1.1rem 1.05rem}.home-section--first .home-pool-goal .home-pool-stats{gap:.75rem}.home-section--first .home-pool-goal .home-pool-stat{padding:.6rem .5rem;background:#ffffffb3;border-radius:12px;border:1px solid rgba(212,165,160,.12);box-shadow:0 1px 3px #00000008}.home-section--first .home-pool-goal .home-pool-stat-label{font-size:.7rem;color:#5a5352;font-weight:500;letter-spacing:.02em}.home-section--first .home-pool-goal .home-pool-stat-value{font-size:1.15rem;font-weight:700;color:#1a1a1a;letter-spacing:.02em;font-family:var(--font-sans)}.home-section--first .home-pool-goal .home-goal-title{font-size:.88rem;font-weight:700;color:#2a2524;margin-bottom:.25rem;letter-spacing:.03em}.home-section--first .home-pool-goal .home-goal-target{font-size:.85rem;color:#555;margin-bottom:.6rem}.home-section--first .home-pool-goal .home-goal-bar-wrap{height:10px;background:#0000000f;border-radius:999px;margin-bottom:0;box-shadow:inset 0 1px 3px #00000014}.home-section--first .home-pool-goal .home-goal-bar{background:linear-gradient(90deg,#c99590,#d4a5a0 30%,#e5bdb5 70%,#e8c9c4);box-shadow:0 2px 8px #d4a5a066}.home-section--first .home-pool-goal .home-goal-bar-label{font-size:.85rem;font-weight:700;color:#1a1a1a;margin-top:.4rem;text-align:right}.home-pool-goal .home-pool-card:after{margin:1rem 1rem 0}.home-section--first .home-pool-card-title{margin-bottom:.7rem}.home-section--first .home-goal-title,.home-section--first .home-goal-target{margin-bottom:.35rem}.home-section--first .home-scroll-trigger{margin-top:0;margin-bottom:28px}.home-section{text-align:center}.home-section-title{font-family:var(--font-sans);font-size:clamp(1rem,2.5vw + .4rem,1.2rem);font-weight:700;margin:0 0 1rem;color:#1a1a1a}.home-section-title:has(+.home-concept-desc),.home-concept-desc+.home-subtitle,.home-compare-section+.home-subtitle{margin-top:32px;margin-bottom:8px}.home-section-title:has(+.home-concept-desc){margin-bottom:8px}.home-steps-wrap{margin:.25rem auto .35rem;max-width:520px;padding:1.1rem 1.4rem 1.25rem;background:#fdfcfb;border-radius:.75rem;border:1px solid #eae8e7;box-shadow:0 1px 3px #0000000a}.home-steps-title{font-family:var(--font-sans);font-size:clamp(1rem,2.5vw + .4rem,1.2rem);font-weight:700;margin:0 0 .75rem;color:#1a1a1a;scroll-margin-top:80px}.home-steps{list-style:none;padding:0;margin:0;counter-reset:step;text-align:left;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.home-steps li{position:relative;padding:6px 8px 6px 32px;font-size:.75rem;line-height:1.35;color:#444;background:#fff;border-radius:8px;border:1px solid #ebe9e8}.home-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:8px;top:8px;width:24px;height:24px;border-radius:50%;background:linear-gradient(145deg,#1a1a1a,#333);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001f}.home-steps li strong{color:#1a1a1a;font-size:.85rem}.home-steps--compact{grid-template-columns:repeat(4,1fr);gap:.5rem .5rem;margin-bottom:1rem;max-width:520px;margin-left:auto;margin-right:auto}.home-steps--compact li:before{display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:.7rem;left:50%;top:6px;transform:translate(-50%);border-radius:50%;background:linear-gradient(145deg,#1a1a1a,#333);color:#fff;font-weight:700;box-shadow:0 2px 4px #0000001f}.home-steps--compact li{padding:32px 8px 10px;text-align:center;font-size:.72rem;min-width:0}.home-steps--compact li strong{display:none}@media (max-width: 420px){.home-steps--compact{grid-template-columns:repeat(2,1fr)}}.home-compare--compact{margin:12px auto;padding:1rem 1.1rem 1.15rem}.home-compare--compact .home-compare{gap:10px}.home-compare--compact .home-compare-block{padding:10px 8px;min-height:48px}.home-compare--compact .home-compare-block-label{font-size:.85em;margin-bottom:2px}.home-compare--compact .home-compare-block-desc{font-size:.7rem}@media (max-width: 380px){.home-compare--compact .home-compare-block{font-size:.65rem;padding:10px 6px}}.home-pool-card{background:#fff;border:1px solid #e8e4e3;border-radius:.75rem;padding:1rem;margin:0 auto 1.25rem;max-width:520px;box-shadow:0 1px 3px #0000000f}.home-pool-card-title{font-family:var(--font-sans);font-size:clamp(.95rem,1.5vw + .35rem,1.05rem);font-weight:700;margin:0 0 .75rem;color:#1a1a1a}.home-pool-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.home-pool-stat{display:flex;flex-direction:column;align-items:center;gap:.2rem}.home-pool-stat-label{font-size:.6rem;color:#666}.home-pool-stat-value{font-size:clamp(.95rem,1.5vw + .4rem,1.1rem);font-weight:700;color:#1a1a1a}.home-goal{margin:0 auto 1.25rem;max-width:520px}.home-goal-title{font-family:var(--font-sans);font-size:clamp(.95rem,1.5vw + .35rem,1.05rem);font-weight:700;margin:0 0 .4rem;color:#1a1a1a}.home-goal-target{font-size:clamp(.75rem,1vw + .35rem,.85rem);margin:0 0 .5rem;color:#333}.home-goal-bar-wrap{position:relative;height:.5rem;background:#ebe5e3;border-radius:999px;overflow:hidden;margin-bottom:1rem;box-shadow:inset 0 1px 2px #0000000f}.home-goal-milestone{margin:0 0 .55rem;font-size:.75rem;color:#5a5352;font-weight:600;letter-spacing:.02em}.home-section--first .home-goal-milestone{margin-top:-.2rem;color:#5a5352f2}.home-goal-bar{height:100%;min-width:8%;border-radius:999px;transition:width .45s ease;background:linear-gradient(90deg,#d4a5a0,#e5bdb5,#e8c9c4);box-shadow:0 1px 3px #d4a5a059}.home-goal-bar-label{display:block;text-align:right;font-size:.7rem;font-weight:700;color:#666;margin-top:.25rem;margin-bottom:0}.home-goal-desc{font-size:.85rem;color:#555;margin:0;line-height:1.45}.home-subtitle{font-size:1.12rem;font-weight:700;margin:16px 0 8px;color:#1a1a1a}.home-concept-desc+.home-subtitle{margin-top:32px}.home-compare-section+.home-subtitle{margin-top:24px}.home-concept-desc{font-size:.85rem;color:#444;line-height:1.55;margin:0 0 12px}.home-philosophy{font-size:.9rem;color:#4a4544;line-height:1.7;margin:0 0 32px;font-style:italic;font-weight:500;letter-spacing:.03em;padding-left:1rem;border-left:3px solid rgba(212,165,160,.55)}.home-ecosystem-desc{font-size:.85rem;color:#444;line-height:1.55;margin:0 0 4px}.home-compare-section{margin:32px auto;max-width:540px;padding:1.25rem 1.35rem 1.35rem;background:linear-gradient(165deg,#faf9f8,#f5f3f2);border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}.home-compare-section-title{font-size:1.05rem;font-weight:700;margin:0 0 14px;color:#1a1a1a;text-align:center;letter-spacing:.02em}.home-compare-section .home-compare{margin:0;max-width:none}.home-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 auto;max-width:560px;text-align:center;align-items:stretch}@media (max-width: 480px){.home-compare{grid-template-columns:1fr 1fr;gap:8px}}.home-compare-block{padding:14px 12px;border-radius:12px;font-size:.8rem;color:#444;line-height:1.45;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.07);background:#fff;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:56px}.home-compare-block p{margin:0;text-align:center}.home-compare-block-label{font-weight:700;font-size:.9em;color:#1a1a1a;margin-bottom:4px}.home-compare-block-desc{font-size:.9em;color:#555;line-height:1.35}.home-compare-block--patto{border-color:#d4a5a059;background:linear-gradient(165deg,#fefaf9,#faf4f2,#f6eeec);box-shadow:0 2px 12px #d4a5a01f}.home-structure-table-wrap{overflow:hidden;overflow-x:auto;margin:0 auto 28px;max-width:560px;border-radius:16px;border:1px solid rgba(212,165,160,.35);box-shadow:0 12px 40px #d4a5a024,0 4px 12px #0000000d;background:#fff;opacity:0;transform:translateY(18px);transition:opacity .6s var(--home-reveal-ease),transform .6s var(--home-reveal-ease)}.home-section--contact.home-reveal .home-structure-table-wrap{opacity:1;transform:translateY(0);transition-delay:.05s}.home-section--contact .home-structure-table thead tr{opacity:0;transform:translateY(8px);transition:opacity .5s var(--home-reveal-ease),transform .5s var(--home-reveal-ease)}.home-section--contact.home-reveal .home-structure-table thead tr{opacity:1;transform:translateY(0);transition-delay:.1s}.home-section--contact .home-structure-table tbody tr{opacity:0;transform:translateY(10px);transition:opacity .5s var(--home-reveal-ease),transform .5s var(--home-reveal-ease)}.home-section--contact.home-reveal .home-structure-table tbody tr:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.14s}.home-section--contact.home-reveal .home-structure-table tbody tr:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.2s}.home-section--contact.home-reveal .home-structure-table tbody tr:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.26s}.home-structure-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.82rem;text-align:center;background:#fff}.home-structure-table th,.home-structure-table td{padding:14px 12px;border:none;border-bottom:1px solid rgba(0,0,0,.06);border-right:1px solid rgba(0,0,0,.05);vertical-align:middle;line-height:1.45}.home-structure-table thead th:last-child,.home-structure-table tbody th:last-child,.home-structure-table tbody td:last-child{border-right:none}.home-structure-table tbody tr:last-child th,.home-structure-table tbody tr:last-child td{border-bottom:none}.home-structure-table thead th{background:linear-gradient(165deg,#3d3432,#2a2423 45%,#1f1b1a);color:#faf6f5;font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;padding:16px 10px;border-bottom:2px solid rgba(212,165,160,.5)}.home-structure-table tbody th{background:linear-gradient(180deg,#faf6f5,#f3ecea);font-weight:700;color:#6b5e5b;width:20%;font-size:.74rem;letter-spacing:.03em}.home-structure-table tbody td{color:#3a3331;font-weight:500;background:#fff}.home-structure-table tbody tr:nth-child(2n) td{background:#faf6f5a6}@media (max-width: 480px){.home-structure-table-wrap{border-radius:12px;margin-left:0;margin-right:0}.home-structure-table th,.home-structure-table td{padding:10px 8px;font-size:.72rem}.home-structure-table thead th{font-size:.65rem;letter-spacing:.04em;padding:12px 6px}}h3.home-partner-desc{font-size:.95rem;font-weight:600;color:#5a5352;margin:0 0 12px}.home-compare-block--patto:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e0b8b2,#d4a5a0);border-radius:12px 12px 0 0}.home-compare-label{font-weight:700;font-size:.95rem;margin:0 0 10px;color:#1a1a1a;letter-spacing:.02em}.home-ecosystem-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:6px auto 24px;max-width:620px;text-align:center}@media (max-width: 640px){.home-ecosystem-cards{grid-template-columns:1fr;max-width:340px;margin-left:auto;margin-right:auto;gap:18px}}.home-ecosystem-card{opacity:0;transform:translateY(12px);transition:opacity .55s var(--home-reveal-ease),transform .55s var(--home-reveal-ease),box-shadow .3s ease,border-color .2s ease;background:linear-gradient(180deg,#fefdfc,#faf8f7);border:1px solid rgba(212,165,160,.18);border-radius:20px;padding:24px 18px 22px;box-shadow:0 2px 12px #0000000a,0 0 0 1px #fffc inset;position:relative;overflow:hidden}.home-ecosystem-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#e5bdb5,#d4a5a0,#e8c9c4);border-radius:20px 20px 0 0;opacity:.9}.home-ecosystem-card:hover{box-shadow:0 12px 28px #d4a5a01f,0 0 0 1px #ffffffe6 inset;border-color:#d4a5a059;transform:translateY(-2px)}.home-section.home-reveal .home-ecosystem-card:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.06s}.home-section.home-reveal .home-ecosystem-card:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.14s}.home-section.home-reveal .home-ecosystem-card:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.22s}.home-ecosystem-card-icon{margin-bottom:14px;line-height:1}.home-ecosystem-card-icon img{display:block;width:56px;height:56px;object-fit:contain;margin:0 auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.06))}.home-ecosystem-card-title{font-size:1.02rem;font-weight:700;margin:0 0 12px;color:#1a1a1a;letter-spacing:.02em;line-height:1.3}.home-ecosystem-card-role{font-size:.8rem;color:#5a5352;margin:0 0 8px;line-height:1.5;font-weight:500}.home-ecosystem-card-how{font-size:.78rem;color:#666;margin:0 0 8px;line-height:1.5}.home-ecosystem-card-value{margin:0;font-size:.78rem;color:#555;line-height:1.5;padding-top:6px;border-top:1px dashed rgba(212,165,160,.25)}.home-partner-desc,.home-partner-more{font-size:.95rem;color:#555;margin:0 0 16px}.home-partner-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:0 auto 14px;max-width:520px;text-align:left}.home-partner-card{opacity:0;transform:translateY(20px);background:linear-gradient(180deg,#fff,#fff7f6);border:1px solid rgba(212,165,160,.28);border-radius:16px;padding:14px 14px 12px;box-shadow:0 10px 30px #d4a5a01a,0 1px 2px #0000000a;position:relative;overflow:hidden;transition:opacity .55s var(--home-reveal-ease),transform .55s var(--home-reveal-ease),box-shadow .3s ease,border-color .2s ease}.home-section.home-reveal .home-partner-card:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.05s}.home-section.home-reveal .home-partner-card:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.1s}.home-section.home-reveal .home-partner-card:nth-child(3){opacity:1;transform:translateY(0);transition-delay:.15s}.home-section.home-reveal .home-partner-card:nth-child(4){opacity:1;transform:translateY(0);transition-delay:.2s}.home-section.home-reveal .home-partner-card:nth-child(5){opacity:1;transform:translateY(0);transition-delay:.25s}.home-section.home-reveal .home-partner-card:nth-child(6){opacity:1;transform:translateY(0);transition-delay:.3s}.home-section:has(.home-partner-grid)>.home-section-title,.home-section:has(.home-partner-grid)>.home-partner-desc{opacity:0;transform:translateY(14px);transition:opacity .55s var(--home-reveal-ease),transform .55s var(--home-reveal-ease)}.home-section:has(.home-partner-grid).home-reveal>.home-section-title{opacity:1;transform:translateY(0);transition-delay:.04s}.home-section:has(.home-partner-grid).home-reveal>.home-partner-desc{opacity:1;transform:translateY(0);transition-delay:.09s}.home-partner-card:before{content:none}.home-partner-name{font-size:.95rem;font-weight:700;margin:0 0 2px;color:#1a1a1a;padding-top:2px}.home-partner-badge{font-size:.7rem;color:#5a5352;margin:0 0 8px;font-weight:600}.home-partner-address{font-size:.72rem;color:#666;margin:0 0 10px;line-height:1.25}.home-partner-links{font-size:.8rem;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.home-partner-link{display:inline-flex;align-items:center;gap:5px;color:#1a1a1a;font-weight:600;text-decoration:none}.home-partner-link:hover{text-decoration:underline}.home-partner-link-icon{width:18px;height:18px;object-fit:contain;flex-shrink:0;vertical-align:middle}.home-partner-links-sep{color:#bbb;font-weight:400}.home-partner-coming{color:#999;font-weight:500}.home-partner-more{margin:28px auto;text-align:center;font-weight:700;color:#5a5352;font-size:.9rem;padding:10px 14px;max-width:520px;background:#e5bdb52e;border:1px solid rgba(212,165,160,.25);border-radius:999px;box-shadow:0 6px 20px #d4a5a014}.home-partner-desc{text-align:center;margin:0 0 10px}.home-future{margin:16px 0}.home-future p{font-size:.9rem;color:#444;line-height:1.5;margin:0 0 8px}.home-future-example{font-weight:600;color:#333;margin:24px 0 10px}.home-future-example+p{margin-top:0;margin-bottom:20px}.home-future-desc{font-size:.9rem;color:#444;line-height:1.5;margin:0 0 8px}.home-contact-lead{font-size:1rem;font-weight:600;margin:0 0 8px}.home-contact-lead+.home-subtitle{margin-top:32px;color:#1a1a1a}.home-contact-items{display:flex;flex-direction:column;gap:8px;margin:0 0 16px;font-size:.95rem;color:#444;line-height:1.5;list-style:none;padding:0}.home-section-title{font-family:var(--font-sans);font-size:clamp(.95rem,2vw + .4rem,1.1rem);font-weight:800;margin:0 0 12px;color:#1a1a1a}.home-subtitle{font-family:var(--font-sans);font-size:1rem;font-weight:800;margin:16px 0 10px;color:#1a1a1a}.home-steps-title{font-family:var(--font-sans);font-weight:800}.home-contact-item{display:block;padding:10px 14px;background:#faf8f7;border-radius:8px;border:1px solid #ebe8e6;text-align:center}.home-contact-desc{font-size:.9rem;color:#555;line-height:1.55;margin:0 0 20px}.home-contact-divider{width:60%;margin:24px auto 16px;border:none;border-top:1px solid #e0e0e0}.home-contact-inquiry{font-size:.8rem;color:#666}.home-contact-inquiry-title{font-family:var(--font-sans)!important;font-size:1rem!important;font-weight:800!important;color:#1a1a1a!important;margin:0 0 8px!important}.home-contact-email,.home-contact-phone{margin:0 0 4px;font-size:.85rem}.home-contact-email a,.home-contact-phone a{color:#1a1a1a;font-weight:600;text-decoration:none}.home-contact-email a:hover,.home-contact-phone a:hover{text-decoration:underline}.home-section--contact .home-subtitle.home-structure-title{margin-top:48px;margin-bottom:20px;font-size:clamp(1.1rem,3vw + .5rem,1.35rem);font-weight:800;letter-spacing:-.02em;line-height:1.3}.home-section--contact .home-subtitle.home-structure-title:before{content:"";display:block;width:100%;max-width:560px;margin:0 auto 16px;border:none;border-top:1px solid rgba(212,165,160,.4)}@media (prefers-reduced-motion: reduce){.home-section:not(.home-section--first){transition:none;opacity:1;transform:none}.home-section--first .home-page1-title,.home-section--first .home-page1-slogan,.home-section--first .home-page1-slogan-ko,.home-section--first .home-page1-desc,.home-section--first .home-first-column{animation:none;opacity:1;transform:none}.home-scroll-dot,.home-scroll-hint,.home-scroll-arrow{animation:none!important}.home-section--pool-together .home-pool-together-title,.home-section--pool-together .home-pool-together-desc,.home-section--pool-together .home-pool-about-card,.home-partner-card,.home-ecosystem-card{opacity:1!important;transform:none!important;transition:none!important}.home-section:has(.home-partner-grid)>.home-section-title,.home-section:has(.home-partner-grid)>.home-partner-desc,.home-section--contact .home-structure-table-wrap,.home-section--contact .home-structure-table thead tr,.home-section--contact .home-structure-table tbody tr{opacity:1!important;transform:none!important;transition:none!important}.home-ecosystem-card:hover{transform:none!important}.home-goal-bar{transition:none}}*{box-sizing:border-box}:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif}html,body,#root{height:100%;margin:0;font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{padding-bottom:env(safe-area-inset-bottom,0)}.route-fallback{padding:2.5rem 1rem;text-align:center;color:#666;font-size:.95rem}
