:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .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-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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}._field_114t0_2{display:flex;flex-direction:column;gap:16px}._label_114t0_8{display:flex;gap:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:18px;color:#2a2d2f}._required_114t0_18{color:#ff524c}._inputRow_114t0_22{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e0e2e4;border-radius:4px;padding:0 16px;transition:border-color .15s}._inputRow_114t0_22:focus-within{border-color:#2a2d2f}._input_114t0_22{flex:1;height:52px;padding:0;background:transparent;border:none;font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#2a2d2f;outline:none}._input_114t0_22::placeholder{color:#9ea4aa}._input_114t0_22:disabled{color:#6f767e;cursor:not-allowed}._disabled_114t0_60 ._inputRow_114t0_22{background:#f8f8f9}._error_114t0_64 ._inputRow_114t0_22{border-color:#ff524c}._helper_114t0_68{font-family:Pretendard,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#6f767e}._error_114t0_64 ._helper_114t0_68{color:#ff524c}._textareaRow_114t0_80{display:flex;flex-direction:column;background:#fff;border:1px solid #e0e2e4;border-radius:4px;padding:16px;transition:border-color .15s}._textareaRow_114t0_80:focus-within{border-color:#2a2d2f}._textarea_114t0_80{width:100%;padding:0;background:transparent;border:none;font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:24px;color:#2a2d2f;outline:none;resize:vertical}._textarea_114t0_80::placeholder{color:#9ea4aa}._error_114t0_64 ._textareaRow_114t0_80{border-color:#ff524c}._counter_114t0_116{font-family:Pretendard,sans-serif;font-weight:400;font-size:14px;color:#9ea4aa;text-align:right;margin-top:4px}._errorIcon_114t0_125{flex-shrink:0}._toggleBtn_114t0_129{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer}._wrap_1gmlc_2{display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}._input_1gmlc_10{position:absolute;opacity:0;width:0;height:0}._box_1gmlc_17{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1.5px solid #c8ccd0;border-radius:4px;background:#fff;transition:all .15s;flex-shrink:0}._check_1gmlc_30{color:transparent;transition:color .15s}._input_1gmlc_10:checked+._box_1gmlc_17{background:#816bfe;border-color:#816bfe}._input_1gmlc_10:checked+._box_1gmlc_17 ._check_1gmlc_30{color:#fff}._label_1gmlc_44{font-family:Pretendard,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#6f767e}._btn_bcpzy_2{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 20px;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:20px;border:none;cursor:pointer;white-space:nowrap;transition:opacity .15s}._btn_bcpzy_2:hover:not(:disabled){opacity:.85}._r6_bcpzy_22{border-radius:6px}._r4_bcpzy_23{border-radius:4px}._main_bcpzy_26{background:#2a2d2f;color:#fff}._main_bcpzy_26:disabled{background:#c8ccd0;color:#fff;cursor:not-allowed}._sub_bcpzy_38{background:#fff;color:#2a2d2f;border:1px solid #e0e2e4}._sub_bcpzy_38:disabled{background:#f8f8f9;color:#9ea4aa;border:1px solid #e0e2e4;cursor:not-allowed}._destructive_bcpzy_52{background:#ff524c;color:#fff}._icon_bcpzy_57{display:flex;width:20px;height:20px;flex-shrink:0}._full_bcpzy_64{width:100%}._page_1hl7p_3{display:flex;align-items:center;min-height:100vh;padding:0 100px}._illustrationArea_1hl7p_11{flex:1;min-width:0;height:100vh;overflow:hidden}._illustration_1hl7p_11{width:100%;height:100%;object-fit:cover}._formCard_1hl7p_26{flex:1;max-width:640px;min-height:784px;background:#fff;border-radius:20px;padding:104px 80px;display:flex;flex-direction:column;justify-content:center;gap:84px;margin:0 50px}._logoRow_1hl7p_41{display:flex;align-items:center;gap:16px;height:32px}._logo_1hl7p_41{height:32px;width:115px}._badge_1hl7p_54{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#816bfe1f;border-radius:100px;font-family:Pretendard,sans-serif;font-weight:600;font-size:20px;line-height:24px;color:#816bfe}._badgeIcon_1hl7p_68{width:24px;height:24px}._formArea_1hl7p_74{display:flex;flex-direction:column;gap:72px}._fields_1hl7p_80{display:flex;flex-direction:column;gap:28px}._row_1hl7p_86{display:flex;align-items:center;justify-content:space-between}._links_1hl7p_92{display:flex;align-items:center;gap:16px}._link_1hl7p_92{font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#6f767e;text-decoration:none}._link_1hl7p_92:hover{text-decoration:underline}._divider_1hl7p_112{display:inline-block;width:1px;height:12px;background:#e0e2e4}._signupBanner_1hl7p_120{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 20px 20px;background:#f8f8f9;border-radius:4px;text-decoration:none}._signupText_1hl7p_130{font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#2a2d2f}._signupAction_1hl7p_138{display:flex;align-items:center;gap:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:20px;color:#2a2d2f}@media(max-width:1023px){._illustrationArea_1hl7p_11{flex:.8}._formCard_1hl7p_26{flex:1.2;padding:60px 40px;gap:60px}}@media(max-width:767px){._illustrationArea_1hl7p_11{display:none}._page_1hl7p_3{padding:20px}._formCard_1hl7p_26{flex:1;width:100%;max-width:480px;padding:40px 24px;gap:40px;min-height:auto}._logoRow_1hl7p_41{height:auto;gap:12px}._logo_1hl7p_41{height:32px;width:35px;content:url(/icons/logo-icon.svg)}._badge_1hl7p_54{font-size:16px;padding:6px 12px}._badgeIcon_1hl7p_68{width:20px;height:20px}._formArea_1hl7p_74{gap:48px}}._page_17hmp_3{min-height:100vh;background:#f8f8f9;padding:80px;display:flex;flex-direction:column;align-items:center;gap:40px}._container_17hmp_14{width:100%;max-width:760px;display:flex;flex-direction:column;gap:24px}._backBtn_17hmp_23{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid #e0e2e4;border-radius:6px;text-decoration:none}._title_17hmp_36{margin:0;font-family:Pretendard,sans-serif;font-weight:600;font-size:28px;line-height:34px;color:#2a2d2f}._card_17hmp_46{width:100%;max-width:760px;background:#fff;border:1px solid #e0e2e4;border-radius:6px;overflow:hidden}._fields_17hmp_55{display:flex;flex-direction:column;gap:28px;padding:40px}._row2_17hmp_63{display:flex;gap:28px}._row2_17hmp_63>*{flex:1}._emailRow_17hmp_70{display:flex;gap:28px;align-items:flex-start}._emailRow_17hmp_70>*:first-child{flex:9}._emailRow_17hmp_70>*:last-child{flex:1;margin-top:32px}._termsSection_17hmp_82{display:flex;flex-direction:column;gap:28px;padding:40px;border-top:1px solid #e0e2e4}._termRow_17hmp_90{display:flex;align-items:center;gap:12px}._termLabel_17hmp_96{flex:1;font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#2a2d2f}._required_17hmp_105{color:#ff524c}._viewBtn_17hmp_107{font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#9ea4aa;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}._bottomSection_17hmp_121{display:flex;flex-direction:column;gap:28px;padding:40px;border-top:1px solid #e0e2e4}._actions_17hmp_129{display:flex;gap:16px}._actions_17hmp_129>*{flex:1}._loginBanner_17hmp_136{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 20px 20px;background:#f8f8f9;border-radius:4px;text-decoration:none}._bannerText_17hmp_146{font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#2a2d2f}._bannerAction_17hmp_154{display:flex;align-items:center;gap:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:20px;color:#2a2d2f}@media(max-width:1023px){._page_17hmp_3{padding:60px 32px}}@media(max-width:767px){._page_17hmp_3{padding:40px 20px;gap:32px}._backBtn_17hmp_23{width:40px;height:40px}._title_17hmp_36{font-size:24px;line-height:30px}._card_17hmp_46{width:100%}._fields_17hmp_55{padding:28px 20px;gap:24px}._row2_17hmp_63{flex-direction:column;gap:24px}._emailRow_17hmp_70{flex-direction:column;gap:12px}._emailRow_17hmp_70>*:first-child,._emailRow_17hmp_70>*:last-child{flex:1}._termsSection_17hmp_82,._bottomSection_17hmp_121{padding:28px 20px;gap:24px}._actions_17hmp_129{flex-direction:column;gap:12px}}._page_1yxu8_3{min-height:100vh;background:#f8f8f9;padding:80px 580px;display:flex;flex-direction:column;gap:40px}._backBtn_1yxu8_13{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid #e0e2e4;border-radius:6px;text-decoration:none}._header_1yxu8_26{display:flex;flex-direction:column;gap:16px;width:760px}._title_1yxu8_33{margin:0;font-family:Pretendard,sans-serif;font-weight:600;font-size:28px;line-height:34px;color:#2a2d2f}._desc_1yxu8_42{margin:0;font-family:Pretendard,sans-serif;font-weight:400;font-size:18px;line-height:22px;color:#6f767e}._card_1yxu8_52{width:760px;background:#fff;border:1px solid #e0e2e4;border-radius:6px;overflow:hidden;padding:40px}._cardBody_1yxu8_61{display:flex;flex-direction:column;gap:20px}._resultTitle_1yxu8_68{margin:0;font-family:Pretendard,sans-serif;font-weight:600;font-size:18px;line-height:24px;color:#2a2d2f}._resultBox_1yxu8_78{display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px;background:#816bfe0f;border-radius:8px}._resultBadge_1yxu8_88{display:inline-flex;padding:6px 16px;background:#816bfe;border-radius:100px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;color:#fff}._resultText_1yxu8_99{font-family:Pretendard,sans-serif;font-weight:600;font-size:22px;line-height:28px;color:#816bfe}._resultNote_1yxu8_107{margin:0;font-family:Pretendard,sans-serif;font-weight:400;font-size:14px;color:#9ea4aa}._buttonSection_1yxu8_116{margin-top:0;padding-top:40px;border-top:1px solid #e0e2e4}._overlay_1ar6w_2{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1ar6w_12{display:flex;width:500px;padding:40px 20px 20px;flex-direction:column;align-items:flex-start;gap:40px;flex-shrink:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f}._content_1ar6w_25{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}._title_1ar6w_33{margin:0;font-family:Pretendard,sans-serif;font-weight:600;font-size:18px;line-height:1;color:#2a2d2f;text-align:center;width:100%}._body_1ar6w_44{margin:0;font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:1;color:#6f767e;text-align:center;width:100%}._actions_1ar6w_55{display:flex;gap:8px;justify-content:flex-end;width:100%}._actions_1ar6w_55>*{flex:1;width:100%}._wrap_ecljx_2{display:flex;min-height:100vh}._sidebar_ecljx_7{width:296px;background:#3a3e42;display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;bottom:0;overflow-y:auto;z-index:100}._top_ecljx_21{display:flex;flex-direction:column}._logoArea_ecljx_26{display:flex;align-items:center;gap:16px;padding:28px 32px;height:86px}._logoLink_ecljx_34{display:flex;align-items:center}._logoImg_ecljx_39{width:79px;height:22px}._companyBadge_ecljx_44{display:flex;align-items:center;justify-content:center;padding:4px 8px;background:#816bfe;border-radius:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:20px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}._nav_ecljx_62{display:flex;flex-direction:column}._navItem_ecljx_67{display:flex;align-items:center;gap:12px;padding:24px 32px;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:20px;color:#6f767e;text-decoration:none;border-left:4px solid transparent;transition:all .15s}._navItem_ecljx_67:hover{color:#fff;background:#816bfe0a}._navActive_ecljx_87{color:#fff;background:#816bfe14;border-left-color:#816bfe}._navIcon_ecljx_93{width:20px;height:20px;flex-shrink:0}._bottom_ecljx_99{padding:20px}._logoutBtn_ecljx_103{display:flex;align-items:center;justify-content:center;gap:12px;width:256px;height:52px;padding:16px 20px;background:#ffffff14;border:none;border-radius:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;line-height:20px;color:#fff;cursor:pointer;transition:background .15s}._logoutBtn_ecljx_103:hover{background:#ffffff1f}._main_ecljx_127{flex:1;margin-left:296px;min-height:100vh;background:#f2f3f4}._wrap_reowa_2{display:flex;align-items:center;justify-content:center;gap:4px}._item_reowa_9{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:4px 8px;border:none;border-radius:4px;background:transparent;font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;color:#6f767e;cursor:pointer;transition:background .15s,color .15s}._item_reowa_9:hover:not(:disabled):not(._active_reowa_27){background:#f2f3f4}._item_reowa_9._active_reowa_27{background:#2a2d2f;color:#fff;font-weight:600}._item_reowa_9:disabled{color:#c8ccd0;cursor:not-allowed}._content_6tuml_4{flex:1;min-height:0}._header_6tuml_10{display:flex;align-items:center;height:86px;padding:0 28px;background:#fff;border-bottom:1px solid #e0e2e4}._title_6tuml_19{margin:0;font-family:Pretendard,sans-serif;font-weight:600;font-size:20px;line-height:24px;color:#2a2d2f}._body_6tuml_29{padding:40px 40px 80px}._empty_6tuml_35{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;height:420px;background:#ebeced;border:1px solid #e0e2e4;border-radius:4px;padding:40px}._empty_6tuml_35 a{text-decoration:none}._emptyIcon_6tuml_53{display:flex;align-items:center;justify-content:center;padding:16px;background:#f8f8f9;border:1px solid #e0e2e4;border-radius:100px}._emptyText_6tuml_63{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}._emptyTitle_6tuml_72{margin:0;font-family:Pretendard,sans-serif;font-weight:600;font-size:20px;line-height:24px;color:#2a2d2f}._emptyDesc_6tuml_82{margin:0;font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#6f767e}._toolbar_6tuml_92{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}._toolbar_6tuml_92 a{text-decoration:none}._filterRow_6tuml_103{display:flex;gap:12px}._statusSelect_6tuml_109{height:52px;padding:0 36px 0 16px;border:1px solid #e0e2e4;border-radius:4px;background:#fff;font-family:Pretendard,sans-serif;font-size:16px;color:#2a2d2f;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%232a2d2f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;cursor:pointer}._searchField_6tuml_127{display:flex;align-items:center;gap:8px;width:280px;height:52px;padding:0 16px;border:1px solid #e0e2e4;border-radius:4px;background:#fff}._searchField_6tuml_127:focus-within{border-color:#2a2d2f}._searchInput_6tuml_143{flex:1;height:100%;border:none;background:transparent;font-family:Pretendard,sans-serif;font-size:16px;color:#2a2d2f;outline:none}._searchInput_6tuml_143::placeholder{color:#9ea4aa}._countText_6tuml_158{margin:0 0 12px;font-family:Pretendard,sans-serif;font-size:14px;color:#6f767e}._countText_6tuml_158 strong{color:#2a2d2f;font-weight:600}._searchEmpty_6tuml_171{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:380px;background:#ebeced;border:1px solid #e0e2e4;border-radius:4px;text-align:center}._table_6tuml_185{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e0e2e4;border-radius:4px;overflow:hidden;margin-bottom:24px}._table_6tuml_185 th{padding:18px 16px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;color:#6f767e;text-align:left;background:#f8f8f9;border-bottom:1px solid #e0e2e4;white-space:nowrap}._table_6tuml_185 td{padding:18px 16px;font-family:Pretendard,sans-serif;font-weight:400;font-size:14px;color:#2a2d2f;border-bottom:1px solid #f2f3f4;white-space:nowrap}._titleCell_6tuml_217{max-width:300px;overflow:hidden;text-overflow:ellipsis}._badge_6tuml_223{display:inline-flex;padding:4px 8px;align-items:center;gap:4px;border-radius:4px;font-family:Pretendard,sans-serif;font-size:16px;font-weight:500;line-height:20px;background:#f2f3f4;color:#6f767e}._badgeActive_6tuml_238{background:#1ec28014;color:#1ec280}._badgeClosed_6tuml_244{background:#f2f3f4;color:#6f767e}._badgePending_6tuml_250{background:#ff972f14;color:#ff972f}._detailLink_6tuml_255{font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;color:#816bfe;text-decoration:none}._detailLink_6tuml_255:hover{text-decoration:underline}._field_ad1ni_1{display:flex;flex-direction:column;gap:16px}._label_ad1ni_7{display:flex;gap:4px;font-family:Pretendard,sans-serif;font-weight:600;font-size:14px;line-height:18px;color:#2a2d2f}._required_ad1ni_17{color:#ff524c}._select_ad1ni_21{height:44px;padding:0 32px 0 12px;border:1px solid #e0e2e4;border-radius:4px;font-family:Pretendard,sans-serif;font-size:14px;color:#2a2d2f;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232a2d2f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;cursor:pointer;min-width:100px;transition:border-color .15s}._select_ad1ni_21:focus{border-color:#2a2d2f}._selectSm_ad1ni_41{height:44px;padding:0 28px 0 10px;border:1px solid #e0e2e4;border-radius:4px;font-family:Pretendard,sans-serif;font-size:14px;color:#2a2d2f;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232a2d2f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center;cursor:pointer;min-width:80px;transition:border-color .15s}._selectSm_ad1ni_41:focus{border-color:#2a2d2f}._row_16tvr_1{display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px}._radio_16tvr_8{display:flex;align-items:center;gap:6px;cursor:pointer;font-family:Pretendard,sans-serif;font-size:14px;color:#2a2d2f;white-space:nowrap}._input_16tvr_19{position:absolute;opacity:0;width:0;height:0}._dot_16tvr_26{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:1.5px solid #c8ccd0;border-radius:50%;background:#fff;flex-shrink:0;transition:all .15s}._dot_16tvr_26:after{content:"";width:10px;height:10px;border-radius:50%;background:transparent;transition:background .15s}._input_16tvr_19:checked+._dot_16tvr_26{border-color:#2a2d2f}._input_16tvr_19:checked+._dot_16tvr_26:after{background:#2a2d2f}._label_16tvr_56{-webkit-user-select:none;user-select:none}._overlay_1wlnd_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1wlnd_11{background:#fff;border-radius:12px;width:800px;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}._header_1wlnd_22{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e0e2e4}._title_1wlnd_30{font-size:18px;font-weight:700;color:#2a2d2f;margin:0}._closeBtn_1wlnd_37{background:none;border:none;font-size:20px;color:#9ea4aa;cursor:pointer;padding:4px 8px;border-radius:4px}._closeBtn_1wlnd_37:hover{color:#2a2d2f;background:#f2f3f4}._columns_1wlnd_52{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background:#e0e2e4;margin:0 24px;border:1px solid #e0e2e4;border-radius:6px;overflow:hidden;flex:1;min-height:0}._column_1wlnd_52{background:#fff;display:flex;flex-direction:column;min-height:320px;max-height:420px}._columnTitle_1wlnd_73{padding:10px 16px;font-weight:600;font-size:13px;color:#fff;background:#6f767e;flex-shrink:0}._list_1wlnd_82{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1}._item_1wlnd_90{display:flex;align-items:center;width:100%;padding:10px 16px;border:none;background:transparent;font-size:14px;color:#2a2d2f;text-align:left;cursor:pointer;transition:background .1s;gap:6px;position:relative}._item_1wlnd_90:hover{background:#f8f8f9}._active_1wlnd_110{background:#f2f3f4;font-weight:600;color:#816bfe}._selected_1wlnd_116{background:#816bfe0f;font-weight:600;color:#816bfe}._indicator_1wlnd_122{position:absolute;left:0;top:0;bottom:0;width:3px;background:#816bfe;border-radius:0 2px 2px 0}._arrow_1wlnd_132{margin-left:auto;color:#c8ccd0;font-size:16px;flex-shrink:0}._check_1wlnd_139{color:#816bfe;font-weight:700;font-size:14px;flex-shrink:0}._hint_1wlnd_146{padding:40px 16px;text-align:center;font-size:14px;color:#9ea4aa}._footer_1wlnd_153{padding:16px 24px 20px;border-top:1px solid #e0e2e4;display:flex;align-items:center;justify-content:space-between;gap:16px}._path_1wlnd_162{display:flex;align-items:center;gap:8px;flex:1;min-width:0}._pathLabel_1wlnd_170{font-size:13px;font-weight:600;color:#6f767e;white-space:nowrap}._pathValue_1wlnd_177{font-size:14px;font-weight:600;color:#816bfe;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._actions_1wlnd_186{display:flex;gap:8px;flex-shrink:0}._overlay_6m636_1{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_6m636_11{background:#fff;border-radius:12px;width:560px;max-width:95vw;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}._header_6m636_22{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e0e2e4}._title_6m636_30{font-size:18px;font-weight:700;color:#2a2d2f;margin:0}._closeBtn_6m636_37{background:none;border:none;font-size:20px;color:#9ea4aa;cursor:pointer;padding:4px 8px;border-radius:4px}._closeBtn_6m636_37:hover{color:#2a2d2f;background:#f2f3f4}._searchBar_6m636_52{display:flex;gap:8px;padding:16px 24px;align-items:flex-start}._searchBar_6m636_52>*:first-child{flex:1}._resultArea_6m636_63{flex:1;min-height:200px;max-height:300px;overflow-y:auto;border-top:1px solid #ebeced;border-bottom:1px solid #ebeced}._list_6m636_72{list-style:none;margin:0;padding:0}._item_6m636_78{display:flex;align-items:center;gap:8px;width:100%;padding:10px 24px;border:none;background:transparent;font-size:14px;color:#2a2d2f;text-align:left;cursor:pointer;transition:background .1s}._item_6m636_78:hover{background:#f8f8f9}._itemSelected_6m636_97{background:#816bfe0f;color:#816bfe;font-weight:600}._checkBox_6m636_103{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid #c8ccd0;border-radius:4px;font-size:13px;font-weight:700;color:#816bfe;flex-shrink:0}._itemSelected_6m636_97 ._checkBox_6m636_103{border-color:#816bfe;background:#816bfe1a}._hint_6m636_122{padding:40px 24px;text-align:center;font-size:14px;color:#9ea4aa}._tagSection_6m636_129{padding:12px 24px}._tagLabel_6m636_133{font-size:12px;font-weight:600;color:#6f767e;margin-bottom:8px}._tags_6m636_140{display:flex;flex-wrap:wrap;gap:6px}._tag_6m636_129{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#816bfe14;color:#816bfe;font-size:13px;font-weight:600;border-radius:16px;border:1px solid rgba(129,107,254,.2)}._tagRemove_6m636_159{background:none;border:none;color:#816bfe;font-size:16px;cursor:pointer;padding:0 2px;line-height:1;opacity:.7}._tagRemove_6m636_159:hover{opacity:1}._footer_6m636_174{display:flex;gap:8px;justify-content:flex-end;padding:16px 24px 20px;border-top:1px solid #ebeced}._page_4b955_3{flex:1;min-height:0}._header_4b955_9{display:flex;align-items:center;gap:8px;height:86px;padding:0 28px;background:#fff;border-bottom:1px solid #e0e2e4;font-family:Pretendard,sans-serif;font-size:16px;color:#6f767e}._breadLink_4b955_22{color:#6f767e;text-decoration:none}._breadLink_4b955_22:hover{text-decoration:underline}._breadSep_4b955_24{color:#c8ccd0}._breadCurrent_4b955_25{color:#2a2d2f;font-weight:600}._body_4b955_27{padding:40px 40px 80px}._section_4b955_33{margin-bottom:40px}._sectionTitle_4b955_37{margin:0 0 8px;font-family:Pretendard,sans-serif;font-weight:700;font-size:20px;color:#2a2d2f}._sectionDesc_4b955_45{margin:0 0 16px;font-family:Pretendard,sans-serif;font-size:14px;color:#6f767e}._fieldTable_4b955_53{background:#e0e2e4;border:1px solid #e0e2e4;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;gap:1px}._fieldRow_4b955_63{display:flex}._fieldLabel_4b955_68{width:260px;flex-shrink:0;padding:24px;background:#6f767e;font-family:Pretendard,sans-serif;font-weight:600;font-size:16px;color:#fff;display:flex;flex-direction:column;justify-content:center}._req_4b955_82{color:#fff;margin-left:2px}._fieldSublabel_4b955_84{font-weight:600;font-size:16px;color:#fff;margin-top:8px}._fieldValue_4b955_92{flex:1;padding:24px;display:flex;flex-direction:column;gap:16px;background:#fff}._input_4b955_102{width:100%;height:44px;padding:0 16px;border:1px solid #e0e2e4;border-radius:4px;font-family:Pretendard,sans-serif;font-size:14px;color:#2a2d2f;outline:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._input_4b955_102:focus{border-color:#2a2d2f}._input_4b955_102::placeholder{color:#9ea4aa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._inputSm_4b955_125{width:100px;height:44px;padding:0 12px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;outline:none;text-align:center;overflow:hidden;text-overflow:ellipsis}._inputXs_4b955_126{width:60px;height:32px;padding:0 8px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;outline:none;text-align:center;overflow:hidden;text-overflow:ellipsis}._inputFlex_4b955_127{flex:1;height:44px;padding:0 16px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;color:#2a2d2f;outline:none;overflow:hidden;text-overflow:ellipsis}._inputFlex_4b955_127::placeholder{color:#9ea4aa;overflow:hidden;text-overflow:ellipsis}._inputFlex_4b955_127:focus{border-color:#2a2d2f}._inputDate_4b955_130{width:160px;height:44px;padding:0 12px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;outline:none}._inputTime_4b955_131{width:120px;height:44px;padding:0 12px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;outline:none}._select_4b955_133{height:44px;padding:0 32px 0 12px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232a2d2f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center;cursor:pointer;min-width:100px}._selectSm_4b955_134{height:44px;padding:0 28px 0 10px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232a2d2f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 8px center;cursor:pointer;min-width:80px}._textarea_4b955_136{width:100%;min-height:160px;padding:16px;border:1px solid #e0e2e4;border-radius:4px;font-family:Pretendard,sans-serif;font-size:14px;line-height:22px;color:#2a2d2f;resize:vertical;outline:none}._textarea_4b955_136:focus{border-color:#2a2d2f}._textarea_4b955_136::placeholder{color:#9ea4aa}._textareaSm_4b955_153{width:100%;min-height:80px;padding:12px;border:1px solid #e0e2e4;border-radius:4px;font-family:Pretendard,sans-serif;font-size:14px;color:#2a2d2f;resize:vertical;outline:none}._counter_4b955_166{align-self:flex-end;font-size:12px;color:#9ea4aa}._inputSmWrap_4b955_173{width:100px}._inputSmWrap_4b955_173 input{width:100%;text-align:center;box-sizing:border-box}._inputXsWrap_4b955_179{display:flex;width:192px;flex-direction:column;align-items:flex-start;gap:16px}._inputXsWrap_4b955_179 input{width:100%;text-align:left;height:52px;box-sizing:border-box}._inputFlexWrap_4b955_192{flex:1}._inputFlexWrap_4b955_192 input{width:100%;box-sizing:border-box}._inputDateWrap_4b955_197{width:160px}._inputDateWrap_4b955_197 input{width:100%;box-sizing:border-box}._inputTimeWrap_4b955_202{width:120px}._inputTimeWrap_4b955_202 input{width:100%;box-sizing:border-box}._inlineRow_4b955_209{display:flex;align-items:center;gap:8px;font-size:14px;color:#2a2d2f;flex-wrap:wrap}._radioLabel_4b955_219{display:flex;align-items:center;gap:6px;cursor:pointer;color:var(--gray-900, #2A2D2F);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px}._radioLabel_4b955_219 input[type=radio]{cursor:pointer;accent-color:var(--primary-primary, #816BFE)}._radioLabel_4b955_219 input[type=radio]:checked{accent-color:var(--primary-primary, #816BFE)}._careerRow_4b955_242{display:flex;align-items:center;gap:16px;flex-wrap:wrap}._careerInputs_4b955_250{display:inline-flex;align-items:center;gap:6px;color:var(--gray-700, #6F767E);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:400;line-height:20px}._salaryRow_4b955_263{display:flex;align-items:center;gap:40px}._salaryFields_4b955_269{display:flex;align-items:center;gap:16px}._salarySelect_4b955_275{width:120px;flex-shrink:0}._salaryAmount_4b955_280{display:flex;align-items:center;gap:8px;font-size:16px;color:#2a2d2f}._salaryInput_4b955_288{width:192px;flex-shrink:0}._salaryTilde_4b955_293{font-size:16px;color:#2a2d2f;text-align:center;width:12px}._timeRow_4b955_301,._timeGroup_4b955_302{display:flex;align-items:center;gap:12px}._timeBadge_4b955_303{padding:4px 8px;background:#f2f3f4;border-radius:4px;font-weight:500;font-size:16px;color:#6f767e;white-space:nowrap}._timeInput_4b955_304{width:192px;flex-shrink:0}._dateBadge_4b955_306{padding:4px 8px;background:#f2f3f4;color:#6f767e;border-radius:4px;font-size:16px;font-weight:500;white-space:nowrap}._radioRow_4b955_317{display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-size:14px}._radio_4b955_219,._checkLabel_4b955_335{display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;color:#2a2d2f;white-space:nowrap}._checkGrid_4b955_345{display:grid;grid-template-columns:repeat(4,240px);gap:24px 40px}._facilityGrid_4b955_352{display:flex;gap:16px}._facilityCard_4b955_357{display:flex;flex-direction:column;align-items:center;gap:8px;width:120px;padding:20px 12px;border:1px solid #e0e2e4;border-radius:8px;cursor:pointer;transition:all .15s;text-align:center}._facilityCard_4b955_357:hover{border-color:#816bfe}._facilityActive_4b955_375{border-color:#816bfe;background:#816bfe0a}._facilityIcon_4b955_380{width:24px;height:24px;flex-shrink:0}._facilityLabel_4b955_386{font-family:Pretendard,sans-serif;font-size:12px;color:#6f767e}._facilityActive_4b955_375 ._facilityLabel_4b955_386{color:#816bfe}._actions_4b955_397{display:flex;justify-content:flex-end;gap:12px;padding-top:24px}._page_1om3u_3{flex:1;min-height:0}._header_1om3u_5{display:flex;align-items:center;gap:8px;height:86px;padding:0 28px;background:#fff;border-bottom:1px solid #e0e2e4;font-size:16px;color:#6f767e}._breadLink_1om3u_6{color:#6f767e;text-decoration:none}._breadSep_1om3u_7{color:#c8ccd0}._breadCurrent_1om3u_8{color:#2a2d2f;font-weight:600}._body_1om3u_10{padding:40px 40px 80px}._summary_1om3u_13{background:#fff;border:1px solid #e0e2e4;border-radius:6px;padding:28px;margin-bottom:24px;position:relative}._postTitle_1om3u_14{margin:0 12px 0 0;display:inline;font-weight:700;font-size:22px;color:#2a2d2f}._badge_1om3u_15{display:inline-flex;padding:4px 8px;align-items:center;gap:4px;border-radius:4px;font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px;vertical-align:middle}._badge_1om3u_15[data-status=마감],._summary_1om3u_13 ._badge_1om3u_15:not([data-status]){background:var(--gray-100, #F2F3F4);color:var(--gray-700, #6F767E)}._badge_1om3u_15[data-status="진행 예정"]{background:var(--report-red-orange-8, rgba(255, 151, 47, .08));color:var(--report-red-orange-100, #FF972F)}._badge_1om3u_15[data-status="진행 중"]{background:var(--green-8, rgba(30, 194, 128, .08));color:var(--green-100, #1EC280)}._meta_1om3u_47{margin:12px 0 0;font-family:Pretendard;font-size:16px;font-style:normal;line-height:20px}._metaLabel_1om3u_55{color:var(--gray-700, #6F767E);font-weight:500}._metaValue_1om3u_60{color:var(--gray-900, #2A2D2F);font-weight:400}._editBtn_1om3u_64{position:absolute;top:28px;right:28px;text-decoration:none}._tabs_1om3u_67{display:flex;gap:0;border-bottom:2px solid #e0e2e4;margin-bottom:24px}._tab_1om3u_67{padding:12px 16px;font-family:Pretendard,sans-serif;font-weight:400;font-size:16px;color:#9ea4aa;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer}._tabActive_1om3u_69{font-weight:600;color:#2a2d2f;border-bottom-color:#2a2d2f}._infoContent_1om3u_72{display:flex;flex-direction:column;gap:24px}._sectionTitle_1om3u_74{margin:0;font-weight:700;font-size:18px;color:#2a2d2f}._fieldTable_1om3u_77{border:1px solid #e0e2e4;border-radius:4px;overflow:hidden}._detailRow_1om3u_78{display:flex;border-bottom:1px solid #e0e2e4}._detailRow_1om3u_78:last-child{border-bottom:none}._detailLabel_1om3u_80{flex:1;padding:24px;background:var(--white-100, #FFF);font-weight:600;font-size:14px;color:#2a2d2f;display:flex;align-items:flex-start;border-right:none}._labelChip_1om3u_92{display:flex;padding:4px 8px;align-items:center;gap:4px;border-radius:4px;background:var(--gray-100, #F2F3F4);color:var(--gray-700, #6F767E);font-family:Pretendard;font-size:16px;font-style:normal;font-weight:500;line-height:20px}._detailValue_1om3u_106{flex:6;padding:24px;font-size:14px;color:#2a2d2f;background:var(--white-100, #FFF)}._pre_1om3u_113{margin:0;white-space:pre-wrap;font-family:Pretendard,sans-serif;font-size:14px;line-height:22px}._textBlock_1om3u_115{padding:20px;background:#f8f8f9;border-radius:4px;font-size:14px;color:#2a2d2f;line-height:22px}._backLink_1om3u_117{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:116px;height:52px;background:#fff;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;font-weight:600;color:#2a2d2f;text-decoration:none;margin-top:8px}._tabContent_1om3u_135{display:flex;flex-direction:column;gap:16px}._notice_1om3u_137{padding:16px 20px;background:#816bfe0f;border-radius:4px;font-size:14px;color:#816bfe}._emptyCard_1om3u_139{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:380px;background:#ebeced;border:1px solid #e0e2e4;border-radius:4px;text-align:center}._emptyTitle_1om3u_140{margin:0;font-weight:600;font-size:20px;color:#2a2d2f}._emptyDesc_1om3u_141{margin:0;font-size:16px;color:#6f767e}._table_1om3u_143{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e0e2e4;border-radius:4px;overflow:hidden}._table_1om3u_143 th{padding:16px;font-weight:600;font-size:13px;color:#6f767e;text-align:left;background:#f8f8f9;border-bottom:1px solid #e0e2e4;white-space:nowrap}._table_1om3u_143 td{padding:16px;font-size:13px;color:#2a2d2f;border-bottom:1px solid #f2f3f4;white-space:nowrap}._reviewSelect_1om3u_146{padding:4px 8px;border:1px solid #e0e2e4;border-radius:4px;font-size:13px;background:#fff}._detailLink_1om3u_147{color:#816bfe;font-weight:600;font-size:13px;text-decoration:none}._page_ag47n_3{flex:1;min-height:0}._header_ag47n_5{display:flex;align-items:center;height:86px;padding:0 28px;background:#fff;border-bottom:1px solid #e0e2e4}._title_ag47n_6{margin:0;font-weight:600;font-size:20px;color:#2a2d2f}._body_ag47n_8{padding:40px 40px 80px}._cardRow_ag47n_11{display:flex;gap:24px;align-items:flex-start;margin-bottom:24px}._card_ag47n_11{flex:1;background:#fff;border:1px solid #e0e2e4;border-radius:6px;padding:28px;display:flex;flex-direction:column;gap:24px}._cardTitle_ag47n_24{margin:0;font-weight:600;font-size:18px;color:#2a2d2f}._fields_ag47n_26{display:flex;flex-direction:column;gap:16px}._row2_ag47n_28{display:flex;gap:16px;align-items:end}._row2_ag47n_28>*:first-child{flex:8}._row2_ag47n_28>*:last-child{flex:2}._row2_ag47n_28 button{height:52px}._divider_ag47n_33{height:1px;background:#e0e2e4}._actions_ag47n_35{display:flex;gap:12px}._actions_ag47n_35>*{flex:1}._withdrawLink_ag47n_38{font-family:Pretendard,sans-serif;font-size:14px;color:#9ea4aa;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0}._page_1wofq_2{flex:1;min-height:0}._header_1wofq_3{display:flex;align-items:center;gap:8px;height:86px;padding:0 28px;background:#fff;border-bottom:1px solid #e0e2e4;font-size:14px;color:#6f767e}._breadLink_1wofq_4{color:#6f767e;text-decoration:none}._breadSep_1wofq_5{color:#c8ccd0}._breadCurrent_1wofq_6{color:#2a2d2f;font-weight:600}._body_1wofq_8{padding:40px 40px 80px}._backLink_1wofq_10{display:inline-flex;align-items:center;gap:4px;padding:10px 16px;background:#fff;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;font-weight:600;color:#2a2d2f;text-decoration:none;margin-bottom:16px}._summaryCard_1wofq_13{display:flex;justify-content:space-between;background:#fff;border:1px solid #e0e2e4;border-radius:6px;padding:24px 28px;margin-bottom:16px}._summaryLeft_1wofq_14{display:flex;flex-direction:column;gap:8px}._name_1wofq_15{margin:0;font-weight:700;font-size:22px;color:#2a2d2f}._matchInfo_1wofq_16{margin:0;font-size:14px;color:#6f767e}._matchScore_1wofq_17{color:#816bfe;font-weight:600}._summaryRight_1wofq_18{display:flex;align-items:center;gap:16px}._reviewBox_1wofq_19{font-size:14px;color:#2a2d2f}._reviewNote_1wofq_20{margin:4px 0 0;font-size:12px;color:#9ea4aa}._reviewSelect_1wofq_21{height:44px;padding:0 32px 0 12px;border:1px solid #e0e2e4;border-radius:4px;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232a2d2f' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 12px center}._tabs_1wofq_24{display:flex;border-bottom:2px solid #e0e2e4;margin-bottom:24px}._tab_1wofq_24{padding:12px 16px;font-weight:400;font-size:16px;color:#9ea4aa;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer}._tabActive_1wofq_26{font-weight:600;color:#2a2d2f;border-bottom-color:#2a2d2f}._resumeContent_1wofq_29{display:flex;flex-direction:column;gap:24px}._resumeTitle_1wofq_30{padding:20px 28px;background:#f8f8f9;border-radius:4px;font-weight:600;font-size:16px;color:#2a2d2f}._section_1wofq_31{background:#fff;border:1px solid #e0e2e4;border-radius:6px;overflow:hidden}._sectionTitle_1wofq_32{margin:0;padding:16px 28px;font-weight:700;font-size:16px;color:#2a2d2f;background:#f8f8f9;border-bottom:1px solid #e0e2e4}._sectionBody_1wofq_33{padding:20px 28px;font-size:14px;color:#2a2d2f;line-height:22px}._sectionBody_1wofq_33 p{margin:0}._pre_1wofq_35{margin:0;white-space:pre-wrap;font-family:Pretendard,sans-serif;font-size:14px;line-height:22px}._tagRow_1wofq_36{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}._tag_1wofq_36{display:inline-block;padding:2px 8px;background:#816bfe;color:#fff;border-radius:4px;font-size:12px;font-weight:600}._reportContent_1wofq_40{display:flex;flex-direction:column;gap:24px}._reportCards_1wofq_41{display:flex;gap:16px}._reportMainCard_1wofq_42{flex:1;background:linear-gradient(135deg,#816bfe,#816bfe);border-radius:12px;padding:32px;color:#fff}._reportMainCard_1wofq_42 h3{margin:0 0 8px;font-size:16px}._gradeLabel_1wofq_44{font-size:32px;font-weight:700;margin-bottom:12px}._reportDesc_1wofq_45{font-size:14px;opacity:.9;margin:0 0 16px}._scoreBar_1wofq_46{height:8px;background:#ffffff4d;border-radius:4px;position:relative}._totalScore_1wofq_47{position:absolute;right:0;top:-24px;font-size:16px;font-weight:700}._reportSideCard_1wofq_48{width:320px;background:#fff;border:1px solid #e0e2e4;border-radius:12px;padding:32px;flex-shrink:0}._reportSideCard_1wofq_48 h3{margin:0 0 12px;font-size:16px;color:#2a2d2f}._fitScore_1wofq_50{font-size:40px;font-weight:700;color:#2a2d2f}._reportSideCard_1wofq_48 p{margin:8px 0 0;font-size:14px;color:#6f767e}._reportSection_1wofq_53{background:#fff;border:1px solid #e0e2e4;border-radius:6px;padding:28px}._reportSection_1wofq_53 h3{margin:0 0 16px;font-weight:700;font-size:18px;color:#2a2d2f}._analysisRow_1wofq_55{display:flex;gap:16px}._analysisCard_1wofq_56{flex:1;padding:20px;background:#f8f8f9;border-radius:8px}._analysisCard_1wofq_56 h4{margin:0 0 8px;font-size:16px}._analysisCard_1wofq_56 p{margin:0;font-size:14px;color:#6f767e}._scoreGrid_1wofq_60{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}._scoreItem_1wofq_61{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;background:#f8f8f9;border-radius:8px}._scoreLabel_1wofq_62{font-size:14px;color:#6f767e}._scoreValue_1wofq_63{font-size:20px;font-weight:700;color:#2a2d2f}._emptyCard_1wofq_65{display:flex;flex-direction:column;align-items:center;gap:12px;padding:80px 0;background:#ebeced;border:1px solid #e0e2e4;border-radius:4px;text-align:center}._emptyTitle_1wofq_66{margin:0;font-weight:600;font-size:20px;color:#2a2d2f}._emptyDesc_1wofq_67{margin:0;font-size:16px;color:#6f767e}._container_r5k2r_1{min-height:100dvh;display:flex;align-items:center;justify-content:center;background-color:var(--white, #ffffff);padding:1.5rem}._content_r5k2r_10{max-width:28rem;width:100%;text-align:center}._iconContainer_r5k2r_16{display:flex;justify-content:center;margin-bottom:2rem}._icon_r5k2r_16{width:5rem;height:5rem}._title_r5k2r_27{font-size:1.75rem;font-weight:700;margin:0 0 1.5rem;line-height:1.4}._titlePrimary_r5k2r_34{color:var(--primary, #816bfe)}._titleNormal_r5k2r_38{color:var(--gray-900, #2a2d2f)}._messageContainer_r5k2r_42{margin-top:1rem}._message_r5k2r_42{font-size:1rem;color:var(--gray-700, #6f767e);line-height:1.6;margin:0}@media(max-width:640px){._title_r5k2r_27{font-size:1.5rem}._icon_r5k2r_16{width:4rem;height:4rem}._message_r5k2r_42{font-size:.9375rem}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;color:#2a2d2f;background:#f2f3f4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0}img{display:block;max-width:100%}:root{--gray-900: #2a2d2f;--gray-800: #3a3e42;--gray-700: #6f767e;--gray-500: #9ea4aa;--gray-400: #c8ccd0;--gray-300: #e0e2e4;--gray-200: #ebeced;--gray-100: #f2f3f4;--gray-50: #f8f8f9;--primary: #816bfe;--primary-30: rgba(129, 107, 254, .3);--primary-8: rgba(129, 107, 254, .08);--red-100: #ff524c;--blue-100: #26a4ff;--green-100: #1ec280;--white: #ffffff;--sidebar-width: 240px;--topbar-height: 72px}
