body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navigation{background:var(--bg-white);border-bottom:1px solid var(--border-color);left:0;padding:1rem 0;position:fixed;right:0;top:0;transition:box-shadow .3s,padding .3s;z-index:1000}.navigation.scrolled{box-shadow:0 2px 20px #00000014;padding:.75rem 0}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:0 2rem}.nav-logo img{height:50px;transition:height .3s}.navigation.scrolled .nav-logo img{height:40px}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:var(--text-dark);font-size:.95rem;font-weight:500;position:relative;text-decoration:none;transition:color .3s}.nav-links a:after{background:var(--primary-color);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.nav-links a:hover{color:var(--primary-color)}.nav-links a:hover:after{width:100%}.mobile-menu-btn{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:32px;justify-content:center;padding:0;width:32px}.mobile-menu-btn span{background:var(--text-dark);display:block;height:2px;transition:transform .3s,opacity .3s;width:24px}.mobile-menu-btn.open span:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.nav-container{padding:0 1.5rem}.nav-logo img{height:40px}.navigation.scrolled .nav-logo img{height:36px}.mobile-menu-btn{display:flex}.nav-links{background:var(--bg-white);box-shadow:-5px 0 30px #0000001a;flex-direction:column;gap:0;height:100vh;max-width:300px;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:75%}.nav-links.open{right:0}.nav-links li{border-bottom:1px solid var(--border-color)}.nav-links a{display:block;font-size:1.1rem;padding:1.25rem 0}.nav-links a:after{display:none}}.hero-section{background-color:#1a4a6e;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;margin-top:70px;overflow:hidden;padding:7rem 2rem 5rem;position:relative;text-align:center}.hero-section:before{display:none}.hero-content{margin:0 auto;max-width:900px;position:relative;z-index:1}.hero-headline{font-size:2.8rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 10px #00000080}.hero-sub{font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:1rem}.hero-sub,.hero-supporting{text-shadow:0 2px 8px #00000080}.hero-supporting{font-size:1rem;font-weight:400;line-height:1.8;margin-bottom:2rem}.hero-cta-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.hero-secondary{background:#0000;border:1px solid #fff9;color:#fff}.hero-secondary:hover{background:#ffffff1a;border-color:#fff;box-shadow:0 4px 12px #0003}@media (max-width:768px){.hero-section{margin-top:60px;padding:5rem 1.5rem 3.5rem}.hero-headline{font-size:1.8rem;margin-bottom:1rem}.hero-headline br{display:none}.hero-sub{font-size:1.15rem;margin-bottom:1rem}.hero-sub br{display:none}.hero-supporting{font-size:.95rem;margin-bottom:2rem}.hero-supporting br{display:none}.hero-cta-group{align-items:center;flex-direction:column}.hero-cta-group .cta-button{max-width:280px;width:100%}}.identity-section{background:var(--bg-white);padding:var(--section-padding)}.identity-section .section-title br{display:block}.identity-points{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.identity-card{background:var(--bg-light);border:1px solid #0000;border-radius:6px;padding:2.5rem 2rem;text-align:center;transition:all .2s ease}.identity-card:hover{border-color:var(--border-color);box-shadow:0 8px 24px #0000000f}.identity-icon{color:var(--primary-color);display:block;font-size:2rem;margin-bottom:1.5rem}.identity-card h3{color:var(--text-dark);font-size:1.1rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.75rem}.identity-card p{color:var(--text-light);font-size:.9rem;line-height:1.65}@media (max-width:768px){.identity-section{padding:var(--section-padding-mobile)}.identity-section .section-title br{display:none}.identity-points{gap:1.5rem;grid-template-columns:1fr;margin-top:2.5rem}.identity-card{padding:2rem 1.5rem}.identity-icon{font-size:2rem;margin-bottom:1rem}}.product-section{background:var(--bg-light);padding:var(--section-padding)}.product-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.product-info{order:1}.product-visual{display:flex;justify-content:center;order:2}.product-name{color:var(--text-dark);font-size:2rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.5rem}.product-name-en{color:var(--text-light);font-size:1.25rem;font-weight:400}.product-tagline{color:var(--primary-color);font-size:1rem;font-weight:500;margin-bottom:1.25rem}.product-description{color:var(--text-light);font-size:1rem;line-height:1.7;margin-bottom:1.75rem}.product-highlights{list-style:none;margin-bottom:2.5rem}.product-highlights li{align-items:center;color:var(--text-medium);display:flex;font-size:1rem;gap:.75rem;margin-bottom:.75rem}.check-icon{color:var(--primary-color);font-weight:700}.product-mockup{border-radius:12px;box-shadow:0 16px 48px #0000001f;overflow:hidden;width:280px}.mockup-image{display:block;height:auto;width:100%}@media (max-width:768px){.product-section{padding:var(--section-padding-mobile)}.product-content{gap:2.5rem;grid-template-columns:1fr}.product-info{order:2;text-align:center}.product-visual{order:1}.product-name{font-size:2rem}.product-name-en{display:block;font-size:1.2rem}.product-highlights li{justify-content:center}.product-info .cta-button{max-width:280px;width:100%}.product-mockup{border-radius:10px;width:200px}}.service-section{background:var(--bg-white);padding:var(--section-padding)}.service-section .section-title{margin-bottom:3rem}.service-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr)}.service-category{background:var(--bg-light);border:1px solid var(--border-color);border-radius:6px;padding:2.5rem}.category-header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem}.category-icon{color:var(--primary-color);font-size:1.75rem}.category-header h3{color:var(--text-dark);font-size:1.15rem;font-weight:600;letter-spacing:-.01em;margin:0}.service-list{gap:1.25rem;list-style:none}.service-list,.service-list li{display:flex;flex-direction:column}.service-list li{gap:.25rem}.service-list li strong{color:var(--text-dark);font-size:.95rem;font-weight:600}.service-list li span{color:var(--text-light);font-size:.85rem}.service-note{border-top:1px solid var(--border-color);color:var(--primary-color);font-size:.95rem;font-weight:500;margin-top:2rem;padding-top:1.5rem}@media (max-width:768px){.service-section{padding:var(--section-padding-mobile)}.service-grid{gap:2rem;grid-template-columns:1fr}.service-category{padding:2rem 1.5rem}.category-header{margin-bottom:1.5rem;padding-bottom:1rem}.category-icon{font-size:1.5rem}.category-header h3{font-size:1.2rem}.service-list{gap:1rem}.service-list li strong{font-size:1rem}.service-note{font-size:.9rem;margin-top:1.5rem;padding-top:1rem}}.strength-section{background:#1a1a2e;color:#fff;padding:var(--section-padding)}.strength-section .section-label{color:#ffffff80}.strength-section .section-title{color:#fff;margin-bottom:3rem}.strength-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}.strength-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;display:flex;gap:1.5rem;padding:2rem;transition:all .2s ease}.strength-item:hover{background:#ffffff0f}.strength-number{color:#ffffff4d;font-size:2rem;font-weight:700;line-height:1}.strength-content h3{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.strength-content p{font-size:.95rem;line-height:1.6;opacity:.8}@media (max-width:768px){.strength-section{padding:var(--section-padding-mobile)}.strength-list{gap:1rem;grid-template-columns:1fr}.strength-item{gap:1rem;padding:1.5rem}.strength-number{font-size:1.5rem}.strength-content h3{font-size:1.05rem}.strength-content p{font-size:.9rem}}.cta-section{background:var(--bg-light);padding:var(--section-padding)}.cta-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.cta-info{padding-right:2rem}.cta-description{color:var(--text-light);font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.cta-contact-info{border-top:1px solid var(--border-color);padding-top:2rem}.cta-contact-info p{color:var(--text-medium);margin-bottom:.75rem}.cta-contact-info a{color:var(--primary-color);text-decoration:none}.cta-contact-info a:hover{text-decoration:underline}.cta-form{background:var(--bg-white);border:1px solid var(--border-color);border-radius:6px;box-shadow:0 4px 20px #0000000f;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-dark);display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{background:var(--bg-white);border:1px solid var(--border-color);border-radius:4px;color:var(--text-dark);font-family:inherit;font-size:.95rem;padding:.875rem 1rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group textarea{min-height:120px;resize:vertical}.form-submit{padding:1.1rem;width:100%}@media (max-width:768px){.cta-section{padding:var(--section-padding-mobile)}.cta-content{gap:2.5rem;grid-template-columns:1fr}.cta-info{padding-right:0;text-align:center}.cta-description br{display:none}.cta-buttons{align-items:center;flex-direction:column;justify-content:center}.cta-buttons .cta-button{max-width:280px;width:100%}.cta-contact-info{text-align:left}.cta-form{padding:2rem 1.5rem}.form-group input,.form-group textarea{padding:.875rem}}.footer{background:var(--bg-gray);border-top:1px solid var(--border-color);color:var(--text-light);margin-top:auto;padding:3rem 0 1.5rem}.footer-container{margin:0 auto;max-width:var(--max-width);padding:0 2rem}.footer-main{align-items:flex-start;display:flex;gap:3rem;justify-content:space-between;margin-bottom:2rem}.footer-brand{flex-shrink:0}.footer-logo{height:40px;margin-bottom:.75rem;opacity:.9}.footer-tagline{color:var(--text-muted);font-size:.8rem;font-weight:400;letter-spacing:-.01em}.footer-info{display:flex;flex-direction:column;gap:.5rem}.footer-info-row{color:var(--text-medium);font-size:.85rem;line-height:1.5}.footer-info-row .info-label{color:var(--text-dark);font-weight:600;margin-right:.3em}.footer-info-row .info-divider{color:var(--border-color);margin:0 .75em}.footer-info-row a{color:var(--text-medium);text-decoration:none;transition:color .2s}.footer-info-row a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid var(--border-color);padding-top:1.5rem;text-align:center}.footer-bottom p{color:var(--text-muted);font-size:.75rem;font-weight:400;margin:0}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1.5rem}.footer-main{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.footer-logo{height:32px}.footer-info-row{font-size:.8rem;line-height:1.6}.footer-info-row .info-divider{display:none}.footer-info-row:first-child,.footer-info-row:nth-child(2){display:flex;flex-wrap:wrap;gap:.5rem 1rem}.footer-bottom{padding-top:1rem}}@font-face{font-display:swap;font-family:Pretendard;font-weight:100;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:200;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:300;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:400;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:500;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:600;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:700;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:800;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Pretendard;font-weight:900;src:url(https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2) format("woff2")}:root{--primary-color:#1b73ba;--primary-dark:#0e4f7d;--text-dark:#333;--text-medium:#555;--text-light:#666;--text-muted:#888;--bg-white:#fff;--bg-light:#f8f9fa;--bg-gray:#fdfdfd;--border-color:#e5e5e5;--max-width:1200px;--section-padding:6rem 2rem;--section-padding-mobile:4rem 1.5rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;color:var(--text-dark);font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.section-container{margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:0 2rem}.section-label{color:#1b73ba;color:var(--primary-color);display:inline-block;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase}.section-label,.section-title{font-weight:600;margin-bottom:1.25rem}.section-title{color:#333;color:var(--text-dark);font-size:2.25rem;letter-spacing:-.02em;line-height:1.35}.section-description{color:#666;color:var(--text-light);font-size:1.05rem;line-height:1.75;max-width:640px}.cta-button{background:#1b73ba;background:var(--primary-color);border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;letter-spacing:-.01em;padding:.875rem 1.75rem;text-decoration:none;transition:all .2s ease}.cta-button:hover{background:#0e4f7d;background:var(--primary-dark);box-shadow:0 4px 12px #1b73ba40;transform:translateY(-1px)}.cta-button.secondary{background:#0000;border:1px solid #1b73ba;border:1px solid var(--primary-color);color:#1b73ba;color:var(--primary-color)}.cta-button.secondary:hover{background:#1b73ba;background:var(--primary-color);color:#fff}.cta-button.white{background:#fff;color:#1b73ba;color:var(--primary-color)}.cta-button.white:hover{background:#f8f9fa;box-shadow:0 4px 12px #00000026}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-delay-1{transition-delay:.1s}.fade-in-delay-2{transition-delay:.2s}.fade-in-delay-3{transition-delay:.3s}@media (max-width:768px){.section-container{padding:0 1.5rem}.section-label{font-size:.7rem;margin-bottom:1rem}.section-title{font-size:1.6rem}.section-description{font-size:.95rem}.cta-button{font-size:.9rem;padding:.8rem 1.5rem}.fade-in{transform:translateY(20px)}}
/*# sourceMappingURL=main.93ccdbbb.css.map*/