body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-y:scroll}.app{font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a}.header{position:fixed;top:0;left:0;right:0;background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(0,0,0,.06);z-index:1000;padding:14px 0}.header-content{max-width:1200px;margin:0 auto;padding:0 40px;display:flex;justify-content:space-between;align-items:center}.logo-container{display:flex;align-items:center;gap:14px}.logo{margin:0;display:flex;align-items:center}.logo img{height:30px;width:auto;display:block}.character{display:flex;align-items:center;animation:gentle-bounce 3s ease-in-out infinite}.character img{width:52px;height:auto;display:block}@keyframes gentle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.nav{display:flex;gap:36px;align-items:center}.nav a{text-decoration:none;color:#555;font-weight:500;font-size:15px;transition:color .2s;white-space:nowrap}.nav a:hover{color:#ff8500}.main{margin-top:72px}.hero{padding:100px 40px 120px;background:linear-gradient(180deg,#fff8e1,#fffdf5);display:flex;align-items:center;justify-content:center;position:relative;min-height:calc(100vh - 72px)}.hero-content{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:80px}.hero-character{flex:1;display:flex;justify-content:center;align-items:center}.hero-character img{width:100%;max-width:360px;height:auto;border-radius:24px;box-shadow:0 16px 48px #00000014;animation:fade-in-up .8s ease-out}.hero-text{flex:1;animation:fade-in-up .8s ease-out .15s both}.hero-title{font-size:32px;font-weight:600;color:#333;margin-bottom:12px;line-height:1.4}.hero-subtitle{font-size:56px;font-weight:800;color:#ff8500;margin:0 0 20px;line-height:1.1}.hero-description{font-size:17px;color:#777;line-height:1.7;margin-bottom:0}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.scroll-down-btn{position:absolute;bottom:32px;left:50%;transform:translate(-50%);background:none;border:none;cursor:pointer;z-index:10;animation:scroll-hint 2.5s ease-in-out infinite}.scroll-down-light .arrow-down{color:#fff9}.arrow-down{font-size:28px;color:#ccc;display:block;line-height:1}@keyframes scroll-hint{0%,to{transform:translate(-50%) translateY(0);opacity:.6}50%{transform:translate(-50%) translateY(6px);opacity:1}}.side-nav{position:fixed;right:32px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:14px;z-index:1000}.side-nav-dot{width:10px;height:10px;border-radius:50%;border:2px solid rgba(255,133,0,.4);background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.side-nav-dot:hover{border-color:#ff8500;transform:scale(1.2)}.side-nav-dot.active{background:#ff8500;border-color:#ff8500;transform:scale(1.3)}.feature-section{padding:100px 40px;display:flex;align-items:center;position:relative}.feature-section.gray{background:#fafafa}.feature-card{max-width:1100px;margin:0 auto;width:100%;display:flex;align-items:center;gap:80px}.feature-content{flex:1;max-width:460px}.feature-title{font-size:34px;font-weight:400;color:#1a1a1a;margin-bottom:20px;line-height:1.4;letter-spacing:-.02em}.feature-title strong{font-weight:700}.feature-description{font-size:16px;color:#888;line-height:1.8}.feature-image{flex:1;display:flex;justify-content:center;max-width:400px}.store-inquiry-section{background:linear-gradient(160deg,#fff9ee,#fff3d6)}.store-inquiry-image{width:100%;max-width:340px}.store-inquiry-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 12px 40px #00000014;display:block}.store-inquiry-button{display:inline-flex;align-items:center;margin-top:28px;padding:14px 32px;background:#ff8500;color:#fff;font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 16px #ff850033}.store-inquiry-button:hover{transform:translateY(-1px);box-shadow:0 6px 24px #ff85004d}.company-intro-section{background:#fafafa}.company-image{max-width:260px;width:100%;display:flex;justify-content:center;align-items:center}.company-image img{width:100%;height:auto;object-fit:contain}.mock-phone{width:280px;height:580px;background:#000;border-radius:36px;padding:0;box-shadow:0 16px 48px #0000001f;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;opacity:0;transform:translateY(30px);transition:opacity .7s ease-out,transform .7s ease-out}.mock-phone.visible{opacity:1;transform:translateY(0)}.mock-phone.app-screenshot{background:transparent;box-shadow:0 16px 48px #0000001a;flex-shrink:0}.mock-phone.app-screenshot:before{display:none}.app-screen-image{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:36px;display:block}.app-section{padding:100px 40px;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;position:relative}.app-content{max-width:1100px;margin:0 auto;text-align:center}.section-title{font-size:42px;font-weight:700;margin-bottom:56px;display:flex;align-items:center;justify-content:center;gap:16px;letter-spacing:-.02em}.app-features{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:0}.app-feature-item{text-align:center;padding:40px 20px;border-radius:20px;background:#ffffff0d;transition:background .3s}.app-feature-item:hover{background:#ffffff14}.app-icon{font-size:48px;margin-bottom:20px}.app-feature-item h4{font-size:18px;margin-bottom:10px;font-weight:600}.app-feature-item p{font-size:14px;color:#ffffff80;line-height:1.6}.contact-section{padding:100px 40px;background:linear-gradient(180deg,#fff8e1,#fffdf5);display:flex;align-items:center;justify-content:center;position:relative}.contact-content{max-width:800px;margin:0 auto;text-align:center}.contact-section .section-title{color:#1a1a1a;margin-bottom:16px}.contact-description{font-size:17px;color:#888;line-height:1.8;margin-bottom:48px}.contact-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:48px}.benefit-item{background:#fff;padding:36px 24px;border-radius:16px;box-shadow:0 2px 12px #0000000a;border:1px solid rgba(0,0,0,.04)}.benefit-item h4{font-size:18px;color:#ff8500;margin-bottom:8px;font-weight:600}.benefit-item p{font-size:14px;color:#888}.app-download-buttons{display:flex;gap:12px;margin-top:24px;flex-wrap:wrap;align-items:center}.contact-download{justify-content:center}.download-btn{display:inline-flex;align-items:center;justify-content:center;width:180px;height:56px;overflow:hidden;border-radius:12px;background:#1a1a1a;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.download-btn.play{background:linear-gradient(135deg,#34a853,#0f9d58)}.download-btn.app{background:#1a1a1a}.download-btn-text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:14px;font-weight:600;gap:8px}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.footer{background:#1a1a1a;color:#fff;padding:36px 40px;width:100%}.footer-content{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-info h3{margin-bottom:8px}.footer-logo img{height:24px;width:auto;display:block;opacity:.8}.footer-info p{font-size:13px;color:#666;margin:0}.footer-links a{text-decoration:none;color:#666;font-size:13px;transition:color .2s}@media(max-width:968px){.header-content{padding:0 24px}.logo img{height:28px}.character img{width:44px}.nav{gap:20px}.nav a{font-size:14px}.hero{padding:80px 24px 100px}.hero-content{flex-direction:column;gap:48px;text-align:center}.hero-character img{max-width:300px}.hero-text{text-align:center}.hero-title{font-size:28px}.hero-subtitle{font-size:44px}.feature-section{padding:80px 24px}.feature-card{flex-direction:column;gap:48px;text-align:center}.feature-content{max-width:100%}.feature-title{font-size:28px}.mock-phone{width:260px;height:540px}.app-section,.contact-section{padding:80px 24px}.section-title{font-size:34px}.app-features{grid-template-columns:repeat(2,1fr);gap:16px}.contact-benefits{grid-template-columns:1fr;gap:16px}.side-nav{right:16px;gap:10px}.side-nav-dot{width:8px;height:8px}.footer{padding:30px 24px}.footer-content{flex-direction:column;text-align:center}}@media(max-width:640px){.header{padding:10px 0}.header-content{padding:0 16px}.logo img{height:24px}.logo-container{gap:8px}.character img{width:38px}.nav{gap:14px}.nav a{font-size:12px}.main{margin-top:60px}.hero{padding:60px 20px 80px;min-height:auto}.hero-content{gap:32px}.hero-character img{max-width:240px;border-radius:16px}.hero-title{font-size:22px}.hero-subtitle{font-size:36px}.hero-description{font-size:15px}.feature-section{padding:60px 20px}.feature-card{gap:32px}.feature-title{font-size:24px}.feature-description{font-size:15px}.mock-phone{width:240px;height:500px}.section-title{font-size:28px;margin-bottom:40px}.app-section,.contact-section{padding:60px 20px}.app-features{grid-template-columns:1fr;gap:12px}.app-feature-item{padding:28px 20px}.contact-description{font-size:15px;margin-bottom:32px}.benefit-item{padding:28px 20px}.download-btn{width:160px;height:50px;border-radius:10px}.download-btn-text{font-size:13px}.scroll-down-btn{bottom:20px}.arrow-down{font-size:24px}.side-nav{display:none}.footer{padding:28px 16px}.footer-links{gap:16px;flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.hero-title{font-size:20px}.hero-subtitle{font-size:32px}.feature-title{font-size:22px}.mock-phone{width:220px;height:460px}.section-title{font-size:26px}.contact-benefits{gap:12px}.app-download-buttons{flex-direction:column;align-items:center}}.store-page{min-height:100vh;background:#fff}.store-header{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);z-index:1000;padding:16px 0}.store-header-content{max-width:1400px;margin:0 auto;padding:0 60px;display:flex;align-items:center;gap:40px}.back-button{background:none;border:none;font-size:16px;font-weight:500;color:#333;cursor:pointer;transition:color .3s;padding:8px 16px}.back-button:hover{color:#ff8500}.store-logo img{height:35px;width:auto}.store-main{margin-top:90px}.store-hero{padding:100px 40px;background:#fff4c9;min-height:80vh;display:flex;align-items:center}.store-hero-content{max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:center;gap:80px}.store-hero-image{flex:1;display:flex;justify-content:center}.store-hero-image img{width:100%;max-width:400px;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.store-hero-text{flex:1}.store-hero-title{font-size:48px;font-weight:700;color:#1a1a1a;margin-bottom:24px;line-height:1.3}.store-hero-description{font-size:24px;color:#666;margin-bottom:40px;line-height:1.6}.store-cta-button{display:inline-block;padding:18px 48px;background:#ff8500;color:#fff;font-size:18px;font-weight:600;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #ff85004d}.store-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff850066}.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.hero-benefit-item{background:#fff;padding:32px 24px;border-radius:16px;box-shadow:0 4px 16px #00000014;transition:transform .2s,box-shadow .2s}.hero-benefit-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.benefit-icon{font-size:40px;margin-bottom:16px}.hero-benefit-item h3{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.hero-benefit-item p{font-size:15px;color:#666;margin:0;line-height:1.5}.store-feature-section{padding:100px 40px;min-height:100vh;display:flex;align-items:center}.store-main>.store-feature-section:first-child{padding-top:200px;margin-top:0}.store-feature-section.gray{background:#f8f9fa}.store-feature-content{max-width:1200px;margin:0 auto;width:100%;display:flex;align-items:center;gap:100px}.store-feature-content.reverse{flex-direction:row-reverse}.store-feature-image{flex:1;display:flex;justify-content:center}.store-feature-image .mock-phone{width:300px;height:auto;max-height:600px;background:transparent;border-radius:40px;padding:0;overflow:hidden;box-shadow:0 20px 60px #0003}.store-feature-image .mock-phone img{width:100%;height:auto;object-fit:contain;border-radius:40px;display:block;background:#fff}.store-feature-image .desktop-screen{max-width:500px;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000026}.store-feature-image .desktop-screen img{width:100%;height:auto;display:block;border-radius:16px}.store-feature-text{flex:1}.store-feature-title{font-size:40px;font-weight:400;color:#1a1a1a;margin-bottom:24px;line-height:1.3}.store-feature-title strong{font-weight:700}.store-feature-description{font-size:18px;color:#666;line-height:1.7}.store-contact-section{padding:100px 40px;background:#fff4c9;text-align:center}.store-contact-content{max-width:900px;margin:0 auto}.store-contact-header{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px}.contact-icon{width:60px;height:60px;object-fit:contain}.store-contact-title{font-size:52px;font-weight:700;color:#1a1a1a;margin:0}.store-contact-description{font-size:20px;color:#666;line-height:1.8;margin-bottom:60px}.store-contact-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.benefit-card{background:#fff;padding:48px 36px;border-radius:20px;box-shadow:0 4px 20px #00000014}.benefit-card h3{font-size:24px;color:#ff8500;margin-bottom:12px;font-weight:600}.benefit-card p{font-size:16px;color:#666;margin:0}.store-contact-button{display:inline-block;padding:18px 60px;background:#ff8500;color:#fff;font-size:18px;font-weight:600;border-radius:12px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #ff85004d}.store-contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #ff850066}.store-footer{background:#2a2a2a;color:#fff;padding:40px 20px}.store-footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-logo img{height:28px;width:auto;display:block;margin-bottom:8px}.footer-info p{font-size:13px;color:#888;margin:0}.footer-links{display:flex;gap:24px}.footer-links a{text-decoration:none;color:#aaa;font-size:13px;transition:color .3s}.footer-links a:hover{color:#ff8500}@media(max-width:968px){.store-hero-content,.store-feature-content{flex-direction:column;gap:50px}.store-hero-title{font-size:36px}.store-hero-description{font-size:20px}.hero-benefits{grid-template-columns:1fr;gap:16px}.store-feature-title{font-size:32px}.store-contact-title{font-size:36px}.store-contact-benefits{grid-template-columns:1fr;gap:30px}.store-feature-image .mock-phone{width:280px;max-height:560px}.store-feature-image .desktop-screen{max-width:400px}}@media(max-width:640px){.store-header-content{padding:0 20px}.store-hero,.store-feature-section,.store-contact-section{padding:60px 20px}.store-main>.store-feature-section:first-child{padding-top:120px}.store-feature-image .mock-phone{width:260px;max-height:520px}.store-feature-image .desktop-screen{max-width:100%}.store-hero-title{font-size:28px}.store-hero-description{font-size:18px}.hero-benefits{grid-template-columns:1fr;gap:12px}.hero-benefit-item{padding:24px 20px}.benefit-icon{font-size:32px;margin-bottom:12px}.hero-benefit-item h3{font-size:18px}.hero-benefit-item p{font-size:14px}.store-feature-title{font-size:24px}.store-contact-title{font-size:28px}.contact-icon{width:40px;height:40px}.store-contact-description{font-size:16px;margin-bottom:40px}.store-contact-button{padding:16px 50px;font-size:16px}.store-footer-content{flex-direction:column;text-align:center}}
