.m_b37d9ac7{width:calc(100% - var(--mantine-spacing-md) * 2);position:fixed;z-index:var(--notifications-z-index);max-width:var(--notifications-container-width)}.m_b37d9ac7:where([data-position=top-center]){top:var(--mantine-spacing-md);left:50%;transform:translateX(-50%)}.m_b37d9ac7:where([data-position=top-left]){top:var(--mantine-spacing-md);left:var(--mantine-spacing-md)}.m_b37d9ac7:where([data-position=top-right]){top:var(--mantine-spacing-md);right:var(--mantine-spacing-md)}.m_b37d9ac7:where([data-position=bottom-center]){bottom:var(--mantine-spacing-md);left:50%;transform:translateX(-50%)}.m_b37d9ac7:where([data-position=bottom-left]){bottom:var(--mantine-spacing-md);left:var(--mantine-spacing-md)}.m_b37d9ac7:where([data-position=bottom-right]){bottom:var(--mantine-spacing-md);right:var(--mantine-spacing-md)}.m_5ed0edd0+.m_5ed0edd0{margin-top:var(--mantine-spacing-md)}.custom-notification{background-color:rgba(66,66,66,.9)!important;color:#fff!important;border-radius:8px;box-shadow:none!important}.custom-notification-icon{width:32px!important;height:32px!important}.custom-notification-title{font-size:15px!important;font-weight:800!important;color:#fff}.custom-notification-message{font-size:13px!important;font-weight:700!important;color:#fff}:root{--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--toastify-font-family:sans-serif;--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:TmoneyRoundWind;src:url(/fonts/TmoneyRoundWindExtraBold.otf) format("otf"),url(/fonts/TmoneyRoundWindExtraBold.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:NanumSquareRound;src:url(/fonts/NanumSquareRoundL.ttf) format("truetype"),url(/fonts/NanumSquareRoundOTFL.otf) format("otf");font-weight:400;font-style:normal}@font-face{font-family:NanumSquareRound;src:url(/fonts/NanumSquareRoundR.ttf) format("truetype"),url(/fonts/NanumSquareRoundOTFR.otf) format("otf");font-weight:400;font-style:normal}@font-face{font-family:NanumSquareRound;src:url(/fonts/NanumSquareRoundB.ttf) format("truetype"),url(/fonts/NanumSquareRoundOTFB.otf) format("otf");font-weight:700;font-style:normal}@font-face{font-family:NanumSquareRound;src:url(/fonts/NanumSquareRoundEB.ttf) format("truetype"),url(/fonts/NanumSquareRoundOTFEB.otf) format("otf");font-weight:800;font-style:normal}*{margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}*,:after,:before{box-sizing:border-box}body,button,h1,h2,h3,h4,input,select,table,textarea{font-family:NanumSquareRound,Noto Sans KR,-apple-system,BlinkMacSystemFont,Helvetica Neue,Apple SD Gothic Neo,sans-serif}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-overflow-scrolling:touch;background-color:#250c50;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:800;min-width:360px}ol,ul{list-style:none}img{-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}button,fieldset{border:0}table{width:100%;border-collapse:collapse;border-spacing:0}address,em,i{font-style:normal}a,u{text-decoration:none;color:#fff}fieldset,legend{border:0}legend{height:0;visibility:hidden}button{background:none}button *{position:relative}button::-moz-focus-inner{padding:0;border:0}input::-ms-clear,input[type=password]::-ms-reveal{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input{box-sizing:border-box}textarea{resize:none}[contenteditable],a,button,input,select,textarea{outline:0}button,input[type=checkbox],input[type=radio],select{cursor:pointer}button:disabled,input:disabled{cursor:default}button:active{transition:transform .12s cubic-bezier(.4,0,.2,1),filter .12s ease;will-change:transform,filter}button:active:active{transform:scale(1.04) translateY(-1px);filter:brightness(1.04)}@keyframes motion{0%{margin-top:0}to{margin-top:-10px}}.wrap-page{width:1280px;min-height:100vh;margin:0 auto;background-color:#3a266e}@media(min-width:720px)and (max-width:1279px){.wrap-page{width:100%}}@media(max-width:719px){.wrap-page{width:100%;padding-bottom:108px}}.component-tabs{display:flex;gap:8px}.component-tabs .tabs-round{border-radius:48px;line-height:48px;background-color:#54478a;display:inline-block;padding:0 16px;font-weight:400;font-size:16px;color:#b3abd4}@media(max-width:719px){.component-tabs .tabs-round{font-size:13px;line-height:40px;padding:0 12px}}.component-tabs .tabs-round.active{background-color:#fff;color:#4e34f4;font-weight:800}.btn-solid{border-radius:16px;background-color:#54478a;line-height:48px;display:inline-flex;color:#d1cce5;padding:0 16px;align-items:center}@media(max-width:719px){.btn-solid{line-height:40px;padding:0 8px;font-size:13px;border-radius:12px}.btn-solid .txt-web{display:none}}.btn-solid.ico-pen:before{display:inline-block;margin-right:8px;width:20px;height:20px;background:url(/_next/static/media/btn-pen.a562b1f8.svg) no-repeat;background-size:100% 100%;content:""}@media(max-width:719px){.btn-solid.ico-pen:before{width:16px;height:16px;margin-right:4px}}.btn-solid-s{background-color:#6b5bab;border-radius:12px;padding:0 10px;min-width:100px;color:#e1ddfd;font-size:15px;line-height:40px;font-weight:800}.btn-solid-s.bg-dark{background-color:#806ef7}.btn-solid-round{background-color:#54478a;border-radius:48px;line-height:48px;color:#b3abd4;font-size:16px;padding:0 16px;display:inline-flex;align-items:center;font-weight:700}@media(max-width:719px){.btn-solid-round{line-height:40px;padding:0 12px;font-size:13px;font-weight:400}}.btn-solid-round.ico-check:before{display:inline-block;margin-right:8px;width:24px;height:24px;background:url(/_next/static/media/btn-check.0f0af203.svg) no-repeat;background-size:100% 100%;content:""}@media(max-width:719px){.btn-solid-round.ico-check:before{width:16px;height:16px;margin-right:4px}}.component-select.type-s .m_8fb7ebe7{height:40px;padding:0 30px 0 10px;color:#d1cce5;font-weight:400;border-radius:12px;background:url(/_next/static/media/arrow-select.18fce747.svg) no-repeat center right 10px #54478a;background-size:20px 20px}.component-select.type-s .m_8fb7ebe7[data-expanded=true]{background-size:20px 20px}.component-select.type-s .mantine-Popover-dropdown .m_390b5f4{padding:5px 10px}.component-select .m_8fb7ebe7{border-radius:16px;padding-left:16px;height:48px;border:none;font-size:15px;background:url(/_next/static/media/arrow-select.18fce747.svg) no-repeat center right 14px #54478a;background-size:20px;color:#d1cce5}@media(max-width:719px){.component-select .m_8fb7ebe7{height:40px;border-radius:12px;font-size:13px}}.component-select .m_8fb7ebe7[data-expanded=true]{background:url(/_next/static/media/arrow-select-active.ff359956.svg) no-repeat center right 14px #fff;background-size:20px;color:#280cdf}.component-select .m_8fb7ebe7[data-expanded=true]::placeholder{color:#280cdf}.component-select .m_8fb7ebe7::placeholder{color:#d1cce5}.component-select .mantine-Input-section[data-position=right]{display:none}.mantine-ScrollArea-viewport{padding:0}.component-select2.is-error .mantine-Input-input{border-color:#ff1f1f}.component-select2.is-value .mantine-Input-input{border-color:#d1cafc}.component-select2 .mantine-Input-input{height:52px;border-radius:12px;border:1px solid #ededed;position:relative;font-weight:400;font-size:15px}.component-select2 .mantine-Input-input::placeholder{color:#9e9e9e}.component-select2 .mantine-Input-input:focus::placeholder{color:#424242}.component-select2 .mantine-Input-input[data-expanded=true]{border-color:#4e34f4;transition:border .2s ease}.component-select2 .mantine-Input-input[data-expanded=true]+.m_82577fc2[data-position=right]:after{transform:rotate(0)}.component-select2 .m_82577fc2[data-position=right] svg{display:none}.component-select2 .m_82577fc2[data-position=right]:after{display:inline-block;width:20px;height:20px;background:url(/_next/static/media/arrow-select2.5e1141c9.svg) no-repeat 100%;background-size:100% 100%;content:"";transform:rotate(180deg)}.mantine-Popover-dropdown{border-radius:16px;padding:10px 0}@media(max-width:719px){.mantine-Popover-dropdown{padding:8px 0;border-radius:12px}}.mantine-Popover-dropdown .m_390b5f4{padding:16px;font-size:15px;font-weight:400}@media(max-width:719px){.mantine-Popover-dropdown .m_390b5f4{font-size:13px;padding:11px 16px}}.mantine-Popover-dropdown .m_390b5f4:hover{background-color:#f7f5fe;color:#280cdf}.mantine-Popover-dropdown .m_8ee53fc2{display:none}.component-input{border-radius:12px;border:1px solid #ededed;background-color:#fff;width:100%;line-height:50px;padding:0 16px;color:#262626;font-size:15px;font-weight:700;transition:border .2s ease-in-out}.component-input.is-error{border-color:#ff1f1f}.component-input.is-value{border-color:#d1cafc}.component-input::placeholder{color:#9e9e9e;font-weight:400}.component-input:focus{border-color:#4e34f4;transition:border .2s ease}.component-input:focus::placeholder{color:#424242}.form-input{position:relative}.form-input.type-white .form-search:after{background:url(/_next/static/media/icon-search-white.75b1266a.svg) no-repeat}.form-input.type-white .btn-solid-xs{background-color:#806ef7;color:#fff}.form-input.type-white .form-label{color:#f0eef6}.form-input.type-white .btn-radio span{border-color:#54478a;background-color:#372870;color:#b3abd4}.form-input.type-white .btn-radio input:checked+span,.form-input.type-white .component-input{border-color:#54478a;background-color:#54478a;color:#fff}.form-input.type-white .component-input{font-weight:400}.form-input.type-white .component-input.is-error{border-color:#ff1f1f}.form-input.type-white .component-input:focus{border-color:#b3abd4}.form-input.type-white .component-input:focus::placeholder{color:#f0eef6;opacity:.6}.form-input.type-white .component-input::placeholder{color:#f0eef6;opacity:.6}.form-input.type-white .multi-input{background-color:#54478a;border-color:#54478a;color:#fff;font-weight:400}.form-input.type-white .multi-input:focus-within{border-color:#b3abd4}.form-input.type-white .multi-input input{color:#fff;font-weight:400}.form-input.type-white .multi-input input:focus{border-color:#b3abd4}.form-input.type-white .multi-input input:focus::placeholder{color:#f0eef6;opacity:.6}.form-input.type-white .multi-input input::placeholder{color:#f0eef6;opacity:.6}.form-input.type-white .component-select2 .mantine-Input-input{background-color:#54478a;border-color:#54478a;color:#fff}.form-input.type-white .component-select2 .mantine-Input-input:focus::placeholder{color:#f0eef6;opacity:.6}.form-input.type-white .component-select2 .mantine-Input-input::placeholder{color:#f0eef6;opacity:.6}.form-input.type-white .component-select2 .mantine-Input-section[data-position=right]:after{display:inline-block;width:20px;height:20px;background:url(/_next/static/media/arrow-select2-w.6938bb9c.svg) no-repeat 100%;background-size:100% 100%;content:"";transform:rotate(180deg)}.form-input .form-label{color:#333;padding-bottom:8px;font-size:15px}@media(max-width:719px){.form-input .form-label{font-size:13px}}.form-input+.form-input{margin-top:32px}.form-input+.type-agree{display:flex;margin-top:6px;margin-bottom:40px}.form-input.type-multi .right{position:absolute;top:0;right:16px;display:flex;align-items:center;gap:4px}.form-input.type-multi .right .data-time{position:relative;right:0}.form-input .btn-round{line-height:37px;display:inline-block;padding:0 12px;font-size:13px;border-radius:18px;background-color:#4e34f4;color:#fff}.form-input .btn-round:disabled{background-color:#f5f5f5;color:#737373}.form-input .data-time{position:absolute;top:0;right:16px;line-height:50px;color:#ff5252;font-size:13px}.form-input .btn-solid-xs{position:absolute;top:12%;right:16px}.form-input .btn-solid-xs:disabled{background-color:#d9d9d9;color:#737373}.btn-radio{cursor:pointer}.btn-radio input{display:none}.btn-radio input:checked+span{border-color:#4e34f4;color:#262626;background-color:#e1ddfd;transition:border .2s ease}.btn-radio span{display:block;border:1px solid #ededed;border-radius:12px;line-height:50px;font-size:15px;width:100%;text-align:center;color:#737373;font-weight:400}.form-search{position:relative}.form-search:after{display:inline-block;position:absolute;top:50%;right:16px;margin-top:-10px;width:20px;height:20px;background:url(/_next/static/media/icon-search.9e02c8cf.svg) no-repeat;content:""}.form-search input{padding-right:52px}.bottom-buttons{padding-bottom:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%}@media(max-width:719px){.bottom-buttons{padding:0 20px 40px}}.bottom-buttons.flex-row{flex-direction:row;gap:10px}.bottom-buttons .btn-solid2{background-color:#54478a;line-height:56px;text-align:center;font-size:16px;color:#f0eef6;border-radius:16px;display:inline-block;min-width:155px}.bottom-buttons .btn-solid2.type-red{background-color:#ff5252;color:#fff}.bottom-buttons button+button{margin-top:4px}.bottom-buttons .btn-default,.bottom-buttons .btn-default-dark{line-height:56px;width:100%;max-width:406px;color:#fff;font-size:16px;background-color:#4e34f4;text-align:center;border-radius:12px}.bottom-buttons .btn-default-dark:disabled,.bottom-buttons .btn-default:disabled{background-color:#d9d9d9;color:#737373}.bottom-buttons .btn-default-dark.type-big,.bottom-buttons .btn-default.type-big{font-size:19px;line-height:56px}@media(max-width:719px){.bottom-buttons .btn-default-dark.type-big,.bottom-buttons .btn-default.type-big{line-height:56px;font-size:16px}}.bottom-buttons .btn-white{line-height:56px;width:100%;max-width:406px;color:#4e34f4;font-size:16px;background-color:#fff;text-align:center;border-radius:12px;border:1.5px solid var(--p-60,#280cdf)}.bottom-buttons .btn-white:disabled{background-color:#d9d9d9;color:#737373}.bottom-buttons .btn-white.type-big{font-size:19px;line-height:56px}@media(max-width:719px){.bottom-buttons .btn-white.type-big{line-height:56px;font-size:16px}}.bottom-buttons .icon-arrow{display:inline-block;width:20px;height:20px;background:url(/_next/static/media/arrow-btn.ad3fb229.svg) no-repeat;background-size:100% 100%;margin-left:8px;position:relative;vertical-align:middle}@media(max-width:719px){.bottom-buttons .icon-arrow{display:none}}.bottom-buttons .btn-txt{line-height:56px;width:100%;max-width:406px;font-size:16px;background-color:transparent;text-align:center;border-radius:12px;color:#737373;font-weight:400;text-decoration:underline}.bottom-buttons .btn-default-dark{background-color:#806ef7}.bottom-buttons .btn-default-dark:disabled{background-color:#54478a;color:#8e82bf}.fix-top{position:fixed;width:1280px;left:50%;bottom:56px;transform:translateX(-50%);z-index:60}@media(min-width:720px)and (max-width:1279px){.fix-top{width:100%;left:0;transform:none;bottom:56px;right:20px}}@media(max-width:719px){.fix-top{width:100%;left:0;transform:none;bottom:128px;right:20px}}.fix-top button{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;right:44px;bottom:0;width:64px;height:64px;border-radius:50%;background-color:#ffb83c}@media(min-width:720px)and (max-width:1279px){.fix-top button{right:20px}}@media(max-width:719px){.fix-top button{right:20px}}.fix-top button:before{display:inline-block;width:30px;height:30px;background:url(/_next/static/media/arrow-fix-top.e4d3066e.svg) no-repeat;background-size:100% 100%;content:"";margin-top:-8px}.fix-top button span{display:block;font-size:13px;color:#573700;font-weight:800;line-height:13px}.fix-talk{position:fixed;width:720px;bottom:110px;z-index:60;height:50px;left:50%;transform:translateX(-50%)}@media(min-width:720px)and (max-width:1279px){.fix-talk{right:20px}}@media(max-width:719px){.fix-talk{width:100%;right:20px}}.fix-talk button{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;position:absolute;right:44px;bottom:0;width:64px;height:64px;border-radius:50%}.fix-talk button span{display:block;font-size:13px;color:#573700;font-weight:800;line-height:13px}.fix-download{position:fixed;bottom:0;left:50%;margin-left:-360px;width:720px;z-index:30;background:hsla(0,0%,97%,.95);box-shadow:0 -1px 4px 0 rgba(0,0,0,.15)}@media(min-width:720px)and (max-width:1279px){.fix-download{left:0;margin-left:0;width:100%}}@media(max-width:719px){.fix-download{left:0;margin-left:0;width:100%}}.fix-download .btn-fix-close{display:inline-block;width:24px;height:24px;position:absolute;top:0;left:0;background-color:#fff;display:flex;align-items:center;justify-content:center}.fix-download .btn-fix-close:before{display:inline-block;width:18px;height:18px;background:url(/_next/static/media/btn-popup-close.fdacfb6f.svg) no-repeat;content:""}.fix-download .ui-app{padding:15px 22px 21px 40px}.fix-download .ui-app,.fix-download .ui-app .txt-app{display:flex;align-items:center}.fix-download .ui-app .txt-app .txt-in{color:#000;font-size:13px;line-height:19px;font-weight:500}.fix-download .ui-app .txt-app .txt-in strong{font-weight:900}.fix-download .ui-app .txt-app i{display:inline-block;position:relative;flex:none;width:34px;height:34px;margin-right:12px;background:url(/_next/static/media/icon-app-ddokseo.713db94e.svg) no-repeat;content:""}.fix-download .ui-app .btn-down{padding:5px 10px;margin-left:auto;flex:none;border-radius:3px;background:#000;font-size:13px;font-weight:700;line-height:19px;color:#fff}.Toastify__toast-container--top-center{top:50%;left:50%;width:60vw;max-width:250px;transform:translateX(-50%)}.Toastify__toast{margin-bottom:1rem}.Toastify__toast-body{text-align:center;font-size:13px;font-weight:500}.Toastify__toast-body .img-cash{display:flex;flex-flow:column;align-items:center;justify-content:center;color:#fff;font-size:12px}.Toastify__toast-body .img-cash .icon-cash{width:40px;height:41px;margin-bottom:6px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212b4;--toastify-color-info:#3498dbb4;--toastify-color-success:#07bc0cb4;--toastify-color-warning:#f1c40fb4;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-background:#fff;--toastify-toast-min-height:48px;--toastify-toast-max-height:800px;--toastify-font-family:"Noto Sans KR";--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;z-index:9999}.overlay .dot-jump-loader{display:flex;flex-direction:row;gap:8px;align-items:flex-end}@media(max-width:719px){.overlay .dot-jump-loader{gap:6px}}.overlay .dot{width:16px;height:16px;border-radius:50%;animation:jump 1s ease-in-out infinite}@media(max-width:719px){.overlay .dot{width:13px;height:13px}}.overlay .dot:first-child{animation-delay:0s}.overlay .dot:nth-child(2){animation-delay:.1s}.overlay .dot:nth-child(3){animation-delay:.2s}.overlay .dot:nth-child(4){animation-delay:.3s}.overlay .dot:nth-child(5){animation-delay:.4s}.overlay .red{background-color:#ea4335}.overlay .blue{background-color:#4285f4}.overlay .green{background-color:#34a853}.overlay .yellow{background-color:#fbbc05}.overlay .orange{background-color:#ff6d00}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}