@import"https://fonts.googleapis.com/css2?family=Nanum+Square:wght@400;700;800&display=swap";.header-section{position:fixed;top:0;left:0;right:0;width:100%;z-index:1000;background:transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-container{width:100%;height:80px;padding-left:165px;padding-right:165px;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;justify-content:flex-start;align-items:center;gap:80px}.header-logo{display:flex;align-items:center}.header-logo-img{height:24px;width:auto;filter:brightness(0) invert(1)}.header-nav{display:flex;justify-content:flex-start;align-items:center;gap:50px}.nav-item{color:#fff;font-size:16px;font-family:Inter,sans-serif;font-weight:600;line-height:24px;text-decoration:none;opacity:.5;transition:opacity .3s ease,text-decoration .3s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.nav-item:hover{opacity:1}.nav-item.active{opacity:1;text-decoration:underline}.header-right{display:flex;justify-content:flex-start;align-items:center;gap:20px}.contact-button{padding:10px 20px;background:linear-gradient(47deg,#ff32a5,#ff3aa8 18%,#ff53b1 48%,#ff7ac1 85%,#ff8cc8);border-radius:9.57px;display:flex;justify-content:center;align-items:center;gap:10px;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ff32a54d}.contact-button div,.contact-button{text-align:center;color:#fff;font-size:17.38px;font-family:Inter,sans-serif;font-weight:500;line-height:24.82px;word-wrap:break-word;-webkit-user-select:none;user-select:none}.language-selector{position:relative;display:flex;justify-content:flex-start;align-items:center}.lang-btn{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;gap:4px;transition:opacity .3s ease;border-radius:8px}.lang-btn:hover{opacity:.7;background:#ffffff1a}.lang-icon{width:24px;height:24px}.dropdown-arrow{transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;padding:24px;min-width:160px;box-shadow:0 8px 24px #00000026;z-index:1000;animation:fadeIn .2s ease;display:flex;flex-direction:column;gap:24px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-option{width:100%;background:transparent;border:none;color:#000;font-size:16px;font-family:Pretendard,sans-serif;font-weight:500;padding:0;text-align:left;cursor:pointer;transition:opacity .2s ease;display:flex;align-items:center;justify-content:space-between;height:20px;position:relative;-webkit-user-select:none;user-select:none}.language-option:hover{opacity:.7}.language-option.selected{color:#000}.check-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}@media (max-width: 1400px){.header-container{padding-left:80px;padding-right:80px}.header-left{gap:50px}.header-nav{gap:30px}}@media (max-width: 1024px){.header-container{padding-left:40px;padding-right:40px}.header-left{gap:30px}.header-nav{gap:20px}.nav-item{font-size:14px}.contact-button{font-size:15px;padding:8px 16px}}@media (max-width: 768px){.header-container{padding-left:20px;padding-right:20px;height:60px}.header-left{gap:20px}.header-nav{display:none}.header-logo-img{height:24px}.contact-button{font-size:14px;padding:8px 12px}}.hero-section{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:flex-start;justify-content:center;padding:0 40px}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-bg-overlay{position:absolute;top:0;left:0;z-index:2}.hero-content{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto}.hero-main{display:flex;justify-content:center;align-items:flex-start;padding-top:34.63vh;padding-bottom:37.22vh}.hero-text-left{color:#fff}.hero-subtitle{font-size:1.2rem;margin-bottom:20px;opacity:.9}.hero-title{font-size:4rem;font-weight:700;line-height:1.2}.hero-center{display:flex;flex-direction:column;align-items:center;gap:40px}.hero-center-text{display:flex;flex-direction:column;align-items:center;gap:28px;width:100%}.hero-center-subtitle{text-align:center;color:#ff32a5;font-size:24px;font-family:Pretendard,sans-serif;font-weight:600;line-height:24px;word-wrap:break-word;-webkit-user-select:none;user-select:none}.hero-center-title{text-align:center;color:#fff;font-size:48px;font-family:Inter,sans-serif;font-weight:700;line-height:62.4px;word-wrap:break-word;-webkit-user-select:none;user-select:none}.hero-phones{position:relative;display:flex;justify-content:center;align-items:center;gap:20px}.phone{width:280px;height:560px;background:#fff;border-radius:30px;padding:15px;box-shadow:0 20px 60px #0000004d;position:relative}.phone-1{z-index:3;transform:rotate(-5deg)}.phone-2{z-index:2;transform:rotate(5deg) translate(-40px)}.phone-screen{width:100%;height:100%;background:#f5f5f5;border-radius:20px;padding:20px;overflow:hidden}.phone-screen-r{background:linear-gradient(135deg,#ff6b9d,#ff8fab);display:flex;align-items:center;justify-content:center}.r-logo-large{font-size:8rem;font-weight:700;color:#fff}.phone-content{height:100%;display:flex;flex-direction:column}.app-header{font-size:1.2rem;font-weight:700;margin-bottom:20px;color:#333}.app-profiles{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:20px}.profile-item{display:flex;flex-direction:column;align-items:center;gap:8px}.profile-avatar{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#ff8fab)}.profile-name{font-size:.9rem;color:#666}.app-chat{flex:1;display:flex;flex-direction:column;gap:10px;padding:15px;background:#fff;border-radius:15px}.chat-bubble{padding:10px 15px;background:#ff6b9d;color:#fff;border-radius:15px;font-size:.9rem;max-width:80%}.hero-text-right{color:#fff;text-align:right}.hero-slogan{font-size:1.5rem;font-weight:500;line-height:1.4}.hero-r-logo-bg{position:absolute;bottom:-100px;right:-100px;font-size:20rem;font-weight:700;color:#ffffff1a;z-index:1}@media (max-width: 1200px){.hero-center-title{font-size:36px;line-height:48px}.hero-center-subtitle{font-size:20px}}@media (max-width: 768px){.hero-section{padding:80px 20px 20px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-slogan{font-size:1.2rem}.hero-center-title{font-size:24px;line-height:32px}.hero-center-subtitle{font-size:16px;line-height:20px}.phone{width:200px;height:400px}.phone-2{display:none}}.features-section{width:100%;min-height:100vh;padding:0 150px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;display:flex;align-items:center;justify-content:center}.features-wrapper{width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:flex-start;gap:60px}.features-container{position:relative;width:100%;display:flex;justify-content:flex-start;align-items:center;gap:107px}.features-content{flex-direction:column;justify-content:center;align-items:flex-start;gap:40px;display:flex;max-width:620px;z-index:2}.features-icon-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;gap:20px}.features-icon-bg{width:64px;height:64px;position:relative;overflow:visible;display:flex;align-items:center;justify-content:center}.features-icon{width:64px;height:64px}.features-title{color:#fff!important;font-size:44px;font-weight:400;line-height:61.6px;word-break:keep-all;overflow-wrap:break-word;text-align:left;margin:0;-webkit-user-select:none;user-select:none}.features-description{color:#fff!important;font-size:24px;font-weight:400;line-height:33.6px;word-break:keep-all;overflow-wrap:break-word;text-align:left;margin:0;-webkit-user-select:none;user-select:none}.features-buttons{display:flex;justify-content:flex-start;align-items:center;gap:20px;margin-top:20px}.store-button{width:250px;height:70px;position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,opacity .3s ease;background:transparent;border:none}.store-button:hover{transform:translateY(-2px);opacity:.9}.btn-diagnosed{width:250px;height:70px;display:flex;align-items:center;justify-content:center;background:#ffffff40;border:1.62px solid white;border-radius:35px;text-decoration:none;color:#fff;font-size:24px;font-family:Inter,Pretendard,sans-serif;font-weight:600;line-height:33.6px;cursor:pointer;transition:background .3s ease,transform .2s ease}.btn-diagnosed:hover{background:#fff6;transform:translateY(-2px)}.store-button img{width:100%;height:100%;object-fit:contain}.features-images{position:relative;width:650px;height:600px;z-index:1;flex-shrink:0;display:flex;align-items:center;justify-content:center}.app-image{position:absolute;max-width:100%;max-height:100%;object-fit:contain}.app-image-1{left:16.28px;top:8.8px;transform:rotate(1deg)}.app-image-2{right:0;top:0}@media (max-width: 1400px){.features-section{padding:100px 80px}.features-container{gap:80px}.features-images{width:550px;height:520px}}@media (max-width: 1200px){.features-section{padding:80px 40px}.features-container{flex-direction:column;align-items:center;gap:60px}.features-content{max-width:100%;align-items:flex-start;text-align:left}.features-title{font-size:44px;font-weight:400;line-height:61.6px;color:#fff}.features-description{font-size:24px;font-weight:400;line-height:33.6px;word-break:keep-all;overflow-wrap:break-word;color:#fff!important}.features-images{width:500px;height:480px}}@media (max-width: 768px){.features-section{padding:60px 20px}.btn-diagnosed{width:180px;height:50px;font-size:18px;border-radius:25px}.features-content{gap:30px}.features-title{font-weight:400;font-size:44px;line-height:39.2px;color:#fff}.features-description{font-weight:400;font-size:24px;line-height:33.6px;word-break:keep-all;overflow-wrap:break-word;color:#fff!important}.features-buttons{flex-direction:column;width:100%;gap:15px}.store-button{width:100%;max-width:300px;height:60px}.features-images{width:350px;height:340px}}@media (max-width: 480px){.features-title{font-size:24px;line-height:33.6px;color:#fff}.features-description{font-size:14px;line-height:19.6px;word-break:keep-all;overflow-wrap:break-word;color:#fff!important}.features-images{width:280px;height:270px}}.history-section{width:100%;padding:120px 150px;background:linear-gradient(315deg,#aaf0d1,#16c2a3);display:inline-flex;justify-content:space-between;align-items:flex-start}.history-container{width:100%;max-width:1400px;margin:0 auto}.history-content{padding-top:64px;padding-bottom:64px;display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:60px}.history-text-group{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:40px}.history-title{color:#fff;font-size:44px;font-family:Inter,Pretendard,sans-serif;font-weight:500;line-height:61.6px;word-wrap:break-word;word-break:keep-all;margin:0}.history-description{color:#fff;font-size:24px;font-family:Inter,Pretendard,sans-serif;font-weight:400;line-height:33.6px;word-wrap:break-word;margin:0}.history-buttons{display:inline-flex;justify-content:flex-start;align-items:center;gap:20px}.history-connect-btn{width:250px;height:70px;position:relative;display:flex;align-items:center;justify-content:center;background:#ffffff40;border:1.62px solid white;border-radius:35px;text-decoration:none;color:#fff;font-size:24px;font-family:Inter,Pretendard,sans-serif;font-weight:600;line-height:33.6px;cursor:pointer;transition:background .3s ease,transform .2s ease}.history-connect-btn:hover{background:#fff6;transform:translateY(-2px)}@media (max-width: 1400px){.history-section{padding:100px 80px}}@media (max-width: 1200px){.history-section{padding:80px 40px}.history-content{gap:60px}.history-title{font-size:36px;line-height:50.4px}.history-description{font-size:20px;line-height:28px}}@media (max-width: 768px){.history-section{padding:60px 20px}.history-content{padding-top:40px;padding-bottom:40px;gap:60px}.history-title{font-size:28px;line-height:39.2px}.history-description{font-size:18px;line-height:25.2px}.history-connect-btn{width:200px;height:56px;font-size:20px}}@media (max-width: 480px){.history-title{font-size:22px;line-height:33px}.history-description{font-size:15px;line-height:22px}.history-connect-btn{width:160px;height:50px;font-size:18px}}.footer{width:100%;padding:70px 150px;background:#202020;display:flex;justify-content:center;align-items:center}.footer-container{width:100%;max-width:1300px;display:flex;flex-direction:column;gap:80px}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:60px}.footer-brand{color:#fff;font-size:20px;font-family:Inter,Pretendard,sans-serif;font-weight:700;line-height:24px;word-wrap:break-word;flex-shrink:0}.footer-info{display:flex;justify-content:space-between;align-items:flex-start;flex:1}.footer-info-right{display:flex;align-items:flex-start;gap:60px}.footer-info-group{display:flex;flex-direction:column}.footer-info-text{color:#9ca3af;font-size:17.78px;font-family:Inter,Pretendard,sans-serif;font-weight:400;line-height:26.67px;word-wrap:break-word;margin:0}.footer-bottom{width:100%;padding-top:40px;border-top:1px solid #1F2937;display:flex;justify-content:space-between;align-items:center}.footer-copyright{color:#9ca3af;font-size:17.78px;font-family:Inter,Pretendard,sans-serif;font-weight:400;line-height:26.67px;word-wrap:break-word;margin:0}.footer-links{display:flex;gap:40px}.footer-link{color:#9ca3af;font-size:17.78px;font-family:Inter,Pretendard,sans-serif;font-weight:400;line-height:26.67px;text-decoration:none;word-wrap:break-word;transition:color .3s ease}.footer-link:hover{color:#d1d5db}@media (max-width: 1400px){.footer{padding:70px 80px}}@media (max-width: 1200px){.footer{padding:60px 40px}.footer-container{gap:60px}.footer-top{flex-direction:column;gap:40px}.footer-info{flex-wrap:wrap;gap:30px}.footer-info-right{gap:40px}}@media (max-width: 768px){.footer{padding:40px 20px}.footer-container{gap:40px}.footer-info{flex-direction:column;gap:20px}.footer-info-right{flex-wrap:wrap;gap:20px 40px}.footer-info-text,.footer-copyright,.footer-link{font-size:14px;line-height:22px}.footer-bottom{flex-direction:column;gap:20px;align-items:flex-start;padding-top:30px}.footer-links{gap:20px}}@media (max-width: 480px){.footer-info-text,.footer-copyright,.footer-link{font-size:12px;line-height:20px}}.App{width:100%;min-height:100vh}@font-face{font-family:SB AggroOTF;src:url(/assets/SB%20%EC%96%B4%EA%B7%B8%EB%A1%9C%20L-BVD91SCH.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:SB AggroOTF;src:url(/assets/SB%20%EC%96%B4%EA%B7%B8%EB%A1%9C%20M-Bz4b8al3.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:SB AggroOTF;src:url(/assets/SB%20%EC%96%B4%EA%B7%B8%EB%A1%9C%20B-j_LU7qeG.ttf) format("truetype");font-weight:700;font-style:normal}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;user-select:text}#root{width:100%;min-height:100vh}
