@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";:root{font-family:Pretendard,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;width:100%;height:100%}body{margin:0;padding:0;width:100%;min-height:100vh;background-color:transparent}#root{width:100%;min-height:100vh;margin:0;padding:0;text-align:left}:root{--navy-dark: #1a2a4a;--navy-primary: #2c4a7c;--navy-light: #3d5a8c;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--text-dark: #1a1a1a;--text-gray: #6b7280;--accent-blue: #2563eb;--border-color: #e5e7eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--white);color:var(--text-dark);overflow-x:hidden;line-height:1.6}.nav{position:fixed;top:0;width:100%;padding:0 3rem;height:70px;display:flex;justify-content:space-between;align-items:center;background:var(--white);z-index:100;border-bottom:1px solid var(--border-color);transition:all .3s ease}.nav.scrolled{box-shadow:0 2px 20px #00000014}.logo{font-size:1.5rem;font-weight:800;color:var(--navy-dark);display:flex;align-items:center;gap:.75rem}.logo span{font-size:.85rem;color:var(--gray-500);font-weight:500}.menu{display:flex;gap:2.5rem}.menu a{text-decoration:none;color:var(--gray-600);font-size:.95rem;font-weight:600;transition:all .3s ease;position:relative;padding:.5rem 0}.menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--navy-primary);transition:width .3s ease}.menu a:hover{color:var(--navy-primary)}.menu a:hover:after{width:100%}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy-primary) 50%,var(--navy-light) 100%);padding:0 2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero h1{font-size:clamp(2.5rem,6vw,4rem);line-height:1.2;margin-bottom:1.5rem;font-weight:800;letter-spacing:-1px;color:var(--white);position:relative;z-index:1}.hero h1 span{color:#7dd3fc}.hero p{color:#ffffffd9;font-size:clamp(1rem,2vw,1.2rem);max-width:600px;margin-bottom:2.5rem;line-height:1.8;position:relative;z-index:1}.btn-primary{background:var(--white);color:var(--navy-dark);padding:1rem 2.5rem;border-radius:8px;border:none;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:1;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.btn-secondary{background:transparent;color:var(--white);padding:1rem 2.5rem;border-radius:8px;border:2px solid rgba(255,255,255,.3);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary:hover{border-color:var(--white);background:#ffffff1a}.btn-navy{background:var(--navy-primary);color:var(--white);padding:1rem 2rem;border-radius:8px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.btn-navy:hover{background:var(--navy-dark);transform:translateY(-2px)}.hero-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.75rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-title{font-size:clamp(1.75rem,4vw,2.25rem);color:var(--navy-dark);margin-bottom:.75rem;font-weight:700;letter-spacing:-.5px}.section-subtitle{color:var(--gray-500);font-size:1.05rem;max-width:600px;margin:0 auto}.features{padding:5rem 2rem;max-width:1200px;margin:0 auto}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.card{background:var(--white);padding:2rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.card:hover{border-color:var(--navy-primary);box-shadow:0 10px 40px #2c4a7c1a;transform:translateY(-4px)}.card-icon{width:56px;height:56px;border-radius:12px;background:var(--gray-50);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border:1px solid var(--border-color)}.card h3{margin:0 0 .75rem;font-size:1.2rem;font-weight:700;color:var(--navy-dark)}.card p{color:var(--gray-500);line-height:1.7;font-size:.95rem}.page-container{padding-top:100px;min-height:100vh;max-width:1200px;margin:0 auto;padding-left:2rem;padding-right:2rem;padding-bottom:4rem}.page-header{text-align:center;margin-bottom:3rem;padding-top:1rem}.page-header h1{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:800;margin-bottom:.75rem;color:var(--navy-dark)}.page-header p{color:var(--gray-500);font-size:1.05rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.product-card{background:var(--white);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;transition:all .3s ease}.product-card:hover{border-color:var(--navy-primary);box-shadow:0 15px 40px #2c4a7c1f;transform:translateY(-4px)}.product-image{height:200px;background:var(--gray-100);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:1.25rem}.product-content h3{font-size:1.1rem;font-weight:700;color:var(--navy-dark);margin-bottom:.5rem}.product-content p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.product-tag{display:inline-block;padding:.25rem .6rem;background:var(--gray-100);border-radius:4px;font-size:.75rem;color:var(--navy-primary);font-weight:600;margin-bottom:.5rem}.company-section{margin-bottom:4rem}.ceo-greeting{display:grid;grid-template-columns:300px 1fr;gap:3rem;align-items:start}.ceo-image{background:var(--gray-100);border-radius:12px;height:350px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color)}.ceo-content{border-left:4px solid var(--navy-primary);padding-left:2rem}.ceo-content h3{font-size:1.6rem;line-height:1.5;margin-bottom:1.5rem;font-weight:700;color:var(--navy-dark)}.ceo-content p{color:var(--gray-600);line-height:1.9;font-size:1rem}.map-container{background:var(--white);border-radius:12px;overflow:hidden;border:1px solid var(--border-color)}.map-placeholder{height:350px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);background:var(--gray-100)}.location-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;padding:1.5rem;background:var(--gray-50);border-top:1px solid var(--border-color)}.location-item{display:flex;align-items:flex-start;gap:1rem}.location-icon{width:40px;height:40px;border-radius:8px;background:var(--white);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border-color)}.location-item h4{font-size:.8rem;color:var(--gray-500);margin-bottom:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.location-item p{color:var(--navy-dark);font-size:.95rem;font-weight:500}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;margin-bottom:2.5rem}.contact-card{background:var(--white);padding:1.75rem;border-radius:12px;border:1px solid var(--border-color);text-align:center;transition:all .3s ease}.contact-card:hover{border-color:var(--navy-primary);box-shadow:0 8px 30px #2c4a7c1a}.contact-icon{width:52px;height:52px;border-radius:50%;background:var(--gray-50);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:1px solid var(--border-color)}.contact-card h3{font-size:.85rem;color:var(--gray-500);margin-bottom:.4rem;font-weight:500}.contact-card p{font-size:1.1rem;font-weight:700;color:var(--navy-dark)}.stats-section{background:var(--gray-50);padding:4rem 2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;max-width:900px;margin:0 auto;text-align:center}.stat-item h3{font-size:2.5rem;font-weight:800;color:var(--navy-primary);margin-bottom:.5rem}.stat-item p{color:var(--gray-500);font-size:.95rem}.cta-box{background:var(--gray-50);border-radius:12px;padding:2.5rem;text-align:center;border:1px solid var(--border-color);margin-top:3rem}.cta-box h3{font-size:1.35rem;color:var(--navy-dark);margin-bottom:.75rem;font-weight:700}.cta-box p{color:var(--gray-500);margin-bottom:1.5rem}footer{background:var(--navy-dark);padding:3.5rem 2rem 2rem;color:var(--white)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2.5rem}.footer-brand h4{font-size:1.3rem;margin-bottom:.75rem;font-weight:700}.footer-brand p{color:#ffffffb3;font-size:.9rem;line-height:1.7}.footer-links h5{font-size:.9rem;margin-bottom:1rem;font-weight:600}.footer-links ul{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--white)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#ffffff80;font-size:.85rem}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-detail-image{background:#f8fafc;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb}.product-detail-image img{width:100%;height:400px;object-fit:cover}.product-thumbnails{display:flex;gap:.75rem;margin-top:1rem}.product-thumbnail{width:80px;height:80px;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb;cursor:pointer;transition:border-color .3s ease}.product-thumbnail:hover{border-color:#2c4a7c}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.lazy-image-wrapper{position:relative;width:100%;height:100%}.lazy-image-wrapper img{width:100%;height:100%;object-fit:cover}.image-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gray-200);overflow:hidden}.skeleton-shimmer{width:100%;height:100%;background:linear-gradient(90deg,var(--gray-200) 0%,var(--gray-100) 50%,var(--gray-200) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.image-error{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.85rem}@media(max-width:768px){.nav{padding:0 1.5rem;height:60px}.menu{gap:1.5rem}.menu a{font-size:.85rem}.logo{font-size:1.25rem}.logo span{display:none}.hero{padding:0 1.5rem}.section,.features{padding:3rem 1.5rem}.ceo-greeting{grid-template-columns:1fr}.ceo-image{height:200px}.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-detail-image img{height:300px}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}}
