@font-face{font-family:Pretendard;src:url(/fonts/pretendard/Pretendard-Regular.subset.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/pretendard/Pretendard-Medium.subset.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/pretendard/Pretendard-SemiBold.subset.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/pretendard/Pretendard-Bold.subset.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Pretendard;src:url(/fonts/pretendard/Pretendard-Black.subset.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}.landing-page{font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Apple SD Gothic Neo,Malgun Gothic,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#0c0c0c;line-height:1.6;font-weight:400;min-height:100vh;display:flex;flex-direction:column}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page img{max-width:100%;display:block}.landing-page button{font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.landing-page a{color:inherit;text-decoration:none}.landing-page .site-header{background-color:#fff;position:static;z-index:100}@media (max-width:767px){.landing-page .site-header{position:sticky;top:0}}.landing-page .header-container{max-width:1280px;margin:0 auto;padding:1.5rem 1.25rem;display:flex;justify-content:space-between;align-items:center;position:relative}.landing-page .logo-wrapper{display:flex;align-items:center;gap:.5rem}.landing-page .logo-icon{width:13rem;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.95rem}.landing-page .main-nav{display:flex;gap:2rem}.landing-page .nav-link{color:#0c0c0c;font-size:.94rem;font-weight:500;transition:color .2s ease}.landing-page .nav-link:hover{color:#ff5286}.landing-page .nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:1.5rem;height:1.1rem;background:none;border:none;cursor:pointer;padding:0}.landing-page .nav-toggle span{display:block;width:100%;height:2px;background-color:#0c0c0c;border-radius:2px;transition:transform .3s ease,opacity .3s ease}.landing-page .nav-toggle.is-active span:first-child{transform:translateY(7px) rotate(45deg)}.landing-page .nav-toggle.is-active span:nth-child(2){opacity:0}.landing-page .nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:767px){.landing-page .logo-icon{width:11rem}.landing-page .nav-toggle{display:flex}.landing-page .main-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background-color:#fff;border-bottom:1px solid #f3f4f6;box-shadow:0 8px 24px rgba(0,0,0,.06);transform:translateY(-10px);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.landing-page .main-nav.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.landing-page .main-nav .nav-link{padding:1.2rem 1.5rem;border-top:1px solid #f3f4f6;font-size:.9rem}}.landing-page .cta-button{background:linear-gradient(90deg,#ff5d8f .04%,#ff94b2 99.96%);color:#fff;padding:1rem 2.3rem;border-radius:9999px;border:none;cursor:pointer;font-size:1rem;font-weight:500;transition:box-shadow .3s ease,transform .2s ease;white-space:nowrap;box-shadow:0 0 10px 0 rgba(242,80,139,.2);text-decoration:none;display:inline-block;line-height:1}.landing-page .cta-button:hover{box-shadow:0 0 10px 0 rgba(242,80,139,.5);transform:translateY(-1px)}.landing-page .cta-button-secondary{background:linear-gradient(90deg,#ff5d8f .04%,#ff94b2 99.96%)}.landing-page .cta-button-large{background:linear-gradient(90deg,#ff417a,#ff78a0);color:#fff;padding:.9rem 3rem;border-radius:9999px;border:none;cursor:pointer;font-size:1.1rem;font-weight:500;transition:box-shadow .3s ease,transform .2s ease;white-space:nowrap;text-decoration:none;display:inline-block;line-height:1}.landing-page .cta-button-large:hover{box-shadow:0 0 15px 0 rgba(242,80,139,.6);transform:scale(1.04)}.landing-page .site-footer{background:#786180;color:#6b7280;padding:2.5rem 1.25rem 2rem}.landing-page .footer-container{max-width:1280px;margin:0 auto;display:flex;gap:5em}.landing-page .footer-content{gap:1.25rem;align-items:flex-start;padding-bottom:1.25rem}.landing-page .footer-brand,.landing-page .footer-content{display:flex;flex-direction:column}.landing-page .footer-logo-wrapper{display:flex;align-items:flex-start;margin-top:.85em}.landing-page .footer-logo{display:flex;align-items:center;gap:.5rem;width:13em}.landing-page .footer-logo img{width:100%}.landing-page .footer-nav{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.landing-page .footer-link{font-size:.82rem;font-weight:500;color:#fafafc;transition:color .2s ease}.landing-page .footer-link:hover{color:#fff}.landing-page .footer-info{padding-top:.25rem}.landing-page .footer-text{font-size:.75rem;color:#fafafc;line-height:2}@media (min-width:768px){.landing-page .site-footer{padding:2rem 1.5rem 3rem}.landing-page .footer-content{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}@media (max-width:767px){.landing-page .site-footer{padding:1rem 1.25rem 2.5rem}.landing-page .footer-container{flex-direction:column;gap:1.2rem}.landing-page .footer-logo{width:9rem}.landing-page .footer-nav{gap:.5rem .8rem}.landing-page .footer-link{font-size:.75rem}.landing-page .footer-text{font-size:.69rem;line-height:1.85}}.landing-page .kakao-chat-button{position:fixed;bottom:3rem;right:5rem;display:flex;flex-direction:column;align-items:center;gap:.85rem;text-decoration:none;z-index:1000;transition:transform .2s ease}.landing-page .kakao-chat-button:hover{transform:translateY(-3px)}.landing-page .kakao-chat-button:hover .kakao-chat-icon{box-shadow:0 0 20px 0 rgba(0,0,0,.13)}.landing-page .kakao-chat-icon{width:4.8rem;height:4.8rem;border-radius:50%;background:#fafafc;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px 0 rgba(0,0,0,.1);padding:1rem;transition:all .2s ease}.landing-page .kakao-chat-icon img{filter:drop-shadow(0 0 6px rgba(255,65,122,.3))}.landing-page .kakao-chat-label{font-size:.88rem;font-weight:500;color:#525252;letter-spacing:.02em}@media (max-width:767px){.landing-page .kakao-chat-button{bottom:3.5rem;right:2rem;gap:.7rem}.landing-page .kakao-chat-icon{width:4rem;height:4rem}}.landing-page .hero-section{background:linear-gradient(180deg,hsla(0,0%,100%,.3),rgba(255,234,240,.3) 47.12%,hsla(0,0%,100%,.3));padding:3.5rem 1.25rem 2.5rem;text-align:center}.landing-page .hero-container{max-width:1024px;margin:0 auto}.landing-page .hero-badge{display:inline-block;background-color:#ffeaf0;padding:.5rem 1.2rem;border-radius:100px;font-size:.8rem;font-weight:400;margin-bottom:1.8rem}.landing-page .hero-badge-amount{font-weight:500;color:#ff5286}.landing-page .hero-title{font-size:3.75rem;font-weight:700;color:#111827;margin-bottom:1.8rem;letter-spacing:-.02em;line-height:1.3}.landing-page .hero-title-highlight{color:#ff5286}.landing-page .hero-description{line-height:1.6;font-size:1.63rem;margin-bottom:.25rem}.landing-page .hero-cta-buttons{display:flex;flex-direction:column;gap:2.5rem;margin-top:2.8rem;align-items:center}.landing-page .hero-cta-buttons .cta-button{width:100%;max-width:260px}@media (min-width:640px){.landing-page .hero-section{padding:4.5rem 1.5rem 3rem}.landing-page .hero-title{font-size:2.5rem}.landing-page .hero-description{font-size:1.5rem}.landing-page .hero-cta-buttons{flex-direction:row;justify-content:center}.landing-page .hero-cta-buttons .cta-button{width:auto}}@media (min-width:1024px){.landing-page .hero-section{padding:7.8rem 1.5rem 3.5rem}.landing-page .hero-title{font-size:3.3rem}}@media (max-width:767px){.landing-page .hero-section{padding:6rem 1.25rem 2.5rem}.landing-page .hero-badge{font-size:.75rem;margin-bottom:1.2rem}.landing-page .hero-title{font-size:2rem}.landing-page .hero-description{font-size:1.1rem;line-height:1.5}.landing-page .hero-cta-buttons{margin-top:3.5rem;gap:1rem}.landing-page .hero-cta-buttons .cta-button{max-width:90%}.landing-page .cta-button{font-size:.95rem}}@media (max-width:320px){.landing-page .hero-title{font-size:1.8rem}}.landing-page .video-section{background-color:#fff;padding:1.5rem 1.25rem 3rem}.landing-page .video-container{max-width:1024px;margin:0 auto}.landing-page .video-frame{position:relative;border-radius:1.25rem;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#fbcfe8,#f9a8d4);box-shadow:0 10px 30px rgba(242,80,139,.15)}.landing-page .video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:none}@media (min-width:768px){.landing-page .video-section{padding:2rem 1.5rem 4rem}.landing-page .video-frame{border-radius:1.5rem}}@media (max-width:767px){.landing-page .video-frame{aspect-ratio:16/9}}.landing-page .features-section{background-color:#fff;padding:2.5rem 1.25rem 3.5rem}.landing-page .features-container{max-width:1024px;margin:0 auto}.landing-page .features-grid{display:grid;grid-template-columns:1fr;gap:1rem}.landing-page .feature-card{background:linear-gradient(180deg,#ffeaf070,#fff);border-radius:1rem;padding:3rem 1.5rem;text-align:center;transition:box-shadow .3s ease,transform .3s ease;box-shadow:0 0 2px 0 rgba(255,82,134,.05),inset 0 1px 8px 0 rgba(255,120,160,.2)}.landing-page .feature-card:hover{box-shadow:0 0 2px 0 rgba(255,82,134,.05),inset 0 1px 8px 0 rgba(255,120,160,.2),0 6px 25px rgba(236,72,153,.08);transform:translateY(-1px)}.landing-page .feature-label{color:#ff78a0;font-size:.88rem;font-weight:600;letter-spacing:.05em;margin-bottom:.9rem}.landing-page .feature-value{font-size:2.8rem;font-weight:900;color:#ff6694;margin-bottom:1.4rem;line-height:1}.landing-page .feature-description{color:#786180;font-size:1.08rem;font-weight:500}@media (min-width:640px){.landing-page .features-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.landing-page .features-section{padding:3rem 1.5rem 4rem}.landing-page .feature-value{font-size:2.75rem}}@media (max-width:767px){.landing-page .features-section{padding:2.2rem 1.25rem 3.5rem}.landing-page .feature-card{padding:2rem 1.5rem}.landing-page .feature-label{font-size:.75rem}.landing-page .feature-value{font-size:1.8rem}.landing-page .feature-description{font-size:.9rem}}.landing-page .steps-section{background:linear-gradient(180deg,hsla(0,0%,100%,.2),rgba(255,234,240,.2) 47.12%,hsla(0,0%,100%,.2));padding:3rem 1.25rem 2rem}.landing-page .steps-container{max-width:896px;margin:0 auto}.landing-page .steps-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:.9rem;letter-spacing:-.02em}.landing-page .steps-subtitle{text-align:center;color:#5c5c5c;font-size:.9rem;margin-bottom:2.88rem;font-weight:500}.landing-page .steps-buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:3.5rem;justify-content:center;margin-bottom:1.8rem}.landing-page .step-button{padding:.83rem 1.8rem;border-radius:9999px;border:none;cursor:pointer;font-size:1.1rem;font-weight:500;transition:all .3s ease;background:#ffeaf0;color:#ff78a0;letter-spacing:.02em;min-width:8.8em}.landing-page .step-button:hover{background-color:#fedae5;box-shadow:0 0 20px rgba(236,72,153,.1)}.landing-page .step-button.active{color:#fafafc;box-shadow:0 0 20px rgba(236,72,153,.25);background:linear-gradient(93deg,#ff5d8f 2.23%,#ff78a0 57.23%,#ffa2be)}.landing-page .step-item{display:none;padding:1rem 0}.landing-page .step-item.active{display:block}.landing-page .step-mobile-label{display:none}.landing-page .step-content-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.landing-page .step-icon-wrapper{flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;width:18.5rem;height:15rem}.landing-page .step-icon,.landing-page .step-icon img{width:100%}.landing-page .step-text-content{flex:1;text-align:center}.landing-page .step-label{color:#ff78a0;font-size:.95rem;font-weight:600;margin-bottom:.5rem;letter-spacing:.05em}.landing-page .step-title{font-size:1.45rem;font-weight:500;margin-bottom:.95rem}.landing-page .step-description{color:#5c5c5c;font-size:1.1rem;line-height:1.65}@media (min-width:768px){.landing-page .steps-section{padding:4rem 1.5rem 3rem}.landing-page .steps-title{font-size:1.98rem}.landing-page .steps-subtitle{font-size:1.23rem}.landing-page .step-content-wrapper{flex-direction:row;justify-content:center;gap:4rem;padding:1.5rem 2rem}.landing-page .step-text-content{text-align:left;flex:0 1 auto;max-width:380px}.landing-page .step-title{font-size:1.35rem}}@media (max-width:767px){.landing-page .steps-section{padding:2.2rem 1.25rem 2rem}.landing-page .steps-title{font-size:1.38rem;margin-bottom:.75rem}.landing-page .step-button{font-size:.83rem}.landing-page .step-title{font-size:1.09rem;margin-bottom:.8rem}.landing-page .step-description{font-size:.93rem}.landing-page .steps-subtitle{word-break:keep-all;overflow-wrap:break-word;margin-bottom:2rem}.landing-page .step-label{font-size:.81rem}.landing-page .steps-buttons{display:none}.landing-page .step-item{display:block;padding:1.8rem 0;text-align:center}.landing-page .step-content-wrapper{gap:1.3rem}.landing-page .step-mobile-label{display:inline-block;background:linear-gradient(93deg,#ff5d8f 2.23%,#ff78a0 57.23%,#ffa2be);color:#fafafc;font-size:.85rem;font-weight:600;padding:.5rem 1.6rem;border-radius:9999px;margin-bottom:1.5rem}.landing-page .step-icon-wrapper{width:15rem;height:13.5rem}}.landing-page .comparison-section{background-color:#fff;padding:2.5rem 1.25rem 5rem}.landing-page .comparison-container{max-width:896px;margin:0 auto}.landing-page .comparison-table{background-color:#fff;border-radius:1rem;overflow:hidden}.landing-page .table-header{display:grid;grid-template-columns:1fr 1.2fr 1.2fr}.landing-page .table-header-cell{padding:1rem .5rem;text-align:center;font-size:.85rem}.landing-page .table-header-cell.highlight{background:#fff5f9;border-top-left-radius:.75rem;border-top-right-radius:.75rem;border-top:1px solid #ffcad480;border-left:1px solid #ffcad480;border-right:1px solid #ffcad480}.landing-page .table-header-title{font-weight:600;font-size:.95rem}.landing-page .table-header-title.brand{color:#ff5286}.landing-page .table-header-title.competitor{color:#5c5c5c}.landing-page .table-body{display:flex;flex-direction:column}.landing-page .table-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;border-top:1px solid #e1dee970;align-items:stretch}.landing-page .table-cell{padding:1rem .5rem;color:#374151;font-size:.85rem;display:flex;align-items:center;justify-content:center;text-align:center}.landing-page .table-cell-label{color:#6b7280;font-weight:500}.landing-page .table-cell.highlight{background:#fff5f9;border-left:1px solid #ffcad480;border-right:1px solid #ffcad480}.landing-page .table-row:last-child .table-cell.highlight{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem;border-bottom:1px solid #ffcad480}.landing-page .table-cell-value{font-weight:500;font-size:.9rem}.landing-page .table-cell-value.brand{color:#ff78a0}.landing-page .table-cell.competitor{color:#6b7280}@media (min-width:768px){.landing-page .comparison-section{padding:3rem 1.5rem 7rem}.landing-page .table-cell,.landing-page .table-header-cell{padding:1.3rem 1rem;font-size:1rem}.landing-page .table-header-title{font-size:1.1rem}.landing-page .table-cell-value{font-size:1rem}}@media (max-width:767px){.landing-page .comparison-section{padding:2.2rem 1.25rem 6rem}.landing-page .table-header-title{font-size:.88rem}.landing-page .table-cell{font-size:.81rem;word-break:keep-all;overflow-wrap:break-word}}.landing-page .cta-section{position:relative;background-image:image-set(url("/images/landing/main_bg_cta_1x.webp") 1x,url("/images/landing/main_bg_cta_2x.webp") 2x);background-size:cover;background-position:0 0;padding:2.8rem 1.25rem;overflow:hidden}.landing-page .cta-blur-layer{position:absolute;inset:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1;pointer-events:none}.landing-page .cta-overlay{position:absolute;inset:0;background:rgba(152,108,169,.5);z-index:2;pointer-events:none}.landing-page .cta-content{position:relative;z-index:3;max-width:1024px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.landing-page .cta-text{flex:1}.landing-page .cta-title{font-size:1.35rem;font-weight:700;color:#fafafc;margin-bottom:.8rem;letter-spacing:-.02em}.landing-page .cta-description{color:#fafafc;font-size:.9rem}@media (min-width:768px){.landing-page .cta-section{padding:5.5rem 2rem}.landing-page .cta-content{flex-direction:row;justify-content:space-between;text-align:left;gap:2rem}.landing-page .cta-title{font-size:1.75rem}.landing-page .cta-description{font-size:1.1rem}}@media (max-width:767px){.landing-page .cta-section{padding:4rem 1.25rem}.landing-page .cta-content{gap:2rem}.landing-page .cta-title{font-size:1.25rem}.landing-page .cta-description{font-size:.88rem}.landing-page .cta-button-large{font-size:.94rem}}