@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Pretendard:wght@400;600;700&display=swap);@font-face{font-family:Pretendard;font-style:normal;font-weight:400;src:url(https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Pretendard,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header nav ul li a{font-weight:700}.header{background-color:initial;font-family:Noto Sans KR,sans-serif;font-weight:400;height:80px;left:0;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.header-content{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 30px}.logo{height:60px;width:auto}.nav ul{display:flex;list-style-type:none;margin:0;padding:0}.nav ul li{margin:0 15px}.nav ul li a[href="/Contact"]{text-transform:uppercase}.nav ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.auth-buttons{display:flex}.auth-buttons button{border:none;border-radius:20px;cursor:pointer;margin-left:10px;padding:8px 16px;transition:background-color .3s ease,color .3s ease}.login{background-color:initial;border:1px solid #fff;color:#fff}.signup{background-color:#fff;color:#333}.hamburger{display:none}@media (max-width:768px){.logo{height:50px}.auth-buttons,.nav{display:none}.hamburger{background:none;border:none;cursor:pointer;display:block}.hamburger span{background-color:#fff;display:block;height:3px;margin:5px 0;transition:.3s;width:25px}.nav.open{background-color:#000c;display:flex;left:0;padding:20px 0;position:absolute;top:80px;width:100%}.nav.open,.nav.open ul{flex-direction:column}.nav.open ul li{margin:10px 0}.auth-buttons.open{display:none}.header.scrolled .nav.open{background-color:#fff}.header.scrolled .nav.open ul li a{color:#333}.header.scrolled .hamburger-icon,.header.scrolled .hamburger-icon:after,.header.scrolled .hamburger-icon:before{background-color:#333}}.navbar-nav{padding-left:20px}.header.scrolled{background-color:#fff;box-shadow:0 2px 4px #0000001a}.header.scrolled .login,.header.scrolled .nav ul li a{color:#333}.header.scrolled .signup{background-color:#333;color:#fff}.header.scrolled .hamburger span{background-color:#333}.header,.main{font-family:Pretendard,sans-serif}.main{color:#333;line-height:1.6}.section{background-color:#f8f9fa;border-radius:10px;margin:20px;padding:15px}.btn{background-color:#007bff;border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1rem;line-height:1.5;padding:10px 20px;text-align:center;transition:background-color .3s ease;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.btn,.btn:focus,.btn:hover{color:#fff;text-decoration:none}.btn:focus,.btn:hover{background-color:#0056b3}.hero{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:100vh;justify-content:center;text-align:center}.hero-content{padding-top:80px;text-align:center}.hero-content .subtitle,.hero-content h1{color:#fff;text-shadow:1px 1px 3px #00000080}.hero-content h1{font-size:2.5em;font-weight:700;margin-bottom:20px}.hero-content .highlight{color:#ff8c00}.hero-content .subtitle{font-size:1.2em;font-weight:400;line-height:1.2;margin-bottom:10px}.content-block{align-items:center;background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;margin:50px auto;max-width:1000px;overflow:hidden}.content-block img{height:500px;object-fit:cover;width:50%}.text-content{padding:40px;width:50%}.text-content h2{font-size:2rem;margin-bottom:1rem}.text-content p{font-size:1rem;line-height:1.6}.content-block.reverse{flex-direction:row-reverse}.vision-block{flex-direction:row}.vision-block .text-content{order:1}.vision-block img{order:2}.product-block{align-items:center;flex-direction:column;padding:15px}.product-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.product-card{flex:1 1;min-width:250px;padding:10px;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-5px)}.product-card h3{color:#ff8c00;font-size:1.3em;margin-bottom:10px}.product-card p{color:#333;font-size:1em;margin-bottom:15px}.product-card .btn{margin-top:10px}.contact-us{align-items:center;background-color:#f8f8f8;display:flex}.contact-us img{height:400px;object-fit:cover;width:50%}.contact-us .text-content{display:flex;flex-direction:column;justify-content:center;padding:40px;width:50%}.contact-us h2{margin-bottom:20px}.contact-us p{margin-bottom:30px}.contact-us .btn{align-self:flex-start}.our-team{display:flex;flex-wrap:wrap;justify-content:space-around}.our-vision{text-align:center}.our-product{display:flex;flex-wrap:wrap;justify-content:space-around}@media (max-width:768px){.section{margin:10px}.contact-us,.content-block,.vision-block{flex-direction:column;height:auto}.contact-us .text-content,.contact-us img,.content-block .text-content,.content-block img,.vision-block .text-content,.vision-block img{height:auto;width:100%}.text-content{padding:30px}.vision-block img{order:1}.vision-block .text-content{order:2}.content-block.our-team .text-content,.content-block.our-vision .text-content{display:flex;flex-direction:column;height:150%;justify-content:center;overflow-y:auto;padding:30px}.content-block.our-team,.content-block.our-vision{padding-left:30px;padding-right:30px}.btn{margin-bottom:10px;width:150px}.contact-us{flex-direction:column}.contact-us .text-content,.contact-us img{width:100%}.contact-us img{height:300px}.contact-us .text-content{padding:20px}.contact-us .btn,.contact-us h2,.contact-us p{margin-left:20px}}.page-header{align-items:center;background-position:50%;background-size:cover;color:#fff;display:flex;height:500px;justify-content:center;text-align:center}.page-header-content{background-color:#00000080;border-radius:10px;padding:20px}.page-header h1{font-size:3rem;margin-bottom:1rem}.page-header p{font-size:1.5rem}.team-page{color:#333;font-family:Pretendard,sans-serif;line-height:1.6}.team-container{margin:0 auto;max-width:1200px;padding:40px 20px}.team-intro{color:#1a1a1a;font-size:2.5em;font-weight:700;line-height:1.3;margin-bottom:20px;text-align:center}.team-intro .highlight{color:#ff8c00}.team-separator{background-color:#ff4500;height:2px;margin:20px auto;width:50px}.team-description{color:#666;font-size:1.2em;font-weight:400;line-height:1.5;margin:0 auto 20px;max-width:800px;text-align:center}.team-intro-boxes{align-items:center;display:flex;justify-content:center;margin-bottom:40px;margin-top:40px}.team-intro-box{background-color:#fff;border:2px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 4px #0000000d;padding:20px;transition:all .3s ease;width:calc(33.333% - 60px)}.team-intro-box:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-5px)}.team-intro-box h3{color:#ff8c00;font-size:1.3em;margin-bottom:10px}.team-intro-box p{color:#333;font-size:1em}.plus-sign{color:#ff8c00;font-size:2em;font-weight:700;margin:0 20px}.team-members{display:flex;flex-direction:column}.team-member{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 4px #0000000d;display:flex;margin-bottom:30px;padding:20px;transition:all .3s ease}.team-member:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-5px)}.member-image{border-radius:10px;height:150px;margin-right:20px;object-fit:cover;width:150px}.member-info{flex:1 1}.team-member h3{color:#ff8c00;font-size:1.5em;margin-bottom:10px}.team-member h4{color:#666;font-size:1.2em;margin-bottom:15px}.team-member p{color:#333;font-size:1em;white-space:pre-line}.team-member h3.advisor-name{color:#4a4a4a;font-style:italic}.team-member:hover h3.advisor-name{color:#ff8c00}@media (max-width:768px){.team-intro-boxes{flex-direction:column}.team-intro-box{margin-bottom:20px;width:100%}.plus-sign{margin:10px 0}.team-member{align-items:center;flex-direction:column;text-align:center}.member-image{margin-bottom:20px;margin-right:0}}.vision-page{color:#333;font-family:Pretendard,sans-serif;line-height:1.6}.vision-container{margin:0 auto;max-width:1200px;padding:40px 20px}.vision-intro{color:#1a1a1a;font-size:2.5em;font-weight:700;line-height:1.3;margin-bottom:20px;text-align:center}.vision-intro .highlight{color:#ff8c00}.vision-separator{background-color:#ff4500;height:2px;margin:20px auto;width:50px}.vision-description{color:#666;font-size:1.2em;font-weight:400;line-height:1.5;margin:0 auto 40px;max-width:800px;text-align:center}.vision-section{align-items:stretch;display:flex;margin-bottom:40px}.vision-image{flex:1 1;margin-right:30px}.vision-image img{border:1px solid #ccc;border-radius:10px;height:100%;object-fit:cover;width:100%}.vision-content{background-color:#f5f5f5;border-radius:10px;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px}.vision-title{align-items:center;display:flex;margin-bottom:10px}.vision-icon{height:30px;margin-right:10px;width:30px}.vision-content h3{color:#06c;font-size:1.5em;font-weight:600;line-height:1.3;margin:0}.vision-content p{color:#666;font-size:.9em;font-weight:400;line-height:1.8;margin-bottom:0}@media (max-width:768px){.vision-section{flex-direction:column}.vision-image{margin-bottom:20px;margin-right:0;width:100%}.vision-image img{height:300px}.vision-intro{font-size:2em;font-weight:700}.vision-description{font-size:1em;font-weight:400}.vision-content h3{font-size:1.3em;font-weight:600}.vision-content p{font-size:.8em;font-weight:400}.vision-content{padding:15px}}.product-page{color:#333;font-family:Pretendard,sans-serif;line-height:1.6}.product-container{margin:0 auto;max-width:1200px;padding:40px 20px}.product-intro{color:#1a1a1a;font-size:2.5em;font-weight:700;line-height:1.3;margin-bottom:20px;text-align:center}.product-intro .highlight{color:#ff8c00}.product-separator{background-color:#ff4500;height:2px;margin:20px auto;width:50px}.product-description{color:#666;font-size:1.2em;font-weight:400;line-height:1.5;margin:0 auto 40px;max-width:800px;text-align:center}.product-section{background-color:#f5f5f5;border-radius:20px;display:flex;margin-bottom:40px;overflow:hidden;padding:20px}.product-image{border-radius:15px;flex:0 0 250px;height:calc(100% - 40px);margin-right:20px;overflow:hidden}.product-image img{height:100%;object-fit:contain;width:100%}.product-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:20px}.product-content h3{color:#06c;font-size:1.5em;font-weight:600;line-height:1.3;margin:0 0 10px}.product-content p{color:#666;font-size:.9em;font-weight:400;line-height:1.8;margin-bottom:20px}.product-link{border:none;border-radius:5px;cursor:pointer;font-size:1em;font-weight:500;margin-top:20px;padding:10px 0;text-align:center;transition:all .3s ease;width:200px}.product-link.active{background-color:#06c;box-shadow:none;color:#fff}.product-link.active:hover{background-color:#0052a3}.product-link.inactive{background-color:#ccc;color:#666;cursor:not-allowed}.product-highlight-section{display:flex;justify-content:space-between;margin-bottom:40px}.product-highlight-box{align-items:center;background-color:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;display:flex;flex:0 0 48%;flex-direction:column;overflow:hidden;padding:20px}.product-highlight-box img{height:auto;margin-bottom:15px;object-fit:contain;width:70%}.product-highlight-box h3{color:#333;font-size:1.2em;margin:0;text-align:center}.product-full-width-section{background-color:#f5f5f5;border-radius:20px;margin-bottom:40px;padding:20px}.product-full-width-section h3{color:#06c;font-size:1.5em;margin-bottom:20px;text-align:center}.product-full-width-section .product-section{align-items:center;display:flex}.product-full-width-section .product-image{flex:0 0 50%;height:auto;margin-right:20px}.product-full-width-section .product-image img{height:auto;object-fit:contain;width:100%}.product-full-width-section .product-content{flex:0 0 50%}@media (max-width:768px){.product-section{flex-direction:column;padding:15px}.product-image{flex:0 0 200px;margin-bottom:15px;margin-right:0;width:100%}.product-content{align-items:center}.product-content,.product-content h3,.product-content p{text-align:center}.product-link{margin-left:auto;margin-right:auto}.product-highlight-section{flex-direction:column}.product-highlight-box{flex:0 0 100%;margin-bottom:20px}.product-full-width-section .product-section{flex-direction:column}.product-full-width-section .product-content,.product-full-width-section .product-image{flex:0 0 100%;margin-bottom:20px;margin-right:0}}.contact-form{margin:40px auto}.contact-container{display:flex;margin:40px auto;max-width:1200px;padding:0 20px}.contact-info{background-color:#f8f9fa;border-radius:10px;flex:1 1;margin-right:40px;padding:40px}.contact-info h2{color:#333;font-size:2em;margin-bottom:20px}.sub-text{color:#666;font-size:1.1em;line-height:1.6}.contact-form{background-color:#f8f8f8;border-radius:10px;flex:2 1;max-width:600px;padding:20px}.contact-form form{display:flex;flex-direction:column}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:5px;margin-bottom:15px;padding:10px}.contact-form textarea{height:150px}.contact-form button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px}.contact-form button:hover{background-color:#0056b3}@media (max-width:768px){.contact-container{flex-direction:column}.contact-info{margin-bottom:40px;margin-right:0}.contact-form{margin-bottom:15px;max-width:100%;padding:15px}.contact-form,.contact-info{max-width:100%;width:100%}.contact-form form{display:flex;flex-direction:column}.contact-form form input,.contact-form form textarea{margin-bottom:10px;width:100%}.contact-form form button{width:100%}}.footer{background-color:#333;color:#fff;height:200px}.footer,.footer-content{align-items:center;display:flex;justify-content:center}.footer-content{padding:20px 0}.footer-logo{height:50px;margin-right:20px;width:auto}.footer-text{align-items:center;display:flex;white-space:nowrap}.footer-text p{display:flex;flex-direction:column;margin:0}.address,.copyright{margin:2px 0}@media (max-width:768px){.footer{height:auto;padding:20px 0}.footer-content{align-items:center;flex-direction:column;justify-content:center;text-align:center}.footer-logo{height:60px;margin-bottom:15px;margin-right:0}.footer-text{text-align:center}}.avatar-details-page,.footer{font-family:Pretendard,sans-serif}.avatar-details-page{color:#333;line-height:1.6}.avatar-details-content{margin:0 auto;max-width:1200px;padding:20px}.main-title{color:#333;font-size:32px;margin-bottom:10px;text-align:center}.sub-title{color:#666;font-size:18px;margin-bottom:40px;text-align:center}.avatar-section{border:1px solid #ccc;border-radius:8px;margin-bottom:40px;padding:15px}.section-title{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.section-content{align-items:stretch;display:flex;justify-content:space-between}.image-box,.model-box,.text-box{width:48%}.text-box{align-items:center;border-radius:8px;display:flex;justify-content:center;padding:20px;width:60%}.text-content{text-align:center}.image-box,.model-box{border:1px solid #ccc;border-radius:8px;height:400px;overflow:hidden}.image-box img{height:100%;object-fit:cover;width:100%}.animation-buttons{margin:15px 0}.animation-buttons button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;margin:0 5px;padding:10px 20px}.animation-buttons button:hover{background-color:#45a049}@media (max-width:768px){.section-content{flex-direction:column}.image-box,.model-box,.text-box{margin-bottom:20px;width:100%}}body{box-sizing:border-box;font-family:Noto Sans KR,sans-serif;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:60px 0}h1,h2,h3,h4,h5,h6{margin-top:0}.button{background-color:#007bff;border-radius:5px;color:#fff;display:inline-block;padding:10px 20px;text-decoration:none;transition:background-color .3s ease}.button:hover{background-color:#0056b3}@media (max-width:768px){.section{padding:40px 0}}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s ease-in}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s ease-in}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.bg-light{background-color:#f8f9fa}.bg-dark{background-color:#343a40;color:#fff}.text-primary{color:#007bff}.text-secondary{color:#6c757d}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.col{flex-basis:0;flex-grow:1;max-width:100%;padding-left:15px;padding-right:15px}@media (max-width:576px){.container{padding:0 15px}}
/*# sourceMappingURL=main.57d38df5.css.map*/