.SectionCard_card__baA7l{border:1px solid #efefef;border-radius:12px;background:#fff;padding:20px 16px 18px;box-shadow:0 -2px 8px 2px rgba(12,12,13,.05)}.SectionCard_header__JkIBb{display:flex;align-items:center;justify-content:space-between;gap:var(--sp16);margin-bottom:16px}.SectionCard_titles__M0Fn1{width:100%;display:flex;flex-direction:column;gap:var(--sp16)}.SectionCard_titleRow__Zn06D{width:100%;display:flex;gap:var(--sp8);align-items:center;justify-content:space-between}.SectionCard_title__iavCS{font-weight:700;line-height:1.5;font-size:var(--t20);color:#000}.SectionCard_statusText__kZ4Aa{font-size:var(--t20);color:#000;line-height:1.5;font-weight:400}.SectionCard_subtitle__DRjRj{color:#5b5b5b;font-size:var(--t17);font-weight:500;line-height:var(--lh26)}.SectionCard_right__DnWFR{display:flex;align-items:center;gap:var(--sp8)}.SectionCard_body__oKPHF{display:flex;flex-direction:column;gap:var(--sp16)}.SectionCard_warningText__8A7B_{margin-left:var(--sp10);margin-top:var(--sp8);color:#e55446;font-size:var(--t16);font-weight:400;line-height:150%}.SectionCard_hintText__Nspcw{font-size:var(--t14);color:#000;font-weight:400;line-height:150%}@media (max-width:768px){.SectionCard_card__baA7l{padding:1.6rem}.SectionCard_header__JkIBb{margin-bottom:1.2rem}.SectionCard_input__XoM6H{padding:1.2rem 1.6rem}.SectionCard_subtitle__DRjRj{font-size:1.6rem;line-height:150%}.SectionCard_warningText__8A7B_{margin-left:var(--sp10);margin-top:var(--sp8);color:#e55446;font-size:var(--t16);font-weight:400;line-height:150%}}.Pill_pill__Tgu_M{box-shadow:0 0 0 1px #D4D4D4;background:#fff;border-radius:9999px;padding:8px 12px;color:#000;font-size:var(--t17);font-weight:400;line-height:var(--lh19)}.Pill_selected__Susjk{box-shadow:inset 0 0 0 2px #4284F4;color:#4284F4}.Pill_disabled__jumGx{opacity:.5;cursor:not-allowed}.Pill_transparent__oSHW2.Pill_selected__Susjk{background:#4284F412!important;box-shadow:0 0 0 1px #4284F4!important}.Pill_transparent__oSHW2{border-radius:12px}.Pill_small__Qg0RR{padding:10px 12px;font-size:var(--t14);line-height:var(--lh16);font-weight:400}.Pill_medium__b_YH3{padding:8px 16px}.Pill_large__eBJnL{padding:10px 20px}@media (max-width:768px){.Pill_small__Qg0RR{padding:6px 12px;font-size:1.3rem;line-height:2.2rem}}.CustomSelect_wrapper__kZgFM{display:flex;flex-direction:column;gap:var(--sp8)}.CustomSelect_labelText__MfdrL{font-size:var(--t14);font-weight:500;color:#374151;margin-bottom:4px}.CustomSelect_container__Il1hS{position:relative;width:100%}.CustomSelect_trigger__9NaDq{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.1rem 1.6rem;border:1px solid #d4d4d4;border-radius:12px;background:#fff;font-size:var(--t17);line-height:2.6rem;font-weight:400;color:#000;cursor:pointer;transition:all .2s ease;outline:none}.CustomSelect_trigger__9NaDq:hover{border-color:#c7c7c7}.CustomSelect_trigger__9NaDq:focus{border-color:#4284f4;background-color:#4284f412;box-shadow:0 0 0 2px rgba(66,132,244,.05);animation:CustomSelect_glowPulse__d5XoV .4s ease-out}@keyframes CustomSelect_glowPulse__d5XoV{0%{box-shadow:0 0 0 0 rgba(66,132,244,0)}to{box-shadow:0 0 0 3px rgba(66,132,244,.05)}}.CustomSelect_triggerOpen__qywMN{border-color:#4284f4;background-color:#4284f412;box-shadow:0 0 0 2px rgba(66,132,244,.05)}.CustomSelect_value__LZop_{flex:1 1;text-align:left;color:#000;font-weight:400}.CustomSelect_value__LZop_:empty:before{content:attr(data-placeholder);color:#9ca3af}.CustomSelect_triggerWithSuffix__yTd5c{justify-content:flex-end}.CustomSelect_triggerWithSuffix__yTd5c .CustomSelect_value__LZop_{flex:none;text-align:right}.CustomSelect_suffix__VEkkV{font-size:var(--t15);font-weight:400;color:#7f7f7f;line-height:24px;flex-shrink:0}.CustomSelect_chevron__3tp4G{color:#6b7280;transition:transform .2s ease,color .2s ease;flex-shrink:0}.CustomSelect_triggerOpen__qywMN .CustomSelect_chevron__3tp4G{transform:rotate(180deg);color:#4284f4}.CustomSelect_dropdown__lfVsn{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:4px;background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);max-height:200px;overflow-y:auto;list-style:none;padding:8px 0;animation:CustomSelect_dropdownFadeIn__raQq6 .15s ease-out}.CustomSelect_dropdownTop__vcHTE{top:auto;bottom:100%;margin-top:0;margin-bottom:4px;animation:CustomSelect_dropdownFadeInTop__eFCsc .15s ease-out}@keyframes CustomSelect_dropdownFadeInTop__eFCsc{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes CustomSelect_dropdownFadeIn__raQq6{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.CustomSelect_option__aAGdk{padding:1.2rem 1.6rem;font-size:var(--t14);font-weight:400;color:#000;cursor:pointer;text-align:left;transition:all .15s ease;border-radius:8px;margin:0 6px}.CustomSelect_optionFocused__UJDzm,.CustomSelect_option__aAGdk:hover{background:#f3f4f6;color:#000}.CustomSelect_optionSelected___eg83{background:#4284f420;color:#000;font-weight:700}.CustomSelect_optionSelected___eg83:hover{background:#4284f440;color:#000}.CustomSelect_optionDisabled__rcXCD{opacity:.5;cursor:not-allowed;color:#9ca3af}.CustomSelect_optionDisabled__rcXCD:hover{background:transparent;color:#9ca3af}.CustomSelect_error__pSxVd .CustomSelect_trigger__9NaDq,.CustomSelect_error__pSxVd .CustomSelect_trigger__9NaDq:focus,.CustomSelect_error__pSxVd .CustomSelect_trigger__9NaDq:hover{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.05)}.CustomSelect_error__pSxVd .CustomSelect_chevron__3tp4G{color:#ef4444}.CustomSelect_disabled__MBnkA .CustomSelect_trigger__9NaDq{background-color:#f9fafb;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.CustomSelect_disabled__MBnkA .CustomSelect_chevron__3tp4G{color:#d1d5db}@media (max-width:768px){.CustomSelect_trigger__9NaDq{padding:.8rem 1.6rem;line-height:1.5rem}.CustomSelect_option__aAGdk{padding:.8rem 1.6rem}.CustomSelect_value__LZop_{white-space:nowrap}}.CustomSelect_triggerHeight__72OLy{height:50px!important}.TextArea_container__S6C4d{display:flex;flex-direction:column;gap:var(--sp6)}.TextArea_textarea__hlm_8{font-family:Pretendard,sans-serif;width:100%;border:1px solid #d4d4d4;border-radius:12px;padding:var(--sp16);font-size:var(--t18);font-weight:400;line-height:var(--lh19);color:#000;resize:vertical;min-height:170px;transition:border-color .2s ease,box-shadow .2s ease}.TextArea_textarea__hlm_8:hover{border-color:#c7c7c7}.TextArea_textarea__hlm_8:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.TextArea_textarea__hlm_8:focus-within{border-color:#4284f4;background-color:#4284f412;box-shadow:0 0 0 2px rgba(37,99,235,.05);animation:TextArea_glowPulse__RieFF .4s ease-out;outline:none}@keyframes TextArea_glowPulse__RieFF{0%{box-shadow:0 0 0 0 rgba(37,99,235,0)}to{box-shadow:0 0 0 3px rgba(37,99,235,.05)}}.TextArea_error__YZfoR{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.TextArea_helper__c2Weu{font-size:var(--t12);color:#6b7280}.TextArea_errorText__BwiUh{font-size:var(--t12);color:#ef4444}.TagGrid_grid__l_WFf{display:flex;align-items:flex-start;align-content:flex-start;gap:8px 6px;align-self:stretch;flex-wrap:wrap;width:100%}.TagGrid_tag__hpe_t{box-shadow:0 0 0 1px #d4d4d4;background:#fff;border-radius:21px;padding:8px 16px;text-align:center;color:#000;font-size:var(--t17);font-style:normal;font-weight:400;line-height:var(--lh26)}.TagGrid_selected__5oJ99{box-shadow:inset 0 0 0 2px #4284f4;color:#4284f4;font-weight:400}@media (max-width:768px){.TagGrid_tag__hpe_t{font-size:15px;line-height:24px;padding:8px 16px}.TagGrid_selected__5oJ99{box-shadow:inset 0 0 0 2px #4284f4;color:#4284f4}}.Badge_badge__9bZuk{display:inline-flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:12px;font-family:Pretendard,sans-serif;font-size:var(--t15);line-height:var(--lh18);font-weight:500;white-space:nowrap;box-sizing:border-box;gap:var(--sp3)}.Badge_default__nFOdU{background-color:rgba(35,195,128,.7);color:white;border:1px solid #23c380}.Badge_middle-age-support__Q9eeu,.Badge_youth-support__57QV1{background-color:rgba(66,132,244,.2);color:#4284f4;border:1px solid #4284f4;font-weight:500}.Badge_closed__r7D75{background-color:rgba(235,14,14,.15);color:#eb0e0e;font-weight:400}.Badge_waiting__kBrn1{border-radius:12px;border:1px solid #efefef;background:#f9f9fb;background-color:#fff;color:#4284f4;font-size:var(--t15);font-style:normal;font-weight:400}.Badge_agreed__FRFJr,.Badge_rejected__ybPLJ{border-radius:12px;border:1px solid #efefef;background:#f9f9fb;padding:5px 8px;font-size:16px;font-weight:400;line-height:1.5}.Badge_agreed__FRFJr{color:#4284f4}.Badge_rejected__ybPLJ{color:#7f7f7f}.Badge_cancel__cmhHM{width:auto;border-radius:12px;border:1px solid #efefef;background:#f9f9fb;padding:5px 8px;font-size:16px;font-weight:400;line-height:1.5;color:#7f7f7f}.Badge_unlimited__emuH_{padding:6px 8px;font-size:1.2rem;line-height:1.6rem;background-color:rgba(65,9,254,.15);color:#4109fe;font-weight:400;border-radius:8px}.Badge_infinityContainer__oqnsH{display:flex;align-items:center;justify-content:center;gap:var(--sp2)}.Badge_infinityIcon__ytX8c{width:22px;height:10px;display:flex}