@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#faf9f6;width:100%;min-height:100%;font-family:Pretendard,Noto Sans KR,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:#ff7e67}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.app-container{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1 0 auto;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.brand-header{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#faf9f6d9;border-bottom:1px solid #1e293b14;padding:1rem 2rem;position:sticky;top:0}.brand-header .header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.brand-header .logo-link{align-items:center;display:flex}.brand-header .logo-link .brand-logo{object-fit:contain;height:32px}.brand-header .nav-menu{align-items:center;gap:2rem;display:flex}.brand-header .nav-menu .nav-link{color:#1e293bcc;padding:.2rem 0;font-size:.95rem;font-weight:500;position:relative}.brand-header .nav-menu .nav-link:after{content:"";background-color:#ff7e67;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.brand-header .nav-menu .nav-link:hover:after,.brand-header .nav-menu .nav-link.active:after{width:100%}.brand-header .nav-menu .nav-link.active{color:#1e293b;font-weight:600}.brand-header .nav-menu .nav-btn{color:#fff;background-color:#ff7e67;border-radius:4px;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;transition:background-color .2s,transform .2s}.brand-header .nav-menu .nav-btn:hover{color:#fff;background-color:#ff684e;transform:translateY(-1px)}.home-container{flex-direction:column;gap:6rem;padding:2rem 0;display:flex}.hero-section{text-align:center;justify-content:center;align-items:center;padding:6rem 1rem;display:flex}.hero-section .hero-content{max-width:800px}.hero-section .subtitle-badge{letter-spacing:2px;color:#ff7e67;background-color:#ff7e671a;border-radius:20px;margin-bottom:1.5rem;padding:.3rem .8rem;font-family:Inter,Montserrat,sans-serif;font-size:.75rem;font-weight:700;display:inline-block}.hero-section .hero-title{color:#1e293b;letter-spacing:-1px;margin-bottom:.5rem;font-family:Inter,Montserrat,sans-serif;font-size:4rem;font-weight:700}.hero-section .hero-slogan{color:#ff7e67;margin-bottom:2rem;font-family:Inter,Montserrat,sans-serif;font-size:1.8rem;font-weight:500}.hero-section .hero-description{color:#1e293bcc;word-break:keep-all;font-size:1.1rem;line-height:1.8}.section-title{color:#1e293b;text-align:center;margin-bottom:1rem;font-size:2rem;font-weight:700}.section-subtitle{color:#1e293b99;text-align:center;margin-bottom:3rem;font-size:1rem}.values-section .values-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:2rem;display:grid}.values-section .value-card{background-color:#fff;border:1px solid #1e293b0d;border-radius:12px;padding:2.5rem;transition:transform .3s,box-shadow .3s}.values-section .value-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #1e293b0a}.values-section .value-card .value-icon{color:#ff7e67;background-color:#ff7e670d;border-radius:8px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;display:inline-flex}.values-section .value-card h3{margin-bottom:1rem;font-size:1.3rem;font-weight:600}.values-section .value-card p{color:#1e293bb3;font-size:.95rem;line-height:1.7}.products-section .products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.products-section .product-card{background-color:#fff;border:1px solid #1e293b0d;border-radius:12px;flex-direction:column;padding:2.5rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.products-section .product-card:hover:not(.disabled){transform:translateY(-5px);box-shadow:0 10px 30px #1e293b0a}.products-section .product-card.disabled{opacity:.6;background-color:#ffffff80}.products-section .product-card .product-meta{margin-bottom:1.5rem}.products-section .product-card .product-status-tag{border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.products-section .product-card .product-status-tag.tag-active{color:#10b981;background-color:#10b9811a}.products-section .product-card .product-status-tag.tag-ready{color:#1e293b99;background-color:#1e293b14}.products-section .product-card h3{margin-bottom:1rem;font-size:1.4rem;font-weight:700}.products-section .product-card p{color:#1e293bb3;flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.products-section .product-card .product-link{color:#ff7e67;align-self:flex-start;font-size:.95rem;font-weight:600}.products-section .product-card .product-link:hover{color:#ff5334}.about-section .team-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;display:grid}.about-section .member-card{background-color:#fff;border:1px solid #1e293b0d;border-radius:12px;padding:2.5rem}.about-section .member-card .member-header{flex-direction:column;gap:.3rem;margin-bottom:1.5rem;display:flex}.about-section .member-card .member-header .member-role{color:#ff7e67;text-transform:uppercase;letter-spacing:1px;font-family:Inter,Montserrat,sans-serif;font-size:.8rem;font-weight:700}.about-section .member-card .member-header h3{font-size:1.4rem;font-weight:700}.about-section .member-card .member-desc{color:#1e293bb3;font-size:.95rem;line-height:1.7}.brand-footer{background-color:#fff;border-top:1px solid #1e293b14;margin-top:6rem;padding:4rem 2rem 2rem}.brand-footer .footer-container{flex-direction:column;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.brand-footer .footer-top{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.brand-footer .footer-brand .footer-logo{height:28px;margin-bottom:1rem}.brand-footer .footer-brand .footer-slogan{color:#1e293b99;font-family:Inter,Montserrat,sans-serif;font-size:.9rem}.brand-footer .footer-contact{max-width:400px}.brand-footer .footer-contact .contact-title{margin-bottom:.8rem;font-size:1rem;font-weight:700}.brand-footer .footer-contact .footer-email{color:#ff7e67;margin-bottom:.8rem;font-size:1.2rem;font-weight:600;display:inline-block}.brand-footer .footer-contact .footer-email:hover{color:#ff5334}.brand-footer .footer-contact .contact-info{color:#1e293b99;font-size:.85rem;line-height:1.6}.brand-footer .footer-divider{background-color:#1e293b14;height:1px}.brand-footer .footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.brand-footer .footer-bottom .business-info{color:#1e293b80;font-size:.8rem;line-height:1.8}.brand-footer .footer-bottom .business-info p{margin-bottom:.5rem}.brand-footer .footer-bottom .business-info p:last-child{margin-bottom:0}.brand-footer .footer-bottom .business-info span{margin-right:1.5rem;display:inline-block}.brand-footer .footer-bottom .copyright{color:#1e293b66;font-size:.8rem}@media (width<=768px){.brand-header{padding:1rem}.brand-header .nav-menu{gap:1rem}.brand-header .nav-menu .nav-link{font-size:.85rem}.brand-header .nav-menu .nav-btn{padding:.4rem .8rem;font-size:.8rem}.hero-section{padding:4rem 1rem}.hero-section .hero-title{font-size:3rem}.hero-section .hero-slogan{font-size:1.4rem}}
