.popup-container{z-index:1001;background:rgba(0,0,0,.6);justify-content:center;align-items:center;width:100%;height:100vh;padding:50px;display:none;position:fixed;top:0;left:0}.popup-container .popup-wrap{word-break:break-all;background:#fff;border-radius:8px;flex-direction:column;gap:12px;min-width:450px;max-width:600px;max-height:80vh;padding:16px;display:flex;overflow-y:auto;box-shadow:0 10px 20px rgba(0,0,0,.2)}.popup-container .popup-wrap .popup-header{justify-content:space-between;align-items:center;display:flex}.popup-container .popup-wrap .popup-header .title{color:#222;font-size:16px;font-weight:500}.popup-container .popup-wrap .popup-header .btn-ico i{color:#000;font-size:16px}.popup-container .popup-wrap .popup-header .btn-ico:hover i{color:#222}.popup-container .popup-wrap .popup-body{min-height:200px;max-height:calc(80vh - 100px);margin-right:-4px;padding:8px 16px 8px 8px;line-height:1.5;overflow-y:auto}.popup-container .popup-wrap .popup-body::-webkit-scrollbar{width:6px}.popup-container .popup-wrap .popup-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.popup-container .popup-wrap .popup-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.popup-container .popup-wrap .popup-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.popup-container .popup-wrap .popup-footer{justify-content:flex-end;gap:8px;display:flex}.popup-container .popup-wrap .popup-footer a{flex:1}.popup-footer .btn-md{flex:1;width:100%;min-width:0}.popup-container.active{display:flex}.text-item-info{color:#888;word-break:keep-all;font-size:13px;font-weight:400;line-height:1}.text-item-info.type-error{align-items:center;gap:4px;display:flex;color:#ed2c2c!important}.text-item-info.type-error:before{clear:both;content:"";align-self:center;font-family:remixicon;font-size:1.2em;display:inline-flex}input,textarea,select{vertical-align:middle;background:#fff;border-radius:6px;outline:none;height:30px;font-family:inherit;font-size:14px;color:#333!important;border:1px solid #ced4da!important;padding:0 0 0 8px!important}input::placeholder,textarea::placeholder{color:#ccc!important}input.center{padding:0!important}textarea{resize:none;pointer-events:auto!important;padding:8px!important}.textarea-multiline{resize:none!important;height:60px!important;min-height:60px!important;max-height:120px!important;line-height:1.4!important;overflow-y:auto!important}.checkbox-item [type=checkbox]{display:none}.checkbox-item [type=checkbox]+span{vertical-align:middle;cursor:pointer;align-items:flex-start;line-height:16px;display:inline-flex;position:relative}.checkbox-item [type=checkbox]+span:before{clear:both;content:"";background:#fff url(/images/chk.png) 50% no-repeat;border:1px solid #a4abc5;border-radius:4px;min-width:16px;height:16px;margin-right:6px;display:inline-flex}.checkbox-item [type=checkbox]:checked+span:before{background-color:#5542f6;border:none}.checkbox-item [type=checkbox]:disabled+span:before{background-color:#ddd;border-color:#ccc}.checkbox-item [type=checkbox]:disabled+span{cursor:default}.btn-sm,.btn-md,.btn-lg,.btn-xlg{text-align:center;vertical-align:middle;white-space:nowrap;pointer-events:auto;cursor:pointer;color:#fff;border:none;border-radius:6px;outline:none;justify-content:center;align-items:center;gap:4px;font-weight:500;line-height:1em;text-decoration:none;display:inline-flex}.btn-sm{height:30px;padding:0 12px;font-size:12px}.btn-md{height:36px;padding:0 12px;font-size:14px}.btn-lg{border-radius:8px;gap:12px;height:40px;padding:0 30px;font-size:16px}.btn-xlg{border-radius:8px;gap:12px;height:48px;padding:0 30px;font-size:16px}.btn-sm i,.btn-md i,.btn-lg i{pointer-events:none;font-size:1.2em}.btn-primary{background:#5542f6}.btn-ghost{color:#333;background:#fff;border:1px solid #bec2c5}.btn-sm:hover,.btn-md:hover,.btn-lg:hover,.btn-xlg:hover{opacity:.9}.btn-ghost:hover{opacity:1;border-color:#999}.btn-ghost.border-none{border:none}.btn-ghost.border-none:hover{box-shadow:0 4px 10px rgba(0,0,0,.2)}.btn-sm:focus,.btn-md:focus,.btn-lg:focus,.btn-xlg:focus{box-shadow:none!important;outline:none!important}.btn-sm:active,.btn-md:active,.btn-lg:active,.btn-xlg:active{box-shadow:none!important;border:none!important;outline:none!important;transform:none!important}.btn-sm,.btn-md,.btn-lg,.btn-xlg{position:relative;transition:none!important}.btn-sm:active,.btn-md:active,.btn-lg:active,.btn-xlg:active{background-color:inherit!important;color:inherit!important;opacity:1!important}.btn-primary:active{color:#fff!important;opacity:1!important;background:#5542f6!important}.btn-ghost:active{color:#333!important;opacity:1!important;background:#fff!important;border:1px solid #bec2c5!important}.btn-ghost:focus{color:#333!important;background:#fff!important;border:1px solid #bec2c5!important}.btn-primary:focus{color:#fff!important;background:#5542f6!important;border:none!important}.btn-disabled{color:#999!important;cursor:pointer!important;opacity:1!important;background:#eee!important;border:1px solid #ccc!important}.badge-fill{white-space:nowrap;border-radius:50px;justify-content:center;align-items:center;height:30px;padding:0 16px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.badge-fill-primary{color:#fff;background:#5542f6}.form-col-wrap{flex-grow:0;grid-template-columns:repeat(1,1fr);gap:16px;display:grid}.form-col{flex-direction:column;gap:4px;display:flex}.form-col>dt{color:#444;height:20px;font-size:14px;line-height:20px}.form-col>dd{flex-direction:column;align-items:start;gap:4px;width:100%;min-height:30px;display:flex}.form-col>dd input,.form-col>dd textarea{width:100%}.checkbox-row{justify-content:center;align-items:center;gap:20px;width:-moz-fit-content;width:fit-content;margin:0 auto 20px;display:flex}.checkbox-row .checkbox-item:last-child{color:#333;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px 16px;font-weight:500;transition:all .2s}.checkbox-row .checkbox-item:last-child:hover{background:#e9ecef;border-color:#5542f6}.checkbox-row .checkbox-item:last-child input[type=checkbox]:checked+span{color:#5542f6;font-weight:600}.required-text{color:#ed2c2c;margin-left:4px}.optional-text{color:#999;margin-left:4px}.error-message{color:#ed2c2c;align-items:center;gap:4px;margin-top:4px;font-size:12px;line-height:1.2;display:flex}.error-message:before{content:"!";color:#fff;background:#ed2c2c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;font-size:10px;font-weight:700;display:inline-flex}.checkbox-error{text-align:center}.form-basic-item{vertical-align:middle;background:0 0;width:4px;margin-left:6px;display:inline-flex;position:relative}.form-basic-item:after{clear:both;content:"";background:#ed2c2c;border-radius:50%;width:4px;height:4px;display:inline-flex;position:absolute;top:-8px;left:0}.success-message-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:300px;padding:40px 20px;display:flex}.success-icon{background:linear-gradient(135deg,#5542f6,#7b68ee);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:2s ease-in-out infinite successPulse;display:flex;box-shadow:0 8px 25px rgba(85,66,246,.3)}.success-icon i{color:#fff;font-size:40px}.success-title{color:#333;margin:0;font-size:24px;font-weight:600;line-height:1.3}.success-description{color:#666;max-width:400px;margin:0;font-size:16px;line-height:1.5}.success-loading{flex-direction:column;align-items:center;gap:12px;margin-top:10px;display:flex}.success-loading span{color:#999;font-size:14px}.loading-spinner{border:3px solid #f3f3f3;border-top-color:#5542f6;border-radius:50%;width:24px;height:24px;animation:1s linear infinite spin}@keyframes successPulse{0%{transform:scale(1);box-shadow:0 8px 25px rgba(85,66,246,.3)}50%{transform:scale(1.05);box-shadow:0 12px 35px rgba(85,66,246,.4)}to{transform:scale(1);box-shadow:0 8px 25px rgba(85,66,246,.3)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.privacy-consent-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:12px;padding:12px}.privacy-intro{color:#333;margin:0 0 12px;font-size:14px;font-weight:500;line-height:1.4}.privacy-details{margin-bottom:12px}.privacy-item{align-items:flex-start;margin-bottom:8px;line-height:1.4;display:flex}.privacy-number{color:#5542f6;flex-shrink:0;min-width:20px;margin-right:8px;font-weight:600}.privacy-text{color:#666;flex:1;font-size:13px}.privacy-checkbox{border-top:1px solid #e9ecef;padding-top:12px}.privacy-checkbox .checkbox-item{color:#333;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}@media (max-width:768px){.privacy-consent-section{margin-bottom:16px!important;padding:12px!important}.privacy-intro{margin-bottom:10px!important;font-size:13px!important}.privacy-item{margin-bottom:4px!important}.privacy-text{font-size:11px!important}.privacy-checkbox{padding-top:8px!important}.privacy-checkbox .checkbox-item{font-size:13px!important}.btn-xlg{min-width:120px!important;height:40px!important;padding:0 20px!important;font-size:14px!important}.btn-lg,.btn-xlg{min-width:120px!important;max-width:200px!important;padding:0 20px!important;font-size:14px!important}.badge-fill{height:24px!important;padding:0 12px!important;font-size:12px!important}.popup-container{padding:3vw!important}.popup-container .popup-wrap{word-break:break-all!important;background:#fff!important;border-radius:8px!important;flex-direction:column!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:90vw!important;max-height:85vh!important;padding:12px!important;display:flex!important;overflow-y:auto!important;box-shadow:0 10px 20px rgba(0,0,0,.2)!important}}
.contents section{flex-direction:column;align-items:center;width:100%;padding:80px 0;display:flex}.contents .cont,.contents .start-sec{max-width:1360px}.sec-title{flex-direction:column;align-items:center;gap:16px;display:flex}.sec-title dt{color:#222;font-size:36px;font-weight:600}.sec-title dd{color:#888;font-size:18px}.visual-sec{background:url(/images/visual-bg1.png) 50%/cover no-repeat}.visual-sec .sec-title{gap:24px}.visual-sec .sec-title dt{color:#000;font-size:48px;font-weight:700}.visual-sec .sec-title dd{color:#000;font-size:28px}.visual-sec p{color:#666;margin:50px 0 80px;font-size:18px;line-height:24px}.visual-sec div{gap:20px;display:flex}.point-sec,.case-sec,.qa-sec{gap:40px}.point-sec .cont{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.point-sec .cont dl{border:1px solid #ddd;border-radius:8px;flex-direction:column;gap:20px;padding:20px;display:flex}.point-sec .cont dl dt{flex-direction:column;align-items:center;gap:20px;display:flex}.point-sec .cont dl dt span{color:#222;font-size:20px;font-weight:500}.point-sec .cont dl dt i{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;display:inline-flex}.point-sec .cont dl.type1 i{background:#5542f6}.point-sec .cont dl.type2 i{background:#31b04d}.point-sec .cont dl.type3 i{background:#0db9ef}.point-sec .cont dl.type4 i{background:#e81995}.point-sec .cont dl dd{color:#666;word-break:keep-all;font-size:16px;line-height:22px}.case-sec{background:#f8f8fd}.case-sec .cont{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.case-sec .cont article{text-align:left;color:#fff;background:#000;border-radius:8px;flex-direction:column;align-items:start;gap:20px;padding:20px;display:flex;background-size:cover!important}.case-sec .cont article.type1{background:url(/images/case1.png) 50% no-repeat}.case-sec .cont article.type2{background:url(/images/case2.png) 50% no-repeat}.case-sec .cont article.type3{background:url(/images/case3.png) 50% no-repeat}.case-sec .cont article.type4{background:url(/images/case4.png) 50% no-repeat}.case-sec .cont article .row1{justify-content:space-between;align-items:center;width:100%;display:flex}.case-sec .cont article .row1 i{color:#fff;background:rgba(255,255,255,.2);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:24px;font-weight:400;display:inline-flex}.case-sec .cont article dl,.case-sec .cont article dl dt{flex-direction:column;gap:8px;display:flex}.case-sec .cont article dl dt i{color:#2affed;font-size:16px;font-weight:600}.case-sec .cont article dl dt b{font-size:24px;font-weight:600}.case-sec .cont article dl dd{font-weight:200;line-height:1.5}.case-sec .cont article p{color:rgba(255,255,255,.7);font-size:14px;font-weight:700;line-height:1.6}.case-sec .cont article ul{margin-top:-8px;padding-left:8px}.case-sec .cont article ul li{line-height:24px}.case-sec .cont article ul li:before{content:"•";margin-right:.6em}.start-sec dl{color:#fff;background:url(/images/visual-bg2.png) 50%/cover no-repeat;border-radius:16px;flex-direction:column;width:100%;padding:60px 0;display:flex}.start-sec dl dt{font-size:36px;font-weight:500}.start-sec dl dt+dd{margin:16px 0 26px;font-size:20px;font-weight:300;line-height:1.3}.qa-sec .cont{text-align:left;flex-direction:column;gap:16px;width:100%;max-width:960px;display:flex}.qa-sec .cont dl{cursor:pointer;background:#f8f8fd;border-radius:12px;padding:24px 20px}.qa-sec .cont dl dt{justify-content:space-between;align-items:center;width:100%;display:flex}.qa-sec .cont dl dt span{color:#222;font-size:18px}.qa-sec .cont dl dt i{color:#999;font-size:24px}.qa-sec .cont dl dd{display:none}.qa-sec .cont dl:hover{background:#f1f1f9}.qa-sec .cont dl.active{background:#fff;border:2px solid #5542f6}.qa-sec .cont dl.active dt span{color:#5542f6;font-weight:600}.qa-sec .cont dl.active dt i{transform:rotate(180deg)}.qa-sec .cont dl.active dd{white-space:pre-line;border-top:1px solid #ddd;margin-top:24px;padding:32px 0 20px;line-height:1.7;display:flex}@media (max-width:1280px){.contents section{padding:60px 8vw}}@media (max-width:1024px){.contents section{padding:60px 6vw}.point-sec .cont{grid-template-columns:repeat(2,1fr)}.case-sec .cont{grid-template-columns:repeat(1,1fr)}}@media (max-width:768px){.contents section{padding:36px 4vw!important}header>div{padding:0 4vw!important}.sec-title{gap:12px!important}.sec-title dt{font-size:24px!important}.sec-title dd{padding:0 4vw!important;font-size:14px!important}.sec-title dd br{display:none!important}.visual-sec .sec-title{gap:16px!important}.visual-sec .sec-title dt{font-size:32px!important}.visual-sec .sec-title dd{padding:0!important;font-size:18px!important}.visual-sec p{margin:24px 0 40px!important;font-size:14px!important}.visual-sec p br{display:none!important}.visual-sec div{flex-direction:column!important;align-items:center!important;gap:8px!important}.point-sec,.case-sec,.qa-sec{gap:20px!important}.point-sec .cont{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.point-sec .cont dl{gap:12px!important;padding:16px!important}.point-sec .cont dl dt{gap:12px!important}.point-sec .cont dl dt span{font-size:20px!important}.point-sec .cont dl dd{font-size:14px!important}.case-sec .cont{grid-template-columns:repeat(1,1fr)!important;gap:12px!important}.case-sec .cont article{gap:12px!important;padding:16px!important}.case-sec .cont article dl{gap:8px!important}.case-sec .cont article dl dt{gap:4px!important}.case-sec .cont article dl dt i{font-size:12px!important}.case-sec .cont article dl dt b{font-size:18px!important}.case-sec .cont article dl dd{font-size:14px!important}.case-sec .cont article p{font-size:12px!important}.case-sec .cont article ul{padding-left:4px!important}.case-sec .cont article ul li{font-size:14px!important}.start-sec dl{padding:36px 4vw!important}.start-sec dl dt{font-size:24px!important}.start-sec dl dt+dd{margin:8px 0 20px!important;font-size:14px!important}.start-sec dl dd br{display:none!important}.start-sec dl dd:last-child{justify-content:center!important;width:100%!important;display:flex!important}.qa-sec .cont{gap:8px!important;width:100%!important;max-width:100%!important}.qa-sec .cont dl{margin:0!important;padding:16px!important}.qa-sec .cont dl dt span{font-size:16px!important;line-height:1.4!important}.qa-sec .cont dl dt i{flex-shrink:0!important;font-size:18px!important}.qa-sec .cont dl dd{font-size:14px!important;line-height:1.5!important}.qa-sec .cont dl.active dd{margin-top:16px!important;padding:20px 0 4px!important}}@media (max-width:480px){.point-sec .cont{grid-template-columns:repeat(1,1fr)!important}.qa-sec .cont dl{padding:12px!important}.qa-sec .cont dl dt span{font-size:14px!important}.qa-sec .cont dl dt i{font-size:16px!important}.qa-sec .cont dl dd{font-size:13px!important}.btn-lg,.btn-xlg{min-width:100px!important;padding:0 16px!important;font-size:13px!important}}
*,:before,:after{box-sizing:border-box}html,body{letter-spacing:0;height:100%;margin:0;padding:0;position:relative}body,p,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,tr,td,thead,tbody,form,fieldset,legend,input,textarea,button{margin:0;padding:0;font-weight:400}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}ul,ol,li,dl,dt,dd{list-style:none}i,em,address,u{font-style:normal;text-decoration:none}label,button{cursor:pointer;margin-bottom:0}button{border:none;outline:none;position:relative}button:focus,button:active{box-shadow:none!important;outline:none!important;transform:none!important}button{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-khtml-user-select:none}button:not(:disabled):active{opacity:1!important;background-color:inherit!important;color:inherit!important;border:inherit!important;box-shadow:none!important;outline:none!important}button::-moz-focus-inner{border:0!important;padding:0!important}a{color:inherit;cursor:pointer;text-decoration:none}a:link,a:visited,a:hover,a:focus,a:active{text-decoration:none}a.btn-sm:active,a.btn-md:active,a.btn-lg:active,a.btn-xlg:active{opacity:1!important;background-color:inherit!important;color:inherit!important;border:inherit!important;box-shadow:none!important;outline:none!important}:root{color:#333;font-family:Pretendard,Malgun Gothic,맑은고딕,-apple-system,돋움,dotum,sans-serif;font-size:13px}body{word-break:break-all;background:#fff;height:100%;font-size:16px;position:relative;overflow:hidden;padding:0!important}header{color:#333;z-index:1000;background:#fff;border-bottom:1px solid #ebebeb;height:56px;display:flex;position:fixed;top:0;left:0;right:0}header>div{flex:1;justify-content:space-between;padding:0 40px;display:flex}header .l-item,header .r-item{align-items:center;display:flex}header .l-item{width:100px}header h1{width:100%;height:100%;margin:0 auto}header h1 a{width:inherit;height:inherit;text-indent:-9999px;color:transparent;background:url(/images/h1.png) 0 no-repeat;align-items:center;gap:12px;font-size:0;display:flex;overflow:hidden}header .r-item{justify-content:flex-end;gap:12px;margin-left:auto}.contents{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;height:calc(100% - 56px);padding:0;transition:all .3s;display:flex;position:fixed;top:56px;left:0;overflow:auto}.contents:after{content:"";clear:both;display:block}footer{clear:both;color:#666;z-index:8;justify-content:flex-end;align-items:center;min-height:36px;font-size:12px;display:flex;position:relative}#__next-build-watcher,[data-nextjs-scroll-focus-boundary],.nextjs-container-build-error,.nextjs-container-build-error-version-resolver,[data-nextjs-dialog-overlay]{display:none!important}@media (max-width:768px){body{font-size:14px!important}header>div{padding:0 4vw!important}.contents{gap:8px!important}.contents section{padding:36px 4vw!important}html{-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}body{overflow-x:hidden!important}button,a{min-width:44px!important;min-height:44px!important}h1,h2,h3,h4,h5,h6{line-height:1.2!important}p,dd,li{line-height:1.5!important}}@media (max-width:480px){.contents section{padding:24px 4vw!important}header>div{padding:0 4vw!important}.sec-title dt{font-size:20px!important}.sec-title dd{font-size:12px!important}}
