@keyframes skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.card{background:#fff;border-radius:12px}.card_bordered{border:1px solid #e5e5e5}.card_shadow_none{box-shadow:none}.card_shadow_sm{box-shadow:0 2px 4px #0000000a}.card_shadow_md{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.card_shadow_lg{box-shadow:0 8px 20px #0000001f,0 4px 8px #0000000f}.card_p_none{padding:0}.card_p_sm{padding:.5rem}.card_p_md{padding:1rem}.card_p_lg{padding:1.5rem}.card_title{color:#1f2937;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;line-height:1.3}.card_body{width:100%}@keyframes alert_fade_in{0%{opacity:0}to{opacity:1}}@keyframes alert_slide_up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.alert_overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;animation:.2s ease-in-out alert_fade_in;display:flex;position:fixed;inset:0}.alert_modal{background:#fff;border-radius:12px;min-width:320px;max-width:480px;animation:.3s ease-in-out alert_slide_up;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.alert_title{color:#3b82f6;padding:.75rem 1.25rem .25rem;font-size:1.125rem;font-weight:600;line-height:1.5}.alert_message{color:#666;padding:1.25rem;font-size:.9375rem;font-weight:400;line-height:1.75}.alert_actions{align-items:center;gap:.5rem;padding:0 1.25rem 1.25rem;display:flex}.alert_actions_left{justify-content:flex-start}.alert_actions_center{justify-content:center}.alert_actions_right{justify-content:flex-end}.alert_button{cursor:pointer;border:1px solid #0000;border-radius:6px;min-width:80px;padding:10px 24px;font-weight:600;line-height:1.5;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out}.alert_button:focus-visible{outline:none;box-shadow:0 0 0 3px #00000026}.alert_button:active:not(:disabled){transform:scale(.98)}.alert_button:disabled{cursor:not-allowed;opacity:.6}.alert_button_cancel{color:#1a1a1a;background:#fff;border-color:#e5e5e5}.alert_button_cancel:hover:not(:disabled){background:#fafafa;border-color:#00000014}.alert_button_confirm{color:#fff}.alert_variant_info .alert_title{color:#3b82f6}.alert_variant_info .alert_button_confirm{background:#3b82f6;border-color:#3b82f6}.alert_variant_info .alert_button_confirm:hover:not(:disabled){background:#1e6ff5;border-color:#1e6ff5}.alert_variant_success .alert_title{color:#10b981}.alert_variant_success .alert_button_confirm{background:#10b981;border-color:#10b981}.alert_variant_success .alert_button_confirm:hover:not(:disabled){background:#0e9d6d;border-color:#0e9d6d}.alert_variant_warning .alert_title{color:#f59e0b}.alert_variant_warning .alert_button_confirm{background:#f59e0b;border-color:#f59e0b}.alert_variant_warning .alert_button_confirm:hover:not(:disabled){background:#d98b09;border-color:#d98b09}.alert_variant_error .alert_title{color:#ef4444}.alert_variant_error .alert_button_confirm{background:#ef4444;border-color:#ef4444}.alert_variant_error .alert_button_confirm:hover:not(:disabled){background:#ed2828;border-color:#ed2828}@keyframes spinner_spin{to{transform:rotate(360deg)}}.spinner{box-sizing:border-box;border:2px solid #e5e5e5;border-top-color:#000;border-radius:50%;animation:.8s linear infinite spinner_spin;display:inline-block}.top_loading{z-index:10001;background-color:#0000;position:fixed;top:0;left:0;right:0;overflow:hidden}.top_loading_bar{background-color:#000;height:100%;transition:width .2s ease-in-out}.top_loading_indeterminate{width:30%;animation:1.5s ease-in-out infinite top_loading_indeterminate}@keyframes top_loading_indeterminate{0%{transform:translate(-100%)}to{transform:translate(400%)}}@keyframes toast_slide_in{0%{opacity:0;transform:translate(calc(100% + 16px))}to{opacity:1;transform:translate(0)}}@keyframes toast_slide_out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(calc(100% + 16px))}}@keyframes toast_progress{0%{width:100%}to{width:0%}}.toast_container{z-index:10001;pointer-events:none;flex-direction:column;gap:.5rem;width:360px;max-width:calc(100vw - 32px);display:flex;position:fixed;top:1rem;right:1rem}.toast_item{pointer-events:auto;color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:12px;align-items:flex-start;gap:.5rem;padding:.75rem .75rem 1rem;font-family:Pretendard,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;animation:.3s cubic-bezier(.16,1,.3,1) forwards toast_slide_in;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.toast_item_exiting{animation:.26s ease-in forwards toast_slide_out}.toast_icon{flex-shrink:0;margin-top:1px;display:flex}.toast_icon_success{color:#10b981}.toast_icon_error{color:#ef4444}.toast_icon_warning{color:#f59e0b}.toast_icon_info{color:#3b82f6}.toast_icon_default{color:#666}.toast_message{word-break:break-word;flex:1}.toast_close{cursor:pointer;color:#999;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;padding:0;transition:color .1s ease-in-out,background-color .1s ease-in-out;display:flex}.toast_close:hover{color:#1a1a1a;background-color:#fafafa}.toast_close:focus-visible{outline:none;box-shadow:0 0 0 3px #00000026}.toast_progress{height:3px;animation:toast_progress var(--toast-duration,3s) linear forwards;border-radius:0 0 0 12px;position:absolute;bottom:0;left:0}.toast_progress_success{background:#10b981}.toast_progress_error{background:#ef4444}.toast_progress_warning{background:#f59e0b}.toast_progress_info{background:#3b82f6}.toast_progress_default{background:#666}.button{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:background .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out,transform .2s ease-in-out;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.6}.button_size_sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.5}.button_size_md{padding:.75rem 1.25rem;font-size:.9375rem;line-height:1.5}.button_size_lg{padding:1rem 1.5rem;font-size:1rem;line-height:1.5}.button_variant_primary{color:#fff;background:#000}.button_variant_primary:hover:not(:disabled){background:#333}.button_variant_primary:active:not(:disabled){transform:scale(.98)}.button_variant_secondary{color:#1a1a1a;background:0 0;border:1px solid #e5e5e5}.button_variant_secondary:hover:not(:disabled){background:#fafafa}.button_variant_secondary:active:not(:disabled){transform:scale(.98)}.button_variant_ghost{color:#1a1a1a;background:0 0}.button_variant_ghost:hover:not(:disabled){background:#0000000d}.button_variant_ghost:active:not(:disabled){transform:scale(.96)}.button_variant_danger{color:#fff;background:#ef4444}.button_variant_danger:hover:not(:disabled){background:#ec1e1e}.button_variant_danger:active:not(:disabled){transform:scale(.98)}.button_full_width{width:100%}.checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex;position:relative}.checkbox_input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.checkbox_box{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:6px;width:1.125rem;height:1.125rem;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;display:inline-block;position:relative}.checkbox_label{color:#1a1a1a;font-size:.9375rem;line-height:1.5}.checkbox_size_sm .checkbox_box{width:1rem;height:1rem}.checkbox_size_sm .checkbox_label{font-size:.875rem;line-height:1.5}.checkbox_size_md .checkbox_box{width:1.125rem;height:1.125rem}.checkbox_size_lg .checkbox_box{width:1.25rem;height:1.25rem}.checkbox_size_lg .checkbox_label{font-size:1rem;line-height:1.5}.checkbox_input:focus-visible+.checkbox_box{border-color:#000;box-shadow:0 0 0 3px #00000014}.checkbox_input:disabled+.checkbox_box,.checkbox_input:disabled~.checkbox_label{opacity:.6;cursor:not-allowed}.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:before,.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:after{content:"";background:#9ca3af;border-radius:9999px;width:.7rem;height:2px;position:absolute;top:50%;left:50%}.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:before{transform:translate(-50%,-50%)rotate(45deg)}.checkbox_input:disabled:not(:checked):not(:indeterminate)+.checkbox_box:after{transform:translate(-50%,-50%)rotate(-45deg)}.checkbox_input:checked+.checkbox_box,.checkbox_input:indeterminate+.checkbox_box{background:#000;border-color:#000}.checkbox_input:checked+.checkbox_box:after{content:"";border:2px solid #fff;border-top:0;border-left:0;width:.28rem;height:.55rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-58%)rotate(45deg)}.checkbox_input:indeterminate+.checkbox_box:after{content:"";background:#fff;border-radius:9999px;width:.65rem;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.file_input{cursor:pointer;flex-direction:column;align-items:flex-start;display:inline-flex;position:relative}.file_input:hover .file_input_label{cursor:pointer;border-color:#00000014}.file_input_control{opacity:0;cursor:pointer;position:absolute;inset:0}.file_input_label{color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:.5rem 1rem;font-size:.9375rem;line-height:1.5;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out}.file_input_control:focus-visible+.file_input_label{border-color:#000;box-shadow:0 0 0 3px #00000014}.file_input_helper{color:#666;margin-top:.25rem;font-size:.875rem;line-height:1.5;display:block}.file_input_disabled,.file_input_disabled .file_input_control{cursor:not-allowed}.file_input_disabled .file_input_label{opacity:.6;cursor:not-allowed}.file_input_disabled:hover .file_input_label{border-color:#e5e5e5}.radio{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:inline-flex;position:relative}.radio_input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.radio_dot{box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:9999px;width:1rem;height:1rem;transition:background .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;display:inline-block;position:relative}.radio_label{color:#1a1a1a;font-size:.9375rem;line-height:1.5}.radio_size_sm .radio_dot{width:1rem;height:1rem}.radio_size_sm .radio_label{font-size:.875rem;line-height:1.5}.radio_size_md .radio_dot{width:1.125rem;height:1.125rem}.radio_size_lg .radio_dot{width:1.25rem;height:1.25rem}.radio_size_lg .radio_label{font-size:1rem;line-height:1.5}.radio_input:focus-visible+.radio_dot{border-color:#000;box-shadow:0 0 0 3px #00000014}.radio_input:checked+.radio_dot{border-color:#000}.radio_input:checked+.radio_dot:after{content:"";background:#000;border-radius:9999px;width:60%;height:60%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.radio_input:disabled+.radio_dot,.radio_input:disabled~.radio_label{opacity:.6;cursor:not-allowed}.select{flex-direction:column;gap:.25rem;width:100%;font-family:Pretendard,sans-serif;display:inline-flex;position:relative}.select_label{color:#1a1a1a;font-size:.875rem;font-weight:500;line-height:1.5}.select_control{cursor:pointer;color:#1a1a1a;background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;width:100%;font-size:.9375rem;line-height:1.5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out,background .2s ease-in-out;display:inline-flex}.select_control:disabled,.select_control.is_disabled{cursor:not-allowed;opacity:.7;color:#999;background:#fafafa}.select_variant_outline{border:1px solid #e5e5e5}.select_variant_outline:hover:not(.is_disabled){border-color:#00000014}.select_variant_outline.is_open{border-color:#000;box-shadow:0 0 0 3px #00000026}.select_variant_filled{background:#fafafa;border:1px solid #0000}.select_variant_filled:hover:not(.is_disabled){background:#fefefe}.select_variant_filled.is_open{background:#fff;border-color:#000;box-shadow:0 0 0 3px #00000026}.select_variant_ghost{background:0 0;border:1px solid #0000}.select_variant_ghost:hover:not(.is_disabled){background:#00000008}.select_variant_ghost.is_open{background:#fff;border-color:#000;box-shadow:0 0 0 3px #00000026}.select_size_sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.5}.select_size_md{padding:.75rem 1.25rem;font-size:.9375rem;line-height:1.5}.select_size_lg{padding:1rem 1.5rem;font-size:1rem;line-height:1.5}.select_value{text-overflow:ellipsis;white-space:nowrap;text-align:start;flex:auto;min-width:0;font-size:.9375rem;font-weight:400;line-height:1.5;overflow:hidden}.select_placeholder{text-overflow:ellipsis;white-space:nowrap;text-align:start;color:#999;flex:auto;min-width:0;font-size:.9375rem;font-weight:400;line-height:1.5;overflow:hidden}.select_icon{color:#666;justify-content:center;align-items:center;display:inline-flex}.select_list{z-index:10000;box-sizing:border-box;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;min-width:100%;max-height:18rem;margin-top:.25rem;padding:.25rem 0;position:absolute;top:100%;left:0;overflow:hidden auto;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}.select_list_up{margin-top:0;margin-bottom:.25rem;top:auto;bottom:100%}.select_option{box-sizing:border-box;cursor:pointer;color:#1a1a1a;background:0 0;grid-template-columns:1fr auto;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;font-size:.9375rem;font-weight:400;line-height:1.5;display:grid}.select_option>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.select_option:hover,.select_option.is_active{background:#fafafa}.select_option.is_selected{font-weight:500}.select_option.is_disabled{cursor:not-allowed;color:#999}.switch{cursor:pointer;background:#e5e5e5;border-radius:9999px;align-items:center;width:40px;height:22px;padding:2px;transition:background .2s ease-in-out;display:inline-flex;position:relative}.switch_thumb{background:#fff;border-radius:9999px;width:18px;height:18px;transition:transform .2s ease-in-out;transform:translate(0)}.switch_on{background:#000}.switch_on .switch_thumb{transform:translate(18px)}.switch_size_sm{width:34px;height:18px;padding:2px}.switch_size_sm .switch_thumb{width:14px;height:14px}.switch_size_sm.switch_on .switch_thumb{transform:translate(16px)}.switch_size_md{width:40px;height:22px}.switch_size_lg{width:48px;height:26px;padding:2px}.switch_size_lg .switch_thumb{width:22px;height:22px}.switch_size_lg.switch_on .switch_thumb{transform:translate(22px)}.switch_disabled{opacity:.6;cursor:not-allowed}.text_field{flex-direction:column;display:flex}.text_field_full_width{width:100%}.text_field_label{color:#1a1a1a;margin-bottom:.25rem;font-size:.875rem;font-weight:500;line-height:1.5}.text_field_wrap{align-items:center;width:100%;display:inline-flex;position:relative}.text_field_helper{color:#666;margin-top:.25rem;font-size:.875rem;line-height:1.5}.text_field_helper_error{color:#ef4444}.text_field_helper_success{color:#10b981}.text_field_icon{color:#666;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:inline-flex;position:absolute}.text_field_icon_left{left:.75rem}.text_field_icon_right{right:.75rem}.text_field_input{color:#1a1a1a;background:#fff;border-radius:8px;width:100%;font-size:.9375rem;line-height:1.5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out,background .2s ease-in-out}.text_field_input::placeholder{color:#999}.text_field_input:disabled{cursor:not-allowed;color:#999;opacity:.7;background:#fafafa}.text_field_variant_outline{border:1px solid #e5e5e5}.text_field_variant_outline:hover:not(:disabled){border-color:#00000014}.text_field_variant_outline:focus-visible{border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.text_field_variant_filled{background:#fafafa;border:1px solid #0000}.text_field_variant_filled:hover:not(:disabled){background:#fefefe}.text_field_variant_filled:focus-visible{background:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.text_field_variant_ghost{background:0 0;border:1px solid #0000}.text_field_variant_ghost:hover:not(:disabled){background:#00000008}.text_field_variant_ghost:focus-visible{background:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.text_field_size_sm{padding:.5rem 1rem;font-size:.875rem;line-height:1.5}.text_field_size_md{padding:.75rem 1.25rem;font-size:.9375rem;line-height:1.5}.text_field_size_lg{padding:1rem 1.5rem;font-size:1rem;line-height:1.5}.text_field_with_left{padding-left:2.5rem}.text_field_with_right{padding-right:2.5rem}.text_field_error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444426!important}.text_field_success{border-color:#10b981!important;box-shadow:0 0 0 3px #10b98126!important}.date_picker{flex-direction:column;gap:.25rem;display:flex}.date_picker select{color:#1a1a1a;cursor:pointer;appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#666 50%),linear-gradient(135deg,#666 50%,#0000 50%);background-position:calc(100% - 16px) calc(50% - 3px),calc(100% - 11px) calc(50% - 3px);background-repeat:no-repeat;background-size:5px 5px;border:1px solid #e5e5e5;border-radius:6px;min-width:88px;height:44px;padding:0 .75rem;font-family:Pretendard,sans-serif;font-size:.9375rem;line-height:1.5;transition:border-color .1s ease-in-out,box-shadow .1s ease-in-out,background-color .1s ease-in-out}.date_picker select:hover:not(:disabled){background-color:#fafafa;border-color:#000}.date_picker select:focus-visible{background-color:#fff;border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.date_picker select:disabled{cursor:not-allowed;color:#9ca3af;background-color:#fafafa;border-color:#00000014}.date_picker select option{color:#1a1a1a}@media (max-width:480px){.date_picker select{flex:1;min-width:0}}.date_picker_label{color:#1a1a1a;margin-bottom:.25rem;font-size:.875rem;font-weight:500;line-height:1.5}.date_picker_required{color:#ef4444;margin-left:.25rem}.date_picker_fields{gap:.5rem;display:flex}@media (max-width:480px){.date_picker_fields{gap:.25rem}}.date_picker_full_width,.date_picker_full_width .date_picker_fields{width:100%}.date_picker_full_width select{flex:1;min-width:0}.date_picker_disabled .date_picker_label{color:#9ca3af}.date_picker_sr_only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pagination{justify-content:center;align-items:center;gap:.5rem;margin-top:1.75rem;display:flex}.pagination_item{color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:36px;padding:6px 10px;font-size:.875rem;line-height:1.5;transition:background .2s ease-in-out,border-color .2s ease-in-out}.pagination_item:hover:not(:disabled){background:#fafafa}.pagination_item:disabled{opacity:.5;cursor:not-allowed}.pagination_item:focus-visible{border-color:#000;box-shadow:0 0 0 3px #00000014}.pagination_pages{align-items:center;gap:6px;display:flex}.pagination_page_button{color:#666;background:0 0;border:0;border-radius:8px;min-width:36px;height:36px;font-size:.875rem;line-height:1.5;transition:background .2s ease-in-out,color .2s ease-in-out}.pagination_page_button:hover{color:#1a1a1a;background:#fafafa}.pagination_page_button:focus-visible{box-shadow:0 0 0 3px #00000014}.pagination_active{color:#1a1a1a;font-weight:600}.pagination_ellipsis{text-align:center;color:#999;min-width:20px;font-size:.875rem;line-height:1.5}.modal{z-index:10000;background:#00000080;place-items:center;display:grid;position:fixed;inset:0}.modal_panel{background:#fff;border-radius:12px;max-width:calc(100% - 32px);overflow:visible;box-shadow:0 8px 20px #0000001f,0 4px 8px #0000000f}.modal_header{color:#1a1a1a;border-bottom:1px solid #e5e5e5;padding:1rem;font-size:1.25rem;font-weight:600;line-height:1.3}.modal_body{padding:1rem;overflow:visible}
@keyframes list-page-module-scss-module__lH25Va__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.list-page-module-scss-module__lH25Va__container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:1.5rem;display:flex}.list-page-module-scss-module__lH25Va__title{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.list-page-module-scss-module__lH25Va__filters{background-color:#fafafa;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.list-page-module-scss-module__lH25Va__filter_buttons{align-items:flex-end;gap:.75rem;display:flex}.list-page-module-scss-module__lH25Va__table_container{min-height:600px;margin-bottom:1rem}.list-page-module-scss-module__lH25Va__pagination{justify-content:center;margin-top:auto;padding:.75rem 0;display:flex}.list-page-module-scss-module__lH25Va__action_button{max-width:max-content}
@keyframes style-module-scss-module__6-qQ1W__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__6-qQ1W__table_wrapper{border:1px solid #e5e5e5;border-radius:8px;width:100%;overflow-x:auto}.style-module-scss-module__6-qQ1W__table{border-collapse:collapse;background-color:#fff;width:100%}.style-module-scss-module__6-qQ1W__table thead{background-color:#fafafa;border-bottom:1px solid #e5e5e5}.style-module-scss-module__6-qQ1W__table thead tr th{text-align:left;color:#1a1a1a;white-space:nowrap;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.style-module-scss-module__6-qQ1W__table tbody tr{border-bottom:1px solid #e5e5e5;transition:background-color .15s}.style-module-scss-module__6-qQ1W__table tbody tr:hover{background-color:#fafafa}.style-module-scss-module__6-qQ1W__table tbody tr:last-child{border-bottom:none}.style-module-scss-module__6-qQ1W__table tbody tr td{color:#666;padding:.75rem 1rem;font-size:.875rem}.style-module-scss-module__6-qQ1W__empty{text-align:center;color:#999;padding:3rem;font-size:.875rem}.style-module-scss-module__6-qQ1W__skeleton_row td{padding:.75rem 1rem}.style-module-scss-module__6-qQ1W__skeleton_cell_content{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:100%;height:16px;animation:1.4s ease-in-out infinite style-module-scss-module__6-qQ1W__skeleton_loading}
@keyframes style-module-scss-module__qXLPJa__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__qXLPJa__badge{white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.style-module-scss-module__qXLPJa__badge.style-module-scss-module__qXLPJa__sm{padding:.25rem .5rem;font-size:.75rem}.style-module-scss-module__qXLPJa__badge.style-module-scss-module__qXLPJa__md{padding:.5rem .75rem;font-size:.875rem}.style-module-scss-module__qXLPJa__badge.style-module-scss-module__qXLPJa__blue{color:#000;background-color:#0000001a}.style-module-scss-module__qXLPJa__badge.style-module-scss-module__qXLPJa__orange{color:#f59e0b;background-color:#f59e0b1a}.style-module-scss-module__qXLPJa__badge.style-module-scss-module__qXLPJa__green{color:#10b981;background-color:#10b9811a}.style-module-scss-module__qXLPJa__badge.style-module-scss-module__qXLPJa__gray{color:#666;background-color:#6666661a}.style-module-scss-module__qXLPJa__badge.style-module-scss-module__qXLPJa__red{color:#ef4444;background-color:#ef44441a}
@keyframes style-module-scss-module__-79hea__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__-79hea__modal_content{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.style-module-scss-module__-79hea__detail_row{gap:.75rem;max-height:200px;display:flex}.style-module-scss-module__-79hea__detail_row strong{color:#1a1a1a;min-width:100px;font-weight:600}.style-module-scss-module__-79hea__detail_row span{color:#666}.style-module-scss-module__-79hea__detail_row .style-module-scss-module__-79hea__content{white-space:pre-wrap;word-break:break-word;flex:1;max-height:300px;margin:0;padding-right:.5rem;line-height:1.6;overflow-y:auto}.style-module-scss-module__-79hea__detail_row .style-module-scss-module__-79hea__content::-webkit-scrollbar{width:6px}.style-module-scss-module__-79hea__detail_row .style-module-scss-module__-79hea__content::-webkit-scrollbar-track{background:#fafafa;border-radius:6px}.style-module-scss-module__-79hea__detail_row .style-module-scss-module__-79hea__content::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:6px}.style-module-scss-module__-79hea__detail_row .style-module-scss-module__-79hea__content::-webkit-scrollbar-thumb:hover{background:#999}.style-module-scss-module__-79hea__file_list{margin:0;padding:0;list-style:none}.style-module-scss-module__-79hea__file_list li{margin-bottom:.5rem}.style-module-scss-module__-79hea__file_list li a{color:#000;text-decoration:none}.style-module-scss-module__-79hea__file_list li a:hover{text-decoration:underline}.style-module-scss-module__-79hea__status_change{border-top:1px solid #e5e5e5;margin-top:1.25rem;padding-top:1.25rem}.style-module-scss-module__-79hea__copyable_email{color:#666;cursor:pointer;align-items:center;gap:.5rem;display:inline-flex}.style-module-scss-module__-79hea__copyable_email:hover{color:#000;text-decoration:underline}
@keyframes style-module-scss-module__U7zeAa__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__U7zeAa__filters{background-color:#fafafa;border-radius:12px;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.style-module-scss-module__U7zeAa__filters>*{flex:1;min-width:200px}.style-module-scss-module__U7zeAa__filter_buttons{flex-shrink:0;align-items:flex-end;gap:.75rem;display:flex}
@keyframes detail-page-module-scss-module__s5xL3q__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.detail-page-module-scss-module__s5xL3q__container{max-width:1400px;margin:0 auto;padding:1.5rem}.detail-page-module-scss-module__s5xL3q__back_button{max-width:max-content;margin-bottom:.75rem}.detail-page-module-scss-module__s5xL3q__title{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.detail-page-module-scss-module__s5xL3q__info_card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.detail-page-module-scss-module__s5xL3q__info_row{align-items:center;gap:.75rem;display:flex}.detail-page-module-scss-module__s5xL3q__info_row strong{color:#1a1a1a;min-width:120px;font-weight:600}.detail-page-module-scss-module__s5xL3q__info_row span{color:#666}.detail-page-module-scss-module__s5xL3q__tab_content{flex-direction:column;min-height:600px;display:flex}.detail-page-module-scss-module__s5xL3q__table_wrapper{margin-bottom:1rem}.detail-page-module-scss-module__s5xL3q__pagination{justify-content:center;margin-top:auto;padding:.75rem 0;display:flex}.detail-page-module-scss-module__s5xL3q__actions{border-top:1px solid #e5e5e5;margin-top:1.25rem;padding-top:1.25rem}.detail-page-module-scss-module__s5xL3q__action_button{max-width:max-content}
@keyframes style-module-scss-module__BesZ2W__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__BesZ2W__container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:1.5rem;display:flex}.style-module-scss-module__BesZ2W__title{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.style-module-scss-module__BesZ2W__table_container{flex:1;margin-bottom:1.5rem}.style-module-scss-module__BesZ2W__loading{text-align:center;color:#999;padding:2rem}.style-module-scss-module__BesZ2W__pagination{justify-content:center;margin-top:auto;padding:1.25rem 0;display:flex}.style-module-scss-module__BesZ2W__title_cell{text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}
@keyframes list-page-skeleton-module-scss-module__41Slda__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.list-page-skeleton-module-scss-module__41Slda__container{flex-direction:column;max-width:1400px;margin:0 auto;padding:1.5rem;display:flex}.list-page-skeleton-module-scss-module__41Slda__title{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:160px;height:32px;margin-bottom:1.5rem;animation:1.4s ease-in-out infinite list-page-skeleton-module-scss-module__41Slda__skeleton_loading}
@keyframes style-module-scss-module__biArya__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__biArya__filters{align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.style-module-scss-module__biArya__filter_input{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;flex:1;width:100%;max-width:300px;height:36px;animation:1.4s ease-in-out infinite style-module-scss-module__biArya__skeleton_loading}.style-module-scss-module__biArya__filter_buttons{gap:.75rem;display:flex}.style-module-scss-module__biArya__button{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:72px;height:32px;animation:1.4s ease-in-out infinite style-module-scss-module__biArya__skeleton_loading}.style-module-scss-module__biArya__table{border:1px solid #e5e5e5;border-radius:8px;width:100%;overflow:hidden}.style-module-scss-module__biArya__table_header{background-color:#fafafa;border-bottom:1px solid #e5e5e5;gap:1rem;padding:.75rem 1rem;display:flex}.style-module-scss-module__biArya__header_cell{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;flex:1;width:100%;height:1.25rem;animation:1.4s ease-in-out infinite style-module-scss-module__biArya__skeleton_loading}.style-module-scss-module__biArya__table_body{flex-direction:column;display:flex}.style-module-scss-module__biArya__row{border-bottom:1px solid #e5e5e5;gap:1rem;padding:.75rem 1rem;display:flex}.style-module-scss-module__biArya__row:last-child{border-bottom:none}.style-module-scss-module__biArya__cell{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;flex:1;width:100%;height:16px;animation:1.4s ease-in-out infinite style-module-scss-module__biArya__skeleton_loading}
@keyframes style-module-scss-module__jO7fQa__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__jO7fQa__container{flex-direction:column;gap:1.5rem;display:flex}.style-module-scss-module__jO7fQa__tab_list{border-bottom:2px solid #e5e5e5;gap:.75rem;display:flex}.style-module-scss-module__jO7fQa__tab{cursor:pointer;color:#666;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.75rem 1rem;font-weight:500;transition:all .2s ease-in-out}.style-module-scss-module__jO7fQa__tab:hover{color:#1a1a1a}.style-module-scss-module__jO7fQa__tab_active{color:#000;border-bottom-color:#000}.style-module-scss-module__jO7fQa__tab_content{min-height:400px}
@keyframes style-module-scss-module__74xc-W__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__74xc-W__container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:1.5rem;display:flex}.style-module-scss-module__74xc-W__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.style-module-scss-module__74xc-W__title{letter-spacing:-.02em;color:#1a1a1a;margin:0;font-size:1.5rem;font-weight:600;line-height:1.3}.style-module-scss-module__74xc-W__table_container{flex:1;margin-bottom:1.5rem}.style-module-scss-module__74xc-W__loading{text-align:center;color:#999;padding:2rem}.style-module-scss-module__74xc-W__pagination{justify-content:center;margin-top:auto;padding:.75rem 0;display:flex}.style-module-scss-module__74xc-W__action_buttons{gap:.5rem;display:flex}.style-module-scss-module__74xc-W__modal_content{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.style-module-scss-module__74xc-W__modal_buttons{border-top:1px solid #e5e5e5;justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.style-module-scss-module__74xc-W__question_cell{text-overflow:ellipsis;white-space:nowrap;max-width:400px;overflow:hidden}.style-module-scss-module__74xc-W__textarea_wrapper{flex-direction:column;gap:.25rem;display:flex}.style-module-scss-module__74xc-W__textarea_label{color:#1a1a1a;font-size:.875rem;font-weight:500;line-height:1.5}.style-module-scss-module__74xc-W__textarea{color:#1a1a1a;resize:vertical;background:#fff;border:1px solid #e5e5e5;border-radius:8px;width:100%;min-height:120px;padding:.75rem 1rem;font-family:Pretendard,sans-serif;font-size:.9375rem;line-height:1.5;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.style-module-scss-module__74xc-W__textarea::placeholder{color:#999}.style-module-scss-module__74xc-W__textarea:focus{border-color:#000;outline:none;box-shadow:0 0 0 3px #00000026}.style-module-scss-module__74xc-W__textarea:disabled{cursor:not-allowed;opacity:.7;color:#999;background:#fafafa}
@keyframes style-module-scss-module__TZmo8q__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__TZmo8q__container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:1.5rem;display:flex}.style-module-scss-module__TZmo8q__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.style-module-scss-module__TZmo8q__title{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:160px;height:32px;animation:1.4s ease-in-out infinite style-module-scss-module__TZmo8q__skeleton_loading}.style-module-scss-module__TZmo8q__add_button{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:100px;height:36px;animation:1.4s ease-in-out infinite style-module-scss-module__TZmo8q__skeleton_loading}.style-module-scss-module__TZmo8q__table{border:1px solid #e5e5e5;border-radius:8px;width:100%;overflow:hidden}.style-module-scss-module__TZmo8q__table_header{background-color:#fafafa;border-bottom:1px solid #e5e5e5;gap:1rem;padding:.75rem 1rem;display:flex}.style-module-scss-module__TZmo8q__header_cell{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;flex:1;width:100%;height:1.25rem;animation:1.4s ease-in-out infinite style-module-scss-module__TZmo8q__skeleton_loading}.style-module-scss-module__TZmo8q__table_body{flex-direction:column;display:flex}.style-module-scss-module__TZmo8q__row{border-bottom:1px solid #e5e5e5;gap:1rem;padding:.75rem 1rem;display:flex}.style-module-scss-module__TZmo8q__row:last-child{border-bottom:none}.style-module-scss-module__TZmo8q__cell{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;flex:1;width:100%;height:16px;animation:1.4s ease-in-out infinite style-module-scss-module__TZmo8q__skeleton_loading}
@keyframes style-module-scss-module__Du3E_W__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__Du3E_W__container{max-width:1400px;margin:0 auto;padding:1.5rem}.style-module-scss-module__Du3E_W__back_button{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:88px;height:32px;margin-bottom:.75rem;animation:1.4s ease-in-out infinite style-module-scss-module__Du3E_W__skeleton_loading}.style-module-scss-module__Du3E_W__title{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:200px;height:32px;margin-bottom:1.5rem;animation:1.4s ease-in-out infinite style-module-scss-module__Du3E_W__skeleton_loading}.style-module-scss-module__Du3E_W__tabs_header{border-bottom:1px solid #e5e5e5;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.style-module-scss-module__Du3E_W__tab{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:80px;height:28px;animation:1.4s ease-in-out infinite style-module-scss-module__Du3E_W__skeleton_loading}.style-module-scss-module__Du3E_W__tab_content{padding:1rem 0}.style-module-scss-module__Du3E_W__info_card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.style-module-scss-module__Du3E_W__info_row{align-items:center;gap:.75rem;display:flex}.style-module-scss-module__Du3E_W__info_label{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:100%;min-width:120px;height:16px;animation:1.4s ease-in-out infinite style-module-scss-module__Du3E_W__skeleton_loading}.style-module-scss-module__Du3E_W__info_value{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;flex:1;width:100%;max-width:200px;height:16px;animation:1.4s ease-in-out infinite style-module-scss-module__Du3E_W__skeleton_loading}.style-module-scss-module__Du3E_W__info_row:nth-child(2) .style-module-scss-module__Du3E_W__info_value{max-width:140px}.style-module-scss-module__Du3E_W__info_row:nth-child(3) .style-module-scss-module__Du3E_W__info_value{max-width:220px}.style-module-scss-module__Du3E_W__info_row:nth-child(4) .style-module-scss-module__Du3E_W__info_value{max-width:100px}.style-module-scss-module__Du3E_W__info_row:nth-child(5) .style-module-scss-module__Du3E_W__info_value{max-width:180px}.style-module-scss-module__Du3E_W__info_row:nth-child(6) .style-module-scss-module__Du3E_W__info_value{max-width:160px}
@keyframes style-module-scss-module__vYi6pa__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__vYi6pa__container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:1.5rem;display:flex}.style-module-scss-module__vYi6pa__title{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.style-module-scss-module__vYi6pa__filters{background-color:#fafafa;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.style-module-scss-module__vYi6pa__filter_buttons{align-items:flex-end;gap:.75rem;display:flex}.style-module-scss-module__vYi6pa__table_container{min-height:600px;margin-bottom:1rem}.style-module-scss-module__vYi6pa__pagination{justify-content:center;margin-top:auto;padding:.75rem 0;display:flex}.style-module-scss-module__vYi6pa__action_button{max-width:max-content}
@keyframes style-module-scss-module__OfXmFW__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__OfXmFW__container{max-width:1400px;margin:0 auto;padding:1.5rem}.style-module-scss-module__OfXmFW__back_button{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:88px;height:32px;margin-bottom:.75rem;animation:1.4s ease-in-out infinite style-module-scss-module__OfXmFW__skeleton_loading}.style-module-scss-module__OfXmFW__title{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:200px;height:32px;margin-bottom:1.5rem;animation:1.4s ease-in-out infinite style-module-scss-module__OfXmFW__skeleton_loading}.style-module-scss-module__OfXmFW__tabs_header{border-bottom:1px solid #e5e5e5;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;display:flex}.style-module-scss-module__OfXmFW__tab{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:80px;height:28px;animation:1.4s ease-in-out infinite style-module-scss-module__OfXmFW__skeleton_loading}.style-module-scss-module__OfXmFW__tab_content{padding:1rem 0}.style-module-scss-module__OfXmFW__info_card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.style-module-scss-module__OfXmFW__info_row{align-items:center;gap:.75rem;display:flex}.style-module-scss-module__OfXmFW__info_label{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;width:100%;min-width:120px;height:16px;animation:1.4s ease-in-out infinite style-module-scss-module__OfXmFW__skeleton_loading}.style-module-scss-module__OfXmFW__info_value{background:linear-gradient(90deg,#f3f3f3 25%,#fafafa 37%,#f0f0f0 63%) 0 0/400% 100%;border-radius:8px;flex:1;width:100%;max-width:200px;height:16px;animation:1.4s ease-in-out infinite style-module-scss-module__OfXmFW__skeleton_loading}.style-module-scss-module__OfXmFW__info_row:nth-child(2) .style-module-scss-module__OfXmFW__info_value{max-width:140px}.style-module-scss-module__OfXmFW__info_row:nth-child(3) .style-module-scss-module__OfXmFW__info_value{max-width:220px}.style-module-scss-module__OfXmFW__info_row:nth-child(4) .style-module-scss-module__OfXmFW__info_value{max-width:100px}.style-module-scss-module__OfXmFW__info_row:nth-child(5) .style-module-scss-module__OfXmFW__info_value{max-width:180px}.style-module-scss-module__OfXmFW__info_row:nth-child(6) .style-module-scss-module__OfXmFW__info_value{max-width:160px}
@keyframes style-module-scss-module__etIPSW__skeleton_loading{0%{background-position:100% 0}to{background-position:0 0}}.style-module-scss-module__etIPSW__container{flex-direction:column;max-width:1400px;min-height:100vh;margin:0 auto;padding:1.5rem;display:flex}.style-module-scss-module__etIPSW__title{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.style-module-scss-module__etIPSW__filters{background-color:#fafafa;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.style-module-scss-module__etIPSW__filter_buttons{align-items:flex-end;gap:.75rem;display:flex}.style-module-scss-module__etIPSW__table_container{min-height:600px;margin-bottom:1rem}.style-module-scss-module__etIPSW__pagination{justify-content:center;margin-top:auto;padding:.75rem 0;display:flex}.style-module-scss-module__etIPSW__action_button{max-width:max-content}