@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans KR,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 30px;border:none;border-radius:8px;text-decoration:none;font-weight:500;font-size:16px;cursor:pointer;transition:all .3s ease;text-align:center}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.3)}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.3)}.navbar{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:15px 0;transition:all .3s ease}.navbar.scrolled{background:hsla(0,0%,100%,.98);box-shadow:0 2px 20px rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#2563eb;font-size:28px;font-weight:700;margin:0}.logo-link{text-decoration:none;display:flex;align-items:center;transition:transform .2s ease}.logo-link:hover{transform:scale(1.05)}.nav-menu{display:flex;gap:30px}.nav-cta{display:flex;align-items:center}.btn-small{padding:8px 20px;font-size:14px;font-weight:600}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:all .3s ease;position:relative;padding:8px 16px;border-radius:6px}.nav-link:hover{color:#2563eb;background:rgba(37,99,235,.1)}.nav-link.active{color:#2563eb;background:rgba(37,99,235,.15);font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translateX(-50%);width:20px;height:2px;background:#2563eb;border-radius:1px}.nav-toggle{display:none;flex-direction:column;cursor:pointer;padding:5px}.nav-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s;border-radius:2px;transform-origin:center}.nav-toggle.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 20px 80px}.hero-content{max-width:800px;margin:0 auto;text-align:center}.hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px;color:#1e293b}.hero-title .highlight{color:#2563eb}.hero-subtitle{font-size:18px;color:#64748b;margin-bottom:40px;line-height:1.6}.hero-buttons{display:flex;justify-content:center;gap:20px;margin-top:40px}.about{padding:100px 0;background:#fff}.section-header{text-align:center;margin-bottom:80px}.section-header h2{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:16px}.section-header p{font-size:18px;color:#64748b;max-width:600px;margin:0 auto}.problems-solutions{margin-top:60px}.problems-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.problem-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 8px 25px rgba(0,0,0,.08);border:1px solid #e2e8f0;transition:all .3s ease;position:relative}.problem-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12);border-color:#2563eb}.problem-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;position:relative}.problem-icon{font-size:28px;flex-shrink:0}.problem-header h4{font-size:18px;font-weight:600;color:#1e293b;margin:0;flex:1}.problem-badge{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:11px;font-weight:600;padding:4px 8px;border-radius:12px;box-shadow:0 4px 12px rgba(239,68,68,.3);animation:pulse-badge 2s infinite}.problem-content{line-height:1.6;display:flex;flex-direction:column;gap:16px}.problem-issue,.problem-solution{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;transition:all .3s ease}.problem-issue{background:#fef2f2;border-left:4px solid #ef4444}.problem-issue:hover{background:#fee2e2;transform:translateX(5px)}.problem-solution{background:#f0f9ff;border-left:4px solid #2563eb}.problem-solution:hover{background:#dbeafe;transform:translateX(5px)}.issue-icon,.solution-icon{font-size:16px;flex-shrink:0;margin-top:2px}.problem-issue p,.problem-solution p{margin:0;font-size:14px;line-height:1.5}.problem-issue p{color:#7f1d1d}.problem-solution p{color:#1e40af;font-weight:500}.problem-card:first-child{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #2563eb}.problem-card:first-child .problem-header h4{color:#2563eb;font-weight:700}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.users{padding:100px 0;background:#f8fafc}.user-tabs{max-width:1000px;margin:0 auto}.tab-buttons{max-width:600px;display:flex;justify-content:center;gap:12px;background:#fff;border-radius:12px;padding:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin:0 auto 60px}.tab-btn{flex:1;padding:15px 30px;border:none;background:transparent;color:#64748b;font-weight:500;font-size:16px;cursor:pointer;border-radius:8px;transition:all .3s ease}.tab-btn.active{background:#2563eb;color:#fff}.tab-btn:hover:not(.active){background:#f1f5f9;color:#2563eb}.tab-content{background:#fff;border-radius:16px;padding:60px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.tab-panel{display:none;transition:opacity .3s ease-in-out;height:100%;align-items:center;justify-content:center}.tab-panel.active{display:flex;opacity:1}.user-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;width:100%;max-width:900px}#expert .user-benefits{grid-template-columns:repeat(2,1fr)}@media (max-width:768px){#expert .user-benefits{grid-template-columns:1fr}}.benefit-item{text-align:center;padding:30px;border-radius:12px;background:#f8fafc;transition:transform .3s ease}.benefit-item:hover{transform:translateY(-5px)}.benefit-icon{font-size:48px;margin-bottom:20px}.benefit-item h3{font-size:20px;font-weight:600;margin-bottom:12px;color:#1e293b}.benefit-item p{color:#64748b;line-height:1.6}.features{padding:100px 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px}.feature-card{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{font-size:22px;font-weight:600;margin-bottom:16px;color:#1e293b}.feature-card p{color:#64748b;line-height:1.6}.faq{padding:100px 0;background:#f8fafc}.faq-list{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:12px;margin-bottom:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden}.faq-question{padding:25px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;position:relative}.faq-question:hover{transform:translateX(8px)}.faq-question:hover:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:60%;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:2px;animation:slideIn .3s ease forwards}@keyframes slideIn{0%{opacity:0;height:0}to{opacity:1;height:60%}}.faq-question h3{font-size:18px;font-weight:600;color:#1e293b}.faq-toggle{font-size:24px;font-weight:300;color:#64748b;transition:transform .3s ease}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{padding:0 25px;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{padding:0 25px 25px;max-height:200px}.faq-answer p{color:#64748b;line-height:1.6}.expert-signup{padding:100px 0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.signup-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.signup-info h2{font-size:36px;font-weight:700;margin-bottom:20px}.signup-info p{font-size:18px;margin-bottom:40px;opacity:.9}.signup-benefits{display:flex;flex-direction:column;gap:20px}.benefit{display:flex;align-items:center;gap:15px}.benefit-icon{font-size:24px}.benefit span{font-size:16px;font-weight:500}.signup-form{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,.1)}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#1e293b}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;color:#1e293b;background:#fff;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:#94a3b8}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:100px}.expertise-checkboxes{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:8px}.expertise-item{display:flex;align-items:center;justify-content:center;padding:12px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;background:#fff;min-height:72px;aspect-ratio:1.5/1}.expertise-item:hover{border-color:#2563eb;background:#f8fafc;transform:translateY(-1px)}.expertise-item input[type=checkbox]{display:none}.expertise-item input[type=checkbox]:checked+.expertise-content{color:#2563eb}.expertise-item:has(input[type=checkbox]:checked){border-color:#2563eb;background:linear-gradient(135deg,#f0f7ff,#e0f2fe);box-shadow:0 2px 8px rgba(37,99,235,.1)}.expertise-content{display:flex;flex-direction:column;align-items:center;gap:6px;font-weight:500;color:#64748b;transition:color .3s ease;text-align:center}.expertise-emoji{font-size:24px;line-height:1}.expertise-text{font-size:12px;font-weight:600;white-space:nowrap}@media (max-width:1024px){.expertise-checkboxes{grid-template-columns:repeat(4,1fr);gap:10px}.expertise-item{padding:12px;min-height:44px;aspect-ratio:auto}}@media (max-width:768px){.expertise-checkboxes{grid-template-columns:repeat(2,1fr);gap:8px}.expertise-item{padding:12px;min-height:44px;aspect-ratio:auto}.expertise-content{flex-direction:row;gap:8px;justify-content:flex-start;padding-left:10px}.expertise-emoji{font-size:18px}.expertise-text{font-size:12px}}.cta-section{padding:100px 0;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;text-align:center}.cta-content h2{font-size:36px;font-weight:700;margin-bottom:20px;color:#fff}.cta-content p{font-size:18px;margin-bottom:40px;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:20px;margin-bottom:50px}.btn-large{padding:16px 40px;font-size:18px;font-weight:600}.cta-features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500}.cta-icon{font-size:20px}@media (max-width:768px){.cta-content h2{font-size:28px}.cta-buttons{flex-direction:column;align-items:center}.cta-features{gap:20px}.cta-feature{font-size:14px}}.footer{background:#1e293b;color:#fff;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{font-size:24px;font-weight:700;margin-bottom:20px;color:#2563eb}.footer-section h4{font-size:18px;font-weight:600;margin-bottom:16px}.footer-section p{color:#94a3b8;line-height:1.6;margin-bottom:16px}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:8px}.footer-section ul li a{color:#94a3b8;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#2563eb}.social-links{display:flex;gap:15px;margin-top:20px}@media (max-width:768px){.social-links{justify-content:center}}.social-link{display:inline-block;font-size:20px;text-decoration:none;transition:transform .3s ease}.social-link:hover{transform:scale(1.2)}.footer-bottom{text-align:center;padding-top:20px;border-top:1px solid #334155;color:#94a3b8}@media (max-width:768px){.nav-menu{position:fixed;top:78px;right:-100%;width:100%;height:calc(100vh - 78px);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;padding:40px 0;transition:right .3s ease;box-shadow:-5px 0 15px rgba(0,0,0,.1)}.nav-menu.active{right:0}.nav-toggle{display:flex}.nav-cta{display:none}.hero-title{font-size:32px}.hero-buttons{flex-direction:column;align-items:center}.problems-grid{grid-template-columns:1fr;gap:20px}.problem-card{padding:20px}.problem-header{gap:12px}.problem-header h4{font-size:16px}.problem-content p{font-size:13px}.tab-buttons{flex-wrap:nowrap;gap:6px;padding:6px}.tab-btn{flex:1;min-width:calc(33.333% - 4px);padding:12px 8px;font-size:14px}.tab-content{padding:40px 20px;height:auto;min-height:500px}.features-grid,.signup-content,.user-benefits{grid-template-columns:1fr}.signup-content{gap:40px}.signup-info{text-align:center}.signup-benefits{align-items:center;gap:4px}.footer-content{grid-template-columns:1fr;text-align:center}.section-header h2,.signup-info h2{font-size:28px}}@media (max-width:480px){.container{padding:0 15px}.hero{padding:100px 15px 60px}.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.section-header h2{font-size:24px}.signup-form{padding:30px 20px}.signup-form .btn{display:block;width:100%;margin:0 auto}.floating-card{padding:15px}.floating-card .card-icon{font-size:20px}.floating-card .card-text{font-size:12px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#2563eb;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1d4ed8}html{scroll-behavior:smooth}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.fade-in-visible{opacity:1;transform:translateY(0)}.typing-platform{display:inline-block;overflow:hidden;white-space:nowrap;vertical-align:baseline;border-right:2px solid #2563eb;animation:typing-platform .8s steps(8) .5s both,blink-platform 1s 1.7s infinite}@keyframes typing-platform{0%{width:0}to{width:12ch}}@keyframes blink-platform{0%,50%{border-color:#2563eb}51%,to{border-color:transparent}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;padding:32px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.15);animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-content h3{margin:0 0 24px;font-size:24px;font-weight:700;color:#1e293b;text-align:center}.modal-form-data{margin-bottom:24px;padding:20px;background:#f8fafc;border-radius:12px;border-left:4px solid #2563eb}.modal-form-data p{margin:0 0 12px;line-height:1.5;color:#334155}.modal-form-data p:last-child{margin-bottom:0}.modal-form-data strong{color:#1e293b;font-weight:600}.modal-buttons{display:flex;gap:12px;justify-content:center}.modal-buttons .btn{flex:1;max-width:150px}.success-icon{font-size:48px;text-align:center;margin-bottom:16px;animation:successBounce .6s ease-out}@keyframes successBounce{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content p{color:#64748b;line-height:1.6;text-align:center;margin:0 0 24px}@media (max-width:768px){.modal-overlay{padding:16px}.modal-content{padding:24px;max-height:90vh}.modal-content h3{font-size:20px;margin-bottom:20px}.modal-form-data{padding:16px}.modal-buttons{flex-direction:column}.modal-buttons .btn{max-width:none}}