@ihabdevteam/core 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +591 -0
- package/dist/components.cjs.css +19 -0
- package/dist/components.cjs.js +975 -0
- package/dist/components.esm.css +19 -0
- package/dist/components.esm.js +975 -0
- package/dist/hooks.cjs.css +1 -0
- package/dist/hooks.cjs.js +799 -0
- package/dist/hooks.esm.css +1 -0
- package/dist/hooks.esm.js +799 -0
- package/dist/ihabdevteam-core-tokens.css +1 -0
- package/dist/ihabdevteam-core.cjs.js +993 -0
- package/dist/ihabdevteam-core.css +1 -0
- package/dist/ihabdevteam-core.d.ts +8272 -0
- package/dist/ihabdevteam-core.esm.js +993 -0
- package/dist/logo/Logo_APEB.svg +53 -0
- package/dist/logo/Logo_APEB_black.svg +42 -0
- package/dist/logo/Logo_APEB_white.svg +42 -0
- package/dist/logo/Logo_HTP_kr.svg +21 -0
- package/dist/logo/Logo_HTP_kr_black.svg +17 -0
- package/dist/logo/Logo_HTP_kr_white.svg +17 -0
- package/dist/logo/Logo_IHAB_en.svg +18 -0
- package/dist/logo/Logo_IHAB_en_black.svg +14 -0
- package/dist/logo/Logo_IHAB_en_white.svg +14 -0
- package/dist/logo/Logo_IHAB_kr.svg +18 -0
- package/dist/logo/Logo_IHAB_kr_black.svg +14 -0
- package/dist/logo/Logo_IHAB_kr_white.svg +14 -0
- package/dist/logo/Logo_SDS_kr.svg +22 -0
- package/dist/logo/Logo_SDS_kr_black.svg +18 -0
- package/dist/logo/Logo_SDS_kr_white.svg +18 -0
- package/dist/logo/Logo_speechearManager_kr.svg +20 -0
- package/dist/logo/Logo_speechearManager_kr_black.svg +21 -0
- package/dist/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
- package/dist/logo/Logo_speechearManager_kr_white.svg +21 -0
- package/dist/logo/Logo_speechear_kr.svg +17 -0
- package/dist/logo/Logo_speechear_kr_black.svg +16 -0
- package/dist/logo/Logo_speechear_kr_textWhite.svg +42 -0
- package/dist/logo/Logo_speechear_kr_white.svg +16 -0
- package/dist/logo/Symbol_APEB.svg +34 -0
- package/dist/logo/Symbol_APEB_black.svg +15 -0
- package/dist/logo/Symbol_APEB_white.svg +15 -0
- package/dist/logo/Symbol_HTP.svg +14 -0
- package/dist/logo/Symbol_HTP_black.svg +10 -0
- package/dist/logo/Symbol_HTP_white.svg +10 -0
- package/dist/logo/Symbol_IHAB.svg +14 -0
- package/dist/logo/Symbol_IHAB_black.svg +10 -0
- package/dist/logo/Symbol_IHAB_white.svg +10 -0
- package/dist/logo/Symbol_SDS.svg +14 -0
- package/dist/logo/Symbol_SDS_black.svg +10 -0
- package/dist/logo/Symbol_SDS_white.svg +10 -0
- package/dist/logo/Symbol_speechear.svg +15 -0
- package/dist/logo/Symbol_speechear_black.svg +16 -0
- package/dist/logo/Symbol_speechear_white.svg +16 -0
- package/dist/logo/qr_speechear.svg +1 -0
- package/dist/packages/core/src/CoreScope.d.ts +40 -0
- package/dist/packages/core/src/CoreScope.js +19 -0
- package/dist/packages/core/src/components/Accordion.css +125 -0
- package/dist/packages/core/src/components/Accordion.d.ts +19 -0
- package/dist/packages/core/src/components/Accordion.js +33 -0
- package/dist/packages/core/src/components/ActionCard.css +109 -0
- package/dist/packages/core/src/components/ActionCard.d.ts +33 -0
- package/dist/packages/core/src/components/ActionCard.js +28 -0
- package/dist/packages/core/src/components/Alert.css +76 -0
- package/dist/packages/core/src/components/Alert.d.ts +18 -0
- package/dist/packages/core/src/components/Alert.js +28 -0
- package/dist/packages/core/src/components/AudioMeter.css +80 -0
- package/dist/packages/core/src/components/AudioMeter.d.ts +49 -0
- package/dist/packages/core/src/components/AudioMeter.js +91 -0
- package/dist/packages/core/src/components/Avatar.css +42 -0
- package/dist/packages/core/src/components/Avatar.d.ts +21 -0
- package/dist/packages/core/src/components/Avatar.js +31 -0
- package/dist/packages/core/src/components/Badge.css +166 -0
- package/dist/packages/core/src/components/Badge.d.ts +82 -0
- package/dist/packages/core/src/components/Badge.js +62 -0
- package/dist/packages/core/src/components/BarChart.css +142 -0
- package/dist/packages/core/src/components/BarChart.d.ts +16 -0
- package/dist/packages/core/src/components/BarChart.js +187 -0
- package/dist/packages/core/src/components/Board.css +85 -0
- package/dist/packages/core/src/components/Board.d.ts +39 -0
- package/dist/packages/core/src/components/Board.js +12 -0
- package/dist/packages/core/src/components/BottomNav.css +105 -0
- package/dist/packages/core/src/components/BottomNav.d.ts +32 -0
- package/dist/packages/core/src/components/BottomNav.js +92 -0
- package/dist/packages/core/src/components/Breadcrumb.css +62 -0
- package/dist/packages/core/src/components/Breadcrumb.d.ts +13 -0
- package/dist/packages/core/src/components/Breadcrumb.js +10 -0
- package/dist/packages/core/src/components/BulkBar.css +75 -0
- package/dist/packages/core/src/components/BulkBar.d.ts +22 -0
- package/dist/packages/core/src/components/BulkBar.js +40 -0
- package/dist/packages/core/src/components/Button.css +655 -0
- package/dist/packages/core/src/components/Button.d.ts +5 -0
- package/dist/packages/core/src/components/Button.js +202 -0
- package/dist/packages/core/src/components/Calendar.css +249 -0
- package/dist/packages/core/src/components/Calendar.d.ts +23 -0
- package/dist/packages/core/src/components/Calendar.js +92 -0
- package/dist/packages/core/src/components/ChartSection.css +191 -0
- package/dist/packages/core/src/components/ChartSection.d.ts +42 -0
- package/dist/packages/core/src/components/ChartSection.js +22 -0
- package/dist/packages/core/src/components/Checkbox.css +94 -0
- package/dist/packages/core/src/components/Checkbox.d.ts +16 -0
- package/dist/packages/core/src/components/Checkbox.js +15 -0
- package/dist/packages/core/src/components/ChoiceChips.css +65 -0
- package/dist/packages/core/src/components/ChoiceChips.d.ts +15 -0
- package/dist/packages/core/src/components/ChoiceChips.js +8 -0
- package/dist/packages/core/src/components/CircleBadge.d.ts +31 -0
- package/dist/packages/core/src/components/CircleBadge.js +20 -0
- package/dist/packages/core/src/components/CodeBox.css +62 -0
- package/dist/packages/core/src/components/CodeBox.d.ts +18 -0
- package/dist/packages/core/src/components/CodeBox.js +132 -0
- package/dist/packages/core/src/components/ColorPicker.css +40 -0
- package/dist/packages/core/src/components/ColorPicker.d.ts +17 -0
- package/dist/packages/core/src/components/ColorPicker.js +23 -0
- package/dist/packages/core/src/components/CompanyMeta.css +33 -0
- package/dist/packages/core/src/components/CompanyMeta.d.ts +14 -0
- package/dist/packages/core/src/components/CompanyMeta.js +12 -0
- package/dist/packages/core/src/components/CountTile.css +47 -0
- package/dist/packages/core/src/components/CountTile.d.ts +22 -0
- package/dist/packages/core/src/components/CountTile.js +24 -0
- package/dist/packages/core/src/components/DatePicker.css +151 -0
- package/dist/packages/core/src/components/DatePicker.d.ts +13 -0
- package/dist/packages/core/src/components/DatePicker.js +107 -0
- package/dist/packages/core/src/components/Dialog.css +98 -0
- package/dist/packages/core/src/components/Dialog.d.ts +31 -0
- package/dist/packages/core/src/components/Dialog.js +51 -0
- package/dist/packages/core/src/components/Divider.css +33 -0
- package/dist/packages/core/src/components/Divider.d.ts +13 -0
- package/dist/packages/core/src/components/Divider.js +14 -0
- package/dist/packages/core/src/components/Dropdown.css +175 -0
- package/dist/packages/core/src/components/Dropdown.d.ts +23 -0
- package/dist/packages/core/src/components/Dropdown.js +117 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopper.css +25 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopper.d.ts +11 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopper.js +298 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.d.ts +5 -0
- package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.js +13 -0
- package/dist/packages/core/src/components/EmptyState.css +23 -0
- package/dist/packages/core/src/components/EmptyState.d.ts +19 -0
- package/dist/packages/core/src/components/EmptyState.js +7 -0
- package/dist/packages/core/src/components/ErrorState.css +2 -0
- package/dist/packages/core/src/components/ErrorState.d.ts +18 -0
- package/dist/packages/core/src/components/ErrorState.js +11 -0
- package/dist/packages/core/src/components/FileUpload.css +114 -0
- package/dist/packages/core/src/components/FileUpload.d.ts +25 -0
- package/dist/packages/core/src/components/FileUpload.js +111 -0
- package/dist/packages/core/src/components/FilterPanel.css +188 -0
- package/dist/packages/core/src/components/FilterPanel.d.ts +34 -0
- package/dist/packages/core/src/components/FilterPanel.js +82 -0
- package/dist/packages/core/src/components/FilterSectionInfo.d.ts +12 -0
- package/dist/packages/core/src/components/FilterSectionInfo.js +15 -0
- package/dist/packages/core/src/components/Footer.css +186 -0
- package/dist/packages/core/src/components/Footer.d.ts +18 -0
- package/dist/packages/core/src/components/Footer.js +19 -0
- package/dist/packages/core/src/components/Header.css +274 -0
- package/dist/packages/core/src/components/Header.d.ts +44 -0
- package/dist/packages/core/src/components/Header.js +98 -0
- package/dist/packages/core/src/components/HearingDeviceInfo.css +48 -0
- package/dist/packages/core/src/components/HearingDeviceInfo.d.ts +22 -0
- package/dist/packages/core/src/components/HearingDeviceInfo.js +13 -0
- package/dist/packages/core/src/components/Icon.d.ts +14 -0
- package/dist/packages/core/src/components/Icon.js +73 -0
- package/dist/packages/core/src/components/IconGridMenu.css +141 -0
- package/dist/packages/core/src/components/IconGridMenu.d.ts +20 -0
- package/dist/packages/core/src/components/IconGridMenu.js +45 -0
- package/dist/packages/core/src/components/LandingBottomSticky.css +114 -0
- package/dist/packages/core/src/components/LandingBottomSticky.d.ts +26 -0
- package/dist/packages/core/src/components/LandingBottomSticky.js +20 -0
- package/dist/packages/core/src/components/LandingHeader.css +192 -0
- package/dist/packages/core/src/components/LandingHeader.d.ts +67 -0
- package/dist/packages/core/src/components/LandingHeader.js +40 -0
- package/dist/packages/core/src/components/Loader.css +88 -0
- package/dist/packages/core/src/components/Loader.d.ts +14 -0
- package/dist/packages/core/src/components/Loader.js +12 -0
- package/dist/packages/core/src/components/NoticeBox.css +79 -0
- package/dist/packages/core/src/components/NoticeBox.d.ts +21 -0
- package/dist/packages/core/src/components/NoticeBox.js +19 -0
- package/dist/packages/core/src/components/PageTitle.css +27 -0
- package/dist/packages/core/src/components/PageTitle.d.ts +23 -0
- package/dist/packages/core/src/components/PageTitle.js +10 -0
- package/dist/packages/core/src/components/Pagination.css +11 -0
- package/dist/packages/core/src/components/Pagination.d.ts +22 -0
- package/dist/packages/core/src/components/Pagination.js +20 -0
- package/dist/packages/core/src/components/Panel.css +361 -0
- package/dist/packages/core/src/components/Panel.d.ts +166 -0
- package/dist/packages/core/src/components/Panel.js +162 -0
- package/dist/packages/core/src/components/PassCard/PassCard.css +289 -0
- package/dist/packages/core/src/components/PassCard/PassCard.d.ts +56 -0
- package/dist/packages/core/src/components/PassCard/PassCard.js +313 -0
- package/dist/packages/core/src/components/PassCard/PassCardBg.css +39 -0
- package/dist/packages/core/src/components/PassCard/PassCardBg.d.ts +8 -0
- package/dist/packages/core/src/components/PassCard/PassCardBg.js +6 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.css +25 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.d.ts +7 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.js +18 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.css +45 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.js +19 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.css +19 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.js +23 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.css +15 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.js +24 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.css +16 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.js +31 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.css +16 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.js +32 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalk.css +33 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalk.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalk.js +18 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.css +36 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.d.ts +13 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.js +22 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTheme.d.ts +38 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTheme.js +34 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.css +36 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.d.ts +9 -0
- package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.js +18 -0
- package/dist/packages/core/src/components/PassCard/PassCard_Back.css +76 -0
- package/dist/packages/core/src/components/PassCard/PassCard_Back.d.ts +13 -0
- package/dist/packages/core/src/components/PassCard/PassCard_Back.js +20 -0
- package/dist/packages/core/src/components/PassCard/ihabOutlinePath.d.ts +12 -0
- package/dist/packages/core/src/components/PassCard/ihabOutlinePath.js +19 -0
- package/dist/packages/core/src/components/PassCard/passCardProduct.d.ts +48 -0
- package/dist/packages/core/src/components/PassCard/passCardProduct.js +56 -0
- package/dist/packages/core/src/components/PaymentPlan.css +318 -0
- package/dist/packages/core/src/components/PaymentPlan.d.ts +57 -0
- package/dist/packages/core/src/components/PaymentPlan.js +126 -0
- package/dist/packages/core/src/components/PersonCard.css +72 -0
- package/dist/packages/core/src/components/PersonCard.d.ts +27 -0
- package/dist/packages/core/src/components/PersonCard.js +11 -0
- package/dist/packages/core/src/components/Popup/ConfirmPopup.d.ts +58 -0
- package/dist/packages/core/src/components/Popup/ConfirmPopup.js +59 -0
- package/dist/packages/core/src/components/Popup/CouponInputPopup.css +28 -0
- package/dist/packages/core/src/components/Popup/CouponInputPopup.d.ts +8 -0
- package/dist/packages/core/src/components/Popup/CouponInputPopup.js +45 -0
- package/dist/packages/core/src/components/Popup/DeviceListPopup.css +78 -0
- package/dist/packages/core/src/components/Popup/DeviceListPopup.d.ts +28 -0
- package/dist/packages/core/src/components/Popup/DeviceListPopup.js +31 -0
- package/dist/packages/core/src/components/Popup/DeviceSideTable.d.ts +41 -0
- package/dist/packages/core/src/components/Popup/DeviceSideTable.js +92 -0
- package/dist/packages/core/src/components/Popup/ListPopup.css +44 -0
- package/dist/packages/core/src/components/Popup/ListPopup.d.ts +75 -0
- package/dist/packages/core/src/components/Popup/ListPopup.js +85 -0
- package/dist/packages/core/src/components/Popup/LoadTablePopup.css +248 -0
- package/dist/packages/core/src/components/Popup/LoadTablePopup.d.ts +12 -0
- package/dist/packages/core/src/components/Popup/LoadTablePopup.js +86 -0
- package/dist/packages/core/src/components/Popup/Popup.css +136 -0
- package/dist/packages/core/src/components/Popup/Popup.d.ts +77 -0
- package/dist/packages/core/src/components/Popup/Popup.js +135 -0
- package/dist/packages/core/src/components/Popup/SaveTablePopup.css +32 -0
- package/dist/packages/core/src/components/Popup/SaveTablePopup.d.ts +25 -0
- package/dist/packages/core/src/components/Popup/SaveTablePopup.js +55 -0
- package/dist/packages/core/src/components/Popup/TrainingResultPopup.css +277 -0
- package/dist/packages/core/src/components/Popup/TrainingResultPopup.d.ts +14 -0
- package/dist/packages/core/src/components/Popup/TrainingResultPopup.js +104 -0
- package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.css +119 -0
- package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.d.ts +12 -0
- package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.js +73 -0
- package/dist/packages/core/src/components/Popup/customerDetailUtils.d.ts +19 -0
- package/dist/packages/core/src/components/Popup/customerDetailUtils.js +45 -0
- package/dist/packages/core/src/components/ProgressBar.css +114 -0
- package/dist/packages/core/src/components/ProgressBar.d.ts +65 -0
- package/dist/packages/core/src/components/ProgressBar.js +51 -0
- package/dist/packages/core/src/components/ProgressIndicator.css +41 -0
- package/dist/packages/core/src/components/ProgressIndicator.d.ts +18 -0
- package/dist/packages/core/src/components/ProgressIndicator.js +45 -0
- package/dist/packages/core/src/components/PromoBanner.css +54 -0
- package/dist/packages/core/src/components/PromoBanner.d.ts +30 -0
- package/dist/packages/core/src/components/PromoBanner.js +54 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBg.css +8 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.css +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.css +5 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.d.ts +12 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.js +21 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.css +16 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.d.ts +12 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.js +21 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.d.ts +10 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.js +19 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.d.ts +32 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.js +29 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.css +3 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.d.ts +11 -0
- package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.js +20 -0
- package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.d.ts +21 -0
- package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.js +49 -0
- package/dist/packages/core/src/components/PublicationCard.css +70 -0
- package/dist/packages/core/src/components/PublicationCard.d.ts +31 -0
- package/dist/packages/core/src/components/PublicationCard.js +11 -0
- package/dist/packages/core/src/components/Radio.css +64 -0
- package/dist/packages/core/src/components/Radio.d.ts +13 -0
- package/dist/packages/core/src/components/Radio.js +9 -0
- package/dist/packages/core/src/components/RadioGroup.css +14 -0
- package/dist/packages/core/src/components/RadioGroup.d.ts +21 -0
- package/dist/packages/core/src/components/RadioGroup.js +14 -0
- package/dist/packages/core/src/components/Rating.css +69 -0
- package/dist/packages/core/src/components/Rating.d.ts +21 -0
- package/dist/packages/core/src/components/Rating.js +51 -0
- package/dist/packages/core/src/components/RingChart.css +50 -0
- package/dist/packages/core/src/components/RingChart.d.ts +68 -0
- package/dist/packages/core/src/components/RingChart.js +57 -0
- package/dist/packages/core/src/components/SearchSummary.css +62 -0
- package/dist/packages/core/src/components/SearchSummary.d.ts +32 -0
- package/dist/packages/core/src/components/SearchSummary.js +48 -0
- package/dist/packages/core/src/components/Section.css +73 -0
- package/dist/packages/core/src/components/Section.d.ts +16 -0
- package/dist/packages/core/src/components/Section.js +15 -0
- package/dist/packages/core/src/components/SectionHeader.css +87 -0
- package/dist/packages/core/src/components/SectionHeader.d.ts +31 -0
- package/dist/packages/core/src/components/SectionHeader.js +16 -0
- package/dist/packages/core/src/components/SegmentedControl.css +67 -0
- package/dist/packages/core/src/components/SegmentedControl.d.ts +26 -0
- package/dist/packages/core/src/components/SegmentedControl.js +13 -0
- package/dist/packages/core/src/components/ShortcutBadge.css +68 -0
- package/dist/packages/core/src/components/ShortcutBadge.d.ts +31 -0
- package/dist/packages/core/src/components/ShortcutBadge.js +23 -0
- package/dist/packages/core/src/components/SideNav.css +281 -0
- package/dist/packages/core/src/components/SideNav.d.ts +32 -0
- package/dist/packages/core/src/components/SideNav.js +92 -0
- package/dist/packages/core/src/components/Slider.css +184 -0
- package/dist/packages/core/src/components/Slider.d.ts +67 -0
- package/dist/packages/core/src/components/Slider.js +97 -0
- package/dist/packages/core/src/components/SoundCompass.css +138 -0
- package/dist/packages/core/src/components/SoundCompass.d.ts +42 -0
- package/dist/packages/core/src/components/SoundCompass.js +136 -0
- package/dist/packages/core/src/components/SplashLogo.css +32 -0
- package/dist/packages/core/src/components/SplashLogo.d.ts +35 -0
- package/dist/packages/core/src/components/SplashLogo.js +32 -0
- package/dist/packages/core/src/components/StatChart.css +83 -0
- package/dist/packages/core/src/components/StatChart.d.ts +26 -0
- package/dist/packages/core/src/components/StatChart.js +41 -0
- package/dist/packages/core/src/components/Table.css +158 -0
- package/dist/packages/core/src/components/Table.d.ts +94 -0
- package/dist/packages/core/src/components/Table.js +200 -0
- package/dist/packages/core/src/components/TableCell.css +12 -0
- package/dist/packages/core/src/components/TableField.css +60 -0
- package/dist/packages/core/src/components/Tabs.css +55 -0
- package/dist/packages/core/src/components/Tabs.d.ts +30 -0
- package/dist/packages/core/src/components/Tabs.js +55 -0
- package/dist/packages/core/src/components/TextField.css +266 -0
- package/dist/packages/core/src/components/TextField.d.ts +86 -0
- package/dist/packages/core/src/components/TextField.js +149 -0
- package/dist/packages/core/src/components/Timeline.css +62 -0
- package/dist/packages/core/src/components/Timeline.d.ts +26 -0
- package/dist/packages/core/src/components/Timeline.js +11 -0
- package/dist/packages/core/src/components/Toast.css +76 -0
- package/dist/packages/core/src/components/Toast.d.ts +10 -0
- package/dist/packages/core/src/components/Toast.js +19 -0
- package/dist/packages/core/src/components/Toggle.css +61 -0
- package/dist/packages/core/src/components/Toggle.d.ts +18 -0
- package/dist/packages/core/src/components/Toggle.js +7 -0
- package/dist/packages/core/src/components/Toolbar.css +86 -0
- package/dist/packages/core/src/components/Toolbar.d.ts +52 -0
- package/dist/packages/core/src/components/Toolbar.js +20 -0
- package/dist/packages/core/src/components/Tooltip/DebugTooltip.css +27 -0
- package/dist/packages/core/src/components/Tooltip/DebugTooltip.d.ts +12 -0
- package/dist/packages/core/src/components/Tooltip/DebugTooltip.js +79 -0
- package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.css +50 -0
- package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.d.ts +16 -0
- package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.js +11 -0
- package/dist/packages/core/src/components/Tooltip/InfoTooltip.css +39 -0
- package/dist/packages/core/src/components/Tooltip/InfoTooltip.d.ts +13 -0
- package/dist/packages/core/src/components/Tooltip/InfoTooltip.js +10 -0
- package/dist/packages/core/src/components/Tooltip/MenuTooltip.css +93 -0
- package/dist/packages/core/src/components/Tooltip/MenuTooltip.d.ts +30 -0
- package/dist/packages/core/src/components/Tooltip/MenuTooltip.js +92 -0
- package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.css +95 -0
- package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.d.ts +13 -0
- package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.js +55 -0
- package/dist/packages/core/src/components/Tooltip/Tooltip.css +120 -0
- package/dist/packages/core/src/components/Tooltip/Tooltip.d.ts +25 -0
- package/dist/packages/core/src/components/Tooltip/Tooltip.js +296 -0
- package/dist/packages/core/src/components/Tooltip/TrainingTooltip.css +67 -0
- package/dist/packages/core/src/components/Tooltip/TrainingTooltip.d.ts +16 -0
- package/dist/packages/core/src/components/Tooltip/TrainingTooltip.js +40 -0
- package/dist/packages/core/src/components/Tooltip/WordImageTooltip.css +61 -0
- package/dist/packages/core/src/components/Tooltip/WordImageTooltip.d.ts +12 -0
- package/dist/packages/core/src/components/Tooltip/WordImageTooltip.js +39 -0
- package/dist/packages/core/src/components/Tooltip/tooltipConstants.d.ts +44 -0
- package/dist/packages/core/src/components/Tooltip/tooltipConstants.js +38 -0
- package/dist/packages/core/src/components/TopBanner.css +100 -0
- package/dist/packages/core/src/components/TopBanner.d.ts +25 -0
- package/dist/packages/core/src/components/TopBanner.js +36 -0
- package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.d.ts +17 -0
- package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.js +237 -0
- package/dist/packages/core/src/components/Training/CategoryIcon.css +85 -0
- package/dist/packages/core/src/components/Training/CategoryIcon.d.ts +16 -0
- package/dist/packages/core/src/components/Training/CategoryIcon.js +79 -0
- package/dist/packages/core/src/components/Training/NoisePlayerContext.d.ts +43 -0
- package/dist/packages/core/src/components/Training/NoisePlayerContext.js +26 -0
- package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.css +52 -0
- package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.d.ts +13 -0
- package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.js +81 -0
- package/dist/packages/core/src/components/Training/TrainingBlock.css +33 -0
- package/dist/packages/core/src/components/Training/TrainingBlock.d.ts +45 -0
- package/dist/packages/core/src/components/Training/TrainingBlock.js +44 -0
- package/dist/packages/core/src/components/Training/TrainingBlockButton.css +337 -0
- package/dist/packages/core/src/components/Training/TrainingBlockButton.d.ts +5 -0
- package/dist/packages/core/src/components/Training/TrainingBlockButton.js +193 -0
- package/dist/packages/core/src/components/Training/TrainingCard.css +178 -0
- package/dist/packages/core/src/components/Training/TrainingCard.d.ts +24 -0
- package/dist/packages/core/src/components/Training/TrainingCard.js +29 -0
- package/dist/packages/core/src/components/Training/TrainingCardGroup.css +73 -0
- package/dist/packages/core/src/components/Training/TrainingCardGroup.d.ts +41 -0
- package/dist/packages/core/src/components/Training/TrainingCardGroup.js +16 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopup.css +210 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopup.d.ts +91 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopup.js +799 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.css +45 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.d.ts +14 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.js +60 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupContext.d.ts +13 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupContext.js +12 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.css +77 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.d.ts +21 -0
- package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.js +41 -0
- package/dist/packages/core/src/components/Training/TrainingStep.css +236 -0
- package/dist/packages/core/src/components/Training/TrainingStep.d.ts +15 -0
- package/dist/packages/core/src/components/Training/TrainingStep.js +89 -0
- package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.css +320 -0
- package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.d.ts +5 -0
- package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.js +971 -0
- package/dist/packages/core/src/components/Training/TrainingStepBullet.css +148 -0
- package/dist/packages/core/src/components/Training/TrainingStepBullet.d.ts +6 -0
- package/dist/packages/core/src/components/Training/TrainingStepBullet.js +11 -0
- package/dist/packages/core/src/components/Training/TrainingStepCard.css +0 -0
- package/dist/packages/core/src/components/Training/TrainingStepCard.d.ts +36 -0
- package/dist/packages/core/src/components/Training/TrainingStepCard.js +110 -0
- package/dist/packages/core/src/components/Training/TrainingStepCardOrder.d.ts +15 -0
- package/dist/packages/core/src/components/Training/TrainingStepCardOrder.js +58 -0
- package/dist/packages/core/src/components/Training/TrainingStepComponents.d.ts +35 -0
- package/dist/packages/core/src/components/Training/TrainingStepComponents.js +60 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirm.d.ts +24 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirm.js +117 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.d.ts +16 -0
- package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.js +60 -0
- package/dist/packages/core/src/components/Training/TrainingStepListen.d.ts +27 -0
- package/dist/packages/core/src/components/Training/TrainingStepListen.js +13 -0
- package/dist/packages/core/src/components/Training/TrainingStepOrderList.css +221 -0
- package/dist/packages/core/src/components/Training/TrainingStepOrderList.d.ts +7 -0
- package/dist/packages/core/src/components/Training/TrainingStepOrderList.js +445 -0
- package/dist/packages/core/src/components/Training/TrainingStepTextBox.css +111 -0
- package/dist/packages/core/src/components/Training/TrainingStepTextBox.d.ts +8 -0
- package/dist/packages/core/src/components/Training/TrainingStepTextBox.js +74 -0
- package/dist/packages/core/src/components/Training/TrainingStepTitle.css +89 -0
- package/dist/packages/core/src/components/Training/TrainingStepTitle.d.ts +21 -0
- package/dist/packages/core/src/components/Training/TrainingStepTitle.js +91 -0
- package/dist/packages/core/src/components/Training/TrainingWordCard.css +266 -0
- package/dist/packages/core/src/components/Training/TrainingWordCard.d.ts +43 -0
- package/dist/packages/core/src/components/Training/TrainingWordCard.js +229 -0
- package/dist/packages/core/src/components/Training/WordTablePopup.css +56 -0
- package/dist/packages/core/src/components/Training/WordTablePopup.d.ts +61 -0
- package/dist/packages/core/src/components/Training/WordTablePopup.js +105 -0
- package/dist/packages/core/src/components/Training/audioPlaybackRules.d.ts +95 -0
- package/dist/packages/core/src/components/Training/audioPlaybackRules.js +125 -0
- package/dist/packages/core/src/components/Training/audioWaits.d.ts +27 -0
- package/dist/packages/core/src/components/Training/audioWaits.js +64 -0
- package/dist/packages/core/src/components/Training/currentSound.d.ts +26 -0
- package/dist/packages/core/src/components/Training/currentSound.js +46 -0
- package/dist/packages/core/src/components/Training/pagePopupTiming.d.ts +17 -0
- package/dist/packages/core/src/components/Training/pagePopupTiming.js +17 -0
- package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.d.ts +79 -0
- package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.js +27 -0
- package/dist/packages/core/src/components/Training/trainingMissStats.d.ts +148 -0
- package/dist/packages/core/src/components/Training/trainingMissStats.js +163 -0
- package/dist/packages/core/src/components/Training/trainingPopupUtils.d.ts +108 -0
- package/dist/packages/core/src/components/Training/trainingPopupUtils.js +226 -0
- package/dist/packages/core/src/components/Training/trainingScenario.d.ts +42 -0
- package/dist/packages/core/src/components/Training/trainingScenario.js +25 -0
- package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.d.ts +37 -0
- package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.js +20 -0
- package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.d.ts +34 -0
- package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.js +5 -0
- package/dist/packages/core/src/components/Training/useAnchorRect.d.ts +26 -0
- package/dist/packages/core/src/components/Training/useAnchorRect.js +52 -0
- package/dist/packages/core/src/components/Training/useAudioPreview.d.ts +11 -0
- package/dist/packages/core/src/components/Training/useAudioPreview.js +178 -0
- package/dist/packages/core/src/components/Training/useNoiseFade.d.ts +24 -0
- package/dist/packages/core/src/components/Training/useNoiseFade.js +303 -0
- package/dist/packages/core/src/components/Training/useObjectUrls.d.ts +25 -0
- package/dist/packages/core/src/components/Training/useObjectUrls.js +56 -0
- package/dist/packages/core/src/components/Training/useProgressTicker.d.ts +33 -0
- package/dist/packages/core/src/components/Training/useProgressTicker.js +74 -0
- package/dist/packages/core/src/components/Training/useTTSPlayback.d.ts +30 -0
- package/dist/packages/core/src/components/Training/useTTSPlayback.js +172 -0
- package/dist/packages/core/src/components/Training/useWaveReady.d.ts +36 -0
- package/dist/packages/core/src/components/Training/useWaveReady.js +65 -0
- package/dist/packages/core/src/components/UpdateAlert.css +116 -0
- package/dist/packages/core/src/components/UpdateAlert.d.ts +23 -0
- package/dist/packages/core/src/components/UpdateAlert.js +25 -0
- package/dist/packages/core/src/components/Word/ContrastFilterPanel.d.ts +25 -0
- package/dist/packages/core/src/components/Word/ContrastFilterPanel.js +69 -0
- package/dist/packages/core/src/components/Word/PhonemeFilterPanel.d.ts +24 -0
- package/dist/packages/core/src/components/Word/PhonemeFilterPanel.js +15 -0
- package/dist/packages/core/src/components/Word/PhonemeSelectBlock.css +272 -0
- package/dist/packages/core/src/components/Word/PhonemeSelectBlock.d.ts +45 -0
- package/dist/packages/core/src/components/Word/PhonemeSelectBlock.js +71 -0
- package/dist/packages/core/src/components/Word/TableFilterPanel.d.ts +56 -0
- package/dist/packages/core/src/components/Word/TableFilterPanel.js +42 -0
- package/dist/packages/core/src/components/Word/WordSearchFilterPanel.d.ts +23 -0
- package/dist/packages/core/src/components/Word/WordSearchFilterPanel.js +14 -0
- package/dist/packages/core/src/components/Word/WordSearchResultBlock.css +130 -0
- package/dist/packages/core/src/components/Word/WordSearchResultBlock.d.ts +47 -0
- package/dist/packages/core/src/components/Word/WordSearchResultBlock.js +141 -0
- package/dist/packages/core/src/components/Word/WordTableBlock.css +85 -0
- package/dist/packages/core/src/components/Word/WordTableBlock.d.ts +5 -0
- package/dist/packages/core/src/components/Word/WordTableBlock.js +297 -0
- package/dist/packages/core/src/components/Word/WordTableButton.css +185 -0
- package/dist/packages/core/src/components/Word/WordTableButton.d.ts +48 -0
- package/dist/packages/core/src/components/Word/WordTableButton.js +28 -0
- package/dist/packages/core/src/components/Word/WordTableThumbnail.css +56 -0
- package/dist/packages/core/src/components/Word/WordTableThumbnail.d.ts +10 -0
- package/dist/packages/core/src/components/Word/WordTableThumbnail.js +21 -0
- package/dist/packages/core/src/components/Word/generatedDraft.d.ts +39 -0
- package/dist/packages/core/src/components/Word/generatedDraft.js +69 -0
- package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.d.ts +14 -0
- package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.js +10 -0
- package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.d.ts +35 -0
- package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.js +82 -0
- package/dist/packages/core/src/components/Word/useWordTablePrint.d.ts +31 -0
- package/dist/packages/core/src/components/Word/useWordTablePrint.js +43 -0
- package/dist/packages/core/src/components/Word/wordScoreStats.d.ts +77 -0
- package/dist/packages/core/src/components/Word/wordScoreStats.js +100 -0
- package/dist/packages/core/src/components/Word/wordTableBlockTypes.d.ts +85 -0
- package/dist/packages/core/src/components/Word/wordTableBlockTypes.js +3 -0
- package/dist/packages/core/src/components/Word/wordTablePrint.d.ts +14 -0
- package/dist/packages/core/src/components/Word/wordTablePrint.js +210 -0
- package/dist/packages/core/src/components/Word/wordTableRecommend.d.ts +67 -0
- package/dist/packages/core/src/components/Word/wordTableRecommend.js +91 -0
- package/dist/packages/core/src/components/Word/wordTableReview.d.ts +49 -0
- package/dist/packages/core/src/components/Word/wordTableReview.js +112 -0
- package/dist/packages/core/src/components/Word/wordTableScoring.d.ts +100 -0
- package/dist/packages/core/src/components/Word/wordTableScoring.js +126 -0
- package/dist/packages/core/src/components/Word/wordTableSettings.d.ts +56 -0
- package/dist/packages/core/src/components/Word/wordTableSettings.js +140 -0
- package/dist/packages/core/src/components/WordTable.css +424 -0
- package/dist/packages/core/src/components/WordTable.d.ts +75 -0
- package/dist/packages/core/src/components/WordTable.js +184 -0
- package/dist/packages/core/src/components/barChartData.d.ts +48 -0
- package/dist/packages/core/src/components/barChartData.js +111 -0
- package/dist/packages/core/src/components/barChartTypes.d.ts +82 -0
- package/dist/packages/core/src/components/barChartTypes.js +22 -0
- package/dist/packages/core/src/components/buttonTypes.d.ts +102 -0
- package/dist/packages/core/src/components/buttonTypes.js +1 -0
- package/dist/packages/core/src/components/tableTrackList.d.ts +9 -0
- package/dist/packages/core/src/components/tableTrackList.js +32 -0
- package/dist/packages/core/src/components/useAnchoredMenu.d.ts +28 -0
- package/dist/packages/core/src/components/useAnchoredMenu.js +72 -0
- package/dist/packages/core/src/components/useBarChartControl.d.ts +8 -0
- package/dist/packages/core/src/components/useBarChartControl.js +76 -0
- package/dist/packages/core/src/components/useCalendarMonth.d.ts +12 -0
- package/dist/packages/core/src/components/useCalendarMonth.js +50 -0
- package/dist/packages/core/src/components/useComboboxSuggestions.d.ts +22 -0
- package/dist/packages/core/src/components/useComboboxSuggestions.js +60 -0
- package/dist/packages/core/src/components/useFitScale.d.ts +16 -0
- package/dist/packages/core/src/components/useFitScale.js +43 -0
- package/dist/packages/core/src/components/useSoundCompassExam.d.ts +54 -0
- package/dist/packages/core/src/components/useSoundCompassExam.js +128 -0
- package/dist/packages/core/src/components/useToastLifecycle.d.ts +16 -0
- package/dist/packages/core/src/components/useToastLifecycle.js +140 -0
- package/dist/packages/core/src/components/wordTableLayout.d.ts +76 -0
- package/dist/packages/core/src/components/wordTableLayout.js +162 -0
- package/dist/packages/core/src/components.d.ts +314 -0
- package/dist/packages/core/src/components.js +232 -0
- package/dist/packages/core/src/context/I18nContext.d.ts +11 -0
- package/dist/packages/core/src/context/I18nContext.js +20 -0
- package/dist/packages/core/src/context/I18nProvider.d.ts +9 -0
- package/dist/packages/core/src/context/I18nProvider.js +15 -0
- package/dist/packages/core/src/context/WordDataContext.d.ts +25 -0
- package/dist/packages/core/src/context/WordDataContext.js +6 -0
- package/dist/packages/core/src/context/WordDataProvider.d.ts +5 -0
- package/dist/packages/core/src/context/WordDataProvider.js +5 -0
- package/dist/packages/core/src/hooks/bodyScrollLock.d.ts +5 -0
- package/dist/packages/core/src/hooks/bodyScrollLock.js +62 -0
- package/dist/packages/core/src/hooks/escStack.d.ts +2 -0
- package/dist/packages/core/src/hooks/escStack.js +38 -0
- package/dist/packages/core/src/hooks/useBackgroundUrl.d.ts +2 -0
- package/dist/packages/core/src/hooks/useBackgroundUrl.js +13 -0
- package/dist/packages/core/src/hooks/useCacheManagement.d.ts +34 -0
- package/dist/packages/core/src/hooks/useCacheManagement.js +107 -0
- package/dist/packages/core/src/hooks/useDailyTrainingSelection.d.ts +17 -0
- package/dist/packages/core/src/hooks/useDailyTrainingSelection.js +87 -0
- package/dist/packages/core/src/hooks/useDeviceManagement.d.ts +37 -0
- package/dist/packages/core/src/hooks/useDeviceManagement.js +40 -0
- package/dist/packages/core/src/hooks/useDocumentTitle.d.ts +22 -0
- package/dist/packages/core/src/hooks/useDocumentTitle.js +49 -0
- package/dist/packages/core/src/hooks/useEditableList.d.ts +20 -0
- package/dist/packages/core/src/hooks/useEditableList.js +73 -0
- package/dist/packages/core/src/hooks/useEscToClose.d.ts +19 -0
- package/dist/packages/core/src/hooks/useEscToClose.js +30 -0
- package/dist/packages/core/src/hooks/useFocusTrap.d.ts +19 -0
- package/dist/packages/core/src/hooks/useFocusTrap.js +50 -0
- package/dist/packages/core/src/hooks/useFontScale.d.ts +20 -0
- package/dist/packages/core/src/hooks/useFontScale.js +51 -0
- package/dist/packages/core/src/hooks/useHoverAnchor.d.ts +33 -0
- package/dist/packages/core/src/hooks/useHoverAnchor.js +49 -0
- package/dist/packages/core/src/hooks/useIcon.d.ts +7 -0
- package/dist/packages/core/src/hooks/useIcon.js +124 -0
- package/dist/packages/core/src/hooks/useLatestRef.d.ts +12 -0
- package/dist/packages/core/src/hooks/useLatestRef.js +17 -0
- package/dist/packages/core/src/hooks/useLucideIcon.d.ts +15 -0
- package/dist/packages/core/src/hooks/useLucideIcon.js +71 -0
- package/dist/packages/core/src/hooks/useMediaQuery.d.ts +17 -0
- package/dist/packages/core/src/hooks/useMediaQuery.js +45 -0
- package/dist/packages/core/src/hooks/usePagedList.d.ts +23 -0
- package/dist/packages/core/src/hooks/usePagedList.js +26 -0
- package/dist/packages/core/src/hooks/useParentBgTheme.d.ts +8 -0
- package/dist/packages/core/src/hooks/useParentBgTheme.js +18 -0
- package/dist/packages/core/src/hooks/usePasswordChange.d.ts +28 -0
- package/dist/packages/core/src/hooks/usePasswordChange.js +54 -0
- package/dist/packages/core/src/hooks/useRelativeDay.d.ts +12 -0
- package/dist/packages/core/src/hooks/useRelativeDay.js +30 -0
- package/dist/packages/core/src/hooks/useTablePaging.d.ts +46 -0
- package/dist/packages/core/src/hooks/useTablePaging.js +63 -0
- package/dist/packages/core/src/hooks/useToastState.d.ts +15 -0
- package/dist/packages/core/src/hooks/useToastState.js +29 -0
- package/dist/packages/core/src/hooks/useTrainingSessionLog.d.ts +7 -0
- package/dist/packages/core/src/hooks/useTrainingSessionLog.js +26 -0
- package/dist/packages/core/src/hooks/useTrainingTypeLabels.d.ts +16 -0
- package/dist/packages/core/src/hooks/useTrainingTypeLabels.js +25 -0
- package/dist/packages/core/src/hooks/useVisitAllPanel.d.ts +30 -0
- package/dist/packages/core/src/hooks/useVisitAllPanel.js +43 -0
- package/dist/packages/core/src/hooks/useVisitHistory.d.ts +38 -0
- package/dist/packages/core/src/hooks/useVisitHistory.js +59 -0
- package/dist/packages/core/src/hooks/useVisitSchedule.d.ts +31 -0
- package/dist/packages/core/src/hooks/useVisitSchedule.js +101 -0
- package/dist/packages/core/src/hooks/useWindowEvent.d.ts +11 -0
- package/dist/packages/core/src/hooks/useWindowEvent.js +27 -0
- package/dist/packages/core/src/hooks/useWordAttributeFilter.d.ts +70 -0
- package/dist/packages/core/src/hooks/useWordAttributeFilter.js +115 -0
- package/dist/packages/core/src/hooks/useWordDataStats.d.ts +22 -0
- package/dist/packages/core/src/hooks/useWordDataStats.js +40 -0
- package/dist/packages/core/src/hooks/useWordImage.d.ts +19 -0
- package/dist/packages/core/src/hooks/useWordImage.js +28 -0
- package/dist/packages/core/src/hooks/useWordMeanings.d.ts +39 -0
- package/dist/packages/core/src/hooks/useWordMeanings.js +62 -0
- package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.d.ts +34 -0
- package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.js +98 -0
- package/dist/packages/core/src/hooks/useWordTrainingFilter.d.ts +91 -0
- package/dist/packages/core/src/hooks/useWordTrainingFilter.js +549 -0
- package/dist/packages/core/src/hooks/wordTrainingFilterModel.d.ts +61 -0
- package/dist/packages/core/src/hooks/wordTrainingFilterModel.js +102 -0
- package/dist/packages/core/src/hooks.d.ts +27 -0
- package/dist/packages/core/src/hooks.js +28 -0
- package/dist/packages/core/src/i18n/index.d.ts +21 -0
- package/dist/packages/core/src/i18n/index.js +68 -0
- package/dist/packages/core/src/i18n/locales/en.json +4055 -0
- package/dist/packages/core/src/i18n/locales/ko.json +4052 -0
- package/dist/packages/core/src/icon/none.svg +4 -0
- package/dist/packages/core/src/icon/null.svg +3 -0
- package/dist/packages/core/src/index.d.ts +16 -0
- package/dist/packages/core/src/index.js +25 -0
- package/dist/packages/core/src/logo/Logo_APEB.svg +53 -0
- package/dist/packages/core/src/logo/Logo_APEB_black.svg +42 -0
- package/dist/packages/core/src/logo/Logo_APEB_white.svg +42 -0
- package/dist/packages/core/src/logo/Logo_HTP_kr.svg +21 -0
- package/dist/packages/core/src/logo/Logo_HTP_kr_black.svg +17 -0
- package/dist/packages/core/src/logo/Logo_HTP_kr_white.svg +17 -0
- package/dist/packages/core/src/logo/Logo_IHAB_en.svg +18 -0
- package/dist/packages/core/src/logo/Logo_IHAB_en_black.svg +14 -0
- package/dist/packages/core/src/logo/Logo_IHAB_en_white.svg +14 -0
- package/dist/packages/core/src/logo/Logo_IHAB_kr.svg +18 -0
- package/dist/packages/core/src/logo/Logo_IHAB_kr_black.svg +14 -0
- package/dist/packages/core/src/logo/Logo_IHAB_kr_white.svg +14 -0
- package/dist/packages/core/src/logo/Logo_SDS_kr.svg +22 -0
- package/dist/packages/core/src/logo/Logo_SDS_kr_black.svg +18 -0
- package/dist/packages/core/src/logo/Logo_SDS_kr_white.svg +18 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr.svg +20 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr_black.svg +21 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
- package/dist/packages/core/src/logo/Logo_speechearManager_kr_white.svg +21 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr.svg +17 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr_black.svg +16 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr_textWhite.svg +42 -0
- package/dist/packages/core/src/logo/Logo_speechear_kr_white.svg +16 -0
- package/dist/packages/core/src/logo/Symbol_APEB.svg +34 -0
- package/dist/packages/core/src/logo/Symbol_APEB_black.svg +15 -0
- package/dist/packages/core/src/logo/Symbol_APEB_white.svg +15 -0
- package/dist/packages/core/src/logo/Symbol_HTP.svg +14 -0
- package/dist/packages/core/src/logo/Symbol_HTP_black.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_HTP_white.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_IHAB.svg +14 -0
- package/dist/packages/core/src/logo/Symbol_IHAB_black.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_IHAB_white.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_SDS.svg +14 -0
- package/dist/packages/core/src/logo/Symbol_SDS_black.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_SDS_white.svg +10 -0
- package/dist/packages/core/src/logo/Symbol_speechear.svg +15 -0
- package/dist/packages/core/src/logo/Symbol_speechear_black.svg +16 -0
- package/dist/packages/core/src/logo/Symbol_speechear_white.svg +16 -0
- package/dist/packages/core/src/logo/qr_speechear.svg +1 -0
- package/dist/packages/core/src/sounds/noiseAssets.d.ts +6 -0
- package/dist/packages/core/src/sounds/noiseAssets.js +24 -0
- package/dist/packages/core/src/styles.css +144 -0
- package/dist/packages/core/src/tokens.css +407 -0
- package/dist/packages/core/src/types/audio.d.ts +11 -0
- package/dist/packages/core/src/types/audio.js +1 -0
- package/dist/packages/core/src/types/device.d.ts +10 -0
- package/dist/packages/core/src/types/device.js +1 -0
- package/dist/packages/core/src/types/filterPanel.d.ts +63 -0
- package/dist/packages/core/src/types/filterPanel.js +8 -0
- package/dist/packages/core/src/types/geometry.d.ts +14 -0
- package/dist/packages/core/src/types/geometry.js +1 -0
- package/dist/packages/core/src/types/training.d.ts +131 -0
- package/dist/packages/core/src/types/training.js +1 -0
- package/dist/packages/core/src/types/wordSearch.d.ts +49 -0
- package/dist/packages/core/src/types/wordSearch.js +1 -0
- package/dist/packages/core/src/types.d.ts +3 -0
- package/dist/packages/core/src/types.js +1 -0
- package/dist/packages/core/src/utils/CategoryData.d.ts +91 -0
- package/dist/packages/core/src/utils/CategoryData.js +57 -0
- package/dist/packages/core/src/utils/array.d.ts +20 -0
- package/dist/packages/core/src/utils/array.js +36 -0
- package/dist/packages/core/src/utils/assets.d.ts +41 -0
- package/dist/packages/core/src/utils/assets.js +62 -0
- package/dist/packages/core/src/utils/audioMeter.d.ts +19 -0
- package/dist/packages/core/src/utils/audioMeter.js +70 -0
- package/dist/packages/core/src/utils/categories.d.ts +67 -0
- package/dist/packages/core/src/utils/categories.js +70 -0
- package/dist/packages/core/src/utils/clipboard.d.ts +10 -0
- package/dist/packages/core/src/utils/clipboard.js +46 -0
- package/dist/packages/core/src/utils/companyTypes.d.ts +2 -0
- package/dist/packages/core/src/utils/companyTypes.js +6 -0
- package/dist/packages/core/src/utils/csv.d.ts +22 -0
- package/dist/packages/core/src/utils/csv.js +35 -0
- package/dist/packages/core/src/utils/cx.d.ts +7 -0
- package/dist/packages/core/src/utils/cx.js +9 -0
- package/dist/packages/core/src/utils/dailySelectionUtils.d.ts +15 -0
- package/dist/packages/core/src/utils/dailySelectionUtils.js +68 -0
- package/dist/packages/core/src/utils/date.d.ts +86 -0
- package/dist/packages/core/src/utils/date.js +171 -0
- package/dist/packages/core/src/utils/deviceKind.d.ts +13 -0
- package/dist/packages/core/src/utils/deviceKind.js +19 -0
- package/dist/packages/core/src/utils/encoding.d.ts +26 -0
- package/dist/packages/core/src/utils/encoding.js +33 -0
- package/dist/packages/core/src/utils/errorMessage.d.ts +44 -0
- package/dist/packages/core/src/utils/errorMessage.js +63 -0
- package/dist/packages/core/src/utils/fontScale.d.ts +10 -0
- package/dist/packages/core/src/utils/fontScale.js +28 -0
- package/dist/packages/core/src/utils/format.d.ts +48 -0
- package/dist/packages/core/src/utils/format.js +122 -0
- package/dist/packages/core/src/utils/gameScoreLogger.d.ts +48 -0
- package/dist/packages/core/src/utils/gameScoreLogger.js +42 -0
- package/dist/packages/core/src/utils/getTrainingData.d.ts +61 -0
- package/dist/packages/core/src/utils/getTrainingData.js +156 -0
- package/dist/packages/core/src/utils/imageConfig.d.ts +48 -0
- package/dist/packages/core/src/utils/imageConfig.js +159 -0
- package/dist/packages/core/src/utils/josa.d.ts +29 -0
- package/dist/packages/core/src/utils/josa.js +103 -0
- package/dist/packages/core/src/utils/koreanPronunciation.d.ts +16 -0
- package/dist/packages/core/src/utils/koreanPronunciation.js +223 -0
- package/dist/packages/core/src/utils/koreanSyllable.d.ts +174 -0
- package/dist/packages/core/src/utils/koreanSyllable.js +654 -0
- package/dist/packages/core/src/utils/lucideIconSet.d.ts +16 -0
- package/dist/packages/core/src/utils/lucideIconSet.js +350 -0
- package/dist/packages/core/src/utils/lucideLoader.d.ts +44 -0
- package/dist/packages/core/src/utils/lucideLoader.js +76 -0
- package/dist/packages/core/src/utils/noiseSettingsStore.d.ts +22 -0
- package/dist/packages/core/src/utils/noiseSettingsStore.js +36 -0
- package/dist/packages/core/src/utils/phonemeConvert.d.ts +9 -0
- package/dist/packages/core/src/utils/phonemeConvert.js +53 -0
- package/dist/packages/core/src/utils/phonemeGroups.d.ts +22 -0
- package/dist/packages/core/src/utils/phonemeGroups.js +29 -0
- package/dist/packages/core/src/utils/phonemePairSearch.d.ts +22 -0
- package/dist/packages/core/src/utils/phonemePairSearch.js +583 -0
- package/dist/packages/core/src/utils/phonemePairSearchTypes.d.ts +46 -0
- package/dist/packages/core/src/utils/phonemePairSearchTypes.js +1 -0
- package/dist/packages/core/src/utils/planFeatures.d.ts +61 -0
- package/dist/packages/core/src/utils/planFeatures.js +168 -0
- package/dist/packages/core/src/utils/pronunciationConfig.d.ts +7 -0
- package/dist/packages/core/src/utils/pronunciationConfig.js +21 -0
- package/dist/packages/core/src/utils/savedWordTables.d.ts +18 -0
- package/dist/packages/core/src/utils/savedWordTables.js +70 -0
- package/dist/packages/core/src/utils/sortValue.d.ts +24 -0
- package/dist/packages/core/src/utils/sortValue.js +26 -0
- package/dist/packages/core/src/utils/speak.d.ts +7 -0
- package/dist/packages/core/src/utils/speak.js +35 -0
- package/dist/packages/core/src/utils/storage.d.ts +102 -0
- package/dist/packages/core/src/utils/storage.js +118 -0
- package/dist/packages/core/src/utils/theme.d.ts +11 -0
- package/dist/packages/core/src/utils/theme.js +28 -0
- package/dist/packages/core/src/utils/trainingItemResults.d.ts +60 -0
- package/dist/packages/core/src/utils/trainingItemResults.js +72 -0
- package/dist/packages/core/src/utils/trainingLogger.d.ts +58 -0
- package/dist/packages/core/src/utils/trainingLogger.js +50 -0
- package/dist/packages/core/src/utils/trainingPalette.d.ts +12 -0
- package/dist/packages/core/src/utils/trainingPalette.js +12 -0
- package/dist/packages/core/src/utils/ttsConfig.d.ts +78 -0
- package/dist/packages/core/src/utils/ttsConfig.js +89 -0
- package/dist/packages/core/src/utils/ttsResolver.d.ts +17 -0
- package/dist/packages/core/src/utils/ttsResolver.js +56 -0
- package/dist/packages/core/src/utils/wordContrast.d.ts +54 -0
- package/dist/packages/core/src/utils/wordContrast.js +198 -0
- package/dist/packages/core/src/utils/wordPairIndex.d.ts +26 -0
- package/dist/packages/core/src/utils/wordPairIndex.js +194 -0
- package/dist/packages/core/src/utils/wordPool.d.ts +34 -0
- package/dist/packages/core/src/utils/wordPool.js +20 -0
- package/dist/packages/core/src/utils/wordSuggestionPolicy.d.ts +55 -0
- package/dist/packages/core/src/utils/wordSuggestionPolicy.js +97 -0
- package/dist/packages/core/src/utils/wordTrainingGenerators.d.ts +122 -0
- package/dist/packages/core/src/utils/wordTrainingGenerators.js +560 -0
- package/dist/packages/core/src/utils/wordTrainingGroups.d.ts +10 -0
- package/dist/packages/core/src/utils/wordTrainingGroups.js +69 -0
- package/dist/packages/core/src/utils/wordTrainingPool.d.ts +51 -0
- package/dist/packages/core/src/utils/wordTrainingPool.js +436 -0
- package/dist/packages/core/src/utils/wordTrainingRuntime.d.ts +38 -0
- package/dist/packages/core/src/utils/wordTrainingRuntime.js +641 -0
- package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.d.ts +89 -0
- package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.js +77 -0
- package/dist/packages/core/src/utils.d.ts +57 -0
- package/dist/packages/core/src/utils.js +46 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/dist/types.cjs.js +1 -0
- package/dist/types.esm.js +1 -0
- package/dist/utils.cjs.js +20 -0
- package/dist/utils.esm.js +20 -0
- package/package.json +171 -0
|
@@ -0,0 +1,993 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var c=require("react"),n=require("react/jsx-runtime"),Yt=require("react-dom"),Kt=typeof document<"u"?document.currentScript:null;function Q(t,e){e===void 0&&(e={});var a=e.insertAt;if(!(!t||typeof document>"u")){var o=document.head||document.getElementsByTagName("head")[0],r=document.createElement("style");r.type="text/css",a==="top"&&o.firstChild?o.insertBefore(r,o.firstChild):o.appendChild(r),r.styleSheet?r.styleSheet.cssText=t:r.appendChild(document.createTextNode(t))}}var af=':where(.ihabdevteam-core-scope){--brand-main:#499cdf;--brand-sub:#4dcdc0;--color-lightMain:var(--brand-lightMain,#d2e2ef);--color-softMain:var(--brand-softMain,#8bbce4);--color-main:var(--brand-main);--color-main-a10:color-mix(in srgb,var(--color-main) 10%,transparent);--color-main-a20:color-mix(in srgb,var(--color-main) 20%,transparent);--color-deepMain:var(--brand-deepMain,#418ecd);--color-darkMain:var(--brand-darkMain,#1e5a8f);--color-lightSub:var(--brand-lightSub,#d5ecea);--color-softSub:var(--brand-softSub,#92ddd5);--color-sub:var(--brand-sub);--color-sub-a10:color-mix(in srgb,var(--color-sub) 10%,transparent);--color-deepSub:var(--brand-deepSub,#45bbaf);--color-darkSub:var(--brand-darkSub,#257e76);--color-infoLink:#2f7fd1;--color-uiAccent:#32bbae;--color-success:#2fae9e;--color-warn:#e6b94e;--color-warn-a10:#e6b94e1a;--color-error:#d9534f;--color-error-a10:#d9534f1a;--color-like:#e06b68;--color-disabled:#bfc7d1;--color-pureWhite:#fff;--color-white:#fbfdff;--color-white-a10:#fbfdff1a;--color-white-a30:#fbfdff4d;--color-white-a60:#fbfdff99;--color-white-a80:#fbfdffcc;--color-deepWhite:#f8fafc;--color-darkWhite:#eef2f6;--color-whiteLine:#dde3ec;--color-lightGray:#96a4b8;--color-lightGray-a10:#96a4b81a;--color-lightGray-a80:#96a4b8cc;--color-softGray:#7b8ca3;--color-gray:#64748b;--color-gray-a10:#64748b1a;--color-gray-a60:#64748b99;--color-gray-a80:#64748bcc;--color-deepGray:#546170;--color-darkGray:#434d56;--color-darkGray-a10:#434d561a;--color-lightBlack:#32393f;--color-softBlack:#222528;--color-black:#111;--color-pureBlack:#000;--color-popupBlock:rgba(16,24,32,.6);--color-text-primary:var(--color-black);--color-text-secondary:var(--color-gray);--color-text-muted:var(--color-lightGray);--color-text-on-brand:var(--color-pureWhite);--color-surface:var(--color-white);--color-surface-raised:var(--color-deepWhite);--color-surface-sunken:var(--color-darkWhite);--color-border:var(--color-whiteLine);--color-overlay:var(--color-popupBlock);--shadow-popup:20px 20px 20px rgba(0,0,0,.05);--shadow-tooltip:8px 8px 8px rgba(0,0,0,.05);--shadow-button:4px 4px 4px rgba(0,0,0,.05);--shadow-menu:20px 20px 20px rgba(0,0,0,.05);--shadow-card:2px 2px 8px rgba(0,0,0,.06);--shadow-dropdown:8px 8px 24px rgba(0,0,0,.06);--shadow-panel:4px 4px 20px rgba(0,0,0,.06);--font-family:"Pretendard Variable","Pretendard",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--text-h0-size:40px;--text-h0-line:52px;--text-h0-spacing:-1px;--text-h0-weight:700;--text-h0-weight-bold:800;--text-h1-size:32px;--text-h1-line:44px;--text-h1-spacing:-0.5px;--text-h1-weight:700;--text-h1-weight-bold:800;--text-h2-size:24px;--text-h2-line:34px;--text-h2-spacing:-0.25px;--text-h2-weight:500;--text-h2-weight-bold:600;--text-h3-size:20px;--text-h3-line:30px;--text-h3-spacing:normal;--text-h3-weight:500;--text-h3-weight-bold:600;--text-h4-size:17px;--text-h4-line:26px;--text-h4-spacing:normal;--text-h4-weight:500;--text-h4-weight-bold:600;--text-h5-size:15px;--text-h5-line:23px;--text-h5-spacing:normal;--text-h5-weight:500;--text-h5-weight-bold:600;--text-body-1-size:18px;--text-body-1-line:28px;--text-body-1-weight:400;--text-body-1-weight-bold:600;--text-body-2-size:16px;--text-body-2-line:26px;--text-body-2-weight:400;--text-body-2-weight-bold:600;--text-body-3-size:14px;--text-body-3-line:22px;--text-body-3-weight:400;--text-body-3-weight-bold:600;--text-button-1-size:14px;--text-button-1-line:20px;--text-button-1-weight:500;--text-button-2-size:13px;--text-button-2-line:18px;--text-button-2-weight:400;--text-caption-1-size:12px;--text-caption-1-line:17px;--text-caption-1-weight:400;--text-caption-1-weight-bold:600;--text-caption-2-size:11px;--text-caption-2-line:15px;--text-caption-2-weight:400;--text-caption-2-weight-bold:600;--spacing-xs:8px;--spacing-s:12px;--spacing-m:16px;--spacing-l:20px;--spacing-xl:24px;--spacing-page:60px;--spacing-content:20px;--container-page:1920px;--margin-page:var(--spacing-page);--margin-content:var(--spacing-content);--duration-fast:120ms;--duration-base:200ms;--duration-slow:320ms;--ease-out:cubic-bezier(0.22,0.9,0.3,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--bp-tablet:768px;--bp-desktop:1024px;--radius-xs:4px;--radius-sm:8px;--radius-s:10px;--radius-card:12px;--radius-m:20px;--radius-l:40px;--radius-full:999px;--radius-dialog:var(--radius-m);--z-base:0;--z-content:1;--z-dropdown:200;--z-sticky:500;--z-nav:1000;--z-sidebar:1100;--z-overlay:2000;--z-page-popup:2100;--z-fab:2150;--z-modal:2200;--focus-ring:var(--color-main);--z-popover:2300;--z-tooltip:3000;--z-alert:3100;--z-toast:3200;color-scheme:light}@media (min-width:768px) and (max-width:1023px){:where(.ihabdevteam-core-scope){--spacing-page:40px;--spacing-content:15px;--text-h0-size:32px;--text-h0-line:44px;--text-h0-spacing:-0.75px;--text-h1-size:28px;--text-h1-line:40px;--text-h1-spacing:-0.4px;--text-h2-size:22px;--text-h2-line:32px;--text-h2-spacing:-0.2px;--text-h3-size:18px;--text-h3-line:28px;--text-h4-size:16px;--text-h4-line:24px;--text-h5-size:14px;--text-h5-line:21px;--text-body-1-size:17px;--text-body-1-line:27px;--text-body-2-size:15px;--text-body-2-line:24px;--text-body-3-size:14px;--text-body-3-line:22px}}@media (max-width:767px){:where(.ihabdevteam-core-scope){--spacing-page:20px;--spacing-content:10px;--text-h0-size:28px;--text-h0-line:38px;--text-h0-spacing:-0.5px;--text-h1-size:24px;--text-h1-line:34px;--text-h1-spacing:-0.3px;--text-h2-size:20px;--text-h2-line:29px;--text-h2-spacing:-0.2px;--text-h3-size:17px;--text-h3-line:26px;--text-h4-size:15px;--text-h4-line:23px;--text-h5-size:13px;--text-h5-line:20px;--text-body-1-size:17px;--text-body-1-line:27px;--text-body-2-size:15px;--text-body-2-line:23px;--text-body-3-size:13px;--text-body-3-line:21px}}.ihabdevteam-core-scope [data-font-scale=large1]{--text-h4-size:19px;--text-h4-line:29px;--text-h5-size:17px;--text-h5-line:26px;--text-body-1-size:20px;--text-body-1-line:31px;--text-body-2-size:18px;--text-body-2-line:28px;--text-body-3-size:16px;--text-body-3-line:25px;--text-button-1-size:16px;--text-button-1-line:23px;--text-button-2-size:15px;--text-button-2-line:21px;--text-caption-1-size:14px;--text-caption-1-line:20px;--text-caption-2-size:12px;--text-caption-2-line:17px}.ihabdevteam-core-scope [data-font-scale=large2]{--text-h4-size:21px;--text-h4-line:32px;--text-h5-size:19px;--text-h5-line:29px;--text-body-1-size:23px;--text-body-1-line:36px;--text-body-2-size:20px;--text-body-2-line:31px;--text-body-3-size:18px;--text-body-3-line:28px;--text-button-1-size:18px;--text-button-1-line:26px;--text-button-2-size:16px;--text-button-2-line:23px;--text-caption-1-size:15px;--text-caption-1-line:21px;--text-caption-2-size:14px;--text-caption-2-line:19px}.ihabdevteam-core-scope [data-font-scale=large3]{--text-h4-size:23px;--text-h4-line:35px;--text-h5-size:21px;--text-h5-line:32px;--text-body-1-size:25px;--text-body-1-line:39px;--text-body-2-size:22px;--text-body-2-line:34px;--text-body-3-size:19px;--text-body-3-line:30px;--text-button-1-size:19px;--text-button-1-line:27px;--text-button-2-size:18px;--text-button-2-line:26px;--text-caption-1-size:17px;--text-caption-1-line:24px;--text-caption-2-size:15px;--text-caption-2-line:21px}.ihabdevteam-core-scope [data-theme=dark]{--color-white:#1e2227;--color-deepWhite:#252a30;--color-darkWhite:#2d3238;--color-whiteLine:hsla(0,0%,100%,.08);--color-black:#f0f2f5;--color-softBlack:#dde1e7;--color-lightBlack:#cbd1da;--color-darkGray:#b8c0cc;--color-deepGray:#a1aab7;--color-gray:#8b95a1;--color-softGray:#737f90;--color-lightGray:#60697a;--color-pureWhite:#0f1215;--color-pureBlack:#f0f2f5;--color-disabled:#3f4650;color-scheme:dark}@media (prefers-color-scheme:dark){.ihabdevteam-core-scope :root:not([data-theme=light]):not([data-theme=dark]),.ihabdevteam-core-scope [data-theme=auto]{--color-white:#1e2227;--color-deepWhite:#252a30;--color-darkWhite:#2d3238;--color-whiteLine:hsla(0,0%,100%,.08);--color-black:#f0f2f5;--color-softBlack:#dde1e7;--color-lightBlack:#cbd1da;--color-darkGray:#b8c0cc;--color-deepGray:#a1aab7;--color-gray:#8b95a1;--color-softGray:#737f90;--color-lightGray:#60697a;--color-pureWhite:#0f1215;--color-pureBlack:#f0f2f5;--color-disabled:#3f4650;color-scheme:dark}}.ihabdevteam-core-scope .force-light-scheme{--color-pureWhite:#fff;--color-white:#fbfdff;--color-deepWhite:#f8fafc;--color-darkWhite:#eef2f6;--color-whiteLine:#dde3ec;--color-lightGray:#96a4b8;--color-softGray:#7b8ca3;--color-gray:#64748b;--color-deepGray:#546170;--color-darkGray:#434d56;--color-lightBlack:#32393f;--color-softBlack:#222528;--color-black:#111;--color-pureBlack:#000;--color-disabled:#bfc7d1;color-scheme:light}@media (hover:none){.ihabdevteam-core-scope [role=button]:hover,.ihabdevteam-core-scope a:hover,.ihabdevteam-core-scope button:hover{opacity:1}}.ihabdevteam-core-scope *,.ihabdevteam-core-scope :after,.ihabdevteam-core-scope :before{box-sizing:border-box}.ihabdevteam-core-scope{margin:0}.ihabdevteam-core-scope button,.ihabdevteam-core-scope input,.ihabdevteam-core-scope select,.ihabdevteam-core-scope textarea{font-family:inherit}.ihabdevteam-core-scope .h0,.ihabdevteam-core-scope .h0b{font-size:40px;font-size:var(--text-h0-size);letter-spacing:-1px;letter-spacing:var(--text-h0-spacing);line-height:52px;line-height:var(--text-h0-line);margin:0}.ihabdevteam-core-scope .h1,.ihabdevteam-core-scope .h1b{font-size:32px;font-size:var(--text-h1-size);letter-spacing:-.5px;letter-spacing:var(--text-h1-spacing);line-height:44px;line-height:var(--text-h1-line);margin:0}.ihabdevteam-core-scope .h2,.ihabdevteam-core-scope .h2b{font-size:24px;font-size:var(--text-h2-size);letter-spacing:-.25px;letter-spacing:var(--text-h2-spacing);line-height:34px;line-height:var(--text-h2-line);margin:0}.ihabdevteam-core-scope .h3,.ihabdevteam-core-scope .h3b{font-size:20px;font-size:var(--text-h3-size);letter-spacing:normal;letter-spacing:var(--text-h3-spacing);line-height:30px;line-height:var(--text-h3-line);margin:0}.ihabdevteam-core-scope .h4,.ihabdevteam-core-scope .h4b{font-size:17px;font-size:var(--text-h4-size);letter-spacing:normal;letter-spacing:var(--text-h4-spacing);line-height:26px;line-height:var(--text-h4-line);margin:0}.ihabdevteam-core-scope .h5,.ihabdevteam-core-scope .h5b{font-size:15px;font-size:var(--text-h5-size);letter-spacing:normal;letter-spacing:var(--text-h5-spacing);line-height:23px;line-height:var(--text-h5-line);margin:0}.ihabdevteam-core-scope .h0{font-weight:700;font-weight:var(--text-h0-weight)}.ihabdevteam-core-scope .h1{font-weight:700;font-weight:var(--text-h1-weight)}.ihabdevteam-core-scope .h2{font-weight:500;font-weight:var(--text-h2-weight)}.ihabdevteam-core-scope .h3{font-weight:500;font-weight:var(--text-h3-weight)}.ihabdevteam-core-scope .h4{font-weight:500;font-weight:var(--text-h4-weight)}.ihabdevteam-core-scope .h5{font-weight:500;font-weight:var(--text-h5-weight)}.ihabdevteam-core-scope .h0b{font-weight:800;font-weight:var(--text-h0-weight-bold)}.ihabdevteam-core-scope .h1b{font-weight:800;font-weight:var(--text-h1-weight-bold)}.ihabdevteam-core-scope .h2b{font-weight:600;font-weight:var(--text-h2-weight-bold)}.ihabdevteam-core-scope .h3b{font-weight:600;font-weight:var(--text-h3-weight-bold)}.ihabdevteam-core-scope .h4b{font-weight:600;font-weight:var(--text-h4-weight-bold)}.ihabdevteam-core-scope .h5b{font-weight:600;font-weight:var(--text-h5-weight-bold)}.ihabdevteam-core-scope .body-1,.ihabdevteam-core-scope .body-1b{font-size:18px;font-size:var(--text-body-1-size);font-weight:400;font-weight:var(--text-body-1-weight);line-height:28px;line-height:var(--text-body-1-line);margin:0}.ihabdevteam-core-scope .body-2,.ihabdevteam-core-scope .body-2b{font-size:16px;font-size:var(--text-body-2-size);font-weight:400;font-weight:var(--text-body-2-weight);line-height:26px;line-height:var(--text-body-2-line);margin:0}.ihabdevteam-core-scope .body-3,.ihabdevteam-core-scope .body-3b{font-size:14px;font-size:var(--text-body-3-size);font-weight:400;font-weight:var(--text-body-3-weight);line-height:22px;line-height:var(--text-body-3-line);margin:0}.ihabdevteam-core-scope .body-1b{font-weight:600;font-weight:var(--text-body-1-weight-bold)}.ihabdevteam-core-scope .body-2b{font-weight:600;font-weight:var(--text-body-2-weight-bold)}.ihabdevteam-core-scope .body-3b{font-weight:600;font-weight:var(--text-body-3-weight-bold)}.ihabdevteam-core-scope .button-1{font-size:14px;font-size:var(--text-button-1-size);font-weight:500;font-weight:var(--text-button-1-weight);line-height:20px;line-height:var(--text-button-1-line);margin:0}.ihabdevteam-core-scope .button-2{font-size:13px;font-size:var(--text-button-2-size);font-weight:400;font-weight:var(--text-button-2-weight);line-height:18px;line-height:var(--text-button-2-line);margin:0}.ihabdevteam-core-scope .caption-1,.ihabdevteam-core-scope .caption-1b{font-size:12px;font-size:var(--text-caption-1-size);font-weight:400;font-weight:var(--text-caption-1-weight);line-height:17px;line-height:var(--text-caption-1-line);margin:0}.ihabdevteam-core-scope .caption-2,.ihabdevteam-core-scope .caption-2b{font-size:11px;font-size:var(--text-caption-2-size);font-weight:400;font-weight:var(--text-caption-2-weight);line-height:15px;line-height:var(--text-caption-2-line);margin:0}.ihabdevteam-core-scope .caption-1b{font-weight:600;font-weight:var(--text-caption-1-weight-bold)}.ihabdevteam-core-scope .caption-2b{font-weight:600;font-weight:var(--text-caption-2-weight-bold)}.ihabdevteam-core-scope ::-webkit-scrollbar{height:6px;width:6px}.ihabdevteam-core-scope ::-webkit-scrollbar-track{background:transparent}.ihabdevteam-core-scope ::-webkit-scrollbar-thumb{background:#eef2f6;background:var(--color-darkWhite);border-radius:3px}.ihabdevteam-core-scope ::-webkit-scrollbar-thumb:hover{background:#96a4b8;background:var(--color-lightGray)}.ihabdevteam-core-scope *{scrollbar-color:#eef2f6 transparent;scrollbar-color:var(--color-darkWhite) transparent;scrollbar-width:thin}@keyframes sub-to-main{0%{background-color:#4dcdc0;background-color:var(--color-sub)}to{background-color:#499cdf;background-color:var(--color-main)}}.ihabdevteam-core-scope .safearea{margin:0 auto;max-width:1920px;max-width:var(--container-page);width:100%}.ihabdevteam-core-scope{color:#111;color:var(--color-black);font-family:Pretendard Variable,Pretendard,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font-family);overflow-wrap:anywhere;white-space:normal;word-break:keep-all}.ihabdevteam-core-scope :focus-visible{outline:2px solid #499cdf;outline:2px solid var(--focus-ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){.ihabdevteam-core-scope *,.ihabdevteam-core-scope :after,.ihabdevteam-core-scope :before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}';Q(af);const Ne=t=>typeof t=="string",Ro=()=>{let t,e;const a=new Promise((o,r)=>{t=o,e=r});return a.resolve=t,a.reject=e,a},id=t=>t==null?"":String(t),of=(t,e,a)=>{t.forEach(o=>{e[o]&&(a[o]=e[o])})},rf=/###/g,sd=t=>t&&t.includes("###")?t.replace(rf,"."):t,ld=t=>!t||Ne(t),$o=(t,e,a)=>{const o=Ne(e)?e.split("."):e;let r=0;for(;r<o.length-1;){if(ld(t))return{};const i=sd(o[r]);!t[i]&&a&&(t[i]=new a),Object.prototype.hasOwnProperty.call(t,i)?t=t[i]:t={},++r}return ld(t)?{}:{obj:t,k:sd(o[r])}},cd=(t,e,a)=>{const{obj:o,k:r}=$o(t,e,Object);if(o!==void 0||e.length===1){o[r]=a;return}let i=e[e.length-1],s=e.slice(0,e.length-1),l=$o(t,s,Object);for(;l.obj===void 0&&s.length;)i=`${s[s.length-1]}.${i}`,s=s.slice(0,s.length-1),l=$o(t,s,Object),l?.obj&&typeof l.obj[`${l.k}.${i}`]<"u"&&(l.obj=void 0);l.obj[`${l.k}.${i}`]=a},nf=(t,e,a,o)=>{const{obj:r,k:i}=$o(t,e,Object);r[i]=r[i]||[],r[i].push(a)},Mr=(t,e)=>{const{obj:a,k:o}=$o(t,e);if(a&&Object.prototype.hasOwnProperty.call(a,o))return a[o]},sf=(t,e,a)=>{const o=Mr(t,a);return o!==void 0?o:Mr(e,a)},dd=(t,e,a)=>{for(const o in e)o!=="__proto__"&&o!=="constructor"&&(Object.prototype.hasOwnProperty.call(t,o)?Ne(t[o])||t[o]instanceof String||Ne(e[o])||e[o]instanceof String?a&&(t[o]=e[o]):dd(t[o],e[o],a):t[o]=e[o]);return t},wa=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),lf={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},cf=t=>Ne(t)?t.replace(/[&<>"'\/]/g,e=>lf[e]):t;class df{constructor(e){this.capacity=e,this.regExpMap=new Map,this.regExpQueue=[]}getRegExp(e){const a=this.regExpMap.get(e);if(a!==void 0)return a;const o=new RegExp(e);return this.regExpQueue.length===this.capacity&&this.regExpMap.delete(this.regExpQueue.shift()),this.regExpMap.set(e,o),this.regExpQueue.push(e),o}}const uf=[" ",",","?","!",";"],pf=new df(20),hf=(t,e,a)=>{e=e||"",a=a||"";const o=uf.filter(s=>!e.includes(s)&&!a.includes(s));if(o.length===0)return!0;const r=pf.getRegExp(`(${o.map(s=>s==="?"?"\\?":s).join("|")})`);let i=!r.test(t);if(!i){const s=t.indexOf(a);s>0&&!r.test(t.substring(0,s))&&(i=!0)}return i},Jn=(t,e,a=".")=>{if(!t)return;if(t[e])return Object.prototype.hasOwnProperty.call(t,e)?t[e]:void 0;const o=e.split(a);let r=t;for(let i=0;i<o.length;){if(!r||typeof r!="object")return;let s,l="";for(let u=i;u<o.length;++u)if(u!==i&&(l+=a),l+=o[u],s=r[l],s!==void 0){if(["string","number","boolean"].includes(typeof s)&&u<o.length-1)continue;i+=u-i+1;break}r=s}return r},Io=t=>t?.replace(/_/g,"-"),mf={type:"logger",log(t){this.output("log",t)},warn(t){this.output("warn",t)},error(t){this.output("error",t)},output(t,e){console?.[t]?.apply?.(console,e)}};class Yn{constructor(e,a={}){this.init(e,a)}init(e,a={}){this.prefix=a.prefix||"i18next:",this.logger=e||mf,this.options=a,this.debug=a.debug}log(...e){return this.forward(e,"log","",!0)}warn(...e){return this.forward(e,"warn","",!0)}error(...e){return this.forward(e,"error","")}deprecate(...e){return this.forward(e,"warn","WARNING DEPRECATED: ",!0)}forward(e,a,o,r){return r&&!this.debug?null:(e=e.map(i=>Ne(i)?i.replace(/[\r\n\x00-\x1F\x7F]/g," "):i),Ne(e[0])&&(e[0]=`${o}${this.prefix} ${e[0]}`),this.logger[a](e))}create(e){return new Yn(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new Yn(this.logger,e)}}var ua=new Yn;class Pr{constructor(){this.observers={}}on(e,a){return e.split(" ").forEach(o=>{this.observers[o]||(this.observers[o]=new Map);const r=this.observers[o].get(a)||0;this.observers[o].set(a,r+1)}),this}off(e,a){if(this.observers[e]){if(!a){delete this.observers[e];return}this.observers[e].delete(a)}}once(e,a){const o=(...r)=>{a(...r),this.off(e,o)};return this.on(e,o),this}emit(e,...a){this.observers[e]&&Array.from(this.observers[e].entries()).forEach(([r,i])=>{for(let s=0;s<i;s++)r(...a)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([r,i])=>{for(let s=0;s<i;s++)r(e,...a)})}}class ud extends Pr{constructor(e,a={ns:["translation"],defaultNS:"translation"}){super(),this.data=e||{},this.options=a,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.options.ignoreJSONStructure===void 0&&(this.options.ignoreJSONStructure=!0)}addNamespaces(e){this.options.ns.includes(e)||this.options.ns.push(e)}removeNamespaces(e){const a=this.options.ns.indexOf(e);a>-1&&this.options.ns.splice(a,1)}getResource(e,a,o,r={}){const i=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,s=r.ignoreJSONStructure!==void 0?r.ignoreJSONStructure:this.options.ignoreJSONStructure;let l;e.includes(".")?l=e.split("."):(l=[e,a],o&&(Array.isArray(o)?l.push(...o):Ne(o)&&i?l.push(...o.split(i)):l.push(o)));const u=Mr(this.data,l);return!u&&!a&&!o&&e.includes(".")&&(e=l[0],a=l[1],o=l.slice(2).join(".")),u||!s||!Ne(o)?u:Jn(this.data?.[e]?.[a],o,i)}addResource(e,a,o,r,i={silent:!1}){const s=i.keySeparator!==void 0?i.keySeparator:this.options.keySeparator;let l=[e,a];o&&(l=l.concat(s?o.split(s):o)),e.includes(".")&&(l=e.split("."),r=a,a=l[1]),this.addNamespaces(a),cd(this.data,l,r),i.silent||this.emit("added",e,a,o,r)}addResources(e,a,o,r={silent:!1}){for(const i in o)(Ne(o[i])||Array.isArray(o[i]))&&this.addResource(e,a,i,o[i],{silent:!0});r.silent||this.emit("added",e,a,o)}addResourceBundle(e,a,o,r,i,s={silent:!1,skipCopy:!1}){let l=[e,a];e.includes(".")&&(l=e.split("."),r=o,o=a,a=l[1]),this.addNamespaces(a);let u=Mr(this.data,l)||{};s.skipCopy||(o=JSON.parse(JSON.stringify(o))),r?dd(u,o,i):u={...u,...o},cd(this.data,l,u),s.silent||this.emit("added",e,a,o)}removeResourceBundle(e,a){this.hasResourceBundle(e,a)&&delete this.data[e][a],this.removeNamespaces(a),this.emit("removed",e,a)}hasResourceBundle(e,a){return this.getResource(e,a)!==void 0}getResourceBundle(e,a){return a||(a=this.options.defaultNS),this.getResource(e,a)}getDataByLanguage(e){return this.data[e]}hasLanguageSomeTranslations(e){const a=this.getDataByLanguage(e);return!!(a&&Object.keys(a)||[]).find(r=>a[r]&&Object.keys(a[r]).length>0)}toJSON(){return this.data}}var pd={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,a,o,r){return t.forEach(i=>{e=this.processors[i]?.process(e,a,o,r)??e}),e}};const hd=Symbol("i18next/PATH_KEY");function gf(){const t=[],e=Object.create(null);let a;return e.get=(o,r)=>(a?.revoke?.(),r===hd?t:(t.push(r),a=Proxy.revocable(o,e),a.proxy)),Proxy.revocable(Object.create(null),e).proxy}function ho(t,e){const{[hd]:a}=t(gf()),o=e?.keySeparator??".",r=e?.nsSeparator??":",i=e?.enableSelector==="strict";if(a.length>1&&r){const s=e?.ns,l=i?Array.isArray(s)?s:s?[s]:null:Array.isArray(s)?s:null;if(l&&(i?l:l.length>1?l.slice(1):[]).includes(a[0]))return`${a[0]}${r}${a.slice(1).join(o)}`}return a.join(o)}const Qn=t=>!Ne(t)&&typeof t!="boolean"&&typeof t!="number";class Kn extends Pr{constructor(e,a={}){super(),of(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=a,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=ua.create("translator"),this.checkedLoadedFor={}}changeLanguage(e){e&&(this.language=e)}exists(e,a={interpolation:{}}){const o={...a};if(e==null)return!1;const r=this.resolve(e,o);if(r?.res===void 0)return!1;const i=Qn(r.res);return!(o.returnObjects===!1&&i)}extractFromKey(e,a){let o=a.nsSeparator!==void 0?a.nsSeparator:this.options.nsSeparator;o===void 0&&(o=":");const r=a.keySeparator!==void 0?a.keySeparator:this.options.keySeparator;let i=a.ns||this.options.defaultNS||[];const s=o&&e.includes(o),l=!this.options.userDefinedKeySeparator&&!a.keySeparator&&!this.options.userDefinedNsSeparator&&!a.nsSeparator&&!hf(e,o,r);if(s&&!l){const u=e.match(this.interpolator.nestingRegexp);if(u&&u.length>0)return{key:e,namespaces:Ne(i)?[i]:i};const d=e.split(o);(o!==r||o===r&&this.options.ns.includes(d[0]))&&(i=d.shift()),e=d.join(r)}return{key:e,namespaces:Ne(i)?[i]:i}}translate(e,a,o){let r=typeof a=="object"?{...a}:a;if(typeof r!="object"&&this.options.overloadTranslationOptionHandler&&(r=this.options.overloadTranslationOptionHandler(arguments)),typeof r=="object"&&(r={...r}),r||(r={}),e==null)return"";typeof e=="function"&&(e=ho(e,{...this.options,...r})),Array.isArray(e)||(e=[String(e)]),e=e.map(k=>typeof k=="function"?ho(k,{...this.options,...r}):String(k));const i=r.returnDetails!==void 0?r.returnDetails:this.options.returnDetails,s=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,{key:l,namespaces:u}=this.extractFromKey(e[e.length-1],r),d=u[u.length-1];let h=r.nsSeparator!==void 0?r.nsSeparator:this.options.nsSeparator;h===void 0&&(h=":");const p=r.lng||this.language,m=r.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(p?.toLowerCase()==="cimode")return m?i?{res:`${d}${h}${l}`,usedKey:l,exactUsedKey:l,usedLng:p,usedNS:d,usedParams:this.getUsedParamsDetails(r)}:`${d}${h}${l}`:i?{res:l,usedKey:l,exactUsedKey:l,usedLng:p,usedNS:d,usedParams:this.getUsedParamsDetails(r)}:l;const g=this.resolve(e,r);let f=g?.res;const b=g?.usedKey||l,y=g?.exactUsedKey||l,v=["[object Number]","[object Function]","[object RegExp]"],x=r.joinArrays!==void 0?r.joinArrays:this.options.joinArrays,_=!this.i18nFormat||this.i18nFormat.handleAsObject,C=r.count!==void 0&&!Ne(r.count),T=Kn.hasDefaultValue(r),w=C?this.pluralResolver.getSuffix(p,r.count,r):"",S=r.ordinal&&C?this.pluralResolver.getSuffix(p,r.count,{ordinal:!1}):"",D=C&&!r.ordinal&&r.count===0,A=D&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${w}`]||r[`defaultValue${S}`]||r.defaultValue;let N=f;_&&!f&&T&&(N=A);const O=Qn(N),j=Object.prototype.toString.apply(N);if(_&&N&&O&&!v.includes(j)&&!(Ne(x)&&Array.isArray(N))){if(!r.returnObjects&&!this.options.returnObjects){this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!");const k=this.options.returnedObjectHandler?this.options.returnedObjectHandler(b,N,{...r,ns:u}):`key '${l} (${this.language})' returned an object instead of string.`;return i?(g.res=k,g.usedParams=this.getUsedParamsDetails(r),g):k}if(s){const k=Array.isArray(N),E=k?[]:{},L=k?y:b;for(const z in N)if(Object.prototype.hasOwnProperty.call(N,z)){const te=`${L}${s}${z}`;T&&!f?E[z]=this.translate(te,{...r,defaultValue:Qn(A)?A[z]:void 0,joinArrays:!1,ns:u}):E[z]=this.translate(te,{...r,joinArrays:!1,ns:u}),E[z]===te&&(E[z]=N[z])}f=E}}else if(_&&Ne(x)&&Array.isArray(f))f=f.join(x),f&&(f=this.extendTranslation(f,e,r,o));else{let k=!1,E=!1;!this.isValidLookup(f)&&T&&(k=!0,f=A),this.isValidLookup(f)||(E=!0,f=l);const z=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&E?void 0:f,te=T&&A!==f&&this.options.updateMissing;if(E||k||te){if(this.logger.log(te?"updateKey":"missingKey",p,d,C&&!te?`${l}${this.pluralResolver.getSuffix(p,r.count,r)}`:l,te?A:f),s){const R=this.resolve(l,{...r,keySeparator:!1});R&&R.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}let J=[];const ae=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if(this.options.saveMissingTo==="fallback"&&ae&&ae[0])for(let R=0;R<ae.length;R++)J.push(ae[R]);else this.options.saveMissingTo==="all"?J=this.languageUtils.toResolveHierarchy(r.lng||this.language):J.push(r.lng||this.language);const M=(R,$,F)=>{const I=T&&F!==f?F:z;this.options.missingKeyHandler?this.options.missingKeyHandler(R,d,$,I,te,r):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(R,d,$,I,te,r),this.emit("missingKey",R,d,$,f)};this.options.saveMissing&&(this.options.saveMissingPlurals&&C?J.forEach(R=>{const $=this.pluralResolver.getSuffixes(R,r);D&&r[`defaultValue${this.options.pluralSeparator}zero`]&&!$.includes(`${this.options.pluralSeparator}zero`)&&$.push(`${this.options.pluralSeparator}zero`),$.forEach(F=>{M([R],l+F,r[`defaultValue${F}`]||A)})}):M(J,l,A))}f=this.extendTranslation(f,e,r,g,o),E&&f===l&&this.options.appendNamespaceToMissingKey&&(f=`${d}${h}${l}`),(E||k)&&this.options.parseMissingKeyHandler&&(f=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${d}${h}${l}`:l,k?f:void 0,r))}return i?(g.res=f,g.usedParams=this.getUsedParamsDetails(r),g):f}extendTranslation(e,a,o,r,i){if(this.i18nFormat?.parse)e=this.i18nFormat.parse(e,{...this.options.interpolation.defaultVariables,...o},o.lng||this.language||r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!o.skipInterpolation){o.interpolation&&this.interpolator.init({...o,interpolation:{...this.options.interpolation,...o.interpolation}});const u=Ne(e)&&(o?.interpolation?.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let d;if(u){const p=e.match(this.interpolator.nestingRegexp);d=p&&p.length}let h=o.replace&&!Ne(o.replace)?o.replace:o;if(this.options.interpolation.defaultVariables&&(h={...this.options.interpolation.defaultVariables,...h}),e=this.interpolator.interpolate(e,h,o.lng||this.language||r.usedLng,o),u){const p=e.match(this.interpolator.nestingRegexp),m=p&&p.length;d<m&&(o.nest=!1)}!o.lng&&r&&r.res&&(o.lng=this.language||r.usedLng),o.nest!==!1&&(e=this.interpolator.nest(e,(...p)=>i?.[0]===p[0]&&!o.context?(this.logger.warn(`It seems you are nesting recursively key: ${p[0]} in key: ${a[0]}`),null):this.translate(...p,a),o)),o.interpolation&&this.interpolator.reset()}const s=o.postProcess||this.options.postProcess,l=Ne(s)?[s]:s;return e!=null&&l?.length&&o.applyPostProcessor!==!1&&(e=pd.handle(l,e,a,this.options&&this.options.postProcessPassResolved?{i18nResolved:{...r,usedParams:this.getUsedParamsDetails(o)},...o}:o,this)),e}resolve(e,a={}){let o,r,i,s,l;return Ne(e)&&(e=[e]),Array.isArray(e)&&(e=e.map(u=>typeof u=="function"?ho(u,{...this.options,...a}):u)),e.forEach(u=>{if(this.isValidLookup(o))return;const d=this.extractFromKey(u,a),h=d.key;r=h;let p=d.namespaces;this.options.fallbackNS&&(p=p.concat(this.options.fallbackNS));const m=a.count!==void 0&&!Ne(a.count),g=m&&!a.ordinal&&a.count===0,f=a.context!==void 0&&(Ne(a.context)||typeof a.context=="number")&&a.context!=="",b=a.lngs?a.lngs:this.languageUtils.toResolveHierarchy(a.lng||this.language,a.fallbackLng);p.forEach(y=>{this.isValidLookup(o)||(l=y,!this.checkedLoadedFor[`${b[0]}-${y}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(l)&&(this.checkedLoadedFor[`${b[0]}-${y}`]=!0,this.logger.warn(`key "${r}" for languages "${b.join(", ")}" won't get resolved as namespace "${l}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),b.forEach(v=>{if(this.isValidLookup(o))return;s=v;const x=[h];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(x,h,v,y,a);else{let C;m&&(C=this.pluralResolver.getSuffix(v,a.count,a));const T=`${this.options.pluralSeparator}zero`,w=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(m&&(a.ordinal&&C.startsWith(w)&&x.push(h+C.replace(w,this.options.pluralSeparator)),x.push(h+C),g&&x.push(h+T)),f){const S=`${h}${this.options.contextSeparator||"_"}${a.context}`;x.push(S),m&&(a.ordinal&&C.startsWith(w)&&x.push(S+C.replace(w,this.options.pluralSeparator)),x.push(S+C),g&&x.push(S+T))}}let _;for(;_=x.pop();)this.isValidLookup(o)||(i=_,o=this.getResource(v,y,_,a))}))})}),{res:o,usedKey:r,exactUsedKey:i,usedLng:s,usedNS:l}}isValidLookup(e){return e!==void 0&&!(!this.options.returnNull&&e===null)&&!(!this.options.returnEmptyString&&e==="")}getResource(e,a,o,r={}){return this.i18nFormat?.getResource?this.i18nFormat.getResource(e,a,o,r):this.resourceStore.getResource(e,a,o,r)}getUsedParamsDetails(e={}){const a=["defaultValue","ordinal","context","replace","lng","lngs","fallbackLng","ns","keySeparator","nsSeparator","returnObjects","returnDetails","joinArrays","postProcess","interpolation"],o=e.replace&&!Ne(e.replace);let r=o?e.replace:e;if(o&&typeof e.count<"u"&&(r={...r,count:e.count}),this.options.interpolation.defaultVariables&&(r={...this.options.interpolation.defaultVariables,...r}),!o){r={...r};for(const i of a)delete r[i]}return r}static hasDefaultValue(e){const a="defaultValue";for(const o in e)if(Object.prototype.hasOwnProperty.call(e,o)&&o.startsWith(a)&&e[o]!==void 0)return!0;return!1}}class md{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=ua.create("languageUtils"),this.resolveHierarchyCache={}}clearCache(){this.resolveHierarchyCache={}}getScriptPartFromCode(e){if(e=Io(e),!e||!e.includes("-"))return null;const a=e.split("-");return a.length===2||(a.pop(),a[a.length-1].toLowerCase()==="x")?null:this.formatLanguageCode(a.join("-"))}getLanguagePartFromCode(e){if(e=Io(e),!e||!e.includes("-"))return e;const a=e.split("-");return this.formatLanguageCode(a[0])}formatLanguageCode(e){if(Ne(e)&&e.includes("-")){let a;try{a=Intl.getCanonicalLocales(e)[0]}catch{}return a&&this.options.lowerCaseLng&&(a=a.toLowerCase()),a||(this.options.lowerCaseLng?e.toLowerCase():e)}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}isSupportedCode(e){return(this.options.load==="languageOnly"||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.includes(e)}getBestMatchFromCodes(e){if(!e)return null;let a;return e.forEach(o=>{if(a)return;const r=this.formatLanguageCode(o);(!this.options.supportedLngs||this.isSupportedCode(r))&&(a=r)}),!a&&this.options.supportedLngs&&e.forEach(o=>{if(a)return;const r=this.getScriptPartFromCode(o);if(this.isSupportedCode(r))return a=r;const i=this.getLanguagePartFromCode(o);if(this.isSupportedCode(i))return a=i;a=this.options.supportedLngs.find(s=>s===i?!0:!s.includes("-")&&!i.includes("-")?!1:!!(s.includes("-")&&!i.includes("-")&&s.slice(0,s.indexOf("-"))===i||s.startsWith(i)&&i.length>1))}),a||(a=this.getFallbackCodes(this.options.fallbackLng)[0]),a}getFallbackCodes(e,a){if(!e)return[];if(typeof e=="function"&&(e=e(a)),Ne(e)&&(e=[e]),Array.isArray(e))return e;if(!a)return e.default||[];let o=e[a];return o||(o=e[this.getScriptPartFromCode(a)]),o||(o=e[this.formatLanguageCode(a)]),o||(o=e[this.getLanguagePartFromCode(a)]),o||(o=e.default),o||[]}toResolveHierarchy(e,a){const o=this.options.fallbackLng,r=Array.isArray(o)?o.join("|"):o;r!==this._cachedFallbackLng&&(this.resolveHierarchyCache={},this._cachedFallbackLng=r);const i=a===void 0||a===!1||Ne(a),s=a===void 0&&typeof this.options.fallbackLng=="function",l=Ne(e)&&i&&!s;let u=null;if(l){let m;a===void 0?m="undefined":a===!1?m="boolean:false":m=`string:${a}`,u=`${e.length}:${e}|${m}`}if(u!==null){const m=this.resolveHierarchyCache[u];if(m!==void 0)return m.slice()}const d=this.getFallbackCodes((a===!1?[]:a)||this.options.fallbackLng||[],e),h=[],p=m=>{m&&(this.isSupportedCode(m)?h.push(m):this.logger.warn(`rejecting language code not found in supportedLngs: ${m}`))};return Ne(e)&&(e.includes("-")||e.includes("_"))?(this.options.load!=="languageOnly"&&p(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&p(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&p(this.getLanguagePartFromCode(e))):Ne(e)&&p(this.formatLanguageCode(e)),d.forEach(m=>{h.includes(m)||p(this.formatLanguageCode(m))}),u!==null?(this.resolveHierarchyCache[u]=h,h.slice()):h}}const gd={zero:0,one:1,two:2,few:3,many:4,other:5},bd={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class bf{constructor(e,a={}){this.languageUtils=e,this.options=a,this.logger=ua.create("pluralResolver"),this.pluralRulesCache={}}clearCache(){this.pluralRulesCache={}}getRule(e,a={}){const o=Io(e==="dev"?"en":e),r=a.ordinal?"ordinal":"cardinal",i=JSON.stringify({cleanedCode:o,type:r});if(i in this.pluralRulesCache)return this.pluralRulesCache[i];let s;try{s=new Intl.PluralRules(o,{type:r})}catch{if(typeof Intl>"u")return this.logger.error("No Intl support, please use an Intl polyfill!"),bd;if(!e.match(/-|_/))return bd;const u=this.languageUtils.getLanguagePartFromCode(e);s=this.getRule(u,a)}return this.pluralRulesCache[i]=s,s}needsPlural(e,a={}){let o=this.getRule(e,a);return o||(o=this.getRule("dev",a)),o?.resolvedOptions().pluralCategories.length>1}getPluralFormsOfKey(e,a,o={}){return this.getSuffixes(e,o).map(r=>`${a}${r}`)}getSuffixes(e,a={}){let o=this.getRule(e,a);return o||(o=this.getRule("dev",a)),o?o.resolvedOptions().pluralCategories.sort((r,i)=>gd[r]-gd[i]).map(r=>`${this.options.prepend}${a.ordinal?`ordinal${this.options.prepend}`:""}${r}`):[]}getSuffix(e,a,o={}){const r=this.getRule(e,o);return r?`${this.options.prepend}${o.ordinal?`ordinal${this.options.prepend}`:""}${r.select(a)}`:(this.logger.warn(`no plural rule found for: ${e}`),this.getSuffix("dev",a,o))}}const fd=(t,e,a,o=".",r=!0)=>{let i=sf(t,e,a);return!i&&r&&Ne(a)&&(i=Jn(t,a,o),i===void 0&&(i=Jn(e,a,o))),i},ff=t=>t.replace(/\$/g,"$$$$");class vd{constructor(e={}){this.logger=ua.create("interpolator"),this.options=e,this.format=e?.interpolation?.format||(a=>a),this.init(e)}init(e={}){e.interpolation||(e.interpolation={escapeValue:!0});const{escape:a,escapeValue:o,useRawValueToEscape:r,prefix:i,prefixEscaped:s,suffix:l,suffixEscaped:u,formatSeparator:d,unescapeSuffix:h,unescapePrefix:p,nestingPrefix:m,nestingPrefixEscaped:g,nestingSuffix:f,nestingSuffixEscaped:b,nestingOptionsSeparator:y,maxReplaces:v,alwaysFormat:x}=e.interpolation;this.escape=a!==void 0?a:cf,this.escapeValue=o!==void 0?o:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=i?wa(i):s||"{{",this.suffix=l?wa(l):u||"}}",this.formatSeparator=d||",",this.unescapePrefix=h?"":p?wa(p):"-",this.unescapeSuffix=this.unescapePrefix?"":h?wa(h):"",this.nestingPrefix=m?wa(m):g||wa("$t("),this.nestingSuffix=f?wa(f):b||wa(")"),this.nestingOptionsSeparator=y||",",this.maxReplaces=v||1e3,this.alwaysFormat=x!==void 0?x:!1,this.resetRegExp()}reset(){this.options&&this.init(this.options)}resetRegExp(){const e=(a,o)=>a?.source===o?(a.lastIndex=0,a):new RegExp(o,"g");this.regexp=e(this.regexp,`${this.prefix}(.+?)${this.suffix}`),this.regexpUnescape=e(this.regexpUnescape,`${this.prefix}${this.unescapePrefix}(.+?)${this.unescapeSuffix}${this.suffix}`),this.nestingRegexp=e(this.nestingRegexp,`${this.nestingPrefix}((?:[^()"']+|"[^"]*"|'[^']*'|\\((?:[^()]|"[^"]*"|'[^']*')*\\))*?)${this.nestingSuffix}`)}interpolate(e,a,o,r){let i,s,l;const u=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},d=g=>{if(!g.includes(this.formatSeparator)){const v=fd(a,u,g,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(v,void 0,o,{...r,...a,interpolationkey:g}):v}const f=g.split(this.formatSeparator),b=f.shift().trim(),y=f.join(this.formatSeparator).trim();return this.format(fd(a,u,b,this.options.keySeparator,this.options.ignoreJSONStructure),y,o,{...r,...a,interpolationkey:b})};this.resetRegExp(),!this.escapeValue&&typeof e=="string"&&/\$t\([^)]*\{[^}]*\{\{/.test(e)&&this.logger.warn("nesting options string contains interpolated variables with escapeValue: false \u2014 if any of those values are attacker-controlled they can inject additional nesting options (e.g. redirect lng/ns). Sanitise untrusted input before passing it to t(), or keep escapeValue: true.");const h=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,p=r?.interpolation?.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:g=>g},{regex:this.regexp,safeValue:g=>this.escapeValue?this.escape(g):g}].forEach(g=>{for(l=0;i=g.regex.exec(e);){const f=i[1].trim();if(s=d(f),s===void 0)if(typeof h=="function"){const y=h(e,i,r);s=Ne(y)?y:""}else if(r&&Object.prototype.hasOwnProperty.call(r,f))s="";else if(p){s=i[0];continue}else this.logger.warn(`missed to pass in variable ${f} for interpolating ${e}`),s="";else!Ne(s)&&!this.useRawValueToEscape&&(s=id(s));const b=g.safeValue(s);if(e=e.replace(i[0],ff(b)),p?(g.regex.lastIndex+=b.length,g.regex.lastIndex-=i[0].length):g.regex.lastIndex=0,l++,l>=this.maxReplaces)break}}),e}nest(e,a,o={}){let r,i,s;const l=(u,d)=>{const h=this.nestingOptionsSeparator;if(!u.includes(h))return u;const p=u.split(new RegExp(`${wa(h)}[ ]*{`));let m=`{${p[1]}`;u=p[0],m=this.interpolate(m,s);const g=m.match(/'/g),f=m.match(/"/g);((g?.length??0)%2===0&&!f||(f?.length??0)%2!==0)&&(m=m.replace(/'/g,'"'));try{s=JSON.parse(m),d&&(s={...d,...s})}catch(b){return this.logger.warn(`failed parsing options string in nesting for key ${u}`,b),`${u}${h}${m}`}return s.defaultValue&&s.defaultValue.includes(this.prefix)&&delete s.defaultValue,u};for(;r=this.nestingRegexp.exec(e);){let u=[];s={...o},s=s.replace&&!Ne(s.replace)?s.replace:s,s.applyPostProcessor=!1,delete s.defaultValue;const d=/{.*}/s.test(r[1])?r[1].lastIndexOf("}")+1:r[1].indexOf(this.formatSeparator);if(d!==-1&&(u=r[1].slice(d).split(this.formatSeparator).map(h=>h.trim()).filter(Boolean),r[1]=r[1].slice(0,d)),i=a(l.call(this,r[1].trim(),s),s),i&&r[0]===e&&!Ne(i))return i;Ne(i)||(i=id(i)),i||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),i=""),u.length&&(i=u.reduce((h,p)=>this.format(h,p,o.lng,{...o,interpolationkey:r[1].trim()}),i.trim())),e=e.replace(r[0],i),this.regexp.lastIndex=0}return e}}const vf=t=>{let e=t.toLowerCase().trim();const a={};if(t.includes("(")){const o=t.split("(");e=o[0].toLowerCase().trim();const r=o[1].slice(0,-1);e==="currency"&&!r.includes(":")?a.currency||(a.currency=r.trim()):e==="relativetime"&&!r.includes(":")?a.range||(a.range=r.trim()):r.split(";").forEach(s=>{if(s){const[l,...u]=s.split(":"),d=u.join(":").trim().replace(/^'+|'+$/g,""),h=l.trim();a[h]||(a[h]=d),d==="false"&&(a[h]=!1),d==="true"&&(a[h]=!0),isNaN(d)||(a[h]=parseInt(d,10))}})}return{formatName:e,formatOptions:a}},yd=t=>{const e={};return(a,o,r)=>{let i=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(i={...i,[r.interpolationkey]:void 0});const s=o+JSON.stringify(i);let l=e[s];return l||(l=t(Io(o),r),e[s]=l),l(a)}},yf=t=>(e,a,o)=>t(Io(a),o)(e);class xf{constructor(e={}){this.logger=ua.create("formatter"),this.options=e,this.init(e)}init(e,a={interpolation:{}}){this.formatSeparator=a.interpolation.formatSeparator||",";const o=a.cacheInBuiltFormats?yd:yf;this.formats={number:o((r,i)=>{const s=new Intl.NumberFormat(r,{...i});return l=>s.format(l)}),currency:o((r,i)=>{const s=new Intl.NumberFormat(r,{...i,style:"currency"});return l=>s.format(l)}),datetime:o((r,i)=>{const s=new Intl.DateTimeFormat(r,{...i});return l=>s.format(l)}),relativetime:o((r,i)=>{const s=new Intl.RelativeTimeFormat(r,{...i});return l=>s.format(l,i.range||"day")}),list:o((r,i)=>{const s=new Intl.ListFormat(r,{...i});return l=>s.format(l)})}}add(e,a){this.formats[e.toLowerCase().trim()]=a}addCached(e,a){this.formats[e.toLowerCase().trim()]=yd(a)}format(e,a,o,r={}){if(!a||e==null)return e;const i=a.split(this.formatSeparator),s=[];for(let u=0;u<i.length;u++){let d=i[u];for(;d.indexOf("(")>-1&&!d.includes(")")&&u+1<i.length;)d=`${d}${this.formatSeparator}${i[++u]}`;s.push(d)}return s.reduce((u,d)=>{const{formatName:h,formatOptions:p}=vf(d);if(this.formats[h]){let m=u;try{const g=r?.formatParams?.[r.interpolationkey]||{},f=g.locale||g.lng||r.locale||r.lng||o;m=this.formats[h](u,f,{...p,...r,...g})}catch(g){this.logger.warn(g)}return m}else this.logger.warn(`there was no format function for ${h}`);return u},e)}}const Cf=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class _f extends Pr{constructor(e,a,o,r={}){super(),this.backend=e,this.store=a,this.services=o,this.languageUtils=o.languageUtils,this.options=r,this.logger=ua.create("backendConnector"),this.waitingReads=[],this.maxParallelReads=r.maxParallelReads||10,this.readingCalls=0,this.maxRetries=r.maxRetries>=0?r.maxRetries:5,this.retryTimeout=r.retryTimeout>=1?r.retryTimeout:350,this.state={},this.queue=[],this.backend?.init?.(o,r.backend,r)}queueLoad(e,a,o,r){const i={},s={},l={},u={};return e.forEach(d=>{let h=!0;a.forEach(p=>{const m=`${d}|${p}`;!o.reload&&this.store.hasResourceBundle(d,p)?this.state[m]=2:this.state[m]<0||(this.state[m]===1?s[m]===void 0&&(s[m]=!0):(this.state[m]=1,h=!1,s[m]===void 0&&(s[m]=!0),i[m]===void 0&&(i[m]=!0),u[p]===void 0&&(u[p]=!0)))}),h||(l[d]=!0)}),(Object.keys(i).length||Object.keys(s).length)&&this.queue.push({pending:s,pendingCount:Object.keys(s).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(i),pending:Object.keys(s),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(u)}}loaded(e,a,o){const r=e.split("|"),i=r[0],s=r[1];a&&this.emit("failedLoading",i,s,a),!a&&o&&this.store.addResourceBundle(i,s,o,void 0,void 0,{skipCopy:!0}),this.state[e]=a?-1:2,a&&o&&(this.state[e]=0);const l={};this.queue.forEach(u=>{nf(u.loaded,[i],s),Cf(u,e),a&&u.errors.push(a),u.pendingCount===0&&!u.done&&(Object.keys(u.loaded).forEach(d=>{l[d]||(l[d]={});const h=u.loaded[d];h.length&&h.forEach(p=>{l[d][p]===void 0&&(l[d][p]=!0)})}),u.done=!0,u.errors.length?u.callback(u.errors):u.callback())}),this.emit("loaded",l),this.queue=this.queue.filter(u=>!u.done)}read(e,a,o,r=0,i=this.retryTimeout,s){if(!e.length)return s(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:a,fcName:o,tried:r,wait:i,callback:s});return}this.readingCalls++;const l=(d,h)=>{if(this.readingCalls--,this.waitingReads.length>0){const p=this.waitingReads.shift();this.read(p.lng,p.ns,p.fcName,p.tried,p.wait,p.callback)}if(d&&h&&r<this.maxRetries){setTimeout(()=>{this.read(e,a,o,r+1,i*2,s)},i);return}s(d,h)},u=this.backend[o].bind(this.backend);if(u.length===2){try{const d=u(e,a);d&&typeof d.then=="function"?d.then(h=>l(null,h)).catch(l):l(null,d)}catch(d){l(d)}return}return u(e,a,l)}prepareLoading(e,a,o={},r){if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),r&&r();Ne(e)&&(e=this.languageUtils.toResolveHierarchy(e)),Ne(a)&&(a=[a]);const i=this.queueLoad(e,a,o,r);if(!i.toLoad.length)return i.pending.length||r(),null;i.toLoad.forEach(s=>{this.loadOne(s)})}load(e,a,o){this.prepareLoading(e,a,{},o)}reload(e,a,o){this.prepareLoading(e,a,{reload:!0},o)}loadOne(e,a=""){const o=e.split("|"),r=o[0],i=o[1];this.read(r,i,"read",void 0,void 0,(s,l)=>{s&&this.logger.warn(`${a}loading namespace ${i} for language ${r} failed`,s),!s&&l&&this.logger.log(`${a}loaded namespace ${i} for language ${r}`,l),this.loaded(e,s,l)})}saveMissing(e,a,o,r,i,s={},l=()=>{}){if(this.services?.utils?.hasLoadedNamespace&&!this.services?.utils?.hasLoadedNamespace(a)){this.logger.warn(`did not save key "${o}" as the namespace "${a}" was not yet loaded`,"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!");return}if(!(o==null||o==="")){if(this.backend?.create){const u={...s,isUpdate:i},d=this.backend.create.bind(this.backend);if(d.length<6)try{let h;d.length===5?h=d(e,a,o,r,u):h=d(e,a,o,r),h&&typeof h.then=="function"?h.then(p=>l(null,p)).catch(l):l(null,h)}catch(h){l(h)}else d(e,a,o,r,l,u)}!e||!e[0]||this.store.addResource(e[0],a,o,r)}}}const ei=()=>({debug:!1,initAsync:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",enableSelector:!1,partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!1,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:t=>{let e={};if(typeof t[1]=="object"&&(e=t[1]),Ne(t[1])&&(e.defaultValue=t[1]),Ne(t[2])&&(e.tDescription=t[2]),typeof t[2]=="object"||typeof t[3]=="object"){const a=t[3]||t[2];Object.keys(a).forEach(o=>{e[o]=a[o]})}return e},interpolation:{escapeValue:!0,prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!0},cacheInBuiltFormats:!0}),xd=t=>(Ne(t.ns)&&(t.ns=[t.ns]),Ne(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),Ne(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&!t.supportedLngs.includes("cimode")&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t),Rr=()=>{},wf=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(a=>{typeof t[a]=="function"&&(t[a]=t[a].bind(t))})};class Er extends Pr{constructor(e={},a){if(super(),this.options=xd(e),this.services={},this.logger=ua,this.modules={external:[]},wf(this),a&&!this.isInitialized&&!e.isClone){if(!this.options.initAsync)return this.init(e,a),this;setTimeout(()=>{this.init(e,a)},0)}}init(e={},a){this.isInitializing=!0,typeof e=="function"&&(a=e,e={}),e.defaultNS==null&&e.ns&&(Ne(e.ns)?e.defaultNS=e.ns:e.ns.includes("translation")||(e.defaultNS=e.ns[0]));const o=ei();this.options={...o,...this.options,...xd(e)},this.options.interpolation={...o.interpolation,...this.options.interpolation},e.keySeparator!==void 0&&(this.options.userDefinedKeySeparator=e.keySeparator),e.nsSeparator!==void 0&&(this.options.userDefinedNsSeparator=e.nsSeparator),typeof this.options.overloadTranslationOptionHandler!="function"&&(this.options.overloadTranslationOptionHandler=o.overloadTranslationOptionHandler);const r=d=>d?typeof d=="function"?new d:d:null;if(!this.options.isClone){this.modules.logger?ua.init(r(this.modules.logger),this.options):ua.init(null,this.options);let d;this.modules.formatter?d=this.modules.formatter:d=xf;const h=new md(this.options);this.store=new ud(this.options.resources,this.options);const p=this.services;p.logger=ua,p.resourceStore=this.store,p.languageUtils=h,p.pluralResolver=new bf(h,{prepend:this.options.pluralSeparator}),d&&(p.formatter=r(d),p.formatter.init&&p.formatter.init(p,this.options),this.options.interpolation.format=p.formatter.format.bind(p.formatter)),p.interpolator=new vd(this.options),p.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},p.backendConnector=new _f(r(this.modules.backend),p.resourceStore,p,this.options),p.backendConnector.on("*",(m,...g)=>{this.emit(m,...g)}),this.modules.languageDetector&&(p.languageDetector=r(this.modules.languageDetector),p.languageDetector.init&&p.languageDetector.init(p,this.options.detection,this.options)),this.modules.i18nFormat&&(p.i18nFormat=r(this.modules.i18nFormat),p.i18nFormat.init&&p.i18nFormat.init(this)),this.translator=new Kn(this.services,this.options),this.translator.on("*",(m,...g)=>{this.emit(m,...g)}),this.modules.external.forEach(m=>{m.init&&m.init(this)})}if(this.format=this.options.interpolation.format,a||(a=Rr),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const d=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);d.length>0&&d[0]!=="dev"&&(this.options.lng=d[0])}!this.services.languageDetector&&!this.options.lng&&this.logger.warn("init: no languageDetector is used and no lng is defined"),["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"].forEach(d=>{this[d]=(...h)=>this.store[d](...h)}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(d=>{this[d]=(...h)=>(this.store[d](...h),this)});const l=Ro(),u=()=>{const d=(h,p)=>{this.isInitializing=!1,this.isInitialized&&!this.initializedStoreOnce&&this.logger.warn("init: i18next is already initialized. You should call init just once!"),this.isInitialized=!0,this.options.isClone||this.logger.log("initialized",this.options),this.emit("initialized",this.options),l.resolve(p),a(h,p)};if((this.languages||this.isLanguageChangingTo)&&!this.isInitialized)return d(null,this.t.bind(this));this.changeLanguage(this.options.lng,d)};return this.options.resources||!this.options.initAsync?u():setTimeout(u,0),l}loadResources(e,a=Rr){let o=a;const r=Ne(e)?e:this.language;if(typeof e=="function"&&(o=e),!this.options.resources||this.options.partialBundledLanguages){if(r?.toLowerCase()==="cimode"&&(!this.options.preload||this.options.preload.length===0))return o();const i=[],s=l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(d=>{d!=="cimode"&&(i.includes(d)||i.push(d))})};r?s(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(u=>s(u)),this.options.preload?.forEach?.(l=>s(l)),this.services.backendConnector.load(i,this.options.ns,l=>{!l&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),o(l)})}else o(null)}reloadResources(e,a,o){const r=Ro();return typeof e=="function"&&(o=e,e=void 0),typeof a=="function"&&(o=a,a=void 0),e||(e=this.languages),a||(a=this.options.ns),o||(o=Rr),this.services.backendConnector.reload(e,a,i=>{r.resolve(),o(i)}),r}use(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return e.type==="backend"&&(this.modules.backend=e),(e.type==="logger"||e.log&&e.warn&&e.error)&&(this.modules.logger=e),e.type==="languageDetector"&&(this.modules.languageDetector=e),e.type==="i18nFormat"&&(this.modules.i18nFormat=e),e.type==="postProcessor"&&pd.addPostProcessor(e),e.type==="formatter"&&(this.modules.formatter=e),e.type==="3rdParty"&&this.modules.external.push(e),this}setResolvedLanguage(e){if(!(!e||!this.languages)&&!["cimode","dev"].includes(e)){for(let a=0;a<this.languages.length;a++){const o=this.languages[a];if(!["cimode","dev"].includes(o)&&this.store.hasLanguageSomeTranslations(o)){this.resolvedLanguage=o;break}}!this.resolvedLanguage&&!this.languages.includes(e)&&this.store.hasLanguageSomeTranslations(e)&&(this.resolvedLanguage=e,this.languages.unshift(e))}}changeLanguage(e,a){this.isLanguageChangingTo=e;const o=Ro();this.emit("languageChanging",e);const r=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},i=(l,u)=>{u?this.isLanguageChangingTo===e&&(r(u),this.translator.changeLanguage(u),this.isLanguageChangingTo=void 0,this.emit("languageChanged",u),this.logger.log("languageChanged",u)):this.isLanguageChangingTo=void 0,o.resolve((...d)=>this.t(...d)),a&&a(l,(...d)=>this.t(...d))},s=l=>{!e&&!l&&this.services.languageDetector&&(l=[]);const u=Ne(l)?l:l&&l[0],d=this.store.hasLanguageSomeTranslations(u)?u:this.services.languageUtils.getBestMatchFromCodes(Ne(l)?[l]:l);d&&(this.language||r(d),this.translator.language||this.translator.changeLanguage(d),this.services.languageDetector?.cacheUserLanguage?.(d)),this.loadResources(d,h=>{i(h,d)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?s(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(s):this.services.languageDetector.detect(s):s(e),o}getFixedT(e,a,o,r){const i=r?.scopeNs,s=(l,u,...d)=>{let h;typeof u!="object"?h=this.options.overloadTranslationOptionHandler([l,u].concat(d)):h={...u},h.lng=h.lng||s.lng,h.lngs=h.lngs||s.lngs;const p=h.ns!==void 0&&h.ns!==null;h.ns=h.ns||s.ns,h.keyPrefix!==""&&(h.keyPrefix=h.keyPrefix||o||s.keyPrefix);const m={...this.options,...h};Array.isArray(i)&&!p&&(m.ns=i),typeof h.keyPrefix=="function"&&(h.keyPrefix=ho(h.keyPrefix,m));const g=this.options.keySeparator||".";let f;return h.keyPrefix&&Array.isArray(l)?f=l.map(b=>(typeof b=="function"&&(b=ho(b,m)),`${h.keyPrefix}${g}${b}`)):(typeof l=="function"&&(l=ho(l,m)),f=h.keyPrefix?`${h.keyPrefix}${g}${l}`:l),this.t(f,h)};return Ne(e)?s.lng=e:s.lngs=e,s.ns=a,s.keyPrefix=o,s}t(...e){return this.translator?.translate(...e)}exists(...e){return this.translator?.exists(...e)}setDefaultNamespace(e){this.options.defaultNS=e}hasLoadedNamespace(e,a={}){if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;const o=a.lng||this.resolvedLanguage||this.languages[0],r=this.options?this.options.fallbackLng:!1,i=this.languages[this.languages.length-1];if(o.toLowerCase()==="cimode")return!0;const s=(l,u)=>{const d=this.services.backendConnector.state[`${l}|${u}`];return d===-1||d===0||d===2};if(a.precheck){const l=a.precheck(this,s);if(l!==void 0)return l}return!!(this.hasResourceBundle(o,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||s(o,e)&&(!r||s(i,e)))}loadNamespaces(e,a){const o=Ro();return this.options.ns?(Ne(e)&&(e=[e]),e.forEach(r=>{this.options.ns.includes(r)||this.options.ns.push(r)}),this.loadResources(r=>{o.resolve(),a&&a(r)}),o):(a&&a(),Promise.resolve())}loadLanguages(e,a){const o=Ro();Ne(e)&&(e=[e]);const r=this.options.preload||[],i=e.filter(s=>!r.includes(s)&&this.services.languageUtils.isSupportedCode(s));return i.length?(this.options.preload=r.concat(i),this.loadResources(s=>{o.resolve(),a&&a(s)}),o):(a&&a(),Promise.resolve())}dir(e){if(e||(e=this.resolvedLanguage||(this.languages?.length>0?this.languages[0]:this.language)),!e)return"rtl";try{const r=new Intl.Locale(e);if(r&&r.getTextInfo){const i=r.getTextInfo();if(i&&i.direction)return i.direction}}catch{}const a=["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam","ckb"],o=this.services?.languageUtils||new md(ei());return e.toLowerCase().indexOf("-latn")>1?"ltr":a.includes(o.getLanguagePartFromCode(e))||e.toLowerCase().indexOf("-arab")>1?"rtl":"ltr"}static createInstance(e={},a){const o=new Er(e,a);return o.createInstance=Er.createInstance,o}cloneInstance(e={},a=Rr){const o=e.forkResourceStore;o&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},i=new Er(r);if((e.debug!==void 0||e.prefix!==void 0)&&(i.logger=i.logger.clone(e)),["store","services","language"].forEach(l=>{i[l]=this[l]}),i.services={...this.services},i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},o){const l=Object.keys(this.store.data).reduce((u,d)=>(u[d]={...this.store.data[d]},u[d]=Object.keys(u[d]).reduce((h,p)=>(h[p]={...u[d][p]},h),u[d]),u),{});i.store=new ud(l,r),i.services.resourceStore=i.store}if(e.interpolation){const u={...ei().interpolation,...this.options.interpolation,...e.interpolation},d={...r,interpolation:u};i.services.interpolator=new vd(d)}return i.translator=new Kn(i.services,r),i.translator.on("*",(l,...u)=>{i.emit(l,...u)}),i.init(r,a),i.translator.options=r,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const ct=Er.createInstance();ct.createInstance,ct.dir,ct.init,ct.loadResources,ct.reloadResources,ct.use,ct.changeLanguage,ct.getFixedT,ct.t,ct.exists,ct.setDefaultNamespace,ct.hasLoadedNamespace,ct.loadNamespaces,ct.loadLanguages;const kf=(t,e,a,o)=>{const r=[a,{code:e,...o||{}}];if(t?.services?.logger?.forward)return t.services.logger.forward(r,"warn","react-i18next::",!0);Za(r[0])&&(r[0]=`react-i18next:: ${r[0]}`),t?.services?.logger?.warn?t.services.logger.warn(...r):console?.warn&&console.warn(...r)},Cd={},$r=(t,e,a,o)=>{Za(a)&&Cd[a]||(Za(a)&&(Cd[a]=new Date),kf(t,e,a,o))},_d=(t,e)=>()=>{if(t.isInitialized)e();else{const a=()=>{setTimeout(()=>{t.off("initialized",a)},0),e()};t.on("initialized",a)}},ti=(t,e,a)=>{t.loadNamespaces(e,_d(t,a))},wd=(t,e,a,o)=>{if(Za(a)&&(a=[a]),t.options.preload&&t.options.preload.indexOf(e)>-1)return ti(t,a,o);a.forEach(r=>{t.options.ns.indexOf(r)<0&&t.options.ns.push(r)}),t.loadLanguages(e,_d(t,o))},Sf=(t,e,a={})=>!e.languages||!e.languages.length?($r(e,"NO_LANGUAGES","i18n.languages were undefined or empty",{languages:e.languages}),!0):e.hasLoadedNamespace(t,{lng:a.lng,precheck:(o,r)=>{if(a.bindI18n&&a.bindI18n.indexOf("languageChanging")>-1&&o.services.backendConnector.backend&&o.isLanguageChangingTo&&!r(o.isLanguageChangingTo,t))return!1}}),Za=t=>typeof t=="string",Af=t=>typeof t=="object"&&t!==null,Tf=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Nf={"&":"&","&":"&","<":"<","<":"<",">":">",">":">","'":"'","'":"'",""":'"',""":'"'," ":" "," ":" ","©":"\xA9","©":"\xA9","®":"\xAE","®":"\xAE","…":"\u2026","…":"\u2026","/":"/","/":"/"},Bf=t=>Nf[t],Ef=t=>t.replace(Tf,Bf);let ai={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:Ef,transDefaultProps:void 0};const Df=(t={})=>{ai={...ai,...t}},Lf=()=>ai;let kd;const jf=t=>{kd=t},Mf=()=>kd,Pf={type:"3rdParty",init(t){Df(t.options.react),jf(t)}},Rf=c.createContext();class $f{constructor(){this.usedNamespaces={}}addUsedNamespaces(e){e.forEach(a=>{this.usedNamespaces[a]||(this.usedNamespaces[a]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}var oi={exports:{}},ri={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* use-sync-external-store-shim.production.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var Sd;function If(){if(Sd)return ri;Sd=1;var t=c;function e(p,m){return p===m&&(p!==0||1/p===1/m)||p!==p&&m!==m}var a=typeof Object.is=="function"?Object.is:e,o=t.useState,r=t.useEffect,i=t.useLayoutEffect,s=t.useDebugValue;function l(p,m){var g=m(),f=o({inst:{value:g,getSnapshot:m}}),b=f[0].inst,y=f[1];return i(function(){b.value=g,b.getSnapshot=m,u(b)&&y({inst:b})},[p,g,m]),r(function(){return u(b)&&y({inst:b}),p(function(){u(b)&&y({inst:b})})},[p]),s(g),g}function u(p){var m=p.getSnapshot;p=p.value;try{var g=m();return!a(p,g)}catch{return!0}}function d(p,m){return m()}var h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?d:l;return ri.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:h,ri}var ni={};/**
|
|
10
|
+
* @license React
|
|
11
|
+
* use-sync-external-store-shim.development.js
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
14
|
+
*
|
|
15
|
+
* This source code is licensed under the MIT license found in the
|
|
16
|
+
* LICENSE file in the root directory of this source tree.
|
|
17
|
+
*/var Ad;function Of(){return Ad||(Ad=1,process.env.NODE_ENV!=="production"&&(function(){function t(g,f){return g===f&&(g!==0||1/g===1/f)||g!==g&&f!==f}function e(g,f){h||r.startTransition===void 0||(h=!0,console.error("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));var b=f();if(!p){var y=f();i(b,y)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),p=!0)}y=s({inst:{value:b,getSnapshot:f}});var v=y[0].inst,x=y[1];return u(function(){v.value=b,v.getSnapshot=f,a(v)&&x({inst:v})},[g,b,f]),l(function(){return a(v)&&x({inst:v}),g(function(){a(v)&&x({inst:v})})},[g]),d(b),b}function a(g){var f=g.getSnapshot;g=g.value;try{var b=f();return!i(g,b)}catch{return!0}}function o(g,f){return f()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var r=c,i=typeof Object.is=="function"?Object.is:t,s=r.useState,l=r.useEffect,u=r.useLayoutEffect,d=r.useDebugValue,h=!1,p=!1,m=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?o:e;ni.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:m,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),ni}process.env.NODE_ENV==="production"?oi.exports=If():oi.exports=Of();var zf=oi.exports;const Ff=(t,e)=>{if(Za(e))return e;if(Af(e)&&Za(e.defaultValue))return e.defaultValue;if(typeof t=="function")return"";if(Array.isArray(t)){const a=t[t.length-1];return typeof a=="function"?"":a}return t},Wf={t:Ff,ready:!1},Hf=()=>()=>{},ge=(t,e={})=>{const{i18n:a}=e,{i18n:o,defaultNS:r}=c.useContext(Rf)||{},i=a||o||Mf();i&&!i.reportNamespaces&&(i.reportNamespaces=new $f),i||$r(i,"NO_I18NEXT_INSTANCE","useTranslation: You will need to pass in an i18next instance by using initReactI18next or by passing it via props or context. In monorepo setups, make sure there is only one instance of react-i18next.");const s=c.useMemo(()=>({...Lf(),...i?.options?.react,...e}),[i,e]),{useSuspense:l,keyPrefix:u}=s,d=t||r||i?.options?.defaultNS,h=Za(d)?[d]:d||["translation"],p=c.useMemo(()=>h,h);i?.reportNamespaces?.addUsedNamespaces?.(p);const m=c.useRef(0),g=c.useCallback(A=>{if(!i)return Hf;const{bindI18n:N,bindI18nStore:O}=s,j=()=>{m.current+=1,A()};return N&&i.on(N,j),O&&i.store.on(O,j),()=>{N&&N.split(" ").forEach(k=>i.off(k,j)),O&&O.split(" ").forEach(k=>i.store.off(k,j))}},[i,s]),f=c.useRef(),b=c.useCallback(()=>{if(!i)return Wf;const A=!!(i.isInitialized||i.initializedStoreOnce)&&p.every(L=>Sf(L,i,s)),N=e.lng||i.language,O=m.current,j=f.current;if(j&&j.ready===A&&j.lng===N&&j.keyPrefix===u&&j.revision===O)return j;const E={t:i.getFixedT(N,s.nsMode==="fallback"?p:p[0],u,{scopeNs:p}),ready:A,lng:N,keyPrefix:u,revision:O};return f.current=E,E},[i,p,u,s,e.lng]),[y,v]=c.useState(0),{t:x,ready:_}=zf.useSyncExternalStore(g,b,b);c.useEffect(()=>{if(i&&!_&&!l){const A=()=>v(N=>N+1);e.lng?wd(i,e.lng,p,A):ti(i,p,A)}},[i,e.lng,p,_,l,y]);const C=i||{},T=c.useRef(null),w=c.useRef(),S=A=>{const N=Object.getOwnPropertyDescriptors(A);N.__original&&delete N.__original;const O=Object.create(Object.getPrototypeOf(A),N);if(!Object.prototype.hasOwnProperty.call(O,"__original"))try{Object.defineProperty(O,"__original",{value:A,writable:!1,enumerable:!1,configurable:!1})}catch{}return O},D=c.useMemo(()=>{const A=C,N=A?.language;let O=A;A&&(T.current&&T.current.__original===A?w.current!==N?(O=S(A),T.current=O,w.current=N):O=T.current:(O=S(A),T.current=O,w.current=N));const j=!_&&!l?(...E)=>($r(i,"USE_T_BEFORE_READY","useTranslation: t was called before ready. When using useSuspense: false, make sure to check the ready flag before using t."),x(...E)):x,k=[j,O,_];return k.t=j,k.i18n=O,k.ready=_,k},[x,C,_,C.resolvedLanguage,C.language,C.languages]);if(i&&l&&!_){let A=!1;try{A=process.env.NODE_ENV!=="production"}catch{}throw A&&$r(i,"SUSPENDED_WHILE_LOADING","useTranslation: suspended while translations are loading (useSuspense is true by default). Add a <Suspense> boundary above this component, or set react.useSuspense: false in the i18next init options. https://react.i18next.com/latest/usetranslation-hook"),new Promise(N=>{const O=()=>N();e.lng?wd(i,e.lng,p,O):ti(i,p,O)})}return D};var Vf={sortSelect:"\uC815\uB82C \uAE30\uC900",statusFilter:"\uC0C1\uD0DC \uD544\uD130",pageSizeSelect:"\uD398\uC774\uC9C0\uB2F9 \uD45C\uC2DC \uAC1C\uC218",selectedCount:"{{count}}\uAC1C \uC120\uD0DD\uB428",skipToContent:"\uBCF8\uBB38 \uBC14\uB85C\uAC00\uAE30",discardConfirm:{title:"\uC785\uB825\uC744 \uCDE8\uC18C\uD560\uAE4C\uC694?",body:"\uC800\uC7A5\uD558\uC9C0 \uC54A\uC73C\uBA74 \uC9C0\uAE08\uAE4C\uC9C0 \uC785\uB825\uD55C \uB0B4\uC6A9\uC774 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4.",confirm:"\uC785\uB825 \uCDE8\uC18C"},cancel:"\uCDE8\uC18C",info:"\uC124\uBA85",errorState:{message:"\uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",retry:"\uB2E4\uC2DC \uC2DC\uB3C4"},save:"\uC800\uC7A5",saving:"\uC800\uC7A5 \uC911\u2026",saved:"\u2713 \uC800\uC7A5\uB428",confirm:"\uD655\uC778",close:"\uB2EB\uAE30",back:"\uB4A4\uB85C",training:"\uD6C8\uB828",emptyTrainingName:"\uD6C8\uB828 \uC774\uB984\uC774 \uBE44\uC5B4 \uC788\uC2B5\uB2C8\uB2E4.",remove:"\uC81C\uAC70",image:"\uC774\uBBF8\uC9C0",add:"\uCD94\uAC00",edit:"\uC218\uC815",delete:"\uC0AD\uC81C",deleting:"\uC0AD\uC81C \uC911",reset:"\uCD08\uAE30\uD654",update:"\uC5C5\uB370\uC774\uD2B8",download:"\uB2E4\uC6B4\uB85C\uB4DC",search:"\uAC80\uC0C9",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",empty:"\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",yes:"\uC608",no:"\uC544\uB2C8\uC624",all:"\uC804\uCCB4",none:"\uC5C6\uC74C",days:"{{count}}\uC77C",loadMore:"\uB354\uBCF4\uAE30",more:"\uB354\uBCF4\uAE30",moreFor:"{{name}} \uB354\uBCF4\uAE30",retry:"\uB2E4\uC2DC \uC2DC\uB3C4",prevPage:"\uC774\uC804 \uD398\uC774\uC9C0",nextPage:"\uB2E4\uC74C \uD398\uC774\uC9C0",language:{ko:"\uD55C\uAD6D\uC5B4",en:"English"},play:"\uC7AC\uC0DD",pause:"\uBA48\uCDA4",playPause:"\uC7AC\uC0DD / \uBA48\uCDA4",replay:"\uB2E4\uC2DC\uB4E3\uAE30",subscription:"\uC774\uC6A9\uAD8C",done:"\uC644\uB8CC",failed:"\uC2E4\uD328",continue:"\uACC4\uC18D",notification:"\uC54C\uB9BC",emptyList:"\uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",menu:"\uBA54\uB274",resetSelection:"\uC120\uD0DD \uCD08\uAE30\uD654",pageSizeLabel:"{{n}}\uAC1C\uC529 \uBCF4\uAE30",totalCountPrefix:"\uCD1D ",totalCountSuffix:"\uAC1C",expand:"\uD3BC\uCE58\uAE30",collapse:"\uC811\uAE30",searching:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",goBack:"\uC774\uC804\uC73C\uB85C",copy:"\uBCF5\uC0AC",other:"\uAE30\uD0C0",popup:"\uD31D\uC5C5",hoursShort:"{{count}}\uC2DC\uAC04",minutesShort:"{{count}}\uBD84",error:{loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",network:"\uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0\uC774 \uBD88\uC548\uC815\uD569\uB2C8\uB2E4. \uC5F0\uACB0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",generic:"\uC694\uCCAD \uCC98\uB9AC \uC911 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68 \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694."},codeBlock:"\uCF54\uB4DC \uBE14\uB85D",totalPrefix:"\uCD1D ",copyCode:"\uCF54\uB4DC \uBCF5\uC0AC",copied:"\uBCF5\uC0AC\uB428"},Gf={customerSearchPlaceholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9",customerEmpty:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",customerCount:"\uCD1D {n}\uBA85\uC758 \uACE0\uAC1D",maxCustomers:"\uACE0\uAC1D\uC740 \uCD5C\uB300 {{max}}\uBA85\uAE4C\uC9C0 \uC9C0\uC815\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},qf={rangeSelect:"\uAE30\uAC04 \uC120\uD0DD",dow:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"],yearMonth:"{{year}}\uB144 {{month}}\uC6D4",prevMonth:"\uC774\uC804 \uB2EC",addOnDate:"{{date}}\uC5D0 \uBC29\uBB38 \uB4F1\uB85D",nextMonth:"\uB2E4\uC74C \uB2EC",legend:{visited:"\uBC29\uBB38",scheduled:"\uC608\uC57D",noVisit:"\uBBF8\uBC29\uBB38"},periodSelect:"\uAE30\uAC04 \uB2E8\uC704"},Uf={planSuffix:"\uC774\uC6A9\uAD8C",labeledPlan:"{{label}} \uC774\uC6A9\uAD8C",couponCode:"\uC774\uC6A9\uAD8C \uCF54\uB4DC",specialLabel:"\uC624\uD508\uD2B9\uAC00",unitDay:"\uC77C",unitYear:"\uB144",remainingDay:"{{n}}\uC77C \uB0A8\uC74C",remainingHour:"{{n}}\uC2DC\uAC04 \uB0A8\uC74C",remainingMinute:"{{n}}\uBD84 \uB0A8\uC74C",remainingSecond:"{{n}}\uCD08 \uB0A8\uC74C",menu:{use:"\uC0AC\uC6A9\uD558\uAE30",refund:"\uD658\uBD88\uD558\uAE30",delete:"\uC0AD\uC81C\uD558\uAE30"}},Yf={clearAriaLabel:"\uAC80\uC0C9\uC5B4 \uC9C0\uC6B0\uAE30"},Kf={starLabel:"{{n}}\uBC88\uC9F8 \uBCC4 \uC120\uD0DD",valueLabel:"{{max}}\uC810 \uB9CC\uC810\uC5D0 {{value}}\uC810",groupLabel:"\uBCC4\uC810"},Zf={selected:"\uC120\uD0DD\uB428"},Xf={placeholder:"\uC120\uD0DD"},Jf={collapse:"\uC811\uAE30",expand:"\uD3BC\uCE58\uAE30"},Qf={biArea:"BI \uC601\uC5ED",biSymbol:"BI \uC2EC\uBCFC",logoMalgwi:"\uB9D0\uADC0 \uB85C\uACE0",logoManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB85C\uACE0",menuOpen:"\uBA54\uB274 \uC5F4\uAE30"},e1={mainMenu:"\uBA54\uC778 \uBA54\uB274",bottomNav:"\uD558\uB2E8 \uB124\uBE44\uAC8C\uC774\uC158",goToManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB85C \uC774\uB3D9",goToMalgwi:"\uB9D0\uADC0\uB85C \uC774\uB3D9",modeLabelManager:"\uB9D0\uADC0 \uB9E4\uB2C8\uC800",modeLabelMalgwi:"\uB9D0\uADC0",today:"\uC624\uB298\uC758 \uB4E3\uAE30",homework:"\uC219\uC81C",training:"\uD6C8\uB828",customers:"\uACE0\uAC1D\uAD00\uB9AC",visits:"\uBC29\uBB38",settings:"\uC124\uC815",notifications:"\uC54C\uB9BC",account:"\uACC4\uC815",help:"\uB3C4\uC6C0\uB9D0",debug:"\uB514\uBC84\uADF8",payment:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4",coupons:"\uCFE0\uD3F0",usage:"\uC774\uC6A9 \uD604\uD669",topic:"\uC8FC\uC81C\uBCC4 \uB4E3\uAE30",trainingType:"\uD6C8\uB828\uBCC4 \uB4E3\uAE30",sentenceTraining:"\uBB38\uC7A5\uD6C8\uB828",wordTraining:"\uB2E8\uC5B4\uD6C8\uB828",game:"\uAC8C\uC784",dashboard:"\uB300\uC2DC\uBCF4\uB4DC",wordPairs:"\uB300\uB9BD\uC30D \uCC3E\uAE30",wordSearch:"\uB2E8\uC5B4 \uCC3E\uAE30",wordManagement:"\uB2E8\uC5B4 \uAD00\uB9AC",wordSuggestion:"\uB2E8\uC5B4 \uC81C\uC548",wordTable:"\uB2E8\uC5B4\uD45C \uB9CC\uB4E4\uAE30",myWordTable:"\uB098\uC758 \uB2E8\uC5B4\uD45C",myWordTraining:"\uB098\uC758 \uB2E8\uC5B4\uD6C8\uB828",trainingSet:"\uB2E8\uC5B4\uD6C8\uB828 \uB9CC\uB4E4\uAE30",trainingSettings:"\uB098\uC758 \uBB38\uC7A5\uD6C8\uB828",trainingStatus:"\uD6C8\uB828 \uD604\uD669",visitHistory:"\uBC29\uBB38 \uC774\uB825",company:"\uC5C5\uCCB4\uC815\uBCF4",trainingStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",wordPairsTableChild:"\uB300\uB9BD\uC30D\uD45C",wordSearchTableChild:"\uB2E8\uC5B4\uD45C",more:"\uB354\uBCF4\uAE30"},t1={title:"\uC124\uC815",subtitle:"\uC571 \uD658\uACBD \uC124\uC815\uC744 \uAD00\uB9AC\uD558\uC138\uC694.",language:{title:"\uC5B8\uC5B4",display:{label:"\uD45C\uC2DC \uC5B8\uC5B4",sub:"\uBA54\uB274\xB7\uBC84\uD2BC \uB4F1 \uC571 \uD654\uBA74 \uC5B8\uC5B4"},training:{label:"\uD6C8\uB828 \uC5B8\uC5B4",sub:"\uD6C8\uB828\uC5D0 \uC0AC\uC6A9\uB418\uB294 \uB2E8\uC5B4\uC640 \uC74C\uC131 \uC5B8\uC5B4"}},trainingDefaults:{title:"\uD6C8\uB828",playVolume:{sub:"\uBB38\uC7A5 \uC74C\uC131\uC758 \uAE30\uBCF8 \uC7AC\uC0DD \uBCFC\uB968\uC785\uB2C8\uB2E4."},playSpeed:{sub:"\uBB38\uC7A5 \uC74C\uC131\uC758 \uAE30\uBCF8 \uC7AC\uC0DD \uC18D\uB3C4\uC785\uB2C8\uB2E4."},noiseLevel:{sub:"\uD6C8\uB828 \uC911 \uBC30\uACBD\uC5D0 \uAE54\uB9AC\uB294 \uC18C\uC74C\uC758 \uAE30\uBCF8 \uD06C\uAE30\uC785\uB2C8\uB2E4."},noiseType:{sub:"\uD6C8\uB828 \uC911 \uAE30\uBCF8\uC73C\uB85C \uC0AC\uC6A9\uD560 \uBC30\uACBD \uC18C\uC74C\uC758 \uC885\uB958\uC785\uB2C8\uB2E4."}},notifications:{title:"\uC54C\uB9BC",itemsTitle:"\uC54C\uB9BC \uD56D\uBAA9",methodsTitle:"\uC54C\uB9BC \uBC29\uBC95",visit:{label:"\uBC29\uBB38 \uC608\uC57D \uC54C\uB9BC",sub:"\uBC29\uBB38 \uC77C\uC815 \uD558\uB8E8 \uC804\uB0A0 \uC54C\uB9BC\uC744 \uBCF4\uB0C5\uB2C8\uB2E4."},notice:{label:"\uACF5\uC9C0\uC0AC\uD56D \uC54C\uB9BC",sub:"\uC11C\uBE44\uC2A4 \uACF5\uC9C0\xB7\uC5C5\uB370\uC774\uD2B8 \uC18C\uC2DD\uC744 \uBC1B\uC2B5\uB2C8\uB2E4."},homework:{label:"\uC219\uC81C \uC54C\uB9BC",sub:"\uC0C8 \uC219\uC81C \uB4F1\uB85D\xB7\uB9C8\uAC10 \uC2DC \uC54C\uB9BC\uC744 \uBCF4\uB0C5\uB2C8\uB2E4."},email:{label:"\uC774\uBA54\uC77C",sub:"\uB4F1\uB85D\uB41C \uC774\uBA54\uC77C\uB85C \uBC1B\uC2B5\uB2C8\uB2E4."},sms:{label:"SMS",sub:"\uB4F1\uB85D\uB41C \uD734\uB300\uD3F0 \uBC88\uD638\uB85C \uBB38\uC790\uB97C \uBC1B\uC2B5\uB2C8\uB2E4."},kakao:{label:"\uCE74\uCE74\uC624\uD1A1",sub:"\uCE74\uCE74\uC624\uD1A1 \uC54C\uB9BC\uD1A1\uC73C\uB85C \uBC1B\uC2B5\uB2C8\uB2E4."}},display:{title:"\uD654\uBA74",fontSize:{label:"\uAE00\uC790 \uD06C\uAE30",sub:"\uC571 \uC804\uCCB4 \uAE00\uC790 \uD06C\uAE30\uB97C \uC870\uC808\uD569\uB2C8\uB2E4.",small:"\uC791\uAC8C",medium:"\uBCF4\uD1B5",large:"\uD06C\uAC8C"}},sentenceData:{title:"\uBB38\uC7A5 \uB370\uC774\uD130",audio:{label:"\uBB38\uC7A5 \uC74C\uC131 \uB370\uC774\uD130",sub:"\uD6C8\uB828 \uBB38\uC7A5 \uC74C\uC131 \uD30C\uC77C",value:"\uC790\uB3D9\uC73C\uB85C \uAD00\uB9AC\uB418\uC5B4 \uBCC4\uB3C4 \uC815\uB9AC\uAC00 \uD544\uC694 \uC5C6\uC2B5\uB2C8\uB2E4."}},wordData:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130",localVersion:"\uB85C\uCEEC \uBC84\uC804",remoteVersion:"\uC11C\uBC84 \uBC84\uC804",pairMatching:"\uB2E8\uC5B4\uC30D \uB9E4\uCE6D",imageMatching:"\uC774\uBBF8\uC9C0 \uB9E4\uCE6D",checkUpdate:{label:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8 \uD655\uC778",sub:"\uC11C\uBC84\uC5D0 \uB2E8\uC5B4 \uBC84\uC804\uC744 \uD655\uC778\uD569\uB2C8\uB2E4.",button:"\uC5C5\uB370\uC774\uD2B8 \uD655\uC778",checking:"\uD655\uC778 \uC911\u2026",toast:"\uC11C\uBC84 \uBC84\uC804\uC744 \uD655\uC778\uD588\uC2B5\uB2C8\uB2E4."},update:{progressTitle:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8",toast:"\uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uC5C5\uB370\uC774\uD2B8\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},pairPending:"\uBD84\uC11D \uC804",imagePending:"\uD655\uC778 \uC804",updateButton:"\uC5C5\uB370\uC774\uD2B8",clear:{label:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uCD08\uAE30\uD654",sub:"\uB2E8\uC5B4\xB7\uB2E8\uC5B4\uC30D \uC778\uB371\uC2A4\xB7\uC774\uBBF8\uC9C0 \uCE90\uC2DC\uB97C \uBAA8\uB450 \uC0AD\uC81C\uD569\uB2C8\uB2E4.",button:"\uCD08\uAE30\uD654",progressTitle:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uCD08\uAE30\uD654",toast:"\uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uCD08\uAE30\uD654\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}},tts:{title:"\uC74C\uC131 (TTS)",rate:{label:"\uB9D0\uD558\uAE30 \uC18D\uB3C4",sub:"\uD6C8\uB828 \uC74C\uC131 \uC7AC\uC0DD \uC18D\uB3C4",slow:"\uB290\uB9AC\uAC8C",normal:"\uBCF4\uD1B5",fast:"\uBE60\uB974\uAC8C"},voice:{label:"\uC74C\uC131 \uC5B8\uC5B4",sub:"TTS \uC74C\uC131 \uC5B8\uC5B4 \uC120\uD0DD"}},cache:{title:"\uCE90\uC2DC \uAD00\uB9AC",confirmMessage:"\uCE90\uC2DC({{size}})\uB97C \uC0AD\uC81C\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",delete:"\uC0AD\uC81C",deleting:"\uC0AD\uC81C \uC911",cleared:"\uCE90\uC2DC\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",group:{wordData:{label:"\uB2E8\uC5B4 \uB370\uC774\uD130",sub:"\uB2E8\uC5B4 \uBAA9\uB85D \uBC0F \uBC84\uC804 \uC815\uBCF4"},pairIndex:{label:"\uB2E8\uC5B4\uC30D \uC778\uB371\uC2A4",sub:"\uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uB300\uB9BD\uC30D \uBD84\uC11D \uCE90\uC2DC"},imageCache:{label:"\uC774\uBBF8\uC9C0 \uCE90\uC2DC",sub:"\uB2E8\uC5B4\uBCC4 \uC774\uBBF8\uC9C0 \uC874\uC7AC \uC5EC\uBD80 \uD655\uC778 \uACB0\uACFC"},trainingRecord:{label:"\uD6C8\uB828 \uAE30\uB85D",sub:"\uC624\uB298\uC758 \uD6C8\uB828 \uC9C4\uD589\uB960 \uBC0F \uD559\uC2B5 \uC77C\uC218"}}},security:{title:"\uBCF4\uC548 \xB7 \uB370\uC774\uD130",autoBackup:{label:"\uC790\uB3D9 \uBC31\uC5C5",sub:"\uB370\uC774\uD130\uB97C \uC8FC\uAE30\uC801\uC73C\uB85C \uC790\uB3D9 \uBC31\uC5C5\uD569\uB2C8\uB2E4"},autoLogout:{label:"\uC790\uB3D9 \uB85C\uADF8\uC544\uC6C3",sub:"\uBE44\uD65C\uC131 \uC2DC \uC790\uB3D9 \uB85C\uADF8\uC544\uC6C3 \uC2DC\uAC04","15min":"15\uBD84","30min":"30\uBD84","1hour":"1\uC2DC\uAC04","2hour":"2\uC2DC\uAC04"}},button:{reset:"\uCD08\uAE30\uD654",save:"\uC124\uC815 \uC800\uC7A5"},popup:{cancel:"\uCDE8\uC18C",clear:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uCD08\uAE30\uD654",message:"\uB85C\uCEEC \uB370\uC774\uD130\uB97C \uBAA8\uB450 \uC0AD\uC81C\uD558\uACE0 \uB2E8\uC5B4 \uB370\uC774\uD130, \uB2E8\uC5B4\uC30D, \uC774\uBBF8\uC9C0 \uB9E4\uCE6D\uC744 \uC0C8\uB85C \uAD6C\uC131\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uCD08\uAE30\uD654"},update:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8",message:"\uCE90\uC2DC\uB97C \uC0AD\uC81C\uD558\uACE0 \uCD5C\uC2E0 \uB370\uC774\uD130\uB97C \uC0C8\uB85C \uBD88\uB7EC\uC635\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uC5C5\uB370\uC774\uD2B8"},cache:{title:"{{label}} \uC0AD\uC81C",message:"{{label}}({{size}})\uB97C \uC0AD\uC81C\uD569\uB2C8\uB2E4. \uACC4\uC18D\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"}},saved:"\u2713 \uC800\uC7A5\uB428",saveError:"\uC124\uC815 \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",account:{title:"\uACC4\uC815",delete:{label:"\uACC4\uC815 \uD0C8\uD1F4",sub:"\uD0C8\uD1F4 \uD6C4 30\uC77C \uC774\uB0B4 \uC7AC\uAC00\uC785 \uC2DC \uBCF5\uAD6C \uAC00\uB2A5\uD569\uB2C8\uB2E4.",button:"\uD0C8\uD1F4",popup:{title:"\uACC4\uC815\uC744 \uD0C8\uD1F4\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",message:"\uD0C8\uD1F4 \uC989\uC2DC \uB85C\uADF8\uC544\uC6C3\uB418\uBA70, \uBAA8\uB4E0 \uB370\uC774\uD130\uB294 30\uC77C \uD6C4 \uC644\uC804\uD788 \uC0AD\uC81C\uB429\uB2C8\uB2E4. \uC774 \uC791\uC5C5\uC740 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",passwordLabel:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638",passwordPlaceholder:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD558\uC138\uC694",reauthGuide:"\uC774 \uACC4\uC815\uC740 \uC18C\uC15C \uB85C\uADF8\uC778\uC73C\uB85C \uAC00\uC785\uB418\uC5B4 \uBE44\uBC00\uBC88\uD638\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4. \uBCF8\uC778\uD655\uC778\uC744 \uC704\uD574 \uCE74\uCE74\uC624\uB85C \uB2E4\uC2DC \uB85C\uADF8\uC778\uD55C \uB4A4 \uD0C8\uD1F4\uB97C \uC9C4\uD589\uD574 \uC8FC\uC138\uC694.",reauthDone:"\uCE74\uCE74\uC624 \uC7AC\uB85C\uADF8\uC778\uC73C\uB85C \uBCF8\uC778\uD655\uC778\uC774 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC544\uB798 '\uD0C8\uD1F4'\uB97C \uB204\uB974\uBA74 \uD0C8\uD1F4\uAC00 \uC9C4\uD589\uB429\uB2C8\uB2E4.",reauthButton:"\uCE74\uCE74\uC624\uB85C \uB2E4\uC2DC \uB85C\uADF8\uC778",reauthRedirecting:"\uCE74\uCE74\uC624\uB85C \uC774\uB3D9 \uC911\u2026"}}},theme:{title:"\uD14C\uB9C8",light:"\uB77C\uC774\uD2B8",dark:"\uB2E4\uD06C",auto:"\uC790\uB3D9",sub:"\uC571 \uBC30\uACBD \uC0C9\uC0C1 \uD14C\uB9C8\uB97C \uC120\uD0DD\uD558\uC138\uC694"}},a1={loadFailed:"\uC774\uC6A9\uAD8C \uC815\uBCF4\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694.",title:"\uC774\uC6A9 \uD604\uD669",subtitle:"\uBCF4\uC720\uD55C \uC774\uC6A9\uAD8C\uACFC \uC0AC\uC6A9 \uD604\uD669\uC744 \uD655\uC778\uD558\uC138\uC694.",addButton:"\uC774\uC6A9\uAD8C \uCD94\uAC00\uD558\uAE30",couponButton:"\uCFE0\uD3F0 \uC785\uB825",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",segment:{personal:"\uB9D0\uADC0",org:"\uB9D0\uADC0\uB9E4\uB2C8\uC800"},org:{title:"\uD604\uC7AC \uC774\uC6A9\uAD8C",disc:"\uAE30\uAD00\uC5D0\uC11C \uC0AC\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C \uC815\uBCF4\uC785\uB2C8\uB2E4.",empty:"\uB4F1\uB85D\uB41C \uAE30\uAD00 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",fallbackTitle:"\uAE30\uAD00 \uC774\uC6A9\uAD8C",startDate:"\uC2DC\uC791\uC77C",endDate:"\uB9CC\uB8CC\uC77C",remaining:"\uB0A8\uC740 \uAE30\uAC04",duration:"\uC774\uC6A9 \uAE30\uAC04",daysAdded:"+{{n}}\uC77C"},history:{title:"\uC774\uC6A9 \uC774\uB825",disc:"\uAE30\uAD00 \uC774\uC6A9\uAD8C \uB4F1\uB85D \uBC0F \uC5F0\uC7A5 \uB0B4\uC5ED\uC785\uB2C8\uB2E4.",empty:"\uC774\uC6A9 \uC774\uB825\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},actions:{created:"\uC2E0\uADDC \uB4F1\uB85D",extended:"\uAE30\uAC04 \uC5F0\uC7A5",granted:"\uBB34\uB8CC \uC81C\uACF5",refunded:"\uD658\uBD88",activated:"\uC0AC\uC6A9 \uC2DC\uC791",paused:"\uBCF4\uC720\uB85C \uC804\uD658"},active:{title:"\uC0AC\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C",disc:"\uD604\uC7AC \uD65C\uC131\uD654\uB418\uC5B4 \uC774\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4.",infoTitle:"\uC774\uC6A9 \uC815\uBCF4",refund:"\uD658\uBD88 \uC694\uCCAD",empty:"\uC0AC\uC6A9 \uC911\uC778 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyUseHeld:"\uBCF4\uC720\uD55C \uC774\uC6A9\uAD8C\uC744 \uC0AC\uC6A9\uD574\uC8FC\uC138\uC694.",emptyBuy:"\uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD574 \uC8FC\uC138\uC694.",buyButton:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4",startDate:"\uC0AC\uC6A9 \uC2DC\uC791\uC77C",endDate:"\uC885\uB8CC\uC77C",remaining:"\uB0A8\uC740 \uAE30\uAC04"},pending:{title:"\uBCF4\uC720",titleSpeechear:"\uBCF4\uC720\uD55C \uB9D0\uADC0 \uC774\uC6A9\uAD8C",titleManager:"\uBCF4\uC720\uD55C \uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC774\uC6A9\uAD8C",disc:"\uAD6C\uB9E4 \uD6C4 \uC544\uC9C1 \uC0AC\uC6A9 \uC2DC\uC791 \uC804\uC778 \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4. \uD604\uC7AC \uC774\uC6A9\uAD8C \uB9CC\uB8CC \uD6C4 \uC790\uB3D9\uC73C\uB85C \uD65C\uC131\uD654\uB429\uB2C8\uB2E4.",autoUse:"\uC790\uB3D9 \uC0AC\uC6A9",empty:"\uB300\uAE30 \uC911\uC778 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptySpeechear:"\uBCF4\uC720\uD55C \uB9D0\uADC0 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyManager:"\uBCF4\uC720\uD55C \uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},expired:{title:"\uB9CC\uB8CC\uB41C \uC774\uC6A9\uAD8C",disc:"\uC774\uC6A9 \uAE30\uAC04\uC774 \uC885\uB8CC\uB41C \uC774\uC6A9\uAD8C \uB0B4\uC5ED\uC785\uB2C8\uB2E4.",empty:"\uB9CC\uB8CC\uB41C \uC774\uC6A9\uAD8C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},refund:{confirmTitle:"\uD658\uBD88 \uC694\uCCAD",confirmMessage:"{{plan}} \uD658\uBD88\uC744 \uC694\uCCAD\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uC694\uCCAD\uD558\uAE30",delete:"\uC0AD\uC81C",sourceLabel:"\uAD6C\uC785 \uACBD\uB85C",dateLabel:"\uAD6C\uC785\uC77C",reason:{not_purchase:"\uAD6C\uB9E4\uD55C \uC774\uC6A9\uAD8C\uB9CC \uD658\uBD88\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",window_expired:"\uAD6C\uB9E4 \uD6C4 3\uC77C\uC774 \uC9C0\uB098 \uD658\uBD88\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."}},source:{purchase:"\uAD6C\uB9E4",coupon:"\uCFE0\uD3F0",admin:"\uBB34\uB8CC \uC81C\uACF5"},deleteConfirm:{title:"\uC774\uC6A9\uAD8C \uC0AD\uC81C",message:"\uC0AD\uC81C\uD558\uBA74 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},toast:{couponAdded:"{{plan}}\uC774(\uAC00) \uBCF4\uC720 \uBAA9\uB85D\uC5D0 \uCD94\uAC00\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",useFailed:"\uC774\uC6A9\uAD8C \uC0AC\uC6A9 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",switched:"\uC0AC\uC6A9 \uC911\uC774\uB358 {{prev}}\uC774(\uAC00) \uBCF4\uC720\uB85C \uC804\uD658\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",refundFailed:"\uD658\uBD88 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",deleteFailed:"\uC0AD\uC81C \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4."},error:{invalidCode:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",alreadyUsed:"\uC774\uBBF8 \uC0AC\uC6A9\uD55C \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",codeExhausted:"\uC0AC\uC6A9 \uAC00\uB2A5 \uC778\uC6D0\uC774 \uBAA8\uB450 \uC18C\uC9C4\uB41C \uCF54\uB4DC\uC785\uB2C8\uB2E4.",couponExpired:"\uB9CC\uB8CC\uB41C \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",couponNotStarted:"\uC544\uC9C1 \uC0AC\uC6A9 \uC2DC\uC791\uC77C\uC774 \uB418\uC9C0 \uC54A\uC740 \uCFE0\uD3F0\uC785\uB2C8\uB2E4.",passLimitReached:"\uC774\uBBF8 \uAC19\uC740 \uC885\uB958\uC758 \uC774\uC6A9\uAD8C\uC744 \uBCF4\uC720\uD558\uACE0 \uC788\uC5B4 \uC774 \uCFE0\uD3F0\uC744 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",groupLimitReached:"\uC774 \uD504\uB85C\uBAA8\uC158\uC5D0\uC11C \uC0AC\uC6A9 \uAC00\uB2A5\uD55C \uCFE0\uD3F0 \uC218\uB97C \uC774\uBBF8 \uBAA8\uB450 \uC0AC\uC6A9\uD588\uC2B5\uB2C8\uB2E4.",notFound:"\uC774\uC6A9\uAD8C\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",notPending:"\uC774\uBBF8 \uCC98\uB9AC\uB41C \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68 \uD6C4 \uB2E4\uC2DC \uD655\uC778\uD574\uC8FC\uC138\uC694.",invalidDuration:"\uC774\uC6A9\uAD8C \uAE30\uAC04 \uC815\uBCF4\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",switchCooldown:"\uC774\uC6A9\uAD8C \uC804\uD658\uC740 \uD558\uB8E8 \uD55C \uBC88\uB9CC \uAC00\uB2A5\uD569\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694.",switchCooldownWithTime:"\uC774\uC6A9\uAD8C \uC804\uD658\uC740 \uD558\uB8E8 \uD55C \uBC88\uB9CC \uAC00\uB2A5\uD569\uB2C8\uB2E4. {{time}} \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694.",notRefundable:"\uD658\uBD88\uD560 \uC218 \uC5C6\uB294 \uC774\uC6A9\uAD8C\uC785\uB2C8\uB2E4.",notDeletable:"\uC9C4\uD589 \uC911\uC778 \uC774\uC6A9\uAD8C\uC740 \uC0AD\uC81C\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."}},o1={title:"\uACC4\uC815",subtitle:"\uACC4\uC815 \uC815\uBCF4\uB97C \uAD00\uB9AC\uD558\uC138\uC694.",actions:{editBasicInfo:"\uAE30\uBCF8\uC815\uBCF4 \uC218\uC815",editCompany:"\uC5C5\uCCB4\uC815\uBCF4 \uC218\uC815",registerManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD",unregisterManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uD574\uC81C"},signOut:{confirmTitle:"\uB85C\uADF8\uC544\uC6C3",confirmMessage:"\uB85C\uADF8\uC544\uC6C3\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},unregister:{title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uD574\uC81C",question:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB97C \uD574\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",warning:"\uC5C5\uCCB4 \uC815\uBCF4\uAC00 \uC0AD\uC81C\uB418\uBA70 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",processing:"\uD574\uC81C \uC911\u2026",confirm:"\uD574\uC81C\uD558\uAE30",success:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uAC00 \uD574\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},register:{success:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB4F1\uB85D\uC774 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},profile:{signOut:"\uB85C\uADF8\uC544\uC6C3",planSuffix:"\uD50C\uB79C",plan:"\uD50C\uB79C"},basicInfo:{title:"\uAE30\uBCF8\uC815\uBCF4",name:{label:"\uC774\uB984",placeholder:"\uD64D\uAE38\uB3D9"},email:{label:"\uC774\uBA54\uC77C"},phone:{label:"\uC5F0\uB77D\uCC98",placeholder:"010-0000-0000"},joinDate:{label:"\uAC00\uC785\uC77C"},emailReadonly:"\uC774\uBA54\uC77C\uC740 \uC218\uC815\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",birth:{yearLabel:"{{y}}\uB144",monthLabel:"{{n}}\uC6D4",dayLabel:"{{n}}\uC77C",yearPlaceholder:"\uB144",monthPlaceholder:"\uC6D4",dayPlaceholder:"\uC77C"},errors:{nameRequired:"\uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",phoneRequired:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",birthRequired:"\uC0DD\uB144\uC6D4\uC77C\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694.",genderRequired:"\uC131\uBCC4\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694."},saving:"\uC800\uC7A5 \uC911\u2026",loginMethod:{label:"\uB85C\uADF8\uC778 \uBC29\uC2DD",email:"\uC774\uBA54\uC77C",kakao:"\uCE74\uCE74\uC624",google:"\uAD6C\uAE00",apple:"\uC560\uD50C",naver:"\uB124\uC774\uBC84",socialOnly:"\uC18C\uC15C \uB85C\uADF8\uC778 \uACC4\uC815\uC774\uB77C \uBE44\uBC00\uBC88\uD638\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."}},security:{title:"\uBCF4\uC548",password:{label:"\uBE44\uBC00\uBC88\uD638",changeButton:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD"},twoFactor:{label:"2\uB2E8\uACC4 \uC778\uC99D",sub:"\uACC4\uC815 \uBCF4\uC548\uC744 \uAC15\uD654\uD558\uC138\uC694"}},passwordModal:{title:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD",currentPassword:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638",newPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638",confirmPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638 \uD655\uC778",submit:"\uBCC0\uACBD\uD558\uAE30",submitting:"\uCC98\uB9AC \uC911\u2026"}},r1={title:"\uB3C4\uC6C0\uB9D0",subtitle:"\uC11C\uBE44\uC2A4 \uC774\uC6A9 \uBC29\uBC95\uACFC \uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38\uC744 \uD655\uC778\uD558\uC138\uC694.",guide:{title:"\uC774\uC6A9 \uAC00\uC774\uB4DC",start:{title:"\uC2DC\uC791 \uAC00\uC774\uB4DC",desc:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4 \uCC98\uC74C \uC0AC\uC6A9\uC790\uB97C \uC704\uD55C \uB2E8\uACC4\uBCC4 \uC548\uB0B4"},quickStart:{title:"\uBE60\uB978 \uC2DC\uC791",desc:"5\uBD84 \uC548\uC5D0 \uCCAB \uB4E3\uAE30 \uD6C8\uB828 \uC644\uB8CC\uD558\uAE30"},admin:{title:"\uAD00\uB9AC\uC790 \uAC00\uC774\uB4DC",desc:"\uACE0\uAC1D\uAD00\uB9AC \uBC0F \uD6C8\uB828\uC124\uC815 \uD65C\uC6A9 \uBC29\uBC95"},faq:{title:"\uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38",desc:"FAQ \uBAA8\uC544\uBCF4\uAE30"}},faq:{title:"\uC790\uC8FC \uBB3B\uB294 \uC9C8\uBB38",items:[{q:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4\uB294 \uC5B4\uB5A4 \uC0AC\uB78C\uC5D0\uAC8C \uC801\uD569\uD55C\uAC00\uC694?",a:"\uBCF4\uCCAD\uAE30 \uC0AC\uC6A9\uC790, \uCCAD\uAC01 \uC800\uD558\uC790, \uCCAD\uB2A5 \uC7AC\uD65C\uC774 \uD544\uC694\uD55C \uBD84\uB4E4\uAED8 \uC801\uD569\uD569\uB2C8\uB2E4."},{q:"\uC624\uB298\uC758 \uB4E3\uAE30\uB294 \uB9E4\uC77C \uC0C8\uB85C\uC6B4 \uBB38\uC81C\uAC00 \uB098\uC624\uB098\uC694?",a:"\uB124, \uC624\uB298\uC758 \uB4E3\uAE30\uB294 \uB9E4\uC77C \uAC31\uC2E0\uB429\uB2C8\uB2E4."},{q:"\uD6C8\uB828 \uACB0\uACFC\uB294 \uC5B4\uB514\uC11C \uD655\uC778\uD558\uB098\uC694?",a:"\uAC01 \uD6C8\uB828 \uC644\uB8CC \uD6C4 \uACB0\uACFC \uD654\uBA74\uC5D0\uC11C \uC810\uC218\uB97C \uD655\uC778\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},{q:"\uCFE0\uD3F0 \uCF54\uB4DC\uB294 \uC5B4\uB5BB\uAC8C \uC785\uB825\uD558\uB098\uC694?",a:"\uC0AC\uC774\uB4DC \uBA54\uB274\uC758 [\uCFE0\uD3F0] \uD398\uC774\uC9C0\uC5D0\uC11C \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uACE0 \uC801\uC6A9 \uBC84\uD2BC\uC744 \uB204\uB974\uC138\uC694."},{q:"\uACE0\uAC1D \uB370\uC774\uD130\uB97C \uC5D1\uC140\uB85C \uB0B4\uBCF4\uB0BC \uC218 \uC788\uB098\uC694?",a:"[\uACE0\uAC1D\uAD00\uB9AC] \uD398\uC774\uC9C0 \uC0C1\uB2E8\uC758 \uB2E4\uC6B4\uB85C\uB4DC \uBC84\uD2BC\uC744 \uD074\uB9AD\uD558\uBA74 CSV \uD30C\uC77C\uB85C \uB0B4\uBCF4\uB0BC \uC218 \uC788\uC2B5\uB2C8\uB2E4."},{q:"\uBC29\uBB38\uC774\uB825 \uB2EC\uB825\uC5D0\uC11C \uACFC\uAC70 \uB2EC\uC744 \uBCFC \uC218 \uC788\uB098\uC694?",a:"\uB124, \uB2EC\uB825 \uC0C1\uB2E8\uC758 \uD654\uC0B4\uD45C \uBC84\uD2BC\uC73C\uB85C \uC774\uC804/\uB2E4\uC74C \uB2EC\uC744 \uD0D0\uC0C9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."}]},support:{title:"\uACE0\uAC1D \uC9C0\uC6D0",email:{label:"\uC774\uBA54\uC77C",value:"support@malgwi.kr"},phone:{label:"\uC804\uD654",hours:"(\uD3C9\uC77C 09:00~18:00)",value:"02-1234-5678 (\uD3C9\uC77C 09:00~18:00)"},kakao:{label:"\uCE74\uCE74\uC624\uD1A1",value:"@\uB9D0\uADC0"}},contact:{title:"\uBB38\uC758\uD558\uAE30",subject:{label:"\uC81C\uBAA9",placeholder:"\uBB38\uC758 \uC81C\uBAA9"},email:{label:"\uB2F5\uBCC0 \uBC1B\uC744 \uC774\uBA54\uC77C",invalid:"\uC774\uBA54\uC77C \uC8FC\uC18C \uD615\uC2DD\uC774 \uC544\uB2C8\uC5D0\uC694. \uB2F5\uBCC0\uC744 \uBC1B\uC73C\uB824\uBA74 \uC815\uD655\uD788 \uC785\uB825\uD574 \uC8FC\uC138\uC694."},body:{label:"\uB0B4\uC6A9",placeholder:"\uBB38\uC758 \uB0B4\uC6A9\uC744 \uC785\uB825\uD558\uC138\uC694"},submit:"\uBB38\uC758 \uBCF4\uB0B4\uAE30",successMessage:"\u2713 \uBB38\uC758\uAC00 \uC811\uC218\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC601\uC5C5\uC77C 1~2\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9AC\uACA0\uC2B5\uB2C8\uB2E4.",submitError:"\uBB38\uC758 \uC811\uC218\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",submitting:"\uC804\uC1A1 \uC911\u2026",status:{pending:"\uB2F5\uBCC0 \uB300\uAE30",inProgress:"\uCC98\uB9AC \uC911",answered:"\uB2F5\uBCC0 \uC644\uB8CC"}},inquiryHistory:{title:"\uBB38\uC758 \uC774\uB825",loadingAttachments:"\uCCA8\uBD80\uD30C\uC77C \uBD88\uB7EC\uC624\uB294 \uC911\u2026",attachmentsFailed:"\uCCA8\uBD80\uD30C\uC77C\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."}},n1={title:"\uC54C\uB9BC",subtitle:"\uC11C\uBE44\uC2A4 \uC54C\uB9BC\uACFC \uACF5\uC9C0\uC0AC\uD56D\uC744 \uD655\uC778\uD558\uC138\uC694.",filter:{all:"\uC804\uCCB4",unread:"\uC77D\uC9C0 \uC54A\uC74C"},markAllRead:"\uBAA8\uB450 \uC77D\uC74C",empty:"\uC54C\uB9BC\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",done:"\uC644\uB8CC",deleteAriaLabel:"\uC0AD\uC81C",deleteItemAriaLabel:"{{title}} \uC54C\uB9BC \uC0AD\uC81C",action:{open:"\uBC14\uB85C\uAC00\uAE30",detail:"\uC790\uC138\uD788 \uBCF4\uAE30",homework:"\uC219\uC81C \uD558\uAE30",usage:"\uC774\uC6A9 \uD604\uD669 \uBCF4\uAE30"},missing:{badge:"\uB9CC\uB8CC\uB428",title:"\uC219\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",body:"\uD574\uB2F9 \uC219\uC81C\uAC00 \uC0AD\uC81C\uB418\uC5C8\uAC70\uB098 \uB9C1\uD06C\uAC00 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},type:{notice:"\uACF5\uC9C0",homework:"\uC219\uC81C",subscription:"\uC774\uC6A9\uAD8C",linkRequest:"\uC5F0\uB3D9",wordSuggestion:"\uB2E8\uC5B4 \uC81C\uC548",info:"\uC548\uB0B4",visit:"\uBC29\uBB38",system:"\uC2DC\uC2A4\uD15C",coupon:"\uCFE0\uD3F0"},items:[{type:"visit",title:"\uACE0\uAC1D \uBC29\uBB38 \uC608\uC815",body:"\uAE40\uBBFC\uC900 \uACE0\uAC1D\uC774 \uC624\uB298 \uC624\uD6C4 2\uC2DC\uC5D0 \uBC29\uBB38 \uC608\uC815\uC785\uB2C8\uB2E4.",time:"10\uBD84 \uC804",read:!1},{type:"coupon",title:"\uCFE0\uD3F0 \uB9CC\uB8CC \uC784\uBC15",body:"CPN003 \uCFE0\uD3F0\uC774 3\uC77C \uD6C4 \uB9CC\uB8CC\uB429\uB2C8\uB2E4.",time:"1\uC2DC\uAC04 \uC804",read:!1},{type:"info",title:"5\uC6D4 \uACF5\uC9C0\uC0AC\uD56D",body:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4 \uC810\uAC80\uC774 5\uC6D4 20\uC77C 02:00~04:00\uC5D0 \uC9C4\uD589\uB429\uB2C8\uB2E4.",time:"\uC5B4\uC81C",read:!0},{type:"system",title:"\uB370\uC774\uD130 \uB3D9\uAE30\uD654 \uC644\uB8CC",body:"\uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uCD5C\uC2E0 \uBC84\uC804\uC73C\uB85C \uC5C5\uB370\uC774\uD2B8\uB410\uC2B5\uB2C8\uB2E4.",time:"\uC5B4\uC81C",read:!0},{type:"visit",title:"\uACE0\uAC1D \uBC29\uBB38 \uC644\uB8CC",body:"\uC774\uC11C\uC5F0 \uACE0\uAC1D\uC758 \uBC29\uBB38\uC774 \uC815\uC0C1 \uCC98\uB9AC\uB410\uC2B5\uB2C8\uB2E4.",time:"2\uC77C \uC804",read:!0},{type:"info",title:"4\uC6D4 \uC5C5\uB370\uC774\uD2B8 \uC548\uB0B4",body:"\uB2E8\uC5B4 \uB300\uB9BD\uC30D \uAC80\uC0C9 \uAE30\uB2A5\uC774 \uAC1C\uC120\uB410\uC2B5\uB2C8\uB2E4.",time:"5\uC77C \uC804",read:!0}],homework:{title:"\u300C{{planName}}\u300D \uC0C8 \uC219\uC81C\uB97C \uBC1B\uC558\uC5B4\uC694.",titleDefault:"\uC0C8 \uC219\uC81C\uB97C \uBC1B\uC558\uC5B4\uC694.",body:"{{sender}}\uB2D8\uAED8\uC11C \uBCF4\uB0B4\uC2E0 {{kind}} \uC219\uC81C\uC785\uB2C8\uB2E4. \uC9C0\uAE08 \uC2DC\uC791\uD574 \uBCF4\uC138\uC694.",bodyNoSender:"{{kind}} \uC219\uC81C\uC785\uB2C8\uB2E4. \uC9C0\uAE08 \uC2DC\uC791\uD574 \uBCF4\uC138\uC694.",kind:{sentence:"\uBB38\uC7A5 \uD6C8\uB828",word:"\uB2E8\uC5B4 \uD6C8\uB828"}}},i1={title:"\uB2E8\uC5B4 \uC81C\uC548",subtitle:"\uD544\uC694\uD55C \uB2E8\uC5B4\uB97C \uC81C\uC548\uD558\uACE0 \uD22C\uD45C\uD558\uC138\uC694. \uB9E4\uC8FC \uB4DD\uD45C \uC0C1\uC704 {{n}}\uAC1C\uB97C \uBC18\uC601\uD569\uB2C8\uB2E4.",form:{title:"\uC0C8 \uB2E8\uC5B4 \uC81C\uC548",wordLabel:"\uB2E8\uC5B4",pronunciationLabel:"\uD45C\uC900\uBC1C\uC74C",pronunciationPlaceholder:"\uC608: \uAF2C\uCE58",pronunciationHelp:"\uB2E8\uC5B4\uB97C \uC785\uB825\uD558\uBA74 \uC790\uB3D9\uC73C\uB85C \uCC44\uC6CC\uC9D1\uB2C8\uB2E4. \uB2E4\uB974\uBA74 \uACE0\uCCD0 \uC8FC\uC138\uC694.",colloquialLabel:"\uAD6C\uC5B4 \uBC1C\uC74C",colloquialPlaceholder:"\uC2E4\uC81C \uB9D0\uD560 \uB54C\uC758 \uBC1C\uC74C (\uC120\uD0DD)",meaningLabel:"\uC758\uBBF8",meaningPlaceholder:"\uB2E8\uC5B4\uC758 \uB73B\uC744 \uC801\uC5B4 \uC8FC\uC138\uC694",gradeLabel:"\uB4F1\uAE09\xB7\uD488\uC0AC\xB7\uC5B4\uC885",gradeOption:"{{n}}\uB4F1\uAE09",gradeAria:"\uB4F1\uAE09",posAria:"\uD488\uC0AC",wordTypeAria:"\uC5B4\uC885",fieldLabel:"\uC804\uBB38 \uBD84\uC57C",fieldPlaceholder:"\uC608: \uC758\uD559, \uC2DD\uBB3C (\uC120\uD0DD)",homonumLabel:"\uB3D9\uD615\uC5B4 \uBC88\uD638",homonumPlaceholder:"\uC608: 1",homonumHelp:"\uAC19\uC740 \uAE00\uC790\uC758 \uB2E4\uB978 \uB2E8\uC5B4\uAC00 \uC788\uC744 \uB54C\uB9CC \uC801\uC2B5\uB2C8\uB2E4.",homonumChip:"\uB3D9\uD615\uC5B4 {{n}}",colloquialChip:"\uAD6C\uC5B4 {{v}}",unset:"\uC120\uD0DD \uC548 \uD568",wordPlaceholder:"\uC81C\uC548\uD560 \uB2E8\uC5B4",noteLabel:"\uC81C\uC548 \uC0AC\uC720",notePlaceholder:"\uC65C \uD544\uC694\uD55C\uC9C0 \uC801\uC5B4 \uC8FC\uC138\uC694 (\uC120\uD0DD)",submit:"\uC81C\uC548\uD558\uAE30",submitting:"\uC81C\uC548 \uC911\u2026",alreadyInPool:"\u300C{{word}}\u300D\uB294 \uC774\uBBF8 \uB2E8\uC5B4 \uBAA9\uB85D\uC5D0 \uC788\uC2B5\uB2C8\uB2E4.",alreadyVoted:"\u300C{{word}}\u300D\uB294 \uC774\uBBF8 \uC81C\uC548\uB418\uC5B4 \uC788\uACE0({{n}}\uD45C), \uD68C\uC6D0\uB2D8\uB3C4 \uC774\uBBF8 \uD22C\uD45C\uD558\uC168\uC2B5\uB2C8\uB2E4.",alreadySuggested:"\u300C{{word}}\u300D\uB294 \uC774\uBBF8 \uC81C\uC548\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4({{n}}\uD45C). \uC81C\uC548\uD558\uAE30\uB97C \uB204\uB974\uBA74 \uADF8 \uC81C\uC548\uC5D0 \uD22C\uD45C\uB429\uB2C8\uB2E4."},tab:{voting:"\uD22C\uD45C\uD558\uAE30",mine:"\uB098\uC758 \uC81C\uC548"},status:{voting:"\uD22C\uD45C \uC911",selected:"\uBC18\uC601 \uC608\uC815",added:"\uBC18\uC601\uB428",rejected:"\uBC18\uB824"},empty:{voting:"\uC544\uC9C1 \uC81C\uC548\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",mine:"\uC544\uC9C1 \uC81C\uC548\uD55C \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},badge:{mine:"\uB0B4 \uC81C\uC548",thisWeek:"\uC774\uBC88 \uC8FC \uBC18\uC601"},detail:{status:"\uC0C1\uD0DC",votes:"\uB4DD\uD45C",createdAt:"\uC81C\uC548\uC77C",rejectReason:"\uBC18\uB824 \uC0AC\uC720"},sort:{label:"\uC815\uB82C",votes:"\uB4DD\uD45C\uC21C",recent:"\uCD5C\uC2E0\uC21C",alpha:"\uAC00\uB098\uB2E4\uC21C"},votes:"{{n}}\uD45C",quota:"\uC81C\uC548 {{remaining}}/{{limit}}\uD68C \uB0A8\uC74C",vote:"\uD22C\uD45C",voted:"\uD22C\uD45C\uD568",voteAria:"{{word}} \uD22C\uD45C\uD558\uAE30",votedAria:"{{word}} \uD22C\uD45C \uCDE8\uC18C",rejectedReason:"\uBC18\uB824 \uC0AC\uC720: {{reason}}",toast:{submitted:"\uC81C\uC548\uC744 \uB4F1\uB85D\uD588\uC2B5\uB2C8\uB2E4.",votedExisting:"\uC774\uBBF8 \uC788\uB294 \uC81C\uC548\uC5D0 \uD22C\uD45C\uD588\uC2B5\uB2C8\uB2E4.",voteFailed:"\uD22C\uD45C\uB97C \uCC98\uB9AC\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},error:{EMPTY_WORD:"\uB2E8\uC5B4\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",WORD_TOO_LONG:"\uB2E8\uC5B4\uB294 20\uC790 \uC774\uB0B4\uB85C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",ALREADY_SELECTED:"\uC774\uBBF8 \uC774\uBC88 \uC8FC \uBC18\uC601 \uB300\uC0C1\uC73C\uB85C \uBF51\uD78C \uB2E8\uC5B4\uC785\uB2C8\uB2E4.",ALREADY_ADDED:"\uC774\uBBF8 \uCD94\uAC00\uB41C \uB2E8\uC5B4\uC785\uB2C8\uB2E4.",ALREADY_REJECTED:"\uC774 \uB2E8\uC5B4\uB294 \uAC80\uD1A0 \uD6C4 \uBC18\uC601\uD558\uC9C0 \uC54A\uAE30\uB85C \uD588\uC2B5\uB2C8\uB2E4.",RATE_LIMITED:"\uC81C\uC548 \uAC00\uB2A5 \uD69F\uC218({{n}}\uD68C)\uB97C \uBAA8\uB450 \uC0AC\uC6A9\uD588\uC2B5\uB2C8\uB2E4.",UNAUTHENTICATED:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",NETWORK:"\uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0\uC774 \uBD88\uC548\uC815\uD569\uB2C8\uB2E4. \uC5F0\uACB0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",UNKNOWN:"\uC81C\uC548\uC744 \uB4F1\uB85D\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},tabGroupLabel:"\uBCF4\uAE30 \uC885\uB958"},s1={title:"\uB2E8\uC5B4\uD6C8\uB828",subtitle:"\uB09C\uC774\uB3C4\uC640 \uCD08\uC131\uC744 \uC815\uD558\uACE0 \uD6C8\uB828\uC744 \uC120\uD0DD\uD558\uC138\uC694.",settings:"\uC124\uC815",start:{title:"\uB2E8\uC5B4\uD6C8\uB828 \uC2DC\uC791",description:"\uC544\uB798 \uD6C8\uB828 \uC720\uD615\uC744 \uC120\uD0DD\uD574 \uC2DC\uC791\uD558\uC138\uC694"},difficulty:{tooltip:"\uAC00\uC7A5 \uC26C\uC6B4 \uB09C\uC774\uB3C4\uB294 '\uBB34\uC791\uC704', \uAC00\uC7A5 \uC5B4\uB824\uC6B4 \uB09C\uC774\uB3C4\uB294 '\uCD08\uC131\uCC28\uC774' \uC785\uB2C8\uB2E4."},contrast:{label:"\uB300\uB9BD",type:"\uB300\uB9BD \uC885\uB958",count:"\uB300\uB9BD \uAC2F\uC218",diffPhonemeCount:"\uB2E4\uB978 \uC74C\uC18C\uC758 \uCD1D \uAC2F\uC218",n:"{{n}}\uAC1C"},filter:{random:"\uBB34\uC791\uC704",trainOnset:"\uCD08\uC131",trainVowel:"\uBAA8\uC74C",trainCoda:"\uC885\uC131",phonemeGroup:"\uD6C8\uB828 \uC74C\uC808",noLimit:"\uBB34\uAD00",codaExclude:"\uC81C\uC678",viewChar:"\uAE00\uC790 \uC120\uD0DD",viewPron:"\uBC1C\uC74C \uC120\uD0DD",viewDirect:"\uAE00\uC790 \uC785\uB825",patternInputLabel:"\uAE00\uC790 \uC785\uB825",patternInputInfo:["\uC27C\uD45C(,)\uB85C \uC74C\uC808\uC744 \uAD6C\uBD84\uD574\uC694. \uC608: '\u3131,\u3131' = \uCD08\uC131 \u3131\uC774 \uC5F0\uB2EC\uC544 \uC624\uB294 \uB2E8\uC5B4(\uAC00\uAD6C\xB7\uACE0\uAE30\u2026).","\uC790\uC74C\uC740 \uADF8 \uC790\uB9AC \uCD08\uC131, \uBAA8\uC74C\uC740 \uC911\uC131\uC73C\uB85C \uB9E4\uCE6D\uB3FC\uC694. \uC608: \u314F = \uC911\uC131 \u314F.","'_'\uB85C \uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uC790\uB9AC\uB97C \uC9C0\uC815\uD574\uC694. \uC608: '\u3131_\u3131' = \uCD08\uC131 \u3131\xB7\uC885\uC131 \u3131(\uAC01\xB7\uAD6D\u2026), '__\u3131' = \uC885\uC131 \u3131.","\uC644\uC131 \uAE00\uC790\uB3C4 \uC4F8 \uC218 \uC788\uC5B4\uC694. \uC608: '\uACE0,\uAE30' = '\uACE0\uAE30'\uAC00 \uB4E0 \uB2E8\uC5B4."],patternPlaceholder:"\uC608: \u3131,\u3131 \uB610\uB294 \u3131_\u3131",patternInputError:"\uC785\uB825 \uD615\uC2DD\uC774 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC544\uC694. \uC644\uC131\uB41C \uAE00\uC790, \uC790\uC74C\xB7\uBAA8\uC74C, \uB610\uB294 '__\u3131' \uD615\uD0DC\uB9CC \uC0AC\uC6A9\uD560 \uC218 \uC788\uC5B4\uC694.",patternInputUsageLabel:"\uC0AC\uC6A9\uBC95",gradeLabel:"\uB4F1\uAE09",excludeImageInfo:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4.",sameStructureInfo:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC: \uC815\uB2F5\uACFC \uC624\uB2F5\uC758 \uC74C\uC808 \uAD6C\uC870(\uAE00\uC790 \uC218\xB7\uBC1B\uCE68 \uC720\uBB34 \uB4F1)\uAC00 \uAC19\uC740 \uACB0\uACFC\uB9CC \uB0A8\uACA8\uC694.",wordSearchOptions:"\uB2E8\uC5B4 \uC120\uC815",selectSection:"\uC120\uD0DD",excludeImage:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC",sameStructure:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC",changeSyllableLabel:"\uBC14\uAFC0 \uC74C\uC808",phonemePosFilterInfo1:"\uC120\uD0DD\uD55C \uD6C8\uB828 \uC74C\uC18C\uAC00 \uB2E8\uC5B4\uC758 \uC5B4\uB290 \uC74C\uC808\uC5D0 \uC788\uC5B4\uC57C \uD558\uB294\uC9C0 \uC9C0\uC815\uD569\uB2C8\uB2E4.",changeSyllablePosFilterInfo1:"\uBB38\uC81C\uC5D0\uC11C \uBC14\uAFB8\uAC70\uB098 \uBE84 \uC74C\uC808(\uC5B4\uADFC)\uC758 \uC704\uCE58\uB97C \uC9C0\uC815\uD569\uB2C8\uB2E4.",posInfo2:"\uC5B4\uB450=\uCCAB \uC74C\uC808, \uC5B4\uC911=\uAC00\uC6B4\uB370, \uC5B4\uB9D0=\uB05D \uC74C\uC808, '\uBB34\uAD00'=\uC704\uCE58 \uC81C\uD55C \uC5C6\uC74C.",headRoot:"\uC5B4\uB450 \uC5B4\uADFC",tailRoot:"\uC5B4\uB9D0 \uC5B4\uADFC"},noQuestions:"\uBB38\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",countQuestions:"{{n}}\uBB38\uC81C",countSentences:"{{n}}\uBB38\uC7A5",wordCountAvailable:"\uD574\uB2F9 \uB2E8\uC5B4 {{n}}\uAC1C \uAC00\uB2A5",comingSoon:"\uC900\uBE44 \uC911",noConditionMatch:"\uC870\uAC74\uC5D0 \uB9DE\uB294 \uBB38\uC81C \uC5C6\uC74C",nextQuestion:"\uB2E4\uC74C \uBB38\uC81C",noiseLevelTitle:"\uC18C\uC74C \uD06C\uAE30",noiseTypeTitle:"\uC18C\uC74C \uC885\uB958",playVolumeTitle:"\uC7AC\uC0DD \uC18C\uB9AC",playSpeedTitle:"\uC7AC\uC0DD \uC18D\uB3C4",meter:{sentence:"\uC7AC\uC0DD",noise:"\uC18C\uC74C",toggle:"\uC624\uB514\uC624 \uBBF8\uD130 \uD45C\uC2DC"},viewResult:"\uACB0\uACFC\uBCF4\uAE30",problemNotice:"{{n}}\uBC88 \uBB38\uC81C \uC785\uB2C8\uB2E4.",trainingSettingsTitle:"\uD6C8\uB828 \uC124\uC815",sentencePreview:"\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30",notHeard:"\uC548 \uB4E4\uB838\uC5B4\uC694.",heardWell:"\uC798 \uB4E4\uB838\uC5B4\uC694.",confirmTitle:"\uBB38\uC7A5\uC744 \uD655\uC778\uD558\uACE0 \uC798 \uB4E4\uB838\uB294\uC9C0 \uC120\uD0DD\uD558\uC138\uC694.",noSoundWaveform:"\uC18C\uB9AC \uBE44\uAD50 \uBB38\uC81C\uB294 \uC6E8\uC774\uBE0C\uD3FC\uC744 \uD45C\uD604\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",noise:{level:{none:"\uC5C6\uC74C",weak:"\uC57D\uD568",medium:"\uBCF4\uD1B5",strong:"\uAC15\uD568",veryStrong:"\uB9E4\uC6B0 \uAC15\uD568"},type:{none:"\uC5C6\uC74C",default:"\uAE30\uBCF8",street:"\uAE38\uAC70\uB9AC",buzz:"\uC640\uAE00\uC640\uAE00",restaurant:"\uC2DD\uB2F9"}},listenTitle:"\uC81C\uC2DC\uD558\uB294 \uBB38\uC7A5\uC744 \uB4E4\uC5B4\uC8FC\uC138\uC694.",listenButton:"\uBB38\uC7A5 \uB4E3\uAE30",listenQuestionBtn:"\uC9C8\uBB38 \uB4E3\uAE30",listenSoundBtn:"\uC18C\uB9AC \uB4E3\uAE30",selectCorrectAnswer:"\uC815\uB2F5\uC744 \uACE0\uB974\uC138\uC694.",listenSentence:"\uC81C\uC2DC\uD558\uB294 \uBB38\uC7A5\uC744 \uB4E4\uC5B4\uC8FC\uC138\uC694.",listenQuestion:"\uBB38\uC81C\uB97C \uB4E4\uC5B4\uC8FC\uC138\uC694.",selectAnswer:"\uBB3B\uACE0 \uC788\uB294 \uAC83\uC744 \uC120\uD0DD\uD558\uC138\uC694.",listenLongStory:"\uAE34 \uC774\uC57C\uAE30\uB97C \uC798 \uB4E3\uACE0 \uC544\uB798 \uBB38\uC81C\uB97C \uD480\uC5B4\uBCF4\uC138\uC694.",listenSound:"\uC18C\uB9AC\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",listenTwoSounds:"\uB450 \uC18C\uB9AC\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",areTwoSoundsSame:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC558\uB098\uC694, \uB2EC\uB790\uB098\uC694?",pickSameCard:"\uCE74\uB4DC\uB97C \uBCF4\uACE0 \uAC19\uC740 \uC18C\uB9AC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",pickSameSoundCard:"\uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",pickIncludedCard:"\uC18C\uB9AC\uAC00 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",pickStartsWithCard:"\uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE8\uB77C\uBCF4\uC138\uC694.",listenInOrder:"\uC18C\uB9AC\uB97C \uC21C\uC11C\uB300\uB85C \uB4E4\uC5B4\uBCF4\uC138\uC694.",playSound:"\uC18C\uB9AC \uB4E3\uAE30",playAll:"\uBAA8\uB450 \uB4E3\uAE30",stop:"\uC815\uC9C0",preview:"\uBBF8\uB9AC \uB4E3\uAE30",next:"\uB2E4\uC74C",completed:"\uD6C8\uB828 \uC644\uB8CC",selected:"\uC120\uD0DD\uB428",nthSelected:"{{n}}\uBC88\uC9F8 \uC120\uD0DD",fontSizeMin:"\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uC18C\uC785\uB2C8\uB2E4.",fontSizeMax:"\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uB300\uC785\uB2C8\uB2E4.",fontSizeDecrease:"\uAE00\uC790 \uD06C\uAE30 \uAC10\uC18C",fontSizeIncrease:"\uAE00\uC790 \uD06C\uAE30 \uC99D\uAC00",toggleBackground:"\uBC30\uACBD \uC804\uD658",cardInstructions:"\uB0B1\uB9D0 \uCE74\uB4DC\uB97C \uBCF4\uACE0 \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uD655\uC778\uD558\uC138\uC694.",noCards:"\uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",audioFetchError:"\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",selectInOrder:"\uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694.",orderSentence:"\uBB38\uC7A5\uC744 \uC6C0\uC9C1\uC5EC \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uBC30\uCE58\uD558\uC138\uC694.",selectConfirm:"\uBB38\uC81C\uB97C \uBCF4\uACE0 \uD574\uB2F9\uD558\uB294 \uB0B4\uC6A9\uC744 \uC120\uD0DD\uD558\uC138\uC694.",orderListDefault:"\uBB38\uC7A5\uC744 \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uBC30\uCE58\uD558\uC138\uC694.",result:{eyebrow:"\uD6C8\uB828 \uC644\uB8CC",title:"\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4.",scoreAria:"{{correct}} / {{total}} \uBB38\uD56D",elapsed:"\uC18C\uC694 \uC2DC\uAC04",summary:"{{correct}}\uAC1C\uC758 \uBB38\uD56D\uC744 \uC798 \uB4E4\uC5C8\uC2B5\uB2C8\uB2E4.",tableAriaLabel:"\uBB38\uD56D\uBCC4 \uD310\uC815",colProblem:"\uBB38\uC81C",colJudge:"\uD310\uC815",colAnswerSelected:"\uC815\uB2F5 \xB7 \uC120\uD0DD",colAnswer:"\uC815\uB2F5",colSelected:"\uC120\uD0DD",heardWell:"\uC798 \uB4E4\uC5C8\uC5B4\uC694",notHeard:"\uBABB \uB4E4\uC5C8\uC5B4\uC694",notJudged:"\uBBF8\uD310\uC815",replay:"\uB2E4\uC2DC\uD558\uAE30",done:"\uC644\uB8CC",viewResult:"\uACB0\uACFC \uD655\uC778"},up:"\uC704\uB85C",down:"\uC544\uB798\uB85C",prev:"\uC774\uC804",listenLabel:"\uBB38\uC7A5 \uB4E3\uAE30",sourcePlay:"\uC18C\uC2A4 {{n}} \uC7AC\uC0DD",listenSentenceBtn:"\uBB38\uC7A5 \uB4E3\uAE30",listenQuestionBtn2:"\uBB38\uC81C \uB4E3\uAE30",listen:"\uB4E3\uAE30",popup:{wordManipulation:"\uB2E8\uC5B4 \uC870\uC791 \uD6C8\uB828",orderListening:"\uBB38\uC7A5 \uC21C\uC11C \uB4E3\uAE30"}},l1={title:"\uB098\uC758 \uBB38\uC7A5\uD6C8\uB828",totalCount:"\uAC1C\uC758 \uD6C8\uB828 \uBB36\uC74C",search:{placeholder:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984 \uAC80\uC0C9"},addButton:"\uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",addGroupButton:"\uADF8\uB8F9 \uCD94\uAC00",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984 \uC785\uB825",groupNameRequired:"\uADF8\uB8F9 \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",groupNameDuplicate:"\uC774\uBBF8 \uC874\uC7AC\uD558\uB294 \uADF8\uB8F9 \uC774\uB984\uC785\uB2C8\uB2E4.",deleteGroup:"\uADF8\uB8F9 \uC0AD\uC81C",renameGroup:"\uADF8\uB8F9 \uC774\uB984 \uBC14\uAFB8\uAE30",itemCount:"\uD6C8\uB828 \uAC1C\uC218",addPlanToGroup:"\uC774 \uADF8\uB8F9\uC5D0 \uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",groupEmpty:"\uD6C8\uB828 \uBB36\uC74C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",menu:{edit:"\uD6C8\uB828 \uBB36\uC74C \uC218\uC815",rename:"\uC774\uB984 \uBC14\uAFB8\uAE30",move:"\uADF8\uB8F9 \uC774\uB3D9",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",duplicate:"\uD6C8\uB828 \uBB36\uC74C \uBCF5\uC0AC",delete:"\uC0AD\uC81C",editTraining:"\uC218\uC815",publishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",unpublishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uAE30",publish:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30"},empty:"\uB4F1\uB85D\uB41C \uD6C8\uB828 \uBB36\uC74C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",sort:{id:"\uBC88\uD638",name:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984",customers:"\uD6C8\uB828 \uACE0\uAC1D",createdAt:"\uB9CC\uB4E0 \uB0A0\uC9DC"},pageSize:{10:"10\uAC1C\uC529 \uBCF4\uAE30",25:"25\uAC1C\uC529 \uBCF4\uAE30",50:"50\uAC1C\uC529 \uBCF4\uAE30",100:"100\uAC1C\uC529 \uBCF4\uAE30"},totalPrefix:"\uCD1D ",totalSuffix:"\uAC1C",sub:"\uBB38\uC7A5\uD6C8\uB828 \uBB36\uC74C\uC744 \uB9CC\uB4E4\uACE0 \uADF8\uB8F9\uC73C\uB85C \uAD00\uB9AC\uD558\uC138\uC694.",noItems:"\uD6C8\uB828 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",sortPlaceholder:"\uC815\uB82C",duplicated:"\uD6C8\uB828 \uBB36\uC74C\uC774 \uBCF5\uC0AC\uB418\uC5B4 {{name}}\uC73C\uB85C \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",duplicateError:"\uD6C8\uB828 \uBB36\uC74C \uBCF5\uC0AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",saveError:"\uD6C8\uB828 \uBB36\uC74C \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",deleteError:"\uD6C8\uB828 \uBB36\uC74C \uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",moveError:"\uADF8\uB8F9 \uC774\uB3D9 \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",linkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",groupRemoveError:"\uC77C\uBD80 \uADF8\uB8F9 \uC0AD\uC81C \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",deleteConfirm:{title:"\uD6C8\uB828 \uBB36\uC74C \uC0AD\uC81C",body:"'{{name}}'\uC744(\uB97C) \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",bodyNoName:"\uC774 \uD6C8\uB828 \uBB36\uC74C\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirm:"\uC0AD\uC81C"},deleteGroupConfirm:{title:"\uADF8\uB8F9 \uC0AD\uC81C",body:"'{{name}}' \uADF8\uB8F9\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uADF8\uB8F9 \uC548\uC758 \uD6C8\uB828 \uBB36\uC74C\uC740 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4."},copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",removeLink:"\uB9C1\uD06C \uC81C\uAC70",linkRemoved:"\uB9C1\uD06C\uAC00 \uC81C\uAC70\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreating:"\uB9C1\uD06C\uB97C \uB9CC\uB4DC\uB294 \uC911\uC785\uB2C8\uB2E4\u2026",linkSaveFirst:"\uBA3C\uC800 \uD6C8\uB828 \uBB36\uC74C\uC744 \uC800\uC7A5\uD574\uC8FC\uC138\uC694.",linkSaveFirstHint:"\uC800\uC7A5\uB41C \uD6C8\uB828 \uBB36\uC74C\uC5D0\uC11C\uB9CC \uACF5\uC720 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",linkCopySelect:"\uBCF5\uC0AC\uAC00 \uB9C9\uD600 \uB9C1\uD06C\uB97C \uC120\uD0DD\uD588\uC2B5\uB2C8\uB2E4. Ctrl/\u2318+C\uB85C \uBCF5\uC0AC\uD558\uC138\uC694.",nameRequired:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",itemRequired:"\uD6C8\uB828\uC744 1\uAC1C \uC774\uC0C1 \uB2F4\uC544\uC8FC\uC138\uC694.",randomAdd:"\uBB34\uC791\uC704 \uCD94\uAC00",store:{badge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",unpublishTitle:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uAE30",unpublishConfirm:"\uB0B4\uB9AC\uAE30",unpublishMessage:"'{{name}}'\uC744(\uB97C) \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",unpublishWarning:{title:"\uB0B4\uB9AC\uBA74 \uB2E4\uC74C \uB370\uC774\uD130\uAC00 \uCD08\uAE30\uD654\uB429\uB2C8\uB2E4:",likes:"\uC88B\uC544\uC694 \uC218",downloads:"\uB2E4\uC6B4\uB85C\uB4DC \uC218",likeHistory:"\uC88B\uC544\uC694 \uAE30\uB85D (\uB2E4\uB978 \uC0AC\uC6A9\uC790\uC758 \uC88B\uC544\uC694 \uD3EC\uD568)",publisherInfo:"\uAC8C\uC2DC\uC790 \uC815\uBCF4, \uC124\uBA85, \uD0DC\uADF8",note:"\uB2E4\uC2DC \uC62C\uB9AC\uBA74 \uBAA8\uB4E0 \uC218\uCE58\uAC00 0\uBD80\uD130 \uC2DC\uC791\uD569\uB2C8\uB2E4."},publishTitle:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",publishConfirm:"\uC62C\uB9AC\uAE30",publishMessage:"'{{name}}'\uC744(\uB97C) \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},startCustomer:{title:"\uACE0\uAC1D \uD6C8\uB828 \uC2DC\uC791",buttonLabel:"\uACE0\uAC1D \uD6C8\uB828 \uC2DC\uC791",startButtonLabel:"\uD6C8\uB828 \uC2DC\uC791",searchPlaceholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9",countLabel:"\uCD1D {n}\uBA85",emptyText:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},sendHomework:{title:"\uC219\uC81C \uBCF4\uB0B4\uAE30",buttonLabel:"\uC219\uC81C \uBCF4\uB0B4\uAE30",searchPlaceholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9",countLabel:"\uCD1D {n}\uBA85",emptyText:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",hwNotifyTooltip:"\uC5F0\uACB0\uB41C \uB9D0\uADC0\uD68C\uC6D0\uC5D0\uAC8C \uC219\uC81C \uC54C\uB9BC \uBCF4\uB0B4\uAE30"},toast:{published:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uAC8C\uC2DC\uD588\uC2B5\uB2C8\uB2E4.",unpublished:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB838\uC2B5\uB2C8\uB2E4.",hwRegFailed:"\uC219\uC81C \uB4F1\uB85D\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",hwRegNoMember:"\uC219\uC81C\uB97C \uB4F1\uB85D\uD588\uC5B4\uC694. (\uC5F0\uACB0\uB41C \uB9D0\uADC0\uD68C\uC6D0\uC774 \uC5C6\uC5B4 \uC54C\uB9BC\uC740 \uBCF4\uB0B4\uC9C0 \uBABB\uD588\uC5B4\uC694)",sessionStartError:"\uACE0\uAC1D \uD6C8\uB828 \uC138\uC158 \uC2DC\uC791\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",hwSent:"\uBCF4\uB0C4",hwSend:"\uBCF4\uB0B4\uAE30",hwRegSentFmt:"{{name}}\uB2D8\uC5D0\uAC8C \uC219\uC81C\uB97C \uBCF4\uB0C8\uC5B4\uC694.",sessionStarted:"{{name}}\uB2D8 \uD6C8\uB828\uC744 \uC2DC\uC791\uD588\uC2B5\uB2C8\uB2E4."},loadFailed:"\uD6C8\uB828 \uBB36\uC74C\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},c1={tabs:{customerList:"\uACE0\uAC1D\uBAA9\uB85D",visits:"\uBC29\uBB38 \uAE30\uB85D",homeworkManage:"\uC219\uC81C \uAD00\uB9AC",invite:"\uCD08\uB300\uAD00\uB9AC",groupLabel:"\uACE0\uAC1D\uAD00\uB9AC \uD654\uBA74"},title:"\uACE0\uAC1D\uAD00\uB9AC",searchFailed:"\uAC80\uC0C9\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC544\uB798\uB294 \uC774\uBBF8 \uBD88\uB7EC\uC628 \uBAA9\uB85D\uC5D0\uC11C \uCC3E\uC740 \uACB0\uACFC\uC785\uB2C8\uB2E4.",subtitle:"\uACE0\uAC1D \uBAA9\uB85D\uACFC \uBC29\uBB38 \uAE30\uB85D, \uC219\uC81C\uB97C \uD55C \uACF3\uC5D0\uC11C \uAD00\uB9AC\uD558\uC138\uC694.",totalCount:"\uBA85\uC758 \uACE0\uAC1D",totalPrefix:"\uCD1D ",totalSuffix:"\uBA85\uC758 \uACE0\uAC1D",search:{placeholder:"\uC774\uB984 \uB610\uB294 \uC5F0\uB77D\uCC98 \uAC80\uC0C9"},downloadButton:"\uB2E4\uC6B4\uB85C\uB4DC",addButton:"\uACE0\uAC1D \uCD94\uAC00",empty:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadError:"\uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",loadErrorDesc:"\uB124\uD2B8\uC6CC\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",sort:{name:"\uC774\uB984",gender:"\uC131\uBCC4",birthDate:"\uC0DD\uB144\uC6D4\uC77C",phone:"\uC5F0\uB77D\uCC98",joinDate:"\uB4F1\uB85D\uC77C"},pageSize:{10:"10\uAC1C\uC529 \uBCF4\uAE30",25:"25\uAC1C\uC529 \uBCF4\uAE30",50:"50\uAC1C\uC529 \uBCF4\uAE30",100:"100\uAC1C\uC529 \uBCF4\uAE30"},gender:{male:"\uB0A8",female:"\uC5EC"},modal:{addTitle:"\uACE0\uAC1D \uCD94\uAC00",editTitle:"{{name}} \uACE0\uAC1D \uC218\uC815"},form:{name:"\uC774\uB984 *",namePlaceholder:"\uD64D\uAE38\uB3D9",gender:"\uC131\uBCC4",birthDate:"\uC0DD\uB144\uC6D4\uC77C",birthYearPlaceholder:"\uB144\uB3C4 \uC120\uD0DD",phone:"\uC5F0\uB77D\uCC98 *",phoneFormatError:"\uC62C\uBC14\uB978 \uC5F0\uB77D\uCC98 \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4.",nameRequired:"\uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",phoneRequired:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",nameTooLong:"\uC774\uB984\uC740 \uCD5C\uB300 {{max}}\uC790 \uC785\uB2C8\uB2E4.",submitFailed:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."},button:{cancel:"\uCDE8\uC18C",save:"\uC800\uC7A5",add:"\uCD94\uAC00"},basicInfo:{title:"\uAE30\uBCF8 \uC815\uBCF4",editTooltip:"\uC218\uC815\uD558\uAE30",serialNo:"\uC77C\uB828\uBC88\uD638",age:"\uB9CC\uB098\uC774",memo:"\uBA54\uBAA8"},member:{label:"\uB9D0\uADC0 \uD68C\uC6D0",placeholder:"\uC774\uBA54\uC77C \uB610\uB294 \uC804\uD654",link:"\uC5F0\uACB0",linking:"\uC5F0\uACB0 \uC911\u2026",linked:"\uC5F0\uACB0\uB428",notLinked:"\uBBF8\uC5F0\uACB0",unlink:"\uC5F0\uACB0 \uD574\uC81C",defaultName:"\uD68C\uC6D0",searchPlaceholder:"\uC774\uB984\xB7\uC774\uBA54\uC77C\xB7\uC804\uD654 \uAC80\uC0C9",selectRequired:"\uC5F0\uACB0\uD560 \uD68C\uC6D0\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",tabManual:"\uC9C1\uC811 \uC785\uB825",tabSearch:"\uB9D0\uADC0\uD68C\uC6D0 \uCC3E\uAE30",unit:"\uBA85",appEmail:"\uB9D0\uADC0 \uC774\uBA54\uC77C",emailLoading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",noResults:"\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},device:{title:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30",titleInUse:"\uC0AC\uC6A9\uC911\uC778 \uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30",addTooltip:"\uC0C8\uB85C \uC0DD\uC131",addButton:"\uAE30\uAE30 \uCD94\uAC00",listTooltip:"\uBAA9\uB85D \uBCF4\uAE30",listTitle:"\uCE21 \uAE30\uAE30 \uBAA9\uB85D",historyEmpty:"\uB4F1\uB85D\uB41C \uAE30\uAE30 \uC774\uB825\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",wearing:"\uCE21 \uCC29\uC6A9\uC911",notRegistered:"\uBBF8\uB4F1\uB85D",unit:"\uAC1C",wearingNow:"\uCC29\uC6A9",wear:"\uCC29\uC6A9",unwear:"\uCC29\uC6A9 \uD574\uC81C",wornSince:"{{date}}\uBD80\uD130",release:"\uD574\uC81C",historyTitle:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30 \uC774\uB825"},schedule:{title:"\uBC29\uBB38 \uC608\uC815",addTooltip:"\uC608\uC815 \uB4F1\uB85D",listTooltip:"\uC804\uCCB4 \uBCF4\uAE30",empty:"\uC608\uC815\uB41C \uBC29\uBB38\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",editTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC608\uC815 \uC218\uC815",detailTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC608\uC815 \uC0C1\uC138",registerTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC608\uC815 \uB4F1\uB85D",scheduledDate:"\uBC29\uBB38 \uC608\uC815\uC77C",memoPlaceholder:"\uBC29\uBB38 \uC608\uC815 \uAD00\uB828 \uBA54\uBAA8\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",visited:"\uBC29\uBB38",noVisit:"\uBBF8\uBC29\uBB38",editButton:"\uC218\uC815\uD558\uAE30"},visitHistory:{title:"\uBC29\uBB38 \uC774\uB825",addTooltip:"\uC2E0\uADDC \uB4F1\uB85D",empty:"\uC544\uC9C1 \uBC29\uBB38 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",popupTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC774\uB825",memoSearch:"\uBA54\uBAA8 \uAC80\uC0C9",noResults:"\uD574\uB2F9\uD558\uB294 \uBC29\uBB38 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",noMemo:"\uBA54\uBAA8 \uC5C6\uC74C",visitDatetime:"\uBC29\uBB38 \uC77C\uC2DC",visitTime:"\uBC29\uBB38 \uC2DC\uAC04",memo:"\uBA54\uBAA8",editTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC218\uC815",detailTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uC0C1\uC138",registerTitle:" \uACE0\uAC1D\uB2D8 \uC2E0\uADDC \uBC29\uBB38 \uB4F1\uB85D",editButton:"\uC218\uC815\uD558\uAE30",statsButton:"\uD6C8\uB828 \uD1B5\uACC4",memoPlaceholder:"\uBC29\uBB38 \uBA54\uBAA8\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",trainingPlan:"\uD6C8\uB828 \uD50C\uB79C",noTrainingPlan:"\uD50C\uB79C \uC5C6\uC74C"},homework:{title:"\uC219\uC81C \uC9C4\uD589\uC0C1\uD669",createPersonal:"\uAC1C\uC778 \uB9C1\uD06C \uC0DD\uC131",noLinks:"\uC0DD\uC131\uB41C \uC219\uC81C \uB9C1\uD06C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",done:"\uC644\uB8CC {{count}}\uD68C",notDone:"\uBBF8\uC644\uB8CC",active:"\uD65C\uC131",inactive:"\uBE44\uD65C\uC131",deactivate:"\uBE44\uD65C\uC131\uD654",copy:"\uB9C1\uD06C \uBCF5\uC0AC",copied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",planLabel:"\uD6C8\uB828 \uD50C\uB79C",groupOngoing:"\uC9C4\uD589 \uC911",groupDone:"\uC644\uB8CC",personal:"\uAC1C\uC778 \uB9C1\uD06C",public:"\uACF5\uAC1C \uB9C1\uD06C",linkTitle:"\uB9C1\uD06C {{token}}"},moreItems:"\uB354 \uC788\uC74C",viewAll:"\uC804\uCCB4 \uBCF4\uAE30",suffix:"\uACE0\uAC1D\uB2D8",age:"{{years}}\uC138 {{months}}\uAC1C\uC6D4",visits:{title:"\uBC29\uBB38",badgeScheduled:"\uBC29\uBB38\uC608\uC815",badgeVisited:"\uBC29\uBB38\uC644\uB8CC",badgeNoShow:"\uBBF8\uBC29\uBB38",registerTitle:" \uACE0\uAC1D\uB2D8 \uBC29\uBB38 \uB4F1\uB85D",registerVisited:"\uBC29\uBB38 \uC644\uB8CC \uCC98\uB9AC",colStatus:"\uC0C1\uD0DC",saveFailed:"\uBC29\uBB38 \uB4F1\uB85D \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4: {{error}}",saveFailedGeneric:"\uBC29\uBB38 \uB4F1\uB85D \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",addButton:"\uBC29\uBB38 \uB4F1\uB85D",viewTable:"\uD45C",viewCalendar:"\uCE98\uB9B0\uB354"},trainingRecord:{title:"\uACE0\uAC1D \uD6C8\uB828 \uAE30\uB85D",empty:"\uC544\uC9C1 \uC9C4\uD589\uD55C \uACE0\uAC1D \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",unitRun:"\uD310",colStartedAt:"\uC2DC\uC791",colStatus:"\uC0C1\uD0DC",colDone:"\uD47C \uBB38\uD56D",colDuration:"\uAC78\uB9B0 \uC2DC\uAC04",ended:"\uB05D\uB0A8",doneFmt:"{{done}}/{{total}}",viewLabel:"\uD6C8\uB828\uAE30\uB85D \uBCF4\uAE30",viewItems:"\uBB38\uC81C \uAE30\uB85D",viewRuns:"\uC2DC\uAC04 \uAE30\uB85D",kindLabel:"\uD6C8\uB828 \uAC08\uB798",sentence:"\uBB38\uC7A5",word:"\uB2E8\uC5B4",table:"\uB2E8\uC5B4\uD45C",pair:"\uB300\uB9BD\uC30D"},link:{title:"\uB9D0\uADC0 \uD68C\uC6D0 \uC5F0\uACB0",connectTitle:"\uAE30\uC874 \uACC4\uC815 \uC5F0\uACB0",emailLabel:"\uC774\uBA54\uC77C",emailPlaceholder:"\uC774\uBA54\uC77C \uC785\uB825",inviteTitle:"\uCD08\uB300 \uB9C1\uD06C \uBCF4\uB0B4\uAE30",inviteLinkLabel:"\uCD08\uB300 \uB9C1\uD06C",linking:"\uC5F0\uACB0 \uC911\u2026",link:"\uC5F0\uACB0",linkSuccess:"{{name}} \uC5F0\uACB0\uB428",defaultMemberName:"\uD68C\uC6D0",linkError:"\uC5F0\uACB0 \uC2E4\uD328",inviteLoading:"\uB9C1\uD06C \uC0DD\uC131 \uC911\u2026",inviteError:"\uB9C1\uD06C\uB97C \uBD88\uB7EC\uC62C \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",copied:"\uBCF5\uC0AC\uB428 \u2713",copy:"\uBCF5\uC0AC",inviteDesc:"\uB9D0\uADC0 \uC571\uC774 \uC5C6\uB294 \uACE0\uAC1D\uC5D0\uAC8C \uC704 \uB9C1\uD06C\uB97C \uACF5\uC720\uD558\uBA74 \uD68C\uC6D0\uAC00\uC785 \uD6C4 \uAE30\uAD00\uC5D0 \uC5F0\uACB0\uB429\uB2C8\uB2E4."},status:{trainingSubtitle:"\uD6C8\uB828 \uD604\uD669",notLinkedTitle:"\uC544\uC9C1 \uD1B5\uACC4\uB97C \uC313\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",notLinkedMessage:"\uD1B5\uACC4\uB294 \uACE0\uAC1D\uC774 \uB9D0\uADC0 \uC571\uC5D0\uC11C \uD63C\uC790 \uD55C \uD6C8\uB828\uC744 \uBAA8\uC74D\uB2C8\uB2E4. \uB9D0\uADC0 \uD68C\uC6D0\uC73C\uB85C \uC5F0\uACB0\uB418\uBA74 \uC774 \uC790\uB9AC\uC5D0 \uC313\uC785\uB2C8\uB2E4.",notLinkedHint:"\uC5EC\uAE30\uC11C \uD568\uAED8\uD55C \uD6C8\uB828\uC740 \uD6C8\uB828\uAE30\uB85D \uD0ED\uC5D0 \uC788\uC2B5\uB2C8\uB2E4. \uC5F0\uACB0\uC740 \uACE0\uAC1D\uC815\uBCF4 \uD0ED\uC758 \uCD08\uB300\uB9C1\uD06C\uB85C \uD569\uB2C8\uB2E4."},viewStatus:"\uD604\uD669\uBCF4\uAE30",linkMember:"\uD68C\uC6D0 \uC5F0\uACB0",detail:{deleteConfirm:"'{{name}}' \uACE0\uAC1D\uC744 \uC0AD\uC81C\uD560\uAE4C\uC694? \uBC29\uBB38 \uC774\uB825\xB7\uC219\uC81C\xB7\uC5F0\uACB0\uC774 \uD568\uAED8 \uC0AD\uC81C\uB418\uBA70 \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",inviteLink:{loading:"\uB9C1\uD06C \uC0DD\uC131 \uC911\u2026",copied:"\uBCF5\uC0AC\uB428 \u2713",send:"\uCD08\uB300\uB9C1\uD06C \uBCF4\uB0B4\uAE30"},session:{inProgress:"\uC9C4\uD589 \uC911",completedFmt:"\uC644\uB8CC {{done}}/{{total}} \xB7 {{duration}}",forceEnd:"\uC885\uB8CC",forceEndConfirm:"\uC0C8\uB85C\uACE0\uCE68\xB7\uAE30\uAE30 \uBB38\uC81C \uB4F1\uC73C\uB85C \uB0A8\uC544\uC788\uB294 \uC138\uC158\uC785\uB2C8\uB2E4. \uAC15\uC81C\uB85C \uC885\uB8CC\uD560\uAE4C\uC694? \uC885\uB8CC \uC804\uAE4C\uC9C0 \uC774 \uACE0\uAC1D\uC740 \uBCF8\uC778 \uACC4\uC815\uC73C\uB85C \uB85C\uADF8\uC778\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",forceEndTitle:"\uC138\uC158 \uAC15\uC81C \uC885\uB8CC"},visitSuffix:"\uC758 \uBC29\uBB38",deleteTitle:"\uACE0\uAC1D \uC0AD\uC81C",tabs:{info:"\uACE0\uAC1D\uC815\uBCF4",record:"\uD6C8\uB828\uAE30\uB85D",groupLabel:"\uACE0\uAC1D \uC0C1\uC138 \uD654\uBA74",visit:"\uBC29\uBB38\uAE30\uB85D",device:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30",homework:"\uC219\uC81C",stats:"\uD1B5\uACC4"},editCustomer:"\uACE0\uAC1D\uC815\uBCF4 \uC218\uC815",deleteCustomer:"\uACE0\uAC1D \uC0AD\uC81C",startTraining:"\uD6C8\uB828 \uC2DC\uC791",startTrainingBusy:"\uC774\uBBF8 \uC9C4\uD589 \uC911\uC778 \uACE0\uAC1D \uD6C8\uB828\uC774 \uC788\uC2B5\uB2C8\uB2E4",startTrainingTitle:"\uD6C8\uB828 \uC2DC\uC791",startTrainingSub:"{{name}} \uACE0\uAC1D\uB2D8\uACFC \uD560 \uD6C8\uB828\uC744 \uACE0\uB974\uC138\uC694",startTrainingNoPlan:"\uB9CC\uB4E4\uC5B4 \uB454 \uD6C8\uB828 \uD50C\uB79C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uD6C8\uB828 \uD50C\uB79C\uC744 \uBA3C\uC800 \uB9CC\uB4E4\uC5B4 \uC8FC\uC138\uC694.",startTrainingItems:"{{count}}\uAC1C",startTrainingGo:"\uC2DC\uC791",startTrainingNoSuchPlan:"\uD6C8\uB828 \uD50C\uB79C\uC744 \uCC3E\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",startTrainingFailed:"\uACE0\uAC1D \uD6C8\uB828 \uC138\uC158 \uC2DC\uC791\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",startTrainingUnit:"\uAC1C",startTrainingSearch:"\uD50C\uB79C \uC774\uB984 \uAC80\uC0C9",startTrainingNoMatch:"\uCC3E\uB294 \uC774\uB984\uC758 \uD6C8\uB828 \uD50C\uB79C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},csvFilename:"\uACE0\uAC1D\uBAA9\uB85D.csv"},d1={title:"\uC624\uB298\uC758 \uB4E3\uAE30",titleYesterday:"\uC5B4\uC81C\uC758 \uB4E3\uAE30",daySwitchLabel:"\uBCF4\uB294 \uB0A0",subtitle:"\uC8FC\uC81C\uB97C \uC120\uD0DD\uD558\uC5EC \uB4E3\uAE30 \uC5F0\uC2B5\uC744 \uC9C4\uD589\uD558\uC138\uC694.",badge:"\uD6C8\uB828 {{n}}\uC77C",toast:{switchedToToday:"\uC624\uB298 \uD6C8\uB828\uC73C\uB85C \uC804\uD658\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",switchedToYesterday:"\uC5B4\uC81C \uD6C8\uB828\uC73C\uB85C \uC804\uD658\uB418\uC5C8\uC2B5\uB2C8\uB2E4."},banner1:{title:"\uB9E4\uC77C \uAFB8\uC900\uD788, \uC624\uB298\uC758 \uB4E3\uAE30",desc:"\uD558\uB8E8 \uD55C \uC138\uD2B8\uB85C \uB4E3\uAE30 \uC2B5\uAD00\uC744 \uB9CC\uB4E4\uC5B4 \uBCF4\uC138\uC694."},banner2:{title:"\uD6C8\uB828 \uD604\uD669 \uD55C\uB208\uC5D0 \uBCF4\uAE30",desc:"\uC9C0\uAE08\uAE4C\uC9C0\uC758 \uC9C4\uD589 \uC0C1\uD669\uC744 \uD655\uC778\uD574 \uBCF4\uC138\uC694."},banner3:{title:"\uC0C8\uB85C\uC6B4 \uD6C8\uB828\uC774 \uC900\uBE44\uB410\uC5B4\uC694",desc:"\uC624\uB298\uC758 \uB4E3\uAE30\uC5D0\uC11C \uBC14\uB85C \uC2DC\uC791\uD560 \uC218 \uC788\uC5B4\uC694."},menu:{viewWords:"\uC8FC\uC694 \uB2E8\uC5B4 \uBCF4\uAE30"},notice:{actionLink:"\uBC14\uB85C\uAC00\uAE30",actionPopup:"\uC790\uC138\uD788 \uBCF4\uAE30",copyCoupon:"\uCFE0\uD3F0 \uCF54\uB4DC \uBCF5\uC0AC",copyCouponDone:"\uCFE0\uD3F0 \uCF54\uB4DC\uB97C \uBCF5\uC0AC\uD588\uC2B5\uB2C8\uB2E4.",copyCouponFailed:"\uBCF5\uC0AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4."}},u1={service:{speechear:"\uB9D0\uADC0",manager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800"},title:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4",subtitle:"\uB9D0\uADC0 \uC11C\uBE44\uC2A4 \uC774\uC6A9\uAD8C\uC744 \uC120\uD0DD\uD558\uC138\uC694.",segment:{personal:"\uB9D0\uADC0",org:"\uB9D0\uADC0\uB9E4\uB2C8\uC800"},modal:{title:"\uACB0\uC81C \uD655\uC778",confirmText:"\uC704 \uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",confirmButton:"\uACB0\uC81C\uD558\uAE30"},confirmed:"\u2713 \uACB0\uC81C\uAC00 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4!",purchaseFailed:"\uAD6C\uB9E4 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",error:{productNotFound:"\uC0C1\uD488\uC744 \uCC3E\uC744 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",invalidDuration:"\uC0C1\uD488 \uAE30\uAC04 \uC815\uBCF4\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",purchaseLimitReached:"\uC624\uD508\uD2B9\uAC00\uB294 \uACC4\uC815\uB2F9 1\uD68C\uB9CC \uAD6C\uB9E4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",notConfigured:"\uACB0\uC81C \uBAA8\uB4C8\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694. (\uACC4\uC18D\uB418\uBA74 \uACE0\uAC1D\uC13C\uD130\uB85C \uC54C\uB824 \uC8FC\uC138\uC694)"},success:{title:"\uACB0\uC81C \uD655\uC778 \uC911",checking:"\uACB0\uC81C \uC2B9\uC778\uC744 \uD655\uC778\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC\uB9CC \uAE30\uB2E4\uB824 \uC8FC\uC138\uC694.",done:"\uACB0\uC81C\uAC00 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC774\uC6A9 \uD604\uD669\uC5D0\uC11C \uC774\uC6A9\uAD8C\uC744 \uD65C\uC131\uD654\uD574 \uC8FC\uC138\uC694.",subscriptionDelayed:"\uACB0\uC81C\uB294 \uC644\uB8CC\uB418\uC5C8\uC9C0\uB9CC \uC774\uC6A9\uAD8C \uBC18\uC601\uC774 \uC9C0\uC5F0\uB418\uACE0 \uC788\uC2B5\uB2C8\uB2E4. \uC774\uC6A9 \uD604\uD669\uC5D0 \uBCF4\uC774\uC9C0 \uC54A\uC73C\uBA74 \uACE0\uAC1D\uC13C\uD130\uB85C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",error:"\uACB0\uC81C \uD655\uC778 \uC911 \uBB38\uC81C\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4. \uACE0\uAC1D\uC13C\uD130\uB85C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",goToUsage:"\uC774\uC6A9 \uD604\uD669\uC73C\uB85C \uC774\uB3D9"},fail:{title:"\uACB0\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",retry:"\uB2E4\uC2DC \uC2DC\uB3C4",back:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4\uB85C \uB3CC\uC544\uAC00\uAE30"},managerGate:{title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD \uD544\uC694",message:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC774\uC6A9\uAD8C\uC740 \uB9D0\uADC0\uB9E4\uB2C8\uC800\uB85C \uC2E0\uCCAD\uD55C \uD6C4 \uAD6C\uB9E4\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uBA3C\uC800 \uC2E0\uCCAD\uD574 \uC8FC\uC138\uC694.",register:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD"},faq:{title:`\uAD81\uAE08\uD55C \uAC83\uC774
|
|
18
|
+
\uC788\uC73C\uC2E0\uAC00\uC694?`,contactButton:"\uBB38\uC758\uD558\uAE30",items:[{q:"\uC5B8\uC81C\uB4E0\uC9C0 \uCDE8\uC18C\uD560 \uC218 \uC788\uB098\uC694?",a:"\uC608, \uBAA8\uB4E0 \uC694\uAE08\uC81C\uB294 \uAC00\uC785 \uD6C4 \uC57D\uC815 \uC5C6\uC774 \uCDE8\uC18C\uAC00 \uAC00\uB2A5\uD569\uB2C8\uB2E4. \uC5F0\uAC04 \uAD6C\uB3C5\uC740 \uAC00\uC785 \uD6C4 \uCCAB 14\uC77C \uC774\uB0B4, \uC6D4\uAC04 \uAD6C\uB3C5\uC740 \uAC00\uC785 \uD6C4 \uCCAB 3\uC77C \uC774\uB0B4\uC5D0 \uC804\uC561 \uD658\uBD88 \uC815\uCC45\uC774 \uC801\uC6A9\uB429\uB2C8\uB2E4."},{q:"\uD658\uBD88\uC740 \uC5B4\uB5BB\uAC8C \uC9C4\uD589\uB418\uB098\uC694?",a:"\uD658\uBD88 \uC694\uCCAD\uC740 \uACE0\uAC1D\uC13C\uD130 \uB610\uB294 \uACC4\uC815 > \uACB0\uC81C \uD654\uBA74\uC5D0\uC11C \uC2E0\uCCAD\uD560 \uC218 \uC788\uC73C\uBA70, \uD655\uC778 \uD6C4 \uC601\uC5C5\uC77C \uAE30\uC900 3~5\uC77C \uB0B4 \uCC98\uB9AC\uB429\uB2C8\uB2E4."},{q:"\uACB0\uC81C \uC218\uB2E8\uC744 \uBCC0\uACBD\uD558\uB824\uBA74?",a:"\uACB0\uC81C \uC218\uB2E8\uC740 \uACC4\uC815 \uC124\uC815\uC758 \uACB0\uC81C \uC815\uBCF4\uC5D0\uC11C \uB4F1\uB85D/\uBCC0\uACBD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uB4F1\uB85D\uD55C \uCE74\uB4DC\uB294 \uC548\uC804\uD558\uAC8C \uC554\uD638\uD654\uB418\uC5B4 \uC800\uC7A5\uB429\uB2C8\uB2E4."},{q:"\uAE30\uC5C5/\uB2E8\uCCB4 \uACB0\uC81C\uB3C4 \uAC00\uB2A5\uD55C\uAC00\uC694?",a:"\uB124, \uAE30\uC5C5\uC6A9 \uC694\uAE08\uC81C \uBC0F \uBCC4\uB3C4 \uCCAD\uAD6C\uC11C \uBC1C\uD589\uC774 \uD544\uC694\uD558\uC2DC\uBA74 \uC5C5\uCCB4\uC815\uBCF4 \uD398\uC774\uC9C0 \uB610\uB294 \uACE0\uAC1D\uC13C\uD130\uB85C \uBB38\uC758\uD574 \uC8FC\uC138\uC694."}]},plan:{recommendedFor:"\uC774\uB7F0 \uBD84\uAED8 \uCD94\uCC9C\uD569\uB2C8\uB2E4.",features:"\uD575\uC2EC \uAE30\uB2A5",freePrice:"\uBB34\uB8CC",contact:"\uBB38\uC758\uD558\uAE30"},products:{discount50:"50% \uD560\uC778",free:{title:"\uBB34\uB8CC \uC774\uC6A9",quote:"\uB204\uAD6C\uB098 \uC774\uC6A9 \uAC00\uB2A5\uD55C",tier:"\uBB34\uB8CC",subtitle:"\uAE30\uBCF8 \uAE30\uB2A5\uC744 \uBB34\uB8CC\uB85C \uCCB4\uD5D8\uD574\uBCF4\uC138\uC694. \uC77C\uBD80 \uAE30\uB2A5\uC740 \uC81C\uD55C\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",recommendedFor:["\uC11C\uBE44\uC2A4\uB97C \uBA3C\uC800 \uCCB4\uD5D8\uD558\uACE0 \uC2F6\uC740 \uC0AC\uC6A9\uC790","\uAE30\uBCF8 \uAE30\uB2A5\uB9CC \uC0AC\uC6A9\uD558\uB824\uB294 \uAC1C\uC778"],features:["\uAE30\uBCF8 \uB4E3\uAE30 \uD6C8\uB828","\uC77C\uBD80 \uC8FC\uC81C \uCF58\uD150\uCE20 \uC811\uADFC","\uAE30\uBCF8 \uD1B5\uACC4 \uBCF4\uAE30"],tiers:{basic:{label:"\uBB34\uB8CC \uC774\uC6A9"}}},standard:{title:"\uB9D0\uADC0 \uC2A4\uD0E0\uB2E4\uB4DC",tier:"\uC2A4\uD0E0\uB2E4\uB4DC",quote:"\uB9D0\uADC0\uC758 \uBAA8\uB4E0 \uAE30\uB2A5\uC744!",cardBadge:"\uCD94\uCC9C",subtitle:"\uB9D0\uADC0\uC758 \uBAA8\uB4E0 \uCF58\uD150\uCE20\uB97C \uC81C\uD55C \uC5C6\uC774 \uC774\uC6A9\uD560 \uC218 \uC788\uB294 \uC720\uB8CC\uC0C1\uD488\uC785\uB2C8\uB2E4.",recommendedFor:["\uAC1C\uC778 \uC0AC\uC6A9\uC790","\uC11C\uBE44\uC2A4 \uC774\uC6A9\uC790 / \uACE0\uAC1D"],features:["\uC624\uB298\uC758 \uB4E3\uAE30 \uD6C8\uB828","\uC8FC\uC81C\uBCC4 \uB4E3\uAE30 \uAD00\uB828","\uAC8C\uC784\uC744 \uD1B5\uD55C \uB4E3\uAE30 \uD6C8\uB828"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"15,000\uC6D0"},yearly30:{price:"180,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"7,500\uC6D0"},openYearly30:{price:"90,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"90,000\uC6D0",yearlyOriginal:"180,000\uC6D0"}},mgrFree:{title:"\uBB34\uB8CC",quote:"\uB204\uAD6C\uB098 \uC774\uC6A9 \uAC00\uB2A5\uD55C",subtitle:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB97C \uCC98\uC74C \uC2DC\uC791\uD558\uB294 \uBD84\uAED8",recommendedFor:["\uC18C\uC218 \uACE0\uAC1D\uC744 \uAD00\uB9AC\uD558\uB294 1\uC778 \uC6B4\uC601\uC790","\uAE30\uB2A5\uC744 \uBA3C\uC800 \uCCB4\uD5D8\uD574\uBCF4\uACE0 \uC2F6\uC740 \uBD84"],features:["\uACE0\uAC1D \uCD5C\uB300 3\uBA85 \uAD00\uB9AC","\uAE30\uBCF8 \uD6C8\uB828 \uBC30\uC815","\uD6C8\uB828 \uACB0\uACFC \uC870\uD68C"],tier:{label:"\uBB34\uB8CC",price:"0\uC6D0"}},mgrStandard:{title:"\uC2A4\uD0E0\uB2E4\uB4DC",tier:"\uC2A4\uD0E0\uB2E4\uB4DC",subtitle:"\uBCF8\uACA9\uC801\uC73C\uB85C \uACE0\uAC1D\uC744 \uAD00\uB9AC\uD558\uB294 \uC6B4\uC601\uC790\uAED8",recommendedFor:["\uC131\uC7A5\uD558\uB294 \uC13C\uD130\xB7\uAD50\uC2E4","\uC5EC\uB7EC \uACE0\uAC1D\uC744 \uC815\uAE30 \uAD00\uB9AC\uD558\uB294 \uBD84"],features:["\uACE0\uAC1D \uCD5C\uB300 30\uBA85 \uAD00\uB9AC","\uB300\uD654\xB7\uD6C8\uB828 \uC774\uB825 \uBCF4\uAD00","\uAE30\uBCF8 \uB9AC\uD3EC\uD2B8 \uC81C\uACF5","\uB2E8\uC5B4/\uBB38\uC7A5 \uB370\uC774\uD130 \uAD00\uB9AC"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"20,000\uC6D0"},yearly30:{price:"240,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"10,000\uC6D0"},openYearly30:{price:"120,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"120,000\uC6D0",yearlyOriginal:"240,000\uC6D0"},quote:"\uBCF8\uACA9\uC801\uC778 \uC6B4\uC601\uC744 \uC704\uD55C"},mgrPro:{title:"\uD504\uB85C",tier:"\uD504\uB85C",quote:"\uC804\uBB38 \uAE30\uAD00\uC744 \uC704\uD55C",cardBadge:"\uCD94\uCC9C",subtitle:"\uACE0\uAE09 \uBD84\uC11D\uAE4C\uC9C0 \uBAA8\uB4E0 \uAE30\uB2A5\uC744 \uC81C\uACF5\uD569\uB2C8\uB2E4.",recommendedFor:["\uB2E4\uC218 \uACE0\uAC1D\uC744 \uC6B4\uC601\uD558\uB294 \uAE30\uAD00","\uACE0\uAE09 \uBD84\uC11D\uC774 \uD544\uC694\uD55C \uC804\uBB38\uAC00"],features:["\uACE0\uAC1D \uBB34\uC81C\uD55C \uAD00\uB9AC","\uACE0\uAE09 \uD1B5\uACC4\xB7\uB9AC\uD3EC\uD2B8","\uBC18\uBCF5 \uC9C8\uBB38/\uC774\uC288 \uC790\uB3D9 \uBD84\uB958","\uB9DE\uCDA4 \uD6C8\uB828 \uD50C\uB79C","\uC6B0\uC120 \uACE0\uAC1D \uC9C0\uC6D0"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"30,000\uC6D0"},yearly30:{price:"360,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"15,000\uC6D0"},openYearly30:{price:"180,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"180,000\uC6D0",yearlyOriginal:"360,000\uC6D0"}},mgrEnterprise:{title:"\uAE30\uC5C5",quote:"\uC5EC\uB7EC \uC9C0\uC810\uC744 \uD568\uAED8 \uC6B4\uC601\uD558\uB294",subtitle:"\uB300\uADDC\uBAA8 \uAE30\uAD00\xB7\uB9DE\uCDA4 \uB3C4\uC785",recommendedFor:["\uB2E4\uC9C0\uC810\xB7\uB300\uADDC\uBAA8 \uAE30\uAD00","\uB9DE\uCDA4 \uAE30\uB2A5\xB7\uBCC4\uB3C4 \uACC4\uC57D\uC774 \uD544\uC694\uD55C \uACF3"],features:["\uD504\uB85C\uC758 \uBAA8\uB4E0 \uAE30\uB2A5","\uB2E4\uACC4\uC815\xB7\uC9C0\uC810 \uD1B5\uD569 \uAD00\uB9AC","\uB9DE\uCDA4 \uAE30\uB2A5 \uAC1C\uBC1C","\uC804\uB2F4 \uC9C0\uC6D0\xB7\uBCC4\uB3C4 \uCCAD\uAD6C"],tier:{label:"\uB9DE\uCDA4 \uACAC\uC801",price:"\uBB38\uC758"}},mgrLight:{title:"\uB77C\uC774\uD2B8",tier:"\uB77C\uC774\uD2B8",subtitle:"\uC18C\uADDC\uBAA8 \uC6B4\uC601\uC790\uB97C \uC704\uD55C \uD569\uB9AC\uC801\uC778 \uC2DC\uC791 \uD50C\uB79C",recommendedFor:["\uC18C\uC218 \uACE0\uAC1D\uC744 \uC720\uB8CC\uB85C \uAD00\uB9AC\uD558\uB294 1\uC778 \uC6B4\uC601\uC790","\uAE30\uB2A5 \uD655\uC7A5\uC744 \uAC80\uD1A0 \uC911\uC778 \uBD84"],features:["\uACE0\uAC1D \uCD5C\uB300 10\uBA85 \uAD00\uB9AC","\uD6C8\uB828 \uBC30\uC815 \uBC0F \uACB0\uACFC \uC870\uD68C","\uAE30\uBCF8 \uC774\uB825 \uBCF4\uAD00"],tiers:{monthly30:{label:"30\uC77C \uC774\uC6A9\uAD8C",price:"10,000\uC6D0"},yearly30:{price:"120,000\uC6D0"},openMonthly30:{label:"\uC624\uD508 \uD2B9\uAC00 30\uC77C \uC774\uC6A9\uAD8C",price:"5,000\uC6D0"},openYearly30:{price:"60,000\uC6D0"},yearly:{label:"1\uB144 \uC774\uC6A9\uAD8C"},yearlyPrice:"60,000\uC6D0",yearlyOriginal:"120,000\uC6D0"},quote:"\uC791\uC740 \uC2DC\uC791\uC744 \uC704\uD55C"}},refund:{period:{title:"\uD658\uBD88 \uC2E0\uCCAD \uAE30\uAC04",body:"\uAD6C\uB9E4\uC77C\uB85C\uBD80\uD130 3\uC77C \uC774\uB0B4\uC5D0 \uD658\uBD88 \uC2E0\uCCAD\uC744 \uC811\uC218\uD55C \uACBD\uC6B0\uC5D0 \uD55C\uD558\uC5EC \uD658\uBD88\uC774 \uAC00\uB2A5\uD569\uB2C8\uB2E4. \uD658\uBD88 \uC2E0\uCCAD \uAE30\uAC04\uC774 \uACBD\uACFC\uD55C \uC774\uD6C4\uC5D0\uB294 \uC6D0\uCE59\uC801\uC73C\uB85C \uD658\uBD88\uC774 \uBD88\uAC00\uD569\uB2C8\uB2E4."},process:{title:"\uD658\uBD88 \uCC98\uB9AC \uBC29\uBC95 \uBC0F \uC18C\uC694 \uAE30\uAC04",body:"\uD658\uBD88\uC774 \uC2B9\uC778\uB41C \uACBD\uC6B0, \uC601\uC5C5\uC77C \uAE30\uC900 7~10\uC77C \uC774\uB0B4\uC5D0 \uACE0\uAC1D\uC774 \uAD6C\uB9E4 \uC2DC \uC0AC\uC6A9\uD55C \uB3D9\uC77C\uD55C \uACB0\uC81C \uC218\uB2E8\uC744 \uD1B5\uD574 \uD658\uBD88\uC774 \uC9C4\uD589\uB429\uB2C8\uB2E4. \uACB0\uC81C \uC218\uB2E8 \uBC0F \uAE08\uC735\uAE30\uAD00\uC758 \uC0AC\uC815\uC5D0 \uB530\uB77C \uC2E4\uC81C \uD658\uBD88 \uC644\uB8CC \uC2DC\uC810\uC740 \uB2E4\uC18C \uCC28\uC774\uAC00 \uBC1C\uC0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},company:{title:"\uD68C\uC0AC \uADC0\uCC45 \uC0AC\uC720\uC5D0 \uB530\uB978 \uD658\uBD88",body:"\uC11C\uBE44\uC2A4 \uC7A5\uC560, \uC2DC\uC2A4\uD15C \uC624\uB958, \uC81C\uACF5 \uB0B4\uC6A9\uC758 \uC911\uB300\uD55C \uD558\uC790 \uB4F1 \uD68C\uC0AC \uCC45\uC784\uC73C\uB85C \uC778\uD55C \uBB38\uC81C \uBC1C\uC0DD \uC2DC, \uD658\uBD88 \uC2E0\uCCAD \uAE30\uAC04\uACFC \uAD00\uACC4\uC5C6\uC774 \uD68C\uC0AC\uC758 \uD310\uB2E8\uC5D0 \uB530\uB77C \uD658\uBD88\uC774 \uC9C4\uD589\uB420 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},other:{title:"\uAE30\uD0C0 \uC0AC\uD56D",body:"\uBCF8 \uD658\uBD88 \uADDC\uC815\uC5D0 \uBA85\uC2DC\uB418\uC9C0 \uC54A\uC740 \uC0AC\uD56D\uC740 \uAD00\uB828 \uBC95\uB839 \uBC0F \uD68C\uC0AC\uC758 \uB0B4\uBD80 \uC6B4\uC601 \uC815\uCC45\uC5D0 \uB530\uB985\uB2C8\uB2E4."}}},p1={title:"\uCFE0\uD3F0",subtitle:"\uCFE0\uD3F0 \uCF54\uB4DC\uB97C \uC785\uB825\uD558\uAC70\uB098 \uBCF4\uC720 \uCFE0\uD3F0\uC744 \uD655\uC778\uD558\uC138\uC694.",input:{label:"\uCFE0\uD3F0 \uCF54\uB4DC",placeholder:"\uCFE0\uD3F0 \uCF54\uB4DC \uC785\uB825"},applyButton:"\uC801\uC6A9",error:{invalid:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uCFE0\uD3F0 \uCF54\uB4DC\uC785\uB2C8\uB2E4.",alreadyUsed:"\uC774\uBBF8 \uC0AC\uC6A9\uB41C \uCFE0\uD3F0\uC785\uB2C8\uB2E4."},success:{applied:'"{{name}}" \uCFE0\uD3F0\uC774 \uC801\uC6A9\uB418\uC5C8\uC2B5\uB2C8\uB2E4.'},section:{owned:"\uBCF4\uC720 \uCFE0\uD3F0"},status:{used:"\uC0AC\uC6A9 \uC644\uB8CC",available:"\uC0AC\uC6A9 \uAC00\uB2A5"}},h1={title:"\uC804\uCCB4 \uBC29\uBB38\uC774\uB825",subtitle:"\uC6D4\uBCC4 \uBC29\uBB38 \uC77C\uC815\uC744 \uD655\uC778\uD558\uC138\uC694.",unitVisit:"\uAC74",periodAll:"\uC804\uCCB4",showN:"{{n}}\uAC1C\uC529",empty:"\uBC29\uBB38 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadError:"\uBC29\uBB38 \uAE30\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",loadErrorDesc:"\uB124\uD2B8\uC6CC\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",addButton:"\uBC29\uBB38 \uCD94\uAC00",addTitle:"\uBC29\uBB38 \uCD94\uAC00",form:{customer:"\uACE0\uAC1D",customerPlaceholder:"\uACE0\uAC1D\uBA85 \uC785\uB825",customerSelect:"\uACE0\uAC1D \uC120\uD0DD",visitedAt:"\uBC29\uBB38\uC77C\uC2DC",memo:"\uBA54\uBAA8",memoPlaceholder:"\uBA54\uBAA8 \uC785\uB825"}},m1={title:"\uC5C5\uCCB4\uC815\uBCF4",saveSuccess:"\uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",saveError:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",subtitle:"\uC5C5\uCCB4 \uBC0F \uBC95\uC778 \uC815\uBCF4\uB97C \uAD00\uB9AC\uD558\uC138\uC694.",editButton:"\uC815\uBCF4 \uC218\uC815",basicInfo:{title:"\uAE30\uBCF8 \uC815\uBCF4",companyId:"\uC5C5\uCCB4\uC544\uC774\uB514",companyName:"\uC5C5\uCCB4\uBA85",companyType:"\uC5C5\uCCB4\uD0C0\uC785",bizNumber:"\uC0AC\uC5C5\uC790\uB4F1\uB85D\uBC88\uD638"},contactInfo:{title:"\uC5F0\uB77D\uCC98 \uC815\uBCF4",tel:"\uC5F0\uB77D\uCC98",address:"\uC8FC\uC18C",website:"\uD648\uD398\uC774\uC9C0"},type:{operation:"\uC6B4\uC601",clinic:"\uBCD1\uC6D0",agency:"\uB300\uB9AC\uC810",partner:"\uD30C\uD2B8\uB108",audiologist:"\uAC1C\uC778\uCCAD\uAC01\uC0AC",slp:"\uAC1C\uC778\uC5B8\uC5B4\uCE58\uB8CC\uC0AC",hospital:"\uBCD1\uC6D0",hearing:"\uBCF4\uCCAD\uAE30\uC13C\uD130",public:"\uACF5\uACF5\uAE30\uAD00/\uBCF5\uC9C0\uAD00/\uC7AC\uD65C\uC13C\uD130",university:"\uB300\uD559/\uC5F0\uAD6C\uAE30\uAD00",special:"\uD2B9\uC218\uD559\uAD50",other:"\uAE30\uD0C0"},editPopup:{title:"\uC5C5\uCCB4 \uC815\uBCF4 \uC218\uC815",submit:"\uC218\uC815\uD558\uAE30",zipCode:"\uC6B0\uD3B8\uBC88\uD638",addressPlaceholder:"\uC8FC\uC18C\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",addressDetail:"\uC0C1\uC138\uC8FC\uC18C",addressDetailPlaceholder:"\uC0C1\uC138\uC8FC\uC18C\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",errors:{telRequired:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",telFormat:"\uC62C\uBC14\uB978 \uC5F0\uB77D\uCC98 \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4.",bizRequired:"\uC0AC\uC5C5\uC790\uB4F1\uB85D\uBC88\uD638\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694."}}},g1={title:"\uBB38\uC7A5\uD6C8\uB828",byTopic:"\uC8FC\uC81C\uBCC4",byType:"\uD6C8\uB828\uBCC4"},b1={title:"\uD6C8\uB828\uBCC4 \uB4E3\uAE30",subtitle:"\uC6D0\uD558\uB294 \uD6C8\uB828 \uC720\uD615\uC744 \uC120\uD0DD\uD558\uC138\uC694.",listenInNoise:{title:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",desc:"\uB2E4\uC591\uD55C \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uBB38\uC7A5 \uCCAD\uB825\uC744 \uD6C8\uB828\uD569\uB2C8\uB2E4."},shortStory:{title:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",desc:"\uC9E7\uC740 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uB0B4\uC6A9\uC744 \uC774\uD574\uD569\uB2C8\uB2E4."},longStory:{title:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30",desc:"\uAE34 \uC774\uC57C\uAE30\uB97C \uC9D1\uC911\uD574\uC11C \uB4E3\uACE0 \uB0B4\uC6A9\uC744 \uD30C\uC545\uD569\uB2C8\uB2E4."},orderingSentence:{title:"\uBB38\uC7A5 \uC21C\uC11C\uD654",desc:"\uB4E4\uC740 \uBB38\uC7A5\uB4E4\uC744 \uC62C\uBC14\uB978 \uC21C\uC11C\uB85C \uBC30\uC5F4\uD569\uB2C8\uB2E4."},SAME_SOUND_PICK:{label:"\uAC19\uC740 \uC18C\uB9AC \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},SAME_OR_DIFF:{label:"\uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0 \uB9DE\uD788\uAE30",sub:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0, \uB2E4\uB978\uC9C0 \uAD6C\uBD84\uD558\uC138\uC694."},HEAR_AND_PICK_SAME:{label:"\uC77C\uCE58\uD558\uB294 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC758 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},HEAR_AND_PICK_INCLUDED:{label:"\uD55C \uC74C\uC808 \uD3EC\uD568 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",sub:"\uB4E4\uC740 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},STARTS_WITH_SAME_SOUND:{label:"\uCCAB \uC74C\uC808\uC774 \uAC19\uC740 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",sub:"\uB4E4\uC740 \uB2E8\uC5B4\uC640 \uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."},LISTEN_AND_REMEMBER_ORDER:{label:"\uB4E3\uACE0 \uC21C\uC11C\uB300\uB85C \uAE30\uC5B5\uD558\uAE30",sub:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694."},MERGE_2_SYLLABLES:{label:"\uC74C\uC808 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_SYLLABLES:{label:"\uC74C\uC808 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_2_PHONEMES:{label:"\uC74C\uC18C 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_PHONEMES:{label:"\uC74C\uC18C 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_1_FROM_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_1_FROM_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_PART_FROM_COMPOUND:{label:"\uD569\uC131\uC5B4\uC5D0\uC11C \uBD80\uBD84 \uD0C8\uB77D",sub:"\uD569\uC131\uC5B4\uC758 \uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"1\uC74C\uC808\uC5D0\uC11C \uBC1B\uCE68 \uD0C8\uB77D",sub:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"1\uC74C\uC808\uC5D0\uC11C \uC790\uC74C \uD0C8\uB77D",sub:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?"},CHANGE_1_SYLL_IN_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_SYLL_IN_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_1SYLL:{label:"1\uC74C\uC808 \uB2E8\uC5B4 \uC911 1\uAC1C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"1\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_2SYLL:{label:"2\uC74C\uC808 \uB2E8\uC5B4 \uC911 1\uAC1C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."}},f1={title:"\uB098\uC758 \uB2E8\uC5B4\uD6C8\uB828",subtitle:"\uB2E8\uC5B4\uD6C8\uB828\uC744 \uBAA8\uC544 \uAD00\uB9AC\uD569\uB2C8\uB2E4.",comingSoon:"\uB2E8\uC5B4\uD6C8\uB828 \uAE30\uB2A5\uC744 \uC900\uBE44 \uC911\uC785\uB2C8\uB2E4.",tab:{cards:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C",training:"\uB2E8\uC5B4\uD6C8\uB828"},totalPrefix:"\uCD1D",totalSuffix:"\uAC1C",searchPlaceholder:"\uD6C8\uB828 \uC774\uB984 \uAC80\uC0C9",cardSearchPlaceholder:"\uCE74\uB4DC \uC774\uB984 \uAC80\uC0C9",copySuffix:"{{name}} (\uBCF5\uC0AC)",defaultDescCount:"\uB2E8\uC5B4\uD6C8\uB828 {{count}}\uAC1C",addGroup:"\uADF8\uB8F9 \uCD94\uAC00",create:"\uB2E8\uC5B4\uD6C8\uB828 \uCD94\uAC00",addCard:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",empty:"\uC544\uC9C1 \uB9CC\uB4E0 \uB2E8\uC5B4\uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",noGroup:"\uADF8\uB8F9 \uC5C6\uC74C",groupEmpty:"\uC774 \uADF8\uB8F9\uC5D0 \uB2E8\uC5B4\uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",cardsEmpty:"\uC544\uC9C1 \uB9CC\uB4E0 \uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",cardGroupEmpty:"\uC774 \uADF8\uB8F9\uC5D0 \uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",addGroupDesc:"\uC0C8 \uADF8\uB8F9 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694.",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984",storeBadge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",sortPlaceholder:"\uC815\uB82C",deleteGroupTitle:"\uADF8\uB8F9 \uC0AD\uC81C",deleteGroupMessage:"\uADF8\uB8F9 \uC548\uC758 \uD56D\uBAA9\uC740 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",deleteSetConfirm:"'{{name}}'\uC744(\uB97C) \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteSetConfirmDefault:"\uC774 \uB2E8\uC5B4\uD6C8\uB828\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",sort:{createdAtDesc:"\uB4F1\uB85D\uC77C \u2193",createdAtAsc:"\uB4F1\uB85D\uC77C \u2191",nameAsc:"\uC774\uB984 \u2191",nameDesc:"\uC774\uB984 \u2193"},toast:{loadError:"\uD6C8\uB828 \uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694",renameError:"\uC774\uB984 \uBCC0\uACBD\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",saveError:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",deleteError:"\uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",linkCreateError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",hwLinkCopied:"\uB9C1\uD06C\uB97C \uBCF5\uC0AC\uD588\uC5B4\uC694. \uCE74\uCE74\uC624\uD1A1\uC5D0 \uBD99\uC5EC\uB123\uC5B4 \uBCF4\uB0B4\uC8FC\uC138\uC694.",hwLinkCopyError:"\uB9C1\uD06C \uBCF5\uC0AC\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uC219\uC81C \uAD00\uB9AC\uC5D0\uC11C \uB9C1\uD06C\uB97C \uD655\uC778\uD574 \uC8FC\uC138\uC694.",sessionStartError:"\uACE0\uAC1D \uD6C8\uB828 \uC138\uC158 \uC2DC\uC791\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",shareLinkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",shareLinkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",shareLinkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",duplicateError:"\uBCF5\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublishError:"\uB9D0\uADC0\uC790\uB8CC\uC2E4 \uB0B4\uB9AC\uAE30\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublished:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB838\uC2B5\uB2C8\uB2E4",groupMoveError:"\uADF8\uB8F9 \uC774\uB3D9\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",groupAddError:"\uADF8\uB8F9 \uCD94\uAC00\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",groupDeleteError:"\uADF8\uB8F9 \uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",sessionStarted:"{{name}}\uB2D8 \uD6C8\uB828\uC744 \uC2DC\uC791\uD588\uC2B5\uB2C8\uB2E4.",hwSms:{body:`\uB2E8\uC5B4\uD6C8\uB828 \uC219\uC81C\uC785\uB2C8\uB2E4.
|
|
19
|
+
{{url}}`},shareLinkCreating:"\uB9C1\uD06C\uB97C \uB9CC\uB4DC\uB294 \uC911\uC785\uB2C8\uB2E4\u2026"},colName:"\uC774\uB984",colBirthDate:"\uC0DD\uB144\uC6D4\uC77C",colPhone:"\uC804\uD654\uBC88\uD638",sendSms:"\uBB38\uC790\uB85C \uBCF4\uB0B4\uAE30",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",copyLinkTooltip:"\uB9C1\uD06C \uBCF5\uC0AC (\uCE74\uCE74\uC624\uD1A1\uC5D0 \uBD99\uC5EC\uB123\uAE30)",renameCardAriaLabel:"{{name}} \uC774\uB984 \uBC14\uAFB8\uAE30",viewLabel:"\uBCF4\uAE30 \uC885\uB958"},v1={title:"\uB098\uC758 \uB2E8\uC5B4\uD45C",subtitle:"\uC800\uC7A5\uB41C \uB2E8\uC5B4\uD45C\uB97C \uAD00\uB9AC\uD569\uB2C8\uB2E4.",searchPlaceholder:"\uB2E8\uC5B4\uD45C \uC774\uB984\uC73C\uB85C \uAC80\uC0C9",colName:"\uB2E8\uC5B4\uD45C \uC774\uB984",open:"\uC5F4\uAE30",deleteConfirm:"\uC774 \uB2E8\uC5B4\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",addButton:"\uB2E8\uC5B4\uD45C \uCD94\uAC00",deleted:"\uB2E8\uC5B4\uD45C\uB97C \uC0AD\uC81C\uD588\uC2B5\uB2C8\uB2E4.",duplicated:"\uB2E8\uC5B4\uD45C\uB97C \uBCF5\uC0AC\uD588\uC2B5\uB2C8\uB2E4.",empty:"\uC800\uC7A5\uB41C \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",countSuffix:"\uAC1C\uC758 \uB2E8\uC5B4\uD45C",sort:{newest:"\uCD5C\uC2E0\uC21C",oldest:"\uC624\uB798\uB41C\uC21C",name:"\uC774\uB984\uC21C",count:"\uB2E8\uC5B4 \uAC2F\uC218"},tab:{cards:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC",tables:"\uB2E8\uC5B4\uD45C"},cardsEmpty:"\uC544\uC9C1 \uB9CC\uB4E0 \uB2E8\uC5B4\uD45C \uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",addCard:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uCD94\uAC00",menu:{openBuilder:"\uC218\uC815",duplicate:"\uBCF5\uC0AC",openNewTab:"\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",deactivateLink:"\uACF5\uC720 \uB9C1\uD06C \uBE44\uD65C\uC131\uD654",publishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",unpublishStore:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB9AC\uAE30"},sharedBadge:"\uACF5\uC720 \uC911",newBadge:"\uC0C8\uB85C \uB9CC\uB4E0 \uD45C",groupEmpty:"\uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",renameGroup:"\uADF8\uB8F9 \uC774\uB984 \uBCC0\uACBD",deleteGroup:"\uADF8\uB8F9 \uC0AD\uC81C",addGroup:"\uADF8\uB8F9 \uCD94\uAC00",addPairButton:"\uB300\uB9BD\uC30D\uD45C \uCD94\uAC00",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984",groupAddTitle:"\uADF8\uB8F9 \uCD94\uAC00",groupAddButton:"\uCD94\uAC00",groupNameRequired:"\uADF8\uB8F9 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694.",groupNameDuplicate:"\uC774\uBBF8 \uC788\uB294 \uADF8\uB8F9 \uC774\uB984\uC785\uB2C8\uB2E4.",groupDeleteMessage:"\uADF8\uB8F9 \uB0B4 \uB2E8\uC5B4\uD45C\uB294 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",deleteGroupConfirmTitle:"'{{group}}' \uADF8\uB8F9\uC744 \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",storeBadge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",publishDefaultDesc:"\uB2E8\uC5B4 {{count}}\uAC1C"},y1={title:"\uC8FC\uC694 \uB2E8\uC5B4",empty:"\uCD94\uCD9C\uB41C \uC8FC\uC694 \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",tableTitle:"'{{name}}' \uC8FC\uC694 \uB2E8\uC5B4\uD45C",print:"\uC778\uC1C4",saveToMyTable:"\uB098\uC758 \uB2E8\uC5B4\uD45C \uC800\uC7A5",saved:"\uB098\uC758 \uB2E8\uC5B4\uD45C\uC5D0 \uC800\uC7A5\uD588\uC5B4\uC694.",wordTableName:"{{name}} \uC8FC\uC694 \uB2E8\uC5B4"},x1={defaultName:"\uB2E8\uC5B4 \uD45C",title:"\uB2E8\uC5B4 \uD45C \uB9CC\uB4E4\uAE30",createTitlePair:"\uB300\uB9BD\uC30D\uD45C \uAD6C\uC131",subtitle:"\uCE78\uC744 \uC124\uC815\uD558\uACE0 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD558\uC5EC \uD45C\uB97C \uB9CC\uB4ED\uB2C8\uB2E4.",filterTitle:"\uD45C \uC124\uC815",filter:{composition:"\uAD6C\uC131",image:"\uC774\uBBF8\uC9C0",word:"\uB2E8\uC5B4",standardPron:"\uD45C\uC900 \uBC1C\uC74C",colloquialPron:"\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C",paperOrientation:"\uC6A9\uC9C0 \uBC29\uD5A5",landscape:"\uAC00\uB85C",portrait:"\uC138\uB85C",columns:"\uCE78 \uC218",column:"{{count}}\uCE78",itemsPerPageWord:"\uD398\uC774\uC9C0\uB2F9 \uB2E8\uC5B4 \uC218",itemsPerPagePair:"\uD398\uC774\uC9C0\uB2F9 \uB300\uB9BD\uC30D \uC218",itemsPerPageOption:"{{count}}\uAC1C",pageIndicator:"{{current}} / {{total}}",pageNumber:"\uD398\uC774\uC9C0 \uBC88\uD638",pageNumberLeft:"\uC67C\uCABD",pageNumberCenter:"\uC911\uC559",pageNumberRight:"\uC624\uB978\uCABD",border:"\uC678\uACFD\uC120",cutLine:"\uC808\uCDE8\uC120",show:"\uD45C\uC2DC",hide:"\uBBF8\uD45C\uC2DC",dotted:"\uC810\uC120",corner:"\uCF54\uB108"},addWord:"\uCD94\uAC00\uD558\uAE30",wordInfo:"{{word}} \uB0B1\uB9D0 \uC815\uBCF4",emptyItems:"\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694.",load:"\uBD88\uB7EC\uC624\uAE30",openNewWindow:"\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30",saveButton:"\uC800\uC7A5\uD558\uAE30",saveAsNewButton:"\uB2E4\uB978 \uC774\uB984\uC73C\uB85C \uC800\uC7A5",print:"\uC778\uC1C4\uD558\uAE30",popupBlocked:"\uD31D\uC5C5\uC774 \uCC28\uB2E8\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBE0C\uB77C\uC6B0\uC800 \uC124\uC815\uC5D0\uC11C \uD31D\uC5C5\uC744 \uD5C8\uC6A9\uD574 \uC8FC\uC138\uC694.",printFileNameSingle:"\uB2E8\uC5B4\uD45C",printFileNamePair:"\uB300\uB9BD\uC30D\uD45C",save:{title:"\uB2E8\uC5B4\uD45C \uC800\uC7A5\uD558\uAE30",nameLabel:"\uC774\uB984",desc:"\uC800\uC7A5\uD560 \uB2E8\uC5B4 \uD45C\uC758 \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694.",placeholder:"\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC81C\uBAA9\uC744 \uC785\uB825\uD558\uC138\uC694.",descriptionLabel:"\uC124\uBA85",descriptionPlaceholder:"\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC124\uBA85\uC744 \uC785\uB825\uD558\uC138\uC694.",duplicateName:"\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4.",nameRequired:"\uD45C \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",autoFillHint:" (Tab \uB610\uB294 space \uC785\uB825\uC2DC \uC790\uB3D9 \uC785\uB825)"},loadTable:{title:"\uC800\uC7A5\uB41C \uB2E8\uC5B4 \uD45C \uBD88\uB7EC\uC624\uAE30",empty:"\uC800\uC7A5\uB41C \uB2E8\uC5B4 \uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",loadButton:"\uBD88\uB7EC\uC624\uAE30",itemCount:"{{count}}\uAC1C",deleteAriaLabel:"\uC0AD\uC81C",sort:{newest:"\uCD5C\uC2E0\uC21C",oldest:"\uC624\uB798\uB41C\uC21C",name:"\uC774\uB984\uC21C",count:"\uB2E8\uC5B4 \uC218"},view:{grid:"\uD45C\uB85C \uBCF4\uAE30",list:"\uB9AC\uC2A4\uD2B8\uB85C \uBCF4\uAE30"}},groupDeleteMessage:"\uADF8\uB8F9 \uB0B4 \uB2E8\uC5B4\uD45C\uB294 '\uADF8\uB8F9 \uC5C6\uC74C'\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",groupNamePlaceholder:"\uADF8\uB8F9 \uC774\uB984",store:{badge:"\uB9D0\uADC0\uC790\uB8CC\uC2E4"},card:{sub:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC",empty:"\uC774 \uCE74\uB4DC\uC5D0 \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},builder:{title:"\uB2E8\uC5B4\uD45C \uB9CC\uB4E4\uAE30",nameLabel:"\uB2E8\uC5B4\uD45C \uC774\uB984",namePlaceholder:"\uB2E8\uC5B4\uD45C \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",groupLabel:"\uADF8\uB8F9",groupPlaceholder:"\uADF8\uB8F9 \uC774\uB984 (\uC120\uD0DD\uC0AC\uD56D)",descLabel:"\uD55C \uC904 \uC124\uBA85",descPlaceholder:"\uC5B4\uB5A4 \uB2E8\uC5B4\uD45C\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC124\uBA85\uD574\uC8FC\uC138\uC694 (\uC120\uD0DD)",nameRequired:"\uB2E8\uC5B4\uD45C \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694."},toast:{loadError:"\uB2E8\uC5B4\uD45C \uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694",renameError:"\uC774\uB984 \uBCC0\uACBD\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",saveError:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",deleteError:"\uC0AD\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",shareLinkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",shareLinkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",shareLinkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",shareLinkDeactivated:"\uACF5\uC720 \uB9C1\uD06C\uB97C \uBE44\uD65C\uC131\uD654\uD588\uC2B5\uB2C8\uB2E4.",shareLinkDeactivateError:"\uACF5\uC720 \uB9C1\uD06C \uBE44\uD65C\uC131\uD654\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",customWordNotShareable:"\uB0B4\uAC00 \uCD94\uAC00\uD55C \uB2E8\uC5B4\uAC00 \uD3EC\uD568\uB418\uC5B4 \uACF5\uC720\uD560 \uC218 \uC5C6\uC5B4\uC694. \uB2E4\uB978 \uC0AC\uB78C\uC5D0\uAC8C\uB294 \uC5C6\uB294 \uB2E8\uC5B4\uC785\uB2C8\uB2E4.",duplicateError:"\uBCF5\uC81C\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublishError:"\uB9D0\uADC0\uC790\uB8CC\uC2E4 \uB0B4\uB9AC\uAE30\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",unpublished:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0\uC11C \uB0B4\uB838\uC2B5\uB2C8\uB2E4",saveSuccess:"\uB2E8\uC5B4\uD45C\uAC00 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",shareLinkCreating:"\uB9C1\uD06C\uB97C \uB9CC\uB4DC\uB294 \uC911\uC785\uB2C8\uB2E4\u2026"},scoring:{o:"{{word}} \uB9DE\uC74C",triangle:"{{word}} \uC560\uB9E4",x:"{{word}} \uD2C0\uB9BC",button:"\uCC44\uC810\uD558\uAE30",pickTitle:"\uB204\uAD6C\uB97C \uCC44\uC810\uD560\uAE4C\uC694?",pickSubtitle:"\u2018{{name}}\u2019 \uD45C\uB85C \uD6C8\uB828\uD55C \uACE0\uAC1D\uC744 \uACE0\uB974\uC138\uC694.",pickSearch:"\uC774\uB984 \uB610\uB294 \uC804\uD654\uBC88\uD638\uB85C \uCC3E\uAE30",pickEmpty:"\uB4F1\uB85D\uB41C \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",pickNoMatch:"\uCC3E\uB294 \uACE0\uAC1D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",pickAgain:"\uACE0\uAC1D \uB2E4\uC2DC \uACE0\uB974\uAE30",scoringFor:"{{name}} \uB2D8 \uCC44\uC810 \uC911",none:"\uCE78\uC744 \uB20C\uB7EC \u25CB \xB7 \u25B3 \xB7 \u2715 \uB97C \uB9E4\uAE30\uC138\uC694.",tally:"{{marked}}\uCE78 \uCC44\uC810 \xB7 \u25CB {{o}} \xB7 \u25B3 {{triangle}} \xB7 \u2715 {{x}} \xB7 \uC815\uB2F5\uB960 {{rate}}%",save:"\uCC44\uC810 \uC800\uC7A5",saved:"{{name}} \uB2D8\uC758 \uCC44\uC810 {{count}}\uCE78\uC744 \uC800\uC7A5\uD588\uC2B5\uB2C8\uB2E4.",reviewTitle:"\uBCF5\uC2B5\uD45C\uB97C \uB9CC\uB4E4\uAE4C\uC694?",reviewMessage:"{{name}} \uB2D8\uC774 \uD2C0\uB9AC\uAC70\uB098 \uC560\uB9E4\uD588\uB358 {{count}}\uCE78\uC73C\uB85C \uC0C8 \uD45C\uB97C \uB9CC\uB4ED\uB2C8\uB2E4. \uB9DE\uD78C \uCE78\uC740 \uBE60\uC9D1\uB2C8\uB2E4.",reviewConfirm:"\uBCF5\uC2B5\uD45C \uB9CC\uB4E4\uAE30",reviewDescription:"\u2018{{name}}\u2019 \uCC44\uC810\uC5D0\uC11C \uD2C0\uB9AC\uAC70\uB098 \uC560\uB9E4\uD588\uB358 {{count}}\uCE78\uC744 \uBAA8\uC740 \uD45C\uC785\uB2C8\uB2E4.",reviewCreated:"\u2018{{name}}\u2019\uC744(\uB97C) \uB9CC\uB4E4\uC5C8\uC2B5\uB2C8\uB2E4 \u2014 {{count}}\uCE78.",discardTitle:"\uB9E4\uAE34 \uCC44\uC810\uC744 \uBC84\uB9B4\uAE4C\uC694?",discardMessage:"{{count}}\uCE78\uC744 \uB9E4\uACBC\uC9C0\uB9CC \uC544\uC9C1 \uC800\uC7A5\uD558\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uB098\uAC00\uBA74 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4.",discardConfirm:"\uBC84\uB9AC\uACE0 \uB098\uAC00\uAE30"}},C1={title:"\uB2E8\uC5B4\uD45C \uB9CC\uB4E4\uAE30",editTitle:"'{{name}}' \uB2E8\uC5B4\uD45C \uC218\uC815\uD558\uAE30",editBanner:{message:"\uC800\uC7A5\uD558\uBA74 \uC9C0\uAE08 \uC218\uC815 \uC911\uC778 \uB2E8\uC5B4\uD45C\uAC00 \uAC31\uC2E0\uB429\uB2C8\uB2E4."},subtitle:"\uC870\uAC74\uC744 \uC120\uD0DD\uD558\uC5EC \uB2E8\uC5B4\uB97C \uAC80\uC0C9\uD569\uB2C8\uB2E4.",filterTitle:"\uB2E8\uC5B4 \uAC80\uC0C9 \uC124\uC815",searchOptionsTitle:"\uAC80\uC0C9 \uC635\uC158",filter:{wordInput:"\uB2E8\uC5B4 \uC785\uB825",wordInputShort:"\uC785\uB825",wordInputInfo:["\uC644\uC131\uB41C \uAE00\uC790\uB97C \uD3EC\uD568\uD55C \uB2E8\uC5B4\uB97C \uAC80\uC0C9\uD574\uC694. \uBC1B\uCE68 \uC5C6\uB294 \uAE00\uC790\uB294 \uBC1B\uCE68\uC744 \uBB34\uAD00\uC73C\uB85C \uBD10\uC694(\uC218 \u2192 \uC218\xB7\uC220\xB7\uC219\xB7\uC21C\u2026).","\uC74C\uC808\uACFC \uC74C\uC18C\uB97C \uC11E\uC5B4 \uAC80\uC0C9\uD560 \uC218 \uC788\uC5B4\uC694. [\u3131\uC218 \u2192 \uCD08\uC131\uC774 '\u3131'\uC778 \uC74C\uC808 \uB4A4\uC5D0 '\uC218'\uAC00 \uC624\uB294 \uBD80\uBD84\uC744 \uD3EC\uD568\uD55C \uBAA8\uB4E0 \uB2E8\uC5B4 \u2014 \uAD6D\uC218\xB7\uAC80\uC218\u2026]","\uC27C\uD45C(,)\uB85C \uC74C\uC808 \uC790\uB9AC\uB97C \uAD6C\uBD84\uD574\uC694. \uAC01 \uC790\uB9AC\uB294 \uC644\uC131 \uC74C\uC808\uC774\uB098 \uC790\uC74C\xB7\uBAA8\uC74C \uD558\uB098\uB85C \uC9C0\uC815\uD558\uACE0, \uBE44\uC6CC\uB450\uBA74 \uADF8 \uC790\uB9AC\uB294 \uBB34\uAD00\uC785\uB2C8\uB2E4. ['\uAC00,\u3134,,\uB2E4' \u2192 '\uAC00' \xB7 \uCD08\uC131 '\u3134' \xB7 \uBB34\uAD00 \xB7 '\uB2E4'\uAC00 \uC5F0\uC18D\uC73C\uB85C \uB4E0 \uBD80\uBD84\uC744 \uD3EC\uD568\uD55C \uBAA8\uB4E0 \uB2E8\uC5B4]","\uBC11\uC904(_)\uB85C \uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uC790\uB9AC\uB97C \uC9C0\uC815\uD574\uC694('_'\uB294 \uADF8 \uC790\uB9AC \uBB34\uAD00, \uB4A4 \uC790\uB9AC\uB294 \uC0DD\uB7B5 \uAC00\uB2A5). ['\u3131_' \u2192 \uCD08\uC131\uC774 '\u3131'\uC778 \uC74C\uC808 \uD3EC\uD568 \uB2E8\uC5B4 / '_\u314F' \u2192 \uC911\uC131\uC774 '\u314F' / '__\u3131,\uACE0' \u2192 \uC885\uC131\uC774 '\u3131'\uC778 \uC74C\uC808 \uB4A4\uC5D0 '\uACE0'\uAC00 \uC624\uB294 \uBD80\uBD84\uC744 \uD3EC\uD568\uD55C \uBAA8\uB4E0 \uB2E8\uC5B4]"],wordPlaceholder:"\uAE00\uC790\uB97C \uC785\uB825\uD558\uC138\uC694",wordInputError:"\uC785\uB825 \uD615\uC2DD\uC774 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC544\uC694. \uC644\uC131\uB41C \uAE00\uC790, \uC790\uC74C\xB7\uBAA8\uC74C, \uB610\uB294 '__\u3131'(\uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 3\uC790\uB9AC) \uD615\uD0DC\uB9CC \uC0AC\uC6A9\uD560 \uC218 \uC788\uC5B4\uC694.",wordInputUsageLabel:"\uC0AC\uC6A9\uBC95",viewChar:"\uAE00\uC790 \uC120\uD0DD",viewPron:"\uBC1C\uC74C \uC120\uD0DD",viewDirect:"\uAE00\uC790 \uC785\uB825",inputMode:"\uC785\uB825 \uBC29\uC2DD",phonemeCho:"\uCD08\uC131",phonemeJung:"\uC911\uC131",phonemeJong:"\uC885\uC131",phonemePosition:"\uC704\uCE58",positionAny:"\uBB34\uAD00",positionHead:"\uC5B4\uB450",positionMid:"\uC5B4\uC911",positionTail:"\uC5B4\uB9D0",phonemeModeInfo:["\uAE00\uC790\uB97C \uBAB0\uB77C\uB3C4 \uCD08\uC131\xB7\uC911\uC131(\uBAA8\uC74C)\xB7\uC885\uC131(\uBC1B\uCE68)\uB9CC \uC120\uD0DD\uD574 \uB2E8\uC5B4\uB97C \uCC3E\uC744 \uC218 \uC788\uC5B4\uC694.","\uC5EC\uB7EC \uAC1C\uB97C \uACE0\uB974\uBA74 \uADF8\uC911 \uD558\uB098\uB9CC \uB9DE\uC544\uB3C4 \uCC3E\uC544\uC694.","\uC704\uCE58\uB97C '\uC5B4\uB450'/'\uC5B4\uC911'/'\uC5B4\uB9D0'\uB85C \uC881\uD788\uBA74 \uADF8 \uC790\uB9AC(\uCCAB\uC74C\uC808\xB7\uAC00\uC6B4\uB370\uC74C\uC808\xB7\uB05D\uC74C\uC808)\uC5D0\uC11C\uB9CC \uD655\uC778\uD574\uC694."],difficulty:"\uB4F1\uAE09",grade:"{{n}}\uB4F1\uAE09",syllables:"\uC74C\uC808 \uC218",syllable:"{{n}}\uC74C\uC808",syllable5plus:"5\uC74C\uC808 \uC774\uC0C1",partOfSpeech:"\uD488\uC0AC",pos:{noun:"\uCCB4\uC5B8(\uBA85\uC0AC, \uC218\uC0AC)",verb:"\uC6A9\uC5B8(\uB3D9\uC0AC, \uD615\uC6A9\uC0AC)",modifier:"\uC218\uC2DD\uC5B8(\uBD80\uC0AC, \uAD00\uD615\uC0AC)"},wordType:"\uC720\uD615",type:{native:"\uACE0\uC720\uC5B4",sino:"\uD55C\uC790\uC5B4",foreign:"\uC678\uB798\uC5B4",mixed:"\uD63C\uC885\uC5B4"},exclude:"\uC81C\uC678",excludeNoImage:"\uC774\uBBF8\uC9C0 \uC5C6\uC74C",selectLabel:"\uC120\uD0DD",onlyHasImage:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC",onlyHasImageInfo:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4."},searchButton:"\uAC80\uC0C9\uD558\uAE30",resultUnit:"\uB2E8\uC5B4",remaining:"{{count}}\uAC1C \uB0A8\uC74C",resultDisc:"\uC6D0\uD558\uB294 {{unit}} \uC120\uD0DD\uD558\uC138\uC694. {{max}}\uAC1C\uAE4C\uC9C0 \uC120\uD0DD\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. ({{selected}}/{{max}})",resultTitlePrefix:"\uCD1D ",resultTitleSuffix:"\uAC1C\uC758 {{unit}} \uAC80\uC0C9\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",emptyResult:"\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyMidNeedsThree:"\uC9C0\uAE08 \uACE0\uB978 \uC870\uAC74\uC5D0\uB294 \uC5B4\uC911\uC774 \uC5C6\uC2B5\uB2C8\uB2E4 \u2014 \uC5B4\uC911\uC740 \uCCAB \uC74C\uC808\uB3C4 \uB05D \uC74C\uC808\uB3C4 \uC544\uB2CC \uC790\uB9AC\uB77C 3\uC74C\uC808\uBD80\uD130 \uC0DD\uAE41\uB2C8\uB2E4. \uC74C\uC808 \uC218\uB97C 3\uC74C\uC808 \uC774\uC0C1\uC73C\uB85C \uBC14\uAFB8\uAC70\uB098 \uC704\uCE58\uB97C \uC5B4\uB450\xB7\uC5B4\uB9D0\uB85C \uBC14\uAFD4 \uBCF4\uC138\uC694.",groupCount:"{{count}}\uAC1C",sort:{aria:"\uC815\uB82C",match:"\uC2DC\uC791 \uC6B0\uC120",ganada:"\uAC00\uB098\uB2E4\uC21C \u2191",ganadaDesc:"\uAC00\uB098\uB2E4\uC21C \u2193",syllable:"\uC74C\uC808 \uC218 \u2191",syllableDesc:"\uC74C\uC808 \uC218 \u2193",grade:"\uB4F1\uAE09\uC21C \u2191",gradeDesc:"\uB4F1\uAE09\uC21C \u2193"},pageSize:"{{count}}\uAC1C\uC529 \uBCF4\uAE30",pageSizeAria:"\uD398\uC774\uC9C0 \uD06C\uAE30",loadError:"\uB2E8\uC5B4 \uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC0C8\uB85C\uACE0\uCE68\uD574 \uC8FC\uC138\uC694.",loadErrorButton:"\uB370\uC774\uD130 \uBD88\uB7EC\uC624\uAE30 \uC2E4\uD328 \u2014 \uC0C8\uB85C\uACE0\uCE68",checkingImages:"\uC774\uBBF8\uC9C0 \uD655\uC778 \uC911\u2026",maxSelectReached:"\uB354 \uC120\uD0DD\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",printBlockTitle:"\uB2E8\uC5B4 \uD45C \uBCF4\uAE30",popup:{title:"{{n}}\uBC88 \uCE78\uC5D0 \uB123\uC744 \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694"},imageFilterOn:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uBCF4\uACE0 \uC788\uC2B5\uB2C8\uB2E4 \u2014 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB294 \uC804\uCCB4\uC758 \uC57D 7%\uC774\uACE0, 1\uB4F1\uAE09\uC740 \uB137 \uC911 \uD558\uB098\uAF34\uC785\uB2C8\uB2E4. \uB354 \uBCF4\uB824\uBA74 \uAC80\uC0C9 \uC635\uC158\uC5D0\uC11C \uADF8 \uC120\uD0DD\uC744 \uB044\uC138\uC694."},_1={title:"\uB2E8\uC5B4 \uAD00\uB9AC",subtitle:"\uC804\uCCB4 \uB2E8\uC5B4\uB97C \uD45C\uC5D0\uC11C \uD655\uC778\uD558\uACE0, \uAC1C\uBCC4\uB85C \uC81C\uC678\uD558\uAC70\uB098 \uC0C8 \uB2E8\uC5B4\uB97C \uCD94\uAC00\uD574 \uB098\uB9CC\uC758 \uB2E8\uC5B4\uD480\uC744 \uB9CC\uB4DC\uC138\uC694.",noSelection:"\uC120\uD0DD \uC548 \uD568",gradeSuffix:"\uB4F1\uAE09",includeInSearch:"\uAC80\uC0C9\uC5D0 \uD3EC\uD568",searchPlaceholder:"\uB2E8\uC5B4\xB7\uBC1C\uC74C \uAC80\uC0C9",add:"\uB2E8\uC5B4 \uCD94\uAC00",addTitle:"\uB2E8\uC5B4 \uCD94\uAC00",addConfirm:"\uCD94\uAC00",listTitle:"\uB2E8\uC5B4 \uBAA9\uB85D",empty:"\uD574\uB2F9\uD558\uB294 \uB2E8\uC5B4\uAC00 \uC5C6\uC5B4\uC694.",removeAdded:"\uC0AD\uC81C",addedBadge:"\uCD94\uAC00",view:{all:"\uC804\uCCB4",excluded:"\uC81C\uC678",added:"\uCD94\uAC00"},col:{exclude:"\uC81C\uC678",word:"\uB2E8\uC5B4",pron:"\uD45C\uC900 \uBC1C\uC74C",colloquialPron:"\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C",grade:"\uB4F1\uAE09",pos:"\uD488\uC0AC",wordType:"\uC720\uD615",meaning:"\uB73B"},toast:{duplicate:"\uC774\uBBF8 \uC788\uB294 \uB2E8\uC5B4\uC608\uC694.",added:"\uB2E8\uC5B4\uB97C \uCD94\uAC00\uD588\uC5B4\uC694."},viewLabel:"\uBCF4\uAE30 \uC885\uB958"},w1={clearAllSelection:"\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C",scrollToTable:"\uB2E8\uC5B4 \uD45C\uB85C \uC774\uB3D9",divLine:"\uB300\uB9BD\uC120",removePair:"\uB300\uB9BD\uC30D \uBE7C\uAE30",removeWord:"\uB2E8\uC5B4 \uBE7C\uAE30"},k1={title:"\uC8FC\uC81C\uBCC4 \uB4E3\uAE30",subtitle:"\uC8FC\uC81C\uB97C \uC120\uD0DD\uD558\uACE0 \uB4E3\uAE30 \uD6C8\uB828\uC744 \uC2DC\uC791\uD558\uC138\uC694.",noiseTitle:"\uC18C\uC74C \uD558 \uBB38\uC7A5\uB4E3\uAE30",shortStoryTitle:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",FOOD:"\uC74C\uC2DD",HLTH:"\uAC74\uAC15",WETH:"\uB0A0\uC528",PRSN:"\uC778\uBB3C",KRCT:"\uD55C\uAD6D\uBB38\uD654",STRY:"\uC774\uC57C\uAE30",LOCA:"\uC9C0\uC5ED",SOAR:"\uC0AC\uD68C\uC640 \uC608\uC220",NTSC:"\uC790\uC5F0\uACFC \uACFC\uD559",SPRT:"\uC2A4\uD3EC\uCE20",sub:{TRKRFD:"\uD55C\uAD6D \uC804\uD1B5\uC74C\uC2DD",MDKRFD:"\uD55C\uAD6D \uD604\uB300\uC74C\uC2DD",WRLDFD:"\uC138\uACC4\uC758 \uC74C\uC2DD",MTRFRT:"\uC2DD\uC7AC\uB8CC\uC640 \uACFC\uC77C",GEFDKL:"\uC74C\uC2DD \uC0C1\uC2DD",HTETHB:"\uAC74\uAC15\uD55C \uC2DD\uC2B5\uAD00",DISILL:"\uBCD1\uACFC \uC9C8\uD658",EXCISE:"\uC6B4\uB3D9",GEHTKL:"\uAC74\uAC15\uC0C1\uC2DD",GESSKL:"\uACC4\uC808\uC0C1\uC2DD",SNWRAN:"\uB208\uACFC \uBE44",WTHFCT:"\uC77C\uAE30\uC608\uBCF4",GEWTKL:"\uB0A0\uC528\uC0C1\uC2DD",JODYPS:"\uC870\uC120\uC2DC\uB300",MDKRPS:"\uD55C\uAD6D \uADFC\uD604\uB300",THKDPS:"\uC0BC\uAD6D\uC2DC\uB300",WRLART:"\uC138\uACC4\uC758 \uC608\uC220\uAC00",WRLPSN:"\uC138\uACC4\uC758 \uC778\uBB3C",KRLANG:"\uC6B0\uB9AC\uB9D0",TRPLCT:"\uC804\uD1B5\uB180\uC774",HERITG:"\uBB38\uD654\uC7AC",EVTFES:"\uD589\uC0AC\uC640 \uCD95\uC81C",GECTKL:"\uC0C1\uC2DD",FRYTAL:"\uB3D9\uD654",AMZING:"\uC2E0\uAE30\uD55C \uC774\uC57C\uAE30",DAYSTR:"\uC77C\uC0C1 \uC18D \uC774\uC57C\uAE30",KRLDMK:"\uD55C\uAD6D\uC758 \uBA85\uC18C",SELNMK:"\uC11C\uC6B8\uC758 \uBA85\uC18C",WRDTRB:"\uC138\uACC4\uC5EC\uD589",NAVIGT:"\uAE38 \uCC3E\uAE30",KRSOCI:"\uD55C\uAD6D",ECONEW:"\uACBD\uC81C\uC640 \uB274\uC2A4",GENART:"\uC608\uC220",GELFKL:"\uC0DD\uD65C \uC0C1\uC2DD",ANIMAL:"\uB3D9\uBB3C",PLANTS:"\uC2DD\uBB3C",ETHPLT:"\uC9C0\uAD6C",TOLELC:"\uB3C4\uAD6C\uC640 \uC804\uC790\uC81C\uD488",GESCKL:"\uACFC\uD559\uC0C1\uC2DD",INVDSP:"\uAC1C\uC778\uACBD\uAE30",MARART:"\uACA9\uD22C\uAE30",TEAMSP:"\uB2E8\uCCB4\uACBD\uAE30",FOOTBL:"\uCD95\uAD6C",GESPKL:"\uC2A4\uD3EC\uCE20 \uC0C1\uC2DD"}},S1={title:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD \uD544\uC694",subtitleMustChange:"\uAD00\uB9AC\uC790\uAC00 \uBC1C\uAE09\uD55C \uC784\uC2DC \uBE44\uBC00\uBC88\uD638\uB85C \uB85C\uADF8\uC778\uD588\uC2B5\uB2C8\uB2E4. \uC0C8 \uBE44\uBC00\uBC88\uD638\uB85C \uBCC0\uACBD\uD574\uC57C \uACC4\uC18D \uC774\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",subtitleExpired:"\uBCF4\uC548 \uC815\uCC45\uC5D0 \uB530\uB77C \uBE44\uBC00\uBC88\uD638 \uC0AC\uC6A9 \uAE30\uAC04\uC774 \uB9CC\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uC0C8 \uBE44\uBC00\uBC88\uD638\uB85C \uBCC0\uACBD\uD574\uC57C \uACC4\uC18D \uC774\uC6A9\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",currentPassword:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638",newPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638",confirmPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638 \uD655\uC778",changing:"\uBCC0\uACBD \uC911\u2026",submit:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD",error:{currentRequired:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",mismatch:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",sameAsCurrent:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uC640 \uB2E4\uB978 \uBE44\uBC00\uBC88\uD638\uB97C \uC0AC\uC6A9\uD574 \uC8FC\uC138\uC694.",reused:"\uCD5C\uADFC \uC0AC\uC6A9\uD55C \uBE44\uBC00\uBC88\uD638\uB294 \uB2E4\uC2DC \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",reusedWithCount:"\uCD5C\uADFC \uC0AC\uC6A9\uD55C \uBE44\uBC00\uBC88\uD638 {{count}}\uAC1C\uB294 \uB2E4\uC2DC \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",tooShort:"\uBE44\uBC00\uBC88\uD638\uAC00 \uB108\uBB34 \uC9E7\uC2B5\uB2C8\uB2E4.",currentIncorrect:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",unauthorized:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",unknown:"\uBE44\uBC00\uBC88\uD638 \uBCC0\uACBD\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."}},A1={memoLabel:"\uD53C\uB4DC\uBC31 \uB0B4\uC6A9",reportBug:"\uBC84\uADF8\uC2E0\uACE0",title:"\uD53C\uB4DC\uBC31 \uBCF4\uB0B4\uAE30",cropHint:"\uB4DC\uB798\uADF8\uB85C \uC601\uC5ED \uC120\uD0DD \xB7 \uD074\uB9AD\uB9CC \uD558\uBA74 \uC804\uCCB4 \uCEA1\uCC98",captureFull:"\uC804\uCCB4 \uCEA1\uCCD0",memoPlaceholder:"\uC5B4\uB5A4 \uBB38\uC81C\uC778\uC9C0 \uC801\uC5B4\uC8FC\uC138\uC694",memoPlaceholderOptional:"\uC5B4\uB5A4 \uBB38\uC81C\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC801\uC5B4\uC8FC\uC138\uC694 (\uC120\uD0DD)",retake:"\uB2E4\uC2DC \uCC0D\uAE30",addScreenshot:"\uC2A4\uD06C\uB9B0\uC0F7 \uCD94\uAC00",send:"\uBCF4\uB0B4\uAE30",sending:"\uC804\uC1A1 \uC911\u2026",sent:"\u2713 \uC804\uC1A1 \uC644\uB8CC!",captureError:"\uCEA1\uCC98 \uC911 \uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.",sendFailed:"\uC804\uC1A1 \uC2E4\uD328",errorPrefix:"\uC624\uB958",menuCapture:"\uC2A4\uD06C\uB9B0\uC0F7 \uCEA1\uCC98",menuTextOnly:"\uD14D\uC2A4\uD2B8\uB9CC \uB0A8\uAE30\uAE30"},T1={maxUses:"\uCD5C\uB300 \uC0AC\uC6A9 \uD69F\uC218 (\uBE44\uC6CC\uB450\uBA74 \uBB34\uC81C\uD55C)",redirect:"\uC774\uB3D9\uD560 \uD398\uC774\uC9C0 URL (\uBE44\uC6CC\uB450\uBA74 \uC571 \uBA54\uC778)",creating:"\uC0DD\uC131 \uC911\u2026",create:"\uB9C1\uD06C \uC0DD\uC131",created:"\u2713 \uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",copied:"\uBCF5\uC0AC\uB428!",copy:"\uBCF5\uC0AC",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",empty:"\uC0DD\uC131\uB41C \uB9C1\uD06C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",uses:"{{count}}\uD68C \uC0AC\uC6A9",expiresAt:"\uB9CC\uB8CC: {{date}}",createdAt:"\uC0DD\uC131: {{date}}",confirmDelete:"\uC0AD\uC81C\uD560\uAE4C\uC694?",deactivate:"\uBE44\uD65C\uC131\uD654",delete:"\uC0AD\uC81C",status:{active:"\uC720\uD6A8",expired:"\uB9CC\uB8CC",inactive:"\uBE44\uD65C\uC131"}},N1={title:"\uB2E8\uC5B4 \uCD94\uCC9C"},B1={scope:{user:"\uC774\uC6A9\uAD8C",org:"\uAE30\uAD00 \uC774\uC6A9\uAD8C"},expired:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 \uB05D\uB0AC\uC2B5\uB2C8\uB2E4",message:"{{plan}} ({{date}} \uC885\uB8CC) \u2014 \uACC4\uC18D \uC774\uC6A9\uD558\uC2DC\uB824\uBA74 \uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD558\uC138\uC694."},today:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 \uC624\uB298 \uB05D\uB0A9\uB2C8\uB2E4"},tomorrow:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 \uB0B4\uC77C \uB05D\uB0A9\uB2C8\uB2E4"},soon:{title:"{{scope}} \uC774\uC6A9 \uAE30\uAC04\uC774 {{days}}\uC77C \uB0A8\uC558\uC2B5\uB2C8\uB2E4",message:"{{planJosa}} {{date}}\uC5D0 \uB05D\uB0A9\uB2C8\uB2E4. \uB9CC\uB8CC \uC804\uC5D0 \uC774\uC6A9\uAD8C\uC744 \uAD6C\uB9E4\uD558\uC138\uC694."},action:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4\uD558\uAE30"},E1={inProgress:"{{name}}\uB2D8 \uD6C8\uB828 \uC911",endFailed:"\uC885\uB8CC\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",ending:"\uC885\uB8CC \uC911\u2026",end:"\uD6C8\uB828 \uC885\uB8CC",endConfirm:"\uD6C8\uB828 \uC138\uC158\uC744 \uC885\uB8CC\uD560\uAE4C\uC694? \uC885\uB8CC\uD558\uBA74 \uBC29\uBB38 \uC774\uB825\uC5D0 \uAE30\uB85D\uB429\uB2C8\uB2E4.",endConfirmTitle:"\uD6C8\uB828 \uC885\uB8CC"},D1={tab:{login:"\uB85C\uADF8\uC778",signup:"\uD68C\uC6D0\uAC00\uC785"},email:"\uC774\uBA54\uC77C",emailPlaceholder:"\uC774\uBA54\uC77C\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",username:"\uC0AC\uC6A9\uC790\uBA85",usernamePlaceholder:"\uC0AC\uC6A9\uC790\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",password:"\uBE44\uBC00\uBC88\uD638",passwordPlaceholder:"\uBE44\uBC00\uBC88\uD638 \uC785\uB825",passwordNewPlaceholder:"\uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694.",confirmPassword:"\uBE44\uBC00\uBC88\uD638 \uD655\uC778",submitSignup:"\uAC00\uC785\uD558\uAE30",processing:"\uCC98\uB9AC \uC911\u2026",signupSuccess:"\uAC00\uC785 \uD655\uC778 \uC774\uBA54\uC77C\uC744 \uBC1C\uC1A1\uD588\uC2B5\uB2C8\uB2E4. \uC774\uBA54\uC77C\uC744 \uD655\uC778\uD574 \uC8FC\uC138\uC694.",backToLogin:"\uB85C\uADF8\uC778\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30",resetPassword:{link:"\uBE44\uBC00\uBC88\uD638 \uCC3E\uAE30",title:"\uBE44\uBC00\uBC88\uD638 \uCC3E\uAE30",desc:"\uAC00\uC785\uD558\uC2E0 \uC774\uBA54\uC77C \uC8FC\uC18C\uB97C \uC785\uB825\uD558\uBA74 \uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815 \uB9C1\uD06C\uB97C \uBCF4\uB0B4\uB4DC\uB9BD\uB2C8\uB2E4.",button:"\uC7AC\uC124\uC815 \uB9C1\uD06C \uBCF4\uB0B4\uAE30",success:`\uC7AC\uC124\uC815 \uB9C1\uD06C\uB97C \uC774\uBA54\uC77C\uB85C \uBCF4\uB0C8\uC2B5\uB2C8\uB2E4.
|
|
20
|
+
\uBC1B\uC740 \uD3B8\uC9C0\uD568\uC744 \uD655\uC778\uD574 \uC8FC\uC138\uC694.`,failed:"\uC7AC\uC124\uC815 \uB9C1\uD06C \uBC1C\uC1A1\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."},error:{emailRequired:"\uC774\uBA54\uC77C\uC740 \uD544\uC218 \uC785\uB825 \uD56D\uBAA9\uC785\uB2C8\uB2E4.",signupDisabled:"\uD604\uC7AC \uC790\uCCB4 \uAC00\uC785\uC774 \uC81C\uD55C\uB418\uC5B4 \uC788\uC2B5\uB2C8\uB2E4. \uCD08\uB300\uB97C \uD1B5\uD574 \uAC00\uC785\uD574 \uC8FC\uC138\uC694.",lockedWithMinutes:"\uB85C\uADF8\uC778 {{count}}\uD68C \uC2E4\uD328\uB85C \uACC4\uC815\uC774 \uC7A0\uACBC\uC2B5\uB2C8\uB2E4. {{minutes}}\uBD84 \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",lockedContactAdmin:"\uB85C\uADF8\uC778 {{count}}\uD68C \uC2E4\uD328\uB85C \uACC4\uC815\uC774 \uC7A0\uACBC\uC2B5\uB2C8\uB2E4. \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",attemptsLeft:"{{message}} (\uB0A8\uC740 \uC2DC\uB3C4 {{count}}\uD68C)",emailFormat:"\uC774\uBA54\uC77C \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4.",passwordRequired:"\uBE44\uBC00\uBC88\uD638\uB294 \uD544\uC218 \uC785\uB825 \uD56D\uBAA9\uC785\uB2C8\uB2E4.",passwordMismatch:"\uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",usernameRequired:"\uC0AC\uC6A9\uC790\uBA85\uC740 \uD544\uC218 \uC785\uB825 \uD56D\uBAA9\uC785\uB2C8\uB2E4.",usernameMaxLength:"\uC0AC\uC6A9\uC790\uBA85\uC740 \uCD5C\uB300 12\uC790 \uC785\uB2C8\uB2E4.",passwordMinLength:"\uBE44\uBC00\uBC88\uD638\uB294 6\uC790 \uC774\uC0C1\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.",passwordMinLengthN:"\uBE44\uBC00\uBC88\uD638\uB294 {{n}}\uC790 \uC774\uC0C1\uC774\uC5B4\uC57C \uD569\uB2C8\uB2E4.",invalidCredentials:"\uC774\uBA54\uC77C \uB610\uB294 \uBE44\uBC00\uBC88\uD638\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",emailNotConfirmed:"\uC774\uBA54\uC77C \uC778\uC99D\uC774 \uC644\uB8CC\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uBC1B\uC740 \uD3B8\uC9C0\uD568\uC744 \uD655\uC778\uD574 \uC8FC\uC138\uC694.",invalidEmailFormat:"\uC774\uBA54\uC77C \uD615\uC2DD\uC774 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",termsRequired:"\uC774\uC6A9\uC57D\uAD00\uC5D0 \uB3D9\uC758\uD574 \uC8FC\uC138\uC694.",privacyRequired:"\uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68\uC5D0 \uB3D9\uC758\uD574 \uC8FC\uC138\uC694.",serviceUnavailable:"\uC9C0\uAE08\uC740 \uC11C\uBE44\uC2A4\uC5D0 \uC5F0\uACB0\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694. \uACC4\uC18D\uB418\uBA74 \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574 \uC8FC\uC138\uC694.",unknown:"\uB85C\uADF8\uC778\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694. \uACC4\uC18D\uB418\uBA74 \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574 \uC8FC\uC138\uC694."},agreement:{termsTitle:"\uC774\uC6A9\uC57D\uAD00",privacyTitle:"\uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68",termsLabel:"\uC774\uC6A9\uC57D\uAD00\uC5D0 \uB3D9\uC758\uD569\uB2C8\uB2E4.",privacyLabel:"\uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68\uC5D0 \uB3D9\uC758\uD569\uB2C8\uB2E4.",view:"\uBCF4\uAE30",loadError:"\uBB38\uC11C\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},resetPage:{title:"\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815",sessionChecking:"\uC138\uC158 \uD655\uC778 \uC911\u2026",accessDenied:"\uC774\uBA54\uC77C\uC758 \uC7AC\uC124\uC815 \uB9C1\uD06C\uB97C \uD1B5\uD574\uC11C\uB9CC \uC811\uADFC\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4. \uB9C1\uD06C\uAC00 \uB9CC\uB8CC\uB418\uC5C8\uB2E4\uBA74 \uBE44\uBC00\uBC88\uD638 \uCC3E\uAE30\uB97C \uB2E4\uC2DC \uC9C4\uD589\uD574 \uC8FC\uC138\uC694.",newPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638",confirmPassword:"\uC0C8 \uBE44\uBC00\uBC88\uD638 \uD655\uC778",mismatch:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",reused:"\uCD5C\uADFC \uC0AC\uC6A9\uD55C \uBE44\uBC00\uBC88\uD638 {{count}}\uAC1C\uB294 \uB2E4\uC2DC \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",submit:"\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815",submitting:"\uC7AC\uC124\uC815 \uC911\u2026",done:"\uBE44\uBC00\uBC88\uD638 \uC7AC\uC124\uC815\uC774 \uC644\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uD648\uD398\uC774\uC9C0\uB85C \uC774\uB3D9\uD558\uC5EC \uB2E4\uC2DC \uB85C\uADF8\uC778\uD574 \uC8FC\uC138\uC694.",goHome:"\uD648\uD398\uC774\uC9C0\uB85C \uC774\uB3D9"},orDivider:"\uB610\uB294",kakaoStart:"\uCE74\uCE74\uC624\uB85C \uC2DC\uC791\uD558\uAE30"},L1={title:"\uC57D\uAD00 \uB3D9\uC758\uAC00 \uD544\uC694\uD569\uB2C8\uB2E4",subtitle:"\uC11C\uBE44\uC2A4\uB97C \uACC4\uC18D \uC774\uC6A9\uD558\uC2DC\uB824\uBA74 \uC774\uC6A9\uC57D\uAD00\uACFC \uAC1C\uC778\uC815\uBCF4\uCC98\uB9AC\uBC29\uCE68\uC5D0 \uB3D9\uC758\uD574 \uC8FC\uC138\uC694.",submit:"\uB3D9\uC758\uD558\uACE0 \uACC4\uC18D\uD558\uAE30",processing:"\uCC98\uB9AC \uC911\u2026",error:"\uB3D9\uC758 \uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694."},j1={title:"\uC8FC\uC18C \uAC80\uC0C9",loadError:"Daum Postcode \uC2A4\uD06C\uB9BD\uD2B8 \uB85C\uB4DC \uC2E4\uD328"},M1={title:"\uD6C8\uB828 \uC2E4\uD589",subtitle:"\uC8FC\uC81C\uB97C \uC120\uD0DD\uD558\uC5EC \uB4E3\uAE30 \uC5F0\uC2B5\uC744 \uC9C4\uD589\uD558\uC138\uC694.",loading:"\uD6C8\uB828 \uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC785\uB2C8\uB2E4\u2026",empty:"\uC2E4\uD589\uD560 \uD6C8\uB828 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},P1={addTitle:"\uD6C8\uB828 \uBB36\uC74C \uCD94\uAC00",editTitle:"\uD6C8\uB828 \uBB36\uC74C \uC218\uC815",nameLabel:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984",namePlaceholder:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",basketLabel:"\uB2F4\uC740 \uD6C8\uB828",selectLabel:"\uD6C8\uB828 \uC120\uD0DD",customerSelect:"\uACE0\uAC1D \uC120\uD0DD",groupLabel:"\uADF8\uB8F9",groupPlaceholder:"\uADF8\uB8F9 \uC774\uB984 (\uC120\uD0DD\uC0AC\uD56D)",noGroup:"\uADF8\uB8F9 \uC5C6\uC74C",shareLink:"\uB9C1\uD06C \uC0DD\uC131",shareLinkLabel:"\uACF5\uC720 \uB9C1\uD06C",basketEmpty:"\uB2F4\uC740 \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",basketPerTypeMax:"/ \uAC01 10\uAC1C",clearAll:"\uBAA8\uB450 \uC81C\uAC70",removeLinkConfirm:{title:"\uACF5\uC720 \uB9C1\uD06C \uC81C\uAC70",body:"\uC774 \uACF5\uC720 \uB9C1\uD06C\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uAE30\uC874 \uB9C1\uD06C\uB85C\uB294 \uB354 \uC774\uC0C1 \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",confirm:"\uC81C\uAC70"},tab:{byTopic:"\uC8FC\uC81C\uBCC4",byType:"\uD6C8\uB828\uBCC4"},toast:{maxItems:"\uD6C8\uB828\uBCC4 10\uAC1C\uAE4C\uC9C0 \uC120\uD0DD \uAC00\uB2A5\uD569\uB2C8\uB2E4.",noItemsToAdd:"\uCD94\uAC00\uD560 \uC218 \uC788\uB294 \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."},descLabel:"\uD55C \uC904 \uC124\uBA85",descPlaceholder:"\uC5B4\uB5A4 \uD6C8\uB828\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC124\uBA85\uD574\uC8FC\uC138\uC694 (\uC120\uD0DD)",copyLink:"\uB9C1\uD06C \uBCF5\uC0AC",removeLink:"\uB9C1\uD06C \uC81C\uAC70",linkCopied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreated:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkRemoved:"\uB9C1\uD06C\uAC00 \uC81C\uAC70\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",linkCreating:"\uC0DD\uC131 \uC911\u2026",linkError:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",linkSaveFirst:"\uBA3C\uC800 \uD6C8\uB828 \uBB36\uC74C\uC744 \uC800\uC7A5\uD574\uC8FC\uC138\uC694.",linkSaveFirstHint:"\uC800\uC7A5\uB41C \uD6C8\uB828 \uBB36\uC74C\uC5D0\uC11C\uB9CC \uACF5\uC720 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",linkCopySelect:"\uBCF5\uC0AC\uAC00 \uB9C9\uD600 \uB9C1\uD06C\uB97C \uC120\uD0DD\uD588\uC2B5\uB2C8\uB2E4. Ctrl/\u2318+C\uB85C \uBCF5\uC0AC\uD558\uC138\uC694.",nameRequired:"\uD6C8\uB828 \uBB36\uC74C \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",itemRequired:"\uD6C8\uB828\uC744 1\uAC1C \uC774\uC0C1 \uB2F4\uC544\uC8FC\uC138\uC694.",randomAdd:"\uBB34\uC791\uC704 \uCD94\uAC00"},R1={type:{hearingAid:"\uBCF4\uCCAD\uAE30",cochlearImplant:"\uC778\uACF5\uC640\uC6B0",other:"\uAE30\uD0C0"},direction:{left:"\uC88C",right:"\uC6B0",label:"\uBC29\uD5A5"},wornDate:"\uCC29\uC6A9\uC77C",deviceType:"\uC885\uB958",brand:"\uBE0C\uB79C\uB4DC",fitType:"\uCC29\uC6A9\uD615\uD0DC",productName:"\uC81C\uD488\uBA85",productNamePlaceholder:"\uC81C\uD488\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",registerTitle:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30 \uB4F1\uB85D",validationError:{brandAndProduct:"\uBE0C\uB79C\uB4DC\uC640 \uC81C\uD488\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",wornYear:"\uCC29\uC6A9 \uC5F0\uB3C4\uB294 {{min}}\uB144 \uC774\uC0C1 {{max}}\uB144 \uC774\uD558\uC5EC\uC57C \uD569\uB2C8\uB2E4.",brand:"\uBE0C\uB79C\uB4DC\uB97C \uACE8\uB77C \uC8FC\uC138\uC694.",productName:"\uC81C\uD488\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694."},addNew:"\uC0C8 \uAE30\uAE30 \uCD94\uAC00",selectFromList:"\uBAA9\uB85D\uC5D0\uC11C \uC120\uD0DD",removeDevice:"\uCC29\uC6A9 \uD574\uC81C",editTitle:"\uCCAD\uAC01\uC7AC\uD65C\uAE30\uAE30 \uC218\uC815",editSubmit:"\uAE30\uAE30\uC815\uBCF4 \uC218\uC815",deleteSubmit:"\uAE30\uAE30 \uC0AD\uC81C"},$1={stat:{totalCustomers:"\uCD1D \uACE0\uAC1D",monthlyTraining:"\uC774\uBC88 \uB2EC \uD6C8\uB828",monthlyVisits:"\uC774\uB2EC \uCD1D \uBC29\uBB38",savedWordTables:"\uC800\uC7A5\uB41C \uB2E8\uC5B4 \uD45C",todayVisits:"\uAE08\uC77C \uBC29\uBB38 \uC608\uC815",todayVisitsEmpty:"\uC624\uB298 \uBC29\uBB38 \uC608\uC815\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",subscription:"\uC774\uC6A9\uAD8C \uD604\uD669",subscriptionRemaining:"\uC0AC\uC6A9\uC911",subscriptionTotal:"\uC804\uCCB4",subscriptionHeld:"\uBCF4\uC720"},chart:{visitDetail:"\uC0C1\uC138 \uBC29\uBB38 \uD604\uD669",trainingDetail:"\uC0C1\uC138 \uD6C8\uB828 \uD604\uD669",weekly:"\uC8FC\uBCC4",daily:"\uC77C\uBCC4",periodMonth:"\uC6D4",periodWeek:"\uC8FC",weeklyPrefix:"\uC8FC\uAC04",monthlyPrefix:"\uC6D4\uAC04",visit:"\uBC29\uBB38",reservation:"\uC608\uC57D",trainingDone:"\uD6C8\uB828 \uC644\uB8CC",trainingInProgress:"\uD6C8\uB828 \uC911",weekRange:"{{start}}~{{end}}",week:"{{n}}\uC8FC"},moreItems:"+ {{count}}\uAC1C \uB354\uBCF4\uAE30",headerBadge:"\uD504\uB9AC\uC624\uD508 30\uC77C",greeting:"{{name}}\uB2D8",subscriptionStatus:{active:"{{pct}}% \uD65C\uC131",expired:"{{pct}}% \uB9CC\uB8CC",unused:"{{pct}}% \uBBF8\uC0AC\uC6A9"}},I1={title:"\uB300\uB9BD\uC30D\uD45C \uB9CC\uB4E4\uAE30",editTitle:"'{{name}}' \uB300\uB9BD\uC30D\uD45C \uC218\uC815\uD558\uAE30",editBanner:{message:"\uC800\uC7A5\uD558\uBA74 \uC9C0\uAE08 \uC218\uC815 \uC911\uC778 \uB300\uB9BD\uC30D\uD45C\uAC00 \uAC31\uC2E0\uB429\uB2C8\uB2E4."},subtitle:"\uC74C\uC18C\uB97C \uC120\uD0DD\uD558\uC5EC \uB300\uB9BD\uC30D\uC744 \uAC80\uC0C9\uD569\uB2C8\uB2E4.",phonemeSelect:{title:"\uC74C\uC18C \uC120\uD0DD",emptySummary:"\uC74C\uC18C\uB97C \uC120\uD0DD\uD558\uC138\uC694.",needsContrast:"\uB300\uB9BD \uC74C\uC18C\uB97C \uC120\uD0DD\uD558\uC138\uC694.",vs:"\uB300"},caution:"\uC720\uC758\uC0AC\uD56D",mode:{include:"\uC74C\uC18C \uD3EC\uD568",pick:"\uC74C\uC18C \uB300\uB9BD",contrast:"\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815",infoTitle:"\uB300\uB9BD \uBC29\uC2DD",infoInclude:"\uC74C\uC18C \uD3EC\uD568 \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uBAA8\uB450 \uB4E4\uC5B4\uAC04 \uB2E8\uC5B4\uC640 \uADF8 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694.",infoPick:"\uC74C\uC18C \uB300\uB9BD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uB300\uB9BD\uC30D \uB450 \uB2E8\uC5B4\uC758 \uC2E4\uC81C \uCC28\uC774\uC810\uC77C \uB54C\uB9CC \uB9E4\uCE6D\uB3FC\uC694.",infoContrast:"\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815 \u2014 \uAE30\uC900 \uB2E8\uC5B4\uC640 \uB300\uB9BD \uB2E8\uC5B4\uC758 \uC74C\uC18C\uB97C \uAC01\uAC01 \uC9C1\uC811 \uC120\uD0DD\uD574 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694."},count:"{{n}}\uAC1C",input:{char:"\uAE00\uC790 \uC120\uD0DD",pron:"\uBC1C\uC74C \uC120\uD0DD",infoTitle:"\uC785\uB825 \uBC29\uC2DD",infoChar:"\uAE00\uC790 \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uB2E8\uC5B4(\uAE00\uC790 \uAE30\uC900)\uB97C \uCC3E\uC740 \uD6C4, \uB2E8\uC5B4\uC758 \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4.",infoPron:"\uBC1C\uC74C \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4."},phonemeN:"{{n}}\uBC88 \uC74C\uC808",phonemeSingleLabel:"\uC74C\uC808",phonemeContrastSingleLabel:"\uB300\uB9BD \uC74C\uC808",ordinals:["\uCCAB\uBC88\uC9F8","\uB450\uBC88\uC9F8","\uC138\uBC88\uC9F8","\uB124\uBC88\uC9F8"],phonemeOrdinalLabel:"{{ordinal}} \uC74C\uC808",phonemeContrastOrdinalLabel:"\uB300\uB9BD {{ordinal}} \uC74C\uC808",composition:"\uC815\uB2F5 \uB2E8\uC5B4 \uAD6C\uC131",syllableCount:"\uC74C\uC808 \uC218",syllableN:"{{n}}\uC74C\uC808",syllableNPlus:"{{n}}\uC74C\uC808 \uC774\uC0C1",onset:"\uCD08\uC131",vowel:"\uBAA8\uC74C",coda:"\uC885\uC131",glide:"\uD65C\uC74C",filter:{searchOptionsTitle:"\uB300\uB9BD \uC124\uC815",searchModeLabel:"\uB300\uB9BD \uBC29\uC2DD",countLabel:"\uC785\uB825 \uC74C\uC808 \uAC2F\uC218",inputModeLabel:"\uC785\uB825 \uBC29\uC2DD",phonemeOrder:"\uC785\uB825 \uC74C\uC808 \uC704\uCE58",phonemeOrderInfo:["\uC77C\uCE58: \uB300\uB9BD\uC30D\uC774 \uC815\uD655\uD788 \uAC19\uC740 \uC704\uCE58(\uC74C\uC808)\uC5D0\uC11C\uB9CC \uCC28\uC774 \uB098\uC57C \uB9E4\uCE6D\uB3FC\uC694.","\uBB34\uAD00: \uCC28\uC774 \uB098\uB294 \uC704\uCE58\uB294 \uC0C1\uAD00\uC5C6\uC774 \uB9E4\uCE6D\uB3FC\uC694."],orderAny:"\uBB34\uAD00",noCoda:"\uC81C\uC678",noCodaTip:"\uBC1B\uCE68(\uC885\uC131)\uC774 \uC5C6\uB294 \uB2E8\uC5B4\uB9CC \uCC3E\uC2B5\uB2C8\uB2E4",orderMatch:"\uC77C\uCE58",difficultyInfo:"\uAD6D\uB9BD\uAD6D\uC5B4\uC6D0\uC758 \uAE30\uCD08 \uC5B4\uD718 \uB4F1\uAE09\uC774 \uACB0\uACFC\uC5D0 \uBC18\uC601\uB429\uB2C8\uB2E4.",selectLabel:"\uC120\uD0DD",selectInfo:["\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4.","\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC: \uB300\uB9BD\uC30D \uB450 \uB2E8\uC5B4\uC758 \uC74C\uC808 \uAD6C\uC870(\uAE00\uC790 \uC218\xB7\uBC1B\uCE68 \uC720\uBB34 \uB4F1)\uAC00 \uAC19\uC740 \uACB0\uACFC\uB9CC \uB0A8\uACA8\uC694."],onlyHasImage:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC",onlySameStructure:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC",scopeSearchWordOnly:"\uAC80\uC0C9 \uB2E8\uC5B4\uB9CC"},resultUnit:"\uB300\uB9BD\uC30D",group:{onset:"\uCD08\uC131 \uB300\uBE44",vowel:"\uBAA8\uC74C \uB300\uBE44",glide:"\uD65C\uC74C \uB300\uBE44",coda:"\uC885\uC131 \uB300\uBE44"},toast:{samePhonemesError:"\uAE30\uC900 \uC74C\uC18C\uC640 \uB300\uB9BD \uC74C\uC18C\uB294 \uB2E4\uB974\uAC8C \uC785\uB825\uB418\uC5B4\uC57C \uD569\uB2C8\uB2E4."},searchLabel:{error:"\uB370\uC774\uD130 \uBD88\uB7EC\uC624\uAE30 \uC2E4\uD328",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",checking:"\uC774\uBBF8\uC9C0 \uC720\uBB34 \uD655\uC778 \uC911"},confirmMessage:"\uC120\uD0DD\uD55C {{unit}} {{count}}\uAC1C\uB97C \uD3EC\uD568\uD55C \uB2E8\uC5B4 \uD45C \uC815\uBCF4\uAC00 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4.",resetOptions:"\uAC80\uC0C9 \uC635\uC158 \uCD08\uAE30\uD654",phonemeContrast:"\uB300\uB9BD {{n}}\uBC88 \uC74C\uC808",infoNotes:["\uBBF8\uB9AC\uBCF4\uAE30 \uAE00\uC790\uB294 \uC120\uD0DD\uD55C \uC74C\uC18C\uC758 \uC870\uD569 \uC608\uC2DC\uC785\uB2C8\uB2E4. \uC2E4\uC81C \uAC80\uC0C9\uC740 \uD574\uB2F9 \uC74C\uC18C\uAC00 \uD3EC\uD568\uB41C \uBAA8\uB4E0 \uB2E8\uC5B4\uB97C \uB300\uC0C1\uC73C\uB85C \uD569\uB2C8\uB2E4.","\uCD08\uC131 '\u3147'\uC740 \uC120\uD0DD\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4. \uB2E8\uC5B4 \uC55E\uC5D0 \uC624\uB294 \u3147\uC740 \uC2E4\uC9C8\uC801\uC73C\uB85C \uBB34\uC74C\uC774\uC5B4\uC11C \uB300\uB9BD\uC30D \uC131\uB9BD\uC5D0 \uC601\uD5A5\uC744 \uC8FC\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.","\uCD08\uC131\uACFC \uC885\uC131\uB9CC \uC120\uD0DD\uD558\uBA74 \uBAA8\uC74C\uC740 '\u314F'\uB85C \uC790\uB3D9 \uD45C\uC2DC\uB429\uB2C8\uB2E4.","\uC74C\uC18C \uAC1C\uC218\uB97C \uB298\uB9AC\uBA74 \uAC01 \uC74C\uC18C \uC0AC\uC774\uC758 \uB300\uB9BD\uC30D\uC744 \uAC80\uC0C9\uD569\uB2C8\uB2E4."],imageFilterOn:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uBCF4\uACE0 \uC788\uC2B5\uB2C8\uB2E4 \u2014 \uB300\uB9BD\uC30D\uC740 \uB450 \uB0B1\uB9D0 \uBAA8\uB450 \uC774\uBBF8\uC9C0\uAC00 \uC788\uC5B4\uC57C \uD574\uC11C \uACB0\uACFC\uAC00 \uD06C\uAC8C \uC904\uC5B4\uB4ED\uB2C8\uB2E4. \uB354 \uBCF4\uB824\uBA74 \uAC80\uC0C9 \uC635\uC158\uC5D0\uC11C \uADF8 \uC120\uD0DD\uC744 \uB044\uC138\uC694."},O1={title:"\uAC8C\uC784",subtitle:"\uB4E3\uAE30 \uAC8C\uC784\uC73C\uB85C \uC990\uAC81\uAC8C \uD6C8\uB828\uD558\uC138\uC694.",scoreSaveFailed:"\uC810\uC218 \uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC5B4\uC694. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",endsIn:"{{days}}\uC77C {{hours}}\uC2DC\uAC04 \uD6C4 \uC885\uB8CC",bestScore:"\uCD5C\uACE0\uC810\uC218",totalScore:"\uB204\uC801 \uC810\uC218",rank:"\uC21C\uC704",leaderboard:{title:"\uC21C\uC704",loading:"\uC21C\uC704\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC774\uC5D0\uC694\u2026",empty:"\uC544\uC9C1 \uAE30\uB85D\uC774 \uC5C6\uC5B4\uC694. \uCCAB \uAE30\uB85D\uC744 \uB0A8\uACA8 \uBCF4\uC138\uC694!",unavailable:"\uC21C\uC704\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC5F4\uC5B4 \uC8FC\uC138\uC694.",me:"\uB098",anonymous:"\uC775\uBA85",score:"{{score}}\uC810",chase:"{{points}}\uC810\uB9CC \uB354 \uC62C\uB9AC\uBA74 {{rank}}\uC704\uC608\uC694.",top:"\uC9C0\uAE08 1\uC704\uC608\uC694! \uAE30\uB85D\uC744 \uC9C0\uCF1C \uBCF4\uC138\uC694."},crossword:{title:"\uAC00\uB85C\uC138\uB85C \uB0B1\uB9D0\uD034\uC988",desc:"\uB0B1\uB9D0\uC744 \uB4E3\uACE0 \uAE00\uC790 \uD0C0\uC77C\uB85C \uAC00\uB85C\uC138\uB85C \uBE48\uCE78\uC744 \uCC44\uC6B0\uC138\uC694.",tip1:"\uBC88\uD638\uAC00 \uC788\uB294 \uCE78\uC744 \uB204\uB974\uBA74 \uADF8 \uC790\uB9AC\uC5D0 \uB4E4\uC5B4\uAC08 \uB0B1\uB9D0\uC744 \uBC14\uB85C \uB4E4\uB824\uC918\uC694(\uAC00\uB85C\xB7\uC138\uB85C \uB458 \uB2E4\uBA74 \uCC28\uB840\uB85C).",tip2:"\uC544\uB798 \uAE00\uC790 \uD0C0\uC77C\uC744 \uB20C\uB7EC \uBE48\uCE78\uC744 \uCC44\uC6B0\uC138\uC694.",tip3:"\uBAA8\uB4E0 \uCE78\uC744 \uCC44\uC6B4 \uB4A4 '\uC815\uB2F5 \uD655\uC778' \uBC84\uD2BC\uC744 \uB20C\uB7EC \uACB0\uACFC\uB97C \uD655\uC778\uD574\uC694.",scoreTitle:"\uC810\uC218",score1:"\uB9DE\uD78C \uCE78 \uD558\uB098\uC5D0 10\uC810, \uD2C0\uB824\uB3C4 \uAE4E\uC774\uC9C0 \uC54A\uC544\uC694.",score2:"\uC18D\uB3C4\uB098 \uB09C\uC774\uB3C4\uB85C\uB294 \uC624\uB974\uC9C0 \uC54A\uC544\uC694.",score3:"\uD310\uB9C8\uB2E4 \uB354\uD574 \uC313\uC774\uB2C8 \uC5EC\uB7EC \uD310 \uD480\uC218\uB85D \uC21C\uC704\uAC00 \uC62C\uB77C\uAC00\uC694.",playHint:"\uBC88\uD638\uAC00 \uC788\uB294 \uCE78\uC744 \uB204\uB974\uBA74 \uADF8 \uC790\uB9AC\uC758 \uB0B1\uB9D0\uC744 \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694. (\uBC88\uD638\uAC00 2\uAC1C\uBA74 \uB204\uB978 \uC21C\uC11C\uB300\uB85C)",pickCellFirst:"\uCC44\uC6B8 \uCE78\uC744 \uBA3C\uC800 \uB204\uB974\uC138\uC694. \uBC88\uD638\uAC00 \uC788\uB294 \uCE78\uC740 \uADF8 \uC790\uB9AC\uC758 \uB0B1\uB9D0\uC744 \uB4E4\uB824\uC918\uC694. (\uBC88\uD638\uAC00 2\uAC1C\uBA74 \uB204\uB978 \uC21C\uC11C\uB300\uB85C)",levelIntro:"\uCD08\uAE09\xB7\uC911\uAE09\xB7\uACE0\uAE09 \uC911\uC5D0\uC11C \uACE0\uB974\uBA74 \uB9E4\uBC88 \uC0C8 \uBB38\uC81C\uAC00 \uB098\uC640\uC694.",wordsLoading:"\uB2E8\uC5B4\uB97C \uBD88\uB7EC\uC624\uB294 \uC911\uC774\uC5D0\uC694\u2026",alertNoPuzzle:"\uBB38\uC81C\uB97C \uB9CC\uB4E4\uC9C0 \uBABB\uD588\uC5B4\uC694. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",level:{basic:"\uCD08\uAE09",intermediate:"\uC911\uAE09",advanced:"\uACE0\uAE09"},levelDesc:{basic:"\uC26C\uC6B4 \uB0B1\uB9D0\uB85C \uC2DC\uC791\uD574\uC694",intermediate:"\uC870\uAE08 \uB354 \uC5B4\uB824\uC6B4 \uB0B1\uB9D0\uC774\uC5D0\uC694",advanced:"\uAC00\uC7A5 \uC5B4\uB824\uC6B4 \uB0B1\uB9D0\uC774\uC5D0\uC694"},alertFillAll:"\uBAA8\uB4E0 \uCE78\uC5D0 \uB2F5\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",undo:"\u21A9 \uB418\uB3CC\uB9AC\uAE30",checkAnswer:"\u2713 \uC815\uB2F5 \uD655\uC778",cellEmpty:"\uBE48 \uCE78",cellCorrect:"\uC815\uB2F5",cellWrong:"\uC624\uB2F5",hintLabel:"{{label}} {{number}}\uBC88",horizontal:"\uAC00\uB85C",vertical:"\uC138\uB85C"},reflex:{title:"\uC21C\uBC1C\uB825 \uAC8C\uC784",desc:"\uB2E8\uC5B4\uB97C \uB4E3\uACE0 \uBCF4\uAE30 \uC911\uC5D0\uC11C \uBE60\uB974\uAC8C \uD074\uB9AD\uD558\uC138\uC694.",roundCount:"{{total}}\uBB38\uC81C \xB7 \uBB38\uC81C\uB2F9 {{timeLimit}}\uCD08",tip1:"\uB2E8\uC5B4\uAC00 \uB4E4\uB9AC\uBA74 \uBCF4\uAE30 4\uAC1C \uC911 \uC815\uB2F5\uC744 \uD074\uB9AD\uD558\uC138\uC694.",tip2:"\uBB38\uC81C\uB97C \uD074\uB9AD\uD558\uBA74 \uB2E8\uC5B4\uB97C \uB2E4\uC2DC \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694.",tip3:"\uC81C\uD55C \uC2DC\uAC04 {{timeLimit}}\uCD08 \uC548\uC5D0 \uB2F5\uD558\uC138\uC694.",accuracy:"{{pct}}% \uC815\uD655\uB3C4",avgTime:"\uD3C9\uADE0 {{time}}\uCD08",timeout:"(\uC2DC\uAC04\uCD08\uACFC)",correctMsg:"\u2713 \uC815\uB2F5! {{time}}\uCD08",wrongMsg:"\u2717 \uC815\uB2F5: {{word}}"},typing:{title:"\uB2E8\uC5B4 \uD0C0\uC790\uC5F0\uC2B5",desc:"\uB2E8\uC5B4\uB97C \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",roundCount:"{{rounds}}\uBB38\uC81C \xB7 \uBB38\uC81C\uB2F9 {{timeLimit}}\uCD08",placeholder:"\uB4E4\uC740 \uB2E8\uC5B4\uB97C \uC785\uB825\uD558\uC138\uC694",tip1:"\uB2E8\uC5B4\uB97C \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",tip2:"'\uB2E4\uC2DC \uB4E3\uAE30' \uBC84\uD2BC\uC744 \uB204\uB974\uBA74 \uB2E8\uC5B4\uB97C \uB2E4\uC2DC \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694.",tip3:"Enter \uD0A4 \uB610\uB294 \uD655\uC778 \uBC84\uD2BC\uC73C\uB85C \uC81C\uCD9C\uD558\uC138\uC694.",accuracy:"{{pct}}% \uC815\uD655\uB3C4",notEntered:"(\uBBF8\uC785\uB825)",correctMsg:"\u2713 \uC815\uB2F5!",wrongMsg:"\u2717 \uC815\uB2F5: {{word}}"},sentenceTyping:{title:"\uBB38\uC7A5 \uD0C0\uC790\uC5F0\uC2B5",desc:"\uBB38\uC7A5\uC744 \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",roundCount:"{{rounds}}\uBB38\uC81C \xB7 \uBB38\uC81C\uB2F9 {{timeLimit}}\uCD08",placeholder:"\uB4E4\uC740 \uBB38\uC7A5\uC744 \uC785\uB825\uD558\uC138\uC694",tip1:"\uBB38\uC7A5\uC744 \uB4E3\uACE0 \uC81C\uD55C \uC2DC\uAC04 \uB0B4\uC5D0 \uD0C0\uC774\uD551\uD558\uC138\uC694.",tip2:"'\uB2E4\uC2DC \uB4E3\uAE30' \uBC84\uD2BC\uC744 \uB204\uB974\uBA74 \uBB38\uC7A5\uC744 \uB2E4\uC2DC \uB4E4\uC744 \uC218 \uC788\uC5B4\uC694.",tip3:"Enter \uD0A4 \uB610\uB294 \uD655\uC778 \uBC84\uD2BC\uC73C\uB85C \uC81C\uCD9C\uD558\uC138\uC694."},wordDefense:{inputLabel:"\uB4E4\uC740 \uB2E8\uC5B4 \uC785\uB825",title:"\uB2E8\uC5B4 \uB514\uD39C\uC2A4",desc:"\uBAB0\uB824\uC624\uB294 \uB2E8\uC5B4\uB97C \uD0C0\uC774\uD551\uC73C\uB85C \uBB3C\uB9AC\uCE58\uC138\uC694.",introTitle:"\uC6B0\uC8FC \uBC29\uC5B4\uB300",introDesc:"\uC678\uACC4\uC778\uC774 \uB098\uD0C0\uB0A0 \uB54C\uB9C8\uB2E4 \uB2E8\uC5B4\uB97C \uB4E4\uB824\uC90D\uB2C8\uB2E4.",introDesc2:"\uB4E4\uC740 \uB2E8\uC5B4\uB97C \uD0C0\uC774\uD551\uD574\uC11C \uC678\uACC4\uC778\uC744 \uACA9\uD1F4\uD558\uC138\uC694!",tip1:"\uC678\uACC4\uC778 \uD074\uB9AD / \uC2A4\uD398\uC774\uC2A4\uBC14 \u2192 \uB2E8\uC5B4 \uB2E4\uC2DC \uB4E3\uAE30",tip2:"\uC0AC\uBC29\uC5D0\uC11C \uC678\uACC4\uC778\uC774 \uBAB0\uB824\uC635\uB2C8\uB2E4.",tip3:"\uC2DC\uAC04\uC774 \uC9C0\uB0A0\uC218\uB85D \uCE68\uB7B5 \uC18D\uB3C4\uAC00 \uBE68\uB77C\uC9D1\uB2C8\uB2E4.",gameoverTitle:"\uC6B0\uC8FC\uC120 \uACA9\uD30C!",killCount:"\uACA9\uD1F4\uD55C \uC678\uACC4\uC778: {{count}}\uB9C8\uB9AC",msgPerfect:"\uC644\uBCBD\uD55C \uC6B0\uC8FC \uBC29\uC5B4!",msgGood:"\uC798 \uC2F8\uC6E0\uC5B4\uC694!",msgTryAgain:"\uB354 \uC5F0\uC2B5\uD574\uBCF4\uC138\uC694!",dailyBest:"\uC624\uB298 \uCD5C\uACE0",replayBtn:"\uB2E4\uC2DC \uB4E3\uAE30",energyBtn:"\uC5D0\uB108\uC9C0 \uC0AC\uC6A9",energyTitle:"\uC5D0\uB108\uC9C0 \uBC1C\uB3D9 (Tab) \u2014 \uBAA8\uB4E0 \uC801 \uC81C\uAC70",clickToPlay:"\uD074\uB9AD\uD574\uC11C \uC989\uC2DC \uC7AC\uC0DD",me:"\uB098"},dictation:{title:"\uBC1B\uC544\uC4F0\uAE30",desc:"\uBB38\uC7A5\uC744 \uB4E3\uACE0 \uC815\uD655\uD788 \uBC1B\uC544\uC801\uB294 \uC5F0\uC2B5\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC74C\uC131 \uC7AC\uC0DD, \uC785\uB825 \uD544\uB4DC, \uC815\uB2F5 \uBE44\uAD50"},result:{heading:"{{number}}\uB2E8\uACC4 \uD574\uB2F5",allCorrect:"\uC9DD\uC9DD\uC9DD \uC804\uCCB4 \uC815\uB2F5!",scoreEarned:"\uD68D\uB4DD \uC810\uC218 {{score}}\uC810",scoreSummary:"{{total}}\uCE78 \uC911 {{correct}}\uCE78 \uC815\uB2F5",retry:"\uB2E4\uC2DC \uD480\uAE30",next:"\uB2E4\uC74C \uD034\uC988"},common:{howToPlay:"\uAC8C\uC784 \uBC29\uBC95",start:"\uC2DC\uC791\uD558\uAE30",retry:"\uB2E4\uC2DC \uD558\uAE30",confirm:"\uD655\uC778",listenAgain:"\uB2E4\uC2DC \uB4E3\uAE30",result:"\uACB0\uACFC",score:"\uC810\uC218 {{score}}",timerSec:"{{sec}}\uCD08",progressFilled:"\uC9C4\uD589\uB960 \u2014 {{filled}} / {{total}} \uCE78 \uCC44\uC6C0",roundCorrect:"{{n}}\uBC88\uC9F8 \uC815\uB2F5",roundWrong:"{{n}}\uBC88\uC9F8 \uC624\uB2F5",accuracy:"{{pct}}% \uC815\uD655\uB3C4",rankChecking:"\uC21C\uC704 \uD655\uC778 \uC911\u2026",rankValue:"\uC804\uCCB4 {{rank}}\uC704",bestScore:"\uCD5C\uACE0 \uAE30\uB85D {{score}}\uC810",newRecord:"\uC2E0\uAE30\uB85D",dialogIntro:"{{game}} \u2014 \uAC8C\uC784 \uBC29\uBC95",dialogResult:"{{game}} \u2014 \uACB0\uACFC",dialogPlay:"{{game}} \u2014 \uC9C4\uD589 \uC911"},soundMatch:{title:"\uC18C\uB9AC \uB9E4\uCE6D",desc:"\uAC19\uC740 \uC18C\uB9AC\uB97C \uAC00\uC9C4 \uB2E8\uC5B4 \uB610\uB294 \uBB38\uC7A5\uC744 \uBE60\uB974\uAC8C \uB9E4\uCE6D\uD558\uB294 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uD50C\uB808\uC774 \uBC84\uD2BC, \uD0C0\uC774\uBA38, \uC810\uC218 \uC9D1\uACC4"},orderSequence:{title:"\uBB38\uC7A5 \uC21C\uC11C\uD654",desc:"\uD769\uC5B4\uC9C4 \uBB38\uC7A5 \uC870\uAC01\uC744 \uC62C\uBC14\uB978 \uC21C\uC11C\uB85C \uBC30\uC5F4\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uBB38\uC7A5 \uC138\uD2B8, \uC21C\uC11C \uD655\uC778 \uC778\uD130\uD398\uC774\uC2A4"},speedListen:{title:"\uC18D\uB3C4 \uB4E3\uAE30",desc:"\uC2DC\uAC04 \uC81C\uD55C \uB0B4\uC5D0 \uBB38\uC7A5\uC758 \uB2E8\uC5B4 \uC218\uB97C \uB9DE\uCD94\uB294 \uB3C4\uC804\uD615 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC81C\uD55C\uC2DC\uAC04, \uC810\uC218\uD310"},noiseChallenge:{title:"\uC18C\uC74C \uCC4C\uB9B0\uC9C0",desc:"\uBC30\uACBD \uC18C\uC74C \uC18D\uC5D0\uC11C \uBB38\uC7A5\uC744 \uBD84\uBCC4\uD558\uB294 \uC5F0\uC2B5\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uB2E4\uC591\uD55C \uC18C\uC74C \uB808\uBCA8, \uC810\uC218 \uC9D1\uACC4"},fastListen:{title:"\uBE60\uB978 \uB4E3\uAE30",desc:"\uC9E7\uC740 \uBB38\uC7A5\uC744 \uBE60\uB974\uAC8C \uB4E4\uB824\uC8FC\uACE0 \uD575\uC2EC \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uB294 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uB09C\uC774\uB3C4\uBCC4 \uC18D\uB3C4, \uD0C0\uC774\uBA38"},shadowing:{title:"\uC250\uB3C4\uC789",desc:"\uBB38\uC7A5\uC744 \uB530\uB77C \uB9D0\uD558\uBA70 \uBC1C\uC74C\uACFC \uC5B5\uC591\uC744 \uC5F0\uC2B5\uD558\uB294 \uBAA8\uB4DC\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC7AC\uC0DD, \uB179\uC74C, \uBE44\uAD50 \uD53C\uB4DC\uBC31"},phonemeHunt:{title:"\uC74C\uC6B4 \uCC3E\uAE30",desc:"\uD2B9\uC815 \uC74C\uC6B4(\uBC1C\uC74C)\uC744 \uD3EC\uD568\uD55C \uB2E8\uC5B4\uB97C \uCC3E\uC544\uB0B4\uB294 \uAC8C\uC784\uC785\uB2C8\uB2E4.",comingSoon:"\uAD6C\uD604 \uC608\uC815: \uC74C\uC6B4 \uD544\uD130, \uD78C\uD2B8 \uAE30\uB2A5"}},z1={lead:`\uC544\uC774\uD574\uBE0C\uB294 \uC18C\uB9AC\uB97C \uD1B5\uD574
|
|
21
|
+
\uC2E0\uB8B0\uB97C \uC313\uACE0
|
|
22
|
+
\uD68C\uBCF5\uC744 \uB3D5\uC2B5\uB2C8\uB2E4.`,site:{title:"\uC0AC\uC774\uD2B8",malgwi:"\uB9D0\uADC0",soundDirection:"\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C",vrSoundDirection:"VR\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C",hearingTest:"\uCCAD\uB825\uD14C\uC2A4\uD2B8 \uD504\uB85C"},sns:{title:"SNS",naverBlog:"\uB124\uC774\uBC84 \uBE14\uB85C\uADF8",kakao:"KAKAO Talk \uC624\uD508\uCC44\uD305"},policy:{title:"\uC815\uCC45",terms:"\uC774\uC6A9\uC57D\uAD00",privacy:"\uAC1C\uC778\uC815\uBCF4 \uCC98\uB9AC\uBC29\uCE68"},ceo:"\uB300\uD45C",address:"\uC8FC\uC18C",support:"\uACE0\uAC1D\uC13C\uD130",ceoName:"\uD55C\uC9C0\uD61C",addressValue:"\uAC15\uC6D0\uB3C4 \uCD98\uCC9C\uC2DC \uC2DC\uCCAD\uAE38 32 \uD574\uCC2C\uBE4C\uB529 3\uCE35 302\uD638"},F1={nav:{programs:"\uD504\uB85C\uADF8\uB7A8",manager:"\uB9E4\uB2C8\uC800",themes:"\uD6C8\uB828 \uC8FC\uC81C",plans:"\uC694\uAE08\uC81C",login:"\uB85C\uADF8\uC778",menuOpen:"\uBA54\uB274 \uC5F4\uAE30",menuClose:"\uBA54\uB274 \uB2EB\uAE30"},hero:{eyebrow:"\uCCAD\uAC01\uC804\uBB38\uAC00\uAC00 \uB9CC\uB4E0 \uCCAD\uB2A5\uD6C8\uB828",title:"\uCCAD\uAC01\uC804\uBB38\uAC00\uB4E4\uC774 \uB9CC\uB4E0<br/>\uD504\uB85C\uADF8\uB7A8\uC73C\uB85C <em>\uB9D0\uC18C\uB9AC \uB4E3\uAE30</em>\uB97C<br/>\uC5F0\uC2B5\uD574\uBCF4\uC138\uC694.",sub:"\uC544\uC774\uD574\uBE0C \uB9D0\uADC0\uB294 \uBCF4\uCCAD\uAE30 \uCC29\uC6A9\uC790\uC758 \uC77C\uC0C1 \uC18D \uC18C\uD1B5\uC744 \uC9C0\uC6D0\uD558\uAE30 \uC704\uD574 \uB2E4\uC591\uD55C \uB4E3\uAE30 \uC0C1\uD669\uACFC \uC7AC\uBBF8\uB97C \uACE0\uB824\uD55C \uCCAD\uB2A5\uD6C8\uB828 \uD504\uB85C\uADF8\uB7A8\uC785\uB2C8\uB2E4.",ctaPrimary:"\uBB34\uB8CC\uB85C \uC2DC\uC791\uD558\uAE30"},marquee:["4,460\uAC1C\uC758 \uB4E3\uAE30 \uCF58\uD150\uCE20","\uCCAD\uAC01\uC804\uBB38\uAC00 \uC790\uBB38","\uBCF4\uCCAD\uAE30 \uCC29\uC6A9\uC790 \uC77C\uC0C1 \uD68C\uBCF5","\uB9E4\uC77C \uC5C5\uB370\uC774\uD2B8","9\uAC1C \uC8FC\uC81C \uCE74\uD14C\uACE0\uB9AC","\uC18C\uC74C \uD658\uACBD \uC2DC\uBBAC\uB808\uC774\uC158"],counter:{prefix:"\uCD1D",unit:"\uAC1C",unitSuffix:"\uC758",suffix:"\uBC29\uB300\uD55C \uD6C8\uB828 \uCF58\uD150\uCE20.",trainingCardSuffix:"\uBB38\uC7A5",cap:"\uB9E4\uC77C \uC5C5\uB370\uC774\uD2B8\uB418\uB294 4,000\uAC1C \uC774\uC0C1\uC758 \uB4E3\uAE30 \uCF58\uD150\uCE20\uB85C \uD55C \uBB38\uC7A5\uB3C4 \uAC19\uC740 \uB4E3\uAE30 \uACBD\uD5D8\uC774 \uBC18\uBCF5\uB418\uC9C0 \uC54A\uB3C4\uB85D \uC124\uACC4\uD588\uC2B5\uB2C8\uB2E4.",chips:[{num:"1,284",label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30"},{num:"1,612",label:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30"},{num:"986",label:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30"},{num:"578",label:"\uBB38\uC7A5 \uC21C\uC11C\uD654 \uD558\uAE30"}]},features:{title:"\uD544\uC694\uD55C \uBAA8\uB4E0 <em>\uCCAD\uAC01\uD6C8\uB828</em>\uC744 <em>\uD55C \uACF3</em>\uC5D0\uC11C",sub:"\uC624\uB298\uC758 \uB4E3\uAE30\uBD80\uD130 \uC18C\uC74C \uC18D \uD6C8\uB828, \uB2E8\uC5B4 \uBCC0\uBCC4, \uAC8C\uC784\uAE4C\uC9C0\u2014<br/>\uCCAD\uAC01 \uC7AC\uD65C\uC5D0 \uD544\uC694\uD55C \uBAA8\uB4E0 \uD504\uB85C\uADF8\uB7A8\uC744 \uB9D0\uADC0 \uD558\uB098\uB85C \uACBD\uD5D8\uD558\uC138\uC694.",items:[{title:"\uC624\uB298\uC758 \uB4E3\uAE30",desc:"\uB9E4\uC77C \uC0C8\uB85C\uC6B4 \uB4E3\uAE30 \uD6C8\uB828\uC73C\uB85C \uAFB8\uC900\uD55C \uCCAD\uAC01 \uC7AC\uD65C\uC744 \uB3C4\uC640\uB4DC\uB9BD\uB2C8\uB2E4."},{title:"\uC8FC\uC81C\uBCC4 \uD6C8\uB828",desc:"\uC77C\uC0C1, \uB274\uC2A4, \uB0A0\uC528 \uB4F1 \uB2E4\uC591\uD55C \uC8FC\uC81C\uB85C \uC2E4\uC0DD\uD65C \uCCAD\uCDE8 \uB2A5\uB825\uC744 \uD5A5\uC0C1\uC2DC\uD0B5\uB2C8\uB2E4."},{title:"\uB2E8\uC5B4\uD6C8\uB828",desc:"\uCD08\uC131\xB7\uC911\uC131\xB7\uC885\uC131 \uCC28\uC774\uB97C \uBE44\uAD50\uD558\uBA70 \uC74C\uC18C \uBCC0\uBCC4 \uB2A5\uB825\uC744 \uC9D1\uC911 \uD6C8\uB828\uD569\uB2C8\uB2E4."},{title:"\uC18C\uC74C \uC18D \uB4E3\uAE30",desc:"\uB2E4\uC591\uD55C \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uB9D0\uC18C\uB9AC\uB97C \uC120\uBA85\uD558\uAC8C \uAD6C\uBCC4\uD558\uB294 \uC801\uC751\uB825\uC744 \uD0A4\uC6C1\uB2C8\uB2E4."},{title:"\uAC8C\uC784",desc:"\uC7AC\uBBF8\uC788\uB294 \uAC8C\uC784 \uBC29\uC2DD\uC73C\uB85C \uC9C0\uB8E8\uD558\uC9C0 \uC54A\uAC8C \uCCAD\uAC01 \uD6C8\uB828\uC744 \uC9C0\uC18D\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},{title:"\uD6C8\uB828 \uAE30\uB85D",desc:"\uD6C8\uB828 \uC774\uB825\uACFC \uD1B5\uACC4\uB85C \uB098\uC758 \uCCAD\uAC01 \uC7AC\uD65C \uC9C4\uD589 \uC0C1\uD669\uC744 \uD55C\uB208\uC5D0 \uD30C\uC545\uD569\uB2C8\uB2E4."},{title:"\uC804\uBB38\uAC00 \uAD00\uB9AC",desc:"\uCCAD\uB2A5\uC0AC\uC640 \uBCF4\uCCAD\uAE30 \uC13C\uD130\uAC00 \uD658\uC790 \uD6C8\uB828 \uC124\uC815\xB7\uBC29\uBB38 \uC774\uB825\uC744 \uD1B5\uD569 \uAD00\uB9AC\uD569\uB2C8\uB2E4."}]},programs:{title:"<em>\uB2E4\uC591\uD55C \uB4E3\uAE30</em> \uC0C1\uD669\uACFC <em>\uC7AC\uBBF8</em>\uB97C \uACE0\uB824\uD55C<br/>\uCCAD\uB2A5 \uD6C8\uB828 \uD504\uB85C\uADF8\uB7A8",sub:"\uAFB8\uC900\uD55C \uCCAD\uAC01 \uC7AC\uD65C\uC740 \uCCAD\uAC01\uC801 \uC8FC\uC758\uB825\uACFC \uC778\uC9C0 \uB2A5\uB825\uC744 \uD5A5\uC0C1\uC2DC\uD0B5\uB2C8\uB2E4.",steps:[{n:"01",variant:"start",title:"\uB4E3\uACE0",desc:"\uC2E4\uC81C \uC77C\uC0C1 \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uBB38\uC7A5\uC744 \uB4E3\uB294 \uD6C8\uB828"},{n:"02",variant:"feedback",title:"\uAE30\uC5B5\uD558\uACE0",desc:"\uBB38\uC7A5\uC744 \uB2E4\uC2DC \uBCF4\uBA70 \uC5B4\uB290 \uBD80\uBD84\uC774 \uC798 \uB4E4\uB838\uB294\uC9C0 \uD655\uC778"},{n:"03",variant:"done",title:"\uD655\uC778\uD55C\uB2E4",desc:"\uC138\uC158\uBCC4 \uC815\uB2F5\uB960\uACFC \uCD94\uC774\uB97C \uC800\uC7A5\uD558\uC5EC \uB2E4\uC74C \uD6C8\uB828\uC5D0 \uBC18\uC601"}]},themes:{title:"<em>\uAD00\uC2EC</em> \uC788\uB294 <em>\uC8FC\uC81C</em>\uB85C<br/>\uACE8\uB77C \uB4E3\uB294 \uCCAD\uAC01 \uD6C8\uB828",sub:"\uC77C\uC0C1\uC5D0\uC11C \uC790\uC8FC \uB9C8\uC8FC\uCE58\uB294 \uC8FC\uC81C\uB85C \uC790\uC5F0\uC2A4\uB7FD\uAC8C \uB4E3\uAE30\uB97C \uC5F0\uC2B5\uD560 \uC218 \uC788\uB3C4\uB85D \uC815\uB9AC\uD588\uC2B5\uB2C8\uB2E4.",sentenceSuffix:"\uAC1C \uBB38\uC7A5",items:{weather:"\uB0A0\uC528",food:"\uC74C\uC2DD",people:"\uC778\uBB3C",koreanCulture:"\uD55C\uAD6D\uBB38\uD654",stories:"\uC774\uC57C\uAE30",locations:"\uC9C0\uC5ED",societyArts:"\uC0AC\uD68C\uC640 \uC608\uC220",natureScience:"\uC790\uC5F0\uACFC \uACFC\uD559",sports:"\uC2A4\uD3EC\uCE20",health:"\uAC74\uAC15"}},manager:{title:"\uCCAD\uB2A5 <em>\uD6C8\uB828 \uC804\uBB38\uAC00</em>\uB97C \uC704\uD55C<br/><em>\uB9E4\uB2C8\uC800</em> \uAE30\uB2A5 \uC81C\uACF5",sub:"\uACE0\uAC1D\uC744 \uAD00\uB9AC\uD558\uACE0 \uACE0\uAC1D\uBCC4 \uCCAD\uB2A5 \uD6C8\uB828\uC774 \uAC00\uB2A5\uD55C \uB9E4\uB2C8\uC800 \uD398\uC774\uC9C0 \uC11C\uBE44\uC2A4\uB97C \uC81C\uACF5\uD569\uB2C8\uB2E4.",footText:"\uC9C1\uC811 \uC6D0\uD558\uB294 \uD6C8\uB828\uC744 \uC800\uC7A5\uD558\uC5EC \uB098\uB9CC\uC758 \uD504\uB9AC\uC14B\uC744 \uC138\uD305\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",footBtn:"\uB9D0\uADC0 \uB9E4\uB2C8\uC800 \uB4F1\uB85D \uC2E0\uCCAD"},pricing:{title:"\uB9D0\uADC0\uC758 \uBAA8\uB4E0 \uCF58\uD150\uCE20\uB97C<br/>\uC81C\uD55C \uC5C6\uC774 \uC774\uC6A9\uD558\uC138\uC694"},cta:{eyebrow:"\uC9C0\uAE08 \uBC14\uB85C \uC2DC\uC791\uD558\uAE30",title:"\uB9E4\uC77C 10\uBD84, \uC77C\uC0C1 \uC18D<br/>\uC18C\uD1B5\uC758 \uC790\uC2E0\uAC10\uC744 \uB418\uCC3E\uC73C\uC138\uC694.",sub:"\uC544\uC774\uD574\uBE0C \uACC4\uC815\uC73C\uB85C \uB85C\uADF8\uC778\uD558\uBA74, \uCCAB \uBC29\uBB38 \uACE0\uAC1D\uB2D8 \uD504\uB9AC\uC14B\uBD80\uD130<br/>\uBC14\uB85C \uD6C8\uB828\uC744 \uC2DC\uC791\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",btn:"\uC544\uC774\uD574\uBE0C \uB85C\uADF8\uC778\uD558\uACE0 \uB9D0\uADC0 \uC2DC\uC791"},trainingPhone:{title:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",topic:"\uD143\uBC2D\uAC00\uAFB8\uAE30",prev:"\uC774\uC804",next:"\uB2E4\uC74C",speed:"\uBE60\uB974\uAE30 3",noiseType:"\uC640\uAE00\uC640\uAE00",settings:"\uC124\uC815",start:{caption:"\uC544\uB798 \uD50C\uB808\uC774(\u25B6) \uBC84\uD2BC\uC744 \uB20C\uB7EC \uBB38\uC7A5\uC744 \uC798 \uB4E4\uC5B4\uBCF4\uC138\uC694. \uC798 \uB4E4\uC73C\uC2E0 \uB4A4 \uBB38\uC7A5\uC744 \uD655\uC778\uD558\uC138\uC694."},feedback:{caption:"\uC798 \uD0A4\uC6B4 \uBAA8\uC885\uC744 \uD143\uBC2D\uC5D0 \uC2EC\uACE0 \uBE44\uB2D0\uC744 \uC798 \uB36E\uC5B4 \uC90D\uB2C8\uB2E4."},done:{heardWell:"\uC798 \uB4E4\uB9B0 \uBB38\uC7A5",listenAgain:"\uD55C \uBC88 \uB354 \uB4E3\uAE30"}},managerDash:{nav:{customers:"\uACE0\uAC1D\uAD00\uB9AC",trainingSettings:"\uD6C8\uB828 \uC138\uD305",visitHistory:"\uC804\uCCB4 \uBC29\uBB38 \uC774\uB825"},trainingName:"\uD6C8\uB828 \uC774\uB984",tabs:[{label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",icon:"\u{1F50A}"},{label:"\uC9E7\uC740 \uBB38\uC7A5 \uB4E3\uAE30",icon:"\u{1F4AC}"},{label:"\uAE34 \uBB38\uC7A5 \uB4E3\uAE30",icon:"\u{1F4D6}"},{label:"\uBB38\uC7A5 \uC21C\uC11C\uD654\uD558\uAE30",icon:"\u{1F500}"}],checks:[{n:"\uAC80\uB3C4",on:!0},{n:"\uACE8\uD504",on:!0},{n:"\uACE8\uD504\uB9E4\uB108",on:!0},{n:"\uB18D\uAD6C",on:!1},{n:"\uB9C8\uB77C\uD1A4",on:!1},{n:"\uBC30\uB4DC\uBBFC\uD134",on:!1}]},stickyCta:"\uB85C\uADF8\uC778\uD558\uACE0 \uB9D0\uADC0 \uC2DC\uC791",stickyTaglinePrefix:"\uC758\xA0",stickyTaglineHighlight:"\uCCAD\uB2A5\uD6C8\uB828",stickyTaglineSuffix:"\uB97C \uC2DC\uC791\uD558\uB824\uBA74?",forceLogout:{duplicateSession:"\uB2E4\uB978 \uAE30\uAE30\uC5D0\uC11C \uB85C\uADF8\uC778\uD558\uC5EC \uD604\uC7AC \uC138\uC158\uC774 \uC790\uB3D9\uC73C\uB85C \uC885\uB8CC\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",sessionExpired:"\uC138\uC158\uC774 \uB9CC\uB8CC\uB418\uC5B4 \uC790\uB3D9\uC73C\uB85C \uB85C\uADF8\uC544\uC6C3\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}},W1={yearField:"\uB144",monthField:"\uC6D4",dayField:"\uC77C",yearLabel:"{{y}}\uB144",monthLabel:"{{m}}\uC6D4",hourLabel:"{{h}}\uC2DC",daySuffix:"\uC77C",minuteSuffix:"\uBD84",dayLabel:"{{n}}\uC77C",timeHM:"{{h}}\uC2DC {{m}}\uBD84",timeH:"{{h}}\uC2DC"},H1={discrimination:{label:"\uBCC0\uBCC4\uD6C8\uB828",disc:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0, \uB610\uB294 \uD2B9\uC815 \uC18C\uB9AC\uB97C \uAD6C\uBCC4\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{SAME_SOUND_PICK:{label:"\uAC19\uC740 \uC18C\uB9AC \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uBB38\uC81C \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694.",step2:"\uD568\uAED8 \uC81C\uC2DC\uD560 \uB2E4\uB978 \uB2E8\uC5B4\uB97C \uC120\uD0DD\uD558\uC138\uC694."},SAME_OR_DIFF:{label:"\uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0 \uB9DE\uD788\uAE30",sub:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0, \uB2E4\uB978\uC9C0 \uAD6C\uBD84\uD558\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC11C\uB85C \uB300\uB9BD\uC30D\uC778 \uB450 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB450 \uC18C\uB9AC\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uAC19\uC740\uAC00\uC694, \uB2E4\uB978\uAC00\uC694?",choiceSame:"\uAC19\uC544\uC694",choiceDiff:"\uB2EC\uB77C\uC694"},HEAR_AND_PICK_SAME:{label:"\uC77C\uCE58\uD558\uB294 \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC18C\uB9AC\uC758 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uB4E4\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},HEAR_AND_PICK_INCLUDED:{label:"\uD55C \uC74C\uC808 \uD3EC\uD568\uD55C \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD6C8\uB828 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC74C\uC808\uC744 \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uC774 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."},STARTS_WITH_SAME_SOUND:{label:"\uAC19\uC740 \uC74C\uC808\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4 \uACE0\uB974\uAE30",sub:"\uB4E4\uC740 \uB2E8\uC5B4\uC640 \uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD6C8\uB828 \uC74C\uC808\uB85C \uC2DC\uC791\uD558\uB294 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uBB38\uC81C \uB2E8\uC5B4 \uC785\uB2C8\uB2E4.",step2:"\uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."}}},synthesis:{label:"\uD569\uC131\uD6C8\uB828",disc:"\uB450 \uAC1C \uC774\uC0C1\uC758 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uD569\uCCD0 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{MERGE_2_SYLLABLES:{label:"\uC74C\uC808 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB450 \uC74C\uC808\uC744 \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_SYLLABLES:{label:"\uC74C\uC808 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC138 \uC74C\uC808\uC744 \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},MERGE_2_PHONEMES:{label:"\uC74C\uC18C 2\uAC1C \uD569\uCE58\uAE30",sub:"\uB450 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB450 \uC74C\uC18C\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},MERGE_3_PHONEMES:{label:"\uC74C\uC18C 3\uAC1C \uD569\uCE58\uAE30",sub:"\uC138 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD\uC30D\uC778 \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC138 \uC74C\uC18C\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"}}},deletion:{label:"\uD0C8\uB77D\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC5D0\uC11C \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uC81C\uAC70\uD588\uC744 \uB54C \uB0A8\uB294 \uC18C\uB9AC\uB97C \uC778\uC2DD\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{DROP_1_FROM_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBE80 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_1_FROM_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uD0C8\uB77D",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBE80 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},DROP_PART_FROM_COMPOUND:{label:"\uD569\uC131\uC5B4\uC5D0\uC11C \uBD80\uBD84 \uD0C8\uB77D",sub:"\uD569\uC131\uC5B4\uC758 \uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC77C\uBD80(\uC5B4\uADFC)\uB97C \uBE80 \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uD569\uC131\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"1\uC74C\uC808\uC5D0\uC11C \uBC1B\uCE68 \uD0C8\uB77D",sub:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uBC1B\uCE68\uC744 \uBE80 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"1\uC74C\uC808\uC5D0\uC11C \uC790\uC74C \uD0C8\uB77D",sub:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC790\uC74C\uC744 \uBE80 \uC815\uB2F5 \uC18C\uB9AC\uC640 \uB300\uB9BD \uC624\uB2F5 \uC18C\uB9AC\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?"}}},substitution:{label:"\uB300\uCE58\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC758 \uC77C\uBD80 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uBC14\uAFB8\uC5B4 \uC0C8\uB85C\uC6B4 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{CHANGE_1_SYLL_IN_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_SYLL_IN_3SYLL:{label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",sub:"3\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC808\uC744 \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_1SYLL:{label:"1\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"1\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694."},CHANGE_1_PHONEME_IN_2SYLL:{label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",sub:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFBC \uC815\uB2F5 \uB2E8\uC5B4\uC640 \uB300\uB9BD\uC30D \uC624\uB2F5 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."}}},attention:{label:"\uCCAD\uAC01\uC801 \uC8FC\uC758\uB825 \uD6C8\uB828",disc:"\uC5EC\uB7EC \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uC21C\uC11C\uB97C \uAE30\uC5B5\uD558\uB294 \uC8FC\uC758\uB825\uACFC \uB2E8\uAE30 \uAE30\uC5B5 \uD6C8\uB828\uC785\uB2C8\uB2E4.",types:{LISTEN_AND_REMEMBER_ORDER:{label:"\uB4E3\uACE0 \uC21C\uC11C\uB300\uB85C \uAE30\uC5B5\uD558\uAE30",sub:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694.",setupSub:"\uD6C8\uB828\uD558\uB824\uB294 \uC74C\uC18C\uB97C \uC120\uD0DD\uD574 \uC21C\uC11C\uB300\uB85C \uB4E4\uB824\uC904 \uC138 \uB2E8\uC5B4\uB85C \uBB38\uC81C\uB97C \uB9CC\uB4DC\uC138\uC694.",step1:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC5B4\uBCF4\uC138\uC694.",step2:"\uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uACE0\uB974\uC138\uC694."}}}},V1={subtitle:"\uD6C8\uB828 \uD0C0\uC785\uC744 \uC120\uD0DD\uD558\uC138\uC694",resultUnit:"\uB2E8\uC5B4 \uBB36\uC74C",nameLabel:"\uC774\uB984",namePlaceholder:"\uD6C8\uB828 \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",options:"\uD6C8\uB828 \uC635\uC158",difficulty:"\uB09C\uC774\uB3C4",exclude:"\uC81C\uC678",chosung:"\uCD08\uC131",save:"\uC800\uC7A5\uD558\uAE30",preview:"\uBBF8\uB9AC\uBCF4\uAE30",excludeOptions:{none:"\uC5C6\uC74C",noImage:"\uC774\uBBF8\uC9C0 \uC5C6\uC74C"},toast:{nameRequired:"\uC138\uD2B8 \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",noWords:"\uC120\uD0DD\uB41C \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",noProblem:"\uBB38\uC81C\uB97C 1\uAC1C \uC774\uC0C1 \uC644\uC131\uD574 \uC8FC\uC138\uC694.",loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",saveFailed:"\uC800\uC7A5\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",saveSuccess:'"{{name}}" \uC138\uD2B8\uAC00 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4 (\uBB38\uC81C {{count}}\uAC1C).',saveSuccessWithIncomplete:'"{{name}}" \uC138\uD2B8\uAC00 \uC800\uC7A5\uB418\uC5C8\uC2B5\uB2C8\uB2E4 (\uBB38\uC81C {{count}}\uAC1C, \uBBF8\uC644\uC131 {{incomplete}}\uAC1C\uB294 \uC81C\uC678\uB428).',bundleApplied:"\uD604\uC7AC \uBB38\uC81C\uC5D0 \uC801\uC6A9\uD588\uC5B4\uC694."},suggest:{noCoda:"\uBC1B\uCE68\uC5C6\uC74C",syllable:"{{n}}\uC74C\uC808"}},G1={namePlaceholder:"\uD6C8\uB828 \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",trainingTitle:"'{{name}}' \uB2E8\uC5B4\uD6C8\uB828",questionInput:"\uB2E8\uC5B4\uB97C \uC785\uB825\uD558\uC138\uC694",answer:"\uC815\uB2F5",distractor:"\uC624\uB2F5",groupStep:"\uBB38\uC81C\uC758 \uB2E8\uC5B4 \uBB36\uC74C\uC744 \uC120\uD0DD\uD558\uC138\uC694.",pickWordStep:"\uBB38\uC81C\uC5D0 \uB0BC \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694.",groupStepSub:"\uC120\uD0DD\uD55C \uB2E8\uC5B4 \uBB36\uC74C\uC5D0\uC11C \uC815\uB2F5\uACFC \uC624\uB2F5\uC740 \uBB34\uC791\uC704\uB85C \uC0AC\uC6A9\uD558\uAC8C \uB429\uB2C8\uB2E4.",sameOrDiffStepSub:"\uC120\uD0DD\uD55C \uB2E8\uC5B4 \uBB36\uC74C\uC5D0\uC11C \uBB34\uC791\uC704\uB85C \uC0AC\uC6A9\uD558\uAC8C \uB429\uB2C8\uB2E4.",problemNav:"\uBB38\uC81C {{current}} / {{count}}",problemNum:"{{n}}\uBC88 \uBB38\uC81C",clearQuestion:"\uC120\uD0DD \uD574\uC81C",removeQuestion:"\uBB38\uC81C \uC81C\uAC70",addQuestion:"\uBB38\uC81C \uCD94\uAC00",noWords:"\uC120\uD0DD\uB41C \uD544\uD130\uC5D0 \uD574\uB2F9\uD558\uB294 \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",validOk:"\uAC00\uB2A5\uD55C \uB2E8\uC5B4\uC608\uC694.",validNoImage:"\uC774\uBBF8\uC9C0\uAC00 \uC5C6\uB294 \uB2E8\uC5B4\uC608\uC694.",validNeed1SyllCoda:"\uBC1B\uCE68 \uC788\uB294 1\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694.",validNeed1SyllNoCoda:"\uBC1B\uCE68 \uC5C6\uB294 1\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694. (\u3147\uC73C\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4 \uC81C\uC678)",validNeed2Syll:"2\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694.",validNeed3Syll:"3\uC74C\uC808 \uB2E8\uC5B4\uB9CC \uC4F8 \uC218 \uC788\uC5B4\uC694.",manualOnlyHint:"\uC774 \uC720\uD615\uC740 \uC544\uC9C1 \uC790\uB3D9 \uCD94\uCC9C\uC744 \uC9C0\uC6D0\uD558\uC9C0 \uC54A\uC544\uC694. \uBB38\uC81C \uB2E8\uC5B4\uB97C \uC9C1\uC811 \uC785\uB825\uD574 \uAD6C\uC131\uD574 \uC8FC\uC138\uC694."},q1={unexpectedTitle:"\uC624\uB958\uAC00 \uBC1C\uC0DD\uD588\uC2B5\uB2C8\uB2E4.",unexpectedMessage:"\uC77C\uC2DC\uC801\uC778 \uC624\uB958\uC785\uB2C8\uB2E4. \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",retry:"\uB2E4\uC2DC \uC2DC\uB3C4"},U1={loadError:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uB85C\uB4DC \uC2E4\uD328",loadErrorMessage:"\uB2E8\uC5B4 \uB370\uC774\uD130\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uB124\uD2B8\uC6CC\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",updateAvailable:"\uB2E8\uC5B4 \uB370\uC774\uD130 v{{version}}",updateMessage:"\uC0C8\uB85C\uC6B4 \uB2E8\uC5B4 \uB370\uC774\uD130\uAC00 \uC788\uC2B5\uB2C8\uB2E4.",phaseWordDownload:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uB2E4\uC6B4\uB85C\uB4DC",phaseImageCheck:"\uC774\uBBF8\uC9C0 \uD655\uC778",phasePairAnalysis:"\uB2E8\uC5B4\uC30D \uBD84\uC11D",downloadingCount:"{{n}}\uAC1C \uB2E4\uC6B4\uB85C\uB4DC \uC911",checkingPage:"{{page}}\uD398\uC774\uC9C0 \uBAA9\uB85D \uD655\uC778 \uC911",imageCount:"{{done}} / {{total}}\uAC1C",update:{title:"\uB2E8\uC5B4 \uB370\uC774\uD130 \uC5C5\uB370\uC774\uD2B8"}},Y1={title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uC2E0\uCCAD",submitting:"\uC2E0\uCCAD \uC911\u2026",submit:"\uC2E0\uCCAD\uD558\uAE30",promo:{title:"\uB9D0\uADC0\uB9E4\uB2C8\uC800 3\uC77C \uBB34\uB8CC \uCCB4\uD5D8",desc:"\uB4F1\uB85D \uC2E0\uCCAD\uD558\uACE0 \uB9D0\uADC0\uB9E4\uB2C8\uC800\uB97C 3\uC77C\uAC04 \uBB34\uB8CC \uCCB4\uD5D8\uD558\uC138\uC694!",action:"\uC548\uB0B4 \uD398\uC774\uC9C0 \uBCF4\uAE30"},applicantEmail:"\uC2E0\uCCAD\uC790 \uC774\uBA54\uC77C \uACC4\uC815",companyId:{label:"\uC5C5\uCCB4 \uC544\uC774\uB514",placeholder:"\uC608: ACME01 (\uC601\uBB38 \uB300\uBB38\uC790\xB7\uC22B\uC790)",helper:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB294 \uC0DD\uC131 \uD6C4 \uBCC0\uACBD \uBD88\uAC00\uB2A5\uD569\uB2C8\uB2E4. \uC601\uBB38 \uB300\uBB38\uC790, \uC22B\uC790, _, - \uB9CC \uC785\uB825 \uAC00\uB2A5\uD569\uB2C8\uB2E4.",errors:{required:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694",startWithLetter:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB294 \uC601\uBB38 \uB300\uBB38\uC790\uB85C \uC2DC\uC791\uD574\uC57C \uD569\uB2C8\uB2E4.",tooLong:"\uC5C5\uCCB4 \uC544\uC774\uB514\uB294 \uCD5C\uB300 12\uC790 \uC785\uB2C8\uB2E4."}},companyName:{label:"\uC5C5\uCCB4\uBA85 / \uC0AC\uC6A9\uC790\uBA85",placeholder:"\uC5C5\uCCB4\uBA85 \uB610\uB294 \uC0AC\uC6A9\uC790\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694",errors:{required:"\uC5C5\uCCB4\uBA85\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694",tooLong:"\uC5C5\uCCB4\uBA85 / \uC0AC\uC6A9\uC790\uBA85\uC740 \uCD5C\uB300 12\uC790 \uC785\uB2C8\uB2E4."}},companyType:{label:"\uC5C5\uCCB4 \uD0C0\uC785",placeholder:"\uC5C5\uCCB4 \uD0C0\uC785\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694",errors:{required:"\uC5C5\uCCB4 \uD0C0\uC785\uC744 \uC120\uD0DD\uD574 \uC8FC\uC138\uC694"}},phone:{label:"\uC5F0\uB77D\uCC98",errors:{required:"\uC5F0\uB77D\uCC98\uB97C \uC785\uB825\uD574 \uC8FC\uC138\uC694",format:"\uC62C\uBC14\uB978 \uC5F0\uB77D\uCC98 \uD615\uC2DD\uC774 \uC544\uB2D9\uB2C8\uB2E4"}}},K1={clearAriaLabel:"\uC785\uB825\uAC12 \uC9C0\uC6B0\uAE30"},Z1={ariaLabel:"\uC120\uD0DD \uD0ED"},X1={ariaLabel:"\uD0ED"},J1={dragPrompt:"\uD30C\uC77C\uC744 \uC774\uACF3\uC5D0 \uB4DC\uB798\uADF8\uD558\uC5EC \uC5C5\uB85C\uB4DC",browseButton:"\uD30C\uC77C \uC120\uD0DD",removeAriaLabel:"{{name}} \uC81C\uAC70"},Q1={ariaLabel:"\uC0AC\uC6A9\uC790 \uC544\uBC14\uD0C0"},e0={title:"\uC219\uC81C",subtitle:"\uB9D0\uADC0\uB9E4\uB2C8\uC800\uAC00 \uBCF4\uB0B8 \uC219\uC81C\uB97C \uD655\uC778\uD558\uACE0 \uC9C4\uD589\uD558\uC138\uC694.",completed:"\uC644\uB8CC",inProgress:"\uC9C4\uD589\uC911",fromManager:"\uB9D0\uADC0\uB9E4\uB2C8\uC800",received:"\uBC1B\uC74C",recordExpired:"\uC219\uC81C\uAC00 \uB9CC\uB8CC\uB418\uC5B4 \uACB0\uACFC\uAC00 \uAE30\uB85D\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uB9E4\uB2C8\uC800\uC5D0\uAC8C \uBB38\uC758\uD574\uC8FC\uC138\uC694.",segment:{all:"\uC804\uCCB4",new:"\uC2E0\uADDC",inprogress:"\uC9C4\uD589\uC911",done:"\uC644\uB8CC"},pageSize:{10:"10\uAC1C\uC529 \uBCF4\uAE30",20:"20\uAC1C\uC529 \uBCF4\uAE30",50:"50\uAC1C\uC529 \uBCF4\uAE30"},searchPlaceholder:"\uC219\uC81C \uC774\uB984 \uAC80\uC0C9",sort:{newest:"\uCD5C\uC2E0\uC21C",oldest:"\uC624\uB798\uB41C\uC21C",title:"\uC81C\uBAA9\uC21C"},relativeDay:{today:"\uC624\uB298",yesterday:"\uC5B4\uC81C",daysAgo:"{{n}}\uC77C \uC804"},orgLink:{title:"\uAE30\uAD00 \uC5F0\uACB0",placeholder:"\uC5F0\uACB0 \uCF54\uB4DC \uC785\uB825",connect:"\uC5F0\uACB0",linked:"{{org}}\uC5D0 \uC5F0\uACB0\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",failed:"\uC5F0\uACB0\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",org:"\uAE30\uAD00"},reason:{notLoggedIn:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4."},list:{title:"\uBC1B\uC740 \uC219\uC81C",empty:"\uBC1B\uC740 \uC219\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},status:{expired:"\uB9CC\uB8CC\uB428",done:"\uC644\uB8CC {{count}}\uD68C \xB7 {{date}}",notDone:"\uBBF8\uC644\uB8CC"}},t0={title:"\uD6C8\uB828 \uD604\uD669",sub:"\uB098\uC758 \uCCAD\uAC01 \uD6C8\uB828 \uAE30\uB85D\uC744 \uD655\uC778\uD558\uC138\uC694",weekly:{title:"\uC8FC\uAC04 \uD6C8\uB828 \uD604\uD669",daily:"\uC624\uB298\uC758 \uB4E3\uAE30",crossword:"\uAC00\uB85C\uC138\uB85C",trainingTime:"\uD6C8\uB828 \uC2DC\uAC04",timeAvg:"\uD6C8\uB828\uC2DC\uAC04 \uD3C9\uADE0",accuracy:"\uC815\uB2F5\uB960",unit:"\uD68C"},sentence:{title:"\uBB38\uC7A5\uD6C8\uB828 \uD604\uD669"},word:{title:"\uB2E8\uC5B4\uD6C8\uB828 \uD604\uD669"},homework:{title:"\uC219\uC81C \uC9C4\uD589\uD604\uD669",weeklyRate:"\uC8FC\uAC04 \uC644\uB8CC\uC728",count:"\uC804\uCCB4",done:"\uC644\uB8CC",remaining:"\uBBF8\uC644\uB8CC",unit:"\uAC74"},today:{title:"\uC624\uB298\uC758 \uB4E3\uAE30 \uD604\uD669",progress:"\uC9C4\uD589\uB960",accuracy:"\uC815\uB2F5\uB960",progressAvg:"\uC9C4\uD589\uB960 \uD3C9\uADE0",unitPct:"%",tooltipTotal:"\uC804\uCCB4",tooltipDone:"\uC644\uB8CC"},filter:{countSuffix:" \uD6C8\uB828"},time:{title:"\uD6C8\uB828 \uC2DC\uAC04",countLabel:"{{n}}\uD68C \uD6C8\uB828",empty:"\uD6C8\uB828 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",sec:"{{n}}\uCD08",min:"{{n}}\uBD84",hourMin:"{{h}}\uC2DC\uAC04 {{m}}\uBD84",hour:"{{h}}\uC2DC\uAC04"},daily:{title:"\uC624\uB298\uC758 \uB4E3\uAE30 \uAE30\uB85D",empty:"\uC644\uB8CC\uD55C \uD68C\uCC28\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4."},crossword:{title:"\uAC00\uB85C\uC138\uB85C\uD034\uC988",empty:"\uC644\uB8CC\uD55C \uB808\uBCA8\uC774 \uC5C6\uC2B5\uB2C8\uB2E4"},visit:{title:"\uBC29\uBB38 \uC5F0\uB3D9 \uAE30\uB85D"},detail:"\uC0C1\uC138\uBCF4\uAE30",detailEmpty:"\uD574\uB2F9 \uAE30\uAC04 \uD6C8\uB828 \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",detailError:"\uD6C8\uB828 \uAE30\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.",col:{date:"\uB0A0\uC9DC",type:"\uC720\uD615",score:"\uC815\uB2F5",time:"\uC2DC\uAC04"},trainingType:{LISTEN_IN_NOISE:"\uC18C\uC74C \uD558 \uBB38\uC7A5",SHORT_STORY:"\uC9E7\uC740 \uC774\uC57C\uAE30",LONG_STORY:"\uAE34 \uC774\uC57C\uAE30",ORDERING_SENTENCE:"\uBB38\uC7A5 \uC21C\uC11C\uD654"},accuracy:{overall:"\uC804\uCCB4 \uC815\uB2F5\uB960",itemUnit:"\uBB38\uD56D",skipped:"{{n}}\uD68C\uB294 \uC815\uB2F5 \uAE30\uB85D\uC774 \uC5C6\uC5B4 \uC148\uC5D0\uC11C \uBE90\uC2B5\uB2C8\uB2E4."}},a0={title:"\uB9D0\uADC0\uC790\uB8CC\uC2E4",subtitle:"\uB2E4\uB978 \uB9E4\uB2C8\uC800\uAC00 \uAC8C\uC2DC\uD55C \uD6C8\uB828\uC744 \uB458\uB7EC\uBCF4\uACE0 \uB0B4 \uBAA9\uB85D\uC73C\uB85C \uAC00\uC838\uC624\uC138\uC694.",publish:{dialogTitle:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9AC\uAE30",message:"'{{name}}'\uC744(\uB97C) \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uACF5\uAC1C\uD569\uB2C8\uB2E4.",descPlaceholder:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uD45C\uC2DC\uD560 \uD55C \uC904 \uC124\uBA85 (\uC120\uD0DD)",confirmLabel:"\uC62C\uB9AC\uAE30",confirmLoading:"\uB4F1\uB85D \uC911\u2026"},searchPlaceholder:"\uD6C8\uB828 \uC774\uB984, \uAC8C\uC2DC\uC790 \uAC80\uC0C9",category:{word:"\uB2E8\uC5B4\uD45C",wordTraining:"\uB2E8\uC5B4\uD6C8\uB828",sentence:"\uBB38\uC7A5\uD6C8\uB828"},sort:{newest:"\uCD5C\uC2E0\uC21C",likes:"\uC88B\uC544\uC694 \uC21C",downloads:"\uB2E4\uC6B4\uB85C\uB4DC \uC21C"},wordKind:{pair:"\uB300\uB9BD\uC30D\uD45C",single:"\uB2E8\uC5B4\uD45C",emptyHintToSingle:"\uB300\uB9BD\uC30D\uD45C\uB294 \uC5C6\uC9C0\uB9CC, '\uB2E8\uC5B4\uD45C' \uD0ED\uC5D0\uB294 \uC788\uC2B5\uB2C8\uB2E4.",emptyHintToPair:"\uB2E8\uC5B4\uD45C\uB294 \uC5C6\uC9C0\uB9CC, '\uB300\uB9BD\uC30D\uD45C' \uD0ED\uC5D0\uB294 \uC788\uC2B5\uB2C8\uB2E4."},pageSize:"{{n}}\uAC1C\uC529 \uBCF4\uAE30",countPrefix:"\uCD1D ",countSuffix:"\uAC1C\uC758 \uD6C8\uB828",notice:"\uB9E4\uB2C8\uC800 \uACC4\uC815\uC73C\uB85C \uB85C\uADF8\uC778\uD558\uBA74 \uD6C8\uB828\uC744 \uB0B4 \uBAA9\uB85D\uC5D0 \uAC00\uC838\uC62C \uC218 \uC788\uC2B5\uB2C8\uB2E4.",empty:"\uC544\uC9C1 \uAC8C\uC2DC\uB41C \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyHint:"\uD6C8\uB828 \uC124\uC815 \uD398\uC774\uC9C0\uC5D0\uC11C \uB0B4\uAC00 \uB9CC\uB4E0 \uD6C8\uB828\uC744 \uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uC62C\uB9B4 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",like:"\uC88B\uC544\uC694",unlike:"\uC88B\uC544\uC694 \uCDE8\uC18C",loginRequired:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4",import:"\uB0B4 \uD6C8\uB828\uC5D0 \uAC00\uC838\uC624\uAE30",importButton:"\uAC00\uC838\uC624\uAE30",publisher:"\uAC8C\uC2DC\uC790",importFail:"\uAC00\uC838\uC624\uAE30 \uC2E4\uD328: {{error}}",importSuccess:"'{{title}}'\uC744(\uB97C) \uB0B4 \uD6C8\uB828 \uBAA9\uB85D\uC5D0 \uCD94\uAC00\uD588\uC2B5\uB2C8\uB2E4.",dupTitle:"\uC774\uBBF8 \uAC19\uC740 \uB0B4\uC6A9\uC774 \uC788\uC2B5\uB2C8\uB2E4",dupMessageOne:"<m>{{title}}</m>\uC640(\uACFC) \uB0B4\uC6A9\uC774 \uAC19\uC2B5\uB2C8\uB2E4. \uADF8\uB798\uB3C4 \uAC00\uC838\uC62C\uAE4C\uC694?",dupMessageMany:"<m>{{title}}</m> \uC678 <m>{{n}}</m>\uAC1C\uC640(\uACFC) \uB0B4\uC6A9\uC774 \uAC19\uC2B5\uB2C8\uB2E4. \uADF8\uB798\uB3C4 \uAC00\uC838\uC62C\uAE4C\uC694?",time:{justNow:"\uBC29\uAE08 \uC804",minutesAgo:"{{n}}\uBD84 \uC804",hoursAgo:"{{n}}\uC2DC\uAC04 \uC804",daysAgo:"{{n}}\uC77C \uC804",weeksAgo:"{{n}}\uC8FC \uC804",monthsAgo:"{{n}}\uAC1C\uC6D4 \uC804",yearsAgo:"{{n}}\uB144 \uC804"},badge:{shared:"\uB9D0\uADC0\uC790\uB8CC\uC2E4"},unpublishOnDelete:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC758 \uD56D\uBAA9\uB3C4 \uC0AD\uC81C\uB429\uB2C8\uB2E4.",categoryLabel:"\uC790\uB8CC \uC885\uB958",toast:{registered:"\uB9D0\uADC0\uC790\uB8CC\uC2E4\uC5D0 \uB4F1\uB85D\uD588\uC2B5\uB2C8\uB2E4",registerError:"\uB9D0\uADC0\uC790\uB8CC\uC2E4 \uB4F1\uB85D\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4"}},o0={common:{cardName:"\uCE74\uB4DC \uC774\uB984",cardNamePlaceholder:"\uCE74\uB4DC \uC774\uB984\uC744 \uC785\uB825\uD558\uC138\uC694",group:"\uADF8\uB8F9",groupPlaceholder:"\uADF8\uB8F9 \uC774\uB984 (\uC120\uD0DD\uC0AC\uD56D)",description:"\uD55C \uC904 \uC124\uBA85",descriptionPlaceholder:"\uC5B4\uB5A4 \uCE74\uB4DC\uC778\uC9C0 \uAC04\uB2E8\uD788 \uC124\uBA85\uD574\uC8FC\uC138\uC694 (\uC120\uD0DD)",nameRequired:"\uCE74\uB4DC \uC774\uB984\uC744 \uC785\uB825\uD574\uC8FC\uC138\uC694.",removeAll:"\uBAA8\uB450 \uC81C\uAC70",deleteConfirm:"'{{name}}'\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",deleteConfirmDefault:"\uC774 \uCE74\uB4DC\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?"},wordTableCard:{createTitle:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uB9CC\uB4E4\uAE30",editTitle:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uC218\uC815",deleteTitle:"\uB2E8\uC5B4\uD45C \uCE74\uB4DC \uC0AD\uC81C",basket:"\uB2F4\uC740 \uB2E8\uC5B4\uD45C",basketEmpty:"\uB2F4\uC740 \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4",depth:"\uB2E8\uC5B4\uD45C"},wordTrainingCard:{createTitle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uB9CC\uB4E4\uAE30",editTitle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uC218\uC815",deleteTitle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C \uC0AD\uC81C",selectSection:"\uB2E8\uC5B4\uD6C8\uB828 \uC120\uD0DD",defaultSection:"\uAE30\uBCF8 \uB2E8\uC5B4\uD6C8\uB828",defaultSectionDesc:"\uD45C\uC900 \uD6C8\uB828\uC744 \uB2F4\uC73C\uBA74 \uB2E8\uC5B4\uAC00 \uC790\uB3D9\uC73C\uB85C \uCC44\uC6CC\uC9D1\uB2C8\uB2E4",mySection:"\uB098\uC758 \uB2E8\uC5B4\uD6C8\uB828",noTrainingsEmpty:"\uBA3C\uC800 \uB2E8\uC5B4\uD6C8\uB828\uC744 \uB9CC\uB4E4\uC5B4\uC8FC\uC138\uC694.",adding:"\uCD94\uAC00 \uC911\u2026",add:"\uB2F4\uAE30",basket:"\uB2F4\uC740 \uD6C8\uB828",basketEmpty:"\uB2F4\uC740 \uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4",trainingRequired:"\uB2E8\uC5B4\uD6C8\uB828\uC744 1\uAC1C \uC774\uC0C1 \uB2F4\uC544\uC8FC\uC138\uC694.",maxTrainingsAlert:"\uCD5C\uB300 {{max}}\uAC1C\uAE4C\uC9C0 \uB2F4\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4",notEnoughWords:"\uBB38\uC81C\uB97C \uC0DD\uC131\uD560 \uB2E8\uC5B4\uAC00 \uBD80\uC871\uD569\uB2C8\uB2E4",addSaveError:"\uD6C8\uB828\uC744 \uC800\uC7A5\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4. \uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694",complete:{message:"\uBAA8\uB450 \uC644\uB8CC\uD558\uC600\uC2B5\uB2C8\uB2E4. \uC218\uACE0\uD558\uC168\uC2B5\uB2C8\uB2E4!",button:"\uC644\uB8CC"}},shareLink:{saveCardFirst:"\uBA3C\uC800 \uCE74\uB4DC\uB97C \uC800\uC7A5\uD574\uC8FC\uC138\uC694.",copied:"\uB9C1\uD06C\uAC00 \uBCF5\uC0AC\uB418\uC5C8\uC2B5\uB2C8\uB2E4",created:"\uB9C1\uD06C\uAC00 \uC0DD\uC131\uB418\uC5C8\uC2B5\uB2C8\uB2E4",createFailed:"\uB9C1\uD06C \uC0DD\uC131\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4",copyBlocked:"\uBCF5\uC0AC\uAC00 \uB9C9\uD600 \uB9C1\uD06C\uB97C \uC120\uD0DD\uD588\uC2B5\uB2C8\uB2E4. Ctrl/\u2318+C\uB85C \uBCF5\uC0AC\uD558\uC138\uC694",removed:"\uB9C1\uD06C\uAC00 \uC81C\uAC70\uB418\uC5C8\uC2B5\uB2C8\uB2E4",removeFailed:"\uB9C1\uD06C \uC81C\uAC70\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4"}},r0={manage:{title:"\uC219\uC81C \uAD00\uB9AC",sub:"\uACF5\uC720\uD55C \uD6C8\uB828 \uB9C1\uD06C\uC640 \uC81C\uCD9C \uD604\uD669\uC744 \uD655\uC778\uD569\uB2C8\uB2E4.",filterActive:"\uD65C\uC131",filterExpired:"\uB9CC\uB8CC\xB7\uBE44\uD65C\uC131",searchPlaceholder:"\uC81C\uBAA9 \uB610\uB294 \uB300\uC0C1\uC73C\uB85C \uAC80\uC0C9",emptySearch:"\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyLinks:"\uACF5\uC720\uB41C \uC219\uC81C \uB9C1\uD06C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",unit:"\uAC74",loadFailed:"\uC219\uC81C \uB9C1\uD06C\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},card:{deleteTitle:"\uC219\uC81C \uB9C1\uD06C \uC0AD\uC81C",deleteMessage:"\uC774 \uC219\uC81C \uB9C1\uD06C\uB97C \uC0AD\uC81C\uD560\uAE4C\uC694? \uC81C\uCD9C\uB41C \uACB0\uACFC\uB3C4 \uD568\uAED8 \uC0AC\uB77C\uC9D1\uB2C8\uB2E4."},status:{inactive:"\uBE44\uD65C\uC131",expired:"\uB9CC\uB8CC",active:"\uD65C\uC131",done:"\uC644\uB8CC {{count}}\uD68C",notDone:"\uBBF8\uC644\uB8CC",noTarget:"\uB300\uC0C1 \uBBF8\uC9C0\uC815",sentFmt:"{{target}} \xB7 {{date}} \uBCF4\uB0C4"},menu:{activate:"\uD65C\uC131\uD654",deactivate:"\uBE44\uD65C\uC131\uD654"},personalLinkTitle:"\uAC1C\uC778 \uB9C1\uD06C"},n0={title:"\uCD08\uB300\uAD00\uB9AC",sub:"\uACE0\uAC1D \uC815\uBCF4\uB97C \uBAB0\uB77C\uB3C4 \uBCF4\uB0BC \uC218 \uC788\uB294 \uCD08\uB300 \uB9C1\uD06C\uB97C \uC0DD\uC131\xB7\uAD00\uB9AC\uD569\uB2C8\uB2E4.",copyAriaLabel:"\uB9C1\uD06C \uBCF5\uC0AC",deleteAriaLabel:"\uC0AD\uC81C",deleteConfirmTitle:"\uCD08\uB300 \uB9C1\uD06C \uC0AD\uC81C",deleteConfirmMessage:"\uC774 \uCD08\uB300 \uB9C1\uD06C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uC774\uBBF8 \uACF5\uC720\uD55C \uB9C1\uD06C\uB294 \uB354 \uC774\uC0C1 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uAC8C \uB429\uB2C8\uB2E4."},i0={card:{sub:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C",empty:"\uC774 \uCE74\uB4DC\uC5D0 \uB2E8\uC5B4\uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."}},s0={ariaLabel:"\uBB38\uC758\uD558\uAE30",emailPlaceholder:"\uB2F5\uBCC0\uBC1B\uC744 \uC774\uBA54\uC77C",contentPlaceholder:"\uBB38\uC758 \uB0B4\uC6A9\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694.",cancelLabel:"\uCDE8\uC18C",submitLabel:"\uBCF4\uB0B4\uAE30",title:"\uBB38\uC758\uD558\uAE30",emailLabel:"\uC774\uBA54\uC77C",contentLabel:"\uBB38\uC758 \uB0B4\uC6A9",successMsg:"\u2713 \uBB38\uC758\uAC00 \uC811\uC218\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",submitError:"\uBB38\uC758 \uC811\uC218\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",subText:"\uC774\uC6A9\uAD8C \uAD6C\uB9E4\uC5D0 \uAD00\uD55C \uBB38\uC758\uB97C \uBCF4\uB0B4\uC8FC\uC138\uC694. \uC601\uC5C5\uC77C 1~2\uC77C \uB0B4\uC5D0 \uB2F5\uBCC0\uB4DC\uB9BD\uB2C8\uB2E4."},l0={inProgress:"\uAC80\uC0AC \uC9C4\uD589 \uC911"},c0={countSuffix:"\uAC1C",searchPlaceholder:"\uB9C1\uD06C \uAC80\uC0C9",creating:"\uC0DD\uC131 \uC911\u2026",create:"\uB9C1\uD06C \uC0DD\uC131",colLink:"\uB9C1\uD06C",colCreatedAt:"\uC0DD\uC131\uC77C",empty:"\uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadFailed:"\uCD08\uB300 \uBAA9\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},d0={reason:{invalid:"\uB9CC\uB8CC\uB418\uC5C8\uAC70\uB098 \uC0AC\uC6A9\uD560 \uC218 \uC5C6\uB294 \uCD08\uB300\uC785\uB2C8\uB2E4.",notFound:"\uC874\uC7AC\uD558\uC9C0 \uC54A\uB294 \uCD08\uB300\uC785\uB2C8\uB2E4.",notLoggedIn:"\uB85C\uADF8\uC778\uC774 \uD544\uC694\uD569\uB2C8\uB2E4.",rateLimited:"\uC7A0\uC2DC \uD6C4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694."},defaultOrgName:"\uAE30\uAD00",loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",invalidTitle:"\uCD08\uB300\uB97C \uC5F4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",acceptError:"\uC218\uB77D\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4.",alreadyConnected:"\uC774\uBBF8 \uC5F0\uACB0\uB41C \uAE30\uAD00\uC785\uB2C8\uB2E4.",connected:"\uC5F0\uACB0\uB418\uC5C8\uC2B5\uB2C8\uB2E4.",doneMessage:"{{orgName}}\uC5D0 {{suffix}}",doneSub:"\uC774\uC81C \uB9E4\uB2C8\uC800\uAC00 \uBCF4\uB0B8 \uC219\uC81C\uB97C \uBC1B\uC544\uBCFC \uC218 \uC788\uC5B4\uC694.",goToHomework:"\uC219\uC81C \uBCF4\uB7EC\uAC00\uAE30",failedTitle:"\uC218\uB77D\uD558\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4",home:"\uD648\uC73C\uB85C",readyTitle:"{{orgName}} \uCD08\uB300",readySub:"{{orgName}}\uC758 \uACE0\uAC1D\uC73C\uB85C \uB4F1\uB85D\uD558\uACE0 \uC219\uC81C\uB97C \uBC1B\uC544\uBCF4\uC2DC\uACA0\uC5B4\uC694?",accepting:"\uC5F0\uACB0 \uC911\u2026",acceptButton:"\uCD08\uB300 \uC218\uB77D"},u0={reason:{notFound:"\uC874\uC7AC\uD558\uC9C0 \uC54A\uB294 \uB9C1\uD06C\uC785\uB2C8\uB2E4.",inactive:"\uBE44\uD65C\uC131\uD654\uB41C \uB9C1\uD06C\uC785\uB2C8\uB2E4.",expired:"\uB9CC\uB8CC\uB41C \uB9C1\uD06C\uC785\uB2C8\uB2E4.",maxUses:"\uCD5C\uB300 \uC0AC\uC6A9 \uD69F\uC218\uB97C \uCD08\uACFC\uD55C \uB9C1\uD06C\uC785\uB2C8\uB2E4.",missingToken:"\uB9C1\uD06C\uAC00 \uC62C\uBC14\uB974\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.",default:"\uC720\uD6A8\uD558\uC9C0 \uC54A\uC740 \uB9C1\uD06C\uC785\uB2C8\uB2E4.",unavailable:"\uC9C0\uAE08\uC740 \uB9C1\uD06C\uB97C \uD655\uC778\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},checking:"\uB9C1\uD06C\uB97C \uD655\uC778\uD558\uACE0 \uC788\uC2B5\uB2C8\uB2E4\u2026",validBadge:"\uC720\uD6A8\uD55C \uB9C1\uD06C",availableUntil:"{{date}} \uAE4C\uC9C0 \uC774\uC6A9 \uAC00\uB2A5",redirecting:"\uC774\uB3D9 \uC911\u2026",redirectingIn3s:"3\uCD08 \uD6C4 \uC571\uC73C\uB85C \uC774\uB3D9\uD569\uB2C8\uB2E4.",enterNow:"\uC9C0\uAE08 \uBC14\uB85C \uC785\uC7A5",invalidBadge:"\uC0AC\uC6A9 \uBD88\uAC00",expiredAt:"\uB9CC\uB8CC\uC77C: {{date}}",contactAdmin:"\uB9C1\uD06C\uAC00 \uB9CC\uB8CC\uB418\uC5C8\uB2E4\uBA74 \uAD00\uB9AC\uC790\uC5D0\uAC8C \uBB38\uC758\uD574\uC8FC\uC138\uC694.",unavailableBadge:"\uD655\uC778\uD560 \uC218 \uC5C6\uC74C",unavailableHint:"\uC5F0\uACB0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uB9C1\uD06C\uB97C \uB2E4\uC2DC \uC5F4\uC5B4 \uC8FC\uC138\uC694. \uB9C1\uD06C \uC790\uCCB4\uB294 \uADF8\uB300\uB85C\uC785\uB2C8\uB2E4."},p0={loading:"\uBD88\uB7EC\uC624\uB294 \uC911\u2026",invalidTitle:"\uB9C1\uD06C\uB97C \uC5F4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4",invalidMessage:"\uC874\uC7AC\uD558\uC9C0 \uC54A\uAC70\uB098 \uB9CC\uB8CC\xB7\uBE44\uD65C\uC131\uD654\uB41C \uACF5\uC720 \uB9C1\uD06C\uC785\uB2C8\uB2E4.",goToMyHomework:"\uB0B4 \uC219\uC81C\uB85C \uAC00\uAE30",recordFailed:"\uC219\uC81C\uAC00 \uB9CC\uB8CC\uB418\uC5B4 \uACB0\uACFC\uAC00 \uC800\uC7A5\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4. \uB9E4\uB2C8\uC800\uC5D0\uAC8C \uBB38\uC758\uD574\uC8FC\uC138\uC694."},h0={defaultTitle:"\uB2E8\uC5B4\uD45C"},m0={label:"\uACF5\uC720 \uB9C1\uD06C",copyAriaLabel:"\uB9C1\uD06C \uBCF5\uC0AC",removeAriaLabel:"\uB9C1\uD06C \uC81C\uAC70",creating:"\uC0DD\uC131 \uC911\u2026",hint:"\uC800\uC7A5\uB41C \uCE74\uB4DC\uC5D0\uC11C\uB9CC \uACF5\uC720 \uB9C1\uD06C\uB97C \uC0DD\uC131\uD560 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",removeConfirmTitle:"\uACF5\uC720 \uB9C1\uD06C \uC81C\uAC70",removeConfirmMessage:"\uC774 \uACF5\uC720 \uB9C1\uD06C\uB97C \uC81C\uAC70\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C? \uAE30\uC874 \uB9C1\uD06C\uB85C\uB294 \uB354 \uC774\uC0C1 \uC811\uC18D\uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4."},g0={title:"\uAE30\uAD00 \uC5F0\uACB0 \uC694\uCCAD",subtitle:"\uC544\uB798 \uAE30\uAD00\uC5D0\uC11C \uD68C\uC6D0\uB2D8\uC744 \uACE0\uAC1D\uC73C\uB85C \uB4F1\uB85D\uD558\uB824\uACE0 \uD569\uB2C8\uB2E4. \uC2E4\uC81C\uB85C \uC774\uC6A9 \uC911\uC778 \uAE30\uAD00\uC774 \uB9DE\uB294\uC9C0 \uD655\uC778 \uD6C4 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",registeredName:"\uB4F1\uB85D\uBA85: {{name}}",decline:"\uAC70\uC808",accept:"\uC218\uB77D",error:"\uCC98\uB9AC\uC5D0 \uC2E4\uD328\uD588\uC2B5\uB2C8\uB2E4: {{message}} \u2014 \uB2E4\uC2DC \uC2DC\uB3C4\uD574\uC8FC\uC138\uC694."},b0={steps:"\uC9C4\uD589 \uB2E8\uACC4 {{current}} / {{total}}"},f0={title:"\uB2E4\uC74C \uD6C8\uB828\uAC70\uB9AC \uB9CC\uB4E4\uAE30",lead:"{{name}} \uACE0\uAC1D\uC774 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uBB38\uD56D\uC774 \uB4E0 \uC138\uD2B8\uC608\uC694. \uC774\uAC83\uB9CC \uBAA8\uC544 \uB9CC\uB4ED\uB2C8\uB2E4.",planGroup:"\uD6C8\uB828 \uD50C\uB79C\uC5D0 \uB2F4\uC744 \uAC83",bundleGroup:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C\uC5D0 \uB2F4\uC744 \uAC83",pending:"{{count}}\uAC1C \uB0A8\uC74C",unknownSet:"\uC774\uB984\uC744 \uBABB \uCC3E\uC740 \uC138\uD2B8",confirm:"\uB9CC\uB4E4\uAE30",newBase:"{{name}} \uD6C8\uB828",planDesc:"{{name}} \uACE0\uAC1D\uC774 \uD2C0\uB9B0 \uBB38\uD56D\uC774 \uB4E0 \uC138\uD2B8 {{count}}\uAC1C",bundleDesc:"{{name}} \uACE0\uAC1D\uC774 \uD2C0\uB9B0 \uBB38\uD56D\uC774 \uB4E0 \uB2E8\uC5B4\uD6C8\uB828 {{count}}\uAC1C",madePlan:"\uD6C8\uB828 \uD50C\uB79C {{count}}\uAC1C",madeBundle:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C {{count}}\uAC1C",created:"'{{name}}' \uC744 \uB9CC\uB4E4\uC5C8\uC5B4\uC694 \u2014 {{what}}",nothingMade:"\uB2F4\uC744 \uC218 \uC788\uB294 \uC138\uD2B8\uAC00 \uC5C6\uC5B4 \uC544\uBB34\uAC83\uB3C4 \uB9CC\uB4E4\uC9C0 \uC54A\uC558\uC5B4\uC694.",noSetNote:"\uBB38\uD56D {{n}}\uAC1C\uB294 \uC5B4\uB290 \uC138\uD2B8\uC5D0\uC11C \uB098\uC628 \uAC83\uC778\uC9C0 \uC548 \uB0A8\uC544 \uC788\uC5B4 \uB2F4\uC9C0 \uBABB\uD588\uC5B4\uC694.",emptyTitle:"\uC9C0\uAE08\uC740 \uB9CC\uB4E4 \uAC83\uC774 \uC5C6\uC5B4\uC694",emptyAllClear:"\uC544\uC9C1 \uBABB \uC7A1\uC740 \uBB38\uD56D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",emptyNoSet:"\uBABB \uC7A1\uC740 \uBB38\uD56D {{n}}\uAC1C\uAC00 \uC788\uC9C0\uB9CC, \uC5B4\uB290 \uC138\uD2B8\uC5D0\uC11C \uB098\uC628 \uAC83\uC778\uC9C0 \uC548 \uB0A8\uC544 \uC788\uC5B4 \uB2E4\uC2DC \uAEBC\uB0BC \uC218\uAC00 \uC5C6\uC5B4\uC694. \uD6C8\uB828\uC744 \uD55C \uBC88 \uB354 \uC2DC\uD0A4\uBA74 \uADF8\uB54C\uBD80\uD130 \uB0A8\uC2B5\uB2C8\uB2E4."},v0={panelTitle:"\uD6C8\uB828 \uC624\uB2F5",viewItems:"\uBB38\uD56D",viewTypes:"\uC720\uD615",colTitle:"\uBB38\uD56D",colWhen:"\uD6C8\uB828\uD55C \uB54C",colScore:"\uB9DE\uD798",colDuration:"\uAC78\uB9B0 \uC2DC\uAC04",scoreFmt:"{{correct}}/{{total}}",unitRun:"\uD310",runsEmpty:"\uC544\uC9C1 \uD6C8\uB828\uD55C \uAE30\uB85D\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",colType:"\uC720\uD615",colRate:"\uC815\uB2F5\uB960",colTried:"\uC2DC\uB3C4",colLatest:"\uB9C8\uC9C0\uB9C9",colPending:"\uB0A8\uC740 \uAC83",colTrend:"\uBCC0\uD654",colRuns:"\uD310",unitItem:"\uAC1C",empty:"\uC544\uC9C1 \uAE30\uB85D\uB41C \uD6C8\uB828 \uC624\uB2F5\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loadFailed:"\uD6C8\uB828 \uAE30\uB85D\uC744 \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.",skippedOnly:"\uC61B \uAE30\uB85D {{n}}\uAC74\uC740 \uBB34\uC5C7\uC744 \uD47C \uAC83\uC778\uC9C0 \uC548 \uB0A8\uC544 \uC788\uC5B4 \uC148\uC5D0\uC11C \uBE90\uC2B5\uB2C8\uB2E4.",summaryLabel:"\uC313\uC778 \uAE30\uB85D",summaryValue:"{{items}}\uBB38\uD56D \xB7 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uAC83 {{pending}}\uAC1C",nextLabel:"\uB2E4\uC74C\uC5D0 \uBCFC \uAC83",nextCount:"{{count}}\uAC1C",nextCountCapped:"{{total}}\uAC1C \uC911 {{shown}}\uAC1C",allClear:"\uC9C0\uAE08\uC740 \uB2E4 \uC7A1\uC558\uC5B4\uC694",tried:"{{count}}\uD68C",picked:"\u2192 {{what}}",typeClear:"\uB2E4 \uC7A1\uC558\uC5B4\uC694",typePending:"{{total}}\uAC1C \uC911 {{pending}}\uAC1C \uB0A8\uC74C",flat:"\uBCC0\uD654 \uC5C6\uC74C",runs:"{{count}}\uD310",avgDuration:"\uD3C9\uADE0 {{sec}}\uCD08",truncated:"\uCD5C\uADFC {{n}}\uAC1C\uAE4C\uC9C0\uB9CC \uBC1B\uC544 \uC654\uC2B5\uB2C8\uB2E4 \u2014 \uC544\uB798 \uC218\uB294 \uADF8\uB9CC\uD07C\uB9CC \uC13C \uAC83\uC785\uB2C8\uB2E4."},y0={panelTitle:"\uB2E8\uC5B4\uD45C \uCC44\uC810",viewWords:"\uB0B1\uB9D0",viewTables:"\uD45C",colWord:"\uB0B1\uB9D0",colMark:"\uCD5C\uADFC",colRate:"\uC815\uB2F5\uB960",colTried:"\uC2DC\uB3C4",colLatest:"\uB9C8\uC9C0\uB9C9",colTable:"\uD45C",colTrend:"\uBCC0\uD654",colScoredAt:"\uCC44\uC810 \uC2DC\uAC01",unitTime:"\uD68C",empty:"\uC544\uC9C1 \uCC44\uC810\uD55C \uB2E8\uC5B4\uD45C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.",summaryLabel:"\uC313\uC778 \uCC44\uC810",summaryValue:"{{times}}\uD68C \xB7 \uB0B1\uB9D0 {{words}}\uAC1C",nextLabel:"\uB2E4\uC74C\uC5D0 \uBCFC \uAC83",nextCount:"{{count}}\uAC1C",allClear:"\uC9C0\uB09C\uBC88\uC5D0 \uBAA8\uB450 \uB9DE\uD614\uC2B5\uB2C8\uB2E4.",tried:"{{count}}\uD68C",times:"{{count}}\uD68C",flat:"\uBCC0\uD654 \uC5C6\uC74C",recentLabel:"\uCD5C\uADFC \uCC44\uC810",deleteOne:"\u2018{{name}}\u2019 \uCC44\uC810 \uC9C0\uC6B0\uAE30",deleteTitle:"\uC774 \uCC44\uC810\uC744 \uC9C0\uC6B8\uAE4C\uC694?",deleteMessage:"{{when}}\uC5D0 \uB9E4\uAE34 \u2018{{name}}\u2019 \uCC44\uC810\uC744 \uC9C0\uC6C1\uB2C8\uB2E4. \uB418\uB3CC\uB9B4 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4.",nextCountCapped:"{{total}}\uAC1C \uC911 {{shown}}\uAC1C",loadFailed:"\uB2E8\uC5B4 \uC810\uC218\uB97C \uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."},x0={title:"\uB2E4\uC74C\uC5D0 \uBB34\uC5C7\uC73C\uB85C \uD6C8\uB828\uD560\uAE4C\uC694?",subtitle:"{{name}} \uB2D8\uC774 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uB0B1\uB9D0 {{count}}\uAC1C\uC5D0 \uB9DE\uCDB0 \uACE8\uB790\uC2B5\uB2C8\uB2E4.",allClear:"\uC9C0\uB09C\uBC88\uC5D0 \uBAA8\uB450 \uB9DE\uD614\uC2B5\uB2C8\uB2E4. \uC9C0\uAE08 \uB530\uB85C \uBCFC \uB0B1\uB9D0\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",noMatch:"\uAC00\uC9C4 \uD45C \uC911\uC5D0\uB294 \uC774 \uB0B1\uB9D0\uB4E4\uC744 \uB2F4\uC740 \uAC83\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",coverage:"{{total}}\uCE78 \uC911 {{covered}}\uCE78",uncovered:"\uC5B4\uB290 \uD45C\uC5D0\uB3C4 \uC5C6\uB294 \uB0B1\uB9D0 {{count}}\uAC1C",makeNew:"\uC774 {{count}}\uCE78\uC73C\uB85C \uC0C8 \uD45C \uB9CC\uB4E4\uAE30",newTableBase:"{{name}} \uB2D8 \uC9D1\uC911",newTableDesc:"{{name}} \uB2D8\uC774 \uC544\uC9C1 \uBABB \uC7A1\uC740 \uB0B1\uB9D0 {{count}}\uCE78\uC744 \uBAA8\uC740 \uD45C\uC785\uB2C8\uB2E4.",created:"\u2018{{name}}\u2019\uC744(\uB97C) \uB9CC\uB4E4\uC5C8\uC2B5\uB2C8\uB2E4 \u2014 {{count}}\uCE78.",button:"\uB2E4\uC74C \uD6C8\uB828 \uCD94\uCC9C"},C0={hint:"\uB0A8\uAE38 \uAC83\uC744 \uACE8\uB77C \uACE0\uC815\uD558\uACE0, \uB098\uBA38\uC9C0\uB294 \uB2E4\uC2DC \uBF51\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",pin:"\u2018{{name}}\u2019 \uACE0\uC815\uD558\uAE30",unpin:"\u2018{{name}}\u2019 \uACE0\uC815 \uD480\uAE30",remove:"\u2018{{name}}\u2019 \uBE7C\uAE30",regenerate:"\uB098\uBA38\uC9C0 \uB2E4\uC2DC \uBF51\uAE30",regenerating:"\uBF51\uB294 \uC911\u2026",save:"\uC774\uB300\uB85C \uB9CC\uB4E4\uAE30",count:"{{total}}\uAC1C \xB7 \uACE0\uC815 {{pinned}}\uAC1C",empty:"\uB0A8\uC740 \uAC83\uC774 \uC5C6\uC2B5\uB2C8\uB2E4. \uD558\uB098 \uC774\uC0C1 \uC788\uC5B4\uC57C \uB9CC\uB4E4 \uC218 \uC788\uC2B5\uB2C8\uB2E4."},_0={ariaLabel:"\uBC30\uB108",dotAriaLabel:"{{count}}\uAC1C \uC911 {{index}}\uBC88\uC9F8 \uBC30\uB108"},w0={selectYearMonth:"\uC5F0\uC6D4 \uC120\uD0DD"},k0={common:Vf,plan:Gf,calendar:qf,passCard:Uf,searchField:Yf,rating:Kf,colorPicker:Zf,dropdown:Xf,accordion:Jf,header:Qf,nav:e1,settings:t1,usage:a1,account:o1,help:r1,notifications:n1,wordSuggestion:i1,training:s1,trainingSettings:l1,customers:c1,today:d1,payment:u1,coupons:p1,visits:h1,company:m1,sentenceTraining:g1,trainingType:b1,myWordTraining:f1,myWordTable:v1,keyWords:y1,wordTable:x1,wordSearch:C1,wordManagement:_1,wordPrint:w1,topic:k1,passwordExpiry:S1,feedbackWidget:A1,accessLinkManager:T1,wordRecommend:N1,subscriptionExpiry:B1,customerTrainingBanner:E1,login:D1,agreementGate:L1,addressSearch:j1,trainingPlanRun:M1,trainingPlan:P1,device:R1,manager:$1,wordPairs:I1,game:O1,footer:z1,landing:F1,date:W1,trainingGroup:H1,trainingSetPage:V1,wordTrainingPreview:G1,error:q1,wordData:U1,infoInput:Y1,textField:K1,segmentedControl:Z1,tabs:X1,fileUpload:J1,avatar:Q1,myHomework:e0,trainingStatus:t0,store:a0,cardPopup:o0,homework:r0,invite:n0,wordTraining:i0,inquiry:s0,exam:l0,inviteManage:c0,orgInvitePage:d0,linkGate:u0,homeworkGate:p0,wordTableView:h0,shareLinkFooter:m0,linkRequestGate:g0,progress:b0,nextTraining:f0,trainingMiss:v0,wordScore:y0,nextTable:x0,draft:C0,topBanner:_0,datePicker:w0},S0={sortSelect:"Sort by",statusFilter:"Filter by status",pageSizeSelect:"Items per page",selectedCount_one:"{{count}} selected",selectedCount_other:"{{count}} selected",skipToContent:"Skip to main content",discardConfirm:{title:"Discard your changes?",body:"Anything you have entered will be lost if you leave without saving.",confirm:"Discard"},moreFor:"More options for {{name}}",cancel:"Cancel",info:"Info",errorState:{message:"Couldn't load this.",retry:"Try again"},save:"Save",saving:"Saving\u2026",saved:"\u2713 Saved",confirm:"Confirm",close:"Close",back:"Back",training:"Training",emptyTrainingName:"Training name is empty.",remove:"Remove",image:"Image",add:"Add",edit:"Edit",delete:"Delete",deleting:"Deleting",reset:"Reset",update:"Update",download:"Download",search:"Search",loading:"Loading\u2026",empty:"No data.",yes:"Yes",no:"No",all:"All",none:"None",days:"{{count}} days",loadMore:"Load More",retry:"Try Again",prevPage:"Previous page",nextPage:"Next page",language:{ko:"\uD55C\uAD6D\uC5B4",en:"English"},play:"Play",pause:"Pause",playPause:"Play / Pause",replay:"Replay",subscription:"Subscription",done:"Done",failed:"Failed",continue:"Continue",notification:"Notice",emptyList:"No items",menu:"Menu",resetSelection:"Reset Selection",pageSizeLabel:"Show {{n}}",totalCountPrefix:"Total: ",totalCountSuffix:"",expand:"Expand",collapse:"Collapse",searching:"Loading\u2026",goBack:"Go back",copy:"Copy",other:"Other",popup:"Popup",hoursShort:"{{count}} hr",minutesShort:"{{count}} min",error:{loginRequired:"Please log in.",network:"Your connection looks unstable. Check it and try again.",generic:"Something went wrong. Please refresh and try again."},more:"More",codeBlock:"Code block",totalPrefix:"",copyCode:"Copy code",copied:"Copied"},A0={customerSearchPlaceholder:"Search by name or contact",customerEmpty:"No customers registered",customerCount:"{n} customers total",maxCustomers:"You can select up to {{max}} customers."},T0={rangeSelect:"Select period",dow:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],yearMonth:"{{month}}/{{year}}",prevMonth:"Previous month",addOnDate:"Add a visit on {{date}}",nextMonth:"Next month",legend:{visited:"Visited",scheduled:"Scheduled",noVisit:"No Show"},periodSelect:"Period unit"},N0={planSuffix:"Plan",labeledPlan:"{{label}} Plan",couponCode:"Pass Code",specialLabel:"Open Special",unitDay:"d",unitYear:"yr",remainingDay:"{{n}}d left",remainingHour:"{{n}}h left",remainingMinute:"{{n}}m left",remainingSecond:"{{n}}s left",menu:{use:"Activate",refund:"Refund",delete:"Delete"}},B0={clearAriaLabel:"Clear search"},E0={starLabel:"Select star {{n}}",valueLabel:"{{value}} out of {{max}}",groupLabel:"Rating"},D0={selected:"selected"},L0={placeholder:"Select"},j0={collapse:"Collapse",expand:"Expand"},M0={biArea:"BI area",biSymbol:"BI symbol",logoMalgwi:"Malgwi logo",logoManager:"Malgwi Manager logo",menuOpen:"Open menu"},P0={mainMenu:"Main menu",bottomNav:"Bottom navigation",goToManager:"Go to Malgwi Manager",goToMalgwi:"Go to Malgwi",modeLabelManager:"Malgwi Manager",modeLabelMalgwi:"Malgwi",today:"Today's Listening",homework:"Homework",training:"Training",customers:"Customers",visits:"Visits",settings:"Settings",notifications:"Notifications",account:"Account",help:"Help",debug:"Debug",payment:"Buy Subscription",coupons:"Coupons",usage:"Subscription",topic:"By Topic",trainingType:"By Training Type",sentenceTraining:"Sentence Training",wordTraining:"Word Training",game:"Games",dashboard:"Dashboard",wordPairs:"Word Pairs",wordSearch:"Word Search",wordManagement:"Word Management",wordSuggestion:"Word Suggestions",wordTable:"Word Table Creator",myWordTable:"My Word Tables",myWordTraining:"My Word Training",trainingSet:"Training Set Builder",trainingSettings:"Training Settings",trainingStatus:"Training Status",visitHistory:"Visit History",company:"Company Info",trainingStore:"Training Store",wordPairsTableChild:"Word Pairs Table",wordSearchTableChild:"Word Table",more:"More"},R0={title:"Settings",subtitle:"Manage your app preferences",language:{title:"Language",display:{label:"Display Language",sub:"Language used for menus, buttons and UI"},training:{label:"Training Language",sub:"Language used for training words and speech"}},trainingDefaults:{title:"Training",playVolume:{sub:"Default playback volume for sentence audio."},playSpeed:{sub:"Default playback speed for sentence audio."},noiseLevel:{sub:"Default background noise level during training."},noiseType:{sub:"Default background noise type used during training."}},notifications:{title:"Notifications",itemsTitle:"Notification Items",methodsTitle:"Notification Methods",visit:{label:"Visit Reminder",sub:"Sent the day before a scheduled visit."},notice:{label:"Announcements",sub:"Receive service notices and update news."},homework:{label:"Homework Alerts",sub:"Notified when new homework is assigned or due."},email:{label:"Email",sub:"Sent to your registered email address."},sms:{label:"SMS",sub:"Sent to your registered phone number."},kakao:{label:"KakaoTalk",sub:"Sent via KakaoTalk notification."}},display:{title:"Display",fontSize:{label:"Font Size",sub:"Adjust the font size across the app",small:"Small",medium:"Medium",large:"Large"}},sentenceData:{title:"Sentence Data",audio:{label:"Sentence Audio Data",sub:"Training sentence audio files",value:"Automatically managed \u2014 no manual cleanup needed."}},wordData:{title:"Word Data",localVersion:"Local Version",remoteVersion:"Server Version",pairMatching:"Word Pair Matching",imageMatching:"Image Matching",checkUpdate:{label:"Check for Word Data Update",sub:"Check the server for the latest word version.",button:"Check Update",checking:"Checking\u2026",toast:"Server version checked."},update:{progressTitle:"Updating Word Data",toast:"Word data has been updated."},pairPending:"Not analyzed",imagePending:"Not checked",updateButton:"Update",clear:{label:"Reset Word Data",sub:"Delete locally cached word data",button:"Reset",progressTitle:"Resetting Word Data",toast:"Word data has been reset."}},tts:{title:"Voice (TTS)",rate:{label:"Speech Rate",sub:"Playback speed for training audio",slow:"Slow",normal:"Normal",fast:"Fast"},voice:{label:"Voice Language",sub:"Select TTS voice language"}},cache:{title:"Cache Management",confirmMessage:"Delete cache ({{size}}). Do you want to continue?",delete:"Delete",deleting:"Deleting",cleared:"Cache cleared successfully.",group:{wordData:{label:"Word Data",sub:"Word list and version info"},pairIndex:{label:"Pair Index",sub:"Onset\xB7vowel\xB7coda minimal pair analysis cache"},imageCache:{label:"Image Cache",sub:"Word image existence check results"},trainingRecord:{label:"Training Record",sub:"Daily training progress and streak"}}},security:{title:"Security \xB7 Data",autoBackup:{label:"Auto Backup",sub:"Automatically back up data periodically"},autoLogout:{label:"Auto Logout",sub:"Auto logout time when inactive","15min":"15 min","30min":"30 min","1hour":"1 hour","2hour":"2 hours"}},button:{reset:"Reset",save:"Save Settings"},popup:{cancel:"Cancel",clear:{title:"Reset Word Data",message:"All local data will be deleted and word data, pairs, and image matching will be rebuilt. Continue?",confirm:"Reset"},update:{title:"Update Word Data",message:"Cache will be cleared and the latest data will be fetched. Continue?",confirm:"Update"},cache:{title:"Delete {{label}}",message:"Delete {{label}} ({{size}}). Do you want to continue?"}},saved:"\u2713 Saved",saveError:"Failed to save settings.",loginRequired:"Login required.",account:{title:"Account",delete:{label:"Delete Account",sub:"You can restore your account within 30 days of withdrawal.",button:"Delete",popup:{title:"Delete your account?",message:"You will be logged out immediately, and all data will be permanently deleted after 30 days. This cannot be undone.",passwordLabel:"Current password",passwordPlaceholder:"Enter your current password",reauthGuide:"This account was created with a social login and has no password. Sign in with Kakao again to verify it is you, then continue.",reauthDone:'Identity verified via Kakao. Press "Delete" below to continue.',reauthButton:"Sign in with Kakao again",reauthRedirecting:"Redirecting to Kakao\u2026"}}},theme:{title:"Theme",light:"Light",dark:"Dark",auto:"Auto",sub:"Select the app color theme"}},$0={loadFailed:"Couldn't load your passes. Check your connection and refresh.",title:"Subscription",subtitle:"Check your subscriptions and usage status",addButton:"Add Subscription",couponButton:"Enter Coupon",active:{title:"Active passes",disc:"This subscription is currently active and in use.",infoTitle:"Subscription Info",refund:"Request Refund",empty:"No active subscription.",emptyUseHeld:"Activate one of your held passes.",emptyBuy:"Please purchase a pass.",buyButton:"Buy a pass",startDate:"Start Date",endDate:"End Date",remaining:"Remaining"},pending:{title:"Pending",titleSpeechear:"Held Malgwi passes",titleManager:"Held Malgwi Manager passes",disc:"This subscription has been purchased but not yet started. It will activate automatically after the current subscription expires.",autoUse:"Auto Activate",empty:"No pending subscriptions.",emptySpeechear:"No held Malgwi passes.",emptyManager:"No held Malgwi Manager passes."},expired:{title:"Expired passes",disc:"These subscriptions have reached their end date.",empty:"No expired subscriptions."},refund:{confirmTitle:"Request Refund",confirmMessage:"Are you sure you want to request a refund for {{plan}}?",confirm:"Submit Request",delete:"Delete",sourceLabel:"Purchase source",dateLabel:"Purchase date",reason:{not_purchase:"Only purchased passes can be refunded.",window_expired:"Refunds are only available within 3 days of purchase."}},source:{purchase:"Purchase",coupon:"Coupon",admin:"Free grant"},deleteConfirm:{title:"Delete pass",message:"This can't be undone. Delete it?"},toast:{couponAdded:"{{plan}} has been added to your passes.",useFailed:"Failed to activate the pass.",switched:"{{prev}} has been moved to your held passes.",refundFailed:"Failed to process the refund.",deleteFailed:"Failed to delete the pass."},error:{invalidCode:"This coupon is not valid.",alreadyUsed:"This coupon has already been used.",codeExhausted:"This code has reached its maximum number of uses.",couponExpired:"This coupon has expired.",couponNotStarted:"This coupon is not active yet.",passLimitReached:"You already have a pass of the same type, so this coupon can't be used.",groupLimitReached:"You've already used the maximum number of coupons available in this promotion.",notFound:"Pass not found.",notPending:"This pass has already been processed. Please refresh and check again.",invalidDuration:"The pass's duration information is invalid.",switchCooldown:"You can only switch passes once per day. Please try again later.",switchCooldownWithTime:"You can only switch passes once per day. Please try again in {{time}}.",notRefundable:"This pass can't be refunded.",notDeletable:"This pass is still in progress and can't be deleted."},loading:"Loading\u2026",segment:{personal:"Malgwi",org:"Malgwi Manager"},org:{title:"Current Plan",disc:"Subscription plan in use by your organization.",empty:"No organization plan registered.",fallbackTitle:"Organization Plan",startDate:"Start Date",endDate:"End Date",remaining:"Remaining",duration:"Duration",daysAdded:"+{{n}} days"},history:{title:"Usage History",disc:"Record of organization plan registrations and extensions.",empty:"No usage history."},actions:{created:"New Registration",extended:"Extended",granted:"Free Grant",refunded:"Refunded",activated:"Activated",paused:"Moved to held"}},I0={title:"Account",subtitle:"Manage your account information",actions:{editBasicInfo:"Edit Basic Info",editCompany:"Edit Company Info",registerManager:"Apply for Malgwi Manager",unregisterManager:"Leave Malgwi Manager"},signOut:{confirmTitle:"Sign Out",confirmMessage:"Are you sure you want to sign out?"},unregister:{title:"Leave Malgwi Manager",question:"Are you sure you want to leave Malgwi Manager?",warning:"Company info will be deleted. This cannot be undone.",processing:"Processing\u2026",confirm:"Confirm",success:"You have left Malgwi Manager."},register:{success:"Malgwi Manager registration complete."},profile:{signOut:"Sign Out",planSuffix:"",plan:"Plan"},basicInfo:{title:"Basic Info",name:{label:"Name",placeholder:"John Doe"},email:{label:"Email"},phone:{label:"Phone",placeholder:"010-0000-0000"},joinDate:{label:"Join Date"},emailReadonly:"Email cannot be changed.",birth:{yearLabel:"{{y}}",monthLabel:"{{n}}",dayLabel:"{{n}}",yearPlaceholder:"Year",monthPlaceholder:"Month",dayPlaceholder:"Day"},errors:{nameRequired:"Please enter your name.",phoneRequired:"Please enter your phone number.",birthRequired:"Please select your date of birth.",genderRequired:"Please select your gender."},saving:"Saving\u2026",loginMethod:{label:"Login Method",email:"Email",kakao:"Kakao",google:"Google",apple:"Apple",naver:"Naver",socialOnly:"Social login account \u2014 no password is set."}},security:{title:"Security",password:{label:"Password",changeButton:"Change Password"},twoFactor:{label:"Two-Factor Authentication",sub:"Strengthen your account security"}},passwordModal:{title:"Change Password",currentPassword:"Current Password",newPassword:"New Password",confirmPassword:"Confirm New Password",submit:"Change",submitting:"Processing\u2026"}},O0={title:"Help",subtitle:"Learn how to use the service and find answers to common questions",guide:{title:"User Guide",start:{title:"Getting Started",desc:"Step-by-step guide for first-time users"},quickStart:{title:"Quick Start",desc:"Complete your first listening training in 5 minutes"},admin:{title:"Admin Guide",desc:"How to use customer management and training settings"},faq:{title:"FAQ",desc:"View all frequently asked questions"}},faq:{title:"Frequently Asked Questions",items:[{q:"Who is the Malgwi service suitable for?",a:"It is suitable for hearing aid users, people with hearing loss, and those who need auditory rehabilitation."},{q:"Does Today's Listening provide new questions every day?",a:"Yes, Today's Listening is refreshed daily."},{q:"Where can I check training results?",a:"You can check your score on the result screen after completing each training."},{q:"How do I enter a coupon code?",a:"Go to the [Coupons] page in the side menu, enter the code and press Apply."},{q:"Can I export customer data to Excel?",a:"Click the Download button at the top of the [Customers] page to export the current list as a CSV file."},{q:"Can I view previous months in the visit history calendar?",a:"Yes, use the arrow buttons at the top of the calendar to navigate to previous/next months."}]},support:{title:"Customer Support",email:{label:"Email",value:"support@malgwi.kr"},phone:{label:"Phone",hours:"(Weekdays 09:00\u201318:00)",value:"02-1234-5678 (Weekdays 09:00\u201318:00)"},kakao:{label:"KakaoTalk",value:"@malgwi"}},contact:{title:"Contact Us",subject:{label:"Subject *",placeholder:"Inquiry subject"},email:{label:"Reply Email",invalid:"That doesn't look like an email address. Enter it correctly to receive a reply."},body:{label:"Message *",placeholder:"Enter your message"},submit:"Send Inquiry",successMessage:"\u2713 Your inquiry has been received. We will reply within 1\u20132 business days.",submitError:"Failed to submit your inquiry.",submitting:"Sending\u2026",status:{pending:"Awaiting reply",inProgress:"In progress",answered:"Answered"}},inquiryHistory:{title:"Inquiry History",loadingAttachments:"Loading attachments\u2026",attachmentsFailed:"Could not load attachments."}},z0={title:"Notifications",subtitle:"Check service notifications and announcements",filter:{all:"All",unread:"Unread"},markAllRead:"Mark all as read",empty:"No notifications",done:"Done",deleteAriaLabel:"Delete",deleteItemAriaLabel:"Delete notification: {{title}}",action:{open:"Go",detail:"View details",homework:"Do homework",usage:"View subscription"},missing:{badge:"Expired",title:"Homework not found.",body:"This homework was deleted or its link has expired."},type:{notice:"Notice",homework:"Homework",subscription:"Pass",linkRequest:"Link",wordSuggestion:"Suggestion",info:"Info",visit:"Visit",system:"System",coupon:"Coupon"},items:[{type:"visit",title:"Visit Scheduled",body:"Customer Kim Min-jun is scheduled to visit at 2pm today.",time:"10 min ago",read:!1},{type:"coupon",title:"Coupon Expiring Soon",body:"Coupon CPN003 expires in 3 days.",time:"1 hr ago",read:!1},{type:"info",title:"May Notice",body:"Malgwi service maintenance on May 20, 02:00\u201304:00.",time:"Yesterday",read:!0},{type:"system",title:"Data Sync Complete",body:"Word data has been updated to the latest version.",time:"Yesterday",read:!0},{type:"visit",title:"Visit Complete",body:"Customer Lee Seo-yeon's visit was processed successfully.",time:"2 days ago",read:!0},{type:"info",title:"April Update Notice",body:"Word pair search feature has been improved.",time:"5 days ago",read:!0}],homework:{title:'New homework: "{{planName}}"',titleDefault:"New homework arrived",body:"{{sender}} sent you {{kind}} homework. Start now!",bodyNoSender:"You received {{kind}} homework. Start now!",kind:{sentence:"sentence training",word:"word training"}}},F0={title:"Word Suggestions",subtitle:"Suggest words you need and vote. The top {{n}} each week get added.",form:{title:"Suggest a word",wordLabel:"Word",pronunciationLabel:"Pronunciation",pronunciationPlaceholder:"e.g. kkochi",pronunciationHelp:"Filled in automatically as you type. Correct it if it differs.",colloquialLabel:"Colloquial",colloquialPlaceholder:"How it is actually said (optional)",meaningLabel:"Meaning",meaningPlaceholder:"What does the word mean?",gradeLabel:"Grade / POS / Origin",gradeOption:"Grade {{n}}",gradeAria:"Grade",posAria:"Part of speech",wordTypeAria:"Word origin",fieldLabel:"Field",fieldPlaceholder:"e.g. medicine, botany (optional)",homonumLabel:"Homonym no.",homonumPlaceholder:"e.g. 1",homonumHelp:"Only if another word shares the same spelling.",homonumChip:"Homonym {{n}}",colloquialChip:"Spoken {{v}}",unset:"Not set",wordPlaceholder:"Word to suggest",noteLabel:"Reason",notePlaceholder:"Why is it needed? (optional)",submit:"Suggest",submitting:"Submitting\u2026",alreadyInPool:"\u201C{{word}}\u201D is already in the word list.",alreadyVoted:"\u201C{{word}}\u201D has already been suggested ({{n}} votes) and you have already voted for it.",alreadySuggested:"\u201C{{word}}\u201D has already been suggested ({{n}} votes). Submitting will vote for it."},tab:{voting:"Vote",mine:"My suggestions"},status:{voting:"Voting",selected:"Scheduled",added:"Added",rejected:"Rejected"},empty:{voting:"No suggestions yet.",mine:"You haven\u2019t suggested any words yet."},badge:{mine:"Mine",thisWeek:"This week"},detail:{status:"Status",votes:"Votes",createdAt:"Suggested",rejectReason:"Reason for rejection"},sort:{label:"Sort",votes:"Most votes",recent:"Newest",alpha:"A\u2013Z"},votes:"{{n}} votes",quota:"{{remaining}}/{{limit}} suggestions left",vote:"Vote",voted:"Voted",voteAria:"Vote for {{word}}",votedAria:"Remove your vote for {{word}}",rejectedReason:"Reason: {{reason}}",toast:{submitted:"Suggestion submitted.",votedExisting:"Voted for the existing suggestion.",voteFailed:"Could not record your vote."},error:{EMPTY_WORD:"Please enter a word.",WORD_TOO_LONG:"Words must be 20 characters or fewer.",ALREADY_SELECTED:"This word is already scheduled for this week.",ALREADY_ADDED:"This word has already been added.",ALREADY_REJECTED:"This word was reviewed and will not be added.",RATE_LIMITED:"You've used all {{n}} of your suggestions.",UNAUTHENTICATED:"Please sign in.",NETWORK:"Your connection looks unstable. Check it and try again.",UNKNOWN:"Could not submit the suggestion."},tabGroupLabel:"View type"},W0={title:"Word Training",subtitle:"Set difficulty and consonant, then choose a training type",settings:"Settings",start:{title:"Start Word Training",description:"Select a training type below to begin"},difficulty:{tooltip:"The easiest difficulty is 'Random', the hardest is 'Initial Consonant Difference'."},contrast:{label:"Contrast",type:"Contrast Type",count:"Contrast Count",diffPhonemeCount:"Total differing phonemes",n:"{{n}}"},filter:{random:"Random",trainOnset:"Onset",trainVowel:"Vowel",trainCoda:"Coda",phonemeGroup:"Training phonemes",noLimit:"Any",codaExclude:"Exclude",viewChar:"Choose Letters",viewPron:"Choose Sound",viewDirect:"Type Letters",patternInputLabel:"Type Letters",patternInputInfo:["Separate syllables with a comma (,). E.g. '\u3131,\u3131' = words where the initial '\u3131' occurs twice in a row (\uAC00\uAD6C, \uACE0\uAE30\u2026).","A consonant matches the onset of that position, a vowel matches the nucleus. E.g. \u314F = nucleus \u314F.","Use '_' to specify the onset/nucleus/coda position. E.g. '\u3131_\u3131' = onset \u3131 + coda \u3131 (\uAC01, \uAD6D\u2026), '__\u3131' = coda \u3131.","You can also use complete characters. E.g. '\uACE0,\uAE30' = words containing '\uACE0\uAE30'."],patternPlaceholder:"e.g. \u3131,\u3131 or \u3131_\u3131",patternInputError:"Invalid input format. Use only complete characters, consonants/vowels, or the '__\u3131' template.",patternInputUsageLabel:"Usage",gradeLabel:"Grade",excludeImageInfo:"Only words with images: keeps only results with a registered word image.",sameStructureInfo:"Only same phoneme structure: keeps only pairs where the correct and wrong answers share the same syllable structure (length, batchim, etc.).",wordSearchOptions:"Word Selection",selectSection:"Select",excludeImage:"Only words with images",sameStructure:"Only same phoneme structure",changeSyllableLabel:"Syllable to Change",phonemePosFilterInfo1:"Specify which syllable of the word the selected training phoneme must be in.",changeSyllablePosFilterInfo1:"Specify the position of the syllable (or root) to change or drop in the question.",posInfo2:"Start=first syllable, Middle=middle, End=last syllable, 'Any'=no position restriction.",headRoot:"Initial Root",tailRoot:"Final Root"},noQuestions:"No questions available.",countQuestions:"{{n}} questions",countSentences:"{{n}} sentences",wordCountAvailable:"{{n}} words available",comingSoon:"Coming Soon",noConditionMatch:"No matching items",nextQuestion:"Next",noiseLevelTitle:"Noise Level",noiseTypeTitle:"Noise Type",playVolumeTitle:"Volume",playSpeedTitle:"Speed",meter:{sentence:"Playback",noise:"Noise",toggle:"Show Audio Meter"},viewResult:"View Results",problemNotice:"Problem {{n}}.",trainingSettingsTitle:"Training Settings",sentencePreview:"Sentence Preview",notHeard:"Didn't hear it.",heardWell:"Heard it well.",confirmTitle:"Check the sentence and select whether you heard it.",noSoundWaveform:"Waveform is not shown for sound-comparison questions.",noise:{level:{none:"None",weak:"Weak",medium:"Medium",strong:"Strong",veryStrong:"Very Strong"},type:{none:"None",default:"Default",street:"Street",buzz:"Buzzing",restaurant:"Restaurant"}},listenTitle:"Please listen to the sentence.",listenButton:"Listen",listenQuestionBtn:"Listen to question",listenSoundBtn:"Listen to sound",selectCorrectAnswer:"Select the correct answer.",listenSentence:"Please listen to the sentence.",listenQuestion:"Please listen to the question.",selectAnswer:"Please select the answer.",listenLongStory:"Listen carefully to the long story and answer the questions below.",listenSound:"Please listen to the sound.",listenTwoSounds:"Please listen to both sounds.",areTwoSoundsSame:"Were the two sounds the same or different?",pickSameCard:"Look at the cards and pick the same sound.",pickSameSoundCard:"Pick the word card that matches the sound.",pickIncludedCard:"Pick the word card that includes the sound.",pickStartsWithCard:"Pick the word card that starts with the same sound.",listenInOrder:"Listen to the sounds in order.",playSound:"Play Sound",playAll:"Play All",stop:"Stop",preview:"Preview",next:"Next",completed:"Completed",selected:"Selected",nthSelected:"Selection {{n}}",fontSizeMin:"Font size is at the minimum.",fontSizeMax:"Font size is at the maximum.",fontSizeDecrease:"Decrease font size",fontSizeIncrease:"Increase font size",toggleBackground:"Toggle background",cardInstructions:"Look at the word card, listen to the sound, and check it.",noCards:"No cards.",audioFetchError:"Failed to load the sound source.",selectInOrder:"Select the cards in the order you heard.",orderSentence:"Drag the sentences to arrange them in the order you heard.",selectConfirm:"Look at the question and select the answer.",orderListDefault:"Arrange the sentences in the order you heard.",result:{eyebrow:"Training Complete",title:"You've finished all the training!",scoreAria:"{{correct}} / {{total}} questions",elapsed:"Time Elapsed",summary:"You heard {{correct}} item(s) correctly.",tableAriaLabel:"Per-question judgement",colProblem:"Question",colJudge:"Judgement",colAnswerSelected:"Answer \xB7 Selected",colAnswer:"Answer",colSelected:"Selected",heardWell:"Heard well",notHeard:"Didn't hear",notJudged:"Not judged",replay:"Replay",done:"Done",viewResult:"View Results"},up:"Move up",down:"Move down",prev:"Previous",listenLabel:"Listen",sourcePlay:"Play source {{n}}",listenSentenceBtn:"Listen to Sentence",listenQuestionBtn2:"Listen to Question",listen:"Listen",popup:{wordManipulation:"Word manipulation training",orderListening:"Sentence order listening"}},H0={title:"My Sentence Training",totalCount:" training bundles",search:{placeholder:"Search by training bundle name"},addButton:"Add Training Bundle",empty:"No training bundles registered.",sort:{id:"No.",name:"Card Name",customers:"Customers",createdAt:"Created Date"},pageSize:{10:"Show 10",25:"Show 25",50:"Show 50",100:"Show 100"},totalPrefix:"",totalSuffix:" training bundle(s)",sub:"Create sentence training bundles and organize them into groups.",noItems:"No training items",sortPlaceholder:"Sort",duplicated:"Training bundle copied and saved as {{name}}.",duplicateError:"Failed to copy training bundle.",saveError:"Failed to save training bundle.",deleteError:"Failed to delete training bundle.",moveError:"Failed to save group move.",linkCopied:"Link copied.",linkCreated:"Link created.",linkError:"Failed to create link.",groupRemoveError:"Failed to delete some groups.",deleteConfirm:{title:"Delete Training Bundle",body:"Delete '{{name}}'?",bodyNoName:"Delete this training bundle?",confirm:"Delete"},deleteGroupConfirm:{title:"Delete Group",body:"Delete group '{{name}}'? Training bundles in this group will be moved to 'No Group'."},copyLink:"Copy Link",removeLink:"Remove Link",linkRemoved:"Link removed.",linkCreating:"Creating link\u2026",linkSaveFirst:"Please save the training bundle first.",linkSaveFirstHint:"You can only create a shared link from a saved training bundle.",linkCopySelect:"Copy blocked \u2014 link selected. Press Ctrl/\u2318+C to copy.",nameRequired:"Please enter a training bundle name.",itemRequired:"Please add at least one training item.",randomAdd:"Random Add",store:{badge:"Training Store",unpublishTitle:"Remove from Training Store",unpublishConfirm:"Remove",unpublishMessage:"Remove '{{name}}' from the Training Store?",unpublishWarning:{title:"The following data will be reset:",likes:"Like count",downloads:"Download count",likeHistory:"Like history (including other users' likes)",publisherInfo:"Publisher info, description, and tags",note:"All stats start from zero when re-published."},publishTitle:"Add to Training Store",publishConfirm:"Publish",publishMessage:"Add '{{name}}' to the Training Store?"},startCustomer:{title:"Start Customer Training",buttonLabel:"Start Customer Training",startButtonLabel:"Start Training",searchPlaceholder:"Search by name or contact",countLabel:"Total {n}",emptyText:"No customers registered."},sendHomework:{title:"Send Homework",buttonLabel:"Send Homework",searchPlaceholder:"Search by name or contact",countLabel:"Total {n}",emptyText:"No customers registered.",hwNotifyTooltip:"Send homework notification to linked member"},menu:{publish:"Post to Store",copyLink:"Copy Link",delete:"Delete",duplicate:"Duplicate Training Bundle",edit:"Edit Training Bundle",editTraining:"Edit",move:"Move Group",publishStore:"Post to Training Store",rename:"Rename",unpublishStore:"Remove from Training Store"},toast:{published:"Posted to Training Store.",unpublished:"Removed from Training Store.",hwRegFailed:"Failed to assign homework. Please try again later.",hwRegNoMember:"Homework assigned. (No linked member \u2014 notification not sent)",sessionStartError:"Failed to start customer training session.",hwSent:"Sent",hwSend:"Send",hwRegSentFmt:"Homework sent to {{name}}.",sessionStarted:"Training started for {{name}}."},addGroupButton:"Add Group",addPlanToGroup:"Add training bundle to this group",deleteGroup:"Delete Group",groupEmpty:"No training bundles.",groupNameDuplicate:"A group with this name already exists.",groupNamePlaceholder:"Enter a group name",groupNameRequired:"Please enter a group name.",itemCount:"Number of Items",renameGroup:"Rename Group",loadFailed:"Could not load training bundles."},V0={tabs:{customerList:"Customers",visits:"Visit History",homeworkManage:"Homework",invite:"Invites",groupLabel:"Customer section"},title:"Customers",searchFailed:"Couldn't search. Showing matches from the list already loaded.",subtitle:"Manage your customer list, visit history, and homework in one place.",totalCount:" customers",totalPrefix:"",totalSuffix:" customers",search:{placeholder:"Search by name or phone"},downloadButton:"Download",addButton:"Add Customer",empty:"No customers registered.",loadError:"Failed to load list",loadErrorDesc:"Please check your network and try again.",sort:{name:"Name",gender:"Gender",birthDate:"Date of Birth",phone:"Phone",joinDate:"Join Date"},pageSize:{10:"Show 10",25:"Show 25",50:"Show 50",100:"Show 100"},gender:{male:"M",female:"F"},modal:{addTitle:"Add Customer",editTitle:"Edit {{name}}"},form:{name:"Name *",namePlaceholder:"John Doe",gender:"Gender",birthDate:"Date of Birth",birthYearPlaceholder:"Select year",phone:"Phone *",phoneFormatError:"Invalid phone number format",nameRequired:"Please enter a name",phoneRequired:"Please enter a phone number",nameTooLong:"Name can be at most {{max}} characters.",submitFailed:"Couldn't save. Please try again."},button:{cancel:"Cancel",save:"Save",add:"Add"},basicInfo:{title:"Basic Info",editTooltip:"Edit",serialNo:"Serial No.",age:"Age",memo:"Memo"},member:{label:"App Member",placeholder:"Email or phone",link:"Link",linking:"Linking\u2026",linked:"Linked",notLinked:"Not linked",unlink:"Unlink",defaultName:"Member",searchPlaceholder:"Search by name, email, or phone",selectRequired:"Please select a member to link.",tabManual:"Enter Manually",tabSearch:"Find App Member",unit:" member(s)",appEmail:"App Email",emailLoading:"Loading\u2026",noResults:"No results found."},device:{title:"Hearing Devices",titleInUse:"Devices in use",addTooltip:"Add New",addButton:"Add device",listTooltip:"View List",listTitle:" Device List",historyEmpty:"No device history registered",wearing:" in use",notRegistered:"Not registered",unit:"",wearingNow:"In use",wear:"Wear",unwear:"Remove",wornSince:"Since {{date}}",release:"Release",historyTitle:"Hearing device history"},schedule:{title:"Upcoming Visits",addTooltip:"Add Schedule",listTooltip:"View All",empty:"No upcoming visits",editTitle:" Schedule Edit",detailTitle:" Schedule Detail",registerTitle:" Register Schedule",scheduledDate:"Scheduled Date",memoPlaceholder:"Enter a memo for this visit.",visited:"Visited",noVisit:"No Visit",editButton:"Edit"},visitHistory:{title:"Visit History",addTooltip:"Add Visit",empty:"No visit history yet",popupTitle:" Visit History",memoSearch:"Search memo",noResults:"No matching visit records",noMemo:"No memo",visitDatetime:"Visit Date & Time",visitTime:"Visit Time",memo:"Memo",editTitle:" Visit Edit",detailTitle:" Visit Detail",registerTitle:" Register Visit",editButton:"Edit",statsButton:"Training Stats",memoPlaceholder:"Enter a visit memo.",noTrainingPlan:"No Plan",trainingPlan:"Training Plan"},moreItems:"more",viewAll:"View All",suffix:"",age:"{{years}}y {{months}}m",visits:{title:"Visits",badgeScheduled:"Scheduled",badgeVisited:"Visited",badgeNoShow:"No-show",registerTitle:" Register Visit",registerVisited:"Mark as visited",colStatus:"Status",saveFailed:"Failed to save visit: {{error}}",saveFailedGeneric:"Failed to save visit. Please try again.",addButton:"Add visit",viewTable:"Table",viewCalendar:"Calendar"},trainingRecord:{title:"Customer Training Records",empty:"No customer training sessions yet.",unitRun:" runs",colStartedAt:"Started",colStatus:"Status",colDone:"Solved",colDuration:"Duration",ended:"Ended",doneFmt:"{{done}}/{{total}}",viewLabel:"Training record view",viewItems:"Items",viewRuns:"Sessions",kindLabel:"Training kind",sentence:"Sentences",word:"Words",table:"Word tables",pair:"Minimal pairs"},link:{title:"Link App Member",connectTitle:"Link Existing Account",emailLabel:"Email",emailPlaceholder:"Enter email",inviteTitle:"Send Invite Link",inviteLinkLabel:"Invite Link",linking:"Linking\u2026",link:"Link",linkSuccess:"{{name}} linked",defaultMemberName:"member",linkError:"Link failed",inviteLoading:"Generating link\u2026",inviteError:"Unable to load link",copied:"Copied \u2713",copy:"Copy",inviteDesc:"Share this link with customers who don't have the app yet to let them sign up and join your organization."},status:{trainingSubtitle:"Training Status",notLinkedTitle:"No statistics yet",notLinkedMessage:"Statistics collect the training this customer does on their own in the Malgwi app. They appear here once the customer is linked to a member account.",notLinkedHint:"Training done here together is in the Training tab. Link the customer from the invite link on the Profile tab."},viewStatus:"View Status",linkMember:"Link Member",detail:{deleteConfirm:"Delete customer '{{name}}'? Their visit history, homework, and link will also be deleted and this cannot be undone.",inviteLink:{loading:"Generating link\u2026",copied:"Copied \u2713",send:"Send Invite Link"},session:{inProgress:"In progress",completedFmt:"Done {{done}}/{{total}} \xB7 {{duration}}",forceEnd:"End",forceEndConfirm:"This session is still marked active, likely due to a refresh or device issue. Force-end it now? Until it ends, this customer cannot sign in to their own account.",forceEndTitle:"Force end session"},visitSuffix:" visits",deleteTitle:"Delete customer",tabs:{info:"Profile",record:"Training",groupLabel:"Customer detail view",visit:"Visits",device:"Devices",homework:"Homework",stats:"Statistics"},editCustomer:"Edit customer info",deleteCustomer:"Delete customer",startTraining:"Start training",startTrainingBusy:"A customer training session is already in progress",startTrainingTitle:"Start training",startTrainingSub:"Choose the training to do with {{name}}",startTrainingNoPlan:"No training plans yet. Create a training plan first.",startTrainingItems:"{{count}} items",startTrainingGo:"Start",startTrainingNoSuchPlan:"Training plan not found.",startTrainingFailed:"Could not start the customer training session.",startTrainingUnit:"",startTrainingSearch:"Search plan name",startTrainingNoMatch:"No training plan matches that name."},csvFilename:"customers.csv",homework:{active:"Active",copied:"Link copied.",copy:"Copy Link",createPersonal:"Create Personal Link",deactivate:"Deactivate",done_one:"Completed {{count}} time",done_other:"Completed {{count}} times",inactive:"Inactive",noLinks:"No homework links created yet.",notDone:"Not Completed",planLabel:"Training Plan",title:"Homework Progress",groupOngoing:"In progress",groupDone:"Done",personal:"Personal link",public:"Public link",linkTitle:"Link {{token}}"}},G0={title:"Today's Listening",titleYesterday:"Yesterday's Listening",daySwitchLabel:"Day to view",subtitle:"Select a topic to start listening practice.",badge:"{{n}} days trained",toast:{switchedToToday:"Switched to today's training.",switchedToYesterday:"Switched to yesterday's training."},banner1:{title:"Listen Daily, Build Your Habit",desc:"Build a listening habit with one set a day."},banner2:{title:"Track Your Progress",desc:"Check your progress so far."},banner3:{title:"New Training Ready",desc:"Start right from Today's Listening."},menu:{viewWords:"View Key Words"},notice:{actionLink:"Go",actionPopup:"View Details",copyCoupon:"Copy coupon code",copyCouponDone:"Coupon code copied.",copyCouponFailed:"Failed to copy."}},q0={service:{speechear:"Malgwi",manager:"Malgwi Manager"},title:"Buy Subscription",subtitle:"Choose a Malgwi subscription plan",segment:{personal:"Malgwi",org:"Malgwi Manager"},modal:{title:"Confirm Payment",confirmText:"Purchase the pass above?",confirmButton:"Pay"},confirmed:"\u2713 Payment complete!",purchaseFailed:"Purchase failed.",error:{productNotFound:"Product not found.",invalidDuration:"The product's duration information is invalid.",purchaseLimitReached:"The launch special can only be purchased once per account.",notConfigured:"Could not load the payment module. Please try again shortly. (If it keeps happening, let our support team know.)"},success:{title:"Confirming payment",checking:"Confirming your payment. Please wait a moment.",done:"Payment complete. Activate your pass from the usage page.",subscriptionDelayed:"Your payment was completed, but applying the pass is delayed. If it doesn't appear on the usage page, please contact support.",error:"Something went wrong while confirming your payment. Please contact support.",goToUsage:"Go to usage"},fail:{title:"Payment failed.",retry:"Try again",back:"Back to purchase"},managerGate:{title:"Malgwi Manager registration required",message:"Malgwi Manager passes can be purchased after registering as a Malgwi Manager. Please register first.",register:"Register as Manager"},faq:{title:`Have any
|
|
23
|
+
questions?`,contactButton:"Contact Us",items:[{q:"Can I cancel at any time?",a:"Yes, all plans can be cancelled without commitment. Annual subscriptions qualify for a full refund within 14 days; monthly within 3 days of sign-up."},{q:"How are refunds processed?",a:"Refund requests can be submitted via Customer Support or Account > Payment, and are processed within 3\u20135 business days."},{q:"How do I change my payment method?",a:"Payment methods can be added or changed in Account Settings > Payment Info. Your card is encrypted and stored securely."},{q:"Is corporate/group payment available?",a:"Yes. For corporate plans or separate invoicing, please contact us via the Company Info page or Customer Support."}]},plan:{recommendedFor:"Recommended for",features:"Key Features",freePrice:"Free",contact:"Contact Us"},products:{discount50:"50% OFF",free:{title:"Free",quote:"Open to everyone",tier:"Free",subtitle:"Try the basic features for free. Some features may be limited.",recommendedFor:["Users who want to try the service first","Individuals who only need basic features"],features:["Basic listening training","Access to some topic content","Basic statistics"],tiers:{basic:{label:"Free"}}},standard:{title:"Malgwi Standard",tier:"Standard",quote:"All Malgwi features!",cardBadge:"Recommended",subtitle:"A paid plan that gives unlimited access to all Malgwi content.",recommendedFor:["Individual users","Service users / customers"],features:["Today's listening training","Topic-based listening","Listening training through games"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A915,000"},yearly30:{price:"\u20A9180,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A97,500"},openYearly30:{price:"\u20A990,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A990,000",yearlyOriginal:"\u20A9180,000"}},mgrFree:{title:"Free",quote:"Open to everyone",tier:{label:"Free",price:"\u20A90"},subtitle:"For those starting out with Malgwi Manager",recommendedFor:["Solo operators managing a few clients","Those who want to try the features first"],features:["Manage up to 3 clients","Basic training assignment","View training results"]},mgrStandard:{title:"Standard",tier:"Standard",subtitle:"For operators actively managing clients",recommendedFor:["Growing centers and classrooms","Those managing multiple clients regularly"],features:["Manage up to 30 clients","Conversation & training history","Basic reports","Word/sentence data management"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A920,000"},yearly30:{price:"\u20A9240,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A910,000"},openYearly30:{price:"\u20A9120,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A9120,000",yearlyOriginal:"\u20A9240,000"},quote:"For serious operations"},mgrPro:{title:"Pro",tier:"Pro",quote:"For professional institutions",cardBadge:"Recommended",subtitle:"All features including advanced analytics.",recommendedFor:["Institutions managing many clients","Professionals who need advanced analytics"],features:["Unlimited clients","Advanced statistics & reports","Auto-classification of repeated questions/issues","Custom training plans","Priority support"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A930,000"},yearly30:{price:"\u20A9360,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A915,000"},openYearly30:{price:"\u20A9180,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A9180,000",yearlyOriginal:"\u20A9360,000"}},mgrEnterprise:{title:"Enterprise",quote:"For multi-site organizations",subtitle:"Large institutions & custom rollout",recommendedFor:["Multi-site / large institutions","Those needing custom features or contracts"],features:["Everything in Pro","Multi-account / multi-site management","Custom feature development","Dedicated support & separate billing"],tier:{label:"Custom quote",price:"Contact us"}},mgrLight:{title:"Light",tier:"Light",subtitle:"A practical starting plan for small-scale operators.",recommendedFor:["Solo operators managing a small group","Those considering upgrading features"],features:["Manage up to 10 clients","Training assignment & result view","Basic history storage"],tiers:{monthly30:{label:"30-Day Plan",price:"\u20A910,000"},yearly30:{price:"\u20A9120,000"},openMonthly30:{label:"Open Special 30-Day Plan",price:"\u20A95,000"},openYearly30:{price:"\u20A960,000"},yearly:{label:"1-Year Plan"},yearlyPrice:"\u20A960,000",yearlyOriginal:"\u20A9120,000"},quote:"For a small start"}},refund:{period:{title:"Refund Request Period",body:"Refunds are available only if requested within 3 days of purchase. Requests made after this period are generally not eligible."},process:{title:"Refund Processing Method & Time",body:"Approved refunds are processed within 7\u201310 business days via the original payment method. Actual timing may vary by payment method or financial institution."},company:{title:"Refunds Due to Company Fault",body:"If an issue arises from service failure, system error, or a major defect, a refund may be issued at the company's discretion regardless of the refund period."},other:{title:"Other Matters",body:"Matters not specified in this refund policy are governed by applicable laws and company's internal operating policies."}}},U0={title:"Coupons",subtitle:"Enter a coupon code or view your coupons",input:{label:"Coupon code",placeholder:"Enter coupon code"},applyButton:"Apply",error:{invalid:"Invalid coupon code.",alreadyUsed:"This coupon has already been used."},success:{applied:'"{{name}}" coupon applied.'},section:{owned:"My Coupons"},status:{used:"Used",available:"Available"}},Y0={title:"Visit History",subtitle:"Check monthly visit schedules",unitVisit:"",periodAll:"All",showN:"Show {{n}}",empty:"No visit records.",loadError:"Failed to load visit records",loadErrorDesc:"Please check your network and try again.",addButton:"Add Visit",addTitle:"Add Visit",form:{customer:"Customer",customerPlaceholder:"Enter customer name",customerSelect:"Select customer",visitedAt:"Visit Date & Time",memo:"Memo",memoPlaceholder:"Enter memo"}},K0={title:"Company Info",subtitle:"Manage company and business information",editButton:"Edit Info",basicInfo:{title:"Basic Info",companyId:"Company ID",companyName:"Company Name",companyType:"Company Type",bizNumber:"Business Registration No."},contactInfo:{title:"Contact Info",tel:"Phone",address:"Address",website:"Website"},type:{operation:"Operation",clinic:"Clinic",agency:"Agency",partner:"Partner",audiologist:"Private Audiologist",slp:"Private SLP",hospital:"Hospital",hearing:"Hearing Aid Center",public:"Public Institution / Welfare / Rehab",university:"University / Research",special:"Special Education School",other:"Other"},editPopup:{title:"Edit Company Info",submit:"Save Changes",zipCode:"Zip Code",addressPlaceholder:"Enter address.",addressDetail:"Address Detail",errors:{telRequired:"Please enter a phone number.",telFormat:"Please enter a valid phone number.",bizRequired:"Please enter a business registration number."},addressDetailPlaceholder:"Enter detailed address."},saveSuccess:"Saved.",saveError:"Save failed."},Z0={title:"Sentence Training",byTopic:"By Topic",byType:"By Type"},X0={title:"Training by Type",subtitle:"Select the training type you want",listenInNoise:{title:"Sentence Listening in Noise",desc:"Train sentence comprehension in various noise environments."},shortStory:{title:"Short Story Listening",desc:"Listen to short stories and understand the content."},longStory:{title:"Long Story Listening",desc:"Focus on listening to long stories and grasp the content."},orderingSentence:{title:"Sentence Ordering",desc:"Arrange heard sentences in the correct order."},SAME_SOUND_PICK:{label:"Listen & Pick Same Sound",sub:"Pick the word card that matches what you heard."},SAME_OR_DIFF:{label:"Same or Different?",sub:"Decide whether the two sounds are the same or different."},HEAR_AND_PICK_SAME:{label:"Hear & Match Word",sub:"Pick the word card that matches the sound you heard."},HEAR_AND_PICK_INCLUDED:{label:"Find Word Containing Sound",sub:"Pick the word card that contains the syllable you heard."},STARTS_WITH_SAME_SOUND:{label:"Find Word Starting with Same Sound",sub:"Pick a word that starts with the same sound as what you heard."},LISTEN_AND_REMEMBER_ORDER:{label:"Listen & Recall Order",sub:"Select the cards in the order you heard the three words."},MERGE_2_SYLLABLES:{label:"Combine 2 Syllables",sub:"What word do two syllables make?"},MERGE_3_SYLLABLES:{label:"Combine 3 Syllables",sub:"What word do three syllables make?"},MERGE_2_PHONEMES:{label:"Combine 2 Phonemes",sub:"What sound do two phonemes make?"},MERGE_3_PHONEMES:{label:"Combine 3 Phonemes",sub:"What sound do three phonemes make?"},DROP_1_FROM_2SYLL:{label:"Drop 1 Syllable from 2-Syllable",sub:"What sound remains when you remove a syllable from a 2-syllable word?"},DROP_1_FROM_3SYLL:{label:"Drop 1 Syllable from 3-Syllable",sub:"What sound remains when you remove a syllable from a 3-syllable word?"},DROP_PART_FROM_COMPOUND:{label:"Drop Part of Compound Word",sub:"What word remains when you remove part of a compound word?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"Drop Final Consonant",sub:"What sound remains when you remove the final consonant?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"Drop Consonant",sub:"What sound remains when you remove the consonant?"},CHANGE_1_SYLL_IN_2SYLL:{label:"Change 1 Syllable (2-Syllable)",sub:"Change one syllable in a 2-syllable word to make a new word."},CHANGE_1_SYLL_IN_3SYLL:{label:"Change 1 Syllable (3-Syllable)",sub:"Change one syllable in a 3-syllable word to make a new word."},CHANGE_1_PHONEME_IN_1SYLL:{label:"Change 1 Phoneme (1-Syllable)",sub:"Change one phoneme in a 1-syllable word to make a new sound."},CHANGE_1_PHONEME_IN_2SYLL:{label:"Change 1 Phoneme (2-Syllable)",sub:"Change one phoneme in a 2-syllable word to make a new word."}},J0={title:"My Word Training",subtitle:"Organize your word training.",comingSoon:"Word training is coming soon.",storeBadge:"Training Store",sortPlaceholder:"Sort",deleteGroupTitle:"Delete Group",deleteGroupMessage:"Items in this group will be moved to 'No Group'.",deleteSetConfirm:"Delete '{{name}}'?",deleteSetConfirmDefault:"Delete this word training?",sort:{createdAtDesc:"Date \u2193",createdAtAsc:"Date \u2191",nameAsc:"Name \u2191",nameDesc:"Name \u2193"},toast:{loadError:"Failed to load the training list. Please refresh",renameError:"Failed to rename",saveError:"Failed to save",deleteError:"Failed to delete",linkCreateError:"Failed to create link. Please try again.",hwLinkCopied:"Link copied. Please paste it in KakaoTalk to send.",hwLinkCopyError:"Failed to copy link. Please check the homework manager.",sessionStartError:"Failed to start customer training session.",shareLinkError:"Failed to create share link",shareLinkCopied:"Link copied",shareLinkCreated:"Link created",duplicateError:"Failed to duplicate",unpublishError:"Failed to unpublish from store",unpublished:"Unpublished from store",groupMoveError:"Failed to move to group",groupAddError:"Failed to add group",groupDeleteError:"Failed to delete group",sessionStarted:"Training started for {{name}}.",hwSms:{body:`Here is your word training homework.
|
|
24
|
+
{{url}}`},shareLinkCreating:"Creating link\u2026"},colName:"Name",colBirthDate:"DOB",colPhone:"Phone",sendSms:"Send via SMS",copyLink:"Copy Link",copyLinkTooltip:"Copy link (paste in KakaoTalk)",addCard:"Add Word Training Bundle",addGroup:"Add Group",addGroupDesc:"Enter a name for the new group.",cardGroupEmpty:"No cards in this group",cardSearchPlaceholder:"Search by card name",copySuffix:"{{name}} (Copy)",defaultDescCount:"{{count}} word trainings",cardsEmpty:"No word training bundles created yet.",create:"Add Word Training",empty:"No word training created yet.",groupEmpty:"No word training in this group",groupNamePlaceholder:"Group name",noGroup:"No Group",searchPlaceholder:"Search by training name",tab:{cards:"Word Training Bundles",training:"Word Training"},totalPrefix:"",totalSuffix:" word trainings",renameCardAriaLabel:"Rename {{name}}",viewLabel:"View type"},Q0={title:"My Word Tables",subtitle:"Manage your saved word tables.",searchPlaceholder:"Search by name",colName:"Table Name",open:"Open",deleteConfirm:"Delete this word table?",addButton:"Add Table",deleted:"Word table deleted.",empty:"No saved word tables.",countSuffix:" tables",sort:{newest:"Newest",oldest:"Oldest",name:"Name",count:"Word count"},addPairButton:"Add Contrast Pair Table",groupNamePlaceholder:"Group name",groupAddTitle:"Add Group",groupAddButton:"Add",groupNameRequired:"Please enter a group name.",groupNameDuplicate:"A group with this name already exists.",groupDeleteMessage:"Word tables in this group will be moved to 'No Group'.",deleteGroupConfirmTitle:"Delete the '{{group}}' group?",storeBadge:"Training Store",addCard:"Add Word Table Card",addGroup:"Add Group",cardsEmpty:"No word table cards created yet.",deleteGroup:"Delete Group",duplicated:"Word table duplicated.",groupEmpty:"No word tables.",menu:{copyLink:"Copy Link",deactivateLink:"Deactivate Share Link",duplicate:"Copy",openBuilder:"Edit",openNewTab:"Open in New Tab",publishStore:"Post to Training Store",unpublishStore:"Remove from Training Store"},sharedBadge:"Shared",newBadge:"Newly created",renameGroup:"Rename Group",tab:{cards:"Word Table Cards",tables:"Word Tables"},publishDefaultDesc:"{{count}} words"},ev={title:"Key Words",empty:"No key words available.",tableTitle:"'{{name}}' Key Word Table",print:"Print",saveToMyTable:"Save to My Tables",saved:"Saved to My Tables.",wordTableName:"{{name}} Key Words"},tv={defaultName:"Word Table",title:"Word Table Builder",createTitlePair:"Compose Contrast Pair Table",subtitle:"Set columns and add words to build a table.",filterTitle:"Table Settings",filter:{composition:"Composition",image:"Image",word:"Word",standardPron:"Standard Pronunciation",colloquialPron:"Colloquial Pronunciation",paperOrientation:"Paper Orientation",landscape:"Landscape",portrait:"Portrait",columns:"Columns",column:"{{count}} col",itemsPerPageWord:"Words per page",itemsPerPagePair:"Pairs per page",itemsPerPageOption:"{{count}}",pageIndicator:"{{current}} / {{total}}",pageNumber:"Page Number",pageNumberLeft:"Left",pageNumberCenter:"Center",pageNumberRight:"Right",border:"Border",cutLine:"Cut Line",show:"Show",hide:"Hide",dotted:"Dotted",corner:"Corner"},addWord:"Add",wordInfo:"Info for {{word}}",emptyItems:"Please add at least one word.",load:"Load",openNewWindow:"Open in New Window",saveButton:"Save",saveAsNewButton:"Save as New",print:"Print",popupBlocked:"Popup was blocked. Please allow popups in your browser settings.",printFileNameSingle:"Word Table",printFileNamePair:"Contrast Pair Table",save:{title:"Save Word Table",nameLabel:"Name",desc:"Enter a name for the word table.",placeholder:"Enter a title for this word table.",descriptionLabel:"Description",descriptionPlaceholder:"Enter a description for this word table.",duplicateName:"This name is already in use.",nameRequired:"Please enter a table name.",autoFillHint:" (Press Tab or Space to autofill)"},loadTable:{title:"Load Saved Word Table",empty:"No saved word tables.",loadButton:"Load",itemCount:"{{count}} words",deleteAriaLabel:"Delete",sort:{newest:"Newest",oldest:"Oldest",name:"Name",count:"Word Count"},view:{grid:"Grid View",list:"List View"}},groupDeleteMessage:"Word tables in this group will be moved to 'No Group'.",groupNamePlaceholder:"Group name",store:{badge:"Training Store"},card:{sub:"Word Table Card",empty:"No word tables in this card."},builder:{title:"Create Word Table",nameLabel:"Name",namePlaceholder:"Enter word table name",groupLabel:"Group",groupPlaceholder:"Group name (optional)",descLabel:"Description",descPlaceholder:"Brief description (optional)",nameRequired:"Please enter a name for the word table."},toast:{loadError:"Failed to load the word table list. Please refresh",renameError:"Failed to rename",saveError:"Failed to save",deleteError:"Failed to delete",shareLinkError:"Failed to create link",shareLinkCopied:"Link copied",shareLinkCreated:"Link created",shareLinkDeactivated:"Share link deactivated.",shareLinkDeactivateError:"Failed to deactivate share link.",customWordNotShareable:"This contains words you added yourself, so it cannot be shared -- others do not have them.",duplicateError:"Failed to duplicate",unpublishError:"Failed to remove from Training Store",unpublished:"Removed from Training Store",saveSuccess:"Word table saved.",shareLinkCreating:"Creating link\u2026"},scoring:{o:"{{word}} correct",triangle:"{{word}} partial",x:"{{word}} incorrect",button:"Score",pickTitle:"Who are you scoring?",pickSubtitle:"Choose the customer who trained with \u201C{{name}}\u201D.",pickSearch:"Search by name or phone",pickEmpty:"No customers registered.",pickNoMatch:"No matching customer.",pickAgain:"Choose another",scoringFor:"Scoring {{name}}",none:"Tap a cell to mark \u25CB \xB7 \u25B3 \xB7 \u2715.",tally:"{{marked}} scored \xB7 \u25CB {{o}} \xB7 \u25B3 {{triangle}} \xB7 \u2715 {{x}} \xB7 {{rate}}%",save:"Save score",saved:"Saved {{count}} marks for {{name}}.",reviewTitle:"Create a review table?",reviewMessage:"Builds a new table from the {{count}} cells {{name}} got wrong or partial. Correct ones are left out.",reviewConfirm:"Create review table",reviewDescription:"Cells marked wrong or partial in \u201C{{name}}\u201D \u2014 {{count}} of them.",reviewCreated:"Created \u201C{{name}}\u201D \u2014 {{count}} cells.",discardTitle:"Discard this scoring?",discardMessage:"You marked {{count}} cells but have not saved. Leaving discards them.",discardConfirm:"Discard and leave"}},av={editTitle:"Edit '{{name}}'",editBanner:{message:"Saving will update the word table you're editing."},subtitle:"Select filters to search for words.",filterTitle:"Word Search Settings",searchOptionsTitle:"Search Options",filter:{wordInput:"Word Input",wordInputShort:"Input",wordInputInfo:["Finds words containing the full syllables you type. A syllable typed without a final consonant matches any final (\uC218 \u2192 \uC218\xB7\uC220\xB7\uC219\xB7\uC21C\u2026).","Mix syllables and phonemes in one search. [\u3131\uC218 \u2192 any word containing a syllable with initial '\u3131' immediately followed by '\uC218' \u2014 \uAD6D\uC218\xB7\uAC80\uC218\u2026]","Use commas (,) to separate syllable positions. Each position can be a full syllable or a single consonant/vowel; leave it empty for unconstrained. ['\uAC00,\u3134,,\uB2E4' \u2192 any word containing '\uAC00' \xB7 initial '\u3134' \xB7 any \xB7 '\uB2E4' in a row]","Use underscores (_) for initial/medial/final positions ('_' = unconstrained; trailing positions may be omitted). ['\u3131_' \u2192 words containing a syllable with initial '\u3131' / '_\u314F' \u2192 medial '\u314F' / '__\u3131,\uACE0' \u2192 a syllable with final '\u3131' immediately followed by '\uACE0']"],wordPlaceholder:"Enter characters",wordInputError:"Invalid input format. Use only complete characters, consonants/vowels, or the '__\u3131' (onset\xB7nucleus\xB7coda) template.",wordInputUsageLabel:"Usage",viewChar:"Choose Letters",viewPron:"Choose Sound",viewDirect:"Type Letters",inputMode:"Input mode",phonemeCho:"Initial",phonemeJung:"Vowel",phonemeJong:"Final",phonemePosition:"Position",positionAny:"Any",positionHead:"Start",positionMid:"Middle",positionTail:"End",phonemeModeInfo:["Find words by initial, vowel, or final consonant alone \u2014 no typing needed.","Selecting multiple values matches any one of them.","Narrowing position to Start/Middle/End checks only that syllable (first, middle, or last)."],difficulty:"Grade",grade:"Grade {{n}}",syllables:"Syllables",syllable:"{{n}} Syll.",syllable5plus:"5+ Syllables",partOfSpeech:"Part of Speech",pos:{noun:"Noun/Numeral",verb:"Verb/Adjective",modifier:"Adverb/Determiner"},wordType:"Word Type",type:{native:"Native Korean",sino:"Sino-Korean",foreign:"Loanword",mixed:"Hybrid"},exclude:"Exclude",excludeNoImage:"No Image",selectLabel:"Select",onlyHasImage:"Only words with images",onlyHasImageInfo:"Only words with images: keeps only results with a registered word image."},searchButton:"Search",resultUnit:"words",remaining:"{{count}} remaining",resultDisc:"Select {{unit}}. Up to {{max}} items. ({{selected}}/{{max}})",resultTitlePrefix:"",resultTitleSuffix:" {{unit}} found.",emptyResult:"No results found.",emptyMidNeedsThree:"There is no word-medial position in the syllable counts you picked \u2014 it only exists from 3 syllables up. Try 3+ syllables, or switch the position to initial or final.",groupCount:"{{count}}",sort:{aria:"Sort",match:"Best Match",ganada:"A\u2013Z \u2191",ganadaDesc:"A\u2013Z \u2193",syllable:"Syllables \u2191",syllableDesc:"Syllables \u2193",grade:"Grade \u2191",gradeDesc:"Grade \u2193"},pageSize:"Show {{count}}",pageSizeAria:"Page size",loadError:"Failed to load word data. Please refresh.",loadErrorButton:"Failed to load data \u2014 Refresh",checkingImages:"Checking images\u2026",maxSelectReached:"Cannot select more.",printBlockTitle:"Word Table Preview",popup:{title:"Select a word for cell {{n}}"},title:"Create Word Table",imageFilterOn:"Showing only words that have an image \u2014 about 7% of all words have one, and roughly one in four at level 1. Turn that option off in Search options to see more."},ov={title:"Word Management",subtitle:"Review all words in a table, exclude individual words, or add new ones to build your own word pool.",noSelection:"None",gradeSuffix:"grade",includeInSearch:"Include in search",searchPlaceholder:"Search word or pronunciation",add:"Add Word",addTitle:"Add Word",addConfirm:"Add",listTitle:"Word List",empty:"No matching words.",removeAdded:"Delete",addedBadge:"Added",view:{all:"All",excluded:"Excluded",added:"Added"},col:{exclude:"Exclude",word:"Word",pron:"Pronunciation",colloquialPron:"Colloquial Pronunciation",grade:"Grade",pos:"POS",wordType:"Type",meaning:"Meaning"},toast:{duplicate:"This word already exists.",added:"Word added."},viewLabel:"View type"},rv={clearAllSelection:"Clear All Selections",scrollToTable:"Go to Word Table",divLine:"Contrast Line",removePair:"Remove pair",removeWord:"Remove word"},nv={title:"By Topic",subtitle:"Select a topic to start listening training",noiseTitle:"Sentence Listening in Noise",shortStoryTitle:"Short Story Listening",FOOD:"Food",HLTH:"Health",WETH:"Weather",PRSN:"People",KRCT:"Korean Culture",STRY:"Stories",LOCA:"Locations",SOAR:"Society & Arts",NTSC:"Nature & Science",SPRT:"Sports",sub:{TRKRFD:"Traditional Korean Food",MDKRFD:"Modern Korean Food",WRLDFD:"World Cuisine",MTRFRT:"Ingredients & Fruits",GEFDKL:"Food Facts",HTETHB:"Healthy Eating",DISILL:"Diseases",EXCISE:"Exercise",GEHTKL:"Health Facts",GESSKL:"Seasons",SNWRAN:"Snow & Rain",WTHFCT:"Weather Forecast",GEWTKL:"Weather Facts",JODYPS:"Joseon Dynasty",MDKRPS:"Modern Korea",THKDPS:"Three Kingdoms",WRLART:"World Artists",WRLPSN:"World Figures",KRLANG:"Korean Language",TRPLCT:"Traditional Games",HERITG:"Heritage",EVTFES:"Events & Festivals",GECTKL:"General Knowledge",FRYTAL:"Fairy Tales",AMZING:"Amazing Stories",DAYSTR:"Everyday Stories",KRLDMK:"Korean Landmarks",SELNMK:"Seoul Landmarks",WRDTRB:"World Travel",NAVIGT:"Navigation",KRSOCI:"Korea",ECONEW:"Economy & News",GENART:"Arts",GELFKL:"Life Tips",ANIMAL:"Animals",PLANTS:"Plants",ETHPLT:"Earth",TOLELC:"Tools & Electronics",GESCKL:"Science Facts",INVDSP:"Individual Sports",MARART:"Martial Arts",TEAMSP:"Team Sports",FOOTBL:"Soccer",GESPKL:"Sports Facts"}},iv={title:"Password Change Required",subtitleMustChange:"You signed in with a temporary password issued by an administrator. You must set a new password to continue.",subtitleExpired:"Your password has expired per security policy. You must set a new password to continue.",currentPassword:"Current Password",newPassword:"New Password",confirmPassword:"Confirm New Password",changing:"Changing\u2026",submit:"Change Password",error:{currentRequired:"Please enter your current password.",mismatch:"New passwords do not match.",sameAsCurrent:"Please use a different password from your current one.",reused:"You can't reuse a recently used password.",reusedWithCount:"You can't reuse your last {{count}} passwords.",tooShort:"Password is too short.",currentIncorrect:"Current password is incorrect.",unauthorized:"Please sign in again.",unknown:"Failed to change your password. Please try again in a moment."}},sv={memoLabel:"Feedback message",reportBug:"Report a bug",title:"Send feedback",cropHint:"Drag to select an area \xB7 click to capture the whole screen",captureFull:"Capture all",memoPlaceholder:"Describe the issue",memoPlaceholderOptional:"Briefly describe the issue (optional)",retake:"Retake",addScreenshot:"Add screenshot",send:"Send",sending:"Sending\u2026",sent:"\u2713 Sent!",captureError:"An error occurred while capturing.",sendFailed:"Failed to send",errorPrefix:"Error",menuCapture:"Capture screenshot",menuTextOnly:"Text only"},lv={maxUses:"Max uses (leave blank for unlimited)",redirect:"Redirect URL (leave blank for app home)",creating:"Creating\u2026",create:"Create link",created:"\u2713 Link created",copied:"Copied!",copy:"Copy",loading:"Loading\u2026",empty:"No links created yet.",uses:"Used {{count}} times",expiresAt:"Expires: {{date}}",createdAt:"Created: {{date}}",confirmDelete:"Delete this link?",deactivate:"Deactivate",delete:"Delete",status:{active:"Active",expired:"Expired",inactive:"Inactive"}},cv={title:"Word suggestions"},dv={scope:{user:"Your pass",org:"Your organization pass"},expired:{title:"{{scope}} has expired",message:"{{plan}} (ended {{date}}) \u2014 purchase a pass to keep using it."},today:{title:"{{scope}} expires today"},tomorrow:{title:"{{scope}} expires tomorrow"},soon:{title:"{{scope}} expires in {{days}} days",message:"{{plan}} ends on {{date}}. Purchase a pass before it expires."},action:"Buy a pass"},uv={inProgress:"Training with {{name}}",endFailed:"Couldn't end the session. Please try again.",ending:"Ending\u2026",end:"End Training",endConfirm:"End this training session? It will be recorded in the visit history.",endConfirmTitle:"End session"},pv={tab:{login:"Sign In",signup:"Sign Up"},email:"Email",username:"Username",password:"Password",passwordPlaceholder:"Enter password",confirmPassword:"Confirm Password",submitSignup:"Sign Up",processing:"Processing\u2026",signupSuccess:"A confirmation email has been sent. Please check your inbox.",backToLogin:"Back to sign in",resetPassword:{link:"Forgot password?",title:"Reset Password",desc:"Enter the email address you signed up with and we'll send you a password reset link.",button:"Send reset link",success:`A reset link has been sent to your email.
|
|
25
|
+
Please check your inbox.`,failed:"Failed to send the reset link. Please try again later."},error:{emailRequired:"Please enter your email.",signupDisabled:"Self sign-up is currently disabled. Please join through an invitation.",lockedWithMinutes:"Your account is locked after {{count}} failed sign-in attempts. Try again in {{minutes}} minutes.",lockedContactAdmin:"Your account is locked after {{count}} failed sign-in attempts. Please contact an administrator.",attemptsLeft:"{{message}} ({{count}} attempts left)",passwordRequired:"Please enter your password.",usernameRequired:"Please enter a username.",passwordMinLength:"Password must be at least 6 characters.",passwordMinLengthN:"Password must be at least {{n}} characters.",passwordMismatch:"Passwords do not match.",invalidCredentials:"Incorrect email or password.",emailNotConfirmed:"Email verification is not complete. Please check your inbox.",invalidEmailFormat:"Invalid email format.",termsRequired:"Please agree to the Terms of Use.",privacyRequired:"Please agree to the Privacy Policy.",emailFormat:"This is not a valid email format.",usernameMaxLength:"Username must be at most 12 characters.",serviceUnavailable:"Can't reach the service right now. Please try again shortly, and contact an administrator if it continues.",unknown:"Sign-in failed. Please try again shortly, and contact an administrator if it continues."},agreement:{termsTitle:"Terms of Use",privacyTitle:"Privacy Policy",termsLabel:"I agree to the Terms of Use.",privacyLabel:"I agree to the Privacy Policy.",view:"View",loadError:"Failed to load the document."},resetPage:{title:"Reset Password",sessionChecking:"Checking session\u2026",accessDenied:"This page can only be accessed via the reset link in your email. If the link has expired, please request a new one.",newPassword:"New password",confirmPassword:"Confirm new password",mismatch:"Passwords do not match.",reused:"You cannot reuse your last {{count}} passwords.",submit:"Reset password",submitting:"Resetting\u2026",done:"Your password has been reset. Please go to the homepage and sign in again.",goHome:"Go to homepage"},emailPlaceholder:"Enter your email",passwordNewPlaceholder:"Enter your password",usernamePlaceholder:"Enter your username",orDivider:"or",kakaoStart:"Continue with Kakao"},hv={title:"Agreement required",subtitle:"Please agree to the Terms of Use and Privacy Policy to continue using the service.",submit:"Agree and continue",processing:"Processing\u2026",error:"Failed to save your agreement. Please try again later."},mv={title:"Address Search",loadError:"Failed to load Daum Postcode script"},gv={addTitle:"Add Training Bundle",editTitle:"Edit Training Bundle",nameLabel:"Training Bundle Name",namePlaceholder:"Enter training bundle name",basketLabel:"Selected Training",selectLabel:"Select Training",customerSelect:"Select Customers",tab:{byTopic:"By Topic",byType:"By Type"},toast:{maxItems:"You can select up to 10 items per training type.",noItemsToAdd:"No items available to add."},descLabel:"Description",descPlaceholder:"Briefly describe this training (optional)",copyLink:"Copy Link",removeLink:"Remove Link",linkCopied:"Link copied.",linkCreated:"Link created.",linkRemoved:"Link removed.",linkCreating:"Creating\u2026",linkError:"Failed to create link.",linkSaveFirst:"Please save the training bundle first.",linkSaveFirstHint:"You can only create a shared link from a saved training bundle.",linkCopySelect:"Copy blocked \u2014 link selected. Press Ctrl/\u2318+C to copy.",nameRequired:"Please enter a training bundle name.",itemRequired:"Please add at least one training item.",randomAdd:"Random Add",shareLinkLabel:"Shared Link",basketEmpty:"No training selected",basketPerTypeMax:"/ max 10 each",clearAll:"Clear All",removeLinkConfirm:{title:"Remove Shared Link",body:"Remove this shared link? It will no longer be accessible.",confirm:"Remove"},groupLabel:"Group",groupPlaceholder:"Group name (optional)",noGroup:"No Group",shareLink:"Create Link"},bv={type:{hearingAid:"Hearing Aid",cochlearImplant:"Cochlear Implant",other:"Other"},direction:{left:"L",right:"R",label:"Side"},wornDate:"Date Worn",deviceType:"Device Type",brand:"Brand",fitType:"Fit Type",productName:"Product Name",productNamePlaceholder:"Enter product name",registerTitle:"Device Registration",validationError:{brandAndProduct:"Please enter brand and product name.",wornYear:"Worn year must be between {{min}} and {{max}}.",brand:"Choose a brand.",productName:"Enter a product name."},addNew:"Add New Device",selectFromList:"Select from List",removeDevice:"Remove",editTitle:"Edit device",editSubmit:"Save device",deleteSubmit:"Delete device"},fv={stat:{totalCustomers:"Total Customers",monthlyTraining:"This Month's Training",monthlyVisits:"This Month's Visits",savedWordTables:"Saved Word Tables",todayVisits:"Today's Visits",todayVisitsEmpty:"No visits scheduled today",subscription:"Subscription Status",subscriptionRemaining:"In Use",subscriptionTotal:"Total",subscriptionHeld:"Held"},chart:{visitDetail:"Visit Details",trainingDetail:"Training Details",weekly:"Weekly",daily:"Daily",periodMonth:"Month",periodWeek:"Week",weeklyPrefix:"Weekly",monthlyPrefix:"Monthly",visit:"Visits",reservation:"Reservations",trainingDone:"Completed",trainingInProgress:"In Progress",weekRange:"{{start}}\u2013{{end}}",week:"W{{n}}"},moreItems:"+ {{count}} more",headerBadge:"Pre-Open 30 days",greeting:"{{name}}",subscriptionStatus:{active:"{{pct}}% Active",expired:"{{pct}}% Expired",unused:"{{pct}}% Unused"}},vv={title:"Word Pairs",editTitle:"Edit '{{name}}'",editBanner:{message:"Saving will update the contrast pair table you're editing."},subtitle:"Select phonemes to search for minimal pairs.",phonemeSelect:{title:"Phoneme Selection",emptySummary:"Select a phoneme.",needsContrast:"Select the contrast phoneme.",vs:"vs"},caution:"Caution",mode:{include:"Phoneme Include",pick:"Phoneme Contrast",contrast:"Specify Contrast",infoTitle:"Contrast Mode",infoInclude:"Include \u2014 finds words containing all selected phonemes, plus their minimal pair.",infoPick:"Contrast \u2014 matches only if the selected phoneme is the actual point of difference in the pair.",infoContrast:"Specify Contrast \u2014 directly choose phonemes for the base word and the contrasting word to find pairs."},count:"{{n}}",input:{char:"Choose Letters",pron:"Choose Sound",infoTitle:"Input mode",infoChar:"Choose Letters \u2014 finds words by the selected phonemes (spelling), then finds their standard-pronunciation contrast pairs.",infoPron:"Choose Sound \u2014 finds standard-pronunciation contrast pairs directly from the selected phonemes."},phonemeN:"Syllable {{n}}",phonemeSingleLabel:"Syllable",phonemeContrastSingleLabel:"Contrast Syllable",ordinals:["First","Second","Third","Fourth"],phonemeOrdinalLabel:"{{ordinal}} Syllable",phonemeContrastOrdinalLabel:"Contrast {{ordinal}} Syllable",composition:"Answer Word Composition",syllableCount:"Syllables",syllableN:"{{n}} syll.",syllableNPlus:"{{n}}+ syll.",onset:"Onset",vowel:"Vowel",coda:"Coda",glide:"Glide",filter:{searchOptionsTitle:"Contrast Settings",searchModeLabel:"Contrast Mode",countLabel:"Input Syllable Count",inputModeLabel:"Input mode",phonemeOrder:"Input Syllable Position",phonemeOrderInfo:["Match: the pair must differ at exactly the same position (syllable).","Any: the differing position doesn't matter."],orderAny:"Any",noCoda:"None",noCodaTip:"Find only words without a final consonant",orderMatch:"Match",difficultyInfo:"Reflects the National Institute of Korean Language's basic vocabulary grade.",selectLabel:"Select",selectInfo:["Only words with images: keeps only results with a registered word image.","Only same phoneme structure: keeps only pairs where both words have the same syllable structure (length, batchim, etc.)."],onlyHasImage:"Only words with images",onlySameStructure:"Only same phoneme structure",scopeSearchWordOnly:"Search word only"},resultUnit:"pairs",group:{onset:"Onset Contrast",vowel:"Vowel Contrast",glide:"Glide Contrast",coda:"Coda Contrast"},toast:{samePhonemesError:"The base phoneme and the contrast phoneme must be different."},searchLabel:{error:"Failed to load data",loading:"Loading\u2026",checking:"Checking images"},confirmMessage:"The word table with {{count}} selected {{unit}} will be lost.",resetOptions:"Reset Options",phonemeContrast:"Contrast Syllable {{n}}",infoNotes:["The preview character is an example of the selected phoneme combination. The actual search covers all words containing the phoneme.","Initial consonant '\u3147' cannot be selected. \u3147 at the start of a word is effectively silent.","If only onset and coda are selected, the vowel is automatically displayed as '\u314F'.","Increasing the phoneme count searches for minimal pairs between each phoneme."],imageFilterOn:"Showing only words that have an image \u2014 a pair needs an image for both words, so far fewer pairs remain. Turn that option off in Search options to see more."},yv={title:"Games",subtitle:"Train your listening with fun games",scoreSaveFailed:"Failed to save your score. Please try again.",endsIn:"Ends in {{days}}d {{hours}}h",bestScore:"Best Score",totalScore:"Total score",rank:"Rank",leaderboard:{title:"Ranking",loading:"Loading the ranking\u2026",empty:"No scores yet. Be the first!",unavailable:"Couldn't load the ranking. Try reopening in a moment.",me:"You",anonymous:"Anonymous",score:"{{score}} pts",chase:"{{points}} more points to reach #{{rank}}.",top:"You're #1! Now defend it."},crossword:{title:"Crossword Puzzle",desc:"Listen to each word and fill the grid with letter tiles.",tip1:"Tap a numbered square to hear the word that goes there (both in turn if it starts two).",tip2:"Tap the letter tiles below to fill the blanks",tip3:"Fill in all cells, then tap 'Check answer' to see your result",scoreTitle:"Scoring",score1:"10 points per correct cell, nothing deducted for wrong ones.",score2:"Speed and difficulty don't raise it.",score3:"Rounds add up, so the more you play the higher you climb.",playHint:"Tap a numbered square to hear the word there. (If a square has two numbers, in the order you tap.)",pickCellFirst:"Pick a square to fill first. Squares with a number play the word for that spot. (Two numbers: in the order you tap them.)",levelIntro:"Pick a difficulty and get a fresh puzzle every time.",wordsLoading:"Loading words\u2026",alertNoPuzzle:"Could not build a puzzle. Please try again.",level:{basic:"Basic",intermediate:"Intermediate",advanced:"Advanced"},levelDesc:{basic:"Start with easy words",intermediate:"A bit more challenging",advanced:"The hardest words"},alertFillAll:"Please fill in all cells.",undo:"\u21A9 Undo",checkAnswer:"\u2713 Check",cellEmpty:"empty",cellCorrect:"correct",cellWrong:"wrong",hintLabel:"{{label}} {{number}}",horizontal:"Across",vertical:"Down"},reflex:{title:"Reflex Game",desc:"Listen and quickly click the correct word.",roundCount:"{{total}} rounds \xB7 {{timeLimit}}s each",tip1:"Click the correct answer from 4 choices when you hear the word",tip2:"Click the question to hear the word again",tip3:"Answer within {{timeLimit}} seconds",accuracy:"{{pct}}% accuracy",avgTime:"avg {{time}}s",timeout:"(timeout)",correctMsg:"\u2713 Correct! {{time}}s",wrongMsg:"\u2717 Answer: {{word}}"},typing:{title:"Word Typing",desc:"Listen and type the word within the time limit.",roundCount:"{{rounds}} rounds \xB7 {{timeLimit}}s each",placeholder:"Type the word you heard",tip1:"Listen and type the word within the time limit",tip2:"Tap 'Listen again' to hear the word again",tip3:"Press Enter or the Confirm button to submit",accuracy:"{{pct}}% accuracy",notEntered:"(not entered)",correctMsg:"\u2713 Correct!",wrongMsg:"\u2717 Answer: {{word}}"},sentenceTyping:{title:"Sentence Typing",desc:"Listen and type the sentence within the time limit.",roundCount:"{{rounds}} rounds \xB7 {{timeLimit}}s each",placeholder:"Type the sentence you heard",tip1:"Listen and type the sentence within the time limit",tip2:"Tap 'Listen again' to hear the sentence again",tip3:"Press Enter or the Confirm button to submit"},wordDefense:{inputLabel:"Type the word you heard",title:"Word Defense",desc:"Type incoming words to defeat them.",introTitle:"Space Defense",introDesc:"A word plays whenever an alien appears.",introDesc2:"Type the word you heard to defeat the alien!",tip1:"Click alien / Spacebar \u2192 hear the word again",tip2:"Aliens come from all directions",tip3:"The invasion speed increases over time",gameoverTitle:"Base Destroyed!",killCount:"Aliens defeated: {{count}}",msgPerfect:"Perfect space defense!",msgGood:"Well fought!",msgTryAgain:"Keep practicing!",dailyBest:"Today's Best",replayBtn:"Listen Again",energyBtn:"Use Energy",energyTitle:"Activate energy (Tab) \u2014 remove all enemies",clickToPlay:"Click to play immediately",me:"Me"},dictation:{title:"Dictation",desc:"Practice writing down exactly what you hear.",comingSoon:"Coming soon: audio playback, input field, answer comparison"},result:{heading:"Level {{number}} Answer",allCorrect:"Clap clap clap \u2014 All correct!",scoreEarned:"You scored {{score}}",scoreSummary:"{{correct}} of {{total}} cells correct",retry:"Try Again",next:"Next Quiz"},common:{howToPlay:"How to Play",start:"Start",retry:"Play Again",confirm:"Confirm",listenAgain:"Listen Again",result:"Result",score:"Score {{score}}",timerSec:"{{sec}}s",progressFilled:"Progress \u2014 {{filled}} of {{total}} cells filled",roundCorrect:"Round {{n}} correct",roundWrong:"Round {{n}} incorrect",accuracy:"{{pct}}% accuracy",rankChecking:"Checking rank\u2026",rankValue:"Rank #{{rank}}",bestScore:"Best {{score}} pts",newRecord:"New record",dialogIntro:"{{game}} \u2014 how to play",dialogResult:"{{game}} \u2014 results",dialogPlay:"{{game}} \u2014 in progress"},soundMatch:{title:"Sound Match",desc:"Quickly match words or sentences that share the same sound.",comingSoon:"Coming soon: play button, timer, score tracking"},orderSequence:{title:"Sentence Ordering",desc:"Arrange scattered sentence fragments in the correct order.",comingSoon:"Coming soon: sentence sets, ordering interface"},speedListen:{title:"Speed Listen",desc:"A challenge game to count the number of words in a sentence within a time limit.",comingSoon:"Coming soon: time limit, scoreboard"},noiseChallenge:{title:"Noise Challenge",desc:"Practice distinguishing sentences amid background noise.",comingSoon:"Coming soon: various noise levels, score tracking"},fastListen:{title:"Fast Listen",desc:"Listen to short sentences at speed and select the key word.",comingSoon:"Coming soon: speed by difficulty, timer"},shadowing:{title:"Shadowing",desc:"Practice pronunciation and intonation by repeating sentences aloud.",comingSoon:"Coming soon: playback, recording, comparison feedback"},phonemeHunt:{title:"Phoneme Hunt",desc:"Find words that contain a specific phoneme (sound).",comingSoon:"Coming soon: phoneme filter, hint feature"}},xv={lead:`IHAB builds trust
|
|
26
|
+
through sound
|
|
27
|
+
and aids recovery.`,site:{title:"Site",malgwi:"Malgwi",soundDirection:"Sound Direction System",vrSoundDirection:"VR Sound Direction System",hearingTest:"Hearing Test Pro"},sns:{title:"SNS",naverBlog:"Naver Blog",kakao:"KAKAO Talk Open Chat"},policy:{title:"Policy",terms:"Terms of Service",privacy:"Privacy Policy"},ceo:"CEO",address:"Address",support:"Support",ceoName:"Ji-hye Han",addressValue:"302, 3F, Haechan Bldg, 32 Siocheong-gil, Chuncheon, Gangwon, Korea"},Cv={nav:{programs:"Programs",manager:"Manager",themes:"Training Topics",plans:"Pricing",login:"Log in",menuOpen:"Open menu",menuClose:"Close menu"},hero:{eyebrow:"Auditory Training by Hearing Professionals",title:"Practice <em>hearing speech</em><br/>with programs made by<br/>hearing professionals.",sub:"IHAB \uB9D0\uADC0 is an auditory training program designed to support everyday communication for hearing aid wearers, with a variety of listening scenarios and engaging content.",ctaPrimary:"Start for free"},marquee:["4,460 listening contents","Audiology expert advisory","Everyday recovery for hearing aid users","Daily updates","9 topic categories","Noise environment simulation"],counter:{prefix:"A total of",unit:"",unitSuffix:"",suffix:"vast training contents.",trainingCardSuffix:" sent.",cap:"With 4,000+ listening contents updated daily, no two listening experiences are ever repeated.",chips:[{num:"1,284",label:"Sentence listening in noise"},{num:"1,612",label:"Short story listening"},{num:"986",label:"Long story listening"},{num:"578",label:"Sentence ordering"}]},features:{title:"All the <em>auditory training</em> you need, <em>in one place</em>",sub:"From today's listening to noise training, word discrimination, and games\u2014<br/>experience everything you need for auditory rehabilitation with \uB9D0\uADC0.",items:[{title:"Today's Listening",desc:"Fresh daily listening training to support consistent auditory rehabilitation."},{title:"Topic Training",desc:"Improve real-life listening ability with topics like daily life, news, and weather."},{title:"Word Training",desc:"Focused training to distinguish phonemes by comparing onset, vowel, and coda differences."},{title:"Listening in Noise",desc:"Build adaptability to clearly distinguish speech in various noise environments."},{title:"Games",desc:"Keep up with auditory training without getting bored through fun game formats."},{title:"Training Log",desc:"Track your auditory rehabilitation progress at a glance with history and statistics."},{title:"Expert Management",desc:"Audiologists and hearing aid centers can manage patient training settings and visit history together."}]},programs:{title:"Auditory training program designed for<br/><em>diverse listening</em> situations and <em>engagement</em>",sub:"Consistent auditory rehabilitation improves auditory attention and cognitive ability.",steps:[{n:"01",variant:"start",title:"Listen",desc:"Training to hear sentences in real everyday noise environments"},{n:"02",variant:"feedback",title:"Remember",desc:"Review the sentence and check which parts you heard clearly"},{n:"03",variant:"done",title:"Confirm",desc:"Save accuracy and trends per session to inform the next training"}]},themes:{title:"Auditory training with <em>topics</em><br/>you're <em>interested</em> in",sub:"Organized by topics you encounter in everyday life so you can practice listening naturally.",sentenceSuffix:" sentences",items:{weather:"Weather",food:"Food",people:"People",koreanCulture:"Korean Culture",stories:"Stories",locations:"Locations",societyArts:"Society & Arts",natureScience:"Nature & Science",sports:"Sports",health:"Health"}},manager:{title:"Manager features for<br/><em>auditory training professionals</em>",sub:"We provide a manager page service that lets you manage customers and set up personalized auditory training.",footText:"Save your preferred training directly to set up your own custom preset.",footBtn:"Apply for \uB9D0\uADC0 Manager"},pricing:{title:"Enjoy all \uB9D0\uADC0 content<br/>without limits"},cta:{eyebrow:"Start right now",title:"10 minutes a day \u2014 regain<br/>confidence in daily communication.",sub:"Log in with your IHAB account to start training immediately<br/>with the first-visit customer preset.",btn:"Log in with IHAB and start \uB9D0\uADC0"},trainingPhone:{title:"Sentence Listening in Noise",topic:"Gardening",prev:"Prev",next:"Next",speed:"Speed 3",noiseType:"Crowd noise",settings:"Settings",start:{caption:"Press the play (\u25B6) button below and listen carefully. After listening, check the sentence."},feedback:{caption:"Plant the well-grown seedlings in the garden bed and cover them carefully with plastic film."},done:{heardWell:"Heard clearly",listenAgain:"Listen again"}},managerDash:{nav:{customers:"Customers",trainingSettings:"Training Settings",visitHistory:"Visit History"},trainingName:"Training Name",tabs:[{label:"Sentence listening in noise",icon:"\u{1F50A}"},{label:"Short story listening",icon:"\u{1F4AC}"},{label:"Long story listening",icon:"\u{1F4D6}"},{label:"Sentence ordering",icon:"\u{1F500}"}],checks:[{n:"Kendo",on:!0},{n:"Golf",on:!0},{n:"Golf etiquette",on:!0},{n:"Basketball",on:!1},{n:"Marathon",on:!1},{n:"Badminton",on:!1}]},stickyCta:"Log in and start \uB9D0\uADC0",stickyTaglinePrefix:"'s\xA0",stickyTaglineHighlight:"auditory training",stickyTaglineSuffix:" \u2014 ready to start?",forceLogout:{duplicateSession:"You were signed out because this account signed in on another device.",sessionExpired:"Your session expired, so you were signed out."}},_v={yearField:"Year",monthField:"Month",dayField:"Day",yearLabel:"{{y}}",monthLabel:"{{m}}",hourLabel:"{{h}}:00",daySuffix:"",minuteSuffix:"",dayLabel:"{{n}}",timeHM:"{{hh}}:{{mm}}",timeH:"{{hh}}:{{mm}}"},wv={discrimination:{label:"Discrimination Training",disc:"Training to distinguish whether two sounds are the same or different.",types:{SAME_SOUND_PICK:{label:"Listen & Pick Same Sound",sub:"Pick the word card that matches the sound you heard.",setupSub:"Choose a target word and distractors to create a same-sound picking question.",step1:"Select the target word.",step2:"Select other words to present alongside it."},SAME_OR_DIFF:{label:"Same or Different?",sub:"Decide whether the two sounds are the same or different.",setupSub:"Choose two words to compare and create a same-or-different question.",step1:"Listen to the two sounds.",step2:"Are they the same or different?",choiceSame:"Same",choiceDiff:"Different"},HEAR_AND_PICK_SAME:{label:"Hear & Match the Word",sub:"Pick the word card that matches what you heard.",setupSub:"Choose a target word and distractors to create a word-matching question.",step1:"Listen to the word.",step2:"Select the matching word card."},HEAR_AND_PICK_INCLUDED:{label:"Hear & Pick Word with Syllable",sub:"Pick the word card that contains the syllable you heard.",setupSub:"Create a question using a target with the syllable and distractors without it.",step1:"Listen to the syllable.",step2:"Select the word that contains this syllable."},STARTS_WITH_SAME_SOUND:{label:"Hear & Pick Same Starting Sound",sub:"Pick the word that starts with the same sound as the one you heard.",setupSub:"Create a question using words that start with the same sound and distractors that don't.",step1:"Listen to the word.",step2:"Select the word starting with the same sound."}}},synthesis:{label:"Synthesis Training",disc:"Training to combine two or more syllables or phonemes into a word.",types:{MERGE_2_SYLLABLES:{label:"Combine 2 Syllables",sub:"What word do you get when you combine these 2 syllables?",setupSub:"Choose a target word and it will be split into 2 syllables for the question.",step1:"Listen to the 2 syllables.",step2:"What word do they make?"},MERGE_3_SYLLABLES:{label:"Combine 3 Syllables",sub:"What word do you get when you combine these 3 syllables?",setupSub:"Choose a target word and it will be split into 3 syllables for the question.",step1:"Listen to the 3 syllables.",step2:"What word do they make?"},MERGE_2_PHONEMES:{label:"Combine 2 Phonemes",sub:"What sound do you get when you combine these 2 phonemes?",setupSub:"Choose a target sound and create a 2-phoneme combination question.",step1:"Listen to the 2 phonemes.",step2:"What sound do they make?"},MERGE_3_PHONEMES:{label:"Combine 3 Phonemes",sub:"What sound do you get when you combine these 3 phonemes?",setupSub:"Choose a target sound and create a 3-phoneme combination question.",step1:"Listen to the 3 phonemes.",step2:"What sound do they make?"}}},deletion:{label:"Deletion Training",disc:"Training to identify the remaining sound after removing a syllable or phoneme.",types:{DROP_1_FROM_2SYLL:{label:"Drop 1 Syllable from 2-Syllable Word",sub:"What sound is left when you remove one syllable from a 2-syllable word?",setupSub:"Choose a 2-syllable target word and create a syllable-deletion question.",step1:"Listen to the word.",step2:"What sound remains when one syllable is removed?"},DROP_1_FROM_3SYLL:{label:"Drop 1 Syllable from 3-Syllable Word",sub:"What sound is left when you remove one syllable from a 3-syllable word?",setupSub:"Choose a 3-syllable target word and create a syllable-deletion question.",step1:"Listen to the word.",step2:"What sound remains when one syllable is removed?"},DROP_PART_FROM_COMPOUND:{label:"Drop Part of Compound Word",sub:"What word is left when you remove part of a compound word?",setupSub:"Choose a compound word and create a partial-deletion question.",step1:"Listen to the compound word.",step2:"What word remains when part is removed?"},DROP_FINAL_CONSONANT_FROM_1SYLL:{label:"Drop Final Consonant",sub:"What sound is left when you remove the final consonant?",setupSub:"Choose a 1-syllable word with a final consonant and create a deletion question.",step1:"Listen to the word.",step2:"What sound remains when the coda is removed?"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{label:"Drop Consonant from 1-Syllable Word",sub:"What sound remains after removing the consonant?",setupSub:"Choose a 1-syllable word and create a consonant-removal question.",step1:"Listen to the word.",step2:"What sound remains when the consonant is removed?"}}},substitution:{label:"Substitution Training",disc:"Training to create new sounds by substituting syllables or phonemes.",types:{CHANGE_1_SYLL_IN_2SYLL:{label:"Change 1 Syllable in 2-Syllable Word",sub:"Change one syllable of a 2-syllable word to make a new word.",setupSub:"Choose a 2-syllable target word and create a syllable-substitution question.",step1:"Listen to the word.",step2:"Change one syllable to make a new word."},CHANGE_1_SYLL_IN_3SYLL:{label:"Change 1 Syllable in 3-Syllable Word",sub:"Change one syllable of a 3-syllable word to make a new word.",setupSub:"Choose a 3-syllable target word and create a syllable-substitution question.",step1:"Listen to the word.",step2:"Change one syllable to make a new word."},CHANGE_1_PHONEME_IN_1SYLL:{label:"Change 1 Phoneme in 1-Syllable Word",sub:"Change one phoneme of a 1-syllable word to make a new sound.",setupSub:"Choose a 1-syllable target word and create a phoneme-substitution question.",step1:"Listen to the word.",step2:"Change one phoneme to make a new sound."},CHANGE_1_PHONEME_IN_2SYLL:{label:"Change 1 Phoneme in 2-Syllable Word",sub:"Change one phoneme of a 2-syllable word to make a new word.",setupSub:"Choose a 2-syllable target word and create a phoneme-substitution question.",step1:"Listen to the word.",step2:"Change one phoneme to make a new word."}}},attention:{label:"Auditory Attention Training",disc:"Training attention and short-term memory by listening to and recalling sequences of sounds.",types:{LISTEN_AND_REMEMBER_ORDER:{label:"Listen & Recall in Order",sub:"Select the three word cards in the order you heard them.",setupSub:"Choose three words to present and create a recall-in-order question.",step1:"Listen to the three words.",step2:"Select them in the order you heard them."}}}},kv={subtitle:"Select a training type",resultUnit:"word set",nameLabel:"Name",namePlaceholder:"Enter training name",options:"Training Options",difficulty:"Difficulty",exclude:"Exclude",chosung:"Initial Consonant",save:"Save",preview:"Preview",excludeOptions:{none:"None",noImage:"No Image"},toast:{nameRequired:"Please enter a set name.",noWords:"No words selected.",noProblem:"Please complete at least one question.",loginRequired:"Login required.",saveFailed:"Failed to save.",saveSuccess:'"{{name}}" set saved ({{count}} questions).',saveSuccessWithIncomplete:'"{{name}}" set saved ({{count}} questions, {{incomplete}} incomplete excluded).',bundleApplied:"Applied to the current question."},suggest:{noCoda:"No batchim",syllable:"{{n}} syllable(s)"}},Sv={namePlaceholder:"Enter a training name.",trainingTitle:"'{{name}}' Word Training",questionInput:"Enter a word",answer:"Answer",distractor:"Distractor",groupStep:"Select the word set for the problem.",pickWordStep:"Choose the word to use in the question.",groupStepSub:"The correct answer and distractors are chosen at random from the selected set.",sameOrDiffStepSub:"Chosen at random from the selected word set.",problemNav:"Q {{current}} / {{count}}",problemNum:"Q {{n}}",clearQuestion:"Deselect",removeQuestion:"Remove Question",addQuestion:"Add Question",noWords:"No words match the selected filters.",validOk:"Valid word.",validNoImage:"No image for this word.",validNeed1SyllCoda:"Only 1-syllable words with a final consonant are allowed.",validNeed1SyllNoCoda:"Only 1-syllable words without a final consonant are allowed (excluding words starting with \u3147).",validNeed2Syll:"Only 2-syllable words are allowed.",validNeed3Syll:"Only 3-syllable words are allowed.",manualOnlyHint:"This type doesn't support automatic suggestions yet. Please enter the question word manually."},Av={unexpectedTitle:"Something went wrong",unexpectedMessage:"An unexpected error occurred. Please try again.",retry:"Try Again"},Tv={loadError:"Word Data Load Failed",loadErrorMessage:"Failed to load word data. Please check your network and try again.",updateAvailable:"Word Data v{{version}}",updateMessage:"New word data is available.",phaseWordDownload:"Download Word Data",phaseImageCheck:"Check Images",phasePairAnalysis:"Analyze Word Pairs",downloadingCount:"Downloading {{n}} words",checkingPage:"Checking page {{page}} list",imageCount:"{{done}} / {{total}} items",update:{title:"Word Data Update"}},Nv={title:"Apply for Malgwi Manager",submitting:"Submitting\u2026",submit:"Apply",promo:{title:"3-Day Free Trial for Malgwi Manager",desc:"Register now and try Malgwi Manager free for 3 days!",action:"View Info Page"},applicantEmail:"Applicant Email",companyId:{label:"Company ID",placeholder:"e.g. ACME01 (uppercase letters & numbers)",helper:"Company ID cannot be changed after creation. Only uppercase letters, numbers, _, - are allowed.",errors:{required:"Please enter a company ID",startWithLetter:"Company ID must start with an uppercase letter.",tooLong:"Company ID must be 12 characters or fewer."}},companyName:{label:"Company / Username",placeholder:"Enter company name or username",errors:{required:"Please enter a company name",tooLong:"Company / Username must be 12 characters or fewer."}},companyType:{label:"Company Type",placeholder:"Select company type",errors:{required:"Please select a company type"}},phone:{label:"Phone",errors:{required:"Please enter a phone number",format:"Please enter a valid phone number"}}},Bv={clearAriaLabel:"Clear input"},Ev={ariaLabel:"Select tab"},Dv={ariaLabel:"Tabs"},Lv={dragPrompt:"Drag and drop files here",browseButton:"Choose Files",removeAriaLabel:"Remove {{name}}"},jv={ariaLabel:"User avatar"},Mv={title:"Homework",subtitle:"Check and do the homework your manager sent you.",completed:"Done",inProgress:"In progress",fromManager:"Manager",received:"received",recordExpired:"The homework has expired, so the result was not recorded. Please contact your manager.",segment:{all:"All",new:"New",inprogress:"In Progress",done:"Done"},pageSize:{10:"Show 10",20:"Show 20",50:"Show 50"},searchPlaceholder:"Search homework name",sort:{newest:"Newest",oldest:"Oldest",title:"Title"},relativeDay:{today:"Today",yesterday:"Yesterday",daysAgo:"{{n}}d ago"},orgLink:{title:"Link Organization",placeholder:"Enter link code",connect:"Link",linked:"Linked to {{org}}.",failed:"Failed to link.",org:"the organization"},reason:{notLoggedIn:"Login required."},list:{title:"Received Homework",empty:"No homework received."},status:{expired:"Expired",done:"Done {{count}}\xD7 \xB7 {{date}}",notDone:"Not done"}},Pv={title:"Training Status",sub:"View your hearing training records",weekly:{title:"Weekly Training",daily:"Daily Listening",crossword:"Crossword",trainingTime:"Training Time",timeAvg:"Avg time",accuracy:"Accuracy",unit:" times"},sentence:{title:"Sentence Training"},word:{title:"Word Training"},homework:{title:"Homework Progress",weeklyRate:"Weekly Rate",count:"Total",done:"Done",remaining:"Remaining",unit:""},today:{title:"Today's Listening",progress:"Progress",accuracy:"Accuracy",progressAvg:"Avg progress",unitPct:"%",tooltipTotal:"Total",tooltipDone:"Done"},filter:{countSuffix:" sessions"},time:{title:"Training Time",countLabel:"{{n}} sessions",empty:"No training records",sec:"{{n}}s",min:"{{n}}m",hourMin:"{{h}}h {{m}}m",hour:"{{h}}h"},daily:{title:"Today's Listening Record",empty:"No completed sessions"},crossword:{title:"Crossword Quiz",empty:"No completed levels"},visit:{title:"Linked Visit Records"},detail:"Details",detailEmpty:"No training records for this period.",detailError:"Could not load training records. Please try again shortly.",col:{date:"Date",type:"Type",score:"Score",time:"Time"},trainingType:{LISTEN_IN_NOISE:"Sentence in Noise",SHORT_STORY:"Short Story",LONG_STORY:"Long Story",ORDERING_SENTENCE:"Sentence Ordering"},accuracy:{overall:"Overall accuracy",itemUnit:" items",skipped:"{{n}} had no accuracy record and were left out of this count."}},Rv={title:"Training Store",subtitle:"Browse trainings shared by other managers and add them to your list.",searchPlaceholder:"Search by training name or publisher",category:{word:"Word Tables",wordTraining:"Word Training",sentence:"Sentence Training"},sort:{newest:"Newest",likes:"Most liked",downloads:"Most downloaded"},wordKind:{pair:"Pairs",single:"Words",emptyHintToSingle:"No pair tables here, but the 'Words' tab has some.",emptyHintToPair:"No word tables here, but the 'Pairs' tab has some."},pageSize:"{{n}} per page",countPrefix:"Total ",countSuffix:" trainings",notice:"Log in with a manager account to add trainings to your list.",empty:"No trainings have been published yet.",emptyHint:"You can publish your own trainings from the Training Settings page.",like:"Like",unlike:"Unlike",loginRequired:"Login required",import:"Add to my trainings",importButton:"Import",publisher:"Publisher",importFail:"Import failed: {{error}}",importSuccess:"Added '{{title}}' to your training list.",dupTitle:"Same content already exists",dupMessageOne:"Same content as <m>{{title}}</m>. Import anyway?",dupMessageMany:"Same content as <m>{{title}}</m> and <m>{{n}}</m> more. Import anyway?",time:{justNow:"just now",minutesAgo:"{{n}}m ago",hoursAgo:"{{n}}h ago",daysAgo:"{{n}}d ago",weeksAgo:"{{n}}w ago",monthsAgo:"{{n}}mo ago",yearsAgo:"{{n}}y ago"},badge:{shared:"Store"},unpublishOnDelete:"The store listing will also be deleted.",publish:{confirmLabel:"Post",confirmLoading:"Posting\u2026",descPlaceholder:"One-line description for the Training Store (optional)",dialogTitle:"Post to Training Store",message:"Publish '{{name}}' to the Training Store."},categoryLabel:"Resource type",toast:{registered:"Published to the Malgue Library",registerError:"Failed to publish to the Malgue Library"}},$v={common:{cardName:"Card Name",cardNamePlaceholder:"Enter card name",group:"Group",groupPlaceholder:"Group name (optional)",description:"Description",descriptionPlaceholder:"Briefly describe this card (optional)",nameRequired:"Please enter a card name.",removeAll:"Remove All",deleteConfirm:"Delete '{{name}}'?",deleteConfirmDefault:"Delete this card?"},wordTableCard:{createTitle:"Create Word Table Card",editTitle:"Edit Word Table Card",deleteTitle:"Delete Word Table Card",basket:"Selected Tables",basketEmpty:"No tables selected",depth:"Word Table"},wordTrainingCard:{createTitle:"Create Word Training Bundle",editTitle:"Edit Word Training Bundle",deleteTitle:"Delete Word Training Bundle",selectSection:"Select Trainings",defaultSection:"Default Trainings",defaultSectionDesc:"Words are filled automatically when you add a standard training",mySection:"My Trainings",noTrainingsEmpty:"Please create a word training first.",adding:"Adding\u2026",add:"Add",basket:"Selected Trainings",basketEmpty:"No trainings selected",trainingRequired:"Please add at least one training.",maxTrainingsAlert:"You can add up to {{max}} trainings",notEnoughWords:"Not enough words to generate questions",addSaveError:"Failed to save the training. Please try again",complete:{message:"All done! Great job!",button:"Done"}},shareLink:{saveCardFirst:"Save the card first.",copied:"Link copied",created:"Link created",createFailed:"Failed to create link",copyBlocked:"Copying was blocked, so the link is selected. Press Ctrl/\u2318+C to copy",removed:"Link removed",removeFailed:"Failed to remove link"}},Iv={manage:{title:"Homework",sub:"View shared training links and submission status.",filterActive:"Active",filterExpired:"Expired / Inactive",searchPlaceholder:"Search by title or recipient",emptySearch:"No results found.",emptyLinks:"No shared homework links yet.",unit:"item(s)",loadFailed:"Could not load homework links."},card:{deleteTitle:"Delete Homework Link",deleteMessage:"Delete this homework link? Submitted results will also be removed."},status:{inactive:"Inactive",expired:"Expired",active:"Active",done_one:"Completed {{count}} time",done_other:"Completed {{count}} times",notDone:"Not Completed",noTarget:"No Target",sentFmt:"{{target}} \xB7 sent {{date}}"},menu:{activate:"Activate",deactivate:"Deactivate"},personalLinkTitle:"Personal link"},Ov={title:"Invitations",sub:"Create and manage invite links \u2014 no customer info needed.",copyAriaLabel:"Copy link",deleteAriaLabel:"Delete",deleteConfirmTitle:"Delete invite link",deleteConfirmMessage:"Delete this invite link? Any link already shared will stop working."},zv={card:{sub:"Word Training Bundle",empty:"No word training in this card."}},Fv={ariaLabel:"Contact Us",emailPlaceholder:"Email for reply",contentPlaceholder:"Please enter your inquiry.",cancelLabel:"Cancel",submitLabel:"Send",title:"Contact Us",emailLabel:"Email",contentLabel:"Inquiry",successMsg:"\u2713 Your inquiry has been submitted.",submitError:"Failed to submit your inquiry.",subText:"Send us a message about purchasing a subscription plan. We will respond within 1\u20132 business days."},Wv={inProgress:"Exam in progress"},Hv={countSuffix:"",searchPlaceholder:"Search links",creating:"Creating\u2026",create:"Create Link",colLink:"Link",colCreatedAt:"Created At",empty:"No items.",loadFailed:"Could not load invitations."},Vv={empty:"No training items to run.",loading:"Loading training data\u2026",subtitle:"Select a topic to start listening practice.",title:"Run Training"},Gv={reason:{invalid:"This invite has expired or is no longer valid.",notFound:"This invite does not exist.",notLoggedIn:"Please sign in.",rateLimited:"Please try again in a moment."},defaultOrgName:"the organization",loading:"Loading\u2026",invalidTitle:"Can't open this invite",acceptError:"Failed to accept the invite.",alreadyConnected:"already connected.",connected:"connected.",doneMessage:"{{orgName}} \u2014 {{suffix}}",doneSub:"You can now receive homework from your manager.",goToHomework:"Go to homework",failedTitle:"Couldn't accept the invite",home:"Home",readyTitle:"Invite from {{orgName}}",readySub:"Register as a customer of {{orgName}} and start receiving homework?",accepting:"Connecting\u2026",acceptButton:"Accept invite"},qv={reason:{notFound:"This link does not exist.",inactive:"This link has been deactivated.",expired:"This link has expired.",maxUses:"This link has reached its maximum uses.",missingToken:"This link is invalid.",default:"This link is not valid.",unavailable:"We can't check this link right now."},checking:"Checking the link\u2026",validBadge:"Valid link",availableUntil:"Available until {{date}}",redirecting:"Redirecting\u2026",redirectingIn3s:"Redirecting to the app in 3 seconds.",enterNow:"Enter now",invalidBadge:"Unavailable",expiredAt:"Expired: {{date}}",contactAdmin:"If you believe this link should still work, please contact your administrator.",unavailableBadge:"Cannot check",unavailableHint:"Check your connection and open the link again. The link itself is still fine."},Uv={loading:"Loading\u2026",invalidTitle:"Can't open this link",invalidMessage:"This shared link doesn't exist, or has expired or been deactivated.",goToMyHomework:"Go to My Homework",recordFailed:"This homework link has expired, so your result wasn't saved. Please contact your manager."},Yv={defaultTitle:"Word Table"},Kv={label:"Share link",copyAriaLabel:"Copy link",removeAriaLabel:"Remove link",creating:"Creating\u2026",hint:"You can only create a share link for a saved card.",removeConfirmTitle:"Remove share link",removeConfirmMessage:"Remove this share link? The existing link will stop working."},Zv={title:"Organization link request",subtitle:"The organization below wants to register you as their customer. Please confirm this is an organization you actually use before choosing.",registeredName:"Registered as: {{name}}",decline:"Decline",accept:"Accept",error:"Failed to process: {{message}} \u2014 please try again."},Xv={steps:"Step {{current}} of {{total}}"},Jv={title:"Build the next training",lead:"Sets containing items {{name}} has not caught yet. Only these go in.",planGroup:"Into a training plan",bundleGroup:"Into a word-training bundle",pending:"{{count}} left",unknownSet:"Set name not found",confirm:"Create",newBase:"{{name}} training",planDesc:"{{count}} set(s) holding items {{name}} got wrong",bundleDesc:"{{count}} word training(s) holding items {{name}} got wrong",madePlan:"{{count}} training plan(s)",madeBundle:"{{count}} word-training bundle(s)",created:"Created '{{name}}' \u2014 {{what}}",nothingMade:"No set could be included, so nothing was created.",noSetNote:"{{n}} item(s) could not be included \u2014 the record does not say which set they came from.",emptyTitle:"Nothing to build right now",emptyAllClear:"No items are still being missed.",emptyNoSet:"{{n}} item(s) are still missed, but the records do not say which set they came from, so they cannot be pulled back. One more training run will start recording it."},Qv={panelTitle:"Training misses",viewItems:"Items",viewTypes:"Types",colTitle:"Item",colWhen:"When",colScore:"Correct",colDuration:"Duration",scoreFmt:"{{correct}}/{{total}}",unitRun:" runs",runsEmpty:"No training recorded yet.",colType:"Type",colRate:"Accuracy",colTried:"Tries",colLatest:"Last",colPending:"Left",colTrend:"Change",colRuns:"Runs",unitItem:" items",empty:"No training misses recorded yet.",loadFailed:"Could not load the training records.",skippedOnly:"{{n}} older record(s) were excluded \u2014 they do not say what was answered.",summaryLabel:"Recorded",summaryValue:"{{items}} items \xB7 {{pending}} still missed",nextLabel:"Next to work on",nextCount:"{{count}}",nextCountCapped:"{{shown}} of {{total}}",allClear:"All caught up",tried:"{{count}}x",picked:"\u2192 {{what}}",typeClear:"All caught up",typePending:"{{pending}} of {{total}} left",flat:"no change",runs:"{{count}} run(s)",avgDuration:"{{sec}}s avg",truncated:"Only the most recent {{n}} items were loaded \u2014 the counts below cover just those."},ey={panelTitle:"Word table scores",viewWords:"Words",viewTables:"Tables",colWord:"Word",colMark:"Last",colRate:"Accuracy",colTried:"Tries",colLatest:"When",colTable:"Table",colTrend:"Change",colScoredAt:"Scored at",unitTime:" times",empty:"No word tables scored yet.",summaryLabel:"Scored",summaryValue:"{{times}} times \xB7 {{words}} words",nextLabel:"Focus next",nextCount:"{{count}}",allClear:"All correct last time.",tried:"{{count}}x",times:"{{count}}x",flat:"no change",recentLabel:"Recent scorings",deleteOne:"Delete \u201C{{name}}\u201D scoring",deleteTitle:"Delete this scoring?",deleteMessage:"Deletes the \u201C{{name}}\u201D scoring from {{when}}. This cannot be undone.",nextCountCapped:"{{shown}} of {{total}}",loadFailed:"Could not load word scores."},ty={title:"What to train next?",subtitle:"Picked for the {{count}} words {{name}} has not mastered yet.",allClear:"All correct last time. Nothing to focus on right now.",noMatch:"None of your tables contain these words.",coverage:"{{covered}} of {{total}} cells",uncovered:"{{count}} words not in any table",makeNew:"Make a new table from these {{count}}",newTableBase:"{{name}} focus",newTableDesc:"The {{count}} words {{name}} has not mastered yet.",created:"Created \u201C{{name}}\u201D \u2014 {{count}} cells.",button:"Suggest next table"},ay={hint:"Pin what you want to keep; the rest can be redrawn.",pin:"Pin \u201C{{name}}\u201D",unpin:"Unpin \u201C{{name}}\u201D",remove:"Remove \u201C{{name}}\u201D",regenerate:"Redraw the rest",regenerating:"Drawing\u2026",save:"Create as shown",count:"{{total}} \xB7 {{pinned}} pinned",empty:"Nothing left. At least one is needed."},oy={ariaLabel:"Banner",dotAriaLabel:"Banner {{index}} of {{count}}"},ry={selectYearMonth:"Select year and month"},ny={common:S0,plan:A0,calendar:T0,passCard:N0,searchField:B0,rating:E0,colorPicker:D0,dropdown:L0,accordion:j0,header:M0,nav:P0,settings:R0,usage:$0,account:I0,help:O0,notifications:z0,wordSuggestion:F0,training:W0,trainingSettings:H0,customers:V0,today:G0,payment:q0,coupons:U0,visits:Y0,company:K0,sentenceTraining:Z0,trainingType:X0,myWordTraining:J0,myWordTable:Q0,keyWords:ev,wordTable:tv,wordSearch:av,wordManagement:ov,wordPrint:rv,topic:nv,passwordExpiry:iv,feedbackWidget:sv,accessLinkManager:lv,wordRecommend:cv,subscriptionExpiry:dv,customerTrainingBanner:uv,login:pv,agreementGate:hv,addressSearch:mv,trainingPlan:gv,device:bv,manager:fv,wordPairs:vv,game:yv,footer:xv,landing:Cv,date:_v,trainingGroup:wv,trainingSetPage:kv,wordTrainingPreview:Sv,error:Av,wordData:Tv,infoInput:Nv,textField:Bv,segmentedControl:Ev,tabs:Dv,fileUpload:Lv,avatar:jv,myHomework:Mv,trainingStatus:Pv,store:Rv,cardPopup:$v,homework:Iv,invite:Ov,wordTraining:zv,inquiry:Fv,exam:Wv,inviteManage:Hv,trainingPlanRun:Vv,orgInvitePage:Gv,linkGate:qv,homeworkGate:Uv,wordTableView:Yv,shareLinkFooter:Kv,linkRequestGate:Zv,progress:Xv,nextTraining:Jv,trainingMiss:Qv,wordScore:ey,nextTable:ty,draft:ay,topBanner:oy,datePicker:ry};const Oo=[{code:"ko",label:"\uD55C\uAD6D\uC5B4"},{code:"en",label:"English"}],mo="ko",ii="ihab_display_language";function Td(){try{const t=localStorage.getItem(ii);if(t&&Oo.some(e=>e.code===t))return t}catch{}return mo}function iy(t){try{localStorage.setItem(ii,t)}catch{}}function Nd(t){try{document.documentElement.lang=t}catch{}}ct.on("languageChanged",Nd),Nd(Td()),ct.use(Pf).init({resources:{ko:{translation:k0},en:{translation:ny}},lng:Td(),fallbackLng:mo,interpolation:{escapeValue:!1},react:{useSuspense:!1}});const Bd=c.createContext({locale:mo,supportedLocales:Oo});function sy(){return c.useContext(Bd)}function ly({locale:t=mo,children:e}){return c.useEffect(()=>{const a=Oo.find(o=>o.code===t)?t:mo;ct.language!==a&&ct.changeLanguage(a)},[t]),n.jsx(Bd.Provider,{value:{locale:t,supportedLocales:Oo},children:e})}function _e(...t){return t.filter(Boolean).join(" ")}var cy=".ihabdevteam-core-scope .empty-state{align-items:center;border:1px solid var(--color-whiteLine);border-radius:var(--radius-m);display:flex;flex-direction:column;gap:10px;justify-content:center;padding:var(--spacing-page) var(--spacing-xl);text-align:center}.ihabdevteam-core-scope .empty-state__emoji{font-size:40px;line-height:1}.ihabdevteam-core-scope .empty-state__icon{color:var(--color-lightGray);height:40px;width:40px}.ihabdevteam-core-scope .empty-state__title{color:var(--color-lightGray);margin:0}.ihabdevteam-core-scope .empty-state__message{color:var(--color-gray);margin:0}.ihabdevteam-core-scope .empty-state__hint{color:var(--color-lightGray);margin:0}.ihabdevteam-core-scope .empty-state__action{margin-top:var(--spacing-xs);min-width:120px}.ihabdevteam-core-scope .empty-state--compact{padding:var(--spacing-page) var(--spacing-m);padding-block:56px}";Q(cy);/**
|
|
28
|
+
* @license lucide-react v1.38.0 - ISC
|
|
29
|
+
*
|
|
30
|
+
* This source code is licensed under the ISC license.
|
|
31
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
32
|
+
*/const Ed=(...t)=>t.filter((e,a,o)=>!!e&&e.trim()!==""&&o.indexOf(e)===a).join(" ").trim();/**
|
|
33
|
+
* @license lucide-react v1.38.0 - ISC
|
|
34
|
+
*
|
|
35
|
+
* This source code is licensed under the ISC license.
|
|
36
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
37
|
+
*/const dy=t=>t.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase();/**
|
|
38
|
+
* @license lucide-react v1.38.0 - ISC
|
|
39
|
+
*
|
|
40
|
+
* This source code is licensed under the ISC license.
|
|
41
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
42
|
+
*/const uy=t=>t.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,a,o)=>o?o.toUpperCase():a.toLowerCase());/**
|
|
43
|
+
* @license lucide-react v1.38.0 - ISC
|
|
44
|
+
*
|
|
45
|
+
* This source code is licensed under the ISC license.
|
|
46
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
47
|
+
*/const Dd=t=>{const e=uy(t);return e.charAt(0).toUpperCase()+e.slice(1)};/**
|
|
48
|
+
* @license lucide-react v1.38.0 - ISC
|
|
49
|
+
*
|
|
50
|
+
* This source code is licensed under the ISC license.
|
|
51
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
52
|
+
*/var si={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
53
|
+
* @license lucide-react v1.38.0 - ISC
|
|
54
|
+
*
|
|
55
|
+
* This source code is licensed under the ISC license.
|
|
56
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
57
|
+
*/const py=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0;return!1},hy=c.createContext({}),my=()=>c.useContext(hy),gy=c.forwardRef(({color:t,size:e,strokeWidth:a,absoluteStrokeWidth:o,className:r="",children:i,iconNode:s,...l},u)=>{const{size:d=24,strokeWidth:h=2,absoluteStrokeWidth:p=!1,color:m="currentColor",className:g=""}=my()??{},f=o??p?Number(a??h)*24/Number(e??d):a??h;return c.createElement("svg",{ref:u,...si,width:e??d??si.width,height:e??d??si.height,stroke:t??m,strokeWidth:f,className:Ed("lucide",g,r),...!i&&!py(l)&&{"aria-hidden":"true"},...l},[...s.map(([b,y])=>c.createElement(b,y)),...Array.isArray(i)?i:[i]])});/**
|
|
58
|
+
* @license lucide-react v1.38.0 - ISC
|
|
59
|
+
*
|
|
60
|
+
* This source code is licensed under the ISC license.
|
|
61
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
62
|
+
*/const K=(t,e)=>{const a=c.forwardRef(({className:o,...r},i)=>c.createElement(gy,{ref:i,iconNode:e,className:Ed(`lucide-${dy(Dd(t))}`,`lucide-${t}`,o),...r}));return a.displayName=Dd(t),a};/**
|
|
63
|
+
* @license lucide-react v1.38.0 - ISC
|
|
64
|
+
*
|
|
65
|
+
* This source code is licensed under the ISC license.
|
|
66
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
67
|
+
*/const by=[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]],Ld=K("triangle-alert",by);/**
|
|
68
|
+
* @license lucide-react v1.38.0 - ISC
|
|
69
|
+
*
|
|
70
|
+
* This source code is licensed under the ISC license.
|
|
71
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
72
|
+
*/const fy=[["rect",{width:"9",height:"6",x:"6",y:"14",rx:"2",key:"lpm2y7"}],["rect",{width:"16",height:"6",x:"6",y:"4",rx:"2",key:"rdj6ps"}],["path",{d:"M2 2v20",key:"1ivd8o"}]],vy=K("align-start-vertical",fy);/**
|
|
73
|
+
* @license lucide-react v1.38.0 - ISC
|
|
74
|
+
*
|
|
75
|
+
* This source code is licensed under the ISC license.
|
|
76
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
77
|
+
*/const yy=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],xy=K("arrow-down",yy);/**
|
|
78
|
+
* @license lucide-react v1.38.0 - ISC
|
|
79
|
+
*
|
|
80
|
+
* This source code is licensed under the ISC license.
|
|
81
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
82
|
+
*/const Cy=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],_y=K("arrow-left",Cy);/**
|
|
83
|
+
* @license lucide-react v1.38.0 - ISC
|
|
84
|
+
*
|
|
85
|
+
* This source code is licensed under the ISC license.
|
|
86
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
87
|
+
*/const wy=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],ky=K("arrow-right",wy);/**
|
|
88
|
+
* @license lucide-react v1.38.0 - ISC
|
|
89
|
+
*
|
|
90
|
+
* This source code is licensed under the ISC license.
|
|
91
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
92
|
+
*/const Sy=[["path",{d:"m16 3 4 4-4 4",key:"1x1c3m"}],["path",{d:"M20 7H4",key:"zbl0bi"}],["path",{d:"m8 21-4-4 4-4",key:"h9nckh"}],["path",{d:"M4 17h16",key:"g4d7ey"}]],Ay=K("arrow-right-left",Sy);/**
|
|
93
|
+
* @license lucide-react v1.38.0 - ISC
|
|
94
|
+
*
|
|
95
|
+
* This source code is licensed under the ISC license.
|
|
96
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
97
|
+
*/const Ty=[["path",{d:"M2 10v3",key:"1fnikh"}],["path",{d:"M6 6v11",key:"11sgs0"}],["path",{d:"M10 3v18",key:"yhl04a"}],["path",{d:"M14 8v7",key:"3a1oy3"}],["path",{d:"M18 5v13",key:"123xd1"}],["path",{d:"M22 10v3",key:"154ddg"}]],Ny=K("audio-lines",Ty);/**
|
|
98
|
+
* @license lucide-react v1.38.0 - ISC
|
|
99
|
+
*
|
|
100
|
+
* This source code is licensed under the ISC license.
|
|
101
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
102
|
+
*/const By=[["path",{d:"M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5",key:"1u7htd"}],["path",{d:"M15 12h.01",key:"1k8ypt"}],["path",{d:"M19.38 6.813A9 9 0 0 1 20.8 10.2a2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 3c2 0 3.5 1.1 3.5 2.5s-.9 2.5-2 2.5c-.8 0-1.5-.4-1.5-1",key:"11xh7x"}],["path",{d:"M9 12h.01",key:"157uk2"}]],Ey=K("baby",By);/**
|
|
103
|
+
* @license lucide-react v1.38.0 - ISC
|
|
104
|
+
*
|
|
105
|
+
* This source code is licensed under the ISC license.
|
|
106
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
107
|
+
*/const Dy=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}]],Ly=K("ban",Dy);/**
|
|
108
|
+
* @license lucide-react v1.38.0 - ISC
|
|
109
|
+
*
|
|
110
|
+
* This source code is licensed under the ISC license.
|
|
111
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
112
|
+
*/const jy=[["path",{d:"M10.268 21a2 2 0 0 0 3.464 0",key:"vwvbt9"}],["path",{d:"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326",key:"11g9vi"}]],My=K("bell",jy);/**
|
|
113
|
+
* @license lucide-react v1.38.0 - ISC
|
|
114
|
+
*
|
|
115
|
+
* This source code is licensed under the ISC license.
|
|
116
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
117
|
+
*/const Py=[["path",{d:"M10 2v8l3-3 3 3V2",key:"sqw3rj"}],["path",{d:"M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20",key:"k3hazp"}]],Ry=K("book-marked",Py);/**
|
|
118
|
+
* @license lucide-react v1.38.0 - ISC
|
|
119
|
+
*
|
|
120
|
+
* This source code is licensed under the ISC license.
|
|
121
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
122
|
+
*/const $y=[["path",{d:"M12 5v16",key:"1f6ucr"}],["path",{d:"M20.001 19A2 2 0 0022 17V5a2 2 0 00-1.999-2L16 3.002A5 5 0 0012 5a5 5 0 00-4-2H4a2 2 0 00-2 2v12a2 2 0 001.999 2H8a5 5 0 014 2 5 5 0 014-2z",key:"1fyvmf"}]],Iy=K("book-open",$y);/**
|
|
123
|
+
* @license lucide-react v1.38.0 - ISC
|
|
124
|
+
*
|
|
125
|
+
* This source code is licensed under the ISC license.
|
|
126
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
127
|
+
*/const Oy=[["path",{d:"M17 3h4v4",key:"19p9u1"}],["path",{d:"M18.575 11.082a13 13 0 0 1 1.048 9.027 1.17 1.17 0 0 1-1.914.597L14 17",key:"12t3w9"}],["path",{d:"M7 10 3.29 6.29a1.17 1.17 0 0 1 .6-1.91 13 13 0 0 1 9.03 1.05",key:"ogng5l"}],["path",{d:"M7 14a1.7 1.7 0 0 0-1.207.5l-2.646 2.646A.5.5 0 0 0 3.5 18H5a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 .854.354L9.5 18.207A1.7 1.7 0 0 0 10 17v-2a1 1 0 0 0-1-1z",key:"8v3fy2"}],["path",{d:"M9.707 14.293 21 3",key:"ydm3bn"}]],zy=K("bow-arrow",Oy);/**
|
|
128
|
+
* @license lucide-react v1.38.0 - ISC
|
|
129
|
+
*
|
|
130
|
+
* This source code is licensed under the ISC license.
|
|
131
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
132
|
+
*/const Fy=[["path",{d:"M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1",key:"ezmyqa"}],["path",{d:"M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1",key:"e1hn23"}]],Wy=K("braces",Fy);/**
|
|
133
|
+
* @license lucide-react v1.38.0 - ISC
|
|
134
|
+
*
|
|
135
|
+
* This source code is licensed under the ISC license.
|
|
136
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
137
|
+
*/const Hy=[["path",{d:"M12 20v-9",key:"1qisl0"}],["path",{d:"M14 7a4 4 0 0 1 4 4v3a6 6 0 0 1-12 0v-3a4 4 0 0 1 4-4z",key:"uouzyp"}],["path",{d:"M14.12 3.88 16 2",key:"qol33r"}],["path",{d:"M21 21a4 4 0 0 0-3.81-4",key:"1b0z45"}],["path",{d:"M21 5a4 4 0 0 1-3.55 3.97",key:"5cxbf6"}],["path",{d:"M22 13h-4",key:"1jl80f"}],["path",{d:"M3 21a4 4 0 0 1 3.81-4",key:"1fjd4g"}],["path",{d:"M3 5a4 4 0 0 0 3.55 3.97",key:"1d7oge"}],["path",{d:"M6 13H2",key:"82j7cp"}],["path",{d:"m8 2 1.88 1.88",key:"fmnt4t"}],["path",{d:"M9 7.13V6a3 3 0 1 1 6 0v1.13",key:"1vgav8"}]],Vy=K("bug",Hy);/**
|
|
138
|
+
* @license lucide-react v1.38.0 - ISC
|
|
139
|
+
*
|
|
140
|
+
* This source code is licensed under the ISC license.
|
|
141
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
142
|
+
*/const Gy=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"m9 15 2 2 4-4",key:"1grp1n"}]],qy=K("calendar-check",Gy);/**
|
|
143
|
+
* @license lucide-react v1.38.0 - ISC
|
|
144
|
+
*
|
|
145
|
+
* This source code is licensed under the ISC license.
|
|
146
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
147
|
+
*/const Uy=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M8 13h.01",key:"1sbv64"}],["path",{d:"M12 13h.01",key:"y0uutt"}],["path",{d:"M16 13h.01",key:"wip0gl"}],["path",{d:"M8 17h.01",key:"p3bg7i"}],["path",{d:"M12 17h.01",key:"p32p05"}],["path",{d:"M16 17h.01",key:"ql8jdd"}]],Yy=K("calendar-days",Uy);/**
|
|
148
|
+
* @license lucide-react v1.38.0 - ISC
|
|
149
|
+
*
|
|
150
|
+
* This source code is licensed under the ISC license.
|
|
151
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
152
|
+
*/const Ky=[["path",{d:"M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z",key:"18u6gg"}],["circle",{cx:"12",cy:"13",r:"3",key:"1vg3eu"}]],Zy=K("camera",Ky);/**
|
|
153
|
+
* @license lucide-react v1.38.0 - ISC
|
|
154
|
+
*
|
|
155
|
+
* This source code is licensed under the ISC license.
|
|
156
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
157
|
+
*/const Xy=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"M18 17V9",key:"2bz60n"}],["path",{d:"M13 17V5",key:"1frdt8"}],["path",{d:"M8 17v-3",key:"17ska0"}]],Jy=K("chart-column",Xy);/**
|
|
158
|
+
* @license lucide-react v1.38.0 - ISC
|
|
159
|
+
*
|
|
160
|
+
* This source code is licensed under the ISC license.
|
|
161
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
162
|
+
*/const Qy=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],ex=K("chart-line",Qy);/**
|
|
163
|
+
* @license lucide-react v1.38.0 - ISC
|
|
164
|
+
*
|
|
165
|
+
* This source code is licensed under the ISC license.
|
|
166
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
167
|
+
*/const tx=[["path",{d:"M21 12c.552 0 1.005-.449.95-.998a10 10 0 0 0-8.953-8.951c-.55-.055-.998.398-.998.95v8a1 1 0 0 0 1 1z",key:"pzmjnu"}],["path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83",key:"k2fpak"}]],ax=K("chart-pie",tx);/**
|
|
168
|
+
* @license lucide-react v1.38.0 - ISC
|
|
169
|
+
*
|
|
170
|
+
* This source code is licensed under the ISC license.
|
|
171
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
172
|
+
*/const ox=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],jd=K("check",ox);/**
|
|
173
|
+
* @license lucide-react v1.38.0 - ISC
|
|
174
|
+
*
|
|
175
|
+
* This source code is licensed under the ISC license.
|
|
176
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
177
|
+
*/const rx=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],Md=K("chevron-left",rx);/**
|
|
178
|
+
* @license lucide-react v1.38.0 - ISC
|
|
179
|
+
*
|
|
180
|
+
* This source code is licensed under the ISC license.
|
|
181
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
182
|
+
*/const nx=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],Pd=K("chevron-right",nx);/**
|
|
183
|
+
* @license lucide-react v1.38.0 - ISC
|
|
184
|
+
*
|
|
185
|
+
* This source code is licensed under the ISC license.
|
|
186
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
187
|
+
*/const ix=[["rect",{width:"8",height:"4",x:"8",y:"2",rx:"1",ry:"1",key:"tgr4d6"}],["path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2",key:"116196"}],["path",{d:"M12 11h4",key:"1jrz19"}],["path",{d:"M12 16h4",key:"n85exb"}],["path",{d:"M8 11h.01",key:"1dfujw"}],["path",{d:"M8 16h.01",key:"18s6g9"}]],sx=K("clipboard-list",ix);/**
|
|
188
|
+
* @license lucide-react v1.38.0 - ISC
|
|
189
|
+
*
|
|
190
|
+
* This source code is licensed under the ISC license.
|
|
191
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
192
|
+
*/const lx=[["path",{d:"M14 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"1l7d7l"}],["path",{d:"M19 3a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1",key:"9955pe"}],["path",{d:"m7 15 3 3",key:"4hkfgk"}],["path",{d:"m7 21 3-3H5a2 2 0 0 1-2-2v-2",key:"1xljwe"}],["rect",{x:"14",y:"14",width:"7",height:"7",rx:"1",key:"1cdgtw"}],["rect",{x:"3",y:"3",width:"7",height:"7",rx:"1",key:"zi3rio"}]],cx=K("combine",lx);/**
|
|
193
|
+
* @license lucide-react v1.38.0 - ISC
|
|
194
|
+
*
|
|
195
|
+
* This source code is licensed under the ISC license.
|
|
196
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
197
|
+
*/const dx=[["rect",{width:"14",height:"14",x:"8",y:"8",rx:"2",ry:"2",key:"17jyea"}],["path",{d:"M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2",key:"zix9uf"}]],ux=K("copy",dx);/**
|
|
198
|
+
* @license lucide-react v1.38.0 - ISC
|
|
199
|
+
*
|
|
200
|
+
* This source code is licensed under the ISC license.
|
|
201
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
202
|
+
*/const px=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],hx=K("credit-card",px);/**
|
|
203
|
+
* @license lucide-react v1.38.0 - ISC
|
|
204
|
+
*
|
|
205
|
+
* This source code is licensed under the ISC license.
|
|
206
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
207
|
+
*/const mx=[["ellipse",{cx:"12",cy:"5",rx:"9",ry:"3",key:"msslwz"}],["path",{d:"M3 5V19A9 3 0 0 0 21 19V5",key:"1wlel7"}],["path",{d:"M3 12A9 3 0 0 0 21 12",key:"mv7ke4"}]],Rd=K("database",mx);/**
|
|
208
|
+
* @license lucide-react v1.38.0 - ISC
|
|
209
|
+
*
|
|
210
|
+
* This source code is licensed under the ISC license.
|
|
211
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
212
|
+
*/const gx=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],bx=K("diff",gx);/**
|
|
213
|
+
* @license lucide-react v1.38.0 - ISC
|
|
214
|
+
*
|
|
215
|
+
* This source code is licensed under the ISC license.
|
|
216
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
217
|
+
*/const fx=[["path",{d:"M12 15V3",key:"m9g1x1"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}],["path",{d:"m7 10 5 5 5-5",key:"brsn70"}]],$d=K("download",fx);/**
|
|
218
|
+
* @license lucide-react v1.38.0 - ISC
|
|
219
|
+
*
|
|
220
|
+
* This source code is licensed under the ISC license.
|
|
221
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
222
|
+
*/const vx=[["path",{d:"M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0",key:"1dfaln"}],["path",{d:"M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4",key:"1qnva7"}]],yx=K("ear",vx);/**
|
|
223
|
+
* @license lucide-react v1.38.0 - ISC
|
|
224
|
+
*
|
|
225
|
+
* This source code is licensed under the ISC license.
|
|
226
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
227
|
+
*/const xx=[["path",{d:"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7",key:"1m0v6g"}],["path",{d:"M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",key:"ohrbg2"}]],Cx=K("square-pen",xx);/**
|
|
228
|
+
* @license lucide-react v1.38.0 - ISC
|
|
229
|
+
*
|
|
230
|
+
* This source code is licensed under the ISC license.
|
|
231
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
232
|
+
*/const _x=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],wx=K("pen",_x);/**
|
|
233
|
+
* @license lucide-react v1.38.0 - ISC
|
|
234
|
+
*
|
|
235
|
+
* This source code is licensed under the ISC license.
|
|
236
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
237
|
+
*/const kx=[["path",{d:"M13 21h8",key:"1jsn5i"}],["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}]],Sx=K("pen-line",kx);/**
|
|
238
|
+
* @license lucide-react v1.38.0 - ISC
|
|
239
|
+
*
|
|
240
|
+
* This source code is licensed under the ISC license.
|
|
241
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
242
|
+
*/const Ax=[["circle",{cx:"12",cy:"12",r:"1",key:"41hilf"}],["circle",{cx:"19",cy:"12",r:"1",key:"1wjl8i"}],["circle",{cx:"5",cy:"12",r:"1",key:"1pcz8c"}]],Id=K("ellipsis",Ax);/**
|
|
243
|
+
* @license lucide-react v1.38.0 - ISC
|
|
244
|
+
*
|
|
245
|
+
* This source code is licensed under the ISC license.
|
|
246
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
247
|
+
*/const Tx=[["path",{d:"M21 21H8a2 2 0 0 1-1.42-.587l-3.994-3.999a2 2 0 0 1 0-2.828l10-10a2 2 0 0 1 2.829 0l5.999 6a2 2 0 0 1 0 2.828L12.834 21",key:"g5wo59"}],["path",{d:"m5.082 11.09 8.828 8.828",key:"1wx5vj"}]],Nx=K("eraser",Tx);/**
|
|
248
|
+
* @license lucide-react v1.38.0 - ISC
|
|
249
|
+
*
|
|
250
|
+
* This source code is licensed under the ISC license.
|
|
251
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
252
|
+
*/const Bx=[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]],Ex=K("external-link",Bx);/**
|
|
253
|
+
* @license lucide-react v1.38.0 - ISC
|
|
254
|
+
*
|
|
255
|
+
* This source code is licensed under the ISC license.
|
|
256
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
257
|
+
*/const Dx=[["path",{d:"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",key:"1nclc0"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],Lx=K("eye",Dx);/**
|
|
258
|
+
* @license lucide-react v1.38.0 - ISC
|
|
259
|
+
*
|
|
260
|
+
* This source code is licensed under the ISC license.
|
|
261
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
262
|
+
*/const jx=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],Mx=K("file-text",jx);/**
|
|
263
|
+
* @license lucide-react v1.38.0 - ISC
|
|
264
|
+
*
|
|
265
|
+
* This source code is licensed under the ISC license.
|
|
266
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
267
|
+
*/const Px=[["path",{d:"M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3",key:"1i73f7"}],["path",{d:"M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3",key:"saxlbk"}],["path",{d:"M12 20v2",key:"1lh1kg"}],["path",{d:"M12 14v2",key:"8jcxud"}],["path",{d:"M12 8v2",key:"1woqiv"}],["path",{d:"M12 2v2",key:"tus03m"}]],Rx=K("square-centerline-dashed-horizontal",Px);/**
|
|
268
|
+
* @license lucide-react v1.38.0 - ISC
|
|
269
|
+
*
|
|
270
|
+
* This source code is licensed under the ISC license.
|
|
271
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
272
|
+
*/const $x=[["path",{d:"m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",key:"usdka0"}]],Ix=K("folder-open",$x);/**
|
|
273
|
+
* @license lucide-react v1.38.0 - ISC
|
|
274
|
+
*
|
|
275
|
+
* This source code is licensed under the ISC license.
|
|
276
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
277
|
+
*/const Ox=[["path",{d:"M12 10v6",key:"1bos4e"}],["path",{d:"M9 13h6",key:"1uhe8q"}],["path",{d:"M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",key:"1kt360"}]],zx=K("folder-plus",Ox);/**
|
|
278
|
+
* @license lucide-react v1.38.0 - ISC
|
|
279
|
+
*
|
|
280
|
+
* This source code is licensed under the ISC license.
|
|
281
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
282
|
+
*/const Fx=[["line",{x1:"6",x2:"10",y1:"12",y2:"12",key:"161bw2"}],["line",{x1:"8",x2:"8",y1:"10",y2:"14",key:"1i6ji0"}],["line",{x1:"15",x2:"15.01",y1:"13",y2:"13",key:"dqpgro"}],["line",{x1:"18",x2:"18.01",y1:"11",y2:"11",key:"meh2c"}],["rect",{width:"20",height:"12",x:"2",y:"6",rx:"2",key:"9lu3g6"}]],Wx=K("gamepad",Fx);/**
|
|
283
|
+
* @license lucide-react v1.38.0 - ISC
|
|
284
|
+
*
|
|
285
|
+
* This source code is licensed under the ISC license.
|
|
286
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
287
|
+
*/const Hx=[["path",{d:"m14 13-8.381 8.38a1 1 0 0 1-3.001-3l8.384-8.381",key:"pgg06f"}],["path",{d:"m16 16 6-6",key:"vzrcl6"}],["path",{d:"m21.5 10.5-8-8",key:"a17d9x"}],["path",{d:"m8 8 6-6",key:"18bi4p"}],["path",{d:"m8.5 7.5 8 8",key:"1oyaui"}]],Vx=K("gavel",Hx);/**
|
|
288
|
+
* @license lucide-react v1.38.0 - ISC
|
|
289
|
+
*
|
|
290
|
+
* This source code is licensed under the ISC license.
|
|
291
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
292
|
+
*/const Gx=[["circle",{cx:"18",cy:"18",r:"3",key:"1xkwt0"}],["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M6 21V9a9 9 0 0 0 9 9",key:"7kw0sc"}]],Od=K("git-merge",Gx);/**
|
|
293
|
+
* @license lucide-react v1.38.0 - ISC
|
|
294
|
+
*
|
|
295
|
+
* This source code is licensed under the ISC license.
|
|
296
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
297
|
+
*/const qx=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20",key:"13o1zl"}],["path",{d:"M2 12h20",key:"9i4pu4"}]],Ux=K("globe",qx);/**
|
|
298
|
+
* @license lucide-react v1.38.0 - ISC
|
|
299
|
+
*
|
|
300
|
+
* This source code is licensed under the ISC license.
|
|
301
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
302
|
+
*/const Yx=[["path",{d:"M3 14h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-7a9 9 0 0 1 18 0v7a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3",key:"1xhozi"}]],Kx=K("headphones",Yx);/**
|
|
303
|
+
* @license lucide-react v1.38.0 - ISC
|
|
304
|
+
*
|
|
305
|
+
* This source code is licensed under the ISC license.
|
|
306
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
307
|
+
*/const Zx=[["path",{d:"M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5",key:"mvr1a0"}]],Xx=K("heart",Zx);/**
|
|
308
|
+
* @license lucide-react v1.38.0 - ISC
|
|
309
|
+
*
|
|
310
|
+
* This source code is licensed under the ISC license.
|
|
311
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
312
|
+
*/const Jx=[["path",{d:"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8",key:"5wwlr5"}],["path",{d:"M3 10a2 2 0 0 1 .709-1.528l7-6a2 2 0 0 1 2.582 0l7 6A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",key:"r6nss1"}]],Qx=K("house",Jx);/**
|
|
313
|
+
* @license lucide-react v1.38.0 - ISC
|
|
314
|
+
*
|
|
315
|
+
* This source code is licensed under the ISC license.
|
|
316
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
317
|
+
*/const e2=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],t2=K("info",e2);/**
|
|
318
|
+
* @license lucide-react v1.38.0 - ISC
|
|
319
|
+
*
|
|
320
|
+
* This source code is licensed under the ISC license.
|
|
321
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
322
|
+
*/const a2=[["path",{d:"M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z",key:"1s6t7t"}],["circle",{cx:"16.5",cy:"7.5",r:".5",fill:"currentColor",key:"w0ekpg"}]],o2=K("key-round",a2);/**
|
|
323
|
+
* @license lucide-react v1.38.0 - ISC
|
|
324
|
+
*
|
|
325
|
+
* This source code is licensed under the ISC license.
|
|
326
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
327
|
+
*/const r2=[["path",{d:"M10 18v-7",key:"wt116b"}],["path",{d:"M11.119 2.205a2 2 0 0 1 1.762 0l7.84 3.846A.5.5 0 0 1 20.5 7h-17a.5.5 0 0 1-.22-.949z",key:"yxxwt6"}],["path",{d:"M14 18v-7",key:"vav6t3"}],["path",{d:"M18 18v-7",key:"aexdmj"}],["path",{d:"M3 22h18",key:"8prr45"}],["path",{d:"M6 18v-7",key:"1ivflk"}]],n2=K("landmark",r2);/**
|
|
328
|
+
* @license lucide-react v1.38.0 - ISC
|
|
329
|
+
*
|
|
330
|
+
* This source code is licensed under the ISC license.
|
|
331
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
332
|
+
*/const i2=[["path",{d:"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",key:"zw3jo"}],["path",{d:"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",key:"1wduqc"}],["path",{d:"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",key:"kqbvx6"}]],s2=K("layers",i2);/**
|
|
333
|
+
* @license lucide-react v1.38.0 - ISC
|
|
334
|
+
*
|
|
335
|
+
* This source code is licensed under the ISC license.
|
|
336
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
337
|
+
*/const l2=[["rect",{width:"7",height:"9",x:"3",y:"3",rx:"1",key:"10lvy0"}],["rect",{width:"7",height:"5",x:"14",y:"3",rx:"1",key:"16une8"}],["rect",{width:"7",height:"9",x:"14",y:"12",rx:"1",key:"1hutg5"}],["rect",{width:"7",height:"5",x:"3",y:"16",rx:"1",key:"ldoo1y"}]],c2=K("layout-dashboard",l2);/**
|
|
338
|
+
* @license lucide-react v1.38.0 - ISC
|
|
339
|
+
*
|
|
340
|
+
* This source code is licensed under the ISC license.
|
|
341
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
342
|
+
*/const d2=[["path",{d:"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z",key:"nnexq3"}],["path",{d:"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12",key:"mt58a7"}]],u2=K("leaf",d2);/**
|
|
343
|
+
* @license lucide-react v1.38.0 - ISC
|
|
344
|
+
*
|
|
345
|
+
* This source code is licensed under the ISC license.
|
|
346
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
347
|
+
*/const p2=[["path",{d:"M15 14c.2-1 .7-1.7 1.5-2.5 1-.9 1.5-2.2 1.5-3.5A6 6 0 0 0 6 8c0 1 .2 2.2 1.5 3.5.7.7 1.3 1.5 1.5 2.5",key:"1gvzjb"}],["path",{d:"M9 18h6",key:"x1upvd"}],["path",{d:"M10 22h4",key:"ceow96"}]],h2=K("lightbulb",p2);/**
|
|
348
|
+
* @license lucide-react v1.38.0 - ISC
|
|
349
|
+
*
|
|
350
|
+
* This source code is licensed under the ISC license.
|
|
351
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
352
|
+
*/const m2=[["path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71",key:"1cjeqo"}],["path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71",key:"19qd67"}]],g2=K("link",m2);/**
|
|
353
|
+
* @license lucide-react v1.38.0 - ISC
|
|
354
|
+
*
|
|
355
|
+
* This source code is licensed under the ISC license.
|
|
356
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
357
|
+
*/const b2=[["path",{d:"M9 17H7A5 5 0 0 1 7 7h2",key:"8i5ue5"}],["path",{d:"M15 7h2a5 5 0 1 1 0 10h-2",key:"1b9ql8"}],["line",{x1:"8",x2:"16",y1:"12",y2:"12",key:"1jonct"}]],f2=K("link-2",b2);/**
|
|
358
|
+
* @license lucide-react v1.38.0 - ISC
|
|
359
|
+
*
|
|
360
|
+
* This source code is licensed under the ISC license.
|
|
361
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
362
|
+
*/const v2=[["path",{d:"M9 17H7A5 5 0 0 1 7 7",key:"10o201"}],["path",{d:"M15 7h2a5 5 0 0 1 4 8",key:"1d3206"}],["line",{x1:"8",x2:"12",y1:"12",y2:"12",key:"rvw6j4"}],["line",{x1:"2",x2:"22",y1:"2",y2:"22",key:"a6p6uj"}]],y2=K("link-2-off",v2);/**
|
|
363
|
+
* @license lucide-react v1.38.0 - ISC
|
|
364
|
+
*
|
|
365
|
+
* This source code is licensed under the ISC license.
|
|
366
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
367
|
+
*/const x2=[["path",{d:"M3 5h.01",key:"18ugdj"}],["path",{d:"M3 12h.01",key:"nlz23k"}],["path",{d:"M3 19h.01",key:"noohij"}],["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M8 12h13",key:"1za7za"}],["path",{d:"M8 19h13",key:"m83p4d"}]],C2=K("list",x2);/**
|
|
368
|
+
* @license lucide-react v1.38.0 - ISC
|
|
369
|
+
*
|
|
370
|
+
* This source code is licensed under the ISC license.
|
|
371
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
372
|
+
*/const _2=[["path",{d:"M13 5h8",key:"a7qcls"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"m3 17 2 2 4-4",key:"1jhpwq"}],["path",{d:"m3 7 2 2 4-4",key:"1obspn"}]],w2=K("list-checks",_2);/**
|
|
373
|
+
* @license lucide-react v1.38.0 - ISC
|
|
374
|
+
*
|
|
375
|
+
* This source code is licensed under the ISC license.
|
|
376
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
377
|
+
*/const k2=[["path",{d:"M11 5h10",key:"1cz7ny"}],["path",{d:"M11 12h10",key:"1438ji"}],["path",{d:"M11 19h10",key:"11t30w"}],["path",{d:"M4 4h1v5",key:"10yrso"}],["path",{d:"M4 9h2",key:"r1h2o0"}],["path",{d:"M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02",key:"xtkcd5"}]],S2=K("list-ordered",k2);/**
|
|
378
|
+
* @license lucide-react v1.38.0 - ISC
|
|
379
|
+
*
|
|
380
|
+
* This source code is licensed under the ISC license.
|
|
381
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
382
|
+
*/const A2=[["path",{d:"M12 2v4",key:"3427ic"}],["path",{d:"m16.2 7.8 2.9-2.9",key:"r700ao"}],["path",{d:"M18 12h4",key:"wj9ykh"}],["path",{d:"m16.2 16.2 2.9 2.9",key:"1bxg5t"}],["path",{d:"M12 18v4",key:"jadmvz"}],["path",{d:"m4.9 19.1 2.9-2.9",key:"bwix9q"}],["path",{d:"M2 12h4",key:"j09sii"}],["path",{d:"m4.9 4.9 2.9 2.9",key:"giyufr"}]],T2=K("loader",A2);/**
|
|
383
|
+
* @license lucide-react v1.38.0 - ISC
|
|
384
|
+
*
|
|
385
|
+
* This source code is licensed under the ISC license.
|
|
386
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
387
|
+
*/const N2=[["path",{d:"m16 17 5-5-5-5",key:"1bji2h"}],["path",{d:"M21 12H9",key:"dn1m92"}],["path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4",key:"1uf3rs"}]],B2=K("log-out",N2);/**
|
|
388
|
+
* @license lucide-react v1.38.0 - ISC
|
|
389
|
+
*
|
|
390
|
+
* This source code is licensed under the ISC license.
|
|
391
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
392
|
+
*/const E2=[["path",{d:"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7",key:"132q7q"}],["rect",{x:"2",y:"4",width:"20",height:"16",rx:"2",key:"izxlao"}]],D2=K("mail",E2);/**
|
|
393
|
+
* @license lucide-react v1.38.0 - ISC
|
|
394
|
+
*
|
|
395
|
+
* This source code is licensed under the ISC license.
|
|
396
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
397
|
+
*/const L2=[["path",{d:"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0",key:"1r0f0z"}],["circle",{cx:"12",cy:"10",r:"3",key:"ilqhr7"}]],j2=K("map-pin",L2);/**
|
|
398
|
+
* @license lucide-react v1.38.0 - ISC
|
|
399
|
+
*
|
|
400
|
+
* This source code is licensed under the ISC license.
|
|
401
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
402
|
+
*/const M2=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}]],P2=K("message-circle",M2);/**
|
|
403
|
+
* @license lucide-react v1.38.0 - ISC
|
|
404
|
+
*
|
|
405
|
+
* This source code is licensed under the ISC license.
|
|
406
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
407
|
+
*/const R2=[["path",{d:"M2.992 16.342a2 2 0 0 1 .094 1.167l-1.065 3.29a1 1 0 0 0 1.236 1.168l3.413-.998a2 2 0 0 1 1.099.092 10 10 0 1 0-4.777-4.719",key:"1sd12s"}],["path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3",key:"1u773s"}],["path",{d:"M12 17h.01",key:"p32p05"}]],$2=K("message-circle-question-mark",R2);/**
|
|
408
|
+
* @license lucide-react v1.38.0 - ISC
|
|
409
|
+
*
|
|
410
|
+
* This source code is licensed under the ISC license.
|
|
411
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
412
|
+
*/const I2=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}]],O2=K("message-square",I2);/**
|
|
413
|
+
* @license lucide-react v1.38.0 - ISC
|
|
414
|
+
*
|
|
415
|
+
* This source code is licensed under the ISC license.
|
|
416
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
417
|
+
*/const z2=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M7 11h10",key:"1twpyw"}],["path",{d:"M7 15h6",key:"d9of3u"}],["path",{d:"M7 7h8",key:"af5zfr"}]],F2=K("message-square-text",z2);/**
|
|
418
|
+
* @license lucide-react v1.38.0 - ISC
|
|
419
|
+
*
|
|
420
|
+
* This source code is licensed under the ISC license.
|
|
421
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
422
|
+
*/const W2=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],H2=K("circle-minus",W2);/**
|
|
423
|
+
* @license lucide-react v1.38.0 - ISC
|
|
424
|
+
*
|
|
425
|
+
* This source code is licensed under the ISC license.
|
|
426
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
427
|
+
*/const V2=[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]],G2=K("package",V2);/**
|
|
428
|
+
* @license lucide-react v1.38.0 - ISC
|
|
429
|
+
*
|
|
430
|
+
* This source code is licensed under the ISC license.
|
|
431
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
432
|
+
*/const q2=[["path",{d:"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z",key:"e79jfc"}],["circle",{cx:"13.5",cy:"6.5",r:".5",fill:"currentColor",key:"1okk4w"}],["circle",{cx:"17.5",cy:"10.5",r:".5",fill:"currentColor",key:"f64h9f"}],["circle",{cx:"6.5",cy:"12.5",r:".5",fill:"currentColor",key:"qy21gx"}],["circle",{cx:"8.5",cy:"7.5",r:".5",fill:"currentColor",key:"fotxhn"}]],U2=K("palette",q2);/**
|
|
433
|
+
* @license lucide-react v1.38.0 - ISC
|
|
434
|
+
*
|
|
435
|
+
* This source code is licensed under the ISC license.
|
|
436
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
437
|
+
*/const Y2=[["path",{d:"M5.8 11.3 2 22l10.7-3.79",key:"gwxi1d"}],["path",{d:"M4 3h.01",key:"1vcuye"}],["path",{d:"M22 8h.01",key:"1mrtc2"}],["path",{d:"M15 2h.01",key:"1cjtqr"}],["path",{d:"M22 20h.01",key:"1mrys2"}],["path",{d:"m22 2-2.24.75a2.9 2.9 0 0 0-1.96 3.12c.1.86-.57 1.63-1.45 1.63h-.38c-.86 0-1.6.6-1.76 1.44L14 10",key:"hbicv8"}],["path",{d:"m22 13-.82-.33c-.86-.34-1.82.2-1.98 1.11c-.11.7-.72 1.22-1.43 1.22H17",key:"1i94pl"}],["path",{d:"m11 2 .33.82c.34.86-.2 1.82-1.11 1.98C9.52 4.9 9 5.52 9 6.23V7",key:"1cofks"}],["path",{d:"M11 13c1.93 1.93 2.83 4.17 2 5-.83.83-3.07-.07-5-2-1.93-1.93-2.83-4.17-2-5 .83-.83 3.07.07 5 2Z",key:"4kbmks"}]],K2=K("party-popper",Y2);/**
|
|
438
|
+
* @license lucide-react v1.38.0 - ISC
|
|
439
|
+
*
|
|
440
|
+
* This source code is licensed under the ISC license.
|
|
441
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
442
|
+
*/const Z2=[["rect",{x:"14",y:"3",width:"5",height:"18",rx:"1",key:"kaeet6"}],["rect",{x:"5",y:"3",width:"5",height:"18",rx:"1",key:"1wsw3u"}]],X2=K("pause",Z2);/**
|
|
443
|
+
* @license lucide-react v1.38.0 - ISC
|
|
444
|
+
*
|
|
445
|
+
* This source code is licensed under the ISC license.
|
|
446
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
447
|
+
*/const J2=[["path",{d:"M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",key:"1a8usu"}],["path",{d:"m15 5 4 4",key:"1mk7zo"}]],Q2=K("pencil",J2);/**
|
|
448
|
+
* @license lucide-react v1.38.0 - ISC
|
|
449
|
+
*
|
|
450
|
+
* This source code is licensed under the ISC license.
|
|
451
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
452
|
+
*/const eC=[["path",{d:"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",key:"9njp5v"}]],tC=K("phone",eC);/**
|
|
453
|
+
* @license lucide-react v1.38.0 - ISC
|
|
454
|
+
*
|
|
455
|
+
* This source code is licensed under the ISC license.
|
|
456
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
457
|
+
*/const aC=[["path",{d:"M5 5a2 2 0 0 1 3.008-1.728l11.997 6.998a2 2 0 0 1 .003 3.458l-12 7A2 2 0 0 1 5 19z",key:"10ikf1"}]],oC=K("play",aC);/**
|
|
458
|
+
* @license lucide-react v1.38.0 - ISC
|
|
459
|
+
*
|
|
460
|
+
* This source code is licensed under the ISC license.
|
|
461
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
462
|
+
*/const rC=[["path",{d:"M9 9.003a1 1 0 0 1 1.517-.859l4.997 2.997a1 1 0 0 1 0 1.718l-4.997 2.997A1 1 0 0 1 9 14.996z",key:"kmsa83"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],nC=K("circle-play",rC);/**
|
|
463
|
+
* @license lucide-react v1.38.0 - ISC
|
|
464
|
+
*
|
|
465
|
+
* This source code is licensed under the ISC license.
|
|
466
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
467
|
+
*/const iC=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],sC=K("plus",iC);/**
|
|
468
|
+
* @license lucide-react v1.38.0 - ISC
|
|
469
|
+
*
|
|
470
|
+
* This source code is licensed under the ISC license.
|
|
471
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
472
|
+
*/const lC=[["path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2",key:"143wyd"}],["path",{d:"M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6",key:"1itne7"}],["rect",{x:"6",y:"14",width:"12",height:"8",rx:"1",key:"1ue0tg"}]],cC=K("printer",lC);/**
|
|
473
|
+
* @license lucide-react v1.38.0 - ISC
|
|
474
|
+
*
|
|
475
|
+
* This source code is licensed under the ISC license.
|
|
476
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
477
|
+
*/const dC=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],uC=K("refresh-cw",dC);/**
|
|
478
|
+
* @license lucide-react v1.38.0 - ISC
|
|
479
|
+
*
|
|
480
|
+
* This source code is licensed under the ISC license.
|
|
481
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
482
|
+
*/const pC=[["path",{d:"m17 2 4 4-4 4",key:"nntrym"}],["path",{d:"M3 11v-1a4 4 0 0 1 4-4h14",key:"84bu3i"}],["path",{d:"m7 22-4-4 4-4",key:"1wqhfi"}],["path",{d:"M21 13v1a4 4 0 0 1-4 4H3",key:"1rx37r"}]],hC=K("repeat",pC);/**
|
|
483
|
+
* @license lucide-react v1.38.0 - ISC
|
|
484
|
+
*
|
|
485
|
+
* This source code is licensed under the ISC license.
|
|
486
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
487
|
+
*/const mC=[["path",{d:"M14 4a1 1 0 0 1 1-1",key:"dhj8ez"}],["path",{d:"M15 10a1 1 0 0 1-1-1",key:"1mnyi5"}],["path",{d:"M21 4a1 1 0 0 0-1-1",key:"sfs9ap"}],["path",{d:"M21 9a1 1 0 0 1-1 1",key:"mp6qeo"}],["path",{d:"m3 7 3 3 3-3",key:"x25e72"}],["path",{d:"M6 10V5a2 2 0 0 1 2-2h2",key:"15xut4"}],["rect",{x:"3",y:"14",width:"7",height:"7",rx:"1",key:"1bkyp8"}]],gC=K("replace",mC);/**
|
|
488
|
+
* @license lucide-react v1.38.0 - ISC
|
|
489
|
+
*
|
|
490
|
+
* This source code is licensed under the ISC license.
|
|
491
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
492
|
+
*/const bC=[["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}],["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09",key:"u4xsad"}],["path",{d:"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z",key:"676m9"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",key:"92ym6u"}]],fC=K("rocket",bC);/**
|
|
493
|
+
* @license lucide-react v1.38.0 - ISC
|
|
494
|
+
*
|
|
495
|
+
* This source code is licensed under the ISC license.
|
|
496
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
497
|
+
*/const vC=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}]],yC=K("rotate-ccw",vC);/**
|
|
498
|
+
* @license lucide-react v1.38.0 - ISC
|
|
499
|
+
*
|
|
500
|
+
* This source code is licensed under the ISC license.
|
|
501
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
502
|
+
*/const xC=[["path",{d:"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8",key:"1p45f6"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}]],CC=K("rotate-cw",xC);/**
|
|
503
|
+
* @license lucide-react v1.38.0 - ISC
|
|
504
|
+
*
|
|
505
|
+
* This source code is licensed under the ISC license.
|
|
506
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
507
|
+
*/const _C=[["path",{d:"M7 21h10",key:"1b0cd5"}],["path",{d:"M12 21a9 9 0 0 0 9-9H3a9 9 0 0 0 9 9Z",key:"4rw317"}],["path",{d:"M11.38 12a2.4 2.4 0 0 1-.4-4.77 2.4 2.4 0 0 1 3.2-2.77 2.4 2.4 0 0 1 3.47-.63 2.4 2.4 0 0 1 3.37 3.37 2.4 2.4 0 0 1-1.1 3.7 2.51 2.51 0 0 1 .03 1.1",key:"10xrj0"}],["path",{d:"m13 12 4-4",key:"1hckqy"}],["path",{d:"M10.9 7.25A3.99 3.99 0 0 0 4 10c0 .73.2 1.41.54 2",key:"1p4srx"}]],wC=K("salad",_C);/**
|
|
508
|
+
* @license lucide-react v1.38.0 - ISC
|
|
509
|
+
*
|
|
510
|
+
* This source code is licensed under the ISC license.
|
|
511
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
512
|
+
*/const kC=[["path",{d:"M3 7V5a2 2 0 0 1 2-2h2",key:"aa7l1z"}],["path",{d:"M17 3h2a2 2 0 0 1 2 2v2",key:"4qcy5o"}],["path",{d:"M21 17v2a2 2 0 0 1-2 2h-2",key:"6vwrx8"}],["path",{d:"M7 21H5a2 2 0 0 1-2-2v-2",key:"ioqczr"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}],["path",{d:"m16 16-1.9-1.9",key:"1dq9hf"}]],SC=K("scan-search",kC);/**
|
|
513
|
+
* @license lucide-react v1.38.0 - ISC
|
|
514
|
+
*
|
|
515
|
+
* This source code is licensed under the ISC license.
|
|
516
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
517
|
+
*/const AC=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]],zd=K("circle-alert",AC);/**
|
|
518
|
+
* @license lucide-react v1.38.0 - ISC
|
|
519
|
+
*
|
|
520
|
+
* This source code is licensed under the ISC license.
|
|
521
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
522
|
+
*/const TC=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],Fd=K("circle-check-big",TC);/**
|
|
523
|
+
* @license lucide-react v1.38.0 - ISC
|
|
524
|
+
*
|
|
525
|
+
* This source code is licensed under the ISC license.
|
|
526
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
527
|
+
*/const NC=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],BC=K("search",NC);/**
|
|
528
|
+
* @license lucide-react v1.38.0 - ISC
|
|
529
|
+
*
|
|
530
|
+
* This source code is licensed under the ISC license.
|
|
531
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
532
|
+
*/const EC=[["circle",{cx:"6",cy:"6",r:"3",key:"1lh9wr"}],["path",{d:"M8.12 8.12 12 12",key:"1alkpv"}],["path",{d:"M20 4 8.12 15.88",key:"xgtan2"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}],["path",{d:"M14.8 14.8 20 20",key:"ptml3r"}]],DC=K("scissors",EC);/**
|
|
533
|
+
* @license lucide-react v1.38.0 - ISC
|
|
534
|
+
*
|
|
535
|
+
* This source code is licensed under the ISC license.
|
|
536
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
537
|
+
*/const LC=[["path",{d:"m13.5 8.5-5 5",key:"1cs55j"}],["path",{d:"m8.5 8.5 5 5",key:"a8mexj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]],jC=K("search-x",LC);/**
|
|
538
|
+
* @license lucide-react v1.38.0 - ISC
|
|
539
|
+
*
|
|
540
|
+
* This source code is licensed under the ISC license.
|
|
541
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
542
|
+
*/const MC=[["path",{d:"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z",key:"1ffxy3"}],["path",{d:"m21.854 2.147-10.94 10.939",key:"12cjpa"}]],PC=K("send",MC);/**
|
|
543
|
+
* @license lucide-react v1.38.0 - ISC
|
|
544
|
+
*
|
|
545
|
+
* This source code is licensed under the ISC license.
|
|
546
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
547
|
+
*/const RC=[["path",{d:"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",key:"1i5ecw"}],["circle",{cx:"12",cy:"12",r:"3",key:"1v7zrd"}]],$C=K("settings",RC);/**
|
|
548
|
+
* @license lucide-react v1.38.0 - ISC
|
|
549
|
+
*
|
|
550
|
+
* This source code is licensed under the ISC license.
|
|
551
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
552
|
+
*/const IC=[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]],OC=K("shield-check",IC);/**
|
|
553
|
+
* @license lucide-react v1.38.0 - ISC
|
|
554
|
+
*
|
|
555
|
+
* This source code is licensed under the ISC license.
|
|
556
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
557
|
+
*/const zC=[["path",{d:"m2.05 2.05 1.099-.028a1 1 0 0 1 1.008.815l2.69 14.347A1 1 0 0 0 7.83 18H18",key:"uebgi3"}],["path",{d:"M4.563 5h16.435a1 1 0 0 1 .981 1.204l-1.026 6.226A2 2 0 0 1 18.962 14H6.25",key:"1j7c9p"}],["circle",{cx:"18",cy:"20",r:"2",key:"t9985n"}],["circle",{cx:"8",cy:"20",r:"2",key:"ckkr5m"}]],FC=K("shopping-cart",zC);/**
|
|
558
|
+
* @license lucide-react v1.38.0 - ISC
|
|
559
|
+
*
|
|
560
|
+
* This source code is licensed under the ISC license.
|
|
561
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
562
|
+
*/const WC=[["path",{d:"m18 14 4 4-4 4",key:"10pe0f"}],["path",{d:"m18 2 4 4-4 4",key:"pucp1d"}],["path",{d:"M2 18h1.973a4 4 0 0 0 3.3-1.7l5.454-8.6a4 4 0 0 1 3.3-1.7H22",key:"1ailkh"}],["path",{d:"M2 6h1.972a4 4 0 0 1 3.6 2.2",key:"km57vx"}],["path",{d:"M22 18h-6.041a4 4 0 0 1-3.3-1.8l-.359-.45",key:"os18l9"}]],HC=K("shuffle",WC);/**
|
|
563
|
+
* @license lucide-react v1.38.0 - ISC
|
|
564
|
+
*
|
|
565
|
+
* This source code is licensed under the ISC license.
|
|
566
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
567
|
+
*/const VC=[["path",{d:"M17.971 4.285A2 2 0 0 1 21 6v12a2 2 0 0 1-3.029 1.715l-9.997-5.998a2 2 0 0 1-.003-3.432z",key:"15892j"}],["path",{d:"M3 20V4",key:"1ptbpl"}]],GC=K("skip-back",VC);/**
|
|
568
|
+
* @license lucide-react v1.38.0 - ISC
|
|
569
|
+
*
|
|
570
|
+
* This source code is licensed under the ISC license.
|
|
571
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
572
|
+
*/const qC=[["path",{d:"M21 4v16",key:"7j8fe9"}],["path",{d:"M6.029 4.285A2 2 0 0 0 3 6v12a2 2 0 0 0 3.029 1.715l9.997-5.998a2 2 0 0 0 .003-3.432z",key:"zs4d6"}]],UC=K("skip-forward",qC);/**
|
|
573
|
+
* @license lucide-react v1.38.0 - ISC
|
|
574
|
+
*
|
|
575
|
+
* This source code is licensed under the ISC license.
|
|
576
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
577
|
+
*/const YC=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],KC=K("square",YC);/**
|
|
578
|
+
* @license lucide-react v1.38.0 - ISC
|
|
579
|
+
*
|
|
580
|
+
* This source code is licensed under the ISC license.
|
|
581
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
582
|
+
*/const ZC=[["path",{d:"M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",key:"r04s7s"}]],XC=K("star",ZC);/**
|
|
583
|
+
* @license lucide-react v1.38.0 - ISC
|
|
584
|
+
*
|
|
585
|
+
* This source code is licensed under the ISC license.
|
|
586
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
587
|
+
*/const JC=[["path",{d:"M15 21v-5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v5",key:"slp6dd"}],["path",{d:"M17.774 10.31a1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.451 0 1.12 1.12 0 0 0-1.548 0 2.5 2.5 0 0 1-3.452 0 1.12 1.12 0 0 0-1.549 0 2.5 2.5 0 0 1-3.77-3.248l2.889-4.184A2 2 0 0 1 7 2h10a2 2 0 0 1 1.653.873l2.895 4.192a2.5 2.5 0 0 1-3.774 3.244",key:"o0xfot"}],["path",{d:"M4 10.95V19a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8.05",key:"wn3emo"}]],QC=K("store",JC);/**
|
|
588
|
+
* @license lucide-react v1.38.0 - ISC
|
|
589
|
+
*
|
|
590
|
+
* This source code is licensed under the ISC license.
|
|
591
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
592
|
+
*/const e_=[["circle",{cx:"12",cy:"12",r:"4",key:"4exip2"}],["path",{d:"M12 3v1",key:"1asbbs"}],["path",{d:"M12 20v1",key:"1wcdkc"}],["path",{d:"M3 12h1",key:"lp3yf2"}],["path",{d:"M20 12h1",key:"1vloll"}],["path",{d:"m18.364 5.636-.707.707",key:"1hakh0"}],["path",{d:"m6.343 17.657-.707.707",key:"18m9nf"}],["path",{d:"m5.636 5.636.707.707",key:"1xv1c5"}],["path",{d:"m17.657 17.657.707.707",key:"vl76zb"}]],t_=K("sun-medium",e_);/**
|
|
593
|
+
* @license lucide-react v1.38.0 - ISC
|
|
594
|
+
*
|
|
595
|
+
* This source code is licensed under the ISC license.
|
|
596
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
597
|
+
*/const a_=[["path",{d:"M12 3v18",key:"108xh3"}],["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}],["path",{d:"M3 9h18",key:"1pudct"}],["path",{d:"M3 15h18",key:"5xshup"}]],o_=K("table",a_);/**
|
|
598
|
+
* @license lucide-react v1.38.0 - ISC
|
|
599
|
+
*
|
|
600
|
+
* This source code is licensed under the ISC license.
|
|
601
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
602
|
+
*/const r_=[["path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18",key:"gugj83"}]],n_=K("table-2",r_);/**
|
|
603
|
+
* @license lucide-react v1.38.0 - ISC
|
|
604
|
+
*
|
|
605
|
+
* This source code is licensed under the ISC license.
|
|
606
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
607
|
+
*/const i_=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],s_=K("terminal",i_);/**
|
|
608
|
+
* @license lucide-react v1.38.0 - ISC
|
|
609
|
+
*
|
|
610
|
+
* This source code is licensed under the ISC license.
|
|
611
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
612
|
+
*/const l_=[["path",{d:"M12 20h-1a2 2 0 0 1-2-2 2 2 0 0 1-2 2H6",key:"1528k5"}],["path",{d:"M13 8h7a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2h-7",key:"13ksps"}],["path",{d:"M5 16H4a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h1",key:"1n9rhb"}],["path",{d:"M6 4h1a2 2 0 0 1 2 2 2 2 0 0 1 2-2h1",key:"1mj8rg"}],["path",{d:"M9 6v12",key:"velyjx"}]],c_=K("text-cursor-input",l_);/**
|
|
613
|
+
* @license lucide-react v1.38.0 - ISC
|
|
614
|
+
*
|
|
615
|
+
* This source code is licensed under the ISC license.
|
|
616
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
617
|
+
*/const d_=[["path",{d:"M15 5h6",key:"1pr8yx"}],["path",{d:"M15 12h6",key:"upa0zy"}],["path",{d:"M3 19h18",key:"awlh7x"}],["path",{d:"m3 12 3.553-7.724a.5.5 0 0 1 .894 0L11 12",key:"6lvno8"}],["path",{d:"M3.92 10h6.16",key:"1tl8ex"}]],u_=K("text-initial",d_);/**
|
|
618
|
+
* @license lucide-react v1.38.0 - ISC
|
|
619
|
+
*
|
|
620
|
+
* This source code is licensed under the ISC license.
|
|
621
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
622
|
+
*/const p_=[["path",{d:"M2 9a3 3 0 0 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 0 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",key:"qn84l0"}],["path",{d:"M13 5v2",key:"dyzc3o"}],["path",{d:"M13 17v2",key:"1ont0d"}],["path",{d:"M13 11v2",key:"1wjjxi"}]],h_=K("ticket",p_);/**
|
|
623
|
+
* @license lucide-react v1.38.0 - ISC
|
|
624
|
+
*
|
|
625
|
+
* This source code is licensed under the ISC license.
|
|
626
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
627
|
+
*/const m_=[["path",{d:"M10 11v6",key:"nco0om"}],["path",{d:"M14 11v6",key:"outv1u"}],["path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6",key:"miytrc"}],["path",{d:"M3 6h18",key:"d0wm0j"}],["path",{d:"M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2",key:"e791ji"}]],g_=K("trash-2",m_);/**
|
|
628
|
+
* @license lucide-react v1.38.0 - ISC
|
|
629
|
+
*
|
|
630
|
+
* This source code is licensed under the ISC license.
|
|
631
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
632
|
+
*/const b_=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],f_=K("trending-up",b_);/**
|
|
633
|
+
* @license lucide-react v1.38.0 - ISC
|
|
634
|
+
*
|
|
635
|
+
* This source code is licensed under the ISC license.
|
|
636
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
637
|
+
*/const v_=[["path",{d:"M10 14.66V17a1 1 0 0 1-1 1 2 2 0 0 0-2 2v2",key:"pwuv1l"}],["path",{d:"M14 14.66V17a1 1 0 0 0 1 1 2 2 0 0 1 2 2v2",key:"1y54w1"}],["path",{d:"M17.916 10H19.5A2.5 2.5 0 0 0 22 7.5V5a1 1 0 0 0-1-1h-3",key:"e30mpu"}],["path",{d:"M4 22h16",key:"57wxv0"}],["path",{d:"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z",key:"1mhfuq"}],["path",{d:"M6.084 10H4.5A2.5 2.5 0 0 1 2 7.5V5a1 1 0 0 1 1-1h3",key:"i0yafy"}]],y_=K("trophy",v_);/**
|
|
638
|
+
* @license lucide-react v1.38.0 - ISC
|
|
639
|
+
*
|
|
640
|
+
* This source code is licensed under the ISC license.
|
|
641
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
642
|
+
*/const x_=[["path",{d:"m18.84 12.25 1.72-1.71h-.02a5.004 5.004 0 0 0-.12-7.07 5.006 5.006 0 0 0-6.95 0l-1.72 1.71",key:"yqzxt4"}],["path",{d:"m5.17 11.75-1.71 1.71a5.004 5.004 0 0 0 .12 7.07 5.006 5.006 0 0 0 6.95 0l1.71-1.71",key:"4qinb0"}],["line",{x1:"8",x2:"8",y1:"2",y2:"5",key:"1041cp"}],["line",{x1:"2",x2:"5",y1:"8",y2:"8",key:"14m1p5"}],["line",{x1:"16",x2:"16",y1:"19",y2:"22",key:"rzdirn"}],["line",{x1:"19",x2:"22",y1:"16",y2:"16",key:"ox905f"}]],C_=K("unlink",x_);/**
|
|
643
|
+
* @license lucide-react v1.38.0 - ISC
|
|
644
|
+
*
|
|
645
|
+
* This source code is licensed under the ISC license.
|
|
646
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
647
|
+
*/const __=[["path",{d:"M12 3v12",key:"1x0j5s"}],["path",{d:"m17 8-5-5-5 5",key:"7q97r8"}],["path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4",key:"ih7n3h"}]],w_=K("upload",__);/**
|
|
648
|
+
* @license lucide-react v1.38.0 - ISC
|
|
649
|
+
*
|
|
650
|
+
* This source code is licensed under the ISC license.
|
|
651
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
652
|
+
*/const k_=[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]],Wd=K("user",k_);/**
|
|
653
|
+
* @license lucide-react v1.38.0 - ISC
|
|
654
|
+
*
|
|
655
|
+
* This source code is licensed under the ISC license.
|
|
656
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
657
|
+
*/const S_=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}],["line",{x1:"19",x2:"19",y1:"8",y2:"14",key:"1bvyxn"}],["line",{x1:"22",x2:"16",y1:"11",y2:"11",key:"1shjgl"}]],A_=K("user-plus",S_);/**
|
|
658
|
+
* @license lucide-react v1.38.0 - ISC
|
|
659
|
+
*
|
|
660
|
+
* This source code is licensed under the ISC license.
|
|
661
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
662
|
+
*/const T_=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],N_=K("user-round",T_);/**
|
|
663
|
+
* @license lucide-react v1.38.0 - ISC
|
|
664
|
+
*
|
|
665
|
+
* This source code is licensed under the ISC license.
|
|
666
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
667
|
+
*/const B_=[["path",{d:"M2 21a8 8 0 0 1 13.292-6",key:"bjp14o"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"m16 19 2 2 4-4",key:"1b14m6"}]],E_=K("user-round-check",B_);/**
|
|
668
|
+
* @license lucide-react v1.38.0 - ISC
|
|
669
|
+
*
|
|
670
|
+
* This source code is licensed under the ISC license.
|
|
671
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
672
|
+
*/const D_=[["path",{d:"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2",key:"1yyitq"}],["path",{d:"M16 3.128a4 4 0 0 1 0 7.744",key:"16gr8j"}],["path",{d:"M22 21v-2a4 4 0 0 0-3-3.87",key:"kshegd"}],["circle",{cx:"9",cy:"7",r:"4",key:"nufk8"}]],L_=K("users",D_);/**
|
|
673
|
+
* @license lucide-react v1.38.0 - ISC
|
|
674
|
+
*
|
|
675
|
+
* This source code is licensed under the ISC license.
|
|
676
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
677
|
+
*/const j_=[["path",{d:"M18 21a8 8 0 0 0-16 0",key:"3ypg7q"}],["circle",{cx:"10",cy:"8",r:"5",key:"o932ke"}],["path",{d:"M22 20c0-3.37-2-6.5-4-8a5 5 0 0 0-.45-8.3",key:"10s06x"}]],M_=K("users-round",j_);/**
|
|
678
|
+
* @license lucide-react v1.38.0 - ISC
|
|
679
|
+
*
|
|
680
|
+
* This source code is licensed under the ISC license.
|
|
681
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
682
|
+
*/const P_=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}],["path",{d:"M16 9a5 5 0 0 1 0 6",key:"1q6k2b"}],["path",{d:"M19.364 18.364a9 9 0 0 0 0-12.728",key:"ijwkga"}]],Hd=K("volume-2",P_);/**
|
|
683
|
+
* @license lucide-react v1.38.0 - ISC
|
|
684
|
+
*
|
|
685
|
+
* This source code is licensed under the ISC license.
|
|
686
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
687
|
+
*/const R_=[["path",{d:"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",key:"1ngwbx"}]],$_=K("wrench",R_);/**
|
|
688
|
+
* @license lucide-react v1.38.0 - ISC
|
|
689
|
+
*
|
|
690
|
+
* This source code is licensed under the ISC license.
|
|
691
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
692
|
+
*/const I_=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],Vd=K("x",I_);/**
|
|
693
|
+
* @license lucide-react v1.38.0 - ISC
|
|
694
|
+
*
|
|
695
|
+
* This source code is licensed under the ISC license.
|
|
696
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
697
|
+
*/const O_=[["path",{d:"M15.914 4a1.5 1.5 0 00-2.474-1.561l-9 9A1.5 1.5 0 005.5 14h4.002a.5.5 0 01.471.666L8.086 20a1.5 1.5 0 002.475 1.56l9-9A1.5 1.5 0 0018.5 10h-3.997a.5.5 0 01-.472-.667z",key:"1v7up4"}]],z_=K("zap",O_);/**
|
|
698
|
+
* @license lucide-react v1.38.0 - ISC
|
|
699
|
+
*
|
|
700
|
+
* This source code is licensed under the ISC license.
|
|
701
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
702
|
+
*/const F_=[["path",{d:"M12 6v16",key:"nqf5sj"}],["path",{d:"m19 13 2-1a9 9 0 0 1-18 0l2 1",key:"y7qv08"}],["path",{d:"M9 11h6",key:"1fldmi"}],["circle",{cx:"12",cy:"4",r:"2",key:"muu5ef"}]],W_=K("anchor",F_);/**
|
|
703
|
+
* @license lucide-react v1.38.0 - ISC
|
|
704
|
+
*
|
|
705
|
+
* This source code is licensed under the ISC license.
|
|
706
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
707
|
+
*/const H_=[["path",{d:"m3 8 4-4 4 4",key:"11wl7u"}],["path",{d:"M7 4v16",key:"1glfcx"}],["path",{d:"M20 8h-5",key:"1vsyxs"}],["path",{d:"M15 10V6.5a2.5 2.5 0 0 1 5 0V10",key:"ag13bf"}],["path",{d:"M15 14h5l-5 6h5",key:"ur5jdg"}]],V_=K("arrow-up-a-z",H_);/**
|
|
708
|
+
* @license lucide-react v1.38.0 - ISC
|
|
709
|
+
*
|
|
710
|
+
* This source code is licensed under the ISC license.
|
|
711
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
712
|
+
*/const G_=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],q_=K("chart-no-axes-column",G_);/**
|
|
713
|
+
* @license lucide-react v1.38.0 - ISC
|
|
714
|
+
*
|
|
715
|
+
* This source code is licensed under the ISC license.
|
|
716
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
717
|
+
*/const U_=[["path",{d:"M8 2v3",key:"1ioesn"}],["path",{d:"M16 2v3",key:"otl347"}],["rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",key:"h1oib"}],["path",{d:"M3 9h18",key:"1pudct"}]],Gd=K("calendar",U_);/**
|
|
718
|
+
* @license lucide-react v1.38.0 - ISC
|
|
719
|
+
*
|
|
720
|
+
* This source code is licensed under the ISC license.
|
|
721
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
722
|
+
*/const Y_=[["path",{d:"M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2",key:"5owen"}],["circle",{cx:"7",cy:"17",r:"2",key:"u2ysq9"}],["path",{d:"M9 17h6",key:"r8uit2"}],["circle",{cx:"17",cy:"17",r:"2",key:"axvx0g"}]],K_=K("car",Y_);/**
|
|
723
|
+
* @license lucide-react v1.38.0 - ISC
|
|
724
|
+
*
|
|
725
|
+
* This source code is licensed under the ISC license.
|
|
726
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
727
|
+
*/const Z_=[["path",{d:"M10 2v2",key:"7u0qdc"}],["path",{d:"M14 2v2",key:"6buw04"}],["path",{d:"M16 8a1 1 0 0 1 1 1v8a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4V9a1 1 0 0 1 1-1h14a4 4 0 1 1 0 8h-1",key:"pwadti"}],["path",{d:"M6 2v2",key:"colzsn"}]],X_=K("coffee",Z_);/**
|
|
728
|
+
* @license lucide-react v1.38.0 - ISC
|
|
729
|
+
*
|
|
730
|
+
* This source code is licensed under the ISC license.
|
|
731
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
732
|
+
*/const J_=[["line",{x1:"6",x2:"10",y1:"11",y2:"11",key:"1gktln"}],["line",{x1:"8",x2:"8",y1:"9",y2:"13",key:"qnk9ow"}],["line",{x1:"15",x2:"15.01",y1:"12",y2:"12",key:"krot7o"}],["line",{x1:"18",x2:"18.01",y1:"10",y2:"10",key:"1lcuu1"}],["path",{d:"M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z",key:"mfqc10"}]],Q_=K("gamepad-2",J_);/**
|
|
733
|
+
* @license lucide-react v1.38.0 - ISC
|
|
734
|
+
*
|
|
735
|
+
* This source code is licensed under the ISC license.
|
|
736
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
737
|
+
*/const ew=[["polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12",key:"o97t9d"}],["path",{d:"M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",key:"oot6mr"}]],tw=K("inbox",ew);/**
|
|
738
|
+
* @license lucide-react v1.38.0 - ISC
|
|
739
|
+
*
|
|
740
|
+
* This source code is licensed under the ISC license.
|
|
741
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
742
|
+
*/const aw=[["path",{d:"M8 5h13",key:"1pao27"}],["path",{d:"M13 12h8",key:"h98zly"}],["path",{d:"M13 19h8",key:"c3s6r1"}],["path",{d:"M3 10a2 2 0 0 0 2 2h3",key:"1npucw"}],["path",{d:"M3 5v12a2 2 0 0 0 2 2h3",key:"x1gjn2"}]],ow=K("list-tree",aw);/**
|
|
743
|
+
* @license lucide-react v1.38.0 - ISC
|
|
744
|
+
*
|
|
745
|
+
* This source code is licensed under the ISC license.
|
|
746
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
747
|
+
*/const rw=[["path",{d:"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",key:"18887p"}],["path",{d:"M12 11h.01",key:"z322tv"}],["path",{d:"M16 11h.01",key:"xkw8gn"}],["path",{d:"M8 11h.01",key:"1dfujw"}]],nw=K("message-square-more",rw);/**
|
|
748
|
+
* @license lucide-react v1.38.0 - ISC
|
|
749
|
+
*
|
|
750
|
+
* This source code is licensed under the ISC license.
|
|
751
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
752
|
+
*/const iw=[["path",{d:"M5 12h14",key:"1ays0h"}]],sw=K("minus",iw);/**
|
|
753
|
+
* @license lucide-react v1.38.0 - ISC
|
|
754
|
+
*
|
|
755
|
+
* This source code is licensed under the ISC license.
|
|
756
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
757
|
+
*/const lw=[["circle",{cx:"18",cy:"5",r:"3",key:"gq8acd"}],["circle",{cx:"6",cy:"12",r:"3",key:"w7nqdw"}],["circle",{cx:"18",cy:"19",r:"3",key:"1xt0gg"}],["line",{x1:"8.59",x2:"15.42",y1:"13.51",y2:"17.49",key:"47mynk"}],["line",{x1:"15.41",x2:"8.59",y1:"6.51",y2:"10.49",key:"1n3mei"}]],cw=K("share-2",lw);/**
|
|
758
|
+
* @license lucide-react v1.38.0 - ISC
|
|
759
|
+
*
|
|
760
|
+
* This source code is licensed under the ISC license.
|
|
761
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
762
|
+
*/const dw=[["path",{d:"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z",key:"1s2grr"}],["path",{d:"M20 2v4",key:"1rf3ol"}],["path",{d:"M22 4h-4",key:"gwowj6"}],["circle",{cx:"4",cy:"20",r:"2",key:"6kqj1y"}]],uw=K("sparkles",dw);/**
|
|
763
|
+
* @license lucide-react v1.38.0 - ISC
|
|
764
|
+
*
|
|
765
|
+
* This source code is licensed under the ISC license.
|
|
766
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
767
|
+
*/const pw=[["path",{d:"M12 4v16",key:"1654pz"}],["path",{d:"M4 7V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2",key:"e0r10z"}],["path",{d:"M9 20h6",key:"s66wpe"}]],hw=K("type",pw);/**
|
|
768
|
+
* @license lucide-react v1.38.0 - ISC
|
|
769
|
+
*
|
|
770
|
+
* This source code is licensed under the ISC license.
|
|
771
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
772
|
+
*/const mw=[["path",{d:"M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z",key:"uqj9uw"}]],gw=K("volume",mw);/**
|
|
773
|
+
* @license lucide-react v1.38.0 - ISC
|
|
774
|
+
*
|
|
775
|
+
* This source code is licensed under the ISC license.
|
|
776
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
777
|
+
*/const bw=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],qd=K("chevron-down",bw);/**
|
|
778
|
+
* @license lucide-react v1.38.0 - ISC
|
|
779
|
+
*
|
|
780
|
+
* This source code is licensed under the ISC license.
|
|
781
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
782
|
+
*/const fw=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],Ud=K("chevron-up",fw);/**
|
|
783
|
+
* @license lucide-react v1.38.0 - ISC
|
|
784
|
+
*
|
|
785
|
+
* This source code is licensed under the ISC license.
|
|
786
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
787
|
+
*/const vw=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],yw=K("circle",vw);/**
|
|
788
|
+
* @license lucide-react v1.38.0 - ISC
|
|
789
|
+
*
|
|
790
|
+
* This source code is licensed under the ISC license.
|
|
791
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
792
|
+
*/const xw=[["path",{d:"M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z",key:"14u9p9"}]],Cw=K("triangle",xw);/**
|
|
793
|
+
* @license lucide-react v1.38.0 - ISC
|
|
794
|
+
*
|
|
795
|
+
* This source code is licensed under the ISC license.
|
|
796
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
797
|
+
*/const _w=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],ww=K("menu",_w);/**
|
|
798
|
+
* @license lucide-react v1.38.0 - ISC
|
|
799
|
+
*
|
|
800
|
+
* This source code is licensed under the ISC license.
|
|
801
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
802
|
+
*/const kw=[["path",{d:"M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",key:"kfwtm"}]],Sw=K("moon",kw);/**
|
|
803
|
+
* @license lucide-react v1.38.0 - ISC
|
|
804
|
+
*
|
|
805
|
+
* This source code is licensed under the ISC license.
|
|
806
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
807
|
+
*/const Aw=[["path",{d:"M15 5.88 14 10h5.83a2 2 0 0 1 1.92 2.56l-2.33 8A2 2 0 0 1 17.5 22H4a2 2 0 0 1-2-2v-8a2 2 0 0 1 2-2h2.76a2 2 0 0 0 1.79-1.11L12 2a3.13 3.13 0 0 1 3 3.88Z",key:"emmmcr"}],["path",{d:"M7 10v12",key:"1qc93n"}]],Tw=K("thumbs-up",Aw),Yd={"alert-triangle":Ld,"align-start-vertical":vy,anchor:W_,"arrow-down":xy,"arrow-left":_y,"arrow-right":ky,"arrow-right-left":Ay,"arrow-up-a-z":V_,"audio-lines":Ny,baby:Ey,ban:Ly,"bar-chart-2":q_,bell:My,"book-marked":Ry,"book-open":Iy,"bow-arrow":zy,braces:Wy,bug:Vy,calendar:Gd,"calendar-check":qy,"calendar-days":Yy,camera:Zy,car:K_,"chart-column":Jy,"chart-line":ex,"chart-pie":ax,check:jd,"chevron-down":qd,"chevron-left":Md,"chevron-right":Pd,"chevron-up":Ud,circle:yw,"clipboard-list":sx,coffee:X_,combine:cx,copy:ux,"credit-card":hx,database:Rd,diff:bx,download:$d,ear:yx,edit:Cx,"edit-2":wx,"edit-3":Sx,ellipsis:Id,eraser:Nx,"external-link":Ex,eye:Lx,"file-text":Mx,"flip-horizontal":Rx,"folder-open":Ix,"folder-plus":zx,gamepad:Wx,"gamepad-2":Q_,gavel:Vx,"git-merge":Od,globe:Ux,headphones:Kx,heart:Xx,home:Qx,inbox:tw,info:t2,"key-round":o2,landmark:n2,layers:s2,"layout-dashboard":c2,leaf:u2,lightbulb:h2,link:g2,"link-2":f2,"link-2-off":y2,list:C2,"list-checks":w2,"list-ordered":S2,"list-tree":ow,loader:T2,"log-out":B2,mail:D2,"map-pin":j2,menu:ww,"message-circle":P2,"message-circle-question-mark":$2,"message-square":O2,"message-square-more":nw,"message-square-text":F2,minus:sw,"minus-circle":H2,moon:Sw,"more-horizontal":Id,package:G2,palette:U2,"party-popper":K2,pause:X2,pencil:Q2,phone:tC,play:oC,"play-circle":nC,plus:sC,printer:cC,"refresh-cw":uC,repeat:hC,replace:gC,rocket:fC,"rotate-ccw":yC,"rotate-cw":CC,salad:wC,"scan-search":SC,search:BC,"circle-alert":zd,"alert-circle":zd,"check-circle":Fd,scissors:DC,"search-x":jC,send:PC,settings:$C,"share-2":cw,"shield-check":OC,"shopping-cart":FC,shuffle:HC,"skip-back":GC,"skip-forward":UC,sparkles:uw,square:KC,star:XC,store:QC,"sun-medium":t_,table:o_,"table-2":n_,terminal:s_,"text-cursor-input":c_,"text-initial":u_,"thumbs-up":Tw,ticket:h_,triangle:Cw,"trash-2":g_,"trending-up":f_,"triangle-alert":Ld,trophy:y_,type:hw,unlink:C_,upload:w_,user:Wd,"user-plus":A_,"user-round":N_,"user-round-check":E_,users:L_,"users-round":M_,volume:gw,"volume-2":Hd,wrench:$_,x:Vd,zap:z_};function Nw(t){return Yd[t]??null}const Kd=new Set,Bw=(()=>{try{const t=globalThis;return t.process!=null&&t.process.env?.NODE_ENV!=="production"}catch{return!1}})();function Ew(t){return Bw&&!(t in Yd)&&!Kd.has(t)&&(Kd.add(t),console.warn(`[ihabdevteam-core] lucide \uC544\uC774\uCF58 '${t}' \uC774 \uC815\uC801 \uBAA9\uB85D\uC5D0 \uC5C6\uC5B4 \uB80C\uB354\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4. utils/lucideIconSet.ts \uC758 STATIC_LUCIDE_ICONS \uC5D0 \uCD94\uAC00\uD558\uC138\uC694.`)),Promise.resolve(null)}const Dw=t=>t.replace(/([A-Z]+)([A-Z][a-z])/g,"$1-$2").replace(/([a-z0-9])([A-Z])/g,"$1-$2").replace(/([A-Za-z])([0-9])/g,"$1-$2").replace(/[_ ]+/g,"-").toLowerCase();function Lw(t){const e=t.toLowerCase();if(e.startsWith("http://")||e.startsWith("https://")||e.startsWith("data:")||t.includes("/assets/"))return null;const a=(t.split("/").pop()||"").replace(/\.svg$/,"");return a?Dw(a):null}const Zd=new Map;function jw(t){const e=typeof t=="string"?Lw(t):null,a=e?Nw(e)??Zd.get(e)??null:null,[o,r]=c.useState(null);return c.useEffect(()=>{if(!e||a)return;let i=!1;return Ew(e).then(s=>{Zd.set(e,s),i||r(s)}),()=>{i=!0}},[e,a]),a??o}/*! @license DOMPurify 3.4.14 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.4.14/LICENSE */function Xd(t,e){(e==null||e>t.length)&&(e=t.length);for(var a=0,o=Array(e);a<e;a++)o[a]=t[a];return o}function Mw(t){if(Array.isArray(t))return t}function Pw(t,e){var a=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(a!=null){var o,r,i,s,l=[],u=!0,d=!1;try{if(i=(a=a.call(t)).next,e!==0)for(;!(u=(o=i.call(a)).done)&&(l.push(o.value),l.length!==e);u=!0);}catch(h){d=!0,r=h}finally{try{if(!u&&a.return!=null&&(s=a.return(),Object(s)!==s))return}finally{if(d)throw r}}return l}}function Rw(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
808
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $w(t,e){return Mw(t)||Pw(t,e)||Iw(t,e)||Rw()}function Iw(t,e){if(t){if(typeof t=="string")return Xd(t,e);var a={}.toString.call(t).slice(8,-1);return a==="Object"&&t.constructor&&(a=t.constructor.name),a==="Map"||a==="Set"?Array.from(t):a==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a)?Xd(t,e):void 0}}const Jd=Object.entries,Qd=Object.setPrototypeOf,Ow=Object.isFrozen,zw=Object.getPrototypeOf,Fw=Object.getOwnPropertyDescriptor;let ft=Object.freeze,xt=Object.seal,go=Object.create,eu=typeof Reflect<"u"&&Reflect,li=eu.apply,ci=eu.construct;ft||(ft=function(e){return e}),xt||(xt=function(e){return e}),li||(li=function(e,a){for(var o=arguments.length,r=new Array(o>2?o-2:0),i=2;i<o;i++)r[i-2]=arguments[i];return e.apply(a,r)}),ci||(ci=function(e){for(var a=arguments.length,o=new Array(a>1?a-1:0),r=1;r<a;r++)o[r-1]=arguments[r];return new e(...o)});const Xa=mt(Array.prototype.forEach),Ww=mt(Array.prototype.lastIndexOf),tu=mt(Array.prototype.pop),zo=mt(Array.prototype.push),Hw=mt(Array.prototype.splice),bo=Array.isArray,Fo=mt(String.prototype.toLowerCase),di=mt(String.prototype.toString),au=mt(String.prototype.match),Wo=mt(String.prototype.replace),ou=mt(String.prototype.indexOf),Vw=mt(String.prototype.trim),Gw=mt(Number.prototype.toString),qw=mt(Boolean.prototype.toString),ru=typeof BigInt>"u"?null:mt(BigInt.prototype.toString),nu=typeof Symbol>"u"?null:mt(Symbol.prototype.toString),It=mt(Object.prototype.hasOwnProperty),Ho=mt(Object.prototype.toString),At=mt(RegExp.prototype.test),Ja=Uw(TypeError);function mt(t){return function(e){e instanceof RegExp&&(e.lastIndex=0);for(var a=arguments.length,o=new Array(a>1?a-1:0),r=1;r<a;r++)o[r-1]=arguments[r];return li(t,e,o)}}function Uw(t){return function(){for(var e=arguments.length,a=new Array(e),o=0;o<e;o++)a[o]=arguments[o];return ci(t,a)}}function Ve(t,e){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Fo;if(Qd&&Qd(t,null),!bo(e))return t;let o=e.length;for(;o--;){let r=e[o];if(typeof r=="string"){const i=a(r);i!==r&&(Ow(e)||(e[o]=i),r=i)}t[r]=!0}return t}function Yw(t){for(let e=0;e<t.length;e++)It(t,e)||(t[e]=null);return t}function Ft(t){const e=go(null);for(const o of Jd(t)){var a=$w(o,2);const r=a[0],i=a[1];It(t,r)&&(bo(i)?e[r]=Yw(i):i&&typeof i=="object"&&i.constructor===Object?e[r]=Ft(i):e[r]=i)}return e}function Kw(t){switch(typeof t){case"string":return t;case"number":return Gw(t);case"boolean":return qw(t);case"bigint":return ru?ru(t):"0";case"symbol":return nu?nu(t):"Symbol()";case"undefined":return Ho(t);case"function":case"object":{if(t===null)return Ho(t);const e=t,a=Qt(e,"toString");if(typeof a=="function"){const o=a(e);return typeof o=="string"?o:Ho(o)}return Ho(t)}default:return Ho(t)}}function Qt(t,e){for(;t!==null;){const o=Fw(t,e);if(o){if(o.get)return mt(o.get);if(typeof o.value=="function")return mt(o.value)}t=zw(t)}function a(){return null}return a}function Zw(t){try{return At(t,""),!0}catch{return!1}}const iu=ft(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","search","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),ui=ft(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","enterkeyhint","exportparts","filter","font","g","glyph","glyphref","hkern","image","inputmode","line","lineargradient","marker","mask","metadata","mpath","part","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),pi=ft(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),Xw=ft(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),hi=ft(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),Jw=ft(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),su=ft(["#text"]),lu=ft(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","command","commandfor","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","exportparts","face","for","headers","height","hidden","high","href","hreflang","id","inert","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","part","pattern","placeholder","playsinline","popover","popovertarget","popovertargetaction","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","slot","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","wrap","xmlns"]),mi=ft(["accent-height","accumulate","additive","alignment-baseline","amplitude","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dominant-baseline","dur","edgemode","elevation","end","exponent","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","intercept","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","mask-type","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","pointer-events","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","tablevalues","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-orientation","text-rendering","textlength","type","u1","u2","unicode","values","vector-effect","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),cu=ft(["accent","accentunder","align","bevelled","close","columnalign","columnlines","columnspacing","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lquote","lspace","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),Ir=ft(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),Qw=xt(/{{[\w\W]*|^[\w\W]*}}/g),e4=xt(/<%[\w\W]*|^[\w\W]*%>/g),t4=xt(/\${[\w\W]*/g),a4=xt(/^data-[\-\w.\u00B7-\uFFFF]+$/),o4=xt(/^aria-[\-\w]+$/),du=xt(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),r4=xt(/^(?:\w+script|data):/i),n4=xt(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),i4=xt(/^html$/i),s4=xt(/^[a-z][.\w]*(-[.\w]+)+$/i),uu=xt(/<[/\w!]/g),pu=xt(/<[/\w]/g),l4=xt(/<\/no(script|embed|frames)/i),c4=xt(/\/>/i),Wt={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},hu=["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"],d4=ft(Ve({},hu)),u4=(function(){const t={};return Xa(hu,e=>{t[e]=xt(new RegExp("</"+e+"(?=[\\t\\n\\f\\r />])","i"))}),ft(t)})(),p4=function(){return typeof window>"u"?null:window},h4=function(e,a){if(typeof e!="object"||typeof e.createPolicy!="function")return null;let o=null;const r="data-tt-policy-suffix";a&&a.hasAttribute(r)&&(o=a.getAttribute(r));const i="dompurify"+(o?"#"+o:"");try{return e.createPolicy(i,{createHTML(s){return s},createScriptURL(s){return s}})}catch{return console.warn("TrustedTypes policy "+i+" could not be created."),null}},mu=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},Ra=function(e,a,o,r){return It(e,a)&&bo(e[a])?Ve(r.base?Ft(r.base):{},e[a],r.transform):o},gi=function(e,a,o){const r=It(e,a)?e[a]:void 0;return r&&typeof r=="object"?Ft(r):o()};function gu(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:p4();const e=me=>gu(me);if(e.version="3.4.14",e.removed=[],!t||!t.document||t.document.nodeType!==Wt.document||!t.Element)return e.isSupported=!1,e;let a=t.document;const o=a,r=o.currentScript;t.DocumentFragment;const i=t.HTMLTemplateElement,s=t.Node,l=t.Element,u=t.NodeFilter,d=t.NamedNodeMap;d===void 0&&(t.NamedNodeMap||t.MozNamedAttrMap),t.HTMLFormElement;const h=t.DOMParser,p=t.trustedTypes,m=l.prototype,g=Qt(m,"cloneNode"),f=Qt(m,"remove"),b=Qt(m,"nextSibling"),y=Qt(m,"childNodes"),v=Qt(m,"parentNode"),x=Qt(m,"shadowRoot"),_=Qt(m,"attributes"),C=s&&s.prototype?Qt(s.prototype,"nodeType"):null,T=s&&s.prototype?Qt(s.prototype,"nodeName"):null,w=s&&s.prototype?Qt(s.prototype,"ownerDocument"):null,S=function(B){return C?C(B):B.nodeType},D=function(B){return T?T(B):B.nodeName};if(typeof i=="function"){const me=a.createElement("template");me.content&&me.content.ownerDocument&&(a=me.content.ownerDocument)}let A,N="",O,j=!1,k=0;const E=function(){if(k>0)throw Ja('A configured TRUSTED_TYPES_POLICY callback (createHTML or createScriptURL) must not call DOMPurify.sanitize, as that causes infinite recursion. Do not pass a policy whose callbacks wrap DOMPurify as TRUSTED_TYPES_POLICY; see the "DOMPurify and Trusted Types" section of the README.')},L=function(B){E(),k++;try{return A.createHTML(B)}finally{k--}},z=function(B){E(),k++;try{return A.createScriptURL(B)}finally{k--}},te=function(){return j||(O=h4(p,r),j=!0),O},J=a,ae=J.implementation,M=J.createNodeIterator,R=J.createDocumentFragment,$=J.getElementsByTagName,F=o.importNode;let I=mu();e.isSupported=typeof Jd=="function"&&typeof v=="function"&&ae&&ae.createHTMLDocument!==void 0;const q=Qw,P=e4,H=t4,V=a4,U=o4,ee=r4,pe=n4,he=s4;let oe=du,X=null;const de=Ve({},[...iu,...ui,...pi,...hi,...su]);let Ce=null;const Z=Ve({},[...lu,...mi,...cu,...Ir]);let le=Object.seal(go(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),G=null,ce=null;const be=Object.seal(go(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let De=!0,Ie=!0,We=!1,He=!0,$e=!1,rt=!0,Oe=!1,Ge=!1,Fe=null,fe=null,nt=!1,qe=!1,Me=!1,Ke=!1,Lt=!0,Ze=!1;const Ye="user-content-";let ht=!0,Le=!1,ot={},Qe=null;const Pe=Ve({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","selectedcontent","style","svg","template","thead","title","video","xmp"]);let Xe=null;const et=Ve({},["audio","video","img","source","image","track"]);let Ct=null;const jt=Ve({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),st="http://www.w3.org/1998/Math/MathML",Gt="http://www.w3.org/2000/svg",bt="http://www.w3.org/1999/xhtml";let qt=bt,sa=!1,Ut=null;const Ma=Ve({},[st,Gt,bt],di),la=ft(["mi","mo","mn","ms","mtext"]);let Xt=Ve({},la);const Pa=ft(["annotation-xml"]);let Mt=Ve({},Pa);const Ya=Ve({},["title","style","font","a","script"]);let Ot=null;const Ca=["application/xhtml+xml","text/html"],Ka="text/html";let Je=null,zt=null;const St=a.createElement("form"),_a=function(B){return B instanceof RegExp||B instanceof Function},ca=function(){let B=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(zt&&zt===B)return;(!B||typeof B!="object")&&(B={}),B=Ft(B),Ot=Ca.indexOf(B.PARSER_MEDIA_TYPE)===-1?Ka:B.PARSER_MEDIA_TYPE,Je=Ot==="application/xhtml+xml"?di:Fo,X=Ra(B,"ALLOWED_TAGS",de,{transform:Je}),Ce=Ra(B,"ALLOWED_ATTR",Z,{transform:Je}),Ut=Ra(B,"ALLOWED_NAMESPACES",Ma,{transform:di}),Ct=Ra(B,"ADD_URI_SAFE_ATTR",jt,{transform:Je,base:jt}),Xe=Ra(B,"ADD_DATA_URI_TAGS",et,{transform:Je,base:et}),Qe=Ra(B,"FORBID_CONTENTS",Pe,{transform:Je}),G=Ra(B,"FORBID_TAGS",Ft({}),{transform:Je}),ce=Ra(B,"FORBID_ATTR",Ft({}),{transform:Je}),ot=It(B,"USE_PROFILES")?B.USE_PROFILES&&typeof B.USE_PROFILES=="object"?Ft(B.USE_PROFILES):B.USE_PROFILES:!1,De=B.ALLOW_ARIA_ATTR!==!1,Ie=B.ALLOW_DATA_ATTR!==!1,We=B.ALLOW_UNKNOWN_PROTOCOLS||!1,He=B.ALLOW_SELF_CLOSE_IN_ATTR!==!1,$e=B.SAFE_FOR_TEMPLATES||!1,rt=B.SAFE_FOR_XML!==!1,Oe=B.WHOLE_DOCUMENT||!1,qe=B.RETURN_DOM||!1,Me=B.RETURN_DOM_FRAGMENT||!1,Ke=B.RETURN_TRUSTED_TYPE||!1,nt=B.FORCE_BODY||!1,Lt=B.SANITIZE_DOM!==!1,Ze=B.SANITIZE_NAMED_PROPS||!1,ht=B.KEEP_CONTENT!==!1,Le=B.IN_PLACE||!1,oe=Zw(B.ALLOWED_URI_REGEXP)?B.ALLOWED_URI_REGEXP:du,qt=typeof B.NAMESPACE=="string"?B.NAMESPACE:bt,Xt=gi(B,"MATHML_TEXT_INTEGRATION_POINTS",()=>Ve({},la)),Mt=gi(B,"HTML_INTEGRATION_POINTS",()=>Ve({},Pa));const W=gi(B,"CUSTOM_ELEMENT_HANDLING",()=>go(null));if(le=go(null),It(W,"tagNameCheck")&&_a(W.tagNameCheck)&&(le.tagNameCheck=W.tagNameCheck),It(W,"attributeNameCheck")&&_a(W.attributeNameCheck)&&(le.attributeNameCheck=W.attributeNameCheck),It(W,"allowCustomizedBuiltInElements")&&typeof W.allowCustomizedBuiltInElements=="boolean"&&(le.allowCustomizedBuiltInElements=W.allowCustomizedBuiltInElements),xt(le),$e&&(Ie=!1),Me&&(qe=!0),ot&&(X=Ve({},su),Ce=go(null),ot.html===!0&&(Ve(X,iu),Ve(Ce,lu)),ot.svg===!0&&(Ve(X,ui),Ve(Ce,mi),Ve(Ce,Ir)),ot.svgFilters===!0&&(Ve(X,pi),Ve(Ce,mi),Ve(Ce,Ir)),ot.mathMl===!0&&(Ve(X,hi),Ve(Ce,cu),Ve(Ce,Ir))),be.tagCheck=null,be.attributeCheck=null,It(B,"ADD_TAGS")&&(typeof B.ADD_TAGS=="function"?be.tagCheck=B.ADD_TAGS:bo(B.ADD_TAGS)&&(X===de&&(X=Ft(X)),Ve(X,B.ADD_TAGS,Je))),It(B,"ADD_ATTR")&&(typeof B.ADD_ATTR=="function"?be.attributeCheck=B.ADD_ATTR:bo(B.ADD_ATTR)&&(Ce===Z&&(Ce=Ft(Ce)),Ve(Ce,B.ADD_ATTR,Je))),It(B,"ADD_FORBID_CONTENTS")&&bo(B.ADD_FORBID_CONTENTS)&&(Qe===Pe&&(Qe=Ft(Qe)),Ve(Qe,B.ADD_FORBID_CONTENTS,Je)),ht&&(X["#text"]=!0),Oe&&Ve(X,["html","head","body"]),X.table&&(Ve(X,["tbody"]),delete G.tbody),B.TRUSTED_TYPES_POLICY){if(typeof B.TRUSTED_TYPES_POLICY.createHTML!="function")throw Ja('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof B.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw Ja('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');const ie=A;A=B.TRUSTED_TYPES_POLICY;try{N=L("")}catch(we){throw A=ie,we}}else B.TRUSTED_TYPES_POLICY===null?(A=void 0,N=""):(A===void 0&&(A=te()),A&&typeof N=="string"&&(N=L("")));ft&&ft(B),zt=B},re=Ve({},[...ui,...pi,...Xw]),ve=Ve({},[...hi,...Jw]),ye=function(B,W,ie){return W.namespaceURI===bt?B==="svg":W.namespaceURI===st?B==="svg"&&(ie==="annotation-xml"||Xt[ie]):!!re[B]},Y=function(B,W,ie){return W.namespaceURI===bt?B==="math":W.namespaceURI===Gt?B==="math"&&Mt[ie]:!!ve[B]},ne=function(B,W,ie){return W.namespaceURI===Gt&&!Mt[ie]||W.namespaceURI===st&&!Xt[ie]?!1:!ve[B]&&(Ya[B]||!re[B])},xe=function(B){let W=v(B);(!W||!W.tagName)&&(W={namespaceURI:qt,tagName:"template"});const ie=Fo(B.tagName),we=Fo(W.tagName);return Ut[B.namespaceURI]?B.namespaceURI===Gt?ye(ie,W,we):B.namespaceURI===st?Y(ie,W,we):B.namespaceURI===bt?ne(ie,W,we):!!(Ot==="application/xhtml+xml"&&Ut[B.namespaceURI]):!1},ke=function(B){zo(e.removed,{element:B});try{v(B).removeChild(B)}catch{if(f(B),!v(B))throw Ja("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},Se=function(B,W,ie){try{B.removeAttributeNode(W)}catch{try{B.removeAttribute(ie)}catch{}}},je=function(B){ue(B);const W=y(B);if(W){const we=[];Xa(W,Te=>{zo(we,Te)}),Xa(we,Te=>{try{f(Te)}catch{}})}const ie=_(B);if(ie)for(let we=ie.length-1;we>=0;--we){const Te=ie[we],Ee=Te&&Te.name;typeof Ee=="string"&&Se(B,Te,Ee)}},it=function(B,W,ie){if(!ie)try{ie=W.getAttributeNode(B)}catch{ie=null}zo(e.removed,{attribute:ie||null,from:W});try{ie?W.removeAttributeNode(ie):W.removeAttribute(B)}catch{try{W.removeAttribute(B)}catch{}}if(B==="is")if(qe||Me)try{ke(W)}catch{}else try{W.setAttribute(B,"")}catch{}},ut=function(B){const W=_(B);if(W)for(let ie=W.length-1;ie>=0;--ie){const we=W[ie],Te=we&&we.name;typeof Te!="string"||Ce[Je(Te)]||Se(B,we,Te)}},ue=function(B){const W=[B];for(;W.length>0;){const ie=W.pop();S(ie)===Wt.element&&ut(ie);const Te=y(ie);if(Te)for(let Ee=Te.length-1;Ee>=0;--Ee)W.push(Te[Ee])}},Ae=function(B,W){return rt?B==="patchsrc"?!0:B==="for"&&W!=="label"&&W!=="output":!1},tt=function(B){if(!rt)return;const W=[B];for(;W.length>0;){const ie=W.pop(),we=S(ie);if(we===Wt.processingInstruction||we===Wt.comment&&At(pu,ie.data)){try{f(ie)}catch{}continue}if(we===Wt.element){const Ee=ie,at=Je(D(ie));try{Ee.hasAttribute&&Ee.hasAttribute("patchsrc")&&Ee.removeAttribute("patchsrc"),Ee.hasAttribute&&Ee.hasAttribute("for")&&Ae("for",at)&&Ee.removeAttribute("for")}catch{}}const Te=y(ie);if(Te)for(let Ee=Te.length-1;Ee>=0;--Ee)W.push(Te[Ee])}},_t=function(B){let W=null,ie=null;if(nt)B="<remove></remove>"+B;else{const Ee=au(B,/^[\r\n\t ]+/);ie=Ee&&Ee[0]}Ot==="application/xhtml+xml"&&qt===bt&&(B='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+B+"</body></html>");const we=A?L(B):B;if(qt===bt)try{W=new h().parseFromString(we,Ot)}catch{}if(!W||!W.documentElement){W=ae.createDocument(qt,"template",null);try{W.documentElement.innerHTML=sa?N:we}catch{}}const Te=W.body||W.documentElement;return B&&ie&&Te.insertBefore(a.createTextNode(ie),Te.childNodes[0]||null),qt===bt?$.call(W,Oe?"html":"body")[0]:Oe?W.documentElement:Te},wt=function(B){const W=w?w(B):B.ownerDocument;return M.call(W||B,B,u.SHOW_ELEMENT|u.SHOW_COMMENT|u.SHOW_TEXT|u.SHOW_PROCESSING_INSTRUCTION|u.SHOW_CDATA_SECTION,null)},Jt=function(B){return B=Wo(B,q," "),B=Wo(B,P," "),B=Wo(B,H," "),B},Mo=function(B){var W;B.normalize();const ie=w?w(B):B.ownerDocument,we=M.call(ie||B,B,u.SHOW_TEXT|u.SHOW_COMMENT|u.SHOW_CDATA_SECTION|u.SHOW_PROCESSING_INSTRUCTION,null);let Te=we.nextNode();for(;Te;)Te.data=Jt(Te.data),Te=we.nextNode();const Ee=(W=B.querySelectorAll)===null||W===void 0?void 0:W.call(B,"template");Ee&&Xa(Ee,at=>{po(at.content)&&Mo(at.content)})},Dr=function(B){const W=T?T(B):null;return typeof W!="string"||Je(W)!=="form"?!1:typeof B.nodeName!="string"||typeof B.textContent!="string"||typeof B.removeChild!="function"||B.attributes!==_(B)||typeof B.removeAttribute!="function"||typeof B.setAttribute!="function"||typeof B.namespaceURI!="string"||typeof B.insertBefore!="function"||typeof B.hasChildNodes!="function"||B.nodeType!==C(B)||B.childNodes!==y(B)},po=function(B){if(!C||typeof B!="object"||B===null)return!1;try{return C(B)===Wt.documentFragment}catch{return!1}},Po=function(B){if(!C||typeof B!="object"||B===null)return!1;try{return typeof C(B)=="number"}catch{return!1}};function da(me,B,W){me.length!==0&&Xa(me,ie=>{ie.call(e,B,W,zt)})}const Xb=function(B,W){return!!(rt&&B.hasChildNodes()&&!Po(B.firstElementChild)&&At(uu,B.textContent)&&At(uu,B.innerHTML)||rt&&B.namespaceURI===bt&&d4[W]&&(Po(B.firstElementChild)||typeof B.textContent=="string"&&At(u4[W],B.textContent))||B.nodeType===Wt.processingInstruction||rt&&B.nodeType===Wt.comment&&At(pu,B.data))},Lr=function(B,W){if(B instanceof RegExp)return At(B,W);if(B instanceof Function){for(var ie=arguments.length,we=new Array(ie>2?ie-2:0),Te=2;Te<ie;Te++)we[Te-2]=arguments[Te];return!!B(W,...we)}return!1},Jb=function(B,W,ie){if(!G[W]&&rd(W)&&Lr(le.tagNameCheck,W))return!1;if(ht&&!Qe[W]){const we=v(B),Te=y(B);if(Te&&we){const Ee=Te.length;for(let at=Ee-1;at>=0;--at){const lt=B===ie?g(Te[at],!0):Te[at];we.insertBefore(lt,b(B))}}}return ke(B),!0},ed=function(B,W,ie,we){return B.length===0?W:W===ie||W===we?Ft(W):W},td=function(B,W){return B===W||v(B)!==null?!1:(Le&&ue(B),!0)},ad=function(B,W){if(da(I.beforeSanitizeElements,B,null),td(B,W))return!0;if(Dr(B))return ke(B),!0;const ie=Je(D(B));if(X=ed(I.uponSanitizeElement,X,de,Fe),da(I.uponSanitizeElement,B,{tagName:ie,allowedTags:X}),td(B,W))return!0;if(Xb(B,ie))return ke(B),!0;if(G[ie]||!(be.tagCheck instanceof Function&&be.tagCheck(ie))&&!X[ie]){const Te=Jb(B,ie,W);return Te===!1&&da(I.afterSanitizeElements,B,null),Te}if(S(B)===Wt.element&&!xe(B)||(ie==="noscript"||ie==="noembed"||ie==="noframes")&&At(l4,B.innerHTML))return ke(B),!0;if($e&&B.nodeType===Wt.text){const Te=Jt(B.textContent);B.textContent!==Te&&(zo(e.removed,{element:B.cloneNode()}),B.textContent=Te)}return da(I.afterSanitizeElements,B,null),!1},od=function(B,W,ie){if(ce[W]||Ae(W,B)||Lt&&(W==="id"||W==="name")&&(ie in a||ie in St))return!1;const we=Ce[W]||be.attributeCheck instanceof Function&&be.attributeCheck(W,B);return Ie&&At(V,W)||De&&At(U,W)?!0:we?Ct[W]||At(oe,Wo(ie,pe,""))||(W==="src"||W==="xlink:href"||W==="href")&&B!=="script"&&ou(ie,"data:")===0&&Xe[B]||We&&!At(ee,Wo(ie,pe,""))?!0:!ie:rd(B)&&Lr(le.tagNameCheck,B)&&Lr(le.attributeNameCheck,W,B)||W==="is"&&le.allowCustomizedBuiltInElements&&Lr(le.tagNameCheck,ie)},Qb=Ve({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),rd=function(B){return!Qb[Fo(B)]&&At(he,B)},ef=function(B,W,ie,we){if(A&&typeof p=="object"&&typeof p.getAttributeType=="function"&&!ie)switch(p.getAttributeType(B,W)){case"TrustedHTML":return L(we);case"TrustedScriptURL":return z(we)}return we},tf=function(B,W,ie,we){try{ie?B.setAttributeNS(ie,W,we):B.setAttribute(W,we),Dr(B)?ke(B):tu(e.removed)}catch{it(W,B)}},nd=function(B){da(I.beforeSanitizeAttributes,B,null);const W=B.attributes;if(!W||Dr(B))return;Ce=ed(I.uponSanitizeAttribute,Ce,Z,fe);const ie={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ce,forceKeepAttr:void 0};let we=W.length;const Te=Je(B.nodeName);for(;we--;){const Ee=W[we],at=Ee.name,lt=Ee.namespaceURI,Rt=Ee.value,$t=Je(at),Xn=Rt;let Pt=at==="value"?Xn:Vw(Xn);if(ie.attrName=$t,ie.attrValue=Pt,ie.keepAttr=!0,ie.forceKeepAttr=void 0,da(I.uponSanitizeAttribute,B,ie),Pt=ie.attrValue,Ze&&($t==="id"||$t==="name")&&ou(Pt,Ye)!==0&&(it(at,B,Ee),Pt=Ye+Pt),rt&&At(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,Pt)){it(at,B,Ee);continue}if($t==="attributename"&&au(Pt,"href")){it(at,B,Ee);continue}if(!ie.forceKeepAttr){if(!ie.keepAttr){it(at,B,Ee);continue}if(!He&&At(c4,Pt)){it(at,B,Ee);continue}if($e&&(Pt=Jt(Pt)),!od(Te,$t,Pt)){it(at,B,Ee);continue}Pt=ef(Te,$t,lt,Pt),Pt!==Xn&&tf(B,at,lt,Pt)}}da(I.afterSanitizeAttributes,B,null)},jr=function(B){let W=null;const ie=wt(B);for(da(I.beforeSanitizeShadowDOM,B,null);W=ie.nextNode();)if(da(I.uponSanitizeShadowNode,W,null),ad(W,B),nd(W),po(W.content)&&jr(W.content),S(W)===Wt.element){const we=x(W);po(we)&&(Zn(we),jr(we))}da(I.afterSanitizeShadowDOM,B,null)},Zn=function(B){const W=[{node:B,shadow:null}];for(;W.length>0;){const ie=W.pop();if(ie.shadow){jr(ie.shadow);continue}const we=ie.node,Ee=S(we)===Wt.element,at=y(we);if(at)for(let lt=at.length-1;lt>=0;--lt)W.push({node:at[lt],shadow:null});if(Ee){const lt=T?T(we):null;if(typeof lt=="string"&&Je(lt)==="template"){const Rt=we.content;po(Rt)&&W.push({node:Rt,shadow:null})}}if(Ee){const lt=x(we);po(lt)&&W.push({node:null,shadow:lt},{node:lt,shadow:null})}}};return e.sanitize=function(me){let B=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},W=null,ie=null,we=null,Te=null;if(sa=!me,sa&&(me="<!-->"),typeof me!="string"&&!Po(me)&&(me=Kw(me),typeof me!="string"))throw Ja("dirty is not a string, aborting");if(!e.isSupported)return me;Ge?(X=Fe,Ce=fe):ca(B),(I.uponSanitizeElement.length>0||I.uponSanitizeAttribute.length>0)&&(X=Ft(X)),I.uponSanitizeAttribute.length>0&&(Ce=Ft(Ce)),e.removed=[];const Ee=Le&&typeof me!="string"&&Po(me);if(Ee){tt(me);const Rt=D(me);if(typeof Rt=="string"){const $t=Je(Rt);if(!X[$t]||G[$t])throw je(me),Ja("root node is forbidden and cannot be sanitized in-place")}if(Dr(me))throw je(me),Ja("root node is clobbered and cannot be sanitized in-place");try{Zn(me)}catch($t){throw je(me),$t}}else if(Po(me))W=_t("<!---->"),ie=W.ownerDocument.importNode(me,!0),ie.nodeType===Wt.element&&ie.nodeName==="BODY"||ie.nodeName==="HTML"?W=ie:W.appendChild(ie),Zn(ie);else{if(!qe&&!$e&&!Oe&&me.indexOf("<")===-1)return A&&Ke?L(me):me;if(W=_t(me),!W)return qe?null:Ke?N:""}W&&nt&&ke(W.firstChild);const at=Ee?me:W;try{const Rt=wt(at);for(;we=Rt.nextNode();)ad(we,at),nd(we),po(we.content)&&jr(we.content)}catch(Rt){throw Ee&&(je(me),Xa(e.removed,$t=>{$t.element&&ue($t.element)})),Rt}if(Ee)return Xa(e.removed,Rt=>{Rt.element&&ue(Rt.element)}),$e&&Mo(me),me;if(qe){if($e&&Mo(W),Me)for(Te=R.call(W.ownerDocument);W.firstChild;)Te.appendChild(W.firstChild);else Te=W;return(Ce.shadowroot||Ce.shadowrootmode)&&(Te=F.call(o,Te,!0)),Te}let lt=Oe?W.outerHTML:W.innerHTML;return Oe&&X["!doctype"]&&W.ownerDocument&&W.ownerDocument.doctype&&W.ownerDocument.doctype.name&&At(i4,W.ownerDocument.doctype.name)&&(lt="<!DOCTYPE "+W.ownerDocument.doctype.name+`>
|
|
809
|
+
`+lt),$e&&(lt=Jt(lt)),A&&Ke?L(lt):lt},e.setConfig=function(){let me=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ca(me),Ge=!0,Fe=X,fe=Ce},e.clearConfig=function(){zt=null,Ge=!1,Fe=null,fe=null,A=O,N=""},e.isValidAttribute=function(me,B,W){zt||ca({});const ie=Je(me),we=Je(B);return od(ie,we,W)},e.addHook=function(me,B){typeof B=="function"&&It(I,me)&&zo(I[me],B)},e.removeHook=function(me,B){if(It(I,me)){if(B!==void 0){const W=Ww(I[me],B);return W===-1?void 0:Hw(I[me],W,1)[0]}return tu(I[me])}},e.removeHooks=function(me){It(I,me)&&(I[me]=[])},e.removeAllHooks=function(){I=mu()},e}var m4=gu();function bu(t,{onEnd:e,rate:a=.9}={}){if(typeof window>"u"||typeof SpeechSynthesisUtterance>"u"||!("speechSynthesis"in window)){e?.();return}const o=window.speechSynthesis,r=()=>{o.cancel();const i=new SpeechSynthesisUtterance(t),s=o.getVoices().find(l=>l.lang.startsWith("ko"));s&&(i.voice=s),i.rate=a,i.onend=e?function(l){try{e()}catch{}}:null,o.speak(i)};o.getVoices().length>0?r():o.addEventListener("voiceschanged",r,{once:!0})}function fu(){typeof window<"u"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}const g4=/^(?:[a-z]+:)?\/\//i;let vu="";function b4(t){const e=String(t||"").trim();return e?e.replace(/\/+$/,""):""}function yu(t){vu=b4(t)}function bi(){return vu}function Vo(t){const e=String(t||"").trim();if(!e)return"";if(g4.test(e)||e.startsWith("data:")||e.startsWith("blob:"))return e;const a=e.startsWith("/")?e:`/${e}`,o=bi();return o?`${o}${a}`:a}const xu="__ihab_core_storage_resolvers__";function Go(){return globalThis[xu]??null}function f4(t){globalThis[xu]=t}let fi=class extends Error{constructor(e){super(`
|
|
810
|
+
[ihabdevteam-core] ${e}() \uD638\uCD9C \uC2E4\uD328 \u2014 configureStorage()\uAC00 \uC124\uC815\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4.
|
|
811
|
+
|
|
812
|
+
\uC571 \uCD08\uAE30\uD654 \uC2DC\uC810(main.tsx \uB4F1)\uC5D0 \uC544\uB798\uC640 \uAC19\uC774 \uD55C \uBC88 \uD638\uCD9C\uD558\uC138\uC694:
|
|
813
|
+
|
|
814
|
+
import { configureStorage } from '@ihabdevteam/core'
|
|
815
|
+
|
|
816
|
+
configureStorage({
|
|
817
|
+
resolveUrl: (path) =>
|
|
818
|
+
supabase.storage.from(BUCKET).createSignedUrl(path, 3600)
|
|
819
|
+
.then(({ data }) => data?.signedUrl ?? null),
|
|
820
|
+
download: (path) =>
|
|
821
|
+
supabase.storage.from(BUCKET).download(path)
|
|
822
|
+
.then(({ data, error }) => { if (error) throw error; return data }),
|
|
823
|
+
})
|
|
824
|
+
|
|
825
|
+
\uC124\uCE58 \uBA85\uB839\uC5B4 (\uC2A4\uD1A0\uB9AC\uC9C0 SDK \uBBF8\uC124\uCE58 \uC2DC):
|
|
826
|
+
npm install @supabase/supabase-js
|
|
827
|
+
pnpm add @supabase/supabase-js
|
|
828
|
+
`),this.name="StorageNotConfiguredError"}};function vi(t){f4(t)}function Or(t,e){if(!t)return null;const a=Go();return a?.resolvePath?a.resolvePath(t,e):e?`${e}/${t}.mp3`:null}async function yi(t){if(!t)return!1;const e=Go();if(!e)throw new fi("fileExists");if(e.exists)return e.exists(t);try{return await e.resolveUrl(t)!==null}catch{return!1}}async function qo(t){if(!t)return null;const e=Go();if(!e)throw new fi("getSignedOrPublicUrl");try{return await e.resolveUrl(t)}catch{return null}}async function zr(t){const e=Go();if(!e)throw new fi("downloadSound");return e.download(t)}function xi(){return Go()?.noiseBaseUrl??"/sounds/noise"}const Ci="__ihab_core_tts_config__";function Cu(t){globalThis[Ci]=t}function Uo(){return globalThis[Ci]?.urlResolver??null}function _i(){return globalThis[Ci]?.fallbackUrlResolver??null}const v4=new Map;function _u(){v4.clear()}const wu="__ihab_core_pronunciation_resolver__";function ku(t){globalThis[wu]=t}function wi(){return globalThis[wu]??null}let Yo=null;const Su=new WeakMap;function y4(){if(Yo)return Yo;try{const t=window.AudioContext||window.webkitAudioContext;return t?(Yo=new t,Yo):null}catch{return null}}function Ko(){try{Yo?.resume()}catch{}}function Zo(t){if(!t)return null;const e=Su.get(t);if(e)return e;const a=y4();if(!a)return null;try{const o=a.createMediaElementSource(t),r=a.createAnalyser();return r.fftSize=1024,r.smoothingTimeConstant=.6,o.connect(r),o.connect(a.destination),Su.set(t,r),r}catch{return null}}function ki(t,e){t.getFloatTimeDomainData(e);let a=0;for(let o=0;o<e.length;o++){const r=e[o];a+=r*r}return Math.sqrt(a/e.length)}const Au="__ihab_core_image_config__";function Tu(t){globalThis[Au]=t}function $a(){return globalThis[Au]??null}const Xo="word_image_existence_map_v1";let pa=null;const Fr=new Map;function Jo(){if(pa)return pa;try{const t=typeof localStorage<"u"?localStorage.getItem(Xo):null;pa=t?JSON.parse(t):{}}catch{pa={}}return pa}let Si=null;function x4(){Si||(Si=setTimeout(()=>{Si=null;try{typeof localStorage<"u"&&pa&&localStorage.setItem(Xo,JSON.stringify(pa))}catch{}},200))}function Wr(t,e){return`${t}_${e??1}`}async function Qo(t,e){const a=Jo(),o=Wr(t,e);if(o in a)return a[o];if(Fr.has(o))return Fr.get(o);const r=$a();if(!r)return!1;const i=r(t,e);if(!i)return!1;const s=fetch(i,{method:"HEAD",signal:AbortSignal.timeout(8e3)}).then(l=>l.ok).catch(()=>!1).then(l=>(a[o]=l,x4(),Fr.delete(o),l));return Fr.set(o,s),s}function Ai(t,e){const a=Jo(),o=Wr(t,e);return o in a?a[o]:void 0}async function Nu(t,e={}){const{force:a=!1,concurrency:o=16,onProgress:r}=e,i=Jo(),s=a?Array.from(new Set(t)):Array.from(new Set(t)).filter(u=>!(Wr(u)in i));let l=0;if(s.length>0){let u=0;const d=Array.from({length:Math.min(o,s.length)},async()=>{for(;u<s.length;){const h=u++,p=s[h],m=Wr(p);if(!a&&m in i){l++,r?.(l,s.length);continue}try{await Qo(p)}catch{}l++,r?.(l,s.length)}});await Promise.all(d)}try{typeof localStorage<"u"&&pa&&localStorage.setItem(Xo,JSON.stringify(pa))}catch{}return{checked:s.length,cached:Object.keys(i).length,total:t.length}}function Hr(){const t=Jo(),e=Object.values(t);return e.length===0?null:{total:e.length,exists:e.filter(Boolean).length}}function Bu(t){const e=Jo();Object.assign(e,t);try{typeof localStorage<"u"&&localStorage.setItem(Xo,JSON.stringify(e))}catch{}}function Ti(){pa={};try{typeof localStorage<"u"&&localStorage.removeItem(Xo)}catch{}}const Ue=["\u3131","\u3132","\u3134","\u3137","\u3138","\u3139","\u3141","\u3142","\u3143","\u3145","\u3146","\u3147","\u3148","\u3149","\u314A","\u314B","\u314C","\u314D","\u314E"],pt=["\u314F","\u3150","\u3151","\u3152","\u3153","\u3154","\u3155","\u3156","\u3157","\u3158","\u3159","\u315A","\u315B","\u315C","\u315D","\u315E","\u315F","\u3160","\u3161","\u3162","\u3163"],vt=["","\u3131","\u3132","\u3133","\u3134","\u3135","\u3136","\u3137","\u3139","\u313A","\u313B","\u313C","\u313D","\u313E","\u313F","\u3140","\u3141","\u3142","\u3144","\u3145","\u3146","\u3147","\u3148","\u314A","\u314B","\u314C","\u314D","\u314E"];function Be(t){if(!t)return null;const e=t.charCodeAt(0)-44032;return e<0||e>=11172?null:{cho:Math.floor(e/588),jung:Math.floor(e%588/28),jong:e%28}}function Ni(){const t=new Map;return e=>{let a=t.get(e);return a||(a=[...e].map(o=>Be(o)),t.set(e,a)),a}}function ha(t,e,a=0){return String.fromCharCode(44032+(t*21+e)*28+a)}function Bi(t,e){if(!t||!e||t===e||t.length!==e.length)return"random";let a=0,o=null;for(let r=0;r<t.length;r++){const i=Be(t[r]),s=Be(e[r]);if(!i||!s)return"random";if(i.cho===s.cho&&i.jung===s.jung&&i.jong===s.jong)continue;a++;const l=i.cho!==s.cho,u=i.jung!==s.jung,d=i.jong!==s.jong;(l?1:0)+(u?1:0)+(d?1:0)>1?o="multi":l?o="cho":u?o="jung":o="jong"}return a!==1?"random":o==="cho"?"cho":o==="jung"?"jung":o==="jong"?"jong":"random"}function Ei(t){const e=Be(t[0]||"");return e?Ue[e.cho]:""}function Di(t){return[...t].map(e=>{const a=Be(e);return a?Ue[a.cho]:e}).join("")}function Li(t){return!!t&&[...t].every(e=>Ue.includes(e))}function Eu(t,e){return e?Li(e)?Di(t).includes(e):t.toLowerCase().includes(e.toLowerCase()):!0}function fo(t,e){if(!e)return!0;const a=[...e],o=l=>Ue.includes(l),r=l=>pt.includes(l),i=a.map(l=>o(l)?"cho":r(l)?"jung":Be(l)?"syl":"other");if(i.includes("other"))return t.includes(e);const s=[...t];for(let l=0;l+a.length<=s.length;l++){let u=!0;for(let d=0;d<a.length;d++){const h=s[l+d],p=i[d];if(p==="cho"){if(Ei(h)!==a[d]){u=!1;break}}else if(p==="jung"){const m=Be(h);if(!m||pt[m.jung]!==a[d]){u=!1;break}}else{const m=Be(a[d]);if(m&&m.jong===0){const g=Be(h);if(!g||g.cho!==m.cho||g.jung!==m.jung){u=!1;break}}else if(h!==a[d]){u=!1;break}}}if(u)return!0}return!1}const vo={3:["\u3131","\u3145"],5:["\u3134","\u3148"],6:["\u3134","\u314E"],9:["\u3139","\u3131"],10:["\u3139","\u3141"],11:["\u3139","\u3142"],12:["\u3139","\u3145"],13:["\u3139","\u314C"],14:["\u3139","\u314D"],15:["\u3139","\u314E"],18:["\u3142","\u3145"]},Du=Object.fromEntries(Object.entries(vo).map(([t,e])=>[e.join(""),vt[Number(t)]]));function C4(t,e){if(!t||!e)return!1;for(const a of t){const o=Be(a);if(o){if(Ue[o.cho]===e)return!0;if(o.jong>0){if(vt[o.jong]===e)return!0;const r=vo[o.jong];if(r&&r.includes(e))return!0}}}return!1}function Lu(t,e){if(!t||!e)return!1;for(const a of t){const o=Be(a);if(o&&Ue[o.cho]===e)return!0}return!1}function ju(t,e){if(!t||!e)return!1;for(const a of t){const o=Be(a);if(o&&pt[o.jung]===e)return!0}return!1}function Mu(t,e){if(!t||!e)return!1;for(const a of t){const o=Be(a);if(!o||o.jong<=0)continue;if(vt[o.jong]===e)return!0;const r=vo[o.jong];if(r&&r.includes(e))return!0}return!1}function yo(t){if(!t)return 0;let e=0;for(const a of t)Be(a)&&e++;return e}function ji(t){if(!t)return!1;let e=!1;for(const a of t){const o=Be(a);if(o&&(e=!0,o.jong>0))return!1}return e}function _4(t,e){if(t.jong<=0)return!1;if(e.includes(vt[t.jong]))return!0;const a=vo[t.jong];return!!a&&a.some(o=>e.includes(o))}function Mi(t,e,a){if(!t)return!1;const o=[...t],r=i=>{const s=Be(o[i]);if(!s||e.cho&&!e.cho.includes(Ue[s.cho])||e.jung&&!e.jung.includes(pt[s.jung]))return!1;if(e.jongNone){if(s.jong>0)return!1}else if(e.jong&&!_4(s,e.jong))return!1;return!0};if(a==="head")return r(0);if(a==="tail")return r(o.length-1);if(a==="mid"){for(let i=1;i<o.length-1;i++)if(r(i))return!0;return!1}for(let i=0;i<o.length;i++)if(r(i))return!0;return!1}function Pi(t){return t.includes(",")||t.includes("_")}function Pu(t){if(t==="")return[{kind:"any"}];if(t.includes("_")){const e=[...t];if(e.length>4)return[{kind:"invalid"}];const a=e[0]??"_",o=e[1]??"_";let r=e.slice(2).join("");if(r.length===2){const i=Du[r];if(!i)return[{kind:"invalid"}];r=i}return[{kind:"template",cho:a,jung:o,jong:r||"_"}]}return[...t].map(e=>Be(e)?{kind:"syllable",ch:e}:Ue.includes(e)?{kind:"cho",jamo:e}:pt.includes(e)?{kind:"jung",jamo:e}:{kind:"invalid"})}function w4(t,e){switch(e.kind){case"any":return!0;case"syllable":{const a=Be(e.ch);if(!a)return t===e.ch;if(a.jong===0){const o=Be(t);return!!o&&o.cho===a.cho&&o.jung===a.jung}return t===e.ch}case"cho":{const a=Be(t);return!!a&&Ue[a.cho]===e.jamo}case"jung":{const a=Be(t);return!!a&&pt[a.jung]===e.jamo}case"template":{const a=Be(t);return!(!a||e.cho!=="_"&&Ue[a.cho]!==e.cho||e.jung!=="_"&&pt[a.jung]!==e.jung||e.jong!=="_"&&vt[a.jong]!==e.jong)}case"invalid":return!1}}function Ri(t,e){const a=e.split(",").flatMap(r=>Pu(r.trim()));if(a.length===0)return!0;const o=[...t];if(o.length<a.length)return!1;for(let r=0;r+a.length<=o.length;r++)if(a.every((i,s)=>w4(o[r+s],i)))return!0;return!1}function Ru(t){const e=t.split(",").flatMap(i=>Pu(i.trim())),a=new Set,o=new Set,r=new Set;for(const i of e)switch(i.kind){case"cho":a.add(i.jamo);break;case"jung":o.add(i.jamo);break;case"template":i.cho!=="_"&&a.add(i.cho),i.jung!=="_"&&o.add(i.jung),i.jong!=="_"&&r.add(i.jong);break;case"syllable":{const s=Be(i.ch);s&&(a.add(Ue[s.cho]),o.add(pt[s.jung]),s.jong!==0&&r.add(vt[s.jong]));break}}return a.size===0&&o.size===0&&r.size===0?null:{cho:a.size?[...a]:null,jung:o.size?[...o]:null,jong:r.size?[...r]:null}}function k4(t){return!!Be(t)||Ue.includes(t)||pt.includes(t)}function $u(t){const e=t.trim();if(!e)return{ok:!0};for(const a of e.split(",")){const o=a.trim();if(o!==""){if(o.includes("_")){const r=[...o];if(r.length>4)return{ok:!1};const i=r[0],s=r[1],l=r.slice(2).join(""),u=i===void 0||i==="_"||Ue.includes(i),d=s===void 0||s==="_"||pt.includes(s),h=l===""||l==="_"||vt.filter(Boolean).includes(l)||!!Du[l];if(u&&d&&h)continue;return{ok:!1}}if(![...o].every(k4))return{ok:!1}}}return{ok:!0}}const S4={cho:Ue.length,jung:pt.length,jong:vt.length};function A4(t,e,a,o,r=1/0){if(!t||a<1)return[];const i=[...t].map(p=>Be(p));if(i.some(p=>!p))return[];const s=i,l=s.length;if(a>l)return[];const u=S4[e],d=new Set,h=[];(function p(m,g){if(g.length===a){h.push([...g]);return}for(let f=m;f<l;f++)g.push(f),p(f+1,g),g.pop()})(0,[]);for(const p of h)if((function m(g,f){if(d.size>=r)return;if(g===p.length){const v=f.map(x=>ha(x.cho,x.jung,x.jong)).join("");v!==t&&o.has(v)&&d.add(v);return}const b=p[g],y=s[b][e];for(let v=0;v<u;v++){if(v===y)continue;const x=f.slice();if(x[b]={...f[b],[e]:v},m(g+1,x),d.size>=r)return}})(0,s),d.size>=r)break;return[...d]}function T4(t,e){if(!t||!e||t.length!==e.length)return-1;let a=0;for(let o=0;o<t.length;o++){const r=Be(t[o]),i=Be(e[o]);if(!r||!i)return-1;r.cho!==i.cho&&a++,r.jung!==i.jung&&a++,r.jong!==i.jong&&a++}return a}function Iu(t,e){const a=e.trim();if(!a||!/[^\s,_]/.test(a))return t;if(Pi(a))return t.filter(s=>Ri(s.word,a));const o=t.filter(s=>fo(s.word,a)||fo(s.pronunciation??"",a)),r=[...a].length,i=s=>!!s&&fo(s.slice(0,r),a);return o.map(s=>({w:s,rank:i(s.word)||i(s.pronunciation??"")?0:1})).sort((s,l)=>s.rank-l.rank).map(s=>s.w)}const $i="word_pair_index_v2",Ii="word_pair_index_sig_v2";let ma=null,er=null;function Ou(){try{if(typeof localStorage>"u")return null;const t=localStorage.getItem($i),e=localStorage.getItem(Ii);return!t||!e?null:{index:JSON.parse(t),sig:e}}catch{return null}}function N4(t,e){try{if(typeof localStorage>"u")return;localStorage.setItem($i,JSON.stringify(t)),localStorage.setItem(Ii,e)}catch{}}function B4(t){const e=t.map(o=>`${o.word}|${o.pron??""}`).sort();let a=0;for(const o of e)for(let r=0;r<o.length;r++)a=(a<<5)-a+o.charCodeAt(r)|0;return`${e.length}-${a}`}async function E4(t,e){const a=new Set,o=[];for(const d of t){if(!d.word||a.has(d.word))continue;const h=d.pron||d.word,p=Array.from(h).map(Be);p.some(m=>m===null)||p.length===Array.from(d.word).length&&(a.add(d.word),o.push({word:d.word,syls:p}))}const r={},i=o.length,s=new Map;for(const d of o){const h=d.syls.length;s.has(h)||s.set(h,[]),s.get(h).push(d)}let l=0;const u=["cho","jung","jong"];for(const d of s.values()){const h=d[0].syls.length;for(let p=0;p<h;p++)for(const m of u){const g=new Map;for(const f of d){let b="";for(let v=0;v<h;v++){v>0&&(b+="~");const x=f.syls[v];v===p?m==="cho"?b+=`*:${x.jung}:${x.jong}`:m==="jung"?b+=`${x.cho}:*:${x.jong}`:b+=`${x.cho}:${x.jung}:*`:b+=`${x.cho}:${x.jung}:${x.jong}`}let y=g.get(b);y||(y=[],g.set(b,y)),y.push(f)}for(const f of g.values())if(!(f.length<2))for(let b=0;b<f.length;b++){const y=f[b];for(let v=b+1;v<f.length;v++){const x=f[v];y.syls[p][m]!==x.syls[p][m]&&(r[y.word]||(r[y.word]={cho:[],jung:[],jong:[]}),r[x.word]||(r[x.word]={cho:[],jung:[],jong:[]}),r[y.word][m].push(x.word),r[x.word][m].push(y.word))}}}l+=d.length,e?.(l,i),await new Promise(p=>setTimeout(p,0))}return i>0&&e?.(i,i),r}async function zu(t,e={}){const a=B4(t);if(!e.force){if(ma&&er===a)return ma;const r=Ou();if(r&&r.sig===a)return ma=r.index,er=a,ma}const o=await E4(t,e.onProgress);return ma=o,er=a,N4(o,a),o}function Qa(){if(ma)return ma;const t=Ou();return t?(ma=t.index,er=t.sig,ma):null}function Oi(){ma=null,er=null;try{typeof localStorage<"u"&&(localStorage.removeItem($i),localStorage.removeItem(Ii))}catch{}}const zi={cho:Ue,jung:pt,jong:vt},yt=t=>Array.isArray(t)?t.length>0:!!t;function tr(t,e){if(t.length!==e.length)return!1;for(let a=0;a<t.length;a++){const o=t[a],r=e[a];if(!(!o||!r)&&(o.cho!==r.cho&&Ue[o.cho]==="\u3147"!=(Ue[r.cho]==="\u3147")||o.jong!==r.jong&&o.jong===0!=(r.jong===0)))return!0}return!1}function Fi(t,e,a){const o=a.pronOf(t),r=a.decompOf,i=a.sameStructureOnly&&r?r(o):null,s=[];for(const l of e)l!==t&&(a.okSet&&!a.okSet.has(l)||a.pronOf(l)!==o&&(i&&r&&tr(i,r(a.pronOf(l)))||s.push(l)));return s}function Vr(t,e,a){const o=e?.[t];if(!o)return[];const r=a.kind?o[a.kind]??[]:[...o.cho??[],...o.jung??[],...o.jong??[]];return Fi(t,r,a)}function Wi(t,e,a,o,r,i,s){const l=["cho","jung","jong"].filter(m=>yt(t[m])),u={};for(const m of l){const g=t[m];u[m]=new Set(Array.isArray(g)?g:[g])}const d=r==="pron",h=new Map;for(const m of e){const g=a(i(m));if(g.some(v=>!v))continue;let f=g;if(!d&&(f=a(m),f.length!==g.length||f.some(v=>!v)))continue;const b=g.length,y=h.get(b);y?y.push({w:m,dPron:g,dPos:f}):h.set(b,[{w:m,dPron:g,dPos:f}])}const p=new Map;for(const[m,g]of h){const f=new Map,b=(y,v)=>{const x=y.dPos[v];return x!=null&&l.every(_=>u[_].has(zi[_][x[_]]))};for(const y of g){let v;if(s==="head")v=b(y,0)?0:-1;else if(s==="tail")v=b(y,m-1)?m-1:-1;else if(s==="mid"){v=-1;for(let _=1;_<m-1;_++)if(b(y,_)){v=_;break}}else v=y.dPos.findIndex(_=>_!=null&&l.every(C=>u[C].has(zi[C][_[C]])));if(v<0)continue;const x=f.get(v);x?x.push(y):f.set(v,[y])}for(const[y,v]of f){const x=new Set(l.map(T=>y+":"+T)),_=T=>{let w="";for(let S=0;S<m;S++){const D=T[S];for(const A of["cho","jung","jong"])w+=(x.has(S+":"+A)?"*":D[A])+"."}return w},C=new Map;for(const T of g){const w=_(T.dPron),S=C.get(w);S?S.push(T):C.set(w,[T])}for(const T of v){const w=C.get(_(T.dPron))??[],S=[];for(const D of w){if(D.w===T.w)continue;let A=!0;for(const N of l){const O=T.dPron[y][N],j=D.dPron[y][N];if(j===O){A=!1;break}if(d&&u[N].has(zi[N][j])){A=!1;break}}A&&(o&&tr(T.dPron,D.dPron)||S.push(D.w))}p.set(T.w,S)}}}return p}const Gr=0,Fu=1,eo=2,Hi=3,D4=4,qr=5,Vi=6,Ur=7,L4=8,Wu=9,ar=10,j4=11,or=12,M4=13,rr=14,Yr=15,Kr=16,nr=17,P4=18,ga=0,ka=1,R4=3,to=4,Gi=5,qi=6,ba=7,Tt=8,Hu=9,Vu=10,Zr=11,Gu=12,Ui=13,Xr=15,Jr=16,Sa=17,qu=18,Yi=21,Uu=27,$4=20,I4={1:Gr,2:Fu,4:eo,7:Hi,8:qr,16:Vi,17:Ur,19:Wu,20:ar,22:or,23:rr,24:Yr,25:Kr,26:nr},O4={[R4]:[ka,ar],[Gi]:[to,or],[Hu]:[Tt,Gr],[Vu]:[Tt,Vi],[Zr]:[Tt,Ur],[Gu]:[Tt,ar],[Ui]:[Tt,Kr],14:[Tt,nr],[qu]:[Sa,ar]},z4={[qi]:eo,[Xr]:qr},Ki={2:ka,24:ka,3:ka,9:ka,5:to,6:to,19:ba,20:ba,22:ba,23:ba,25:ba,27:ba,11:Tt,12:Tt,13:Tt,15:Tt,10:Jr,14:Sa,18:Sa,26:Sa},Yu={[Gr]:Yr,[Hi]:Kr,[Ur]:nr,[or]:rr},Ku={[Gr]:Fu,[Hi]:D4,[Ur]:L4,[Wu]:ar,[or]:M4},F4=new Set([Gi,Vu,Zr,Gu,Ui,Xr,qu]),W4=new Set(["\uBC1F"]);function Zu(t){const e=(t??"").trim();if(!e)return"";const a=[...e],o=a.map(Be);if(o.some(i=>i===null))return e;const r=o;for(let i=0;i<r.length;i++){const s=r[i],l=r[i+1],u=s.jong;if(!l){s.jong=Ki[s.jong]??s.jong;break}if(s.jong===ga)continue;if(l.cho===j4){if(l.jung===$4){if(s.jong===ba){s.jong=ga,l.cho=or;continue}if(s.jong===25){s.jong=ga,l.cho=rr;continue}if(s.jong===Ui){s.jong=Tt,l.cho=rr;continue}}if(s.jong===Uu){s.jong=ga;continue}const h=z4[s.jong];if(h!==void 0){s.jong=ga,l.cho=h;continue}const p=O4[s.jong];if(p){s.jong=p[0],l.cho=p[1];continue}const m=I4[s.jong];m!==void 0&&(s.jong=ga,l.cho=m);continue}if((s.jong===Uu||s.jong===qi||s.jong===Xr)&&Yu[l.cho]!==void 0){l.cho=Yu[l.cho],s.jong=s.jong===qi?to:s.jong===Xr?Tt:ga;continue}if(l.cho===P4){if(s.jong===Gi){s.jong=to,l.cho=rr;continue}if(s.jong===Hu){s.jong=Tt,l.cho=Yr;continue}if(s.jong===Zr){s.jong=Tt,l.cho=nr;continue}const h=Ki[s.jong]??s.jong;if(h===ka){s.jong=ga,l.cho=Yr;continue}if(h===ba){s.jong=ga,l.cho=Kr;continue}if(h===Sa){s.jong=ga,l.cho=nr;continue}}let d=Ki[s.jong]??s.jong;u===Zr&&W4.has(a[i])&&(d=Sa),s.jong=d,Ku[l.cho]!==void 0&&(d===ka||d===ba||d===Sa||F4.has(u))&&(l.cho=Ku[l.cho]),(l.cho===eo||l.cho===Vi)&&(s.jong===ka?s.jong=Yi:s.jong===ba?s.jong=to:s.jong===Sa&&(s.jong=Jr)),l.cho===qr?s.jong===to?s.jong=Tt:s.jong===Jr||s.jong===Yi?l.cho=eo:s.jong===ka?(s.jong=Yi,l.cho=eo):s.jong===Sa&&(s.jong=Jr,l.cho=eo):s.jong===Tt&&l.cho===eo&&(l.cho=qr)}return r.map(i=>ha(i.cho,i.jung,i.jong)).join("")}const H4={\u3131:"\u3131",\u3132:"\u3131",\u314B:"\u3131",\u3133:"\u3131",\u313A:"\u3131",\u3134:"\u3134",\u3135:"\u3134",\u3136:"\u3134",\u3137:"\u3137",\u3145:"\u3137",\u3146:"\u3137",\u3148:"\u3137",\u314A:"\u3137",\u314C:"\u3137",\u314E:"\u3137",\u3139:"\u3139",\u313C:"\u3139",\u313D:"\u3139",\u313E:"\u3139",\u3140:"\u3139",\u3141:"\u3141",\u313B:"\u3141",\u3142:"\u3142",\u314D:"\u3142",\u313F:"\u3142",\u3144:"\u3142",\u3147:"\u3147"},V4={\u314F:{nucleus:"\u314F"},\u3151:{glide:"j",nucleus:"\u314F"},\u3153:{nucleus:"\u3153"},\u3155:{glide:"j",nucleus:"\u3153"},\u3157:{nucleus:"\u3157"},\u315B:{glide:"j",nucleus:"\u3157"},\u315C:{nucleus:"\u315C"},\u3160:{glide:"j",nucleus:"\u315C"},\u3161:{nucleus:"\u3161"},\u3163:{nucleus:"\u3163"},\u3150:{nucleus:"\u3154/\u3150"},\u3152:{glide:"j",nucleus:"\u3154/\u3150"},\u3154:{nucleus:"\u3154/\u3150"},\u3156:{glide:"j",nucleus:"\u3154/\u3150"},\u3158:{glide:"w",nucleus:"\u314F"},\u3159:{glide:"w",nucleus:"\u3154/\u3150"},\u315A:{glide:"w",nucleus:"\u3154/\u3150"},\u315D:{glide:"w",nucleus:"\u3153"},\u315E:{glide:"w",nucleus:"\u3154/\u3150"},\u315F:{glide:"w",nucleus:"\u3163"},\u3162:{glide:"\u0270",nucleus:"\u3163"}};function Qr(t){return H4[t]??t}const xo=/[ㄱ-ㅎ]/,G4=/[ㅏ-ㅣ]/;function ir(t){for(let e=t.length-1;e>=0;e--){const a=t[e],o=a.charCodeAt(0);if(o>=44032&&o<=55203||xo.test(a)||G4.test(a))return a}return null}function Zi(t){const e=ir(t);if(!e)return"\uAC00";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uC774":"\uAC00":xo.test(e)?"\uC774":"\uAC00"}function Xi(t){return`${t}${Zi(t)}`}function Ji(t){const e=ir(t);if(!e)return"\uB97C";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uC744":"\uB97C":xo.test(e)?"\uC744":"\uB97C"}function Qi(t){return`${t}${Ji(t)}`}function es(t){const e=ir(t);if(!e)return"\uB294";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uC740":"\uB294":xo.test(e)?"\uC740":"\uB294"}function Xu(t){return`${t}${es(t)}`}function ts(t){const e=ir(t);if(!e)return"\uC640";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uACFC":"\uC640":xo.test(e)?"\uACFC":"\uC640"}function Ju(t){return`${t}${ts(t)}`}function as(t){const e=ir(t);if(!e)return"\uB85C";const a=e.charCodeAt(0);if(a>=44032&&a<=55203){const o=(a-44032)%28;return o===0||o===8?"\uB85C":"\uC73C\uB85C"}return e==="\u3139"?"\uB85C":xo.test(e)?"\uC73C\uB85C":"\uB85C"}function Qu(t){return`${t}${as(t)}`}function os(t,e,a){const o=t.slice(),[r]=o.splice(e,1);return o.splice(a,0,r),o}function ze(t,e=Math.random){const a=t.slice();for(let o=a.length-1;o>0;o--){const r=Math.floor(e()*(o+1));[a[o],a[r]]=[a[r],a[o]]}return a}function ea(t,e,a=Math.random){return!Array.isArray(t)||t.length===0||e<=0?[]:e>=t.length?ze(t,a):ze(t,a).slice(0,e)}const Co={SAME_SOUND_PICK:{difficulty:!0,choseong:!0,group:"discrimination"},SAME_OR_DIFF:{difficulty:!0,choseong:!0,group:"discrimination"},HEAR_AND_PICK_SAME:{difficulty:!0,choseong:!0,group:"discrimination"},HEAR_AND_PICK_INCLUDED:{difficulty:!0,choseong:!0,group:"discrimination"},STARTS_WITH_SAME_SOUND:{difficulty:!1,choseong:!0,group:"discrimination"},LISTEN_AND_REMEMBER_ORDER:{difficulty:!1,choseong:!0,group:"attention"},MERGE_2_SYLLABLES:{difficulty:!1,choseong:!0,group:"synthesis"},MERGE_3_SYLLABLES:{difficulty:!1,choseong:!0,group:"synthesis"},MERGE_2_PHONEMES:{difficulty:!1,choseong:!0,group:"synthesis"},MERGE_3_PHONEMES:{difficulty:!1,choseong:!0,group:"synthesis"},DROP_1_FROM_2SYLL:{difficulty:!1,choseong:!0,group:"deletion"},DROP_1_FROM_3SYLL:{difficulty:!1,choseong:!0,group:"deletion"},DROP_PART_FROM_COMPOUND:{difficulty:!1,choseong:!0,group:"deletion"},DROP_FINAL_CONSONANT_FROM_1SYLL:{difficulty:!1,choseong:!0,group:"deletion"},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{difficulty:!1,choseong:!0,group:"deletion"},CHANGE_1_SYLL_IN_2SYLL:{difficulty:!0,choseong:!0,group:"substitution"},CHANGE_1_SYLL_IN_3SYLL:{difficulty:!0,choseong:!0,group:"substitution"},CHANGE_1_PHONEME_IN_1SYLL:{difficulty:!1,choseong:!0,group:"substitution"},CHANGE_1_PHONEME_IN_2SYLL:{difficulty:!0,choseong:!0,group:"substitution"}};function q4(t){const e=t?Co[t]?.group:void 0;return e==="synthesis"||e==="deletion"||e==="substitution"?e:null}const U4=Ue.indexOf("\u3147"),en={DROP_FINAL_CONSONANT_FROM_1SYLL:{syllables:1,syllable:t=>t.jong>0},REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:{syllables:1,syllable:t=>t.jong===0&&t.cho!==U4},MERGE_2_SYLLABLES:{syllables:2,syllable:()=>!0},MERGE_3_SYLLABLES:{syllables:3,syllable:()=>!0},MERGE_2_PHONEMES:{syllables:1,syllable:t=>t.jong===0},MERGE_3_PHONEMES:{syllables:1,syllable:t=>t.jong>0}},Y4=new Set([]);function ep(t){return t in en}function tp(t,e){const a=en[t];if(!a)return!0;const o=[...e];if(o.length!==a.syllables)return!1;const r=Be(o[0]);return!!r&&a.syllable(r)}function ap(t){return Y4.has(t)}function K4(t){const e=t.charCodeAt((t.length||1)-1)||0;return e<44032||e>55203||(e-44032)%28===0?"\uC640":"\uACFC"}function rs(t){const e=t.charCodeAt((t.length||1)-1)||0;return e<44032||e>55203||(e-44032)%28===0?"\uB97C":"\uC744"}function op(t){const e=t.charCodeAt((t.length||1)-1)||0;if(e<44032||e>55203)return"\uB85C";const a=(e-44032)%28;return a===0||a===8?"\uB85C":"\uC73C\uB85C"}function rp(t){const e=t.charAt((t.length||1)-1),a=e.charCodeAt(0)||0;return a>=44032&&a<=55203?(a-44032)%28===0?"\uAC00":"\uC774":/[ㄱ-ㅎ]/.test(e)?"\uC774":"\uAC00"}const np={\u3131:"\uAE30\uC5ED",\u3132:"\uC30D\uAE30\uC5ED",\u3134:"\uB2C8\uC740",\u3137:"\uB514\uADFF",\u3138:"\uC30D\uB514\uADFF",\u3139:"\uB9AC\uC744",\u3141:"\uBBF8\uC74C",\u3142:"\uBE44\uC74D",\u3143:"\uC30D\uBE44\uC74D",\u3145:"\uC2DC\uC637",\u3146:"\uC30D\uC2DC\uC637",\u3147:"\uC774\uC751",\u3148:"\uC9C0\uC752",\u3149:"\uC30D\uC9C0\uC752",\u314A:"\uCE58\uC753",\u314B:"\uD0A4\uC754",\u314C:"\uD2F0\uC755",\u314D:"\uD53C\uC756",\u314E:"\uD788\uC757",\u3133:"\uAE30\uC5ED\uC2DC\uC637",\u3135:"\uB2C8\uC740\uC9C0\uC752",\u3136:"\uB2C8\uC740\uD788\uC757",\u313A:"\uB9AC\uC744\uAE30\uC5ED",\u313B:"\uB9AC\uC744\uBBF8\uC74C",\u313C:"\uB9AC\uC744\uBE44\uC74D",\u313D:"\uB9AC\uC744\uC2DC\uC637",\u313E:"\uB9AC\uC744\uD2F0\uC755",\u313F:"\uB9AC\uC744\uD53C\uC756",\u3140:"\uB9AC\uC744\uD788\uC757",\u3144:"\uBE44\uC74D\uC2DC\uC637",\u314F:"\uC544",\u3150:"\uC560",\u3151:"\uC57C",\u3152:"\uC598",\u3153:"\uC5B4",\u3154:"\uC5D0",\u3155:"\uC5EC",\u3156:"\uC608",\u3157:"\uC624",\u3158:"\uC640",\u3159:"\uC65C",\u315A:"\uC678",\u315B:"\uC694",\u315C:"\uC6B0",\u315D:"\uC6CC",\u315E:"\uC6E8",\u315F:"\uC704",\u3160:"\uC720",\u3161:"\uC73C",\u3162:"\uC758",\u3163:"\uC774"};function ip(t){if([...t].length!==1)return[t];const e=Be(t);if(!e)return[t];const a=[Ue[e.cho],pt[e.jung]];return e.jong!==0&&a.push(vt[e.jong]),a}function ns(t,e=!1){const a=t.filter(Boolean);if(a.length<2)return"";const o=l=>np[l]??l,r=a.slice(0,-1).map(l=>`"${l}"${K4(o(l))}`).join(" "),i=a[a.length-1],s=`"${i}"${rs(o(i))}`;return`${r} ${s} \uD569\uCE58\uBA74 \uC5B4\uB5A4 ${e?"\uC18C\uB9AC":"\uB2E8\uC5B4"}\uAC00 \uB418\uB098\uC694?`}function Z4(t,e){return ns(e,t==="MERGE_2_PHONEMES"||t==="MERGE_3_PHONEMES")}function X4(t,e){const a=String(e?.word??e?.original??""),o=String(e?.changedFrom??""),r=String(e?.changedTo??"");return t==="CHANGE_1_PHONEME_IN_1SYLL"?`"${a}"${rs(a)} "${r}"${op(r)} \uBC14\uAFB8\uBA74 \uBB34\uC5C7\uC774 \uB418\uB098\uC694?`:`"${a}"\uC5D0\uC11C "${o}"${rs(o)} "${r}"${op(r)} \uBC14\uAFB8\uBA74 \uBB34\uC5C7\uC774 \uB418\uB098\uC694?`}function J4(t,e){const a=String(e?.word??e?.original??e?.base??""),o=String(e?.dropped??"");if(t==="DROP_FINAL_CONSONANT_FROM_1SYLL")return`"${a}"\uC5D0\uC11C \uBC1B\uCE68\uC774 \uC5C6\uC5B4\uC9C0\uBA74 \uC5B4\uB5A4 \uB9D0\uC774 \uB418\uB098\uC694?`;if(t==="REMOVE_CONSONANT_AND_IDENTIFY_PHONEME"){const r=String(e?.missingConsonant??"");return`"${a}"\uC5D0\uC11C "${r}"${rp(r)} \uC5C6\uC5B4\uC9C0\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB418\uB098\uC694?`}return`"${a}"\uC5D0\uC11C "${o}"${rp(o)} \uC5C6\uC5B4\uC9C0\uBA74 \uC5B4\uB5A4 \uB9D0\uC774 \uB418\uB098\uC694?`}function sp(t,e,a){switch(q4(t)){case"synthesis":return Z4(t,a);case"substitution":return X4(t,e);case"deletion":return J4(t,e);default:return""}}function lp(t){return t.replace(/"([ㄱ-ㅣ])"(으로|와|과|을|를|이|가|은|는|로)?/g,(e,a,o)=>{const r=np[a];if(!r)return e;if(!o)return`"${r}"`;const i=(r.charCodeAt(r.length-1)-44032)%28,s=i!==0;let l=o;return o==="\uC640"||o==="\uACFC"?l=s?"\uACFC":"\uC640":o==="\uC744"||o==="\uB97C"?l=s?"\uC744":"\uB97C":o==="\uC774"||o==="\uAC00"?l=s?"\uC774":"\uAC00":o==="\uC740"||o==="\uB294"?l=s?"\uC740":"\uB294":(o==="\uC73C\uB85C"||o==="\uB85C")&&(l=i===0||i===8?"\uB85C":"\uC73C\uB85C"),`"${r}"${l}`})}const Q4=t=>t==null?[]:Array.isArray(t)?t:[t];function is(t){if([...t].length!==1)return"";const e=Be(t);if(!e)return"";const a=Qr(vt[e.jong]),o=a===""?0:vt.indexOf(a);return ha(e.cho,e.jung,o<0?0:o)}function tn(t,e){return e.get(t)||is(t)||t}function sr(t){return t?yt(t.cho)?"cho":yt(t.jung)?"jung":yt(t.jong)?"jong":null:null}function Ia(t,e){const a=(o,r)=>!yt(o)||Q4(o).includes(r);return a(e.cho,Ue[t.cho])&&a(e.jung,pt[t.jung])&&a(e.jong,vt[t.jong])}function ao(t,e,a){const o=[...t];if(a!=="pron")return o.map(i=>Be(i));const r=[...e.get(t)||t];return r.length!==o.length?o.map(i=>Be(i)):r.map(i=>Be(i))}function oo(t,e,a,o,r){const i=e==="cho"?Ue:e==="jung"?pt:vt,s=t[e],l=[],u=new Set([tn(a,r)]),d=ze(i.map((h,p)=>p).filter(h=>h!==s&&(e!=="cho"||i[h]!=="\u3147")&&(e!=="jong"||h!==0)));for(const h of d){if(l.length>=o)break;const p=e==="cho"?ha(h,t.jung,t.jong):e==="jung"?ha(t.cho,h,t.jong):ha(t.cho,t.jung,h),m=tn(p,r);u.has(m)||(u.add(m),l.push(p))}return l}function ss(t,e,a,o,r,i=null){const s=[...t];if(s.length!==2)return null;const l=s.map(p=>Be(p));if(l.some(p=>!p))return null;const u=ao(t,a,o);if(u.some(p=>!p))return null;const d=sr(e);let h=d&&e?u.map((p,m)=>Ia(p,e)?m:-1).filter(p=>p>=0):[0,1];if(i!=null&&(h=h.filter(p=>p!==i)),!h.length)return null;for(const p of ze(h)){const m=s[p];if(!r.has(m))continue;const g=oo(l[p],d??"cho",m,40,a),f=[];for(const b of g)if(b!==m&&r.has(b)&&!f.includes(b)&&f.push(b),f.length>=2)break;if(!(f.length<2))return{question:t,distractors:[m,...f]}}return null}function ls(t,e,a,o,r,i=null){const s=[...t];if(s.length!==3)return null;const l=s.map(p=>Be(p));if(l.some(p=>!p))return null;const u=ao(t,a,o);if(u.some(p=>!p))return null;const d=sr(e),h=d&&e?u.map((p,m)=>Ia(p,e)?m:-1).filter(p=>p>=0):[0,1,2];if(!h.length)return null;for(const p of ze(h))for(const m of ze([0,1,2].filter(g=>g!==p&&(i==null||g===i)))){const g=[0,1,2].filter(x=>x!==m),f=g.map(x=>s[x]).join("");if(!r.has(f))continue;const b=g.indexOf(p),y=oo(l[p],d??"cho",s[p],40,a),v=[];for(const x of y){const _=g.map(T=>s[T]);_[b]=x;const C=_.join("");if(C!==f&&r.has(C)&&!v.includes(C)&&v.push(C),v.length>=2)break}if(!(v.length<2))return{question:t,distractors:[f,...v]}}return null}function cs(t,e,a,o,r,i=null){const s=[...t],l=s.length;if(l<2)return null;const u=[];for(let h=1;h<=l-1;h++)u.push({remain:s.slice(0,h).join(""),dropped:s.slice(h).join(""),droppedEnd:1}),u.push({remain:s.slice(l-h).join(""),dropped:s.slice(0,l-h).join(""),droppedEnd:0});const d=sr(e);for(const{remain:h,dropped:p,droppedEnd:m}of ze(u)){if(i!=null&&m!==i||h===t||!r.has(h)||!r.has(p))continue;const g=[...h],f=g.map(v=>Be(v));if(f.some(v=>!v))continue;const b=ao(h,a,o);if(b.some(v=>!v))continue;const y=d&&e?b.map((v,x)=>Ia(v,e)?x:-1).filter(v=>v>=0):g.map((v,x)=>x);if(y.length)for(const v of ze(y)){const x=oo(f[v],d??"cho",g[v],40,a),_=[];for(const C of x){const T=[...g];T[v]=C;const w=T.join("");if(w!==h&&r.has(w)&&!_.includes(w)&&_.push(w),_.length>=2)break}if(_.length>=2)return{question:t,distractors:[h,..._]}}}return null}function ds(t,e,a,o,r,i=null){if([...t].length!==1)return null;const s=Be(a.get(t)||t);if(!s||s.jong===0)return null;const l=ha(s.cho,s.jung,0),u=oo({cho:s.cho,jung:s.jung,jong:0},"cho",l,2,a);return u.length<2?null:{question:t,distractors:[l,...u]}}const us=Ue.indexOf("\u3147");function ps(t,e,a,o,r,i=null){if([...t].length!==1)return null;const s=Be(a.get(t)||t);if(!s||s.jong!==0||s.cho===us)return null;const l=ha(us,s.jung,0),u=oo({cho:us,jung:s.jung,jong:0},"jung",l,2,a);return u.length<2?null:{question:t,distractors:[l,...u]}}function hs(t){const e=new Map;for(const a of t){const o=[...a],r=o.length;if(!(r<2||r>3))for(let i=0;i<r;i++){let s=r+"|"+i+"|";for(let u=0;u<r;u++)s+=u===i?"*":o[u];const l=e.get(s);l?l.push(a):e.set(s,[a])}}return e}function ms(t,e,a,o,r,i=null,s=null,l=2){const u=[...t],d=u.length;if(d<2||d>3)return null;const h=u.map(x=>Be(x));if(h.some(x=>!x))return null;const p=ao(t,a,o);if(p.some(x=>!x))return null;const m=x=>a.get(x)??x,g=m(t),f=!!e&&(yt(e.cho)||yt(e.jung)||yt(e.jong)),b=!!s&&(yt(s.cho)||yt(s.jung)||yt(s.jong)),y=x=>{let _=d+"|"+x+"|";for(let C=0;C<d;C++)_+=C===x?"*":u[C];return _};let v;if(i!=null){if(i>=d||f&&!Ia(p[i],e))return null;v=[i]}else f?v=p.map((x,_)=>Ia(x,e)?_:-1).filter(x=>x>=0):v=Array.from({length:d},(x,_)=>_);for(const x of ze(v)){const _=r.get(y(x))??[],C=[],T=[];for(const N of _){if(N===t)continue;const O=[...N].map(L=>Be(L)),j=h[x],k=O[x];if(!j||!k)continue;let E=0;if(j.cho!==k.cho&&E++,j.jung!==k.jung&&E++,j.jong!==k.jong&&E++,!(E<l||m(N)===g))if(b){const L=ao(N,a,o)[x];L&&Ia(L,s)?C.push(N):T.push(N)}else C.push(N)}if(!C.length)continue;const w=ze(C)[0],S=[],D=new Set([g,m(w)]),A=b?T:C.filter(N=>N!==w);for(const N of ze(A)){const O=m(N);if(!D.has(O)&&(D.add(O),S.push(N),S.length>=2))break}if(!b&&S.length<2)for(const N of ze(_)){if(N===t||N===w)continue;const O=m(N);if(!D.has(O)&&(D.add(O),S.push(N),S.length>=2))break}if(!(S.length<2))return{question:t,distractors:[w,...S]}}return null}function an(t,e="\uC54C \uC218 \uC5C6\uB294 \uC624\uB958"){if(t instanceof Error)return t.message||e;if(typeof t=="string")return t||e;if(t&&typeof t=="object"){const a=t;for(const o of[a.message,a.error_description,a.error])if(typeof o=="string"&&o)return o}return e}const gs="\uB124\uD2B8\uC6CC\uD06C \uC5F0\uACB0\uC774 \uBD88\uC548\uC815\uD569\uB2C8\uB2E4. \uC5F0\uACB0 \uC0C1\uD0DC\uB97C \uD655\uC778\uD55C \uB4A4 \uB2E4\uC2DC \uC2DC\uB3C4\uD574 \uC8FC\uC138\uC694.";function bs(t){return t?/failed to fetch|load failed|networkerror|network request failed|fetcherror/i.test(t):!1}function cp(t){return bs(t)?gs:t}function dp(t,e){return t==="id"?void 0:`${t}|${e?"asc":"desc"}`}function up(t){const[e,a]=t.split("|");return{key:e,asc:a==="asc"}}function pp(t){let e=t==null?"":String(t);return/^[=+\-@\t\r]/.test(e)&&(e=" "+e),/[",\n\r]/.test(e)?`"${e.replaceAll('"','""')}"`:e}function hp(t,e){const a=new Blob(["\uFEFF"+e],{type:"text/csv;charset=utf-8"}),o=URL.createObjectURL(a),r=document.createElement("a");r.href=o,r.download=t,r.click(),URL.revokeObjectURL(o)}const mp="__ihab_core_word_pool__";function e5(){typeof window<"u"&&window.dispatchEvent(new CustomEvent("wordpool:update"))}function gp(t,e){const a=new Map;for(const r of t)a.set(r.word,r);const o={entries:t,pairIndex:e??null,byWord:a};globalThis[mp]=o,e5()}function _o(){return globalThis[mp]??null}const wo=globalThis;function fs(t,e){const a=o=>{};try{const o=e();o&&typeof o.catch=="function"&&o.catch(a)}catch(o){a(o)}}function bp(t){wo.__ihabTrainingTimeLogger=t}function vs(t){fs("time",()=>wo.__ihabTrainingTimeLogger?.(t))}function fp(t){wo.__ihabTrainingCompletionLogger=t}function ys(t){fs("completion",()=>wo.__ihabTrainingCompletionLogger?.(t))}function vp(t){wo.__ihabCrosswordLogger=t}function yp(t){fs("crossword",()=>wo.__ihabCrosswordLogger?.(t))}function ta(t){return typeof t=="string"?t.trim()||null:typeof t=="number"?String(t):null}function xs(t){for(const e of["correct","isCorrect","heard","judgement"])if(typeof t[e]=="boolean")return t[e];return t.score===1?!0:t.score===0?!1:null}function Cs(t){return Array.isArray(t)?t.map((e,a)=>{const o=e??{};return{index:a,itemId:ta(o.contextCode)??ta(o.itemId)??ta(o.itemCode)??ta(o.id),question:ta(o.question)??ta(o.sentence)??ta(o.word)??ta(o.targetSyllable),answer:ta(o.answer),selected:ta(o.selectedText)??ta(o.selected),correct:xs(o)}}):[]}function xp(t){return t.filter(e=>e.correct===!1)}let Cp=null,_p=null,wp=null;function kp(t){Cp=t}function Sp(t){_p=t}function Ap(t){wp=t}async function Tp(t,e){try{return await Cp?.(t,e)??null}catch{return null}}async function Np(){try{return await _p?.()??null}catch{return null}}async function Bp(t,e){try{return await wp?.(t,e)??null}catch{return null}}const _s=globalThis;function Ep(t){_s.__ihabNoiseSettingsStore=t}async function ws(){try{return await _s.__ihabNoiseSettingsStore?.load()??null}catch{return null}}function ks(t){const e=a=>{};try{const a=_s.__ihabNoiseSettingsStore?.save(t);a&&typeof a.catch=="function"&&a.catch(e)}catch(a){e(a)}}function lr(t){const e=new TextEncoder().encode(String(t));let a="";return e.forEach(o=>{a+=o.toString(16).padStart(2,"0")}),a}const Dp=lr;function Lp(t,e){return`${t}/${lr(e)}.mp3`}function jp(t={}){const e=t.storagePrefix??"audio-cache",a=t.voice??"ko-f",o=typeof t.speed=="number"?t.speed:1,r=t.filenameSanitizer??lr;return async function(i){const s=String(i||"").trim();if(!s)return"";const l=`${r(s)}_${a}.mp3`,u=`${e}/${l}`;try{if(await yi(u)){const d=await qo(u);if(d)return d}}catch{}if(t.generator)try{const d=await t.generator(s,u,t);if(d)return d}catch{}try{const d=`/api/tts?word=${encodeURIComponent(s)}&voice=${encodeURIComponent(a)}&speed=${encodeURIComponent(String(o))}`;return await fetch(d,{method:"GET"}),`/audio-cache/${l}`}catch{return`/audio-cache/${l}`}}}async function Ss(t){if(typeof document<"u")try{const e=document.createElement("textarea");e.value=t,e.setAttribute("readonly",""),e.style.position="fixed",e.style.top="0",e.style.left="0",e.style.opacity="0",e.style.pointerEvents="none",document.body.appendChild(e),e.focus(),e.select(),e.setSelectionRange(0,t.length);const a=document.execCommand("copy");if(document.body.removeChild(e),a)return!0}catch{}try{if(typeof navigator<"u"&&navigator.clipboard&&typeof navigator.clipboard.writeText=="function")return await navigator.clipboard.writeText(t),!0}catch{}return!1}const ko="Asia/Seoul";function Mp(t){return new Date(t).toLocaleDateString("ko-KR",{timeZone:ko,year:"numeric",month:"short",day:"numeric"})}function Pp(t){return new Date(t).toLocaleString("ko-KR",{timeZone:ko,year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit"})}function Rp(t,e){const a=e.startsWith("ko")?"ko-KR":"en-US";return new Date(t).toLocaleDateString(a,{timeZone:ko,year:"numeric",month:"short",day:"numeric"})}function $p(t,e){const a=e.startsWith("ko")?"ko-KR":"en-US";return new Date(t).toLocaleString(a,{timeZone:ko,year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit"})}function Ip(t){return new Date(t).toLocaleString("ko-KR",{timeZone:ko,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})}function Op(t){if(t==null||t==="")return"";const e=t instanceof Date?t:new Date(t);return isNaN(e.getTime())?"":new Intl.DateTimeFormat("en-GB",{timeZone:ko,hour:"2-digit",minute:"2-digit",hour12:!1}).format(e)}function on(){return Aa(new Date)}function Aa(t){if(t==null||t==="")return"";const e=t instanceof Date?t:new Date(t);return isNaN(e.getTime())?"":new Intl.DateTimeFormat("fr-CA",{timeZone:"Asia/Seoul"}).format(e)}function rn(t,e){if(!t)return"";const a=new Date(t).getTime();if(Number.isNaN(a))return"";const o=Math.max(0,Math.floor((Date.now()-a)/1e3)),r=Math.floor(o/60),i=Math.floor(r/60),s=Math.floor(i/24),l=Math.floor(s/7),u=Math.floor(s/30),d=Math.floor(s/365);return r<1?e("store.time.justNow","\uBC29\uAE08 \uC804"):r<60?e("store.time.minutesAgo",{n:r}):i<24?e("store.time.hoursAgo",{n:i}):s<7?e("store.time.daysAgo",{n:s}):l<5?e("store.time.weeksAgo",{n:l}):s<365?e("store.time.monthsAgo",{n:Math.min(u,11)}):e("store.time.yearsAgo",{n:d})}function nn(t,e={}){const{sep:a=".",pad:o=!0,trailingDot:r=!1,fallback:i="\u2014"}=e;if(!t)return i;const s=Aa(t instanceof Date?t:String(t));if(!s)return i;const[l,u,d]=s.split("-"),h=o?u:String(Number(u)),p=o?d:String(Number(d));return`${l}${a}${h}${a}${p}${r?".":""}`}function zp(t){const e=t.replace(/\D/g,"").slice(0,11);return e.startsWith("02")?e.length<=2?e:e.length<=6?`${e.slice(0,2)}-${e.slice(2)}`:`${e.slice(0,2)}-${e.slice(2,e.length-4)}-${e.slice(e.length-4)}`:e.length<=3?e:e.length<=7?`${e.slice(0,3)}-${e.slice(3)}`:`${e.slice(0,3)}-${e.slice(3,e.length-4)}-${e.slice(e.length-4)}`}function Fp(t){if(t){if(/^\d{4}\.\d{2}\.\d{2}$/.test(t))return t;if(/^\d{8}$/.test(t))return`${t.slice(0,4)}.${t.slice(4,6)}.${t.slice(6,8)}`;if(/^\d{4}-\d{2}-\d{2}$/.test(t))return t.replace(/-/g,".");if(/^\d{4}-\d{2}-\d{2}T/.test(t)){const e=new Date(t);return isNaN(e.getTime())?void 0:Aa(e).replace(/-/g,".")}}}function Wp(t){if(t)return/^\d{4}\.\d{2}\.\d{2}$/.test(t)?t.replace(/\./g,"-"):t}function cr(t){if(!t)return t;const e=t.trim();return/^[₩$]/.test(e)?e:/원\s*$/.test(e)?"\u20A9"+e.replace(/\s*원\s*$/,"").trim():e}function sn(t,e){if(!t)return"-";const a=/^(\d{1,2}):(\d{2})$/.exec(t.trim());if(!a)return t;const o=Number(a[1]),r=Number(a[2]),i=a[1].padStart(2,"0");return r===0?e("date.timeH",{h:o,hh:i,mm:a[2]}):e("date.timeHM",{h:o,hh:i,m:r,mm:a[2]})}function dr(t){return(t??0).toLocaleString("ko-KR")}const t5=[{key:"FOOD",label:"\uC74C\uC2DD",icon:"salad",color:"#FF8A65",subs:[{key:"TRKRFD",label:"\uD55C\uAD6D \uC804\uD1B5\uC74C\uC2DD"},{key:"MDKRFD",label:"\uD55C\uAD6D \uD604\uB300\uC74C\uC2DD"},{key:"WRLDFD",label:"\uC138\uACC4\uC758 \uC74C\uC2DD"},{key:"MTRFRT",label:"\uC2DD\uC7AC\uB8CC\uC640 \uACFC\uC77C"},{key:"GEFDKL",label:"\uC74C\uC2DD \uC0C1\uC2DD"}]},{key:"HLTH",label:"\uAC74\uAC15",icon:"heart",color:"#66BB6A",subs:[{key:"HTETHB",label:"\uAC74\uAC15\uD55C \uC2DD\uC2B5\uAD00"},{key:"DISILL",label:"\uBCD1\uACFC \uC9C8\uD658"},{key:"EXCISE",label:"\uC6B4\uB3D9"},{key:"GEHTKL",label:"\uAC74\uAC15\uC0C1\uC2DD"}]},{key:"WETH",label:"\uB0A0\uC528",icon:"sun-medium",color:"#42A5F5",subs:[{key:"GESSKL",label:"\uACC4\uC808\uC0C1\uC2DD"},{key:"SNWRAN",label:"\uB208\uACFC \uBE44"},{key:"WTHFCT",label:"\uC77C\uAE30\uC608\uBCF4"},{key:"GEWTKL",label:"\uB0A0\uC528\uC0C1\uC2DD"}]},{key:"PRSN",label:"\uC778\uBB3C",icon:"user-round",color:"#AB47BC",subs:[{key:"JODYPS",label:"\uC870\uC120\uC2DC\uB300"},{key:"MDKRPS",label:"\uD55C\uAD6D \uADFC\uD604\uB300"},{key:"THKDPS",label:"\uC0BC\uAD6D\uC2DC\uB300"},{key:"WRLART",label:"\uC138\uACC4\uC758 \uC608\uC220\uAC00"},{key:"WRLPSN",label:"\uC138\uACC4\uC758 \uC778\uBB3C"}]},{key:"KRCT",label:"\uD55C\uAD6D\uBB38\uD654",icon:"bow-arrow",color:"#EC407A",subs:[{key:"KRLANG",label:"\uC6B0\uB9AC\uB9D0"},{key:"TRPLCT",label:"\uC804\uD1B5\uB180\uC774"},{key:"HERITG",label:"\uBB38\uD654\uC7AC"},{key:"EVTFES",label:"\uD589\uC0AC\uC640 \uCD95\uC81C"},{key:"GECTKL",label:"\uC0C1\uC2DD"}]},{key:"STRY",label:"\uC774\uC57C\uAE30",icon:"message-circle",color:"#8D6E63",subs:[{key:"FRYTAL",label:"\uB3D9\uD654"},{key:"AMZING",label:"\uC2E0\uAE30\uD55C \uC774\uC57C\uAE30"},{key:"DAYSTR",label:"\uC77C\uC0C1 \uC18D \uC774\uC57C\uAE30"}]},{key:"LOCA",label:"\uC9C0\uC5ED",icon:"map-pin",color:"#26A69A",subs:[{key:"KRLDMK",label:"\uD55C\uAD6D\uC758 \uBA85\uC18C"},{key:"SELNMK",label:"\uC11C\uC6B8\uC758 \uBA85\uC18C"},{key:"WRDTRB",label:"\uC138\uACC4\uC5EC\uD589"},{key:"NAVIGT",label:"\uAE38 \uCC3E\uAE30"}]},{key:"SOAR",label:"\uC0AC\uD68C\uC640 \uC608\uC220",icon:"landmark",color:"#5C6BC0",subs:[{key:"KRSOCI",label:"\uD55C\uAD6D"},{key:"ECONEW",label:"\uACBD\uC81C\uC640 \uB274\uC2A4"},{key:"GENART",label:"\uC608\uC220"},{key:"GELFKL",label:"\uC0DD\uD65C \uC0C1\uC2DD"}]},{key:"NTSC",label:"\uC790\uC5F0\uACFC \uACFC\uD559",icon:"leaf",color:"#9CCC65",subs:[{key:"ANIMAL",label:"\uB3D9\uBB3C"},{key:"PLANTS",label:"\uC2DD\uBB3C"},{key:"ETHPLT",label:"\uC9C0\uAD6C"},{key:"TOLELC",label:"\uB3C4\uAD6C\uC640 \uC804\uC790\uC81C\uD488"},{key:"GESCKL",label:"\uACFC\uD559\uC0C1\uC2DD"}]},{key:"SPRT",label:"\uC2A4\uD3EC\uCE20",icon:"trophy",color:"#FFCA28",subs:[{key:"INVDSP",label:"\uAC1C\uC778\uACBD\uAE30"},{key:"MARART",label:"\uACA9\uD22C\uAE30"},{key:"TEAMSP",label:"\uB2E8\uCCB4\uACBD\uAE30"},{key:"FOOTBL",label:"\uCD95\uAD6C"},{key:"GESPKL",label:"\uC2A4\uD3EC\uCE20 \uC0C1\uC2DD"}]}],a5=[{key:"LISTEN_IN_NOISE",label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",icon:"party-popper",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828"},{key:"SHORT_STORY",label:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square",desc:"\uC9E7\uC740 \uC774\uC57C\uAE30 + 4\uBB38\uC81C"},{key:"LONG_STORY",label:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square-text",desc:"\uAE34 \uC774\uC57C\uAE30 \uC2EC\uD654 \uD6C8\uB828"},{key:"ORDERING_SENTENCE",label:"\uBB38\uC7A5 \uC21C\uC11C\uD654 \uD558\uAE30",icon:"align-start-vertical",desc:"\uC21C\uC11C \uBC30\uC5F4 \uD6C8\uB828"}];let As=null;function Hp(t){As=t}function ln(){return As?.topicTypes??t5}function Ts(){return As?.trainingTypes??a5}const Vp="ihab_theme",o5="light";function Ns(){try{const t=localStorage.getItem(Vp);if(t==="light"||t==="dark"||t==="auto")return t}catch{}return o5}function Bs(t){try{document.documentElement.setAttribute("data-theme",t),localStorage.setItem(Vp,t)}catch{}}function Gp(){Bs(Ns())}const qp="ihab_font_scale",r5="medium",n5=["medium","large1","large2","large3"];function Es(){try{const t=localStorage.getItem(qp);if(n5.includes(t))return t}catch{}return r5}function Ds(t){try{document.documentElement.setAttribute("data-font-scale",t),localStorage.setItem(qp,t)}catch{}}function Up(){Ds(Es())}const Oa=[],za=[],Fa=[],Wa=[],ur={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},pr={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},i5={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};let Ls=null,Yp=null,Ha=null;function js({counts:t,forceRefresh:e}={}){const a=Object.assign({},i5,t||{}),o=on(),r=Aa(new Date(`${o}T00:00:00+09:00`).getTime()-864e5),i=JSON.stringify(a);if(!e&&Yp===o&&Ls===i&&Ha)return Object.assign(ur,Ha.today),Object.assign(pr,Ha.yesterday?.selection||{LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),{today:ur,yesterday:pr};const s={LISTEN_IN_NOISE:ea(Oa,Math.max(0,Number(a.LISTEN_IN_NOISE)||0)),SHORT_STORY:ea(za,Math.max(0,Number(a.SHORT_STORY)||0)),LONG_STORY:ea(Fa,Math.max(0,Number(a.LONG_STORY)||0)),ORDERING_SENTENCE:ea(Wa,Math.max(0,Number(a.ORDERING_SENTENCE)||0))};let l=null;return Ha&&Ls===i&&Ha.yesterday&&Ha.yesterday.date===r&&(l=Ha.yesterday.selection),l||(l={LISTEN_IN_NOISE:ea(Oa,Math.max(0,Number(a.LISTEN_IN_NOISE)||0)),SHORT_STORY:ea(za,Math.max(0,Number(a.SHORT_STORY)||0)),LONG_STORY:ea(Fa,Math.max(0,Number(a.LONG_STORY)||0)),ORDERING_SENTENCE:ea(Wa,Math.max(0,Number(a.ORDERING_SENTENCE)||0))}),Object.assign(ur,s),Object.assign(pr,l),Yp=o,Ls=i,Ha={today:s,yesterday:{date:r,countsKey:i,selection:l}},{today:ur,yesterday:pr}}function Kp(){return{today:ur,yesterday:pr}}function Ms(){return{LISTEN_IN_NOISE:Oa,SHORT_STORY:za,LONG_STORY:Fa,ORDERING_SENTENCE:Wa}}let Ps=!1,hr=null;async function s5(){try{const t={url:typeof document>"u"?require("url").pathToFileURL(__filename).href:Kt&&Kt.tagName.toUpperCase()==="SCRIPT"&&Kt.src||new URL("ihabdevteam-core.cjs.js",document.baseURI).href}&&void 0||"/",e=await fetch(`${t}data/allTrainingData.json`);return e.ok?await e.json():null}catch{return null}}async function Rs(){if(!Ps)return hr||(hr=(async()=>{const t=await s5();if(!t){hr=null;try{window.dispatchEvent(new Event("speechear.data.error"))}catch{}return}try{for(const e of Object.keys(t||{})){const a=t[e]||[];for(const o of a){const r=o,i=String(r.training_type||e),s=String(r.category_main_code||r.category_main||r.category_0||""),l=String(r.category_sub_code||r.category_sub||r.category_1||""),u=Object.assign({},r,{training_type:i,category_0:s,category_1:l});i==="LISTEN_IN_NOISE"?Oa.push(u):i==="SHORT_STORY"?za.push(u):i==="LONG_STORY"?Fa.push(u):i==="ORDERING_SENTENCE"&&Wa.push(u)}}}catch{hr=null;try{window.dispatchEvent(new Event("speechear.data.error"))}catch{}return}try{window.dispatchEvent(new Event("speechear.data.updated"))}catch{}try{js()}catch{}Ps=!0})(),hr)}function Zp(){return Ps}async function $s(t=3e3){const e=Rs();return Promise.race([e,new Promise(a=>setTimeout(a,t))])}const cn=[{key:"LISTEN_IN_NOISE",label:"\uC18C\uC74C \uD558 \uBB38\uC7A5 \uB4E3\uAE30",icon:"party-popper",desc:"\uB2E4\uC591\uD55C \uC18C\uC74C \uD658\uACBD\uC5D0\uC11C \uBB38\uC7A5 \uCCAD\uB825\uC744 \uD6C8\uB828\uD569\uB2C8\uB2E4."},{key:"SHORT_STORY",label:"\uC9E7\uC740 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square",desc:"\uC9E7\uC740 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uBB38\uC81C\uB97C \uD480\uC5B4\uBD05\uB2C8\uB2E4."},{key:"LONG_STORY",label:"\uAE34 \uC774\uC57C\uAE30 \uB4E3\uAE30",icon:"message-square-text",desc:"\uAE34 \uC774\uC57C\uAE30\uB97C \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uB2E4\uC218\uC758 \uBB38\uC81C\uB97C \uD480\uC5B4\uBD05\uB2C8\uB2E4."},{key:"ORDERING_SENTENCE",label:"\uBB38\uC7A5 \uC21C\uC11C\uD654 \uD558\uAE30",icon:"align-start-vertical",desc:"\uC5EC\uB7EC\uAC1C\uC758 \uC9E7\uC740 \uBB38\uC7A5\uC744 \uB4E3\uACE0 \uAE30\uC5B5\uD558\uC5EC \uADF8 \uC21C\uC11C\uC5D0 \uB9DE\uAC8C \uBC30\uC5F4\uD569\uB2C8\uB2E4."}],Xp=[{key:"FOOD",label:"\uC74C\uC2DD",icon:"salad",color:"#FF8A65",subs:[{key:"TRKRFD",label:" \uD55C\uAD6D \uC804\uD1B5\uC74C\uC2DD"},{key:"MDKRFD",label:"\uD55C\uAD6D \uD604\uB300\uC74C\uC2DD"},{key:"WRLDFD",label:"\uC138\uACC4\uC758 \uC74C\uC2DD"},{key:"MTRFRT",label:"\uC2DD\uC7AC\uB8CC\uC640 \uACFC\uC77C"},{key:"GEFDKL",label:"\uC74C\uC2DD \uC0C1\uC2DD"}]},{key:"HLTH",label:"\uAC74\uAC15",icon:"heart",color:"#66BB6A",subs:[{key:"HTETHB",label:"\uAC74\uAC15\uD55C \uC2DD\uC2B5\uAD00"},{key:"DISILL",label:"\uBCD1\uACFC \uC9C8\uD658"},{key:"EXCISE",label:"\uC6B4\uB3D9"},{key:"GEHTKL",label:"\uAC74\uC0C1\uC0C1\uC2DD"}]},{key:"WETH",label:"\uB0A0\uC528",icon:"sun-medium",color:"#42A5F5",subs:[{key:"GESSKL",label:"\uACC4\uC808\uC0C1\uC2DD"},{key:"SNWRAN",label:"\uB208\uACFC \uBE44"},{key:"WTHFCT",label:"\uC77C\uAE30\uC608\uBCF4"},{key:"GEWTKL",label:"\uB0A0\uC528\uC0C1\uC2DD"}]},{key:"PRSN",label:"\uC778\uBB3C",icon:"user-round",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828",color:"#AB47BC",subs:[{key:"JODYPS",label:"\uC870\uC120\uC2DC\uB300"},{key:"MDKRPS",label:"\uD55C\uAD6D \uADFC\uD604\uB300"},{key:"THKDPS",label:"\uC0BC\uAD6D\uC2DC\uB300"},{key:"WRLART",label:"\uC138\uACC4\uC758 \uC608\uC220\uAC00"},{key:"WRLPSN",label:"\uC138\uACC4\uC758 \uC778\uBB3C"}]},{key:"KRCT",label:"\uD55C\uAD6D\uBB38\uD654",icon:"bow-arrow",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828",color:"#EC407A",subs:[{key:"KRLANG",label:"\uC6B0\uB9AC\uB9D0"},{key:"TRPLCT",label:"\uC804\uD1B5\uB180\uC774"},{key:"HERITG",label:"\uBB38\uD654\uC7AC"},{key:"EVTFES",label:"\uD589\uC0AC\uC640 \uCD95\uC81C"},{key:"GECTKL",label:"\uC0C1\uC2DD"}]},{key:"STRY",label:"\uC774\uC57C\uAE30",icon:"message-circle",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828",color:"#8D6E63",subs:[{key:"FRYTAL",label:"\uB3D9\uD654"},{key:"AMZING",label:"\uC2E0\uAE30\uD55C \uC774\uC57C\uAE30"},{key:"DAYSTR",label:"\uC77C\uC0C1 \uC18D \uC774\uC57C\uAE30"}]},{key:"LOCA",label:"\uC9C0\uC5ED",icon:"map-pin",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828",color:"#26A69A",subs:[{key:"KRLDMK",label:"\uD55C\uAD6D\uC758 \uBA85\uC18C"},{key:"SELNMK",label:"\uC11C\uC6B8\uC758 \uBA85\uC18C"},{key:"WRDTRB",label:"\uC138\uACC4\uC5EC\uD589"},{key:"NAVIGT",label:"\uAE38 \uCC3E\uAE30"}]},{key:"SOAR",label:"\uC0AC\uD68C\uC640 \uC608\uC220",icon:"landmark",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828",color:"#5C6BC0",subs:[{key:"KRSOCI",label:"\uD55C\uAD6D"},{key:"ECONEW",label:"\uACBD\uC81C\uC640 \uB274\uC2A4"},{key:"GENART",label:"\uC608\uC220"},{key:"GELFKL",label:"\uC0DD\uD65C \uC0C1\uC2DD"}]},{key:"NTSC",label:"\uC790\uC5F0\uACFC \uACFC\uD559",icon:"leaf",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828",color:"#9CCC65",subs:[{key:"ANIMAL",label:"\uB3D9\uBB3C"},{key:"PLANTS",label:"\uC2DD\uBB3C"},{key:"ETHPLT",label:"\uC9C0\uAD6C"},{key:"TOLELC",label:"\uB3C4\uAD6C\uC640 \uC804\uC790\uC81C\uD488"},{key:"GESCKL",label:"\uACFC\uD559\uC0C1\uC2DD"}]},{key:"SPRT",label:"\uC2A4\uD3EC\uCE20",icon:"trophy",desc:"\uC18C\uC74C \uD658\uACBD \uC18D \uBB38\uC7A5 \uC774\uD574 \uD6C8\uB828",color:"#FFCA28",subs:[{key:"INVDSP",label:"\uAC1C\uC778\uACBD\uAE30"},{key:"MARART",label:"\uACA9\uD22C\uAE30"},{key:"TEAMSP",label:"\uB2E8\uCCB4\uACBD\uAE30"},{key:"FOOTBL",label:"\uCD95\uAD6C"},{key:"GESPKL",label:"\uC2A4\uD3EC\uCE20 \uC0C1\uC2DD"}]}],Is={LISTEN_IN_NOISE:"listenInNoise",SHORT_STORY:"shortStory",LONG_STORY:"longStory",ORDERING_SENTENCE:"orderingSentence"};function l5(t){return cn.map(e=>{const a=Is[e.key];return a?{...e,label:t(`trainingType.${a}.title`),desc:t(`trainingType.${a}.desc`)}:e})}let dn=null,Jp=null,Qp=null;function c5(){const t=_o();if(t&&t.entries.length>0){const e=Qa();if(dn&&Jp===t&&Qp===e)return dn;const a=new Set,o=[];for(const r of t.entries)!r.word||a.has(r.word)||(a.add(r.word),o.push({w:r.word,s:r.syllables,p:e?.[r.word]?[...e[r.word].cho??[],...e[r.word].jung??[],...e[r.word].jong??[]]:[],pron:r.pronunciation||r.word,grade:r.grade}));return dn=o,Jp=t,Qp=e,dn}return[]}const aa=new Proxy([],{get(t,e){const a=c5(),o=a[e];return typeof o=="function"?o.bind(a):o}});function un(t){return t.length?t[Math.floor(Math.random()*t.length)]:void 0}function oa(t,e){if(e>=t.length)return ze(t);if(e===0)return[];const a=t.slice();for(let o=0;o<e;o++){const r=o+Math.floor(Math.random()*(a.length-o)),i=a[o];a[o]=a[r],a[r]=i}return a.slice(0,e)}let Os=null,eh=null;function ro(){const t=_o();if(Os&&eh===t)return Os;const e=new Map;for(const a of aa)a.w&&e.set(a.w,a.pron);return Os=e,eh=t,e}function Ht(t){return ro().get(t)||t}function zs(t,e,a=new Set){const o=[];for(const r of ze(t)){if(o.length>=e)break;const i=Ht(r);a.has(i)||(a.add(i),o.push(r))}return o}let d5=0;function Nt(t){return`${t}-rt-${++d5}`}function mr(t){const e=Hr();if(!e||e.total===0){const o=new Set;for(const r of t)o.add(r);return o}const a=new Set;for(const o of t)Ai(o)===!0&&a.add(o);return a}const pn=new Map;let th=null,ah=null;function gr(t){return t==null?"":Array.isArray(t)?t.slice().sort().join(","):t}function oh(t){const e=gr(t.choseong),a=t.composition,o=a?.syllable==null?"":Array.isArray(a.syllable)?a.syllable.slice().sort().join(","):String(a.syllable),r=a?`${gr(a.cho)}/${gr(a.jung)}/${gr(a.jong)}/${a.jongNone?"N":""}/${o}`:"",i=gr(t.grade);return`${t.difficulty??""}|${e}|${r}|${t.excludeNoImage?"1":"0"}|${t.count??""}|x${t.contrastCount??1}|${t.fullCount?"F":""}|s${t.sameStructureOnly===!1?"0":"1"}|v${t.phonemeView==="pron"?"p":"c"}|g${i}|t${t.targetSyllable??""}|c${t.choicesPerItem??""}`}async function Vt(t){const e=_o(),a=Qa();(e!==th||a!==ah)&&(pn.clear(),th=e,ah=a);const o=oh(t);return pn.has(o)||pn.set(o,p5(t)),pn.get(o)}function u5(t){if(!t)return null;const e=s=>s==null?null:Array.isArray(s)?s.length?s:null:[s],a=e(t.cho),o=e(t.jung),r=!!t.jongNone,i=r?null:e(t.jong);return a||o||i||r?r&&!a&&!o&&!i?s=>ji(s):s=>Mi(s,{cho:a,jung:o,jong:i,jongNone:r}):null}async function p5(t){const{difficulty:e=null,choseong:a=null,composition:o=null,targetSyllable:r=null,excludeNoImage:i=!1}=t,s=t.grade&&t.grade.length>0?new Set(t.grade):null,l=t.sameStructureOnly??!0,u=t.phonemeView==="pron"?"pron":"char",d=Math.max(1,t.contrastCount??1),h=e==="cho"||e==="jung"||e==="jong",p=h&&d>=2,m=e==="count",g=a?new Set(Array.isArray(a)?a:[a]):null,f=o?.syllable!=null?new Set(Array.isArray(o.syllable)?o.syllable:[o.syllable]):null,b=o?[u5(o),f?M=>f.has(yo(M)):null].filter(M=>M!=null):[],y=e==="random"||e===null,v=y||m,x=y||p||m;let _=aa.filter(M=>!M.w||s&&(!M.grade||!s.has(M.grade))?!1:x?!0:Array.isArray(M.p)&&M.p.length>0);g&&(_=_.filter(M=>{for(const R of g)if(C4(M.w,R))return!0;return!1})),b.length>0&&(_=_.filter(M=>{const R=u==="pron"?Ht(M.w):M.w;return b.every($=>$(R))})),r&&(_=_.filter(M=>M.w[0]===r));let C;if(i){const M=new Set;for(const R of _)if(M.add(R.w),Array.isArray(R.p))for(const $ of R.p)M.add($);if(v)for(const R of aa)R.w&&M.add(R.w);C=mr(M)}else{const M=new Set;for(const R of _)if(M.add(R.w),Array.isArray(R.p))for(const $ of R.p)M.add($);if(v)for(const R of aa)R.w&&M.add(R.w);C=M}let T=null;if(p){const M=new Set;for(const R of aa)R.w&&M.add(R.w);T=i?mr(M):M}const w=_.filter(M=>C.has(M.w)),S=600,D=Array.from(C),A=D.length>S?oa(D,S):D,N=m&&o!=null&&(yt(o.cho)||yt(o.jung)||yt(o.jong)),O=2500,j=new Map;if(m&&!N&&d>=2){for(const M of D){const R=yo(M),$=j.get(R);$?$.push(M):j.set(R,[M])}for(const[M,R]of j)R.length>O&&j.set(M,oa(R,O))}const k=Ni(),E=N?Wi(o,D,k,l,u,Ht):null,L=500,z=1500,te=t.fullCount?w:e==="random"?w.length>L?oa(w,L):w:w.length>z?oa(w,z):w,J=Qa(),ae=[];for(const M of te){let R;const $=Ht(M.w);if(p)R=A4(M.w,e,d,T,24).filter(F=>Ht(F)!==$);else if(m)N?R=(E.get(M.w)??[]).filter(F=>Ht(F)!==$):d<=1?R=Vr(M.w,J,{okSet:C,pronOf:Ht,decompOf:k,sameStructureOnly:!1}):R=(j.get(yo(M.w))??[]).filter(F=>{if(F===M.w||Ht(F)===$)return!1;const I=T4(M.w,F);return d>=5?I>=5:I===d});else if(y)R=A.filter(F=>F!==M.w&&F.length===M.w.length&&Ht(F)!==$);else{const F=e;R=Vr(M.w,J,{kind:F,okSet:C,pronOf:Ht,decompOf:k,sameStructureOnly:!1}),R.length===0&&(R=(A.length>30?oa(A,30):A).filter(I=>I!==M.w&&Bi(M.w,I)===e&&Ht(I)!==$))}if(l&&R.length>0&&(h||m&&!N)){const F=k(Ht(M.w));R=R.filter(I=>!tr(F,k(Ht(I))))}R.length!==0&&ae.push({word:M,usable:R})}return ae}async function rh(t,e){const{choicesPerItem:a=3,count:o=10}=e,r=a-1,i=(await Vt(e)).filter(l=>l.usable.length>=r),s=[];for(const l of ze(i)){if(s.length>=o)break;const u=zs(l.usable,r);if(u.length<r)continue;const d=ze([l.word.w,...u]);s.push({id:Nt(t+"-item"),index:s.length+1,word:l.word.w,syllables:l.word.s,choices:d,answerIndex:d.indexOf(l.word.w)})}return s}async function h5(t){const{choicesPerItem:e=3,count:a=10}=t,o=e-1,r=await Vt({...t,difficulty:null});if(r.length<e)return[];const i=[],s=ze([...r]);for(const l of s){if(i.length>=a)break;const u=l.word.w,d=[...l.word.pron||u],h=un(d);if(!h)continue;const p=r.filter(f=>f.word.w!==u&&f.word.s===l.word.s&&!(f.word.pron||f.word.w).includes(h)&&f.word.pron!==l.word.pron);if(p.length<o)continue;const m=zs(p.map(f=>f.word.w),o);if(m.length<o)continue;const g=ze([u,...m]);i.push({id:Nt("HPI-item"),index:i.length+1,targetSyllable:h,word:u,choices:g,answerIndex:g.indexOf(u)})}return i}async function m5(t){const{count:e=10}=t,a=(await Vt(t)).filter(o=>o.usable.length>=1);return Array.from({length:e},(o,r)=>{const i=un(a);if(!i)return null;const s=r%2===0;let l;if(s)l=[i.word.w,i.word.w];else{const u=un(i.usable);l=Math.random()<.5?[i.word.w,u]:[u,i.word.w]}return{id:Nt("SOD-item"),index:r+1,word:i.word.w,pair:l,same:s}}).filter(o=>!!o)}async function g5(t){const{choicesPerItem:e=3,count:a=10}=t,o=e-1,r=await Vt({...t,difficulty:null});if(r.length<e+1)return[];const i=r.map(m=>m.word.w),s=new Map(r.map(m=>[m.word.w,m.word.pron])),l=m=>(s.get(m)||m)[0]??"",u={};for(const m of r){const g=l(m.word.w);g&&(u[g]||(u[g]=[]),u[g].push(m.word.w))}const d=Object.entries(u).filter(([,m])=>m.length>=2).map(([m])=>m);if(d.length===0)return[];const h=[],p=ze([...d]);for(let m=0;h.length<a&&m<a*4;m++){const g=p[m%p.length],f=u[g];if(f.length<2)continue;const b=ze([...f]),y=b[0],v=b[1];if(!y||!v||y===v||(s.get(y)||y)===(s.get(v)||v))continue;const x=s.get(v)||v,_=i.filter(w=>l(w)!==g&&w!==y&&w!==v&&w.length===v.length&&(s.get(w)||w)!==x);if(_.length<o)continue;const C=zs(_,o);if(C.length<o)continue;const T=ze([v,...C]);h.push({id:Nt("SWS-item"),index:h.length+1,sourceWord:y,targetSyllable:g,word:v,choices:T,answerIndex:T.indexOf(v)})}return h}function nh(t,e,a){return oa(t,e).map((o,r)=>{const i=un(o.usable)??"",s=[...o.word.w],l=[...i],u=s.findIndex((h,p)=>h!==l[p]),d=ze(o.usable.filter(h=>h&&h!==i)).slice(0,2);return{id:Nt(a),index:r+1,word:o.word.w,original:o.word.w,changed:i,changedFrom:u>=0?s[u]:"",changedTo:u>=0?l[u]:"",distractors:d}})}async function ih(t,e,a){const{count:o=10}=e,r=ro(),i=aa.filter(g=>g.w&&g.s===t),s=e.excludeNoImage?mr(i.map(g=>g.w)):null,l=s?i.filter(g=>s.has(g.w)):i,u=new Set(l.map(g=>g.w)),d=hs(u),h=e.phonemeView??"char",p=e.composition??null,m=[];for(const g of ze(l)){if(m.length>=o)break;const f=ms(g.w,p,r,h,d,null,null);if(!f)continue;const b=f.distractors[0],y=[...g.w],v=[...b],x=y.findIndex((_,C)=>_!==v[C]);m.push({id:Nt(a),index:m.length+1,word:g.w,original:g.w,changed:b,changedFrom:x>=0?y[x]:"",changedTo:x>=0?v[x]:"",distractors:f.distractors.slice(1)})}return m}async function b5(t){return ih(2,t,"CS2-item")}async function f5(t){return ih(3,t,"CS3-item")}async function v5(t){const e=(await Vt({...t,difficulty:"count",contrastCount:1})).filter(a=>a.word.s===1&&a.usable.length>=1);return nh(e,t.count??10,"CP1-item")}async function y5(t){const e=t.difficulty&&t.difficulty!=="random"?t.difficulty:"count",a=(await Vt({...t,difficulty:e,contrastCount:1})).filter(o=>o.word.s===2&&o.usable.length>=1);return nh(a,t.count??10,"CP2-item")}async function x5(t){const{count:e=10}=t,a=(await Vt({...t})).filter(o=>o.word.s===2);return oa(a,e).map((o,r)=>({id:Nt("M2S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function C5(t){const{count:e=10}=t,a=(await Vt({...t})).filter(o=>o.word.s===3);return oa(a,e).map((o,r)=>({id:Nt("M3S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function _5(t){const{count:e=10}=t,a=(await Vt({...t})).filter(l=>l.word.s===2),o=ro(),r=new Set(aa.map(l=>l.w)),i=t.phonemeView??"char",s=[];for(const l of ze(a)){if(s.length>=e)break;const u=ss(l.word.w,t.composition??null,o,i,r);if(!u)continue;const[d,...h]=u.distractors,p=[...l.word.w],m=p[0]===d?p[1]:p[0];s.push({id:Nt("D2-item"),index:s.length+1,original:l.word.w,word:l.word.w,dropped:m,missingResult:d,distractors:h})}return s}async function w5(t){const{count:e=10}=t,a=(await Vt({...t})).filter(l=>l.word.s===3),o=ro(),r=new Set(aa.map(l=>l.w)),i=t.phonemeView??"char",s=[];for(const l of ze(a)){if(s.length>=e)break;const u=ls(l.word.w,t.composition??null,o,i,r);if(!u)continue;const[d,...h]=u.distractors,p=[...l.word.w];let m="";for(let g=0;g<p.length;g++)if(p.filter((f,b)=>b!==g).join("")===d){m=p[g];break}s.push({id:Nt("D3-item"),index:s.length+1,original:l.word.w,word:l.word.w,dropped:m,missingResult:d,distractors:h})}return s}async function k5(t){const{count:e=10}=t,a=(await Vt({...t})).filter(l=>l.word.s>=2),o=ro(),r=new Set(aa.map(l=>l.w)),i=t.phonemeView??"char",s=[];for(const l of ze(a)){if(s.length>=e)break;const u=cs(l.word.w,t.composition??null,o,i,r);if(!u)continue;const[d,...h]=u.distractors,p=l.word.w,m=p.startsWith(d)?p.slice(d.length):p.endsWith(d)?p.slice(0,p.length-d.length):"";s.push({id:Nt("DPC-item"),index:s.length+1,original:p,word:p,dropped:m,missingResult:d,distractors:h})}return s}async function S5(t){const{count:e=10}=t,a=(await Vt({...t})).map(o=>o.word.w);return a.length<3?[]:Array.from({length:e},(o,r)=>{const i=oa(a,3);return{id:Nt("LRO-item"),index:r+1,sequence:i,choices:ze(i)}})}function hn(t,e,a){const o=aa.filter(s=>s.w&&s.s===t),r=e?mr(o.map(s=>s.w)):null,i=[];for(const s of o)if(!(r&&!r.has(s.w))){if(a){const l=Be(s.w);if(!l||!a(l))continue}i.push(s)}return i}function A5(t){const e=hn(1,t.excludeNoImage??!1,a=>a.jong===0);return oa(e,t.count??10).map((a,o)=>{const r=Be(a.w);return{id:Nt("M2P-item"),index:o+1,parts:[Ue[r.cho],pt[r.jung]],answer:a.w,word:a.w}})}function T5(t){const e=hn(1,t.excludeNoImage??!1,a=>a.jong>0&&!vo[a.jong]);return oa(e,t.count??10).map((a,o)=>{const r=Be(a.w);return{id:Nt("M3P-item"),index:o+1,parts:[Ue[r.cho],pt[r.jung],vt[r.jong]],answer:a.w,word:a.w}})}function N5(t){const e=en.DROP_FINAL_CONSONANT_FROM_1SYLL,a=hn(e.syllables,t.excludeNoImage??!1,e.syllable),o=ro(),r=[];for(const i of ze(a)){if(r.length>=(t.count??10))break;const s=ds(i.w,null,o);if(!s)continue;const[l,...u]=s.distractors;r.push({id:Nt("DFC-item"),index:r.length+1,original:i.w,word:i.w,result:l,distractors:u})}return r}function B5(t){const e=en.REMOVE_CONSONANT_AND_IDENTIFY_PHONEME,a=hn(e.syllables,t.excludeNoImage??!1,e.syllable),o=ro(),r=[];for(const i of ze(a)){if(r.length>=(t.count??10))break;const s=ps(i.w,null,o);if(!s)continue;const l=Be(o.get(i.w)||i.w);if(!l)continue;const[u,...d]=s.distractors;r.push({id:Nt("RCP-item"),index:r.length+1,base:i.w,word:i.w,missingConsonant:Ue[l.cho],remaining:u,distractors:d})}return r}const mn=new Map;let sh=null,lh=null;async function ch(t,e={}){const a=_o(),o=Qa();(a!==sh||o!==lh)&&(mn.clear(),sh=a,lh=o);const r=`${t}:${oh(e)}`;if(mn.has(r))return mn.get(r);const i=await D5(t,e);return mn.set(r,i),i}const E5={SAME_SOUND_PICK:t=>rh("SSP",t),HEAR_AND_PICK_SAME:t=>rh("HPS",t),HEAR_AND_PICK_INCLUDED:t=>h5(t),SAME_OR_DIFF:t=>m5(t),STARTS_WITH_SAME_SOUND:t=>g5(t),LISTEN_AND_REMEMBER_ORDER:t=>S5(t),MERGE_2_SYLLABLES:t=>x5(t),MERGE_3_SYLLABLES:t=>C5(t),MERGE_2_PHONEMES:t=>A5(t),MERGE_3_PHONEMES:t=>T5(t),DROP_1_FROM_2SYLL:t=>_5(t),DROP_1_FROM_3SYLL:t=>w5(t),DROP_PART_FROM_COMPOUND:t=>k5(t),DROP_FINAL_CONSONANT_FROM_1SYLL:t=>N5(t),REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:t=>B5(t),CHANGE_1_SYLL_IN_2SYLL:t=>b5(t),CHANGE_1_SYLL_IN_3SYLL:t=>f5(t),CHANGE_1_PHONEME_IN_1SYLL:t=>v5(t),CHANGE_1_PHONEME_IN_2SYLL:t=>y5(t)};async function D5(t,e={}){const a=E5[t];return a?await a(e):[]}async function L5(t){const e=[null,"count"],a=Object.keys(Co);let o=0;for(const r of e)for(const i of a){const s=Co[i];ch(i,{difficulty:s.difficulty?r:null,choseong:null,count:10,excludeNoImage:t}).catch(()=>{}),++o%6===0&&await new Promise(l=>setTimeout(l,0))}}async function j5(t){return(await Vt({...t,fullCount:!0})).length}async function M5(t={}){const e=[];for(const l of aa)l.w&&e.push(l.w);const a=t.excludeNoImage?mr(e):e,o=new Set,r=new Set,i=new Set,s=new Set;for(const l of a){s.add(yo(l));for(const u of l){const d=Be(u);if(d&&(Ue[d.cho]!=="\u3147"&&o.add(Ue[d.cho]),r.add(pt[d.jung]),d.jong>0)){i.add(vt[d.jong]);const h=vo[d.jong];h&&h.forEach(p=>i.add(p))}}}return{cho:o,jung:r,jong:i,syllable:s}}const dh={free:{maxCustomers:0,visitWord:!1,visitSentence:!1,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!1,wordTrainingSetting:!1,myWordList:!1,wordListShare:!1,groupTrainingSetting:!1,minimalPairSearch:!0,wordTableSetting:!1,wordTablePrint:!1,addToMyList:!1,addToGroupList:!1,wordSearch:!0,wordSearchPrint:!1,wordSearchAddToMyList:!1,wordSearchAddToGroupList:!1,wordDataLevel:1,sentenceDataLevel:0,crossword:!1,crosswordMid:!1,crosswordHigh:!1,wordTrainingView:!1,sentenceTrainingView:!1},personal_standard:{maxCustomers:0,visitWord:!1,visitSentence:!1,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!0,wordTrainingSetting:!0,myWordList:!0,wordListShare:!0,groupTrainingSetting:!1,minimalPairSearch:!0,wordTableSetting:!0,wordTablePrint:!0,addToMyList:!0,addToGroupList:!1,wordSearch:!0,wordSearchPrint:!0,wordSearchAddToMyList:!0,wordSearchAddToGroupList:!1,wordDataLevel:2,sentenceDataLevel:2,crossword:!0,crosswordMid:!0,crosswordHigh:!1,wordTrainingView:!0,sentenceTrainingView:!0},mgr_free:{maxCustomers:5,visitWord:!0,visitSentence:!0,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!1,wordTrainingSetting:!1,myWordList:!1,wordListShare:!1,groupTrainingSetting:!1,minimalPairSearch:!0,wordTableSetting:!1,wordTablePrint:!1,addToMyList:!1,addToGroupList:!1,wordSearch:!0,wordSearchPrint:!1,wordSearchAddToMyList:!1,wordSearchAddToGroupList:!1,wordDataLevel:1,sentenceDataLevel:1,crossword:!1,crosswordMid:!1,crosswordHigh:!1,wordTrainingView:!1,sentenceTrainingView:!1},none:{maxCustomers:0,visitWord:!1,visitSentence:!1,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!1,wordTrainingSetting:!1,myWordList:!1,wordListShare:!1,groupTrainingSetting:!1,minimalPairSearch:!1,wordTableSetting:!1,wordTablePrint:!1,addToMyList:!1,addToGroupList:!1,wordSearch:!1,wordSearchPrint:!1,wordSearchAddToMyList:!1,wordSearchAddToGroupList:!1,wordDataLevel:0,sentenceDataLevel:0,crossword:!1,crosswordMid:!1,crosswordHigh:!1,wordTrainingView:!1,sentenceTrainingView:!1},lite_word:{maxCustomers:10,visitWord:!0,visitSentence:!1,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!1,wordTrainingSetting:!1,myWordList:!1,wordListShare:!1,groupTrainingSetting:!1,minimalPairSearch:!0,wordTableSetting:!0,wordTablePrint:!0,addToMyList:!1,addToGroupList:!1,wordSearch:!0,wordSearchPrint:!0,wordSearchAddToMyList:!1,wordSearchAddToGroupList:!1,wordDataLevel:1,sentenceDataLevel:0,crossword:!0,crosswordMid:!1,crosswordHigh:!1,wordTrainingView:!0,sentenceTrainingView:!1},lite_sentence:{maxCustomers:10,visitWord:!1,visitSentence:!0,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!1,wordTrainingSetting:!1,myWordList:!1,wordListShare:!1,groupTrainingSetting:!1,minimalPairSearch:!1,wordTableSetting:!1,wordTablePrint:!0,addToMyList:!1,addToGroupList:!1,wordSearch:!1,wordSearchPrint:!0,wordSearchAddToMyList:!1,wordSearchAddToGroupList:!1,wordDataLevel:0,sentenceDataLevel:1,crossword:!0,crosswordMid:!1,crosswordHigh:!1,wordTrainingView:!1,sentenceTrainingView:!0},lite:{maxCustomers:10,visitWord:!0,visitSentence:!0,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!1,wordTrainingSetting:!1,myWordList:!1,wordListShare:!1,groupTrainingSetting:!1,minimalPairSearch:!0,wordTableSetting:!0,wordTablePrint:!0,addToMyList:!1,addToGroupList:!1,wordSearch:!0,wordSearchPrint:!0,wordSearchAddToMyList:!1,wordSearchAddToGroupList:!1,wordDataLevel:1,sentenceDataLevel:1,crossword:!0,crosswordMid:!1,crosswordHigh:!1,wordTrainingView:!0,sentenceTrainingView:!0},standard:{maxCustomers:30,visitWord:!0,visitSentence:!0,homework:!1,customerStats:!1,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!0,wordTrainingSetting:!0,myWordList:!0,wordListShare:!0,groupTrainingSetting:!1,minimalPairSearch:!0,wordTableSetting:!0,wordTablePrint:!0,addToMyList:!0,addToGroupList:!1,wordSearch:!0,wordSearchPrint:!0,wordSearchAddToMyList:!0,wordSearchAddToGroupList:!1,wordDataLevel:2,sentenceDataLevel:2,crossword:!0,crosswordMid:!0,crosswordHigh:!1,wordTrainingView:!0,sentenceTrainingView:!0},pro:{maxCustomers:50,visitWord:!0,visitSentence:!0,homework:!0,customerStats:!0,managerCustomerSplit:!1,managerManagement:!1,sentenceTrainingSetting:!0,wordTrainingSetting:!0,myWordList:!0,wordListShare:!0,groupTrainingSetting:!1,minimalPairSearch:!0,wordTableSetting:!0,wordTablePrint:!0,addToMyList:!0,addToGroupList:!1,wordSearch:!0,wordSearchPrint:!0,wordSearchAddToMyList:!0,wordSearchAddToGroupList:!1,wordDataLevel:3,sentenceDataLevel:3,crossword:!0,crosswordMid:!0,crosswordHigh:!0,wordTrainingView:!0,sentenceTrainingView:!0},enterprise:{maxCustomers:1/0,visitWord:!0,visitSentence:!0,homework:!0,customerStats:!0,managerCustomerSplit:!0,managerManagement:!0,sentenceTrainingSetting:!0,wordTrainingSetting:!0,myWordList:!0,wordListShare:!0,groupTrainingSetting:!0,minimalPairSearch:!0,wordTableSetting:!0,wordTablePrint:!0,addToMyList:!0,addToGroupList:!0,wordSearch:!0,wordSearchPrint:!0,wordSearchAddToMyList:!0,wordSearchAddToGroupList:!0,wordDataLevel:3,sentenceDataLevel:3,crossword:!0,crosswordMid:!0,crosswordHigh:!0,wordTrainingView:!0,sentenceTrainingView:!0}},uh={none:0,free:1,personal_standard:3,mgr_free:4,lite_word:5,lite_sentence:5,lite:6,standard:7,pro:8,enterprise:9},ph={free:{sentenceTrainingDaily:2,wordTrainingDaily:2,gameDaily:1},personal_standard:{sentenceTrainingDaily:null,wordTrainingDaily:null,gameDaily:null},mgr_free:{sentenceTrainingDaily:2,wordTrainingDaily:2,gameDaily:1,trainingItemMax:5,customerMax:5,homeworkSendDaily:1},lite:{sentenceTrainingDaily:5,wordTrainingDaily:5,gameDaily:5,trainingItemMax:10,customerMax:10,homeworkSendDaily:10},standard:{sentenceTrainingDaily:null,wordTrainingDaily:null,gameDaily:null,trainingItemMax:30,customerMax:30,homeworkSendDaily:30},pro:{sentenceTrainingDaily:null,wordTrainingDaily:null,gameDaily:null,trainingItemMax:null,customerMax:50,homeworkSendDaily:50},enterprise:{sentenceTrainingDaily:null,wordTrainingDaily:null,gameDaily:null,trainingItemMax:null,customerMax:null,homeworkSendDaily:null}};function hh(t){const e=t.toLowerCase();return e.startsWith("manager_enterprise")?"enterprise":e.startsWith("manager_pro")?"pro":e.startsWith("manager_standard")?"standard":e.startsWith("manager_lite_word")?"lite_word":e.startsWith("manager_lite_sentence")?"lite_sentence":e.startsWith("manager_lite")||e.startsWith("mgr_lite")?"lite":e.startsWith("mgr_standard")?"standard":e.startsWith("mgr_pro")?"pro":e.startsWith("content_")||e.startsWith("speechear_")||e.startsWith("light_")||e==="light"?"personal_standard":"none"}const mh=5,gh=5;function bh({rank:t,voteCount:e,quota:a=5}){return t<a&&e>0}const fh={selected:"ALREADY_SELECTED",added:"ALREADY_ADDED",rejected:"ALREADY_REJECTED"};var P5=Object.freeze({__proto__:null,CAPABILITY:Co,CHOSEONG:Ue,JONGSEONG:vt,JUNGSEONG:pt,LONG_STORIES:Fa,NETWORK_ERROR_MESSAGE:gs,NOISE_DATAS:Oa,ORDER_SETS:Wa,PLAN_FEATURES:dh,PLAN_LIMITS:ph,SHORT_STORIES:za,TIER_RANK:uh,TOPIC_TYPES:Xp,TRAINING_TYPES:cn,TRAINING_TYPE_I18N_KEY:Is,WORD_SUGGESTION_ACCOUNT_LIMIT:gh,WORD_SUGGESTION_EXISTING_ERROR:fh,WORD_SUGGESTION_WEEKLY_QUOTA:mh,applyFontScale:Ds,applyTheme:Bs,buildChangeWholeSyllableProblem:ms,buildDropCompoundProblem:cs,buildDropContrast3Problem:ls,buildDropContrastProblem:ss,buildDropFinalConsonantProblem:ds,buildMultiPartPosContrast:Wi,buildPairIndex:zu,buildRemoveConsonantProblem:ps,buildSyllableMaskIndex:hs,bulkSetImageExistence:Bu,cardQuestionTitle:sp,checkImageExists:Qo,classifyPairDifficulty:Bi,clearAudioExistsCache:_u,clearImageExistenceCache:Ti,clearPairIndexCache:Oi,composeSyllable:ha,computeDailySelection:js,configureImageResolver:Tu,configureNoiseSettingsStore:Ep,configurePronunciationResolver:ku,configureStorage:vi,configureTTS:Cu,configureTrainingCategories:Hp,copyText:Ss,createDecompCache:Ni,createTTSUrlResolver:jp,dateToDb:Wp,downloadCsvText:hp,downloadSound:zr,ensureTrainingDataLoaded:$s,escapeCsvField:pp,fileExists:yi,filterContrastCandidates:Fi,finalToPhoneme:Qr,firstChoseongOf:Ei,formatCount:dr,formatDateKo:Mp,formatDateLocale:Rp,formatDateLongKo:Pp,formatDateLongLocale:$p,formatDatetimeKo:Ip,formatPhone:zp,formatRelativeTime:rn,formatTimeHM:sn,formatYmd:nn,getAssetBaseUrl:bi,getDailySelection:Kp,getElementAnalyser:Zo,getErrorMessage:an,getImageExistenceStats:Hr,getImageExistsCached:Ai,getImageResolver:$a,getNoiseBaseUrl:xi,getPairIndex:Qa,getPlanTier:hh,getPronunciationResolver:wi,getSavedFontScale:Es,getSavedTheme:Ns,getSignedOrPublicUrl:qo,getTTSFallbackUrlResolver:_i,getTTSUrlResolver:Uo,getTodayKst:on,getTopicTypes:ln,getTrainingPools:Ms,getTrainingTypes:Ts,getWordPool:_o,hasQuestionWordConstraint:ep,hasSel:yt,hasStructureContrast:tr,initFontScale:Up,initTheme:Gp,isAllChoseong:Li,isManualOnlyType:ap,isNetworkErrorMessage:bs,isSyllablePattern:Pi,isThisWeekPick:bh,isTrainingDataLoaded:Zp,isValidQuestionWord:tp,itemCorrectness:xs,jamoToNamesForSpeech:lp,loadGameLeaderboard:Bp,loadMyGameRanks:Np,loadNoiseSettings:ws,loadTrainingData:Rs,logCrossword:yp,logTrainingCompletion:ys,logTrainingTime:vs,matchSyllables:ao,matchesChoseongSearch:Eu,matchesSyllablePattern:Ri,matchesWordQuery:fo,mergeQuestionText:ns,minimalPairDistractors:Vr,normalizeDate:Fp,officialSoundPath:Lp,parseSortValue:up,parseSyllable:Be,patternToComposition:Ru,phonemePartsOf:ip,pickEuRo:as,pickEulReul:Ji,pickEunNeun:es,pickIga:Zi,pickWaGwa:ts,prewarmImageCache:Nu,primarySelPart:sr,readLevel:ki,reorderArray:os,resolveAssetUrl:Vo,resolveSoundPath:Or,resumeAudioMeter:Ko,sample:ea,saveNoiseSettings:ks,searchAndRankWords:Iu,setAssetBaseUrl:yu,setCrosswordLogger:vp,setGameLeaderboardLoader:Ap,setGameRanksLoader:Sp,setGameScoreSubmitter:kp,setTrainingCompletionLogger:fp,setTrainingTimeLogger:bp,setWordPool:gp,shuffle:ze,sortToValue:dp,soundOf:tn,speak:bu,stopSpeaking:fu,submitGameScore:Tp,syllMatchesComp:Ia,syllableContrasts:oo,syllableLength:yo,syllablePron:is,toBase64UrlSafe:Dp,toChoseong:Di,toItemResults:Cs,toKstHm:Op,toKstYmd:Aa,toStandardPronunciation:Zu,toStorageName:lr,toUserErrorMessage:cp,validateSyllableSearchInput:$u,withEuRo:Qu,withEulReul:Qi,withEunNeun:Xu,withIga:Xi,withWaGwa:Ju,wordContainsChoseong:Lu,wordContainsJongseong:Mu,wordContainsJungseong:ju,wordHasNoCoda:ji,wordHasSyllableMatching:Mi,wrongItems:xp});function R5(t){return typeof window>"u"?"":m4.sanitize(t,{USE_PROFILES:{svg:!0,svgFilters:!0},FORBID_TAGS:["script","use"],FORBID_ATTR:["xlink:href","href"]})}function $5(t){const[e,a]=c.useState(null),[o,r]=c.useState(null),[i,s]=c.useState(null),[l,u]=c.useState(null);return c.useEffect(()=>{if(!t||typeof t!="string"||!t.endsWith(".svg")){a(null),r(null),s(null);return}const d=t.split("/").pop();let h=t;d&&(t.startsWith("/")?h=Vo(t):/^(Logo|Symbol)/i.test(d)?h=Vo(`logo/${d}`):(/^https?:\/\//i.test(t)||t.startsWith("data:"),h=t)),a(h)},[t]),c.useEffect(()=>{if(!e)return;let d=!1;async function h(){try{let p=await fetch(e);p.ok||(p=await fetch(e));const m=p.headers.get("content-type")||"";if(d)return;if(m.includes("svg")){r("mask");return}if(m.startsWith("image/")){r("img");return}const g=await fetch(e);if(!g.ok)throw new Error("not ok");const f=await g.text();if(d)return;if(/^\s*<svg[\s>]/i.test(f)){const b=R5(f);if(!b){r("none");return}s(b),r("inline");return}r("none")}catch{d||r("none")}}return h(),()=>{d=!0}},[e]),c.useEffect(()=>{let d=!1,h=null;return o==="mask"&&e&&fetch(e).then(p=>{if(!p.ok)throw new Error("fetch failed");return p.blob()}).then(p=>{d||(h=URL.createObjectURL(p),u(h))}).catch(()=>{d||r("img")}),()=>{d=!0,h&&URL.revokeObjectURL(h),u(null)}},[o,e]),{iconToUse:e,mode:o,svgText:i,blobUrl:l}}function Re(t){const{icon:e,label:a,className:o,imgClassName:r,maskClassName:i,svgClassName:s,wrapperStyle:l,size:u}=t||{},d=o??"iconRenderer-icon",h=r??"iconRenderer-icon-image",p=i??"iconRenderer-icon-mask",m=s??"iconRenderer-icon-svg",g=typeof e=="string"?e:null,f=jw(g),{iconToUse:b,mode:y,svgText:v,blobUrl:x}=$5(g),_=(S,D={})=>n.jsx("span",{className:d,style:l,...D,children:S}),C=(S,D={})=>n.jsx("img",{src:S,alt:typeof a=="string"?a:a?String(a):"",className:h,...D});if(!e)return null;if(typeof e!="string")return _(e);if(e==="none")return _(n.jsx("span",{className:m,dangerouslySetInnerHTML:{__html:'<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" aria-hidden="true"></svg>'}}),{"aria-hidden":"true"});if(f)try{return _(c.createElement(f,{className:m,size:typeof u=="number"?u:20}),{"aria-hidden":"true"})}catch{}if(b&&b.endsWith(".svg")){if(y==="mask"){const S={"--icon-url":x?`url(${x})`:`url(${b})`};return _(n.jsx("span",{className:p,style:S}),{"aria-hidden":"true"})}return y==="img"?_(C(b,{onError:S=>{S.currentTarget.onerror=null,S.currentTarget.style.display="none"}}),{"aria-hidden":"true"}):y==="inline"?_(n.jsx("span",{className:m,dangerouslySetInnerHTML:v?{__html:v}:void 0}),{"aria-hidden":"true"}):_(null,{"aria-hidden":"true"})}if(e.startsWith("/")||e.includes("/assets/")||e.match(/\.(png|jpg|jpeg|webp|gif)$/i))return C(Vo(e),{style:l,onError:S=>{S.currentTarget.onerror=null,S.currentTarget.style.display="none"}});const T=typeof u=="number"?u:20,w=`<svg width="${T}" height="${T}" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><rect x="3" y="3" width="18" height="18" rx="2" ry="2" style="fill:none;stroke:currentColor;stroke-width:2"/></svg>`;return _(n.jsx("span",{className:m,dangerouslySetInnerHTML:{__html:w}}),{"aria-hidden":"true"})}function vh({icon:t,emoji:e,title:a,message:o,hint:r,action:i,compact:s,className:l}){return n.jsxs("div",{className:_e("empty-state",s&&"empty-state--compact",l),children:[e&&n.jsx("span",{className:"empty-state__emoji",children:e}),t&&n.jsx(Re,{icon:t,className:"empty-state__icon"}),a&&n.jsx("p",{className:"empty-state__title body-2",children:a}),o&&n.jsx("p",{className:"empty-state__message body-3",children:o}),r&&n.jsx("p",{className:"empty-state__hint caption-1",children:r}),i&&n.jsxs("button",{className:"empty-state__action button button40 button40--bar button--variant-main button--align-center button--shape-rounded",onClick:i.onClick,children:[i.icon&&n.jsx(Re,{icon:i.icon,className:"button__icon"}),n.jsx("span",{className:"button__label button-1",children:i.label})]})]})}var I5=".ihabdevteam-core-scope .error-state__icon{color:var(--color-error)}";Q(I5);function yh({message:t,hint:e,icon:a="triangle-alert",onRetry:o,retryLabel:r,className:i}){const{t:s}=ge();return n.jsxs("div",{className:_e("empty-state","error-state",i),role:"alert",children:[n.jsx(Re,{icon:a,className:"empty-state__icon error-state__icon"}),n.jsx("p",{className:"empty-state__message body-3",children:t??s("common.errorState.message",{defaultValue:"\uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."})}),e&&n.jsx("p",{className:"empty-state__hint caption-1",children:e}),o&&n.jsxs("button",{className:"empty-state__action button button40 button40--bar button--variant-main button--align-center button--shape-rounded",onClick:o,children:[n.jsx(Re,{icon:"rotate-cw",className:"button__icon"}),n.jsx("span",{className:"button__label button-1",children:r??s("common.errorState.retry",{defaultValue:"\uB2E4\uC2DC \uC2DC\uB3C4"})})]})]})}var O5=".ihabdevteam-core-scope .action-card{--ac-color:var(--color-main);--ac-color-a10:var(--color-main-a10);aspect-ratio:1/1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-l);box-shadow:var(--shadow-card);cursor:pointer;display:block;overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out,border-color .2s ease-out;width:100%}.ihabdevteam-core-scope .action-card--sub{--ac-color:var(--color-sub);--ac-color-a10:var(--color-sub-a10)}.ihabdevteam-core-scope .action-card:focus-visible{outline:none}.ihabdevteam-core-scope .action-card:not(.action-card--disabled):focus-visible,.ihabdevteam-core-scope .action-card:not(.action-card--disabled):hover{border-color:var(--ac-color);box-shadow:var(--shadow-panel);transform:translateY(-4px)}.ihabdevteam-core-scope .action-card--disabled{cursor:wait;opacity:.6}.ihabdevteam-core-scope .action-card__body{display:flex;flex-direction:column;gap:var(--spacing-m);height:100%;padding:var(--spacing-l)}.ihabdevteam-core-scope .action-card__chip{align-items:center;background:var(--ac-color-a10);border-radius:var(--radius-m);color:var(--ac-color);display:flex;height:64px;justify-content:center;width:64px}.ihabdevteam-core-scope .action-card__text{display:flex;flex-direction:column;gap:var(--spacing-xs)}.ihabdevteam-core-scope .action-card__title{color:var(--color-text-primary);font-size:var(--text-h2-size);font-weight:var(--text-h2-weight-bold);letter-spacing:var(--text-h2-spacing);line-height:var(--text-h2-line);margin:0}.ihabdevteam-core-scope .action-card__desc{color:var(--color-lightGray);font-size:var(--text-body-2-size);font-weight:var(--text-body-2-weight);line-height:var(--text-body-2-line);margin:0}.ihabdevteam-core-scope .action-card__cta{align-items:center;color:var(--ac-color);display:flex;font-size:var(--text-body-2-size);font-weight:var(--text-body-2-weight-bold);gap:var(--spacing-xs);justify-content:flex-end;line-height:var(--text-body-2-line);margin-top:auto;padding-right:var(--spacing-s);padding-top:var(--spacing-s)}.ihabdevteam-core-scope .action-card__arrow{display:flex;transition:transform .2s}.ihabdevteam-core-scope .action-card:not(.action-card--disabled):hover .action-card__arrow{transform:translateX(4px)}";Q(O5);function xh({icon:t,title:e,description:a,cta:o,tone:r="main",disabled:i=!1,onClick:s,className:l=""}){const u=()=>{i||s?.()};return n.jsx("section",{role:"button",tabIndex:i?-1:0,"aria-disabled":i||void 0,"aria-label":e,onClick:u,onKeyDown:d=>{(d.key==="Enter"||d.key===" ")&&(d.preventDefault(),u())},className:_e("action-card",`action-card--${r}`,i&&"action-card--disabled",l),children:n.jsxs("div",{className:"action-card__body",children:[n.jsx("span",{"aria-hidden":!0,className:"action-card__chip",children:n.jsx(Re,{icon:t,size:34})}),n.jsxs("div",{className:"action-card__text",children:[n.jsx("h2",{className:"action-card__title",children:e}),n.jsx("p",{className:"action-card__desc",children:a})]}),n.jsxs("div",{className:"action-card__cta",children:[n.jsx("span",{children:o}),n.jsx("span",{"aria-hidden":!0,className:"action-card__arrow",children:n.jsx(Re,{icon:"arrow-right",size:18})})]})]})})}function Ch({as:t="div",className:e="",children:a,storage:o,...r}){o&&vi({resolveUrl:o.resolveUrl,download:o.download??(()=>Promise.reject(new Error("[ihabdevteam-core] CoreScope: download resolver\uAC00 \uC124\uC815\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4."))),exists:o.exists,resolvePath:o.resolvePath,noiseBaseUrl:o.noiseBaseUrl});const i=_e("ihabdevteam-core-scope",e);return n.jsx(t,{className:i,...r,children:a})}var z5=".ihabdevteam-core-scope .notice-box{background:var(--color-darkWhite);border-radius:var(--radius-m);color:var(--color-gray);margin:0 auto var(--spacing-page);padding:var(--spacing-l);position:relative;text-align:left}.ihabdevteam-core-scope .notice-box ul{margin:0;padding:0 0 0 18px}.ihabdevteam-core-scope .notice-box__inner{border-radius:var(--radius-s);padding:12px 14px;text-align:left}.ihabdevteam-core-scope .notice-box__title{color:var(--color-darkGray);margin:0 0 10px}.ihabdevteam-core-scope .notice-box__body,.ihabdevteam-core-scope .notice-box__line{color:var(--color-deepGray)}.ihabdevteam-core-scope .notice-box--default{border-color:var(--color-whiteLine)}.ihabdevteam-core-scope .notice-box--dashed{background:var(--color-deepWhite);border:1px dashed var(--color-whiteLine)}.ihabdevteam-core-scope .notice-box--important{border:1px solid var(--color-main);box-shadow:var(--shadow-dropdown)}.ihabdevteam-core-scope .notice-box__dismiss{background:none;border:none;border-radius:var(--radius-xs);color:var(--color-lightGray);cursor:pointer;font-size:18px;line-height:1;padding:2px 6px;position:absolute;right:10px;top:8px;transition:color .12s}.ihabdevteam-core-scope .notice-box__dismiss:hover{color:var(--color-gray)}@media (max-width:767px){.ihabdevteam-core-scope .notice-box,.ihabdevteam-core-scope .notice-box__inner{padding:var(--spacing-s)}}";Q(z5);function _h({title:t="",lines:e=[],notices:a=null,children:o,variant:r="default",dismissible:i=!1,className:s=""}){const{t:l}=ge(),[u,d]=c.useState(!1),h=c.useCallback(()=>d(!0),[]);if(u)return null;const p=`notice-box notice-box--${r} body-2 ${s}`.trim();if(a&&Array.isArray(a)&&a.length)return n.jsx("div",{className:p,role:"note",children:a.map((g,f)=>n.jsxs("div",{className:"notice-box__inner",children:[g.title?n.jsx("span",{className:"notice-box__title body-3",children:g.title}):null,n.jsx("div",{className:"notice-box__body",children:g.lines&&g.lines.length?n.jsx("div",{children:g.lines.map((b,y)=>n.jsx("span",{className:"notice-box__line body-3",children:b},y))}):g.children??null})]},f))});const m=t||e.length?n.jsxs("div",{className:"notice-box__inner",children:[t?n.jsx("span",{className:"notice-box__title body-1",children:t}):null,n.jsx("div",{className:"notice-box__body",children:e.length?n.jsx("ul",{children:e.map((g,f)=>n.jsx("li",{className:"notice-box__line",children:g},f))}):o})]}):n.jsx("div",{className:"notice-box__inner",children:o});return n.jsxs("div",{className:p,role:"note",children:[m,i&&n.jsx("button",{className:"notice-box__dismiss",onClick:h,"aria-label":l("common.close","\uB2EB\uAE30"),children:"\xD7"})]})}var F5=".ihabdevteam-core-scope .button{align-items:center;background:var(--color-white);border:0;border:var(--button-border,0);box-sizing:border-box;color:inherit;cursor:pointer;display:inline-flex;gap:var(--spacing-xs);padding:0 12px;transition:background-color .14s ease,color .14s ease,transform .1s ease,box-shadow .14s ease}.ihabdevteam-core-scope .button__icon,.ihabdevteam-core-scope .button__left,.ihabdevteam-core-scope .button__right{align-items:center;color:inherit;display:inline-flex;justify-content:center}.ihabdevteam-core-scope .button--align-center .button__label,.ihabdevteam-core-scope .button--align-right .button__label{flex:1 1 auto;text-align:center}.ihabdevteam-core-scope .button__icon{height:24px;width:24px}.ihabdevteam-core-scope .button__icon--small{height:16px;width:16px}.ihabdevteam-core-scope .button__icon--medium{height:24px;width:24px}.ihabdevteam-core-scope .button__icon--large{height:36px;width:36px}.ihabdevteam-core-scope .button__center-group{align-items:center;display:inline-flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .button__center-group .button__label{display:inline-block;flex:0 1 auto;text-align:center}.ihabdevteam-core-scope .button__label{display:block;white-space:normal}.ihabdevteam-core-scope .button__label-text{align-items:center;display:inline-flex;justify-content:center;max-width:100%;vertical-align:middle;white-space:normal;word-break:break-word}.ihabdevteam-core-scope .button__label-text--has-sub{flex-direction:column;gap:3px}.ihabdevteam-core-scope .button__count{color:var(--color-main);font-weight:700;margin-left:4px}.ihabdevteam-core-scope .button--variant-main .button__count,.ihabdevteam-core-scope .is-selected .button__count,.ihabdevteam-core-scope [aria-pressed=true] .button__count{color:#fff}.ihabdevteam-core-scope .button__label:has(>.button__label-text+.button__label-text){gap:5px}.ihabdevteam-core-scope .button__sub-label-text{color:var(--button-subLabel-color,var(--color-gray));display:block}.ihabdevteam-core-scope .button__icon-img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ihabdevteam-core-scope .button__icon-mask{background-color:currentColor;display:block;height:100%;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}.ihabdevteam-core-scope .button__icon-svg{align-items:center;display:inline-flex;height:100%;justify-content:center;width:100%}.ihabdevteam-core-scope .button__icon-svg svg{display:block;height:100%;width:100%}.ihabdevteam-core-scope .button__icon-svg svg,.ihabdevteam-core-scope .button__icon-svg svg *{fill:currentColor;stroke:currentColor}.ihabdevteam-core-scope .button .button__label{color:currentColor;color:var(--button-text-color,currentColor);min-height:20px;min-width:20px}.ihabdevteam-core-scope .button .button__icon,.ihabdevteam-core-scope .button .button__left,.ihabdevteam-core-scope .button .button__right{color:currentColor;color:var(--button-icon-color,currentColor)}.ihabdevteam-core-scope .button--align-left{justify-content:flex-start}.ihabdevteam-core-scope .button--align-center{justify-content:center}.ihabdevteam-core-scope .button--align-right{justify-content:flex-end}.ihabdevteam-core-scope .button--align-left .button__label{align-items:center;display:inline-flex;flex:1 1 auto}.ihabdevteam-core-scope .button--align-left .button__label-text{justify-content:flex-start;text-align:left}.ihabdevteam-core-scope .button--align-center .button__label{align-items:center;display:flex;flex:1 1 auto;justify-content:center;text-align:center}.ihabdevteam-core-scope .button--align-right .button__label{flex:1 1 auto;text-align:right}.ihabdevteam-core-scope .button--align-grid{justify-content:center}.ihabdevteam-core-scope .button--align-grid .button__label{display:grid;flex:1 1 auto;grid-auto-columns:1fr;grid-auto-flow:column;text-align:center}.ihabdevteam-core-scope .button.button--no-bg{background:transparent;border-color:transparent}.ihabdevteam-core-scope .button--variant-danger{--button-text-color:var(--color-error);--button-icon-color:var(--color-error);--button-subLabel-color:var(--color-error);background:var(--color-deepWhite);border:var(--button-border,1px solid var(--color-error))}.ihabdevteam-core-scope .button--variant-danger:focus-visible,.ihabdevteam-core-scope .button--variant-danger:hover{--button-text-color:var(--color-error);--button-icon-color:var(--color-error);--button-subLabel-color:var(--color-error);background:var(--color-error-a10);border-color:var(--color-error)}.ihabdevteam-core-scope .button--variant-danger.is-selected,.ihabdevteam-core-scope .button--variant-danger[aria-pressed=true]{--button-text-color:#fff;--button-icon-color:#fff;--button-subLabel-color:#fff;background:var(--color-error);border-color:var(--color-error)}.ihabdevteam-core-scope .button--variant-default{--button-text-color:var(--color-darkGray);--button-icon-color:var(--color-lightGray);--button-subLabel-color:var(--color-gray);background:var(--color-deepWhite);border:var(--button-border,1px solid var(--color-whiteLine))}.ihabdevteam-core-scope .button--variant-default:focus-visible,.ihabdevteam-core-scope .button--variant-default:hover{--button-text-color:var(--color-black);--button-icon-color:var(--color-main);--button-subLabel-color:var(--color-black);background:var(--color-white);border-color:var(--color-main)}.ihabdevteam-core-scope .button--variant-default.is-selected,.ihabdevteam-core-scope .button--variant-default[aria-pressed=true]{--button-text-color:#fff;--button-icon-color:#fff;--button-subLabel-color:#fff;background:var(--color-main);border-color:var(--color-main)}.ihabdevteam-core-scope .button--variant-main{--button-subLabel-color:var(--color-white-a80);background:var(--color-main);border:var(--button-border,1px solid var(--color-main));color:#fff}.ihabdevteam-core-scope .button--variant-main:focus-visible,.ihabdevteam-core-scope .button--variant-main:hover{--button-subLabel-color:var(--color-white-a80);background:var(--color-sub);border-color:var(--color-sub);color:#fff}.ihabdevteam-core-scope .button--variant-main.is-selected,.ihabdevteam-core-scope .button--variant-main[aria-pressed=true]{--button-subLabel-color:var(--color-white-a80);background:var(--color-sub);color:#fff}.ihabdevteam-core-scope .button--variant-sub{--button-subLabel-color:var(--color-white-a80);background:var(--color-primary,var(--color-sub));color:#fff}.ihabdevteam-core-scope .button--variant-sub:focus-visible,.ihabdevteam-core-scope .button--variant-sub:hover{--button-subLabel-color:var(--color-white-a80);background:var(--color-uiAccent);color:#fff}.ihabdevteam-core-scope .button--variant-transparent-white{--button-subLabel-color:var(--color-white-a60);background:transparent;border:var(--button-border,1px solid var(--color-white-a80));color:#fbfdff}.ihabdevteam-core-scope .button--variant-transparent-white:focus-visible,.ihabdevteam-core-scope .button--variant-transparent-white:hover{--button-subLabel-color:var(--color-white-a80);background:var(--color-white-a10);color:#fff}.ihabdevteam-core-scope .button--variant-transparent-white.is-selected,.ihabdevteam-core-scope .button--variant-transparent-white[aria-pressed=true]{--button-subLabel-color:var(--color-lightGray);background:var(--color-white);color:var(--color-main)}.ihabdevteam-core-scope .button--variant-transparent-gray{--button-subLabel-color:var(--color-gray-a60);background:transparent;border:var(--button-border,1px solid var(--color-gray-a80));color:var(--color-gray-a80)}.ihabdevteam-core-scope .button--variant-transparent-gray:focus-visible,.ihabdevteam-core-scope .button--variant-transparent-gray:hover{--button-subLabel-color:var(--color-gray-a60);background:var(--color-gray-a10);color:var(--color-gray)}.ihabdevteam-core-scope .button--variant-transparent-lightGray{--button-subLabel-color:var(--color-gray-a60);background:transparent;border:var(--button-border,1px solid var(--color-lightGray-a80));color:var(--color-gray)}.ihabdevteam-core-scope .button--variant-transparent-lightGray:focus-visible,.ihabdevteam-core-scope .button--variant-transparent-lightGray:hover{--button-subLabel-color:var(--color-gray-a60);background:var(--color-lightGray-a10);color:var(--color-deepGray)}.ihabdevteam-core-scope .button--variant-disabled{--button-subLabel-color:var(--color-disabled);background-color:transparent;border:var(--button-border,1px solid var(--color-whiteLine));color:var(--color-disabled)}.ihabdevteam-core-scope .button--variant-disabled .button__icon,.ihabdevteam-core-scope .button--variant-disabled .button__left,.ihabdevteam-core-scope .button--variant-disabled .button__right{color:var(--color-disabled)}.ihabdevteam-core-scope .button--variant-disabled-covered{background-color:var(--color-darkWhite);border:var(--button-border,1px solid var(--color-darkWhite));border-color:var(--color-whiteLine);color:transparent}.ihabdevteam-core-scope .button--variant-disabled-covered .button__icon,.ihabdevteam-core-scope .button--variant-disabled-covered .button__left,.ihabdevteam-core-scope .button--variant-disabled-covered .button__right{color:transparent}.ihabdevteam-core-scope .button--variant-disabled-faded,.ihabdevteam-core-scope .button--variant-disabled-invisibled{background:transparent}.ihabdevteam-core-scope .button--variant-disabled-faded .button__icon,.ihabdevteam-core-scope .button--variant-disabled-faded .button__left,.ihabdevteam-core-scope .button--variant-disabled-faded .button__right,.ihabdevteam-core-scope .button--variant-disabled-invisibled .button__icon,.ihabdevteam-core-scope .button--variant-disabled-invisibled .button__label,.ihabdevteam-core-scope .button--variant-disabled-invisibled .button__left,.ihabdevteam-core-scope .button--variant-disabled-invisibled .button__right{color:transparent}.ihabdevteam-core-scope .button:disabled,.ihabdevteam-core-scope .button[disabled]{cursor:default;pointer-events:none}.ihabdevteam-core-scope .button--shape-rounded{border-radius:8px!important;border-radius:var(--button-rounded-radius,8px)!important}.ihabdevteam-core-scope .button--shape-pill{border-radius:9999px!important}.ihabdevteam-core-scope .button72{--button-rounded-radius:18px;border-radius:36px;height:72px;justify-content:center}.ihabdevteam-core-scope .button72--bar{min-width:220px}.ihabdevteam-core-scope .button72--dot{padding:0;width:72px}.ihabdevteam-core-scope .button56{--button-rounded-radius:14px;border-radius:28px;height:56px;justify-content:center}.ihabdevteam-core-scope .button56--bar{min-width:190px}.ihabdevteam-core-scope .button56--dot{padding:0;width:56px}.ihabdevteam-core-scope .button52{--button-rounded-radius:13px;border-radius:26px;height:52px;justify-content:center}.ihabdevteam-core-scope .button52--bar{min-width:175px}.ihabdevteam-core-scope .button52--dot{padding:0;width:52px}.ihabdevteam-core-scope .button48{--button-rounded-radius:12px;border-radius:24px;height:48px;justify-content:center}.ihabdevteam-core-scope .button48--bar{min-width:160px}.ihabdevteam-core-scope .button48--dot{padding:0;width:48px}.ihabdevteam-core-scope .button40{--button-rounded-radius:10px;border-radius:20px;height:40px;justify-content:center}.ihabdevteam-core-scope .button40--bar{min-width:100px}.ihabdevteam-core-scope .button40--dot{padding:0;width:40px}.ihabdevteam-core-scope .button40 .button__icon,.ihabdevteam-core-scope .button40--bar .button__icon,.ihabdevteam-core-scope .button40--dot .button__icon{height:20px;width:20px}.ihabdevteam-core-scope .button32{--button-rounded-radius:8px;border-radius:16px;height:32px;justify-content:center}.ihabdevteam-core-scope .button32--bar{min-width:72px}.ihabdevteam-core-scope .button32--dot{padding:0;width:32px}.ihabdevteam-core-scope .button32 .button__icon,.ihabdevteam-core-scope .button32--bar .button__icon,.ihabdevteam-core-scope .button32--dot .button__icon{height:18px;width:18px}.ihabdevteam-core-scope .button28{--button-rounded-radius:7px;border-radius:14px;height:28px;justify-content:center}.ihabdevteam-core-scope .button28--bar{min-width:60px}.ihabdevteam-core-scope .button28--dot{padding:0;width:28px}.ihabdevteam-core-scope .button28 .button__icon,.ihabdevteam-core-scope .button28--bar .button__icon,.ihabdevteam-core-scope .button28--dot .button__icon{height:16px;width:16px}.ihabdevteam-core-scope .button24{--button-rounded-radius:6px;border-radius:12px;height:24px;justify-content:center}.ihabdevteam-core-scope .button24--bar{min-width:48px}.ihabdevteam-core-scope .button24--dot{padding:0;width:24px}.ihabdevteam-core-scope .button24 .button__icon,.ihabdevteam-core-scope .button24--bar .button__icon,.ihabdevteam-core-scope .button24--dot .button__icon{height:14px;width:14px}.ihabdevteam-core-scope .button-keyboard{border-radius:12px;height:32px;justify-content:center}.ihabdevteam-core-scope .button-keyboard--bar{min-width:32px;padding:0 12px}.ihabdevteam-core-scope .button-keyboard--dot{padding:0;width:32px}.ihabdevteam-core-scope .button-word{border-radius:12px;height:72px;justify-content:center;padding:0 16px}.ihabdevteam-core-scope .button-word--bar{min-width:120px}.ihabdevteam-core-scope .button-word--dot{padding:0;width:72px}@media (max-width:1024px){.ihabdevteam-core-scope .button56{--button-rounded-radius:13px;border-radius:25px;height:50px}.ihabdevteam-core-scope .button56--bar{min-width:170px}.ihabdevteam-core-scope .button56--dot{width:50px}.ihabdevteam-core-scope .button48{--button-rounded-radius:11px;border-radius:22px;height:44px}.ihabdevteam-core-scope .button48--bar{min-width:140px}.ihabdevteam-core-scope .button48--dot{width:44px}.ihabdevteam-core-scope .button40{--button-rounded-radius:9px;border-radius:18px;height:36px}.ihabdevteam-core-scope .button40--bar{min-width:88px}.ihabdevteam-core-scope .button40--dot{width:36px}.ihabdevteam-core-scope .button32{--button-rounded-radius:8px;border-radius:15px;height:30px}.ihabdevteam-core-scope .button32--bar{min-width:64px}.ihabdevteam-core-scope .button32--dot{width:30px}.ihabdevteam-core-scope .button24--bar{min-width:44px}}@media (max-width:768px){.ihabdevteam-core-scope .button56{--button-rounded-radius:12px;border-radius:23px;height:46px}.ihabdevteam-core-scope .button56--bar{min-width:150px}.ihabdevteam-core-scope .button56--dot{width:46px}.ihabdevteam-core-scope .button56 .button__icon,.ihabdevteam-core-scope .button56--bar .button__icon,.ihabdevteam-core-scope .button56--dot .button__icon{height:20px;width:20px}.ihabdevteam-core-scope .button48{--button-rounded-radius:10px;border-radius:20px;height:40px}.ihabdevteam-core-scope .button48--bar{min-width:120px}.ihabdevteam-core-scope .button48--dot{width:40px}.ihabdevteam-core-scope .button48 .button__icon,.ihabdevteam-core-scope .button48--bar .button__icon,.ihabdevteam-core-scope .button48--dot .button__icon{height:20px;width:20px}.ihabdevteam-core-scope .button40{--button-rounded-radius:8px;border-radius:17px;height:34px}.ihabdevteam-core-scope .button40--bar{min-width:80px}.ihabdevteam-core-scope .button40--dot{width:34px}.ihabdevteam-core-scope .button32{--button-rounded-radius:7px;border-radius:14px;height:28px}.ihabdevteam-core-scope .button32--bar{min-width:60px}.ihabdevteam-core-scope .button32--dot{width:28px}.ihabdevteam-core-scope .button24--bar{min-width:40px}}";Q(F5);var W5=".ihabdevteam-core-scope .tooltip-content{animation:tooltip-pop .2s cubic-bezier(.2,.9,.2,1) both;background-color:var(--color-white);border-radius:var(--radius-m);box-shadow:var(--shadow-tooltip);box-sizing:border-box;pointer-events:auto;position:absolute;transform-origin:left center;white-space:normal;will-change:transform,opacity;z-index:var(--z-tooltip)}.ihabdevteam-core-scope .tooltip-content--bordered{border:1px solid var(--color-whiteLine)}.ihabdevteam-core-scope .tooltip-content.tooltip-description,.ihabdevteam-core-scope .tooltip-content.tooltip-info,.ihabdevteam-core-scope .tooltip-content.tooltip-training{background:transparent;box-shadow:none}.ihabdevteam-core-scope .tooltip-content__header{align-items:center;color:var(--color-gray);display:flex;height:40px;padding:0 2px 10px}.ihabdevteam-core-scope .tooltip-content.is-closing{opacity:0;transition:opacity .2s ease,transform .2s ease}.ihabdevteam-core-scope .tooltip-content[data-placement=top]{transform:translateY(-6px)}.ihabdevteam-core-scope .tooltip-content[data-placement=bottom]{transform:translateY(6px)}.ihabdevteam-core-scope .tooltip-content[data-placement=left]{transform:translateX(-6px)}.ihabdevteam-core-scope .tooltip-content[data-placement=right]{transform:translateX(6px)}.ihabdevteam-core-scope .tooltip-content.is-closing[data-placement=top]{transform:translateY(-6px) scale(.98)}.ihabdevteam-core-scope .tooltip-content.is-closing[data-placement=bottom]{transform:translateY(6px) scale(.98)}.ihabdevteam-core-scope .tooltip-content.is-closing[data-placement=left]{transform:translateX(-6px) scale(.98)}.ihabdevteam-core-scope .tooltip-content.is-closing[data-placement=right]{transform:translateX(6px) scale(.98)}.ihabdevteam-core-scope .tooltip--hidden{display:none}@keyframes tooltip-pop{0%{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tooltip-fade-out{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.98)}}.ihabdevteam-core-scope .tooltip-backdrop{background:var(--color-popupBlock);inset:0;position:fixed;z-index:calc(var(--z-tooltip) - 1)}.ihabdevteam-core-scope .tooltip-portal{inset:0;position:fixed;z-index:var(--z-tooltip)}.ihabdevteam-core-scope .tooltip-content.is-mobile{left:50%!important;max-width:calc(100% - 40px)!important;top:50%!important;transform:translate(-50%,-50%)!important;visibility:visible!important;width:calc(100% - 40px)!important;z-index:var(--z-tooltip)!important}.ihabdevteam-core-scope .tooltip-content .tooltip-close{display:inline-flex;position:absolute;right:6px;top:6px;z-index:2}.ihabdevteam-core-scope .tooltip-content .tooltip-close .button{box-shadow:none}";Q(W5);function Ta(t){const{anchorRect:e,anchorEl:a,offset:o=20,edgeMargin:r=20,onClose:i,closeOnOutsideClick:s=!0,className:l="",role:u="dialog",ariaLabel:d="",children:h,backdrop:p=!1,isMobilePopup:m=!1,useBorder:g=!0,header:f}=t||{},b=c.useRef(null),[y,v]=c.useState({position:"fixed",left:0,top:-9999}),[x,_]=c.useState(!1),[C,T]=c.useState("bottom"),[w,S]=c.useState(!1),[D,A]=c.useState(!1),N=!e&&!a,O=c.useCallback((L=!1)=>{if(D&&m)return;const z=a?a.getBoundingClientRect():e;if(!z||!b.current)return;const te=b.current,{offsetWidth:J,offsetHeight:ae}=te,M=window.innerWidth,R=window.innerHeight,$=M-z.right,F=z.left,I=z.top,q=R-z.bottom;let P=0,H=0,V="top";if(I>=ae+o)V="top",H=z.top-o-ae,P=z.left+z.width/2-J/2;else if(q>=ae+o)V="bottom",H=z.bottom+o,P=z.left+z.width/2-J/2;else if($>=J+o)V="right",P=z.right+o,H=z.top+z.height/2-ae/2;else if(F>=J+o)V="left",P=z.left-o-J,H=z.top+z.height/2-ae/2;else{const he=Math.max(I,q,$,F);he===I?(V="top",H=z.top-o-ae,P=z.left+z.width/2-J/2):he===q?(V="bottom",H=z.bottom+o,P=z.left+z.width/2-J/2):he===$?(V="right",P=z.right+o,H=z.top+z.height/2-ae/2):(V="left",P=z.left-o-J,H=z.top+z.height/2-ae/2)}const U=Number(r)||8;P=Math.min(Math.max(P,U),M-J-U),H=Math.min(Math.max(H,U),R-ae-U);const ee=Math.round(P),pe=Math.round(H);L&&b.current?(b.current.style.left=`${ee}px`,b.current.style.top=`${pe}px`,b.current.dataset.placement=V):(T(V||C),v({position:"fixed",left:ee,top:pe}),S(!0))},[D,m,a,e,o,r,C]);c.useLayoutEffect(()=>{if(N)return;if(D&&m){v({position:"fixed",left:"50%",top:"50%",transform:"translate(-50%, -50%)",width:"calc(100% - 40px)",maxWidth:"calc(100% - 40px)"}),S(!0);return}O();const L=requestAnimationFrame(()=>O());return()=>cancelAnimationFrame(L)},[e,a,o,h,r,N,D,m,O]),c.useEffect(()=>{if(N||D&&m||!b.current||typeof ResizeObserver>"u")return;const L=new ResizeObserver(()=>{e&&O()});return L.observe(b.current),()=>L.disconnect()},[e,h,r,N,D,m,O]),c.useEffect(()=>{if(N||D&&m)return;const L=()=>O(!0);return window.addEventListener("resize",L),document.addEventListener("scroll",L,{passive:!0,capture:!0}),()=>{window.removeEventListener("resize",L),document.removeEventListener("scroll",L,{capture:!0})}},[e,o,h,r,N,D,m,O]),c.useEffect(()=>{if(typeof window>"u"||!window.matchMedia)return;const L=window.matchMedia("(max-width: 768px)"),z=()=>A(!!L.matches);z();try{L.addEventListener?L.addEventListener("change",z):L.addListener(z)}catch{try{L.addListener(z)}catch{}}return()=>{try{L.removeEventListener?L.removeEventListener("change",z):L.removeListener(z)}catch{}}},[]);const j=c.useRef(!1),k=c.useCallback((L=!1)=>{if(!(x||j.current)){if(j.current=!0,L){_(!0);try{i&&i()}catch{}return}_(!0),setTimeout(()=>{i&&i()},200)}},[x,i,_]);c.useEffect(()=>{const L=J=>{const ae=b.current;if(!ae)return;const M=J.target;if(M&&!ae.contains(M)){try{if(M.closest&&M.closest("[data-tooltip-ignore]"))return}catch{}s&&k(!0)}},z=J=>{const ae=b.current;if(!ae)return;const M=J.target;if(M&&!ae.contains(M)){try{if(M.closest&&M.closest("[data-tooltip-ignore]"))return}catch{}s&&k(!0)}},te=J=>{if(J.key==="Escape"){J.stopPropagation(),k();return}if(J.key==="Tab"){const ae=b.current;if(!ae)return;const M=ae.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');if(!M||M.length===0)return;const R=M[0],$=M[M.length-1],F=document.activeElement;J.shiftKey?F===R&&(J.preventDefault(),$.focus()):F===$&&(J.preventDefault(),R.focus())}};return document.addEventListener("pointerdown",L,!0),document.addEventListener("click",z,!0),document.addEventListener("keydown",te),()=>{document.removeEventListener("pointerdown",L,!0),document.removeEventListener("click",z,!0),document.removeEventListener("keydown",te)}},[i,s,k]),c.useEffect(()=>{const L=()=>{k(!0)};return typeof document<"u"&&document.addEventListener("speechear-close-tooltips",L),()=>{typeof document<"u"&&document.removeEventListener("speechear-close-tooltips",L)}},[k]);const E=n.jsxs("div",{ref:b,className:`tooltip-content ${g?"tooltip-content--bordered":""} ${x?"is-closing":""} ${l} ${D&&m?"is-mobile":""}`,role:u,"aria-label":d||void 0,style:N?{}:{...y,visibility:w?"visible":"hidden"},tabIndex:-1,"data-placement":C,"data-left":N?"":y.left,"data-top":N?"":y.top,"data-anchor-left":e?Math.round(e.left):"","data-anchor-top":e?Math.round(e.top):"","data-anchor-width":e?Math.round(e.width):"","data-anchor-height":e?Math.round(e.height):"",children:[f!=null&&n.jsx("div",{className:"tooltip-content__header h5",children:f}),h]});if(N||typeof document>"u")return E;if(p||D&&m){const L=n.jsxs("div",{className:"tooltip-portal",children:[n.jsx("div",{className:"tooltip-backdrop",onClick:()=>{s&&k(!0)}}),E]});return Yt.createPortal(L,document.body)}return Yt.createPortal(E,document.body)}var H5='.ihabdevteam-core-scope .tooltip-info__content{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-main);border-radius:var(--radius-m);box-shadow:var(--shadow-tooltip);color:var(--color-black);display:inline-flex;justify-content:center;line-height:1;overflow:hidden;padding:4px 12px;position:relative;text-align:center;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .tooltip-content.tooltip-info{pointer-events:none}.ihabdevteam-core-scope .tooltip-content.tooltip-info .tooltip-info__content{box-shadow:var(--shadow-tooltip)}.ihabdevteam-core-scope .tooltip-info[data-placement=bottom] .tooltip-info__content:after,.ihabdevteam-core-scope .tooltip-info[data-placement=top] .tooltip-info__content:after{content:"";height:0;margin:0;padding:0;position:absolute;width:0}';Q(H5);function Na(t){const{anchorRect:e,text:a,offset:o=8,onClose:r,className:i="",ariaLabel:s}=t||{};return a?n.jsx(Ta,{anchorRect:e,offset:o,onClose:r,closeOnOutsideClick:!1,className:`tooltip-info ${i}`,ariaLabel:s||a,children:n.jsx("div",{className:"tooltip-info__content body-3",children:a})}):null}var V5=".ihabdevteam-core-scope .tooltip-description__box{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-m);box-shadow:var(--shadow-tooltip);display:flex;flex-direction:column;gap:10px;max-width:640px;padding:16px 20px}.ihabdevteam-core-scope .tooltip-description__title{color:var(--color-black);margin:0}.ihabdevteam-core-scope .tooltip-description__items{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;margin:0;padding:0}.ihabdevteam-core-scope .tooltip-description__item{align-items:flex-start;color:var(--color-darkGray);display:flex;gap:var(--spacing-xs);margin:0}.ihabdevteam-core-scope .tooltip-description__index{color:var(--color-main);flex-shrink:0}.ihabdevteam-core-scope .tooltip-description__item--active{color:var(--color-main);font-weight:600}.ihabdevteam-core-scope .tooltip-description__item--active .tooltip-description__index{color:var(--color-main)}";Q(V5);function no(t){const{anchorRect:e,title:a,items:o,activeIndex:r=-1,showIndex:i=!0,onClose:s,offset:l=12}=t||{},u=Array.isArray(o)?o:o?[o]:[];return!u.length&&!a?null:n.jsx(Ta,{anchorRect:e,offset:l,onClose:s,closeOnOutsideClick:!0,useBorder:!1,className:"tooltip-description",children:n.jsxs("div",{className:"tooltip-description__box",children:[a&&n.jsx("span",{className:"tooltip-description__title body-2",children:a}),n.jsx("ol",{className:"tooltip-description__items",children:u.map((d,h)=>n.jsxs("li",{className:`tooltip-description__item body-3${h===r?" tooltip-description__item--active":""}`,children:[i&&u.length>1&&n.jsxs("span",{className:"tooltip-description__index button-1",children:[h+1,"."]}),n.jsx("span",{children:d})]},h))})]})})}function se(t){const{size:e=48,type:a,htmlType:o,href:r,target:i,rel:s,icon:l,rightIcon:u,label:d,count:h,subLabel:p,children:m,ariaLabel:g,variant:f="default",align:b="center",selected:y,toggleable:v=!1,disabled:x=!1,useLabel:_=!0,useBorder:C=!0,useBG:T=!0,useDisabledCovered:w=!1,useDisabledInvisible:S=!1,width:D,minWidth:A,onClick:N,onDisabledClick:O,showTooltipInfo:j=!1,tooltipInfoText:k=null,tooltipDescription:E=null,iconSize:L="medium",iconColor:z,shape:te="rounded",color:J,className:ae,...M}=t,R=typeof e=="string"&&isNaN(Number(e))?e.toLowerCase():String(Number(e)||48),$=R.match(/^\d+$/)?`button${R}`:`button-${R}`,F=Number(e),I=!isNaN(F)&&F<40?"button-2":"button-1",q=d??m,P=x||!!M.disabled,H=P?w?"disabled-covered":S?"disabled-invisibled":"disabled":f,V=H?`button--variant-${H}`:"",U=b?`button--align-${b}`:"",ee=te?`button--shape-${te}`:"",pe=typeof z=="string"&&z.startsWith("--")?`var(${z})`:z,he={...D?{width:typeof D=="number"?`${D}px`:D}:{},...A?{minWidth:typeof A=="number"?`${A}px`:A}:{},...C?{}:{"--button-border":P?"0":"1px solid transparent"},...pe?{"--button-icon-color":pe}:{},...J?{"--color-main":J}:{}},oe=_===!1?"":q,X=Array.isArray(oe)?oe.length>0:!!oe,de=!!u,Ce=a??(X||l||de?"bar":"dot"),Z=`${$}--${Ce}`,le=c.useRef(null),G=c.useRef(P),[ce,be]=c.useState(!!y),[De,Ie]=c.useState(!1),[We,He]=c.useState(null),$e=c.useCallback(()=>Ie(!1),[]);c.useEffect(()=>{(j||E)&&P&&De&&(Ie(!1),He(null))},[P,j,E,De]),c.useEffect(()=>{typeof y=="boolean"&&be(y)},[y]),c.useEffect(()=>{if(G.current&&!P&&le.current){const Pe=le.current;Pe.blur(),Pe.style.pointerEvents="none";const Xe=requestAnimationFrame(()=>{requestAnimationFrame(()=>{le.current&&(le.current.style.pointerEvents="")})});return()=>cancelAnimationFrame(Xe)}G.current=P},[P]);const rt=typeof y=="boolean"?!!y:ce,Oe=v||typeof y=="boolean"?rt?"true":"false":void 0,Ge=_e("button",$,Z,V,U,ee,rt?"is-selected":null,T?null:"button--no-bg",ae),Fe=`button__icon button__icon--${L}`,fe=Array.isArray(p)?p:p!==void 0?[p]:[],nt=()=>{if(Array.isArray(oe))return oe.map((Xe,et)=>{const Ct=fe[et];return n.jsxs("span",{className:`button__label-text${Ct!==void 0?" button__label-text--has-sub":""}`,children:[Xe,Ct!==void 0&&n.jsx("span",{className:"button__sub-label-text caption-1",children:Ct})]},et)});const Pe=p!==void 0;return n.jsxs("span",{className:`button__label-text${Pe?" button__label-text--has-sub":""}`,children:[oe,h!=null&&n.jsx("span",{className:"button__count",children:h}),Pe&&n.jsx("span",{className:"button__sub-label-text caption-1",children:p})]})},qe=Pe=>{P||(typeof M.onMouseLeave=="function"&&M.onMouseLeave(Pe),typeof y!="boolean"&&be(!1),Pe.currentTarget.blur())},Me=Pe=>{if(P){O?.(Pe);return}typeof y!="boolean"&&v&&be(Xe=>!Xe),N?.(Pe)},Ke=c.useCallback(()=>{!P&&(j||E)&&(Ie(!0),He(le.current?.getBoundingClientRect()??null))},[P,j,E]),Lt=c.useCallback(()=>{(j||E)&&(Ie(!1),He(null))},[j,E]),Ze={...M};delete Ze.disabled,delete Ze.className,delete Ze.faded,delete Ze.useFaded,delete Ze.loading,delete Ze.onMouseLeave,delete Ze.onPointerEnter,delete Ze.onPointerLeave,delete Ze.onFocus,delete Ze.onBlur,P&&(Object.keys(Ze).forEach(Pe=>{/^on[A-Z]/.test(Pe)&&typeof Ze[Pe]=="function"&&delete Ze[Pe]}),Ze["aria-disabled"]="true");const Ye=(typeof j=="string"?j:null)??(typeof k=="string"?k:null)??(typeof g=="string"?g:null)??(typeof q=="string"?q:null)??void 0,ht=typeof g=="string"?g:typeof q=="string"?q:Ye,Le=(Pe,Xe)=>n.jsx(Re,{icon:Pe,label:Xe??ht,className:Fe,imgClassName:"button__icon-img",maskClassName:"button__icon-mask",svgClassName:"button__icon-svg"}),ot=()=>Ce==="dot"?n.jsxs(n.Fragment,{children:[Le(l),X&&n.jsx("span",{className:`button__label ${I}`,children:nt()})]}):b==="center"&&l?n.jsxs(n.Fragment,{children:[n.jsxs("span",{className:"button__center-group",children:[n.jsx("span",{className:"button__left",children:Le(l)}),X&&n.jsx("span",{className:`button__label ${I}`,children:nt()})]}),de&&n.jsx("span",{className:"button__right",children:Le(u)})]}):n.jsxs(n.Fragment,{children:[l&&n.jsx("span",{className:"button__left",children:Le(l,g??q)}),X&&n.jsx("span",{className:`button__label ${I}`,children:nt()}),de&&n.jsx("span",{className:"button__right",children:Le(u)})]}),Qe=!!r&&!P;return n.jsxs(n.Fragment,{children:[n.jsx(Qe?"a":"button",{...Ze,ref:le,...Qe?{href:r,target:i,rel:s??(i==="_blank"?"noreferrer":void 0)}:{type:o,disabled:P&&!O},className:Ge,"aria-pressed":Oe,"aria-label":ht,"aria-disabled":Qe&&P?!0:void 0,style:he,onClick:Me,onMouseLeave:qe,onPointerEnter:Pe=>{Ke(),!P&&typeof M.onPointerEnter=="function"&&M.onPointerEnter(Pe)},onPointerLeave:Pe=>{Lt(),!P&&typeof M.onPointerLeave=="function"&&M.onPointerLeave(Pe)},onFocus:Pe=>{Ke(),!P&&typeof M.onFocus=="function"&&M.onFocus(Pe)},onBlur:Pe=>{qe(Pe),Lt(),!P&&typeof M.onBlur=="function"&&M.onBlur(Pe)},children:ot()}),De&&E?n.jsx(no,{anchorRect:We,title:E.title,items:E.items,onClose:$e}):De&&Ye?n.jsx(Na,{anchorRect:We,text:Ye,onClose:$e}):null]})}function dt(t,e,a){const o=c.useRef(null);return c.useLayoutEffect(()=>{const r=o.current?.parentElement??null;return e(r,t),()=>a(r)},[t,e,a]),o}var G5=".ihabdevteam-core-scope .promo-banner-bg{border-radius:inherit;inset:0;pointer-events:none;position:absolute}";Q(G5);var q5=".ihabdevteam-core-scope .promo-banner-bg-main{background:linear-gradient(45deg,var(--color-main),var(--color-sub))}";Q(q5);const So={title:"--promo-banner-bg-title",description:"--promo-banner-bg-description"},Fs=new WeakMap;function Ws(t){if(t)return Fs.get(t)}function Bt(t,e){t&&(t.style.setProperty(So.title,e.title),t.style.setProperty(So.description,e.description),Fs.set(t,e))}function Et(t){t&&(t.style.removeProperty(So.title),t.style.removeProperty(So.description),Fs.delete(t))}const Hs={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"default"};function Vs(){const t=dt(Hs,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-main","aria-hidden":"true"})}var U5=".ihabdevteam-core-scope .promo-banner-bg-soft{background:var(--color-main-a10)}";Q(U5);const Gs={title:"var(--color-main)",description:"var(--color-gray)",actionVariant:"main"};function qs(){const t=dt(Gs,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-soft","aria-hidden":"true"})}var Y5=".ihabdevteam-core-scope .promo-banner-bg-sub{background:var(--color-sub)}";Q(Y5);const Us={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function Ys(){const t=dt(Us,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-sub","aria-hidden":"true"})}var K5=".ihabdevteam-core-scope .promo-banner-bg-deep{background:linear-gradient(135deg,var(--color-darkMain),var(--color-darkSub))}";Q(K5);const Ks={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function Zs(){const t=dt(Ks,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-deep","aria-hidden":"true"})}var Z5=".ihabdevteam-core-scope .promo-banner-bg-soft-sub{background:var(--color-sub-a10)}";Q(Z5);const Xs={title:"var(--color-darkSub)",description:"var(--color-gray)",actionVariant:"main"};function Js(){const t=dt(Xs,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-soft-sub","aria-hidden":"true"})}var X5=".ihabdevteam-core-scope .promo-banner-bg-warm{background:var(--color-warn)}";Q(X5);const Qs={title:"var(--color-black)",description:"var(--color-darkGray)",actionVariant:"main"};function el(){const t=dt(Qs,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-warm","aria-hidden":"true"})}var J5=".ihabdevteam-core-scope .promo-banner-bg-dark{background:var(--color-lightBlack)}";Q(J5);const tl={title:"var(--color-white)",description:"var(--color-lightGray)",actionVariant:"main"};function al(){const t=dt(tl,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-dark","aria-hidden":"true"})}var Q5=".ihabdevteam-core-scope .promo-banner-bg-radial{background:radial-gradient(circle at 15% 20%,var(--color-main) 0,var(--color-sub) 100%)}";Q(Q5);const ol={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function rl(){const t=dt(ol,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-radial","aria-hidden":"true"})}var e3=".ihabdevteam-core-scope .promo-banner-bg-diagonal{background-color:var(--color-lightMain);background-image:repeating-linear-gradient(45deg,var(--color-main-a10) 0,var(--color-main-a10) 10px,transparent 10px,transparent 20px)}";Q(e3);const nl={title:"var(--color-darkMain)",description:"var(--color-gray)",actionVariant:"main"};function il(){const t=dt(nl,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-diagonal","aria-hidden":"true"})}var t3=".ihabdevteam-core-scope .promo-banner-bg-dots{background-color:var(--color-lightSub);background-image:radial-gradient(var(--color-sub-a10) 2px,transparent 2px);background-size:14px 14px}";Q(t3);const sl={title:"var(--color-darkSub)",description:"var(--color-gray)",actionVariant:"main"};function ll(){const t=dt(sl,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-dots","aria-hidden":"true"})}var a3=".ihabdevteam-core-scope .promo-banner-bg-outline{background:var(--color-white);border:1px solid var(--color-whiteLine);box-sizing:border-box}.ihabdevteam-core-scope .promo-banner-bg-outline__dot{background:linear-gradient(45deg,var(--color-main),var(--color-sub));border-radius:50%;bottom:-40px;height:140px;opacity:.12;position:absolute;right:-40px;width:140px}";Q(a3);const cl={title:"var(--color-black)",description:"var(--color-gray)",actionVariant:"main"};function dl(){const t=dt(cl,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-outline","aria-hidden":"true",children:n.jsx("span",{className:"promo-banner-bg-outline__dot"})})}var o3=".ihabdevteam-core-scope .promo-banner-bg-success{background:var(--color-success)}";Q(o3);const ul={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function pl(){const t=dt(ul,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-success","aria-hidden":"true"})}var r3=".ihabdevteam-core-scope .promo-banner-bg-naver{background:linear-gradient(90deg,#03c75a 0,var(--color-main) 100%)}";Q(r3);const hl={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"sub"};function ml(){const t=dt(hl,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-naver","aria-hidden":"true"})}var n3=".ihabdevteam-core-scope .promo-banner-bg-instagram{background:linear-gradient(45deg,#f9ce34,#ee2a7b 50%,#6228d7)}";Q(n3);const gl={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"transparent-white"};function bl(){const t=dt(gl,Bt,Et);return n.jsx("div",{ref:t,className:"promo-banner-bg promo-banner-bg-instagram","aria-hidden":"true"})}const wh=[{key:"main",label:"\uBA54\uC778 \uADF8\uB77C\uB514\uC5B8\uD2B8",textTone:"light"},{key:"soft",label:"\uC18C\uD504\uD2B8",textTone:"dark"},{key:"sub",label:"\uC11C\uBE0C \uCEEC\uB7EC",textTone:"light"},{key:"deep",label:"\uB525 \uADF8\uB77C\uB514\uC5B8\uD2B8",textTone:"light"},{key:"softSub",label:"\uC18C\uD504\uD2B8 \uC11C\uBE0C",textTone:"dark"},{key:"warm",label:"\uC6DC(\uAC15\uC870)",textTone:"dark"},{key:"dark",label:"\uB2E4\uD06C",textTone:"light"},{key:"radial",label:"\uBC29\uC0AC\uD615 \uADF8\uB77C\uB514\uC5B8\uD2B8",textTone:"light"},{key:"diagonal",label:"\uB300\uAC01\uC120 \uD328\uD134",textTone:"dark"},{key:"dots",label:"\uB3C4\uD2B8 \uD328\uD134",textTone:"dark"},{key:"outline",label:"\uC544\uC6C3\uB77C\uC778",textTone:"dark"},{key:"success",label:"\uC131\uACF5/\uC644\uB8CC",textTone:"light"},{key:"naver",label:"\uB124\uC774\uBC84 \uBE14\uB85C\uADF8 \uC548\uB0B4",textTone:"light"},{key:"instagram",label:"\uC778\uC2A4\uD0C0\uADF8\uB7A8 \uC548\uB0B4",textTone:"light"}],fl={main:Vs,soft:qs,sub:Ys,deep:Zs,softSub:Js,warm:el,dark:al,radial:rl,diagonal:il,dots:ll,outline:dl,success:pl,naver:ml,instagram:bl};function gn({storageKey:t="fontScale",baseFont:e=20,minScale:a=.8,maxScale:o=1.4,step:r=.1,lineHeightRatio:i=1.4}={}){const s=y=>Math.max(a,Math.min(o,Number(y))),[l,u]=c.useState(()=>{try{const y=localStorage.getItem(t),v=y?Number(y):1;return Number.isFinite(v)?v:1}catch{return 1}});c.useEffect(()=>{try{localStorage.setItem(t,String(l))}catch{}},[t,l]);const d=y=>{u(typeof y=="function"?v=>s(y(v)):s(y))},h=()=>d(y=>+(y+r).toFixed(6)),p=()=>d(y=>+(y-r).toFixed(6)),m=l<o-Number.EPSILON,g=l>a+Number.EPSILON,f=Math.round(e*l),b=Math.round(f*i);return{scale:l,setScale:d,increase:h,decrease:p,canIncrease:m,canDecrease:g,fontSize:f,lineHeight:b}}const bn=c.createContext(null);function i3(t){return/max-width:\s*7[0-9][0-9]px/.test(t)}function ra(t){const e=c.useContext(bn),a=i=>typeof window>"u"||!window.matchMedia?!1:window.matchMedia(i).matches,[o,r]=c.useState(a(t));return c.useEffect(()=>{if(typeof window>"u"||!window.matchMedia)return;const i=window.matchMedia(t),s=u=>r(u.matches),l=i;return l.addEventListener?l.addEventListener("change",s):l.addListener&&l.addListener(s),r(i.matches),()=>{l.removeEventListener?l.removeEventListener("change",s):l.removeListener&&l.removeListener(s)}},[t]),e&&typeof e.mobile=="boolean"&&i3(t)?e.mobile:o}function kh(t){const e=c.useRef(t);return c.useEffect(()=>{e.current=t}),e}function br(t,e){const a=kh(e);c.useEffect(()=>{const o=()=>a.current();try{window.addEventListener(t,o)}catch{}return()=>{try{window.removeEventListener(t,o)}catch{}}},[t,a])}const vl=" \xB7 ",Sh=(()=>{if(typeof document>"u")return"";const t=document.title;return t.includes(vl)?t.split(vl).pop()??t:t})(),yl=c.createContext(!1);function xl(t){const e=c.useContext(yl);c.useEffect(()=>{if(e||typeof t!="string"||!t)return;const a=document.title;return document.title=Sh?`${t}${vl}${Sh}`:t,()=>{document.title=a}},[t,e])}function Ah(){const{t}=ge();return c.useCallback(e=>{if(!e)return"";const a=new Date(e).getTime();if(Number.isNaN(a))return"";const o=Math.floor((Date.now()-a)/864e5);return o<=0?t("myHomework.relativeDay.today","\uC624\uB298"):o===1?t("myHomework.relativeDay.yesterday","\uC5B4\uC81C"):t("myHomework.relativeDay.daysAgo",{n:o})},[t])}function Th(t){const[e,a]=c.useState({current:"",next:"",confirm:""}),[o,r]=c.useState(null),[i,s]=c.useState(!1),l=c.useRef(null);c.useEffect(()=>()=>{l.current!==null&&clearTimeout(l.current)},[]);const u=c.useCallback(()=>{a({current:"",next:"",confirm:""}),r(null)},[]),d=c.useCallback(async()=>{if(!e.current){r({type:"error",text:"\uD604\uC7AC \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD558\uC138\uC694."});return}if(!e.next){r({type:"error",text:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uB97C \uC785\uB825\uD558\uC138\uC694."});return}if(e.next!==e.confirm){r({type:"error",text:"\uC0C8 \uBE44\uBC00\uBC88\uD638\uAC00 \uC77C\uCE58\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4."});return}s(!0);const h=t?await t(e.current,e.next):null;if(s(!1),h){r({type:"error",text:h});return}r({type:"success",text:"\uBE44\uBC00\uBC88\uD638\uAC00 \uBCC0\uACBD\uB418\uC5C8\uC2B5\uB2C8\uB2E4."}),a({current:"",next:"",confirm:""}),l.current!==null&&clearTimeout(l.current),l.current=setTimeout(()=>r(null),1500)},[e,t]);return{pw:e,setPw:a,pwMsg:o,setPwMsg:r,pwLoading:i,handleChangePw:d,reset:u}}const Cl=[{id:"wordData",labelKey:"settings.cache.group.wordData.label",subKey:"settings.cache.group.wordData.sub",keys:["word_data_cache","word_data_version"]},{id:"pairIndex",labelKey:"settings.cache.group.pairIndex.label",subKey:"settings.cache.group.pairIndex.sub",keys:["word_pair_index_v2","word_pair_index_sig_v2"]},{id:"imageCache",labelKey:"settings.cache.group.imageCache.label",subKey:"settings.cache.group.imageCache.sub",keys:["word_image_existence_map_v1"]}];function _l(t){return t.reduce((e,a)=>{try{const o=localStorage.getItem(a);return e+(o?new Blob([o]).size:0)}catch{return e}},0)}function Nh(t){return t===0?"0 B":t<1024?`${t} B`:t<1024*1024?`${(t/1024).toFixed(1)} KB`:t<1024*1024*1024?`${(t/(1024*1024)).toFixed(2)} MB`:`${(t/(1024*1024*1024)).toFixed(2)} GB`}function Bh(t){const{t:e}=ge(),[a,o]=c.useState({}),[r,i]=c.useState(null),[s,l]=c.useState(null),[u,d]=c.useState(null),h=c.useCallback(()=>{const m={};Cl.forEach(g=>{m[g.id]=_l([...g.keys])}),o(m),typeof navigator<"u"&&navigator.storage?.estimate&&navigator.storage.estimate().then(g=>{d({usage:g.usage??0,quota:g.quota??0})}).catch(()=>{})},[]);c.useEffect(()=>{h()},[h]);const p=c.useCallback(async m=>{i(m);try{m==="wordData"?(localStorage.removeItem("word_data_cache"),localStorage.removeItem("word_data_version")):m==="pairIndex"?Oi():m==="imageCache"&&Ti(),h(),t?.(e("settings.cache.cleared","\uCE90\uC2DC\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4."))}finally{i(null)}},[h,t,e]);return{cacheSizes:a,clearingId:r,confirmCacheId:s,setConfirmCacheId:l,storageEstimate:u,refreshCacheSizes:h,handleClearCache:p}}function Eh(t){const[e,a]=c.useState(null),[o,r]=c.useState(null),i=c.useCallback(()=>{const s=Qa();if(s){const u=Object.values(s),d=u.filter(h=>h.cho.length+h.jung.length+h.jong.length>0).length;a({matched:d,total:u.length})}else a(null);const l=Hr();r(l?{exists:l.exists,total:l.total}:null)},[]);return c.useEffect(()=>{i();const s=setTimeout(i,1e3);return()=>clearTimeout(s)},[t,i]),{pairStats:e,imgStats:o,setPairStats:a,setImgStats:r,refreshStats:i}}function Dh(t,e=[]){const[a,o]=c.useState(e),[r,i]=c.useState(null),[s,l]=c.useState(!1),[u,d]=c.useState(t),h=c.useRef(s);c.useEffect(()=>{h.current=s});const p=c.useRef(null);c.useEffect(()=>{if(h.current)return;const v=p.current;v!==null&&v.length===e.length&&v.every((x,_)=>x===e[_])||(p.current=e,o(e))},[e]);const m=c.useCallback(v=>{i(v),l(!1),d({...v})},[]),g=c.useCallback(()=>l(!0),[]),f=c.useCallback(()=>l(!1),[]),b=c.useCallback((v,x)=>{o(v),i(x),l(!1)},[]),y=c.useCallback(v=>{o(x=>x.filter(_=>_!==v)),i(null)},[]);return{list:a,setList:o,selected:r,setSelected:i,isEditing:s,setIsEditing:l,editForm:u,setEditForm:d,openDetail:m,startEditing:g,cancelEditing:f,commitEdit:b,remove:y}}const Ao=()=>{const t=new Date;return{year:String(t.getFullYear()),month:String(t.getMonth()+1).padStart(2,"0"),day:String(t.getDate()).padStart(2,"0")}},s3={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function Lh(t=[]){const{list:e,setList:a,selected:o,setSelected:r,isEditing:i,setIsEditing:s,editForm:l,setEditForm:u,openDetail:d,commitEdit:h}=Dh(s3,t),{year:p,month:m,day:g}=Ao(),[f,b]=c.useState({year:p,month:m,day:g,hour:"09",minute:"00",memo:""});return{visitHistory:e,visitForm:f,setVisitForm:b,setVisit:y=>v=>b(x=>({...x,[y]:v})),selectedVisit:o,setSelectedVisit:r,isEditingVisit:i,setIsEditingVisit:s,editVisitForm:l,setEditVisitForm:u,openVisitDetail:d,handleVisitSave:y=>{a(C=>[f,...C]);const{year:v,month:x,day:_}=Ao();b({year:v,month:x,day:_,hour:"09",minute:"00",memo:""}),y?.()},handleVisitEditSave:()=>{h(y=>y.map(v=>v===o?l:v),l)},addVisit:y=>{a(v=>[y,...v])},removeVisit:y=>{a(v=>v.filter(x=>x!==y))},revertVisitEdit:(y,v)=>{a(x=>x.map(_=>_===v?y:_)),r(x=>x===v?y:x)}}}const jh=t=>`${t.year.padStart(4,"0")}-${t.month.padStart(2,"0")}-${t.day.padStart(2,"0")} ${t.hour.padStart(2,"0")}:${t.minute.padStart(2,"0")}`,fn=t=>[...t].sort((e,a)=>{const o=jh(e),r=jh(a);return o<r?-1:o>r?1:0}),l3={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function Mh(t,e=[]){const a=c.useMemo(()=>fn(e),[e]),{list:o,setList:r,selected:i,setSelected:s,isEditing:l,setIsEditing:u,editForm:d,setEditForm:h,openDetail:p,commitEdit:m,remove:g}=Dh(l3,a),[f,b]=c.useState([]),{year:y,month:v,day:x}=Ao(),[_,C]=c.useState({year:y,month:v,day:x,hour:"09",minute:"00",memo:""}),T=E=>L=>C(z=>({...z,[E]:L})),w=E=>{r(J=>fn([...J,_]));const{year:L,month:z,day:te}=Ao();C({year:L,month:z,day:te,hour:"09",minute:"00",memo:""}),E?.()},S=()=>{m(E=>fn(E.map(L=>L===i?d:L)),d)},D=c.useCallback(E=>{g(E)},[g]),A=c.useCallback(E=>{t({year:E.year,month:E.month,day:E.day,hour:E.hour,minute:E.minute,memo:E.memo}),g(E)},[t,g]),N=c.useCallback(E=>{r(L=>L.filter(z=>z!==E)),b(L=>[E,...L]),s(null)},[r,s]),O=c.useCallback(E=>{r(L=>fn([...L,E]))},[r]),j=c.useCallback(E=>{r(L=>L.filter(z=>z!==E))},[r]),k=c.useCallback((E,L)=>{r(z=>z.map(te=>te===L?E:te)),s(z=>z===L?E:z)},[r,s]);return{scheduleList:o,noShowList:f,addSchedule:O,removeSchedule:j,revertScheduleEdit:k,scheduleForm:_,setScheduleForm:C,setSchedule:T,selectedSchedule:i,setSelectedSchedule:s,isEditingSchedule:l,setIsEditingSchedule:u,editScheduleForm:d,setEditScheduleForm:h,openScheduleDetail:p,handleScheduleSave:w,handleScheduleEditSave:S,handleScheduleDelete:D,handleScheduleToVisit:A,handleScheduleNoVisit:N}}const wl=[{value:"10",label:"10\uAC1C\uC529 \uBCF4\uAE30"},{value:"25",label:"25\uAC1C\uC529 \uBCF4\uAE30"},{value:"50",label:"50\uAC1C\uC529 \uBCF4\uAE30"},{value:"100",label:"100\uAC1C\uC529 \uBCF4\uAE30"}];function Ph(t){const[e,a]=c.useState(""),[o,r]=c.useState("25"),[i,s]=c.useState("all"),[l,u]=c.useState(1),d=c.useMemo(()=>t.filter(({item:m,status:g})=>!(e&&!m.memo.includes(e)||i!=="all"&&g!==i)),[t,e,i]),h=Math.max(1,Math.ceil(d.length/Number(o))),p=c.useMemo(()=>{const m=Math.min(l,h);return d.slice((m-1)*Number(o),m*Number(o))},[d,l,o,h]);return{vapSearch:e,setVapSearch:a,vapPageSize:o,setVapPageSize:r,vapStatus:i,setVapStatus:s,vapPage:l,setVapPage:u,vapFiltered:d,vapTotal:h,vapPageItems:p}}function kl(t,e){const{t:a}=ge(),[o,r]=c.useState("25"),[i,s]=c.useState(1),[l,u]=c.useState(e);l!==e&&(u(e),i!==1&&s(1));const d=c.useMemo(()=>wl.map(g=>({...g,label:a("visits.showN",{n:g.value})})),[a]),h=c.useCallback(g=>{r(g),s(1)},[]),p=Math.max(1,Math.ceil(t.length/Number(o))),m=Math.min(i,p);return{pageRows:c.useMemo(()=>t.slice((m-1)*Number(o),m*Number(o)),[t,m,o]),pageSizeProps:{options:d,value:o,onChange:h},paginationProps:{page:m,total:p,onChange:s},setPage:s}}function Sl(){const[t,e]=c.useState(null),a=c.useCallback(r=>{e(i=>i?.key===r?{key:r,asc:!i.asc}:{key:r,asc:!0})},[]),o=c.useCallback((r,i)=>({label:r,sortDir:t?.key===i?t.asc?"asc":"desc":null,onClick:()=>a(i)}),[t,a]);return{\uC815\uB82C:t,\uCE78:o}}function Rh(){const[t,e]=c.useState(!1),[a,o]=c.useState("\uC88C"),[r,i]=c.useState({\uC88C:null,\uC6B0:null}),[s,l]=c.useState({\uC88C:[],\uC6B0:[]}),[u,d]=c.useState(!1),[h,p]=c.useState("\uC88C"),m=c.useCallback(f=>{const b=f.direction;i(y=>({...y,[b]:f})),l(y=>({...y,[b]:[f,...y[b]]})),e(!1)},[]),g=c.useCallback(f=>{const b=f.direction;i(y=>({...y,[b]:f})),d(!1)},[]);return{showDevice:t,setShowDevice:e,deviceDirection:a,setDeviceDirection:o,devices:r,setDevices:i,deviceHistory:s,setDeviceHistory:l,showDeviceList:u,setShowDeviceList:d,listForSide:h,setListForSide:p,handleDeviceSubmit:m,handleSelectFromList:g}}const Dt="\uC804\uCCB4";function To(){const[t,e]=c.useState(null),a=c.useCallback(i=>e(i.getBoundingClientRect()),[]),o=c.useCallback(()=>e(null),[]),r=c.useCallback(i=>{const s=i.getBoundingClientRect();e(l=>l?null:s)},[]);return{anchorRect:t,isOpen:t!=null,openAt:a,close:o,toggleAt:r}}function $h(t){const[e,a]=c.useState(null),[o,r]=c.useState(null),i=c.useRef(null);c.useEffect(()=>()=>{i.current&&clearTimeout(i.current)},[]);const s=c.useCallback((u,d)=>{i.current&&clearTimeout(i.current),i.current=setTimeout(()=>{a(u),r(d)},t)},[t]),l=c.useCallback(()=>{i.current&&clearTimeout(i.current),a(null),r(null)},[]);return{payload:e,anchorRect:o,openAfterDelay:s,close:l}}function No({title:t,items:e}){const{t:a}=ge(),{anchorRect:o,openAt:r,close:i}=To();return n.jsxs(n.Fragment,{children:[n.jsx(se,{size:24,type:"dot",icon:"info",variant:"transparent-gray",useBorder:!1,selected:!!o,ariaLabel:a("common.info","\uC124\uBA85"),onPointerEnter:s=>r(s.currentTarget),onPointerLeave:i,onFocus:s=>r(s.currentTarget),onBlur:i}),o&&n.jsx(no,{title:t,items:e,showIndex:e.length>1,anchorRect:o,onClose:i})]})}function Al(){const{t}=ge();return c.useMemo(()=>({difficulty:t("wordSearch.filter.difficulty","\uB4F1\uAE09"),syllables:t("wordSearch.filter.syllables","\uC74C\uC808 \uC218"),syllable5plus:t("wordSearch.filter.syllable5plus","5\uC74C\uC808 \uC774\uC0C1"),partOfSpeech:t("wordSearch.filter.partOfSpeech","\uD488\uC0AC"),wordType:t("wordSearch.filter.wordType","\uC720\uD615"),posMap:{[t("wordSearch.filter.pos.noun","\uCCB4\uC5B8(\uBA85\uC0AC, \uC218\uC0AC)")]:["\uBA85","\uC218"],[t("wordSearch.filter.pos.verb","\uC6A9\uC5B8(\uB3D9\uC0AC, \uD615\uC6A9\uC0AC)")]:["\uB3D9","\uD615"],[t("wordSearch.filter.pos.modifier","\uC218\uC2DD\uC5B8(\uBD80\uC0AC, \uAD00\uD615\uC0AC)")]:["\uBD80","\uAD00"]},typeMap:{[t("wordSearch.filter.type.native","\uACE0\uC720\uC5B4")]:"\uACE0\uC720",[t("wordSearch.filter.type.sino","\uD55C\uC790\uC5B4")]:"\uD55C\uC790",[t("wordSearch.filter.type.foreign","\uC678\uB798\uC5B4")]:"\uC678\uB798",[t("wordSearch.filter.type.mixed","\uD63C\uC885\uC5B4")]:"\uD63C\uC885"}}),[t])}function Tl(t,e,a){return{label:e.difficulty,items:[1,2,3,4].map(o=>t("wordSearch.filter.grade",{n:o})),multiple:!0,allOption:!0,allLabel:a?.allLabel,labelAction:a?.labelAction}}function Nl(t){return{label:t.partOfSpeech,items:Object.keys(t.posMap),multiple:!0,allOption:!0}}function Bl(t){return{label:t.wordType,items:Object.keys(t.typeMap),multiple:!0,allOption:!0}}function Ih(t,e){return{label:e.syllables,items:[t("wordSearch.filter.syllable",{n:1}),t("wordSearch.filter.syllable",{n:2}),t("wordSearch.filter.syllable",{n:3}),t("wordSearch.filter.syllable",{n:4}),e.syllable5plus],multiple:!0,allOption:!0}}function Oh(t,e){const a=[t("wordPairs.filter.onlyHasImage","\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC")];return e?.includeStructure&&a.push(t("wordPairs.filter.onlySameStructure","\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC")),{label:t("wordPairs.filter.selectLabel","\uC120\uD0DD"),items:a,multiple:!0,labelAction:e?.labelAction}}function zh(t,e){const{label:a,headValue:o,midValue:r,tailValue:i,includeMid:s=!0,headDisabled:l,midDisabled:u,tailDisabled:d,allOptionDisabled:h,groupLabel:p,labelAction:m}=e;return{label:a,...p?{groupLabel:p}:{},...m?{labelAction:m}:{},allOption:!0,allLabel:t("wordSearch.filter.positionAny",{defaultValue:"\uBB34\uAD00"}),...h?{allOptionDisabled:h}:{},items:[{value:o,displayLabel:t("wordSearch.filter.positionHead",{defaultValue:"\uC5B4\uB450"}),disabled:l},...s?[{value:r,displayLabel:t("wordSearch.filter.positionMid",{defaultValue:"\uC5B4\uC911"}),disabled:u}]:[],{value:i,displayLabel:t("wordSearch.filter.positionTail",{defaultValue:"\uC5B4\uB9D0"}),disabled:d}]}}function Fh(t,e,a){if(e===Dt){const{[a]:i,...s}=t;return s}const o=t[a]??[],r=o.includes(e)?o.filter(i=>i!==e):[...o,e];if(r.length===0){const{[a]:i,...s}=t;return s}return{...t,[a]:r}}Object.fromEntries(Object.entries(V4).map(([t,{nucleus:e}])=>[t,e]));const c3={\uACE0\uC720\uC5B4:"\uACE0\uC720",\uD55C\uC790\uC5B4:"\uD55C\uC790",\uC678\uB798\uC5B4:"\uC678\uB798",\uD63C\uC885\uC5B4:"\uD63C\uC885"},d3={"\uCCB4\uC5B8(\uBA85\uC0AC,\uC218\uC0AC)":["\uBA85","\uC218"],"\uC6A9\uC5B8(\uB3D9\uC0AC,\uD615\uC6A9\uC0AC)":["\uB3D9","\uD615"],"\uC218\uC2DD\uC5B8(\uBD80\uC0AC,\uAD00\uD615\uC0AC)":["\uBD80","\uAD00"]},u3={difficulty:"\uB09C\uC774\uB3C4 \uB4F1\uAE09",syllables:"\uC74C\uC808 \uC218",syllable5plus:"5\uC74C\uC808 \uC774\uC0C1",partOfSpeech:"\uD488\uC0AC",wordType:"\uC720\uD615",posMap:d3,typeMap:c3};function p3(t,e,a=u3){const o=e[a.difficulty];if(o?.length&&!o.some(l=>t.grade===l.replace(/\D/g,"")))return!1;const r=e[a.syllables];if(r?.length){const l=t.syllables??0;if(!r.some(u=>u===a.syllable5plus?l>=5:l===parseInt(u)))return!1}const i=e[a.partOfSpeech];if(i?.length&&!i.flatMap(l=>a.posMap[l]??[l]).some(l=>(t.pos??"").includes(l)))return!1;const s=e[a.wordType];return!(s?.length&&!s.some(l=>t.wordType===a.typeMap[l]))}const Ba=(t,e)=>e.map(a=>({jamos:[a],tooltip:t})),kt=(t,e)=>({jamos:[...t],tooltip:e}),El={cho:[Ba("\uC591\uC21C\uC74C",["\u3142","\u3143","\u314D","\u3141"]),Ba("\uCE58\uC870\uC74C",["\u3137","\u3138","\u314C","\u3134","\u3139"]),Ba("\uCE58\uC870\uC74C",["\u3145","\u3146"]),Ba("\uACBD\uAD6C\uAC1C\uC74C",["\u3148","\u3149","\u314A"]),Ba("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3132","\u314B"]),Ba("\uC131\uBB38\uC74C",["\u314E"])],jung:[[kt("\u3163","\uC804\uC124 \uACE0\uBAA8\uC74C"),kt("\u315F","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 w\uD65C\uC74C"),kt("\u3162","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 \u0270\uD65C\uC74C")],[kt("\u3161","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uD3C9\uC21C")],[kt("\u315C","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C"),kt("\u3160","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[kt("\u3154\u3150","\uC804\uC124 \uC911\uBAA8\uC74C"),kt("\u3156\u3152","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 j\uD65C\uC74C"),kt("\u3159\u315A\u315E","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 w\uD65C\uC74C")],[kt("\u3153","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C"),kt("\u3155","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 j\uD65C\uC74C"),kt("\u315D","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 w\uD65C\uC74C")],[kt("\u3157","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C"),kt("\u315B","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[kt("\u314F","\uC800\uBAA8\uC74C"),kt("\u3151","\uC800\uBAA8\uC74C \xB7 j\uD65C\uC74C"),kt("\u3158","\uC800\uBAA8\uC74C \xB7 w\uD65C\uC74C")]],jong:[Ba("\uC591\uC21C\uC74C",["\u3142","\u3141"]),Ba("\uCE58\uC870\uC74C",["\u3137","\u3134","\u3139"]),Ba("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3147"])]},h3=[...Ue],m3=[...pt],g3=vt.filter(t=>t!==""),fa=t=>t===na?[]:Array.from(t),na="__NO_CODA__",Wh=[1,2,3,4],ia=5,b3=12,Hh="SYL_",Dl=t=>`${Hh}${t}`,f3=t=>Number(t.slice(Hh.length));function vn(t){return t>=ia?Array.from({length:b3-ia+1},(e,a)=>ia+a):[t]}const Vh={cho:h3,jung:m3,jong:g3},Ll=t=>t.map(e=>e.map(({jamos:a,tooltip:o})=>({v:a.join(""),tooltip:o}))),jl={cho:Ll(El.cho),jung:Ll(El.jung),jong:Ll(El.jong)},Gh={};jl.jung.flat().forEach(({v:t})=>{for(const e of fa(t))Gh[e]=t});const v3=new Set(jl.cho.flat().map(t=>t.v));function Ml(t,e){return t==="cho"?v3.has(e)?e:null:t==="jung"?Gh[e]??e:Qr(e)}function Pl(t,e,a){if(t==="jung"){const o=fa(e);return a&&o.includes(a)?a:o[0]??e}return e}function Rl(t,e,a){const o=(r,i)=>i?r==="jong"&&i===na?na:e==="pron"?Ml(r,i):Pl(r,i,r==="jung"?a:null):null;return{...t,cho:o("cho",t.cho),jung:o("jung",t.jung),jong:o("jong",t.jong)}}const yn={cho:null,jung:null,jong:null,syllable:null},y3="wt_filter",qh=t=>`wt_filter_${t}`;function x3(t){try{const e=localStorage.getItem(qh(t))??localStorage.getItem(y3);if(e)return JSON.parse(e)}catch{}return null}function C3(t){const e=t;return e?.composition?{cho:e.composition.cho??null,jung:e.composition.jung??null,jong:e.composition.jong??null,syllable:e.composition.syllable??null}:e?.choseong?{...yn,cho:e.choseong}:yn}function Uh(t,e,a){const{t:o,i18n:r}=ge(),[i]=c.useState(()=>a?.resetOnMount?null:x3(t)),s=i?.contrastCount,l=typeof s=="number"&&Number.isFinite(s)?s:1,[u,d]=c.useState(Math.min(5,Math.max(1,l))),[h,p]=c.useState(i?.phonemeView==="pron"?"pron":i?.phonemeView==="direct"?"direct":"char"),[m,g]=c.useState(()=>C3(i)),f=c.useCallback(()=>e.requireSyllable?{cho:"\u3131",jung:"\u314F",jong:na,syllable:e.fixedSyllable??null}:{cho:null,jung:null,jong:e.fixedNoCoda?na:null,syllable:e.fixedSyllable??null},[e.requireSyllable,e.fixedSyllable,e.fixedNoCoda]);c.useEffect(()=>{!e.requireSyllable&&e.fixedSyllable==null&&!e.fixedNoCoda||g(Z=>Z.cho||Z.jung||Z.syllable!=null||Z.jong?Z:f())},[]);const b=c.useMemo(()=>yt(m.cho)||yt(m.jung)||yt(m.jong)?"count":"random",[m.cho,m.jung,m.jong]),y=c.useRef(h==="char"?m.jung:null);c.useEffect(()=>{h==="char"&&(y.current=m.jung)},[h,m.jung]);const[v,x]=c.useState(a?.resetOnMount?!!a?.defaultImageOnly:i?.excludeNoImage??!0),[_,C]=c.useState(a?.resetOnMount?!1:i?.sameStructureOnly??!0),[T,w]=c.useState(Array.isArray(i?.gradeFilter)?i.gradeFilter:[]),[S,D]=c.useState(Array.isArray(i?.posFilter)?i.posFilter:[]),[A,N]=c.useState(Array.isArray(i?.wordTypeFilter)?i.wordTypeFilter:[]),O=c.useRef(a?.resetKey);c.useEffect(()=>{O.current!==a?.resetKey&&(O.current=a?.resetKey,g(f()),x(!1),C(!1),w([]),D([]),N([]),d(1))},[a?.resetKey]);const j=Al(),[k,E]=c.useState({cho:new Set,jung:new Set,jong:new Set,syllable:new Set}),[L,z]=c.useState(!1),[te,J]=c.useState(null),ae=1,M=Math.max(1,[m.cho,m.jung,m.jong].filter(Boolean).length);c.useEffect(()=>{u<M&&d(M)},[M,u]),c.useEffect(()=>{if(!a?.resetOnMount)try{localStorage.setItem(qh(t),JSON.stringify({contrastCount:u,composition:m,excludeNoImage:v,sameStructureOnly:_,phonemeView:h,gradeFilter:T,posFilter:S,wordTypeFilter:A}))}catch{}},[a?.resetOnMount,t,u,m,v,_,h,T,S,A]);const[R,$]=c.useState(0);br("wordpool:update",()=>$(Z=>Z+1));const F=c.useRef(r.language);c.useEffect(()=>{F.current!==r.language&&(F.current=r.language,$(Z=>Z+1))},[r.language]),c.useEffect(()=>{if(!e.choseong)return;let Z=!1;return M5({difficulty:b,excludeNoImage:v}).then(le=>{Z||(E(le),le.cho.size+le.jung.size+le.jong.size>0&&z(!0))}).catch(()=>{Z||E({cho:new Set,jung:new Set,jong:new Set,syllable:new Set})}),()=>{Z=!0}},[e.choseong,b,v,R]),c.useEffect(()=>{let Z=!1;const le=m,G=le.cho?fa(le.cho):null,ce=le.jung?fa(le.jung):null,be=le.jong===na,De=be?null:le.jong?fa(le.jong):null,Ie=le.syllable!=null?vn(le.syllable):null,We=!!(G||ce||De||be||Ie);return j5({difficulty:e.difficulty?b:null,contrastCount:e.difficulty?u:1,composition:e.choseong&&We?{cho:G,jung:ce,jong:De,jongNone:be,syllable:Ie}:null,excludeNoImage:v,sameStructureOnly:_,phonemeView:h==="pron"?"pron":"char",grade:T.length>0?T:null}).then(He=>{Z||J(He)}).catch(()=>{Z||J(null)}),()=>{Z=!0}},[e.choseong,e.difficulty,b,u,m,h,v,_,R,T]),c.useEffect(()=>{L&&g(Z=>{const le={...Z};let G=!1;return["cho","jung","jong"].forEach(ce=>{const be=Z[ce];!be||be===na||fa(be).some(De=>k[ce].has(De))||(le[ce]=null,G=!0)}),Z.syllable!=null&&e.fixedSyllable==null&&(Z.syllable>=ia?[...k.syllable].some(ce=>ce>=ia)||(le.syllable=null,G=!0):(!k.syllable.has(Z.syllable)||Z.syllable<ae)&&(le.syllable=null,G=!0)),G?le:Z})},[k,L,ae,e.fixedSyllable]);const I=c.useMemo(()=>{const Z=le=>{const G=new Set;for(const ce of Vh[le])k[le].has(ce)&&G.add(ce);return G};return{cho:Z("cho"),jung:Z("jung"),jong:Z("jong")}},[k]),q=c.useMemo(()=>({exact:new Set(Wh.filter(Z=>k.syllable.has(Z))),min:[...k.syllable].some(Z=>Z>=ia)}),[k]),P=c.useMemo(()=>({diffPhonemeCount:o("training.contrast.diffPhonemeCount",{defaultValue:"\uB2E4\uB978 \uC74C\uC18C\uC758 \uCD1D \uAC2F\uC218"}),composition:o("wordPairs.composition","\uC815\uB2F5 \uB2E8\uC5B4 \uAD6C\uC131"),syllableCount:o("wordPairs.syllableCount","\uC74C\uC808 \uC218"),onset:o("wordPairs.onset","\uCD08\uC131"),vowel:o("wordPairs.vowel","\uBAA8\uC74C"),coda:o("wordPairs.coda","\uC885\uC131"),phonemeGroup:o("training.filter.phonemeGroup",{defaultValue:"\uD6C8\uB828 \uC74C\uC808"}),trainOnset:o("training.filter.trainOnset",{defaultValue:"\uCD08\uC131"}),trainVowel:o("training.filter.trainVowel",{defaultValue:"\uBAA8\uC74C"}),trainCoda:o("training.filter.trainCoda",{defaultValue:"\uC885\uC131"}),random:o("training.filter.random","\uBB34\uC791\uC704"),exclude:o("wordSearch.filter.exclude","\uC81C\uC678"),selectLabel:o("training.filter.selectSection",{defaultValue:"\uC120\uD0DD"}),none:o("common.none","\uC5C6\uC74C"),noImage:o("wordSearch.filter.excludeNoImage","\uC774\uBBF8\uC9C0 \uC5C6\uC74C"),excludeImage:o("training.filter.excludeImage",{defaultValue:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC"}),sameStructure:o("training.filter.sameStructure",{defaultValue:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC"}),noLimit:o("training.filter.noLimit",{defaultValue:"\uBB34\uAD00"}),codaExclude:o("training.filter.codaExclude",{defaultValue:"\uC81C\uC678"}),gradeLabel:o("training.filter.gradeLabel",{defaultValue:"\uB09C\uC774\uB3C4 \uB4F1\uAE09"})}),[o]),H=c.useMemo(()=>({[P.trainOnset]:"cho",[P.trainVowel]:"jung",[P.trainCoda]:"jong"}),[P]),V=c.useCallback((Z,le)=>c.createElement(No,{title:le,items:Z}),[]),U=c.useMemo(()=>[o("training.filter.excludeImageInfo",{defaultValue:"\uC774\uBBF8\uC9C0 \uC788\uB294 \uB2E8\uC5B4\uB9CC: \uB2E8\uC5B4 \uC911\uC5D0 \uC774\uBBF8\uC9C0\uAC00 \uC788\uB294 \uB2E8\uC5B4\uB9CC \uACB0\uACFC\uC5D0 \uBCF4\uC5EC\uC90D\uB2C8\uB2E4."}),o("training.filter.sameStructureInfo",{defaultValue:"\uC74C\uC18C \uAD6C\uC870 \uAC19\uC740 \uB2E8\uC5B4\uB9CC: \uC815\uB2F5\uACFC \uC624\uB2F5\uC758 \uC74C\uC808 \uAD6C\uC870(\uAE00\uC790 \uC218\xB7\uBC1B\uCE68 \uC720\uBB34 \uB4F1)\uAC00 \uAC19\uC740 \uACB0\uACFC\uB9CC \uB0A8\uACA8\uC694."})],[o]),ee=c.useMemo(()=>{const Z=[];if(e.choseong){const le={value:na,displayLabel:P.codaExclude},G=e.fixedNoCoda===!0,ce=(be,De)=>{const Ie=G&&be==="jong",We={label:De,groupLabel:P.phonemeGroup,allOption:!e.requireSyllable,allLabel:P.noLimit,allOptionDisabled:Ie};if(h==="pron"){const $e=jl[be].map(rt=>rt.map(({v:Oe,tooltip:Ge})=>{const Fe=fa(Oe),fe=Ie||!Fe.some(nt=>k[be].has(nt));return Fe.length>1?{value:Oe,labels:Fe,tooltip:Ge,disabled:fe}:{value:Oe,tooltip:Ge,disabled:fe}}));return be==="jong"&&!e.requireCoda&&$e.unshift([le]),{...We,groups:$e}}const He=Vh[be].map($e=>!Ie&&I[be].has($e)?$e:{value:$e,disabled:!0});return{...We,items:be==="jong"&&!e.requireCoda?[le,...He]:He}};Z.push(ce("cho",P.trainOnset)),Z.push(ce("jung",P.trainVowel)),Z.push(ce("jong",P.trainCoda))}if(Z.push({...Tl(o,j,{labelAction:V([o("wordPairs.filter.difficultyInfo",{defaultValue:"\uAD6D\uB9BD\uAD6D\uC5B4\uC6D0\uC758 \uAE30\uCD08 \uC5B4\uD718 \uB4F1\uAE09\uC774 \uACB0\uACFC\uC5D0 \uBC18\uC601\uB429\uB2C8\uB2E4."})])}),label:P.gradeLabel}),e.partOfSpeech&&Z.push(Nl(j)),e.wordType&&Z.push(Bl(j)),e.choseong||e.fixedSyllable!=null){const le=e.fixedSyllable;Z.push({label:P.syllableCount,items:[...Wh.map(G=>({value:Dl(G),displayLabel:o("wordPairs.syllableN",{n:G,defaultValue:"{{n}}\uC74C\uC808"}),disabled:le!=null?G!==le:!q.exact.has(G)||G<ae})),{value:Dl(ia),displayLabel:o("wordPairs.syllableNPlus",{n:ia,defaultValue:"{{n}}\uC74C\uC808 \uC774\uC0C1"}),disabled:le!=null?ia!==le:!q.min}],allOption:!0,allOptionDisabled:le!=null})}return e.choseong?Z.push({label:P.exclude,displayLabel:P.selectLabel,multiple:!0,items:[P.excludeImage,P.sameStructure],labelAction:V(U)}):Z.push({label:P.exclude,displayLabel:P.selectLabel,multiple:!0,items:[P.excludeImage],labelAction:V([U[0]])}),Z},[e.choseong,e.partOfSpeech,e.wordType,e.requireSyllable,e.fixedSyllable,e.fixedNoCoda,e.requireCoda,ae,I,k,h,q,P,o,V,U,j]),pe={...e.difficulty?{[P.diffPhonemeCount]:String(u)}:{},...(e.choseong||e.fixedSyllable!=null)&&m.syllable!=null?{[P.syllableCount]:Dl(m.syllable)}:{},...e.choseong&&m.cho?{[P.trainOnset]:m.cho}:{},...e.choseong&&m.jung?{[P.trainVowel]:m.jung}:{},...e.choseong&&m.jong?{[P.trainCoda]:m.jong}:{},[P.exclude]:[...v?[P.excludeImage]:[],..._?[P.sameStructure]:[]],[P.gradeLabel]:T.map(Z=>o("wordSearch.filter.grade",{n:Number(Z),defaultValue:"{{n}}\uB4F1\uAE09"})),...e.partOfSpeech?{[j.partOfSpeech]:S}:{},...e.wordType?{[j.wordType]:A}:{}},he=c.useCallback((Z,le)=>{if(le===P.diffPhonemeCount){const G=Number(Z);G>=1&&d(G)}else if(le===P.exclude)Z===P.excludeImage?x(G=>!G):Z===P.sameStructure&&C(G=>!G);else if(le===P.syllableCount)g(G=>{if(!Z||Z===Dt)return{...G,syllable:null};const ce=f3(Z);return{...G,syllable:G.syllable===ce?null:ce}});else if(le===P.gradeLabel){if(!Z||Z===Dt){w([]);return}const G=Z.replace(/\D/g,"");w(ce=>ce.includes(G)?ce.filter(be=>be!==G):[...ce,G])}else if(le===j.partOfSpeech){if(!Z||Z===Dt){D([]);return}D(G=>G.includes(Z)?G.filter(ce=>ce!==Z):[...G,Z])}else if(le===j.wordType){if(!Z||Z===Dt){N([]);return}N(G=>G.includes(Z)?G.filter(ce=>ce!==Z):[...G,Z])}else{const G=H[le];if(!G)return;g(ce=>e.requireSyllable?Z&&Z!==Dt?{...ce,[G]:Z}:ce:!Z||Z===Dt||ce[G]===Z?{...ce,[G]:null}:{...ce,[G]:Z})}},[P,H,j,e.requireSyllable]),oe=c.useCallback(Z=>!e.partOfSpeech&&!e.wordType?!0:p3(Z,{...e.partOfSpeech?{[j.partOfSpeech]:S}:{},...e.wordType?{[j.wordType]:A}:{}},j),[e.partOfSpeech,e.wordType,S,A,j]),X=c.useCallback(Z=>{Z!==h&&(Z!=="direct"&&h!=="direct"&&g(le=>Rl(le,Z,y.current)),p(Z))},[h]),de=c.useCallback(()=>({composition:m,contrastCount:u,excludeNoImage:v,sameStructureOnly:_,phonemeView:h,gradeFilter:T}),[m,u,v,_,h,T]),Ce=c.useCallback(Z=>{g(Z.composition),d(Z.contrastCount),x(Z.excludeNoImage),C(Z.sameStructureOnly??!0),p(Z.phonemeView),w(Array.isArray(Z.gradeFilter)?Z.gradeFilter:[])},[]);return{difficulty:b,contrastCount:u,composition:m,choseong:m.cho,excludeNoImage:v,sameStructureOnly:_,gradeFilter:T,posFilter:S,wordTypeFilter:A,matchesWordAttributes:oe,poolVersion:R,filterSections:ee,filterSelected:pe,handleFilterSelect:he,phonemeView:h,setPhonemeView:X,phonemeGroupLabel:P.phonemeGroup,wordCount:te,getFilterSnapshot:de,restoreFilterSnapshot:Ce}}function _3(t){const e=l=>l?fa(l):null,a=e(t.cho),o=e(t.jung),r=t.jong===na,i=r?null:e(t.jong),s=t.syllable!=null?vn(t.syllable):null;return!a&&!o&&!i&&!r&&!s?null:{cho:a,jung:o,jong:i,jongNone:r,syllable:s}}function Yh(t,e,a,o,r,i,s=!0,l="char",u=[]){const[d,h]=c.useState({}),[p,m]=c.useState(!1),{cho:g=null,jung:f=null,jong:b=null,syllable:y=null}=o??{};return c.useEffect(()=>{i>0&&L5(r).catch(()=>{})},[i,r]),c.useEffect(()=>{let v=!1;return m(!0),(async()=>{const x=_3({cho:g,jung:f,jong:b,syllable:y}),_=u.length>0?u.slice().sort().join(","):"",C=`${g??""}_${f??""}_${b??""}_${y??""}_${_}`,T={};await Promise.all(t.map(async w=>{const S=Co[w.key];try{const D=await ch(w.key,{difficulty:S.difficulty?e:null,contrastCount:S.difficulty?a:1,composition:S.choseong?x:null,count:5,excludeNoImage:r,sameStructureOnly:s,phonemeView:l,grade:u.length>0?u:null});D&&D.length>0?T[w.key]={id:`wt-${w.key}-${e}-${C}-${Date.now()}`,name:w.label,training_type:w.key,category_main_code:"WORD",iconColor:w.color,subTitle:w.subTitle,items:D,itemCount:D.length}:T[w.key]={id:`wt-${w.key}-empty`,name:w.label,training_type:w.key,category_main_code:"WORD",iconColor:w.color,subTitle:w.subTitle,items:[],itemCount:0,__empty:!0}}catch{T[w.key]=null}})),v||(h(T),m(!1))})(),()=>{v=!0}},[e,a,g,f,b,y,r,s,l,i,u]),{perTypeData:d,generating:p}}function w3(t){let e=2166136261;for(let a=0;a<t.length;a++)e^=t.charCodeAt(a),e=Math.imul(e,16777619);return e>>>0}function k3(t){let e=t>>>0;return()=>{e|=0,e=e+1831565813|0;let a=Math.imul(e^e>>>15,1|e);return a=a+Math.imul(a^a>>>7,61|a)^a,((a^a>>>14)>>>0)/4294967296}}const xn=ea;function $l(t,e){const a=e?k3(w3(e)):Math.random;return{LISTEN_IN_NOISE:xn(Oa,Math.max(0,t.LISTEN_IN_NOISE||0),a),SHORT_STORY:xn(za,Math.max(0,t.SHORT_STORY||0),a),LONG_STORY:xn(Fa,Math.max(0,t.LONG_STORY||0),a),ORDERING_SENTENCE:xn(Wa,Math.max(0,t.ORDERING_SENTENCE||0),a)}}function Kh(t){return t?!!(t.LISTEN_IN_NOISE?.length||t.SHORT_STORY?.length||t.LONG_STORY?.length||t.ORDERING_SENTENCE?.length):!1}const S3={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};function Zh(t=!1,e=S3,a){const o=Aa(Date.now()),r=Aa(Date.now()-864e5),i=`${a??""}|${o}`,s=`${a??""}|${r}`;return Oa.length>0||za.length>0||Fa.length>0||Wa.length>0?{today:$l(e,i),yesterday:$l(e,s)}:{today:$l(e,i),yesterday:null}}function Xh(t){const e=c.useRef({LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),a=c.useRef(null),[o,r]=c.useState(!1),[i,s]=c.useState(!1);c.useEffect(()=>{let u=!1,d,h=0;const p=40,m=()=>{d!==void 0&&(clearInterval(d),d=void 0)};let g=!1;try{const y=new URLSearchParams(window.location.search),v=y.get("forceRefresh")||y.get("force");g=v==="1"||v==="true"}catch{}const f=y=>{e.current=y.today,a.current=y.yesterday,r(!0),u=!0,m()},b=async()=>{if(u)return;if(!g){const v=Zh(!1,void 0,t);if(Kh(v.today)){f(v);return}}try{await $s(3e3)}catch{}if(u)return;const y=Zh(g,void 0,t);if(Kh(y.today)){f(y);return}++h>=p&&(r(!0),u=!0,m())};return b(),d=setInterval(b,250),()=>{u=!0,m()}},[t]);const l=c.useCallback(u=>{const d=i?a.current:e.current,h=i?e.current:a.current;return d?.[u]?.length?d[u]:h?.[u]?.length?h[u]:void 0},[i]);return{loaded:o,showYesterday:i,setShowYesterday:s,getTrainingPerType:l}}const Bo=[];let Cn=!1;function Jh(t){if(t.key!=="Escape"||t.defaultPrevented)return;const e=Bo[Bo.length-1];e&&(t.stopPropagation(),e())}function Il(t){return Bo.push(t),!Cn&&typeof document<"u"&&(document.addEventListener("keydown",Jh),Cn=!0),()=>{const e=Bo.lastIndexOf(t);e>=0&&Bo.splice(e,1),Bo.length===0&&Cn&&typeof document<"u"&&(document.removeEventListener("keydown",Jh),Cn=!1)}}function Qh(t,e=!0){const a=kh(t);c.useEffect(()=>{if(e)return Il(()=>{a.current?.()})},[e,a])}const _n=(t,e)=>`${t}:${e??1}`,Ol=new Map;function em(t,e){const[a,o]=c.useState(0),r=t.map(i=>_n(i.word,i.homonum)).join("|");return c.useEffect(()=>{const i=(r?r.split("|"):[]).filter(u=>!Ol.has(u));if(i.length===0)return;let s=!1;const l=Array.from(new Set(i.map(u=>u.slice(0,u.lastIndexOf(":")))));return e(l).then(u=>{if(!(s||u.length===0)){for(const d of u)d.Meaning&&Ol.set(_n(d.Word,d.Homonum??void 0),d.Meaning);o(d=>d+1)}}),()=>{s=!0}},[r,e]),c.useMemo(()=>{const i=r?r.split("|"):[],s=new Map;for(const l of i){const u=Ol.get(l);u!=null&&s.set(l,u)}return s},[r,a])}function tm(t,e,a){const o=Number.isFinite(e)&&e>=1?Math.floor(e):1,r=Math.max(1,Math.ceil(t.length/o)),i=Number.isFinite(a)?Math.min(Math.max(1,Math.floor(a)),r):1;return{pageItems:c.useMemo(()=>t.slice((i-1)*o,i*o),[t,i,o]),totalPages:r,curPage:i}}function wn(t="warning"){const[e,a]=c.useState(""),[o,r]=c.useState(t),[i,s]=c.useState(0),l=c.useCallback((p,m)=>{r(m),a(p),s(g=>g+1)},[]),u=c.useCallback(p=>l(p,"warning"),[l]),d=c.useCallback(p=>l(p,"normal"),[l]),h=c.useCallback(()=>a(""),[]);return{toastMessage:e,toastType:o,toastKey:i,showToast:l,showWarning:u,showNormal:d,clearToast:h}}const fr={blue:"#60A5FA",green:"#4ADE80",amber:"#FBBF24",purple:"#A78BFA",pink:"#F472B6"},vr=fr.blue,kn=fr.green,yr=fr.amber,Sn=fr.purple,A3=fr.pink,T3=[{key:"discrimination",label:"\uBCC0\uBCC4\uD6C8\uB828",disc:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0, \uB610\uB294 \uD2B9\uC815 \uC18C\uB9AC\uB97C \uAD6C\uBCC4\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"ear",types:[{key:"SAME_SOUND_PICK",label:"\uAC19\uC740 \uC18C\uB9AC \uACE0\uB974\uAE30",icon:"volume-2",color:vr,subTitle:"\uB4E4\uC740 \uC18C\uB9AC\uC640 \uAC19\uC740 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},{key:"SAME_OR_DIFF",label:"\uAC19\uC740\uC9C0 \uB2E4\uB978\uC9C0 \uB9DE\uD788\uAE30",icon:"diff",color:vr,subTitle:"\uB450 \uC18C\uB9AC\uAC00 \uAC19\uC740\uC9C0, \uB2E4\uB978\uC9C0 \uAD6C\uBD84\uD558\uC138\uC694."},{key:"HEAR_AND_PICK_SAME",label:"\uC77C\uCE58\uD558\uB294 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",icon:"headphones",color:vr,subTitle:"\uB4E4\uC740 \uC18C\uB9AC\uC758 \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},{key:"HEAR_AND_PICK_INCLUDED",label:"\uD55C \uC74C\uC808 \uD3EC\uD568 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",icon:"scan-search",color:vr,subTitle:"\uB4E4\uC740 \uC74C\uC808\uC774 \uD3EC\uD568\uB41C \uB2E8\uC5B4 \uCE74\uB4DC\uB97C \uACE0\uB974\uC138\uC694."},{key:"STARTS_WITH_SAME_SOUND",label:"\uCCAB \uC74C\uC808\uC774 \uAC19\uC740 \uB2E8\uC5B4 \uB9DE\uD788\uAE30",icon:"play-circle",color:vr,subTitle:"\uB4E4\uC740 \uB2E8\uC5B4\uC640 \uAC19\uC740 \uC18C\uB9AC\uB85C \uC2DC\uC791\uD558\uB294 \uB2E8\uC5B4\uB97C \uACE0\uB974\uC138\uC694."}]},{key:"synthesis",label:"\uD569\uC131\uD6C8\uB828",disc:"\uB450 \uAC1C \uC774\uC0C1\uC758 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uD569\uCCD0 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"git-merge",types:[{key:"MERGE_2_SYLLABLES",label:"\uC74C\uC808 2\uAC1C \uD569\uCE58\uAE30",icon:"link-2",color:kn,subTitle:"\uB450 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},{key:"MERGE_3_SYLLABLES",label:"\uC74C\uC808 3\uAC1C \uD569\uCE58\uAE30",icon:"git-merge",color:kn,subTitle:"\uC138 \uC74C\uC808\uC744 \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},{key:"MERGE_2_PHONEMES",label:"\uC74C\uC18C 2\uAC1C \uD569\uCE58\uAE30",icon:"combine",color:kn,subTitle:"\uB450 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"MERGE_3_PHONEMES",label:"\uC74C\uC18C 3\uAC1C \uD569\uCE58\uAE30",icon:"braces",color:kn,subTitle:"\uC138 \uC74C\uC18C\uB97C \uD569\uCE58\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"}]},{key:"deletion",label:"\uD0C8\uB77D\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC5D0\uC11C \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uC81C\uAC70\uD588\uC744 \uB54C \uB0A8\uB294 \uC18C\uB9AC\uB97C \uC778\uC2DD\uD558\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"scissors",types:[{key:"DROP_1_FROM_2SYLL",label:"2\uC74C\uC808\uC5D0\uC11C 1\uC74C\uC808 \uD0C8\uB77D",icon:"scissors",color:yr,subTitle:"2\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"DROP_1_FROM_3SYLL",label:"3\uC74C\uC808\uC5D0\uC11C 1\uC74C\uC808 \uD0C8\uB77D",icon:"minus-circle",color:yr,subTitle:"3\uC74C\uC808 \uB2E8\uC5B4\uC5D0\uC11C \uD55C \uC74C\uC808\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"DROP_PART_FROM_COMPOUND",label:"\uD569\uC131\uC5B4\uC5D0\uC11C \uBD80\uBD84\uD0C8\uB77D",icon:"unlink",color:yr,subTitle:"\uD569\uC131\uC5B4\uC758 \uC77C\uBD80\uB97C \uBE7C\uBA74 \uC5B4\uB5A4 \uB2E8\uC5B4\uAC00 \uB420\uAE4C\uC694?"},{key:"DROP_FINAL_CONSONANT_FROM_1SYLL",label:"1\uC74C\uC808\uC5D0\uC11C \uBC1B\uCE68 \uD0C8\uB77D",icon:"eraser",color:yr,subTitle:"\uBC1B\uCE68\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB420\uAE4C\uC694?"},{key:"REMOVE_CONSONANT_AND_IDENTIFY_PHONEME",label:"1\uC74C\uC808\uC5D0\uC11C \uC790\uC74C \uD0C8\uB77D",icon:"audio-lines",color:yr,subTitle:"\uC790\uC74C\uC744 \uBE7C\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB0A8\uC744\uAE4C\uC694?"}]},{key:"substitution",label:"\uB300\uCE58\uD6C8\uB828",disc:"\uB2E8\uC5B4\uC758 \uC77C\uBD80 \uC74C\uC808\uC774\uB098 \uC74C\uC18C\uB97C \uBC14\uAFB8\uC5B4 \uC0C8\uB85C\uC6B4 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uB294 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"replace",types:[{key:"CHANGE_1_SYLL_IN_2SYLL",label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",icon:"replace",color:Sn,subTitle:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},{key:"CHANGE_1_SYLL_IN_3SYLL",label:"3\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC808 \uBC14\uAFB8\uAE30",icon:"shuffle",color:Sn,subTitle:"3\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC808\uC744 \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."},{key:"CHANGE_1_PHONEME_IN_1SYLL",label:"1\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",icon:"arrow-right-left",color:Sn,subTitle:"1\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uC18C\uB9AC\uB97C \uB9CC\uB4DC\uC138\uC694."},{key:"CHANGE_1_PHONEME_IN_2SYLL",label:"2\uC74C\uC808\uC5D0\uC11C \uD55C \uC74C\uC18C \uBC14\uAFB8\uAE30",icon:"flip-horizontal",color:Sn,subTitle:"2\uC74C\uC808 \uB2E8\uC5B4\uC758 \uD55C \uC74C\uC18C\uB97C \uBC14\uAFD4 \uC0C8 \uB2E8\uC5B4\uB97C \uB9CC\uB4DC\uC138\uC694."}]},{key:"attention",label:"\uCCAD\uAC01\uC801\uC8FC\uC758\uB825\uD6C8\uB828",disc:"\uC5EC\uB7EC \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uC21C\uC11C\uB97C \uAE30\uC5B5\uD558\uB294 \uC8FC\uC758\uB825\uACFC \uB2E8\uAE30 \uAE30\uC5B5 \uD6C8\uB828\uC785\uB2C8\uB2E4.",icon:"list-ordered",types:[{key:"LISTEN_AND_REMEMBER_ORDER",label:"\uB4E3\uACE0 \uC21C\uC11C\uB300\uB85C \uAE30\uC5B5\uD558\uAE30",icon:"list-ordered",color:A3,subTitle:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694."}]}];function am(){const{t}=ge();return c.useMemo(()=>{const e=Object.fromEntries(l5(t).map(o=>[o.key,o.label])),a={...e};return T3.flatMap(o=>o.types).forEach(o=>{a[o.key]=t(`trainingType.${o.key}.label`,{defaultValue:o.label})}),{sentence:e,all:a}},[t])}var N3=Object.freeze({__proto__:null,CACHE_GROUPS:Cl,DocumentTitleSuppressContext:yl,EMPTY_COMPOSITION:yn,MediaQueryOverrideContext:bn,NO_CODA:na,SYLLABLE_MIN:ia,VAP_PAGE_SIZE_OPTIONS:wl,buildGradeSection:Tl,buildPartOfSpeechSection:Nl,buildPositionSection:zh,buildSelectSection:Oh,buildSyllableSection:Ih,buildWordTypeSection:Bl,charToPronValue:Ml,convertComposition:Rl,fmtBytes:Nh,lsBytes:_l,meaningKey:_n,pronToCharValue:Pl,syllableToFilter:vn,today:Ao,toggleAttributeFilter:Fh,useCacheManagement:Bh,useDailyTrainingSelection:Xh,useDelayedHoverAnchor:$h,useDeviceManagement:Rh,useDocumentTitle:xl,useEscToClose:Qh,useFontScale:gn,useHoverAnchor:To,useMediaQuery:ra,usePagedList:tm,usePasswordChange:Th,useRelativeDay:Ah,useTablePaging:kl,useTableSort:Sl,useToastState:wn,useTrainingTypeLabels:am,useVisitAllPanel:Ph,useVisitHistory:Lh,useVisitSchedule:Mh,useWindowEvent:br,useWordAttributeFilterKeys:Al,useWordDataStats:Eh,useWordMeanings:em,useWordTrainingDataGeneration:Yh,useWordTrainingFilter:Uh,valueToJamos:fa}),B3=".ihabdevteam-core-scope .promo-banner{align-items:center;border-radius:var(--radius-s);box-sizing:border-box;display:flex;gap:var(--spacing-m);justify-content:space-between;overflow:hidden;position:relative;text-align:left}.ihabdevteam-core-scope .promo-banner--medium{min-height:120px;padding:20px 24px}.ihabdevteam-core-scope .promo-banner--small{padding:14px 16px}.ihabdevteam-core-scope .promo-banner__title{color:inherit;color:var(--promo-banner-bg-title,inherit)}.ihabdevteam-core-scope .promo-banner__description{color:inherit;color:var(--promo-banner-bg-description,inherit)}.ihabdevteam-core-scope .promo-banner__text{display:flex;flex-direction:column;justify-content:center;min-width:0;position:relative;z-index:1}.ihabdevteam-core-scope .promo-banner__description{margin-left:2px;margin-top:1px}.ihabdevteam-core-scope .promo-banner>.button{flex-shrink:0;position:relative;z-index:1}";Q(B3);function om({title:t,description:e,actionLabel:a,onAction:o,bg:r,color:i,size:s="medium",actionVariant:l,titleColor:u,descriptionColor:d,className:h=""}){const p=r??i??"main",m=c.useRef(null),[g,f]=c.useState("main"),b=ra("(max-width: 767px)");c.useLayoutEffect(()=>{const x=m.current;x&&(u!==void 0&&x.style.setProperty("--promo-banner-bg-title",u),d!==void 0&&x.style.setProperty("--promo-banner-bg-description",d))},[u,d]),c.useLayoutEffect(()=>{const x=m.current;if(!x)return;const _=Ws(x);f(_?.actionVariant??"main")},[p]);const y=_e("promo-banner",`promo-banner--${s}`,h),v=fl[p];return n.jsxs("div",{ref:m,className:y,role:"note",children:[n.jsx(v,{}),n.jsxs("div",{className:"promo-banner__text",children:[n.jsx("span",{className:`promo-banner__title ${s==="small"?"body-2":"h2"}`,children:t}),e&&n.jsx("span",{className:"promo-banner__description body-3",children:e})]}),a&&o&&n.jsx(se,{size:40,variant:l??g,shape:"pill",useBorder:!0,onClick:o,ariaLabel:a,...b?{type:"dot",icon:"arrow-right"}:{rightIcon:"arrow-right",label:a,minWidth:140}})]})}var E3='.ihabdevteam-core-scope .top-banner{--top-banner-min-h:120px;display:flex;flex-direction:column;padding-bottom:var(--spacing-page);position:relative}.ihabdevteam-core-scope .top-banner__viewport{border-radius:var(--radius-m);min-height:var(--top-banner-min-h);overflow:hidden}.ihabdevteam-core-scope .top-banner__track{align-items:stretch;display:flex;min-height:var(--top-banner-min-h);transition:transform .4s ease}.ihabdevteam-core-scope .top-banner__slide{flex:0 0 100%;min-width:0}.ihabdevteam-core-scope .top-banner__slide>*{box-sizing:border-box;min-height:100%;width:100%}.ihabdevteam-core-scope .top-banner__dots{bottom:calc(var(--spacing-page) + 12px);display:flex;gap:6px;left:50%;position:absolute;transform:translateX(-50%)}.ihabdevteam-core-scope .top-banner__dot{background:var(--color-white-a30);border:none;border-radius:3px;cursor:pointer;height:6px;padding:0;position:relative;transition:width .25s ease,background-color .25s ease;width:6px}.ihabdevteam-core-scope .top-banner__dot:after{content:"";height:24px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% + 6px)}.ihabdevteam-core-scope .top-banner__dot--active{background:var(--color-white);width:18px}.ihabdevteam-core-scope .top-banner__dots--dark .top-banner__dot{background:var(--color-lightGray-a80)}.ihabdevteam-core-scope .top-banner__dots--dark .top-banner__dot--active{background:var(--color-main)}';Q(E3);function rm({children:t,interval:e=5e3,dotTone:a,className:o="","aria-label":r}){const{t:i}=ge(),s=r??i("topBanner.ariaLabel","\uBC30\uB108"),l=c.Children.toArray(t),u=l.length,[d,h]=c.useState(0),[p,m]=c.useState(!1),g=u>0?d%u:0;return c.useEffect(()=>{if(u<2||e<=0||p)return;const f=window.setInterval(()=>h(b=>(b+1)%u),e);return()=>window.clearInterval(f)},[u,e,p]),u===0?null:n.jsxs("section",{className:_e("top-banner",o),"aria-label":s,"aria-roledescription":"carousel",onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),onFocus:()=>m(!0),onBlur:()=>m(!1),children:[n.jsx("div",{className:"top-banner__viewport",children:n.jsx("div",{className:"top-banner__track",style:{transform:`translateX(-${g*100}%)`},children:l.map((f,b)=>n.jsx("div",{className:"top-banner__slide","aria-hidden":b!==g,...b!==g?{inert:!0}:{},children:f},b))})}),u>1&&n.jsx("div",{className:`top-banner__dots${(a?.[g]??"light")==="dark"?" top-banner__dots--dark":""}`,children:l.map((f,b)=>n.jsx("button",{type:"button",className:`top-banner__dot${b===g?" top-banner__dot--active":""}`,"aria-label":i("topBanner.dotAriaLabel",{count:u,index:b+1,defaultValue:`${u}\uAC1C \uC911 ${b+1}\uBC88\uC9F8 \uBC30\uB108`}),"aria-current":b===g,onClick:()=>h(b)},b))})]})}var D3=".ihabdevteam-core-scope .accordion-item{background:transparent;border-radius:var(--radius-m)}.ihabdevteam-core-scope .accordion-item__header{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:var(--radius-m);box-sizing:border-box;cursor:pointer;display:flex;gap:var(--spacing-s);min-height:56px;outline:none;padding:0 20px;transition:background-color .2s ease,border-color .2s ease}.ihabdevteam-core-scope .accordion-item__header:hover{background:var(--color-deepWhite);border-color:var(--color-main)}.ihabdevteam-core-scope .accordion-item__header:focus-visible{outline:2px solid var(--color-main);outline-offset:2px}.ihabdevteam-core-scope .accordion-item__avatar{align-items:center;display:inline-flex;flex:none}.ihabdevteam-core-scope .accordion-item__title{flex:1;text-align:left}.ihabdevteam-core-scope .accordion-item__chevron{align-items:center;display:inline-flex;flex:none}.ihabdevteam-core-scope .accordion-item__chevron-icon{align-items:center;color:var(--color-lightGray);display:inline-flex}.ihabdevteam-core-scope .accordion-item__chevron-image{height:18px;opacity:.7;transition:transform .18s ease;width:18px}.ihabdevteam-core-scope .accordion-item.accordion-item--open{background:var(--color-main-a10);border-radius:var(--radius-m);overflow:hidden}.ihabdevteam-core-scope .accordion-item.accordion-item--open .accordion-item__header{background:var(--color-white);border:1px solid var(--color-main)}.ihabdevteam-core-scope .accordion-item.accordion-item--open .accordion-item__chevron-image{transform:rotate(180deg)}.ihabdevteam-core-scope .accordion-item__body p{margin:0}.ihabdevteam-core-scope .accordion-item__body{background:transparent;box-sizing:border-box;color:var(--color-darkGray);max-width:100%;overflow-wrap:break-word;padding:40px 32px;text-align:left;word-break:break-word}.ihabdevteam-core-scope .accordion-group--s48 .accordion-item__header{min-height:48px}.ihabdevteam-core-scope .accordion-group--s56 .accordion-item__header{min-height:56px}.ihabdevteam-core-scope .accordion-group--s72 .accordion-item__header{min-height:72px}.ihabdevteam-core-scope .accordion-group--s48 .accordion-item,.ihabdevteam-core-scope .accordion-group--s48 .accordion-item.accordion-item--open,.ihabdevteam-core-scope .accordion-group--s48 .accordion-item__header{border-radius:12px}.ihabdevteam-core-scope .accordion-group--s56 .accordion-item,.ihabdevteam-core-scope .accordion-group--s56 .accordion-item.accordion-item--open,.ihabdevteam-core-scope .accordion-group--s56 .accordion-item__header{border-radius:14px}.ihabdevteam-core-scope .accordion-group--s72 .accordion-item,.ihabdevteam-core-scope .accordion-group--s72 .accordion-item.accordion-item--open,.ihabdevteam-core-scope .accordion-group--s72 .accordion-item__header{border-radius:18px}.ihabdevteam-core-scope .accordion-group,.ihabdevteam-core-scope .accordion-group>.accordion-item{box-sizing:border-box;display:block;width:100%}.ihabdevteam-core-scope .accordion-group>.accordion-item+.accordion-item{margin-top:var(--spacing-s)}";Q(D3);function L3({title:t,body:e,open:a=!1,onToggle:o,avatar:r,titleClassName:i="body-2",bodyClassName:s="body-2",className:l=""}){const{t:u}=ge();return n.jsxs("div",{className:`accordion-item ${a?"accordion-item--open":""} ${l}`.trim(),children:[n.jsxs("div",{className:"accordion-item__header",role:"button",tabIndex:0,"aria-expanded":a,"data-accordion-header":!0,onClick:o,onKeyDown:d=>{if(d.key==="Enter"||d.key===" ")d.preventDefault(),o?.();else if(d.key==="ArrowDown"||d.key==="ArrowUp"){d.preventDefault();const h=d.currentTarget.closest('[role="list"]');if(!h)return;const p=Array.from(h.querySelectorAll("[data-accordion-header]")),m=p.indexOf(d.currentTarget);(d.key==="ArrowDown"?p[m+1]:p[m-1])?.focus()}},children:[r&&n.jsx("div",{className:"accordion-item__avatar",children:r}),n.jsx("div",{className:`accordion-item__title ${i}`,children:t}),n.jsx("div",{className:"accordion-item__chevron",children:n.jsx(Re,{icon:a?"chevron-up":"chevron-down",label:a?u("accordion.collapse","\uC811\uAE30"):u("accordion.expand","\uD3BC\uCE58\uAE30"),className:"accordion-item__chevron-icon",imgClassName:"accordion-item__chevron-image"})})]}),a&&n.jsx("div",{className:`accordion-item__body ${s}`,children:typeof e=="string"?n.jsx("p",{children:e}):e})]})}function nm({items:t=[],defaultOpenIndex:e=0,size:a=72,className:o="",bodyClassName:r}){const[i,s]=c.useState(e);return n.jsx("div",{className:`accordion-group accordion-group--s${a} ${o}`.trim(),role:"list",children:t.map((l,u)=>n.jsx(L3,{title:l.title,body:l.body,avatar:l.avatar,open:u===i,onToggle:()=>s(u===i?-1:u),bodyClassName:r},u))})}var j3=".ihabdevteam-core-scope .bottom-nav{align-items:flex-start;background:var(--color-deepWhite);border-top:1px solid var(--color-whiteLine);bottom:0;display:none;height:calc(72px + env(safe-area-inset-bottom));left:0;padding:8px calc(10px + env(safe-area-inset-right)) env(safe-area-inset-bottom) calc(10px + env(safe-area-inset-left));position:fixed;right:0;z-index:var(--z-nav)}.ihabdevteam-core-scope .bottom-nav__left{align-items:center;display:flex;flex-shrink:0}.ihabdevteam-core-scope .bottom-nav__divider{align-self:flex-start;background:var(--color-whiteLine);border-radius:1px;flex-shrink:0;height:24px;margin:14px 0 0;width:1px}.ihabdevteam-core-scope .bottom-nav__items{align-items:center;display:flex;flex:1;gap:10px;justify-content:center;overflow:hidden}.ihabdevteam-core-scope .bottom-nav__right{align-items:center;display:flex;flex-shrink:0}@media (max-width:767px){.ihabdevteam-core-scope .bottom-nav{display:flex}}@media (min-width:768px){.ihabdevteam-core-scope .bottom-nav{display:none}}.ihabdevteam-core-scope .bottom-nav-item{align-items:center;background:transparent!important;border:none!important;border-radius:10px!important;color:var(--color-lightGray);cursor:pointer;display:flex!important;flex-direction:column;height:52px!important;justify-content:center;padding:0!important;transition:background .16s ease,color .16s ease!important;width:52px!important}.ihabdevteam-core-scope .bottom-nav-item:hover:not(.is-selected){background:var(--color-darkWhite)!important}.ihabdevteam-core-scope .bottom-nav-item.is-selected{animation:bottom-nav-active-bg .36s cubic-bezier(.4,0,.2,1) forwards;background-color:var(--color-sub)!important;box-shadow:0 6px 12px rgba(12,24,36,.06);color:#fff!important}.ihabdevteam-core-scope .bottom-nav-item.is-selected *{color:#fff!important}.ihabdevteam-core-scope .bottom-nav-item:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.ihabdevteam-core-scope .bottom-nav-item:disabled,.ihabdevteam-core-scope .bottom-nav-item[disabled]{opacity:.6;pointer-events:none}@keyframes bottom-nav-active-bg{0%{background-color:var(--color-sub)}to{background-color:var(--color-main)}}";Q(j3);var M3=".ihabdevteam-core-scope .badge{align-items:center;background:var(--badge-color,var(--color-main));border-radius:999px;box-shadow:none;box-shadow:var(--badge-shadow,none);color:#fff;color:var(--badge-on-color,#fff);display:inline-flex;gap:6px;justify-content:center;line-height:1;vertical-align:middle;white-space:nowrap}.ihabdevteam-core-scope .badge--small{font-size:12px;height:20px;padding:0 10px}.ihabdevteam-core-scope .badge--medium{font-size:14px;height:28px;padding:0 14px}.ihabdevteam-core-scope .badge--large{font-size:16px;height:32px;padding:0 18px}.ihabdevteam-core-scope .badge__icon{align-items:center;display:inline-flex;flex-shrink:0}.ihabdevteam-core-scope .badge--default{--badge-color:var(--color-lightGray);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--main{--badge-color:var(--color-main);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--sub{--badge-color:var(--color-sub);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--danger{--badge-color:var(--color-error);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--disabled{--badge-color:var(--color-disabled);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--like{--badge-color:var(--color-like);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--success{--badge-color:var(--color-success);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--warning{--badge-color:var(--color-warn);--badge-on-color:#fff}.ihabdevteam-core-scope .badge--critical{--badge-color:#7c3aed;--badge-on-color:#fff}.ihabdevteam-core-scope .badge--outline{background:transparent;border:1px solid var(--badge-color);box-shadow:none;color:var(--badge-color)}.ihabdevteam-core-scope .badge--soft{background:color-mix(in srgb,var(--badge-color) 10%,transparent);box-shadow:none;color:var(--badge-color)}.ihabdevteam-core-scope .circle-badge{align-items:center;border:2px solid var(--color-pureWhite);border-radius:50%;box-sizing:border-box;display:inline-flex;flex-shrink:0;font-weight:700;justify-content:center;line-height:1;pointer-events:none;position:absolute;transition:background .12s,transform .12s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}@keyframes circle-badge-pop{0%{opacity:0;transform:scale(.3)}60%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.ihabdevteam-core-scope .circle-badge--animate{animation:circle-badge-pop .24s cubic-bezier(.34,1.56,.64,1)}@media (prefers-reduced-motion:reduce){.ihabdevteam-core-scope .circle-badge--animate{animation:none}}.ihabdevteam-core-scope .circle-badge--clickable{cursor:pointer;pointer-events:auto}.ihabdevteam-core-scope .circle-badge--clickable:hover{transform:scale(1.12)}.ihabdevteam-core-scope .circle-badge--top-right{right:-6px;top:-6px}.ihabdevteam-core-scope .circle-badge--top-left{left:-6px;top:-6px}.ihabdevteam-core-scope .circle-badge--inline{border:none;position:static}.ihabdevteam-core-scope .circle-badge--24{border-width:1px;font-size:11px;height:24px;width:24px}.ihabdevteam-core-scope .circle-badge--32{border-width:2px;font-size:14px;height:32px;width:32px}.ihabdevteam-core-scope .circle-badge--40{border-width:2px;font-size:16px;height:40px;width:40px}.ihabdevteam-core-scope .circle-badge--check,.ihabdevteam-core-scope .circle-badge--number{background:var(--color-main);color:#fff}.ihabdevteam-core-scope .circle-badge--remove{background:var(--color-error);color:#fff}.ihabdevteam-core-scope .circle-badge--minus{background:var(--color-lightGray);color:#fff}.ihabdevteam-core-scope .circle-badge--24 svg{height:11px;width:11px}.ihabdevteam-core-scope .circle-badge--32 svg{height:15px;width:15px}.ihabdevteam-core-scope .circle-badge--40 svg{height:19px;width:19px}";Q(M3);function P3(){return n.jsx("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:n.jsx("polyline",{points:"2,6 5,9 10,3"})})}function R3(){return n.jsxs("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round","aria-hidden":"true",children:[n.jsx("line",{x1:"3",y1:"3",x2:"9",y2:"9"}),n.jsx("line",{x1:"9",y1:"3",x2:"3",y2:"9"})]})}function $3(){return n.jsx("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round","aria-hidden":"true",children:n.jsx("line",{x1:"2.5",y1:"6",x2:"9.5",y2:"6"})})}function gt(t){const{type:e="bar",size:a,className:o="","aria-label":r}=t;if(e==="dot"){const{icon:_,number:C,position:T="top-right",onClick:w,animate:S=!1}=t,D=C!==void 0?"number":_??"check",A=typeof a=="number"?a:32,N=_e("circle-badge",`circle-badge--${D}`,`circle-badge--${T}`,`circle-badge--${A}`,S?"circle-badge--animate":"",w?"circle-badge--clickable":"",o),O=C!==void 0?`${C}\uBC88\uC9F8 \uC120\uD0DD`:{check:"\uC120\uD0DD\uB428",remove:"\uC81C\uAC70",minus:"\uC81C\uC678"}[_??"check"];return n.jsxs("span",{className:N,onClick:w,onKeyDown:w?j=>{j.key!=="Enter"&&j.key!==" "||(j.preventDefault(),j.currentTarget.click())}:void 0,"aria-label":r??O,role:w?"button":void 0,tabIndex:w?0:void 0,children:[C!==void 0&&C,C===void 0&&_==="check"&&n.jsx(P3,{}),C===void 0&&_==="remove"&&n.jsx(R3,{}),C===void 0&&_==="minus"&&n.jsx($3,{})]})}const{label:i,children:s,variant:l="default",fill:u="filled",minWidth:d,iconLeft:h,iconRight:p,color:m}=t,g=typeof a=="number"?"medium":a??"medium",f={small:"caption-2b",medium:"body-3b",large:"body-2b"}[g]??"body-2b",b={small:12,medium:14,large:16}[g]??14,y=_e("badge",`badge--${l}`,`badge--${g}`,u!=="filled"?`badge--${u}`:"",f,o),v=m?.startsWith("--")?`var(${m})`:m,x=d!==void 0||v?{...d!==void 0?{minWidth:typeof d=="number"?`${d}px`:d}:{},...v?{"--badge-color":v}:{}}:void 0;return n.jsxs("span",{className:y,style:x,children:[h&&n.jsx(Re,{icon:h,size:b,className:"badge__icon"}),i??s,p&&n.jsx(Re,{icon:p,size:b,className:"badge__icon"})]})}var I3=".ihabdevteam-core-scope .tooltip-menu{display:flex;flex-direction:column;gap:var(--spacing-xs);min-width:160px;padding:var(--spacing-xs)}.ihabdevteam-core-scope .tooltip-menu__header{align-items:center;border-bottom:1px solid var(--color-darkWhite);display:flex;gap:var(--spacing-xs);height:52px;padding:8px 12px}.ihabdevteam-core-scope .tooltip-menu__title{font-weight:600}.ihabdevteam-core-scope .tooltip-menu__columns{display:flex;gap:var(--spacing-s);padding:4px}.ihabdevteam-core-scope .tooltip-menu__column{display:flex;flex:1;flex-direction:column;gap:var(--spacing-xs);min-width:0}.ihabdevteam-core-scope .tooltip-menu__column-title{color:var(--color-lightGray);margin-bottom:4px}.ihabdevteam-core-scope .tooltip-menu__items{display:flex;flex-direction:column;gap:var(--spacing-l)}.ihabdevteam-core-scope .tooltip-menu--small{gap:2px;min-width:140px}.ihabdevteam-core-scope .tooltip-menu--small .tooltip-menu__items{gap:var(--spacing-xs)}.ihabdevteam-core-scope .tooltip-menu--small .tooltip-menu__columns{gap:var(--spacing-xs);padding:2px}.ihabdevteam-core-scope .tooltip-menu--small .tooltip-menu__header{height:44px;padding:6px 10px}.ihabdevteam-core-scope .tooltip-menu__item{width:100%}.ihabdevteam-core-scope .tooltip-menu__item-icon{align-items:center;display:inline-flex;height:24px;justify-content:center;width:24px}.ihabdevteam-core-scope .tooltip-menu__label{flex:1}.ihabdevteam-core-scope .tooltip-menu__chev{align-items:center;display:inline-flex;justify-content:center;width:20px}@media (max-width:600px){.ihabdevteam-core-scope .tooltip-menu__columns{flex-direction:column}}";Q(I3);function xr({columns:t=[],onClose:e,className:a="",size:o="medium"}){const{t:r}=ge(),i=o==="small"?40:48,[s,l]=c.useState([{title:null,columns:t}]),u=s[s.length-1];c.useEffect(()=>{l(f=>{try{if(!Array.isArray(f)||f.length===0)return[{title:null,columns:t}];const b=f.slice(),y=b[0]&&typeof b[0].title<"u"?b[0].title:null;return b[0]={title:y,columns:t},b}catch{return[{title:null,columns:t}]}})},[t]);const d=c.useCallback(()=>l(f=>f.length>1?f.slice(0,f.length-1):f),[]),h=c.useRef(null),p=c.useRef(null),m=s.length;c.useEffect(()=>{p.current||(p.current=document.activeElement);let f=0,b=0;const y=()=>{const v=h.current?.querySelector("button:not([disabled])");if(v&&v.offsetParent){v.focus({preventScroll:!0});return}b++<20&&(f=requestAnimationFrame(y))};return f=requestAnimationFrame(y),()=>cancelAnimationFrame(f)},[m]),c.useEffect(()=>()=>{p.current?.focus?.({preventScroll:!0})},[]);const g=c.useCallback(f=>{if(f){if(Array.isArray(f.children)&&f.children.length){l(b=>[...b,{title:f.label||null,columns:[{title:null,items:f.children||[]}]}]);return}try{typeof f.onClick=="function"&&f.onClick()}catch{}try{f&&f.closeOnSelect&&typeof e=="function"&&e()}catch{}}},[e]);return n.jsxs("div",{className:`tooltip-menu tooltip-menu--${o} ${a}`,children:[(s.length>1||u.title)&&n.jsxs("div",{className:"tooltip-menu__header",children:[s.length>1?n.jsx(se,{size:i,type:"dot",icon:"chevron-left",ariaLabel:r("common.back","\uB4A4\uB85C"),onClick:d,variant:"transparent-gray",useBorder:!1}):null,n.jsx("div",{className:"tooltip-menu__title button-1",children:u.title})]}),n.jsx("div",{className:"tooltip-menu__columns",ref:h,children:u.columns&&u.columns.map((f,b)=>n.jsxs("div",{className:"tooltip-menu__column",children:[f.title?n.jsx("div",{className:"tooltip-menu__column-title body-3",children:f.title}):null,n.jsx("div",{className:"tooltip-menu__items",children:(f.items||[]).map((y,v)=>n.jsx(se,{className:"tooltip-menu__item",size:i,type:y.label?"bar":"dot",icon:y.selected?"check":y.icon||"none",rightIcon:Array.isArray(y.children)&&y.children.length?"chevron-right":y.badgeCount?n.jsx(gt,{type:"dot",position:"inline",number:Math.min(y.badgeCount,99),size:24,"aria-label":`${y.badgeCount}`}):void 0,label:y.label,ariaLabel:y.label,onClick:()=>g(y),selected:y.selected,disabled:y.disabled,showTooltipInfo:y.tooltip||!1,useBorder:!1,align:"left"},v))})]},b))})]})}function Eo({computeStyle:t,onScroll:e="close",onResize:a="close",ignoreOutsideClickSelector:o}){const[r,i]=c.useState(!1),[s,l]=c.useState({}),u=c.useRef(null),d=c.useRef(null),h=c.useCallback(()=>{u.current&&l(t(u.current.getBoundingClientRect()))},[t]);c.useEffect(()=>{if(!r)return;h();const g=v=>{const x=v.target;o&&x.closest?.(o)||u.current?.contains(x)||d.current?.contains(x)||i(!1)};document.addEventListener("mousedown",g);const f=v=>{d.current?.contains(v.target)||(e==="reposition"?h():e==="close"&&i(!1))};e!=="ignore"&&window.addEventListener("scroll",f,!0);const b=()=>{a==="reposition"?h():a==="close"&&i(!1)};a!=="ignore"&&window.addEventListener("resize",b);const y=v=>{v.key==="Escape"&&i(!1)};return document.addEventListener("keydown",y),()=>{document.removeEventListener("mousedown",g),e!=="ignore"&&window.removeEventListener("scroll",f,!0),a!=="ignore"&&window.removeEventListener("resize",b),document.removeEventListener("keydown",y)}},[r,h,e,a,o]);const p=c.useCallback(()=>i(g=>!g),[]),m=c.useCallback(()=>i(!1),[]);return{open:r,setOpen:i,toggle:p,close:m,style:s,triggerRef:u,menuRef:d}}const O3=52,im=10;function zl({items:t=[],activeKey:e,onChange:a,appMode:o,onAppModeChange:r,moreItems:i=[]}){const{t:s}=ge(),l=o==="manager"?"malgwi":"manager",u=o==="manager"?"arrow-left":"arrow-right",d=o==="manager"?s("nav.modeLabelMalgwi","\uB9D0\uADC0"):s("nav.modeLabelManager","\uB9D0\uADC0 \uB9E4\uB2C8\uC800"),h=c.useRef(null),[p,m]=c.useState(0),g=t.length;c.useEffect(()=>{const E=h.current;if(!E||(m(E.clientWidth),typeof ResizeObserver>"u"))return;const L=new ResizeObserver(z=>m(z[0].contentRect.width));return L.observe(E),()=>L.disconnect()},[]);const f=p>0?Math.floor((p+im)/(O3+im)):g,b=p>0&&f<g,y=b?f:g,v=t.slice(0,y),x=t.slice(y),_=b||i.length>0,C=c.useCallback(E=>({position:"fixed",bottom:window.innerHeight-E.top+8,right:window.innerWidth-E.right,zIndex:1e4}),[]),{open:T,toggle:w,close:S,style:D,triggerRef:A,menuRef:N}=Eo({computeStyle:C,onScroll:"ignore",onResize:"ignore"}),O=c.useCallback(()=>r?.(l),[r,l]),j=c.useMemo(()=>x.find(E=>E.key===e)??i.find(E=>E.selected||E.key&&E.key===e),[x,e,i]),k=c.useMemo(()=>[{items:[...x.map(E=>({label:E.label,icon:E.icon,selected:E.key===e,closeOnSelect:!0,onClick:()=>{E.key&&a&&a(E.key),S()}})),...i.map(E=>({label:E.label,icon:E.icon,badgeCount:E.badgeCount,selected:E.selected??(!!E.key&&E.key===e),closeOnSelect:!0,onClick:()=>{E.onClick?.(),S()}}))]}],[x,i,e,a,S]);return n.jsxs("nav",{className:"bottom-nav","aria-label":s("nav.bottomNav","\uD558\uB2E8 \uB124\uBE44\uAC8C\uC774\uC158"),children:[r&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"bottom-nav__left",children:n.jsx(se,{size:52,type:"dot",icon:u,ariaLabel:d,className:"bottom-nav-item",onClick:O})}),n.jsx("div",{className:"bottom-nav__divider","aria-hidden":"true"})]}),n.jsx("div",{className:"bottom-nav__items",ref:h,children:v.map(E=>n.jsx(se,{size:52,type:"dot",icon:E.icon,ariaLabel:E.label,selected:E.key===e,disabled:E.state==="disabled",className:"bottom-nav-item",onClick:()=>E.key&&a?.(E.key)},E.key))}),_&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"bottom-nav__divider","aria-hidden":"true"}),n.jsx("div",{className:"bottom-nav__right",children:n.jsxs("div",{ref:A,children:[n.jsx(se,{size:52,type:"dot",icon:j?.icon??"ellipsis",ariaLabel:j?.label??s("nav.more","\uB354\uBCF4\uAE30"),selected:!!j,className:"bottom-nav-item",onClick:w}),T&&Yt.createPortal(n.jsx("div",{className:"tooltip-content",style:D,ref:N,children:n.jsx(xr,{columns:k,onClose:S})}),document.body)]})})]})]})}var z3=".ihabdevteam-core-scope .side-nav__menu{-webkit-overflow-scrolling:touch;background-clip:padding-box;border-right:1px solid transparent;display:flex;flex:1;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:0 0 0 12px;scrollbar-color:var(--color-darkWhite) transparent;scrollbar-gutter:stable;scrollbar-width:thin}.ihabdevteam-core-scope .side-nav__menu::-webkit-scrollbar{width:4px}.ihabdevteam-core-scope .side-nav__menu::-webkit-scrollbar-track{background:transparent}.ihabdevteam-core-scope .side-nav__menu::-webkit-scrollbar-thumb{background:var(--color-darkWhite);border-radius:var(--radius-xs)}.ihabdevteam-core-scope .side-nav__menu::-webkit-scrollbar-thumb:hover{background:var(--color-lightGray,var(--color-lightGray))}.ihabdevteam-core-scope .side-nav__menu-list{display:flex;flex:1 0 auto;flex-direction:column;gap:4px;overflow:visible;padding:4px 0}.ihabdevteam-core-scope .side-nav__notification-wrap{align-self:flex-start;display:inline-flex;position:relative}.ihabdevteam-core-scope .side-nav__footer{align-items:left;display:flex;flex-direction:column;flex-shrink:0;gap:var(--spacing-s);margin-top:var(--spacing-s);padding:0 0 var(--spacing-s) 0}.ihabdevteam-core-scope .side-nav__separator{background:var(--color-whiteLine);height:1px;margin:0 var(--spacing-s) var(--spacing-xs)}.ihabdevteam-core-scope .side-nav__separator--short{margin:4px var(--spacing-m);width:var(--spacing-xl)}@media (max-width:767px){.ihabdevteam-core-scope .side-nav__footer,.ihabdevteam-core-scope .side-nav__menu{display:none}}.ihabdevteam-core-scope .side-nav__item{align-items:center;background:transparent;border:none;border-radius:var(--radius-s);box-sizing:border-box;color:var(--color-darkGray);cursor:pointer;display:flex;flex-shrink:0;font-family:var(--font-family);gap:var(--spacing-s);height:52px;justify-content:flex-start;padding:0 var(--spacing-m);text-align:left;width:100%}@keyframes ihabCoreSnSweep{0%{background-position:100% 0}to{background-position:0 0}}@keyframes ihabCoreSnIconBounce{0%{transform:scale(1)}40%{transform:scale(1.12)}to{transform:scale(1)}}.ihabdevteam-core-scope .side-nav__item.active{animation:ihabCoreSnSweep 1s cubic-bezier(.4,0,.2,1) forwards;background:linear-gradient(90deg,var(--color-main) 50%,var(--color-sub) 100%);background-position:0 0;background-size:200% 100%;box-shadow:var(--shadow-button);color:#fff}.ihabdevteam-core-scope .side-nav__item.active .side-nav__icon{animation:ihabCoreSnIconBounce .48s cubic-bezier(.4,0,.2,1) forwards;color:#fff}.ihabdevteam-core-scope .side-nav__icon{align-items:center;color:var(--color-lightGray);display:inline-flex;height:24px;justify-content:center;width:24px}.ihabdevteam-core-scope .side-nav__item.active .circle-badge{background:var(--color-pureWhite);color:var(--color-main)}.ihabdevteam-core-scope .side-nav__item .circle-badge--inline{border:1px solid var(--color-pureWhite)}.ihabdevteam-core-scope .side-nav__icon-wrap{display:inline-flex;flex:0 0 24px;position:relative}.ihabdevteam-core-scope .side-nav__icon{flex:0 0 24px}.ihabdevteam-core-scope .side-nav__icon img{display:block;height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.ihabdevteam-core-scope .side-nav__icon-image{background-color:currentColor;background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;height:20px;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:20px}.ihabdevteam-core-scope .side-nav__item .side-nav__icon img{filter:brightness(0) saturate(0) opacity(.45);transition:filter .16s ease,opacity .16s ease}.ihabdevteam-core-scope .side-nav__item.active .side-nav__icon img{filter:brightness(0) invert(1)}.ihabdevteam-core-scope .side-nav__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .side-nav__item{transition:background-color .16s ease,color .16s ease,transform 80ms ease}.ihabdevteam-core-scope .side-nav__item:focus-visible:not(.active),.ihabdevteam-core-scope .side-nav__item:focus:not(.active),.ihabdevteam-core-scope .side-nav__item:hover:not(.active){background:var(--color-darkWhite)}.ihabdevteam-core-scope .side-nav__item:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.ihabdevteam-core-scope .side-nav__item.disabled,.ihabdevteam-core-scope .side-nav__item.disabled:focus,.ihabdevteam-core-scope .side-nav__item.disabled:hover{background:transparent;color:var(--color-lightGray);cursor:default;opacity:.6;pointer-events:none;transform:none}.ihabdevteam-core-scope .side-nav__item.disabled .side-nav__icon{color:var(--color-lightGray)}.ihabdevteam-core-scope .side-nav__item.disabled .side-nav__icon img{filter:none;opacity:.8}.ihabdevteam-core-scope .side-nav__item--child{height:40px;padding-left:30px}.ihabdevteam-core-scope .side-nav__item--child .side-nav__icon{height:20px;width:20px}.ihabdevteam-core-scope .side-nav__item--child .side-nav__label{font-weight:400}";Q(z3);function F3(t){const{t:e}=ge(),{activeKey:a,unreadCount:o,onDebug:r,onNotification:i,onSetting:s,onHelp:l,onAccount:u}=t||{},d="default";return n.jsxs("div",{className:"side-nav__footer",children:[r&&n.jsx(se,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:d,icon:"terminal",ariaLabel:e("nav.debug","\uB514\uBC84\uADF8"),onClick:r,selected:a==="debug"}),n.jsxs("span",{className:"side-nav__notification-wrap",children:[n.jsx(se,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:d,icon:"bell",ariaLabel:e("nav.notifications","\uC54C\uB9BC"),onClick:i,selected:a==="notifications"}),!!o&&n.jsx(gt,{type:"dot",number:Math.min(o,99),size:24})]}),n.jsx(se,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:d,icon:"settings",ariaLabel:e("nav.settings","\uC124\uC815"),onClick:s,selected:a==="settings"}),n.jsx(se,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:d,icon:"message-circle-question-mark",ariaLabel:e("nav.help","\uB3C4\uC6C0\uB9D0"),onClick:l,selected:a==="help"}),n.jsx(se,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:d,icon:"user-round",ariaLabel:e("nav.account","\uACC4\uC815"),onClick:u,selected:a==="account"})]})}function sm(t){const{item:e,itemKey:a,label:o,icon:r,active:i,onClick:s,style:l,state:u,labelStyle:d}=t||{},h=e?.key??a??"",p=e?.label??o??"",m=e?.icon??r??"",g=e?.badge??0,f=n.jsx("span",{className:"side-nav__icon-wrap",children:n.jsx(Re,{icon:m,label:typeof p=="string"?p:void 0,className:"side-nav__icon",maskClassName:"side-nav__icon-image",imgClassName:void 0,svgClassName:void 0})}),b=u==="disabled",y=`side-nav__item ${i?"active":""} ${u||""} ${b?"disabled":""} ${e?.child?"side-nav__item--child":""}`,v=c.useCallback(x=>{if(!b){try{x.currentTarget.blur()}catch{}s?.(h,x.currentTarget)}},[b,h,s]);return n.jsxs("button",{className:y,onClick:v,"aria-label":typeof p=="string"?p:void 0,style:l,"aria-disabled":b,children:[f,n.jsx("span",{className:"side-nav__label button-1 f",style:d,children:p}),g>0&&n.jsx(gt,{type:"dot",position:"inline",number:Math.min(g,99),size:24,"aria-label":`${g}`}),u==="loading"&&n.jsx("span",{className:"side-nav__spinner","aria-label":"loading"})]})}function Fl(t){const{t:e}=ge(),{items:a=[],activeKey:o,onChange:r,unreadCount:i,onDebug:s,onNotification:l,onAccount:u,onSetting:d,onHelp:h,appMode:p,onAppModeChange:m}=t||{},g=c.useCallback(()=>m?.(p==="malgwi"?"manager":"malgwi"),[m,p]);return n.jsxs("nav",{"aria-label":e("nav.mainMenu","\uBA54\uC778 \uBA54\uB274"),className:"side-nav__menu",children:[n.jsxs("div",{className:"side-nav__menu-list",children:[(a||[]).filter(f=>!f.section&&(f.key||f.label)).map((f,b)=>n.jsxs(c.Fragment,{children:[f.divider&&n.jsx("div",{className:"side-nav__separator"}),n.jsx(sm,{item:f,active:f.key===o,state:f.disabled?"disabled":void 0,onClick:(y,v)=>{if(f.disabled)return;if(f.href){window.open(f.href,"_blank","noopener,noreferrer");try{v?.blur()}catch{}return}r?.(f.key);try{const _=document.querySelector(".content-area");_?_.scrollTop=0:window.scrollTo({top:0})}catch{}try{v?.blur()}catch{}if(typeof window<"u"&&window.matchMedia){if(!window.matchMedia("(min-width: 768px) and (max-width: 1023px)").matches)return}else return;const x=document.querySelector(".header");if(x&&!(typeof x.matches=="function"&&x.matches(":hover"))){x.classList.add("header--force-collapsed");const _=()=>{x.classList.remove("header--force-collapsed"),x.removeEventListener("mouseenter",_)};x.addEventListener("mouseenter",_)}}})]},f.key??`side-nav__item-${b}`)),m&&n.jsx("div",{className:"side-nav__separator side-nav__separator--short"}),m&&n.jsx(sm,{item:{key:"__mode-switch__",label:p==="malgwi"?e("nav.goToManager","\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB85C \uC774\uB3D9"):e("nav.goToMalgwi","\uB9D0\uADC0\uB85C \uC774\uB3D9"),icon:p==="malgwi"?"arrow-right":"arrow-left"},onClick:g})]}),n.jsx(F3,{activeKey:o,unreadCount:i,onDebug:s,onNotification:l,onAccount:u,onSetting:d,onHelp:h})]})}var Wl='data:image/svg+xml,<svg width="200" height="100" viewBox="0 0 200 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2080_3066)">%0A<path d="M96.4287 48.3536V24.2572H127.047V48.3536H96.4287ZM142.975 69.1536V76.3607H98.2144V60.6393H132.679V58.5107H98.0787V51.3036H142.429V67.025H108.104V69.1536H142.979H142.975ZM106.247 32.5643V39.9786H117.3V32.5643H106.247ZM148.329 40.3893H142.425V49.45H132.539V23.6357H142.425V30.8429H148.329V40.3857V40.3893Z" fill="black"/>%0A<path d="M185.536 47.8714V57.275C182.743 58.5571 178.371 59.1964 172.425 59.1964H171.807V76.3607H161.921V59.1964H149.704V49.7929H172.564C178.421 49.7929 182.746 49.1536 185.539 47.8714H185.536ZM152.586 34.2786V24.875H181.282V47.05H171.396V34.2821H152.586V34.2786ZM198.307 76.3607H188.421V23.6393H198.307V76.3643V76.3607Z" fill="black"/>%0A<path d="M46.4288 17.8571H25.0002C15.138 17.8571 7.14307 25.852 7.14307 35.7143V57.1428C7.14307 67.0051 15.138 75 25.0002 75H46.4288C56.291 75 64.2859 67.0051 64.2859 57.1428V35.7143C64.2859 25.852 56.291 17.8571 46.4288 17.8571Z" fill="%234DCDC0"/>%0A<path d="M34.8607 50.7393C25.8285 60.6821 10.6142 61.6678 0.385667 53.1643C-0.0821902 52.775 -0.13219 52.0678 0.278524 51.6178L16.3535 33.925L34.8607 50.7393Z" fill="%234DCDC0"/>%0A<path d="M53.5714 25H32.1428C22.2821 25 14.2856 32.9964 14.2856 42.8571V64.2857C14.2856 74.1464 22.2821 82.1429 32.1428 82.1429H48.2535C49.2178 82.1429 49.9999 82.925 49.9999 83.8893C49.9999 84.9107 50.8749 85.7214 51.8928 85.6321C62.8392 84.675 71.4285 75.4821 71.4285 64.2857V42.8571C71.4285 32.9964 63.4321 25 53.5714 25Z" fill="%234DCDC0"/>%0A<path d="M24.9999 25C19.0821 25 14.2856 29.7964 14.2856 35.7143V64.2857C14.2856 67.3786 15.0749 70.2893 16.4571 72.8286C18.9928 74.2143 21.9035 75 24.9999 75H53.5714C59.4892 75 64.2856 70.2036 64.2856 64.2857V35.7143C64.2856 32.6214 63.4964 29.7107 62.1142 27.1714C59.5785 25.7857 56.6678 25 53.5714 25H24.9999Z" fill="%23499CDF"/>%0A<path d="M25.357 40.7143C25.357 39.5308 24.3976 38.5714 23.2141 38.5714C22.0307 38.5714 21.0713 39.5308 21.0713 40.7143V45C21.0713 46.1834 22.0307 47.1428 23.2141 47.1428C24.3976 47.1428 25.357 46.1834 25.357 45V40.7143Z" fill="white"/>%0A<path d="M36.0715 57.1429C35.0287 57.1429 33.9822 56.875 33.0358 56.3286C32.1822 55.8357 31.8894 54.7429 32.3858 53.8893C32.8787 53.0357 33.9715 52.7429 34.8251 53.2393C35.8037 53.8036 37.043 53.6429 37.8394 52.8464C38.2251 52.4607 38.468 51.9714 38.543 51.4357C38.8644 49.1607 39.868 47 41.4501 45.1857C42.393 44.1071 42.8894 42.7214 42.8537 41.2857C42.7787 38.3536 40.4322 35.9107 37.5072 35.7286C36.5215 35.6679 35.5715 35.8464 34.693 36.2679C33.8037 36.6929 32.7358 36.3107 32.3144 35.4214C31.8894 34.5321 32.2715 33.4643 33.1608 33.0429C34.5751 32.3714 36.1537 32.0679 37.7322 32.1643C42.4894 32.4607 46.3072 36.4286 46.4251 41.1964C46.4822 43.5286 45.6715 45.7786 44.143 47.5357C43.018 48.825 42.3037 50.3464 42.0822 51.9357C41.8965 53.2464 41.3037 54.4357 40.368 55.375C39.2001 56.5429 37.6465 57.15 36.0751 57.15L36.0715 57.1429Z" fill="white"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2080_3066">%0A<rect width="200" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',Hl='data:image/svg+xml,<svg width="371" height="100" viewBox="0 0 371 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7374)">%0A<path d="M237.151 26.0393V72.7214H216.65V26.0393H237.151ZM234.408 70.0464V28.7179H219.254V70.0464H234.408ZM261.495 76.3607H258.819V48.9679H247.575V75.4679H244.899V23.9821H247.575V46.2929H258.819V23.6393H261.495V76.3643V76.3607Z" fill="black"/>%0A<path d="M299.722 69.2571C302.076 68.775 304.031 68.1464 305.583 67.3679V70.1143C304.074 70.9393 302.144 71.5786 299.789 72.0357C297.435 72.4929 295.045 72.7214 292.623 72.7214H272.257V25.6964H275V69.975H292.623C294.998 69.975 297.364 69.7357 299.722 69.2536V69.2571ZM311.69 76.4321V23.6393H314.433V76.3643L311.69 76.4321Z" fill="black"/>%0A<path d="M340.556 47.9393L358.179 70.4572L356.053 72.1036L339.872 51.1643C338.409 57.3429 336.329 62.2643 333.632 65.925C330.935 69.5857 327.736 71.8536 324.033 72.7215V69.975C327.279 69.15 330.044 66.8643 332.33 63.1107C334.617 59.3572 336.354 54.5179 337.542 48.5893C338.73 42.6643 339.369 36.0393 339.461 28.7143H324.992V26.0357H356.602V28.7143H342.201C342.155 35.9 341.605 42.3072 340.556 47.9357V47.9393ZM369.22 76.3607H366.477V47.4572H352.418V44.7786H366.477V23.6357H369.22V76.3607Z" fill="black"/>%0A<path d="M92.8784 48.3536V24.2572H123.461V48.3536H92.8784ZM139.371 69.1536V76.3607H94.6621V60.6393H129.087V58.5107H94.5265V51.3036H138.825V67.025H104.54V69.1536H139.375H139.371ZM102.685 32.5643V39.9786H113.726V32.5643H102.685ZM144.719 40.3893H138.822V49.45H128.947V23.6357H138.822V30.8429H144.719V40.3857V40.3893Z" fill="black"/>%0A<path d="M181.886 47.8714V57.275C179.097 58.5571 174.73 59.1964 168.791 59.1964H168.174V76.3607H158.299V59.1964H146.096V49.7929H168.93C174.78 49.7929 179.1 49.1536 181.89 47.8714H181.886ZM148.971 34.2786V24.875H177.634V47.05H167.76V34.2821H148.971V34.2786ZM194.64 76.3607H184.765V23.6393H194.64V76.3643V76.3607Z" fill="black"/>%0A<path d="M48.1549 17.8571H26.7511C16.9002 17.8571 8.91455 25.852 8.91455 35.7143V57.1428C8.91455 67.0051 16.9002 75 26.7511 75H48.1549C58.0058 75 65.9915 67.0051 65.9915 57.1428V35.7143C65.9915 25.852 58.0058 17.8571 48.1549 17.8571Z" fill="%234DCDC0"/>%0A<path d="M36.6007 50.7393C27.579 60.6821 12.3823 61.6678 2.1655 53.1643C1.69818 52.775 1.64824 52.0678 2.05848 51.6178L18.1149 33.925L36.6007 50.7393Z" fill="%234DCDC0"/>%0A<path d="M55.2897 25H33.8859C24.0365 25 16.0493 32.9964 16.0493 42.8571V64.2857C16.0493 74.1464 24.0365 82.1429 33.8859 82.1429H49.978C50.9412 82.1429 51.7224 82.925 51.7224 83.8893C51.7224 84.9107 52.5964 85.7214 53.6131 85.6321C64.5469 84.675 73.1262 75.4821 73.1262 64.2857V42.8571C73.1262 32.9964 65.139 25 55.2897 25Z" fill="%234DCDC0"/>%0A<path d="M26.7512 25C20.8402 25 16.0493 29.7964 16.0493 35.7143V64.2857C16.0493 67.3786 16.8377 70.2893 18.2182 72.8286C20.751 74.2143 23.6584 75 26.7512 75H55.2897C61.2007 75 65.9916 70.2036 65.9916 64.2857V35.7143C65.9916 32.6214 65.2032 29.7107 63.8227 27.1714C61.2899 25.7857 58.3826 25 55.2897 25H26.7512Z" fill="%23499CDF"/>%0A<path d="M27.1079 40.7143C27.1079 39.5308 26.1496 38.5714 24.9675 38.5714C23.7854 38.5714 22.8271 39.5308 22.8271 40.7143V45C22.8271 46.1834 23.7854 47.1428 24.9675 47.1428C26.1496 47.1428 27.1079 46.1834 27.1079 45V40.7143Z" fill="white"/>%0A<path d="M37.8097 57.1429C36.768 57.1429 35.7228 56.875 34.7775 56.3286C33.9249 55.8357 33.6323 54.7429 34.1282 53.8893C34.6205 53.0357 35.7121 52.7429 36.5647 53.2393C37.5421 53.8036 38.78 53.6429 39.5755 52.8464C39.9608 52.4607 40.2033 51.9714 40.2782 51.4357C40.5993 49.1607 41.6017 47 43.182 45.1857C44.1238 44.1071 44.6197 42.7214 44.584 41.2857C44.5091 38.3536 42.1653 35.9107 39.2437 35.7286C38.2556 35.6679 37.3102 35.8464 36.4327 36.2679C35.5444 36.6929 34.4778 36.3107 34.0569 35.4214C33.6323 34.5321 34.014 33.4643 34.9023 33.0429C36.315 32.3714 37.8917 32.0679 39.4685 32.1643C44.2201 32.4607 48.0336 36.4286 48.1513 41.1964C48.2084 43.5286 47.3986 45.7786 45.8718 47.5357C44.7481 48.825 44.0346 50.3464 43.8134 51.9357C43.6279 53.2464 43.0358 54.4357 42.1011 55.375C40.9346 56.5429 39.3828 57.15 37.8132 57.15L37.8097 57.1429Z" fill="white"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7374">%0A<rect width="371" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',W3='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2175_65214)">%0A<path d="M57.1427 17.8571H35.7141C25.8518 17.8571 17.8569 25.852 17.8569 35.7143V57.1428C17.8569 67.0051 25.8518 75 35.7141 75H57.1427C67.0049 75 74.9998 67.0051 74.9998 57.1428V35.7143C74.9998 25.852 67.0049 17.8571 57.1427 17.8571Z" fill="%234DCDC0"/>%0A<path d="M45.575 50.7393C36.5429 60.6821 21.3286 61.6678 11.1 53.1643C10.6322 52.775 10.5822 52.0678 10.9929 51.6178L27.0679 33.925L45.575 50.7393Z" fill="%234DCDC0"/>%0A<path d="M64.2857 25H42.8571C32.9964 25 25 32.9964 25 42.8571V64.2857C25 74.1464 32.9964 82.1429 42.8571 82.1429H58.9679C59.9321 82.1429 60.7143 82.925 60.7143 83.8893C60.7143 84.9107 61.5893 85.7214 62.6071 85.6321C73.5536 84.675 82.1429 75.4821 82.1429 64.2857V42.8571C82.1429 32.9964 74.1464 25 64.2857 25Z" fill="%234DCDC0"/>%0A<path d="M35.7143 25C29.7964 25 25 29.7964 25 35.7143V64.2857C25 67.3786 25.7893 70.2893 27.1714 72.8286C29.7071 74.2143 32.6179 75 35.7143 75H64.2857C70.2036 75 75 70.2036 75 64.2857V35.7143C75 32.6214 74.2107 29.7107 72.8286 27.1714C70.2929 25.7857 67.3821 25 64.2857 25H35.7143Z" fill="%23499CDF"/>%0A<path d="M36.0714 40.7143C36.0714 39.5308 35.112 38.5714 33.9285 38.5714C32.745 38.5714 31.7856 39.5308 31.7856 40.7143V45C31.7856 46.1834 32.745 47.1428 33.9285 47.1428C35.112 47.1428 36.0714 46.1834 36.0714 45V40.7143Z" fill="white"/>%0A<path d="M46.7859 57.1429C45.743 57.1429 44.6966 56.875 43.7502 56.3286C42.8966 55.8357 42.6037 54.7429 43.1002 53.8893C43.593 53.0357 44.6859 52.7429 45.5395 53.2393C46.518 53.8036 47.7573 53.6429 48.5537 52.8464C48.9395 52.4607 49.1823 51.9714 49.2573 51.4357C49.5787 49.1607 50.5823 47 52.1645 45.1857C53.1073 44.1071 53.6037 42.7214 53.568 41.2857C53.493 38.3536 51.1466 35.9107 48.2216 35.7286C47.2359 35.6679 46.2859 35.8464 45.4073 36.2679C44.5145 36.6929 43.4502 36.3107 43.0287 35.4214C42.6037 34.5321 42.9859 33.4643 43.8752 33.0429C45.2895 32.3714 46.868 32.0679 48.4466 32.1643C53.2002 32.4607 57.0216 36.4286 57.1395 41.1964C57.1966 43.5286 56.3859 45.7786 54.8573 47.5357C53.7323 48.825 53.018 50.3464 52.7966 51.9357C52.6109 53.2464 52.018 54.4357 51.0823 55.375C49.9145 56.5429 48.3609 57.15 46.7895 57.15L46.7859 57.1429Z" fill="white"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2175_65214">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',H3='.ihabdevteam-core-scope .header{background:var(--color-deepWhite);border-left:1px solid var(--color-whiteLine);border-right:1px solid var(--color-whiteLine);bottom:0;box-sizing:content-box;display:flex;flex-direction:column;isolation:isolate;left:0;overflow:visible;overscroll-behavior:none;position:fixed;top:0;z-index:var(--z-sidebar)}.ihabdevteam-core-scope .header__menu-button{background:transparent;border:none;display:none}.ihabdevteam-core-scope .header__bottom{align-items:center;background:var(--color-deepWhite);border-top:1px solid var(--color-whiteLine);bottom:0;display:flex;height:56px;justify-content:center;left:0;padding:0;padding-bottom:calc(var(--spacing-content) + env(safe-area-inset-bottom));position:fixed;right:0}.ihabdevteam-core-scope .header__category-button{background:transparent;border:none}.ihabdevteam-core-scope .header:before{background:linear-gradient(160deg,var(--color-main) 0,var(--color-sub) 100%);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .2s ease;z-index:-1}.ihabdevteam-core-scope .header--manager{border-right-color:hsla(0,0%,100%,.2)}.ihabdevteam-core-scope .header--manager:before{opacity:1}.ihabdevteam-core-scope .header--manager .side-nav__separator{background:hsla(0,0%,100%,.25)}.ihabdevteam-core-scope .header--manager .side-nav__icon,.ihabdevteam-core-scope .header--manager .side-nav__item{color:var(--color-deepWhite)}.ihabdevteam-core-scope .header--manager .side-nav__item:focus:not(.active),.ihabdevteam-core-scope .header--manager .side-nav__item:hover:not(.active){background:hsla(0,0%,100%,.15);color:#fff}.ihabdevteam-core-scope .header--manager .side-nav__item:focus:not(.active) .side-nav__icon,.ihabdevteam-core-scope .header--manager .side-nav__item:hover:not(.active) .side-nav__icon{color:#fff}.ihabdevteam-core-scope .header--manager .side-nav__item.active{animation:ihabCoreSnSweep 1s cubic-bezier(.4,0,.2,1) forwards;background:linear-gradient(90deg,var(--color-pureWhite) 50%,color-mix(in srgb,var(--color-main) 50%,#fff) 100%);background-position:0 0;background-size:200% 100%;box-shadow:var(--shadow-card);color:var(--color-darkGray)}.ihabdevteam-core-scope .header--manager .side-nav__item.active .side-nav__icon{animation:ihabCoreSnIconBounce .48s cubic-bezier(.4,0,.2,1) forwards;color:var(--color-lightGray)}.ihabdevteam-core-scope .header--manager .side-nav__item.active .side-nav__icon img{filter:none;opacity:1}.ihabdevteam-core-scope .header--manager .side-nav__footer [role=button],.ihabdevteam-core-scope .header--manager .side-nav__footer button{color:hsla(0,0%,100%,.55)}.ihabdevteam-core-scope .header--manager .side-nav__mode-switch{background:transparent;border-color:hsla(0,0%,100%,.2)}.ihabdevteam-core-scope .header--manager .side-nav__mode-switch:hover{background:hsla(0,0%,100%,.12);border-color:hsla(0,0%,100%,.35)}.ihabdevteam-core-scope .header--manager .side-nav__mode-switch-label{color:hsla(0,0%,100%,.7)}.ihabdevteam-core-scope .header--manager .side-nav__mode-switch-arrow{color:hsla(0,0%,100%,.35)}@media (min-width:1024px){.ihabdevteam-core-scope .header{width:220px}.ihabdevteam-core-scope .header__bottom,.ihabdevteam-core-scope .header__menu-button{display:none}}@media (min-width:768px) and (max-width:1023px){.ihabdevteam-core-scope .header__branding{height:80px}.ihabdevteam-core-scope .header .side-nav__menu{padding:0 10px;transition:padding .18s ease}.ihabdevteam-core-scope .header .side-nav__item{border-radius:var(--radius-card);gap:0;padding:0 14px;transition:padding .18s ease,gap .18s ease}.ihabdevteam-core-scope .header:focus-within .side-nav__menu,.ihabdevteam-core-scope .header:hover .side-nav__menu{padding:0 10px}.ihabdevteam-core-scope .header:focus-within .side-nav__item,.ihabdevteam-core-scope .header:hover .side-nav__item{gap:10px;padding:0 16px}.ihabdevteam-core-scope .header .side-nav__label{display:inline-block;max-width:0;opacity:0;overflow:hidden;pointer-events:none;transform:translateX(-6px);transition:max-width .18s ease,opacity .18s ease,transform .18s ease;white-space:nowrap}.ihabdevteam-core-scope .header{overflow:visible;transition:width .18s ease;width:72px}.ihabdevteam-core-scope .header:focus-within,.ihabdevteam-core-scope .header:hover{width:220px}.ihabdevteam-core-scope .header:focus-within .side-nav__label,.ihabdevteam-core-scope .header:hover .side-nav__label{max-width:200px;opacity:1;pointer-events:auto;transform:translateX(0)}.ihabdevteam-core-scope .header.header--force-collapsed{width:72px}.ihabdevteam-core-scope .header.header--force-collapsed .side-nav__label{max-width:0;opacity:0;pointer-events:none;transform:translateX(-6px)}.ihabdevteam-core-scope .header.header--force-collapsed:hover{width:72px}}@media (max-width:767px){.ihabdevteam-core-scope .header{align-items:center;border-bottom:1px solid var(--color-whiteLine);border-left:none;border-right:none;flex-direction:row;height:64px;justify-content:space-between;left:0;position:fixed;right:0;top:0;width:100%}.ihabdevteam-core-scope .header__top{align-items:center;display:flex;flex:1}.ihabdevteam-core-scope .header__branding{height:auto}.ihabdevteam-core-scope .header__menu-button{display:inline-flex}.ihabdevteam-core-scope .header__bi{align-items:center;display:flex;gap:var(--spacing-xs);padding:0 calc(12px + env(safe-area-inset-right)) 0 calc(12px + env(safe-area-inset-left));width:100%}.ihabdevteam-core-scope .header__bi .header__menu-button{margin-left:auto}.ihabdevteam-core-scope .header__bottom{display:none}}.ihabdevteam-core-scope .brand-identity__root{align-items:center;display:flex;height:100px;justify-content:center}.ihabdevteam-core-scope .brand-identity__image{height:48px;-o-object-fit:contain;object-fit:contain;width:auto}@media (min-width:1024px){.ihabdevteam-core-scope .brand-identity__root{height:100px}}@media (min-width:768px) and (max-width:1023px){.ihabdevteam-core-scope .brand-identity__root{height:100px}}@media (max-width:767px){.ihabdevteam-core-scope .brand-identity__root{height:64px;padding:10px}.ihabdevteam-core-scope .brand-identity__image{height:40px}}';Q(H3);function Vl({appMode:t}){const{t:e}=ge(),a=t==="manager",o=a?Hl:Wl,r=W3,i=ra("(min-width: 768px) and (max-width: 1023px)");return n.jsx("div",{className:"brand-identity__root","aria-label":e("header.biArea","BI \uC601\uC5ED"),children:i?n.jsx("img",{src:r,alt:e("header.biSymbol","BI \uC2EC\uBCFC"),className:"brand-identity__image"}):n.jsx("img",{src:o,alt:a?e("header.logoManager","\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB85C\uACE0"):e("header.logoMalgwi","\uB9D0\uADC0 \uB85C\uACE0"),className:"brand-identity__image"})})}function Gl({activeKey:t,onChange:e,items:a,malgwiItems:o,managerItems:r,unreadCount:i,onDebug:s,onNotification:l,onAccount:u,onSetting:d,onHelp:h,appMode:p,onAppModeChange:m}){const{t:g}=ge(),f=ra("(max-width: 767px)"),b=c.useMemo(()=>{const D=[];return s&&D.push({key:"debug",icon:"terminal",label:g("nav.debug","\uB514\uBC84\uADF8"),onClick:s}),l&&D.push({key:"notifications",icon:"bell",label:g("nav.notifications","\uC54C\uB9BC"),badgeCount:i,onClick:l}),d&&D.push({key:"settings",icon:"settings",label:g("nav.settings","\uC124\uC815"),onClick:d}),h&&D.push({key:"help",icon:"message-circle-question-mark",label:g("nav.help","\uB3C4\uC6C0\uB9D0"),onClick:h}),u&&D.push({key:"account",icon:"user-round",label:g("nav.account","\uACC4\uC815"),onClick:u}),D},[g,s,l,d,h,u,i]),y=c.useCallback(D=>({position:"fixed",top:D.bottom+8,right:Math.max(8,window.innerWidth-D.right),zIndex:1e4}),[]),{open:v,toggle:x,close:_,style:C,triggerRef:T,menuRef:w}=Eo({computeStyle:y,onScroll:"ignore",onResize:"ignore"}),S=c.useMemo(()=>[{items:b.map(D=>({label:D.label,icon:D.icon,badgeCount:D.badgeCount,selected:D.selected??(!!D.key&&D.key===t),closeOnSelect:!0,onClick:()=>{D.onClick?.(),_()}}))}],[b,t,_]);return n.jsxs("aside",{className:`header${p==="manager"?" header--manager":""}`,children:[n.jsxs("div",{className:"header__bi",children:[n.jsx(Vl,{appMode:p}),n.jsxs("div",{className:"header__menu-button",ref:T,children:[n.jsx(se,{size:48,type:"dot",shape:"pill",variant:"default",icon:"menu",ariaLabel:g("header.menuOpen","\uBA54\uB274 \uC5F4\uAE30"),onClick:x}),v&&Yt.createPortal(n.jsx("div",{className:"tooltip-content",style:C,ref:w,children:n.jsx(xr,{columns:S,onClose:_})}),document.body)]})]}),n.jsx(Fl,{items:a,activeKey:t??void 0,onChange:e,unreadCount:i,onDebug:s,onNotification:l,onAccount:u,onSetting:d,onHelp:h,appMode:p,onAppModeChange:m}),f&&n.jsx(zl,{items:a,activeKey:t??void 0,onChange:e,appMode:p,onAppModeChange:m})]})}const lm=Gl;var V3='.ihabdevteam-core-scope .payment-plan__card{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-m);box-sizing:border-box;display:flex;flex:1 1 340px;flex-direction:column;gap:28px;max-width:360px;min-width:min(340px,100%);padding:20px;position:relative;text-align:left;transition:box-shadow .2s ease,transform .2s ease;width:100%}.ihabdevteam-core-scope .payment-plan__card:hover{box-shadow:var(--shadow-dropdown);transform:translateY(-4px)}.ihabdevteam-core-scope .payment-plan__card-badge{position:absolute;right:32px;top:32px}.ihabdevteam-core-scope .payment-plan__pricing-card{cursor:pointer;display:flex;justify-content:center}.ihabdevteam-core-scope .payment-plan__title{color:var(--color-black);display:flex;flex-direction:column;margin:0}.ihabdevteam-core-scope .payment-plan__quote{color:var(--color-sub);margin:0 0 4px;min-height:1.4em}.ihabdevteam-core-scope .payment-plan__title-heading{margin:0}.ihabdevteam-core-scope .payment-plan__subtitle{color:var(--color-gray);line-height:1.5;margin:8px 0 0;text-align:left}.ihabdevteam-core-scope .payment-plan__box,.ihabdevteam-core-scope .payment-plan__box-title{display:block}.ihabdevteam-core-scope .payment-plan__box-list{color:var(--color-lightGray);padding-left:18px}.ihabdevteam-core-scope .payment-plan__box-list li{margin-bottom:4px}.ihabdevteam-core-scope .payment-plan__contact-button{width:100%}.ihabdevteam-core-scope .payment-plan__feature-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:12px 0 0;padding:0}.ihabdevteam-core-scope .payment-plan__feature-item{align-items:center;color:var(--color-darkGray);display:flex;gap:10px;line-height:1.45}.ihabdevteam-core-scope .payment-plan__feature-check{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center}.ihabdevteam-core-scope .payment-plan__card-pricing{display:flex;flex-direction:column;gap:6px;margin-top:auto;text-align:left;width:100%}.ihabdevteam-core-scope .payment-plan__pricing-list{display:flex;flex-direction:column;gap:var(--spacing-s)}.ihabdevteam-core-scope .payment-plan__pricing-row{grid-row-gap:4px;align-items:center;background:var(--plan-color,var(--color-darkWhite));border:1px solid transparent;border-radius:var(--radius-s);box-sizing:border-box;color:#fff;cursor:pointer;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:14px 18px;row-gap:4px;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease;width:100%}.ihabdevteam-core-scope .payment-plan__pricing-row--static{cursor:default;pointer-events:none}.ihabdevteam-core-scope .payment-plan__pricing-row--highlight{background:var(--color-white);border:1px solid var(--plan-color,var(--color-main));color:var(--color-darkGray)}.ihabdevteam-core-scope .payment-plan__pricing-row--highlight .payment-plan__pricing-current,.ihabdevteam-core-scope .payment-plan__pricing-row--highlight .payment-plan__pricing-row-price{color:var(--plan-color,var(--color-main))}.ihabdevteam-core-scope .payment-plan__pricing-row--highlight .payment-plan__pricing-original{color:var(--color-lightGray)}.ihabdevteam-core-scope .payment-plan__pricing-row--highlight .payment-plan__pricing-badge{color:var(--plan-color,var(--color-main))}.ihabdevteam-core-scope .payment-plan__pricing-row:hover{box-shadow:var(--shadow-dropdown);filter:brightness(1.04);transform:translateY(-2px)}.ihabdevteam-core-scope .payment-plan__pricing-row-title{display:contents}.ihabdevteam-core-scope .payment-plan__pricing-row-label{grid-column:1;grid-row:1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .payment-plan__pricing-badge{color:hsla(0,0%,100%,.9);grid-column:2;grid-row:1;margin:0;text-align:right;white-space:nowrap}.ihabdevteam-core-scope .payment-plan__pricing-row-price{align-items:center;color:#fff;display:flex;gap:var(--spacing-xs);grid-column:1/-1;grid-row:2;justify-content:flex-end;margin:0;text-align:right}.ihabdevteam-core-scope .payment-plan__pricing-original{color:var(--color-white-a80);margin:0;text-decoration:line-through;white-space:nowrap}.ihabdevteam-core-scope .payment-plan__pricing-current{color:#fff;margin:0;white-space:nowrap}.ihabdevteam-core-scope .payment-plan__pricing-symbol{font-weight:600;margin-right:2px}.ihabdevteam-core-scope .payment-plan__list{grid-gap:var(--spacing-l);align-items:stretch;display:grid;gap:var(--spacing-l);grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),360px));justify-content:center;margin:0 auto var(--spacing-page);width:100%}.ihabdevteam-core-scope .payment-plan__list>.payment-plan__card{align-self:stretch}.ihabdevteam-core-scope .payment-plan__card-content,.ihabdevteam-core-scope .payment-plan__card-inner{min-height:0}.ihabdevteam-core-scope .payment-plan__card.recommended{border-color:var(--color-main);box-shadow:var(--shadow-dropdown)}.ihabdevteam-core-scope .payment-plan__recommended-badge{background:var(--color-main);border-radius:var(--radius-m);color:#fff;font-weight:700;left:50%;padding:4px 14px;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.ihabdevteam-core-scope .payment-plan__name{font-weight:800;margin:0 0 8px}.ihabdevteam-core-scope .payment-plan__price{font-weight:800;margin:0 0 4px}.ihabdevteam-core-scope .payment-plan__period{color:var(--color-gray);display:inline}.ihabdevteam-core-scope .payment-plan__features{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;margin:20px 0;padding:0}.ihabdevteam-core-scope .payment-plan__feature{align-items:center;color:var(--color-darkGray);display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .payment-plan__feature:before{color:var(--color-success);content:"\u2713";font-weight:700}.ihabdevteam-core-scope .payment-plan__button{border:none;border-radius:var(--radius-card);cursor:pointer;font-weight:700;padding:14px;transition:all .12s;width:100%}.ihabdevteam-core-scope .payment-plan__button--primary{background:var(--color-main);color:#fff}.ihabdevteam-core-scope .payment-plan__button--primary:hover{background:var(--color-infoLink)}.ihabdevteam-core-scope .payment-plan__button--outline{background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);color:var(--color-darkGray)}.ihabdevteam-core-scope .payment-plan__button--outline:hover{border-color:var(--color-main);color:var(--color-main)}@media (max-width:767px){.ihabdevteam-core-scope .payment-plan__list{align-items:center;flex-direction:column;gap:var(--spacing-m)}.ihabdevteam-core-scope .payment-plan__list>.payment-plan__card{align-self:center;flex:none;max-width:360px;width:100%}}';Q(V3);function cm(t){if(!(t==null||t===""))return cr(typeof t=="number"?`${t.toLocaleString("ko-KR")}\uC6D0`:t)}function G3(t){const e=`${t.code??""} ${t.name??""}`.toLowerCase();return/manager|매니저/.test(e)?"manager":"speechear"}function q3(t){if(t.durationDays&&t.durationDays>0){const r=t.durationDays;return r%365===0?`${r/365}\uB144`:`${r}\uC77C`}const e=(t.code??"").match(/(\d+)(d|y)\b/i);if(e)return e[2].toLowerCase()==="y"?`${e[1]}\uB144`:`${e[1]}\uC77C`;const a=t.name??"",o=a.match(/(\d+\s*(?:년|개월|주|일))\s*(?:이용권)?\s*$/);return o?o[1].replace(/\s+/g,""):a||"\uC774\uC6A9\uAD8C"}function U3(t){const e=(t??"").match(/(\d+)(d|y)\b/i);if(!e)return null;const a=Number(e[1]);return e[2].toLowerCase()==="y"?a*365:a}function ql(t){return{type:t.type??G3(t),plan:q3(t),label:t.label,price:cm(t.price),originalPrice:cm(t.originalPrice),discountLabel:t.discountLabel}}var Y3='.ihabdevteam-core-scope .pass-card-frame{container-type:inline-size;height:188px;max-width:100%;width:300px}.ihabdevteam-core-scope .pass-card{border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;height:188px;overflow:hidden;padding:var(--spacing-l);position:relative;width:300px}.ihabdevteam-core-scope .pass-card-frame>.pass-card{aspect-ratio:auto;border-radius:5.33cqw;height:100%;padding:6.67cqw;width:100%}.ihabdevteam-core-scope .pass-card--clickable{cursor:pointer}@media (max-width:360px){.ihabdevteam-core-scope .pass-card,.ihabdevteam-core-scope .pass-card-frame{max-width:300px;width:100%}}.ihabdevteam-core-scope .pass-card--active{box-shadow:0 4px 16px rgba(0,0,0,.08)}.ihabdevteam-core-scope .pass-card--pending{box-shadow:0 2px 8px rgba(0,0,0,.05)}.ihabdevteam-core-scope .pass-card--expired{--color-main:var(--color-disabled);--color-sub:var(--color-whiteLine);--pass-card-expired-shape:var(--color-whiteLine);box-shadow:none}.ihabdevteam-core-scope [data-theme=dark] .pass-card--expired{--pass-card-expired-shape:hsla(0,0%,100%,.18)}@media (prefers-color-scheme:dark){.ihabdevteam-core-scope :root:not([data-theme=light]):not([data-theme=dark]) .pass-card--expired{--pass-card-expired-shape:hsla(0,0%,100%,.18)}}.ihabdevteam-core-scope .pass-card--expired .pass-card-bg{background:var(--color-darkWhite)}.ihabdevteam-core-scope .pass-card--expired .pass-card-bg__symbol{background:var(--pass-card-expired-shape)}.ihabdevteam-core-scope .pass-card--expired .pass-card__copyright,.ihabdevteam-core-scope .pass-card--expired .pass-card__plan,.ihabdevteam-core-scope .pass-card--expired .pass-card__price-area,.ihabdevteam-core-scope .pass-card--expired .pass-card__usage,.ihabdevteam-core-scope .pass-card--expired .pass-card__usage-percent,.ihabdevteam-core-scope .pass-card--expired .pass-card__usage-remaining{color:var(--color-gray)}.ihabdevteam-core-scope .pass-card.pass-card--expired:after{box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.5),inset -1px -1px 0 color-mix(in srgb,var(--color-gray) 10%,transparent)}.ihabdevteam-core-scope .pass-card:after{border-radius:inherit;box-shadow:inset 1px 1px 0 hsla(0,0%,100%,.5),inset -1px -1px 0 rgba(73,156,223,.2);content:"";inset:0;pointer-events:none;position:absolute;z-index:2}.ihabdevteam-core-scope .pass-card__top{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:-1.67cqw;position:relative;z-index:1}.ihabdevteam-core-scope .pass-card__top-left{align-items:flex-start;display:flex;flex-direction:column;gap:0}.ihabdevteam-core-scope .pass-card__logo{height:10.67cqw;-o-object-fit:contain;object-fit:contain;width:auto}.ihabdevteam-core-scope .pass-card__plan{color:var(--pass-card-text,var(--color-pureBlack));display:flex;flex-direction:column;gap:0;margin-top:-.67cqw;position:relative;text-align:left;z-index:1}.ihabdevteam-core-scope .pass-card__plan .h0{font-size:13.33cqw;line-height:1.3}.ihabdevteam-core-scope .pass-card .pass-card__plan-number{font-size:17.33cqw;letter-spacing:-1cqw;line-height:1}.ihabdevteam-core-scope .pass-card__plan .h5b{font-size:5cqw;line-height:1.53}.ihabdevteam-core-scope .pass-card__plan-unit{margin-left:.67cqw;position:relative;top:-.67cqw}.ihabdevteam-core-scope .pass-card__plan-suffix{margin-left:.67cqw;margin-top:0}.ihabdevteam-core-scope .pass-card .pass-card__copyright{color:var(--pass-card-text,var(--color-black));font-size:3.67cqw;line-height:1.36;margin:auto 0 0;position:relative;text-align:left;z-index:1}.ihabdevteam-core-scope .pass-card__price-area{align-items:flex-end;bottom:4.67cqw;display:flex;flex-direction:column;gap:0;position:absolute;right:6.67cqw;z-index:1}.ihabdevteam-core-scope .pass-card__price-area .h1{font-size:10.67cqw;line-height:1.375}.ihabdevteam-core-scope .pass-card__price-area .h5{font-size:5cqw;line-height:1.53}.ihabdevteam-core-scope .pass-card__usage{align-items:flex-end;bottom:4.67cqw;color:var(--pass-card-text,var(--color-black));display:flex;flex-direction:column;gap:0;position:absolute;right:6.67cqw;z-index:1}.ihabdevteam-core-scope .pass-card__usage-percent{align-items:baseline;display:inline-flex;font-size:3.67cqw;gap:0;line-height:1.36;opacity:.9}.ihabdevteam-core-scope .pass-card__usage .pass-card__usage-remaining{font-size:5cqw;line-height:1.53;opacity:.9}.ihabdevteam-core-scope .pass-card__usage .pass-card__usage-value{font-size:10.67cqw;line-height:1.2}.ihabdevteam-core-scope .pass-card__usage .pass-card__usage-symbol{font-size:5cqw;line-height:1.53}.ihabdevteam-core-scope .pass-card__discount{color:var(--pass-card-text,var(--color-pureBlack));font-size:4.67cqw;line-height:1.2;text-align:right;white-space:pre-line}.ihabdevteam-core-scope .pass-card__price{align-items:baseline;color:var(--pass-card-text,var(--color-pureBlack));display:inline-flex;gap:2cqw;text-align:right}.ihabdevteam-core-scope .pass-card__price-original{color:color-mix(in srgb,var(--pass-card-text,var(--color-pureBlack)) 75%,transparent);font-size:4.67cqw;line-height:1.57;text-decoration:line-through;text-decoration-thickness:1px}';Q(Y3);var K3='data:image/svg+xml,<svg width="200" height="100" viewBox="0 0 200 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7326)">%0A<path d="M96.4287 48.3536V24.2572H127.047V48.3536H96.4287ZM142.975 69.1536V76.3607H98.2144V60.6393H132.679V58.5107H98.0787V51.3036H142.429V67.025H108.104V69.1536H142.979H142.975ZM106.247 32.5643V39.9786H117.3V32.5643H106.247ZM148.329 40.3893H142.425V49.45H132.539V23.6357H142.425V30.8429H148.329V40.3857V40.3893Z" fill="%23FAFAFA"/>%0A<path d="M185.536 47.8714V57.275C182.743 58.5571 178.371 59.1964 172.425 59.1964H171.807V76.3607H161.921V59.1964H149.704V49.7929H172.564C178.421 49.7929 182.746 49.1536 185.539 47.8714H185.536ZM152.586 34.2786V24.875H181.282V47.05H171.396V34.2821H152.586V34.2786ZM198.307 76.3607H188.421V23.6393H198.307V76.3643V76.3607Z" fill="%23FAFAFA"/>%0A<path opacity="0.1" d="M24.9999 25C19.0821 25 14.2856 29.7964 14.2856 35.7143V64.2857C14.2856 67.3786 15.0749 70.2893 16.4571 72.8286C18.9928 74.2143 21.9035 75 24.9999 75H53.5714C59.4892 75 64.2856 70.2036 64.2856 64.2857V35.7143C64.2856 32.6214 63.4964 29.7107 62.1142 27.1714C59.5785 25.7857 56.6678 25 53.5714 25H24.9999Z" fill="%23FAFAFA"/>%0A<path d="M14.2859 64.2857V35.7143C14.2859 29.7964 19.0823 25 25.0002 25H53.5716C56.6645 25 59.5752 25.7893 62.1145 27.1714C59.0859 21.6214 53.1966 17.8571 46.4288 17.8571H25.0002C15.1395 17.8571 7.14304 25.8535 7.14304 35.7143V44.0643L0.278759 51.6214C-0.131955 52.0714 -0.0855263 52.7785 0.385902 53.1678C2.46447 54.8964 4.75019 56.225 7.14304 57.1714C7.15376 63.9285 10.9145 69.8035 16.4573 72.8285C15.0716 70.2928 14.2859 67.3821 14.2859 64.2857Z" fill="%23FAFAFA"/>%0A<path d="M25.357 40.7143C25.357 39.5308 24.3976 38.5714 23.2141 38.5714C22.0307 38.5714 21.0713 39.5308 21.0713 40.7143V45C21.0713 46.1834 22.0307 47.1428 23.2141 47.1428C24.3976 47.1428 25.357 46.1834 25.357 45V40.7143Z" fill="%23FAFAFA"/>%0A<path d="M36.0715 57.1428C35.0287 57.1428 33.9822 56.875 33.0358 56.3285C32.1822 55.8357 31.8894 54.7428 32.3858 53.8893C32.8787 53.0357 33.9715 52.7428 34.8251 53.2393C35.8037 53.8035 37.043 53.6428 37.8394 52.8464C38.2251 52.4607 38.468 51.9714 38.543 51.4357C38.8644 49.1607 39.868 47 41.4501 45.1857C42.393 44.1071 42.8894 42.7214 42.8537 41.2857C42.7787 38.3535 40.4322 35.9107 37.5072 35.7285C36.518 35.6678 35.5715 35.85 34.693 36.2678C33.8037 36.6893 32.7358 36.3107 32.3144 35.4214C31.8894 34.5321 32.2715 33.4643 33.1608 33.0428C34.5751 32.3714 36.1572 32.0643 37.7322 32.1643C42.4894 32.4607 46.3072 36.4285 46.4251 41.1964C46.4822 43.5285 45.6715 45.7785 44.143 47.5357C43.018 48.825 42.3037 50.3464 42.0822 51.9321C41.8965 53.2428 41.3037 54.4321 40.368 55.3714C39.2001 56.5393 37.6465 57.1464 36.0751 57.1464L36.0715 57.1428Z" fill="%23FAFAFA"/>%0A<path d="M62.1142 27.1714C63.4999 29.7072 64.2856 32.6179 64.2856 35.7143V64.2857C64.2856 70.2036 59.4892 75 53.5713 75H24.9999C21.907 75 18.9963 74.2107 16.457 72.8286C19.4856 78.3786 25.3749 82.1429 32.1427 82.1429H48.2535C49.2177 82.1429 49.9999 82.925 49.9999 83.8893C49.9999 84.9107 50.8749 85.7215 51.8927 85.6322C62.8392 84.675 71.4285 75.4822 71.4285 64.2857V42.8572C71.4285 36.0893 67.6642 30.2 62.1142 27.1714Z" fill="%23FAFAFA"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7326">%0A<rect width="200" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',Z3='data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 200 100">%0A <!-- Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) -->%0A <defs>%0A <style>%0A .st0 {%0A fill: none;%0A }%0A%0A .st1 {%0A fill: %234dcdc0;%0A }%0A%0A .st2 {%0A fill: %23499cdf;%0A }%0A%0A .st3 {%0A fill: %23fff;%0A }%0A%0A .st4 {%0A clip-path: url(%23clippath);%0A }%0A </style>%0A <clipPath id="clippath">%0A <rect class="st0" width="200" height="100"/>%0A </clipPath>%0A </defs>%0A <g class="st4">%0A <g>%0A <path class="st3" d="M96.43,48.35v-24.1h30.62v24.1h-30.62ZM142.98,69.15v7.21h-44.76v-15.72h34.46v-2.13h-34.6v-7.21h44.35v15.72h-34.33v2.13h34.88,0ZM106.25,32.56v7.41h11.05v-7.41h-11.05ZM148.33,40.39h-5.9v9.06h-9.89v-25.81h9.89v7.21h5.9v9.54h0Z"/>%0A <path class="st3" d="M185.54,47.87v9.4c-2.79,1.28-7.16,1.92-13.11,1.92h-.62v17.16h-9.89v-17.16h-12.22v-9.4h22.86c5.86,0,10.18-.64,12.98-1.92h0ZM152.59,34.28v-9.4h28.7v22.17h-9.89v-12.77h-18.81ZM198.31,76.36h-9.89V23.64h9.89v52.73h0Z"/>%0A <path class="st1" d="M46.43,17.86h-21.43c-9.86,0-17.86,7.99-17.86,17.86v21.43c0,9.86,7.99,17.86,17.86,17.86h21.43c9.86,0,17.86-7.99,17.86-17.86v-21.43c0-9.86-7.99-17.86-17.86-17.86Z"/>%0A <path class="st1" d="M34.86,50.74c-9.03,9.94-24.25,10.93-34.48,2.42-.47-.39-.52-1.1-.11-1.55l16.07-17.69,18.51,16.81Z"/>%0A <path class="st1" d="M53.57,25h-21.43c-9.86,0-17.86,8-17.86,17.86v21.43c0,9.86,8,17.86,17.86,17.86h16.11c.96,0,1.75.78,1.75,1.75,0,1.02.88,1.83,1.89,1.74,10.95-.96,19.54-10.15,19.54-21.35v-21.43c0-9.86-8-17.86-17.86-17.86Z"/>%0A <path class="st2" d="M25,25c-5.92,0-10.71,4.8-10.71,10.71v28.57c0,3.09.79,6,2.17,8.54,2.54,1.39,5.45,2.17,8.54,2.17h28.57c5.92,0,10.71-4.8,10.71-10.71v-28.57c0-3.09-.79-6-2.17-8.54-2.54-1.39-5.45-2.17-8.54-2.17h-28.57Z"/>%0A <path class="st3" d="M25.36,40.71c0-1.18-.96-2.14-2.14-2.14s-2.14.96-2.14,2.14v4.29c0,1.18.96,2.14,2.14,2.14s2.14-.96,2.14-2.14v-4.29Z"/>%0A <path class="st3" d="M36.07,57.14c-1.04,0-2.09-.27-3.04-.81-.85-.49-1.15-1.59-.65-2.44.49-.85,1.59-1.15,2.44-.65.98.56,2.22.4,3.01-.39.39-.39.63-.88.7-1.41.32-2.27,1.33-4.44,2.91-6.25.94-1.08,1.44-2.46,1.4-3.9-.07-2.93-2.42-5.38-5.35-5.56-.99-.06-1.94.12-2.81.54-.89.43-1.96.04-2.38-.85-.42-.89-.04-1.96.85-2.38,1.41-.67,2.99-.97,4.57-.88,4.76.3,8.58,4.26,8.69,9.03.06,2.33-.75,4.58-2.28,6.34-1.12,1.29-1.84,2.81-2.06,4.4-.19,1.31-.78,2.5-1.71,3.44-1.17,1.17-2.72,1.78-4.29,1.78h0Z"/>%0A </g>%0A </g>%0A</svg>',X3='data:image/svg+xml,<svg width="200" height="100" viewBox="0 0 200 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7325)">%0A<path d="M96.4287 48.3536V24.2572H127.047V48.3536H96.4287ZM142.975 69.1536V76.3607H98.2144V60.6393H132.679V58.5107H98.0787V51.3036H142.429V67.025H108.104V69.1536H142.979H142.975ZM106.247 32.5643V39.9786H117.3V32.5643H106.247ZM148.329 40.3893H142.425V49.45H132.539V23.6357H142.425V30.8429H148.329V40.3857V40.3893Z" fill="%23111111"/>%0A<path d="M185.536 47.8714V57.275C182.743 58.5571 178.371 59.1964 172.425 59.1964H171.807V76.3607H161.921V59.1964H149.704V49.7929H172.564C178.421 49.7929 182.746 49.1536 185.539 47.8714H185.536ZM152.586 34.2786V24.875H181.282V47.05H171.396V34.2821H152.586V34.2786ZM198.307 76.3607H188.421V23.6393H198.307V76.3643V76.3607Z" fill="%23111111"/>%0A<path opacity="0.1" d="M24.9999 25C19.0821 25 14.2856 29.7964 14.2856 35.7143V64.2857C14.2856 67.3786 15.0749 70.2893 16.4571 72.8286C18.9928 74.2143 21.9035 75 24.9999 75H53.5714C59.4892 75 64.2856 70.2036 64.2856 64.2857V35.7143C64.2856 32.6214 63.4964 29.7107 62.1142 27.1714C59.5785 25.7857 56.6678 25 53.5714 25H24.9999Z" fill="%23111111"/>%0A<path d="M14.2859 64.2857V35.7143C14.2859 29.7964 19.0823 25 25.0002 25H53.5716C56.6645 25 59.5752 25.7893 62.1145 27.1714C59.0859 21.6214 53.1966 17.8571 46.4288 17.8571H25.0002C15.1395 17.8571 7.14304 25.8535 7.14304 35.7143V44.0643L0.278759 51.6214C-0.131955 52.0714 -0.0855263 52.7785 0.385902 53.1678C2.46447 54.8964 4.75019 56.225 7.14304 57.1714C7.15376 63.9285 10.9145 69.8035 16.4573 72.8285C15.0716 70.2928 14.2859 67.3821 14.2859 64.2857Z" fill="%23111111"/>%0A<path d="M25.357 40.7143C25.357 39.5308 24.3976 38.5714 23.2141 38.5714C22.0307 38.5714 21.0713 39.5308 21.0713 40.7143V45C21.0713 46.1834 22.0307 47.1428 23.2141 47.1428C24.3976 47.1428 25.357 46.1834 25.357 45V40.7143Z" fill="%23111111"/>%0A<path d="M36.0715 57.1428C35.0287 57.1428 33.9822 56.875 33.0358 56.3285C32.1822 55.8357 31.8894 54.7428 32.3858 53.8893C32.8787 53.0357 33.9715 52.7428 34.8251 53.2393C35.8037 53.8035 37.043 53.6428 37.8394 52.8464C38.2251 52.4607 38.468 51.9714 38.543 51.4357C38.8644 49.1607 39.868 47 41.4501 45.1857C42.393 44.1071 42.8894 42.7214 42.8537 41.2857C42.7787 38.3535 40.4322 35.9107 37.5072 35.7285C36.518 35.6678 35.5715 35.85 34.693 36.2678C33.8037 36.6893 32.7358 36.3107 32.3144 35.4214C31.8894 34.5321 32.2715 33.4643 33.1608 33.0428C34.5751 32.3714 36.1572 32.0643 37.7322 32.1643C42.4894 32.4607 46.3072 36.4285 46.4251 41.1964C46.4822 43.5285 45.6715 45.7785 44.143 47.5357C43.018 48.825 42.3037 50.3464 42.0822 51.9321C41.8965 53.2428 41.3037 54.4321 40.368 55.3714C39.2001 56.5393 37.6465 57.1464 36.0751 57.1464L36.0715 57.1428Z" fill="%23111111"/>%0A<path d="M62.1142 27.1714C63.4999 29.7072 64.2856 32.6179 64.2856 35.7143V64.2857C64.2856 70.2036 59.4892 75 53.5713 75H24.9999C21.907 75 18.9963 74.2107 16.457 72.8286C19.4856 78.3786 25.3749 82.1429 32.1427 82.1429H48.2535C49.2177 82.1429 49.9999 82.925 49.9999 83.8893C49.9999 84.9107 50.8749 85.7215 51.8927 85.6322C62.8392 84.675 71.4285 75.4822 71.4285 64.2857V42.8572C71.4285 36.0893 67.6642 30.2 62.1142 27.1714Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7325">%0A<rect width="200" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',J3='data:image/svg+xml,<svg width="371" height="100" viewBox="0 0 371 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7395)">%0A<path d="M237.151 26.0393V72.7215H216.65V26.0393H237.151ZM234.408 70.0465V28.7179H219.254V70.0465H234.408ZM261.495 76.3608H258.819V48.9679H247.575V75.4679H244.899V23.9822H247.575V46.2929H258.819V23.6393H261.495V76.3643V76.3608Z" fill="%23FAFAFA"/>%0A<path d="M299.722 69.2572C302.076 68.7751 304.031 68.1465 305.583 67.3679V70.1143C304.074 70.9393 302.144 71.5786 299.79 72.0358C297.435 72.4929 295.045 72.7215 292.623 72.7215H272.257V25.6965H275.001V69.9751H292.623C294.999 69.9751 297.364 69.7358 299.722 69.2536V69.2572ZM311.69 76.4322V23.6393H314.434V76.3643L311.69 76.4322Z" fill="%23FAFAFA"/>%0A<path d="M340.557 47.9393L358.179 70.4572L356.053 72.1036L339.872 51.1643C338.409 57.3429 336.33 62.2643 333.633 65.925C330.936 69.5857 327.736 71.8536 324.033 72.7215V69.975C327.279 69.15 330.044 66.8643 332.331 63.1107C334.617 59.3572 336.355 54.5179 337.543 48.5893C338.731 42.6643 339.369 36.0393 339.462 28.7143H324.993V26.0357H356.603V28.7143H342.201C342.155 35.9 341.606 42.3072 340.557 47.9357V47.9393ZM369.22 76.3607H366.477V47.4572H352.418V44.7786H366.477V23.6357H369.22V76.3607Z" fill="%23FAFAFA"/>%0A<path d="M92.8784 48.3536V24.2572H123.461V48.3536H92.8784ZM139.371 69.1536V76.3607H94.6621V60.6393H129.087V58.5107H94.5265V51.3036H138.825V67.025H104.54V69.1536H139.375H139.371ZM102.685 32.5643V39.9786H113.726V32.5643H102.685ZM144.719 40.3893H138.822V49.45H128.947V23.6357H138.822V30.8429H144.719V40.3857V40.3893Z" fill="%23FAFAFA"/>%0A<path d="M181.886 47.8715V57.2751C179.097 58.5572 174.73 59.1965 168.791 59.1965H168.174V76.3608H158.299V59.1965H146.096V49.7929H168.93C174.78 49.7929 179.1 49.1536 181.89 47.8715H181.886ZM148.971 34.2786V24.8751H177.634V47.0501H167.76V34.2822H148.971V34.2786ZM194.64 76.3608H184.765V23.6393H194.64V76.3643V76.3608Z" fill="%23FAFAFA"/>%0A<g opacity="0.1">%0A<path d="M26.7512 25C20.8402 25 16.0493 29.7964 16.0493 35.7143V64.2857C16.0493 67.3786 16.8377 70.2893 18.2182 72.8286C20.751 74.2143 23.6584 75 26.7512 75H55.2897C61.2007 75 65.9916 70.2036 65.9916 64.2857V35.7143C65.9916 32.6214 65.2032 29.7107 63.8227 27.1714C61.2899 25.7857 58.3826 25 55.2897 25H26.7512Z" fill="%23FAFAFA"/>%0A</g>%0A<path d="M48.155 17.8571H26.7511C16.9018 17.8571 8.91459 25.8536 8.91459 35.7143V44.0643L2.05822 51.6179C1.64798 52.0679 1.69436 52.775 2.16524 53.1643C4.24141 54.8929 6.52449 56.2214 8.91459 57.1679C8.92529 63.925 12.6817 69.8 18.2181 72.825C16.834 70.2893 16.0492 67.3786 16.0492 64.2821V35.7107C16.0492 29.7929 20.8401 24.9964 26.7511 24.9964H55.2896C58.3789 24.9964 61.2862 25.7857 63.8226 27.1679C60.7975 21.6179 54.915 17.8536 48.155 17.8536V17.8571Z" fill="%23FAFAFA"/>%0A<path d="M63.8227 27.1714C65.2068 29.7072 65.9916 32.6179 65.9916 35.7143V64.2857C65.9916 70.2036 61.2008 75 55.2897 75H26.7513C23.662 75 20.7546 74.2107 18.2183 72.8286C21.2433 78.3786 27.1258 82.1429 33.8859 82.1429H49.978C50.9412 82.1429 51.7224 82.925 51.7224 83.8893C51.7224 84.9107 52.5964 85.7215 53.6131 85.6322C64.5469 84.675 73.1263 75.4822 73.1263 64.2857V42.8572C73.1263 36.0893 69.3663 30.2 63.8227 27.1714Z" fill="%23FAFAFA"/>%0A<path d="M27.1079 40.7143C27.1079 39.5308 26.1496 38.5714 24.9675 38.5714C23.7854 38.5714 22.8271 39.5308 22.8271 40.7143V45C22.8271 46.1834 23.7854 47.1428 24.9675 47.1428C26.1496 47.1428 27.1079 46.1834 27.1079 45V40.7143Z" fill="%23FAFAFA"/>%0A<path d="M37.8097 57.1429C36.768 57.1429 35.7228 56.875 34.7775 56.3286C33.9249 55.8357 33.6323 54.7429 34.1282 53.8893C34.6205 53.0357 35.7121 52.7429 36.5647 53.2393C37.5421 53.8036 38.78 53.6429 39.5755 52.8464C39.9608 52.4607 40.2033 51.9714 40.2782 51.4357C40.5993 49.1607 41.6017 47 43.182 45.1857C44.1238 44.1071 44.6197 42.7214 44.584 41.2857C44.5091 38.3536 42.1653 35.9107 39.2437 35.7286C38.2556 35.6679 37.3102 35.8464 36.4327 36.2679C35.5444 36.6929 34.4778 36.3107 34.0569 35.4214C33.6323 34.5321 34.014 33.4643 34.9023 33.0429C36.315 32.3714 37.8917 32.0679 39.4685 32.1643C44.2201 32.4607 48.0336 36.4286 48.1513 41.1964C48.2084 43.5286 47.3986 45.7786 45.8718 47.5357C44.7481 48.825 44.0346 50.3464 43.8134 51.9357C43.6279 53.2464 43.0358 54.4357 42.1011 55.375C40.9346 56.5429 39.3828 57.15 37.8132 57.15L37.8097 57.1429Z" fill="%23FAFAFA"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7395">%0A<rect width="371" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',Q3='data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 371 100">%0A <!-- Generator: Adobe Illustrator 30.4.0, SVG Export Plug-In . SVG Version: 2.1.4 Build 226) -->%0A <defs>%0A <style>%0A .st0 {%0A fill: none;%0A }%0A%0A .st1 {%0A fill: %234dcdc0;%0A }%0A%0A .st2 {%0A fill: %23499cdf;%0A }%0A%0A .st3 {%0A fill: %23fff;%0A }%0A%0A .st4 {%0A clip-path: url(%23clippath);%0A }%0A </style>%0A <clipPath id="clippath">%0A <rect class="st0" width="371" height="100"/>%0A </clipPath>%0A </defs>%0A <g class="st4">%0A <g>%0A <path class="st3" d="M237.15,26.04v46.68h-20.5V26.04h20.5ZM234.41,70.05V28.72h-15.15v41.33h15.15ZM261.49,76.36h-2.68v-27.39h-11.24v26.5h-2.68V23.98h2.68v22.31h11.24v-22.65h2.68v52.73h0Z"/>%0A <path class="st3" d="M299.72,69.26c2.35-.48,4.31-1.11,5.86-1.89v2.75c-1.51.82-3.44,1.46-5.79,1.92-2.35.46-4.74.69-7.17.69h-20.37V25.7h2.74v44.28h17.62c2.38,0,4.74-.24,7.1-.72h0ZM311.69,76.43V23.64h2.74v52.73l-2.74.07Z"/>%0A <path class="st3" d="M340.56,47.94l17.62,22.52-2.13,1.65-16.18-20.94c-1.46,6.18-3.54,11.1-6.24,14.76-2.7,3.66-5.9,5.93-9.6,6.8v-2.75c3.25-.82,6.01-3.11,8.3-6.86,2.29-3.75,4.02-8.59,5.21-14.52,1.19-5.92,1.83-12.55,1.92-19.87h-14.47v-2.68h31.61v2.68h-14.4c-.05,7.19-.6,13.59-1.64,19.22h0ZM369.22,76.36h-2.74v-28.9h-14.06v-2.68h14.06v-21.14h2.74v52.73Z"/>%0A <path class="st3" d="M92.88,48.35v-24.1h30.58v24.1h-30.58ZM139.37,69.15v7.21h-44.71v-15.72h34.42v-2.13h-34.56v-7.21h44.3v15.72h-34.28v2.13h34.83,0ZM102.68,32.56v7.41h11.04v-7.41h-11.04ZM144.72,40.39h-5.9v9.06h-9.88v-25.81h9.88v7.21h5.9v9.54h0Z"/>%0A <path class="st3" d="M181.89,47.87v9.4c-2.79,1.28-7.16,1.92-13.1,1.92h-.62v17.16h-9.88v-17.16h-12.2v-9.4h22.83c5.85,0,10.17-.64,12.96-1.92h0ZM148.97,34.28v-9.4h28.66v22.17h-9.87v-12.77h-18.79ZM194.64,76.36h-9.88V23.64h9.88v52.73h0Z"/>%0A <path class="st1" d="M48.15,17.86h-21.4c-9.85,0-17.84,7.99-17.84,17.86v21.43c0,9.86,7.99,17.86,17.84,17.86h21.4c9.85,0,17.84-7.99,17.84-17.86v-21.43c0-9.86-7.99-17.86-17.84-17.86Z"/>%0A <path class="st1" d="M36.6,50.74c-9.02,9.94-24.22,10.93-34.44,2.42-.47-.39-.52-1.1-.11-1.55l16.06-17.69,18.49,16.81Z"/>%0A <path class="st1" d="M55.29,25h-21.4c-9.85,0-17.84,8-17.84,17.86v21.43c0,9.86,7.99,17.86,17.84,17.86h16.09c.96,0,1.74.78,1.74,1.75,0,1.02.87,1.83,1.89,1.74,10.93-.96,19.51-10.15,19.51-21.35v-21.43c0-9.86-7.99-17.86-17.84-17.86Z"/>%0A <path class="st2" d="M26.75,25c-5.91,0-10.7,4.8-10.7,10.71v28.57c0,3.09.79,6,2.17,8.54,2.53,1.39,5.44,2.17,8.53,2.17h28.54c5.91,0,10.7-4.8,10.7-10.71v-28.57c0-3.09-.79-6-2.17-8.54-2.53-1.39-5.44-2.17-8.53-2.17h-28.54Z"/>%0A <path class="st3" d="M27.11,40.71c0-1.18-.96-2.14-2.14-2.14s-2.14.96-2.14,2.14v4.29c0,1.18.96,2.14,2.14,2.14s2.14-.96,2.14-2.14v-4.29Z"/>%0A <path class="st3" d="M37.81,57.14c-1.04,0-2.09-.27-3.03-.81-.85-.49-1.15-1.59-.65-2.44.49-.85,1.58-1.15,2.44-.65.98.56,2.22.4,3.01-.39.39-.39.63-.88.7-1.41.32-2.27,1.32-4.44,2.9-6.25.94-1.08,1.44-2.46,1.4-3.9-.07-2.93-2.42-5.38-5.34-5.56-.99-.06-1.93.12-2.81.54-.89.43-1.95.04-2.38-.85-.42-.89-.04-1.96.85-2.38,1.41-.67,2.99-.97,4.57-.88,4.75.3,8.57,4.26,8.68,9.03.06,2.33-.75,4.58-2.28,6.34-1.12,1.29-1.84,2.81-2.06,4.4-.19,1.31-.78,2.5-1.71,3.44-1.17,1.17-2.72,1.78-4.29,1.78h0Z"/>%0A </g>%0A </g>%0A</svg>',e8='data:image/svg+xml,<svg width="371" height="100" viewBox="0 0 371 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7394)">%0A<path d="M237.151 26.0393V72.7215H216.65V26.0393H237.151ZM234.408 70.0465V28.7179H219.254V70.0465H234.408ZM261.495 76.3608H258.819V48.9679H247.575V75.4679H244.899V23.9822H247.575V46.2929H258.819V23.6393H261.495V76.3643V76.3608Z" fill="%23111111"/>%0A<path d="M299.722 69.2572C302.076 68.7751 304.031 68.1465 305.583 67.3679V70.1143C304.074 70.9393 302.144 71.5786 299.79 72.0358C297.435 72.4929 295.045 72.7215 292.623 72.7215H272.257V25.6965H275.001V69.9751H292.623C294.999 69.9751 297.364 69.7358 299.722 69.2536V69.2572ZM311.69 76.4322V23.6393H314.434V76.3643L311.69 76.4322Z" fill="%23111111"/>%0A<path d="M340.557 47.9393L358.179 70.4572L356.053 72.1036L339.872 51.1643C338.409 57.3429 336.33 62.2643 333.633 65.925C330.936 69.5857 327.736 71.8536 324.033 72.7215V69.975C327.279 69.15 330.044 66.8643 332.331 63.1107C334.617 59.3572 336.355 54.5179 337.543 48.5893C338.731 42.6643 339.369 36.0393 339.462 28.7143H324.993V26.0357H356.603V28.7143H342.201C342.155 35.9 341.606 42.3072 340.557 47.9357V47.9393ZM369.22 76.3607H366.477V47.4572H352.418V44.7786H366.477V23.6357H369.22V76.3607Z" fill="%23111111"/>%0A<path d="M92.8784 48.3536V24.2572H123.461V48.3536H92.8784ZM139.371 69.1536V76.3607H94.6621V60.6393H129.087V58.5107H94.5265V51.3036H138.825V67.025H104.54V69.1536H139.375H139.371ZM102.685 32.5643V39.9786H113.726V32.5643H102.685ZM144.719 40.3893H138.822V49.45H128.947V23.6357H138.822V30.8429H144.719V40.3857V40.3893Z" fill="%23111111"/>%0A<path d="M181.886 47.8715V57.2751C179.097 58.5572 174.73 59.1965 168.791 59.1965H168.174V76.3608H158.299V59.1965H146.096V49.7929H168.93C174.78 49.7929 179.1 49.1536 181.89 47.8715H181.886ZM148.971 34.2786V24.8751H177.634V47.0501H167.76V34.2822H148.971V34.2786ZM194.64 76.3608H184.765V23.6393H194.64V76.3643V76.3608Z" fill="%23111111"/>%0A<g opacity="0.1">%0A<path d="M26.7512 25C20.8402 25 16.0493 29.7964 16.0493 35.7143V64.2857C16.0493 67.3786 16.8377 70.2893 18.2182 72.8286C20.751 74.2143 23.6584 75 26.7512 75H55.2897C61.2007 75 65.9916 70.2036 65.9916 64.2857V35.7143C65.9916 32.6214 65.2032 29.7107 63.8227 27.1714C61.2899 25.7857 58.3826 25 55.2897 25H26.7512Z" fill="%23111111"/>%0A</g>%0A<path d="M48.155 17.8571H26.7511C16.9018 17.8571 8.91459 25.8536 8.91459 35.7143V44.0643L2.05822 51.6179C1.64798 52.0679 1.69436 52.775 2.16524 53.1643C4.24141 54.8929 6.52449 56.2214 8.91459 57.1679C8.92529 63.925 12.6817 69.8 18.2181 72.825C16.834 70.2893 16.0492 67.3786 16.0492 64.2821V35.7107C16.0492 29.7929 20.8401 24.9964 26.7511 24.9964H55.2896C58.3789 24.9964 61.2862 25.7857 63.8226 27.1679C60.7975 21.6179 54.915 17.8536 48.155 17.8536V17.8571Z" fill="%23111111"/>%0A<path d="M63.8227 27.1714C65.2068 29.7072 65.9916 32.6179 65.9916 35.7143V64.2857C65.9916 70.2036 61.2008 75 55.2897 75H26.7513C23.662 75 20.7546 74.2107 18.2183 72.8286C21.2433 78.3786 27.1258 82.1429 33.8859 82.1429H49.978C50.9412 82.1429 51.7224 82.925 51.7224 83.8893C51.7224 84.9107 52.5964 85.7215 53.6131 85.6322C64.5469 84.675 73.1263 75.4822 73.1263 64.2857V42.8572C73.1263 36.0893 69.3663 30.2 63.8227 27.1714Z" fill="%23111111"/>%0A<path d="M27.1079 40.7143C27.1079 39.5308 26.1496 38.5714 24.9675 38.5714C23.7854 38.5714 22.8271 39.5308 22.8271 40.7143V45C22.8271 46.1834 23.7854 47.1428 24.9675 47.1428C26.1496 47.1428 27.1079 46.1834 27.1079 45V40.7143Z" fill="%23111111"/>%0A<path d="M37.8097 57.1429C36.768 57.1429 35.7228 56.875 34.7775 56.3286C33.9249 55.8357 33.6323 54.7429 34.1282 53.8893C34.6205 53.0357 35.7121 52.7429 36.5647 53.2393C37.5421 53.8036 38.78 53.6429 39.5755 52.8464C39.9608 52.4607 40.2033 51.9714 40.2782 51.4357C40.5993 49.1607 41.6017 47 43.182 45.1857C44.1238 44.1071 44.6197 42.7214 44.584 41.2857C44.5091 38.3536 42.1653 35.9107 39.2437 35.7286C38.2556 35.6679 37.3102 35.8464 36.4327 36.2679C35.5444 36.6929 34.4778 36.3107 34.0569 35.4214C33.6323 34.5321 34.014 33.4643 34.9023 33.0429C36.315 32.3714 37.8917 32.0679 39.4685 32.1643C44.2201 32.4607 48.0336 36.4286 48.1513 41.1964C48.2084 43.5286 47.3986 45.7786 45.8718 47.5357C44.7481 48.825 44.0346 50.3464 43.8134 51.9357C43.6279 53.2464 43.0358 54.4357 42.1011 55.375C40.9346 56.5429 39.3828 57.15 37.8132 57.15L37.8097 57.1429Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7394">%0A<rect width="371" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',t8=".ihabdevteam-core-scope .pass-card-bg{border-radius:inherit;inset:0;overflow:hidden;pointer-events:none;position:absolute}:where(.ihabdevteam-core-scope){--pass-card-symbol-opacity:1}.ihabdevteam-core-scope .pass-card-bg__symbol{background:var(--symbol-url) center /contain no-repeat;height:48px;-webkit-mask:var(--symbol-url) center /contain no-repeat;mask:var(--symbol-url) center /contain no-repeat;position:absolute;right:12px;top:12px;width:48px}";Q(t8);var a8=".ihabdevteam-core-scope .pass-card-bg-two-circle{background:var(--color-pureWhite)}.ihabdevteam-core-scope .pass-card-bg-two-circle__c1,.ihabdevteam-core-scope .pass-card-bg-two-circle__c3{border-radius:50%;opacity:.75;opacity:var(--pass-card-symbol-opacity,.75);position:absolute}.ihabdevteam-core-scope .pass-card-bg-two-circle__c1{background:var(--color-main);height:340px;right:-150px;top:-140px;width:340px}.ihabdevteam-core-scope .pass-card-bg-two-circle__c3{background:var(--color-sub);bottom:-90px;height:220px;right:-50px;width:220px}.ihabdevteam-core-scope .pass-card-bg-two-circle__symbol{background:var(--color-darkWhite)}";Q(a8);var dm='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2255_7305)">%0A<path d="M75.2535 24.7464C68.7892 18.2821 59.8606 14.2857 49.9999 14.2857C40.1392 14.2857 37.5214 24.5964 31.0606 31.0607C24.5964 37.525 14.2856 40.1893 14.2856 50C14.2856 59.8107 18.2821 68.7893 24.7464 75.2536C31.2106 81.7179 40.1392 85.7143 49.9999 85.7143C59.8606 85.7143 68.7892 81.7179 75.2535 75.2536C81.7178 68.7893 85.7142 59.8607 85.7142 50C85.7142 40.1393 81.7178 31.2107 75.2535 24.7464ZM62.6285 62.6286C59.3964 65.8607 54.9321 67.8571 49.9999 67.8571C45.0678 67.8571 40.6035 65.8571 37.3714 62.6286C34.1392 59.3964 32.1428 54.9321 32.1428 50C32.1428 45.0678 34.1428 40.6036 37.3714 37.3714C40.6035 34.1393 45.0678 32.1428 49.9999 32.1428C54.9321 32.1428 59.3964 34.1428 62.6285 37.3714C65.8606 40.6036 67.8571 45.0678 67.8571 50C67.8571 54.9321 65.8571 59.3964 62.6285 62.6286Z" fill="%23FAFAFA"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2255_7305">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';const Va={text:"--pass-card-text",sub:"--pass-card-sub",copyright:"--pass-card-copyright"},Ul=new WeakMap;function o8(t){if(t)return Ul.get(t)}function va(t,e){t&&(t.style.setProperty(Va.text,e.text),t.style.setProperty(Va.sub,e.sub),e.copyrightColor&&t.style.setProperty(Va.copyright,e.copyrightColor),Ul.set(t,e))}function ya(t){t&&(t.style.removeProperty(Va.text),t.style.removeProperty(Va.sub),t.style.removeProperty(Va.copyright),Ul.delete(t))}const Yl={text:"var(--color-pureBlack)",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#1a1a1a"};function Kl(t={}){const e=dt(Yl,va,ya);return n.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-two-circle","aria-hidden":"true",children:[n.jsx("div",{className:"pass-card-bg-two-circle__c1"}),n.jsx("div",{className:"pass-card-bg-two-circle__c3"}),n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-two-circle__symbol",style:{"--symbol-url":`url("${dm}")`}})]})}const um="M75.2535 24.7464C68.7892 18.2821 59.8606 14.2857 49.9999 14.2857C40.1392 14.2857 37.5214 24.5964 31.0606 31.0607C24.5964 37.525 14.2856 40.1893 14.2856 50C14.2856 59.8107 18.2821 68.7893 24.7464 75.2536C31.2106 81.7178 40.1392 85.7143 49.9999 85.7143C59.8606 85.7143 68.7892 81.7178 75.2535 75.2536C81.7178 68.7893 85.7142 59.8607 85.7142 50C85.7142 40.1393 81.7178 31.2107 75.2535 24.7464Z";var r8=".ihabdevteam-core-scope .pass-card-bg-sound-move{background:var(--color-pureWhite)}.ihabdevteam-core-scope .pass-card-bg-sound-move__svg{height:100%;inset:0;pointer-events:none;position:absolute;width:100%}";Q(r8);var Cr='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2175_65181)">%0A<path d="M75.2535 24.7464C68.7892 18.2821 59.8606 14.2857 49.9999 14.2857C40.1392 14.2857 37.5214 24.5964 31.0606 31.0607C24.5964 37.525 14.2856 40.1893 14.2856 50C14.2856 59.8107 18.2821 68.7893 24.7464 75.2536C31.2106 81.7178 40.1392 85.7143 49.9999 85.7143C59.8606 85.7143 68.7892 81.7178 75.2535 75.2536C81.7178 68.7893 85.7142 59.8607 85.7142 50C85.7142 40.1393 81.7178 31.2107 75.2535 24.7464ZM62.6285 62.6286C59.3964 65.8607 54.9321 67.8571 49.9999 67.8571C45.0678 67.8571 40.6035 65.8571 37.3714 62.6286C34.1392 59.3964 32.1428 54.9321 32.1428 50C32.1428 45.0678 34.1428 40.6036 37.3714 37.3714C40.6035 34.1393 45.0678 32.1428 49.9999 32.1428C54.9321 32.1428 59.3964 34.1428 62.6285 37.3714C65.8606 40.6036 67.8571 45.0678 67.8571 50C67.8571 54.9321 65.8571 59.3964 62.6285 62.6286Z" fill="url(%23paint0_linear_2175_65181)"/>%0A</g>%0A<defs>%0A<linearGradient id="paint0_linear_2175_65181" x1="29.6392" y1="29.6393" x2="75.2535" y2="75.2536" gradientUnits="userSpaceOnUse">%0A<stop offset="0.2" stop-color="%23499CDF"/>%0A<stop offset="0.8" stop-color="%234DCDC0"/>%0A</linearGradient>%0A<clipPath id="clip0_2175_65181">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';const n8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"},i8=[{scale:1,opacity:.55},{scale:2,opacity:.4},{scale:3.1,opacity:.28},{scale:4.5,opacity:.18},{scale:6,opacity:.1}];function pm(t={}){const e=dt(n8,va,ya),a="var(--color-main)",o=270,r=170;return n.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-sound-move","aria-hidden":"true",children:[n.jsx("svg",{className:"pass-card-bg-sound-move__svg",viewBox:"0 0 300 189",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg",children:i8.map(({scale:i,opacity:s},l)=>n.jsx("g",{transform:`translate(${o} ${r}) scale(${i}) translate(-50 -50)`,opacity:s,children:n.jsx("path",{d:um,fill:"none",stroke:a,strokeWidth:"1.5",vectorEffect:"non-scaling-stroke"})},l))}),n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-sound-move__symbol",style:{"--symbol-url":`url("${Cr}")`}})]})}var s8=".ihabdevteam-core-scope .pass-card-bg-sound-move-v1{background:linear-gradient(135deg,var(--color-main),var(--color-sub))}.ihabdevteam-core-scope .pass-card-bg-sound-move-v1__svg{height:100%;inset:0;pointer-events:none;position:absolute;width:100%}";Q(s8);const l8={text:"#ffffff",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",logoColor:"_white",copyrightColor:"#ffffff"},c8=[{scale:1,opacity:.55},{scale:2,opacity:.4},{scale:3.1,opacity:.28},{scale:4.5,opacity:.18},{scale:6,opacity:.1}];function d8(t={}){const e=dt(l8,va,ya),a="#ffffff",o=270,r=170;return n.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-sound-move-v1","aria-hidden":"true",children:[n.jsx("svg",{className:"pass-card-bg-sound-move-v1__svg",viewBox:"0 0 300 189",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg",children:c8.map(({scale:i,opacity:s},l)=>n.jsx("g",{transform:`translate(${o} ${r}) scale(${i}) translate(-50 -50)`,opacity:s,children:n.jsx("path",{d:um,fill:"none",stroke:a,strokeWidth:"1.5",vectorEffect:"non-scaling-stroke"})},l))}),n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-sound-move-v1__symbol",style:{"--symbol-url":`url("${dm}")`}})]})}var u8=".ihabdevteam-core-scope .pass-card-bg-talk{align-items:center;background:var(--color-pureWhite);display:flex;justify-content:center}.ihabdevteam-core-scope .pass-card-bg-talk__shape{height:76px;position:absolute;width:76px}.ihabdevteam-core-scope .pass-card-bg-talk__shape--left{background:var(--color-main);border-radius:42px 42px 42px 4px;transform:translateX(-18px)}.ihabdevteam-core-scope .pass-card-bg-talk__shape--right{background:var(--color-sub);border-radius:50%;opacity:.7;transform:translateX(18px)}";Q(u8);const p8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"};function h8(t={}){const e=dt(p8,va,ya);return n.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-talk","aria-hidden":"true",children:[n.jsx("div",{className:"pass-card-bg-talk__shape pass-card-bg-talk__shape--left"}),n.jsx("div",{className:"pass-card-bg-talk__shape pass-card-bg-talk__shape--right"}),n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-talk__symbol",style:{"--symbol-url":`url("${Cr}")`}})]})}const m8={Logo_speechear_kr:{"":Wl,_white:K3,_textWhite:Z3,_black:X3},Logo_speechearManager_kr:{"":Hl,_white:J3,_textWhite:Q3,_black:e8}};function g8(t,e){if(t)return m8[t]?.[e??""]??void 0}const b8={speechear:Wl,manager:Hl},f8={speechear:"Logo_speechear_kr",manager:"Logo_speechearManager_kr"},hm=10;function v8(t,e){if(t<=0)return e("passCard.remainingSecond",{n:0});const a=Math.floor(t/86400);if(a>0)return e("passCard.remainingDay",{n:a});const o=Math.floor(t/3600);if(o>0)return e("passCard.remainingHour",{n:o});const r=Math.floor(t/60);return r>0?e("passCard.remainingMinute",{n:r}):e("passCard.remainingSecond",{n:Math.floor(t)})}function y8(t,e,a){if(t==="manager"){const o=/년/.test(e)||/yr|year/i.test(e)||/1년|365/.test(e),r=a==="\uC624\uD508\uD2B9\uAC00"||a===ct.t("passCard.specialLabel");return o?n.jsx(h8,{}):r?n.jsx(d8,{}):n.jsx(pm,{})}return n.jsx(Kl,{})}function Zl({product:t,showPrice:e=!1,plan:a,type:o,endDate:r,remainingSeconds:i,state:s="active",bg:l,bgOnly:u=!1,textColor:d,subColor:h,copyrightColor:p,logoSrc:m,label:g,price:f,originalPrice:b,discountLabel:y,onUse:v,onRefund:x,onDelete:_}){const{t:C}=ge(),T=t?ql(t):void 0,w=o??T?.type??"speechear",S=a??T?.plan??"\uC774\uC6A9\uAD8C",D=g??T?.label,A=f??(e?T?.price:void 0),N=b??(e?T?.originalPrice:void 0),O=y??T?.discountLabel,j=c.useMemo(()=>{if(A)return null;const X=t?.durationDays??U3(t?.code);if(!X||X<=0)return null;const de=X*86400;let Ce;if(i!=null)Ce=i;else if((s==="active"||s==="expired")&&r){const le=new Date(r).getTime();if(Number.isNaN(le))return null;const G=new Date;G.setHours(0,0,0,0);const ce=new Date(le);ce.setHours(0,0,0,0);const be=Math.round((ce.getTime()-G.getTime())/864e5);Ce=Math.max(0,be)*86400}else s==="expired"?Ce=0:Ce=de;const Z=Math.max(0,Math.min(100,Math.floor(Math.min(Ce,de)/de*100)));return s==="pending"&&Z>=100?null:{percent:Z,remainingLabel:v8(Ce,C)}},[A,s,r,i,t?.durationDays,t?.code,C]),k=c.useRef(null),[E,L]=c.useState({}),[z,te]=c.useState(null),J=!!(v||x||_),ae=c.useRef(!1),M=c.useRef(void 0),[R,$]=c.useState(m);c.useLayoutEffect(()=>{$(m)},[m]),c.useLayoutEffect(()=>{const X=k.current;X&&(d!==void 0&&X.style.setProperty("--pass-card-text",d),h!==void 0&&X.style.setProperty("--pass-card-sub",h),p!==void 0&&X.style.setProperty("--pass-card-copyright",p))},[d,h,p]),c.useLayoutEffect(()=>{const X=k.current;if(!X)return;const de=o8(X);if(!m){const Ce=f8[w],Z=s==="expired"?"_black":de?.logoColor??"",le=g8(Ce,Z);$(le)}},[l,m,w,s]);const F=X=>{const de=k.current;if(!de)return null;const{left:Ce,top:Z,width:le,height:G}=de.getBoundingClientRect(),ce=(X.clientX-Ce)/le-.5;return{rotateX:-((X.clientY-Z)/G-.5)*hm,rotateY:ce*hm}},I=(X,de)=>{const Ce=de*-.7,Z=X*.7+10,le=20+(Math.abs(X)+Math.abs(de))*.4;return`${Ce}px ${Z}px ${le}px rgba(0, 0, 0, 0.18)`},q=c.useCallback(X=>{ae.current=!0,clearTimeout(M.current),M.current=setTimeout(()=>{ae.current=!1},200);const de=F(X);de&&L({transform:`perspective(800px) rotateX(${de.rotateX}deg) rotateY(${de.rotateY}deg) scale3d(1.03, 1.03, 1.03)`,boxShadow:I(de.rotateX,de.rotateY),transition:"transform 0.25s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.25s cubic-bezier(0.23, 1, 0.32, 1)"})},[]),P=c.useCallback(X=>{const de=F(X);if(!de)return;const Ce=ae.current?"transform 0.2s ease, box-shadow 0.2s ease":"none";L({transform:`perspective(800px) rotateX(${de.rotateX}deg) rotateY(${de.rotateY}deg) scale3d(1.03, 1.03, 1.03)`,boxShadow:I(de.rotateX,de.rotateY),transition:Ce})},[]),H=c.useCallback(()=>{clearTimeout(M.current),ae.current=!1,L({transform:"perspective(800px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1)",boxShadow:"0px 4px 16px rgba(0, 0, 0, 0.08)",transition:"transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1)"})},[]),V=c.useCallback(()=>te(null),[]),U=c.useMemo(()=>{const X=S.replace("\uC774\uC6A9\uAD8C","").trim(),de=X.match(/^(.*?)(일|년)$/);return de?n.jsxs(n.Fragment,{children:[n.jsx("span",{className:"h0 pass-card__plan-number",children:de[1]}),n.jsx("span",{className:"h5b pass-card__plan-unit",children:de[2]==="\uB144"?C("passCard.unitYear","\uB144"):C("passCard.unitDay","\uC77C")})]}):n.jsx("span",{className:"h0",children:X})},[S,C]),ee=c.useMemo(()=>{const X=cr(A);if(!X)return null;const de=X.match(/^([^\d]*)([\d.,]+)(.*)$/);if(!de)return n.jsx("span",{className:"h1",children:X});const[,Ce,Z,le]=de;return n.jsxs(n.Fragment,{children:[Ce&&n.jsx("span",{className:"h5 pass-card__price-symbol",children:Ce}),n.jsx("span",{className:"h1 pass-card__price-amount",children:Z}),le.trim()&&n.jsx("span",{className:"h5 pass-card__price-symbol",children:le.trim()})]})},[A]),pe=c.useCallback(()=>{J&&te(X=>{if(X)return null;const de=k.current?.getBoundingClientRect();if(!de)return null;const Ce=50;return{left:de.left,right:de.right,width:de.width,height:de.height,x:de.x,y:de.y+Ce,top:de.top+Ce,bottom:de.bottom+Ce}})},[J]),he=c.useCallback(X=>{J&&(X.key==="Enter"||X.key===" ")&&(X.preventDefault(),pe())},[J,pe]),oe=[{items:[...v?[{label:C("passCard.menu.use","\uC0AC\uC6A9\uD558\uAE30"),icon:"play",onClick:()=>{v(),te(null)},closeOnSelect:!0}]:[],...x?[{label:C("passCard.menu.refund","\uD658\uBD88\uD558\uAE30"),icon:"rotate-ccw",onClick:()=>{x(),te(null)},closeOnSelect:!0}]:[],..._?[{label:C("passCard.menu.delete","\uC0AD\uC81C\uD558\uAE30"),icon:"trash-2",onClick:()=>{_(),te(null)},closeOnSelect:!0}]:[]]}];return n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"pass-card-frame",children:n.jsxs("div",{ref:k,className:`pass-card pass-card--${s}${J?" pass-card--clickable":""}`,style:E,onMouseEnter:q,onMouseMove:P,onMouseLeave:H,onClick:pe,onKeyDown:J?he:void 0,role:J?"button":void 0,tabIndex:J?0:void 0,children:[l??y8(w,S,D),!u&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"pass-card__top",children:n.jsxs("div",{className:"pass-card__top-left",children:[n.jsx("img",{src:R??b8[w],className:"pass-card__logo",alt:w==="manager"?C("header.logoManager","\uB9D0\uADC0\uB9E4\uB2C8\uC800 \uB85C\uACE0"):C("header.logoMalgwi","\uB9D0\uADC0 \uB85C\uACE0")}),n.jsxs("div",{className:"pass-card__plan",children:[n.jsx("div",{children:U}),n.jsx("span",{className:"h5b pass-card__plan-suffix",children:D?C("passCard.labeledPlan",{label:D}):C("passCard.planSuffix","\uC774\uC6A9\uAD8C")})]})]})}),A?n.jsxs("div",{className:"pass-card__price-area",children:[O&&n.jsx("span",{className:"pass-card__discount body-3",children:O}),n.jsxs("div",{className:"pass-card__price",children:[N&&n.jsx("span",{className:"pass-card__price-original body-3",children:cr(N)}),ee]})]}):j?n.jsxs("div",{className:"pass-card__usage",children:[n.jsx("span",{className:"h5b pass-card__usage-remaining",children:j.remainingLabel}),n.jsxs("span",{className:"pass-card__usage-percent",children:[n.jsx("span",{className:"h1 pass-card__usage-value",children:j.percent}),n.jsx("span",{className:"h5b pass-card__usage-symbol",children:"%"})]})]}):n.jsx("div",{className:"pass-card__copyright caption-2",children:"\xA9 IHAB Corp. All rights reserved."})]})]})}),z&&n.jsx(Ta,{anchorRect:z,onClose:V,children:n.jsx(xr,{columns:oe,onClose:V,size:"small"})})]})}var x8=".ihabdevteam-core-scope .pass-card-bg-sound-line{background:linear-gradient(60deg,var(--color-pureWhite) 0,color-mix(in srgb,var(--color-sub) 15%,var(--color-pureWhite)) 100%)}.ihabdevteam-core-scope .pass-card-bg-sound-line__svg{height:100%;inset:0;pointer-events:none;position:absolute;width:100%}";Q(x8);const C8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#1a1a1a"};function _8(t={}){const e=`passcard-sound-line-grad-${c.useId()}`,a=dt(C8,va,ya);return n.jsxs("div",{ref:a,className:"pass-card-bg pass-card-bg-sound-line","aria-hidden":"true",children:[n.jsxs("svg",{className:"pass-card-bg-sound-line__svg",viewBox:"0 0 500 300",preserveAspectRatio:"xMidYMid slice",xmlns:"http://www.w3.org/2000/svg",children:[n.jsx("defs",{children:n.jsxs("linearGradient",{id:e,x1:"0",y1:"0",x2:"1",y2:"0",children:[n.jsx("stop",{offset:"20%",stopColor:"var(--color-main)"}),n.jsx("stop",{offset:"80%",stopColor:"var(--color-sub)"})]})}),n.jsx("g",{transform:"translate(25, 45)",children:n.jsx("path",{d:"M -30 150 C 40 80, 100 220, 160 150 S 280 80, 340 150 S 460 220, 510 150",fill:"none",stroke:`url(#${e})`,strokeWidth:"50",strokeLinecap:"round"})})]}),n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-sound-line__symbol",style:{"--symbol-url":`url("${Cr}")`}})]})}var w8=".ihabdevteam-core-scope .pass-card-bg-talk-v1{align-items:center;background:var(--color-pureWhite);display:flex;justify-content:center}.ihabdevteam-core-scope .pass-card-bg-talk-v1__shape{height:76px;position:absolute;width:76px}.ihabdevteam-core-scope .pass-card-bg-talk-v1__shape--left{background:linear-gradient(70deg,var(--color-main),var(--color-sub));border-radius:999px;height:92px;transform:translateX(0) rotate(120deg);width:180px}.ihabdevteam-core-scope .pass-card-bg-talk-v1__shape--right{background:var(--color-sub);border-radius:50%;height:60px;opacity:1;transform:translate(38px,12px);width:60px}";Q(w8);const k8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"};function S8(t={}){const e=dt(k8,va,ya);return n.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-talk-v1","aria-hidden":"true",children:[n.jsx("div",{className:"pass-card-bg-talk-v1__shape pass-card-bg-talk-v1__shape--left"}),n.jsx("div",{className:"pass-card-bg-talk-v1__shape pass-card-bg-talk-v1__shape--right"}),n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-talk-v1__symbol",style:{"--symbol-url":`url("${Cr}")`}})]})}function A8(t,e){if(t){if(e==="manager_pro")return n.jsx(S8,{});if(e==="manager_standard")return n.jsx(_8,{});if(e==="manager_lite")return n.jsx(pm,{})}}function T8(t){const e=cr(t);if(!e)return null;const a=e.match(/^([^\d]*)([\d.,]+)(.*)$/);if(!a)return e;const[,o,r,i]=a;return n.jsxs(n.Fragment,{children:[o&&n.jsx("span",{className:"payment-plan__pricing-symbol h4",children:o}),r,i.trim()&&n.jsx("span",{className:"payment-plan__pricing-symbol h4",children:i.trim()})]})}function mm(t){const{t:e}=ge(),{plan:a,onSelect:o,period:r="monthly",ownedCodes:i}=t||{},s=v=>!!v&&!!i?.includes(v),l=(a.tiers||[]).some(v=>/오픈\s*특가/.test(v.label??"")&&s(v.code)),u=v=>{const x=v.prices?v.prices[r]:v.price;return x?(a.tiers||[]).some(_=>!!_.badge&&_.originals?.[r]===x):!1},d=a.colorToken?`var(--color-${a.colorToken})`:"var(--color-gray)",h=e("payment.plan.freePrice","\uBB34\uB8CC"),p=e("payment.products.mgrEnterprise.tier.price","\uBB38\uC758"),m=v=>v.prices?v.prices[r]:v.price,g=(a.tiers||[]).length>0&&(a.tiers||[]).every(v=>{const x=m(v);return x==="\uBB34\uB8CC"||x===h||x==="0\uC6D0"}),f=(a.tiers||[]).length>0&&(a.tiers||[]).every(v=>{const x=m(v);return x==="\uBB38\uC758"||x===p}),b=a.group==="org",y=b?"manager":"speechear";return n.jsxs("div",{className:"payment-plan__card",style:{borderColor:d,"--plan-color":d},children:[a.cardBadge&&n.jsx("div",{className:"payment-plan__card-badge",children:n.jsx(gt,{label:a.cardBadge,variant:"main",size:"medium",fill:"soft"})}),n.jsxs("div",{className:"payment-plan__title",children:[n.jsx("p",{className:"payment-plan__quote body-3b",style:{color:d},children:a.quote||"\xA0"}),n.jsx("h3",{className:"payment-plan__title-heading h1",children:a.tier??a.title}),n.jsx("p",{className:"payment-plan__subtitle body-3",children:a.subtitle})]}),n.jsxs("div",{className:"payment-plan__box",children:[n.jsx("span",{className:"payment-plan__box-title body-3b",children:e("payment.plan.recommendedFor","\uC774\uB7F0 \uBD84\uAED8 \uCD94\uCC9C\uD569\uB2C8\uB2E4.")}),n.jsx("ul",{className:"payment-plan__feature-list",children:(a.recommendedFor||[]).map((v,x)=>n.jsxs("li",{className:"payment-plan__feature-item body-3",children:[n.jsx(Re,{icon:"check",size:18,className:"payment-plan__feature-check",wrapperStyle:{color:d}}),v]},x))})]}),n.jsxs("div",{className:"payment-plan__box",children:[n.jsx("span",{className:"payment-plan__box-title body-3b",children:e("payment.plan.features","\uD575\uC2EC \uAE30\uB2A5")}),n.jsx("ul",{className:"payment-plan__feature-list",children:(a.features||[]).map((v,x)=>n.jsxs("li",{className:"payment-plan__feature-item body-3",children:[n.jsx(Re,{icon:"check",size:18,className:"payment-plan__feature-check",wrapperStyle:{color:d}}),v]},x))})]}),n.jsx("div",{className:"payment-plan__card-pricing",children:g?null:f?n.jsx(se,{className:"payment-plan__contact-button",label:e("payment.plan.contact",{defaultValue:"\uBB38\uC758\uD558\uAE30"}),variant:"main",size:56,onClick:()=>a.tiers?.[0]&&o?.({...a.tiers[0],productId:a.id,productTitle:a.title})}):n.jsx(n.Fragment,{children:n.jsx("div",{className:"payment-plan__pricing-list",children:(a.tiers||[]).map(v=>{const x=v.label||"\uC774\uC6A9\uAD8C",_=/오픈\s*특가/.test(x),C=_||v.openPromo===!0,T=x.replace(/^오픈\s*특가\s*/,"")||"\uC774\uC6A9\uAD8C",w=v.prices?v.prices[r]:v.price,S=v.badge?C?`\uC624\uD508 \uD2B9\uAC00
|
|
829
|
+
${v.badge}`:v.badge:void 0;if(_&&s(v.code))return null;if(!v.badge&&!l)return u(v)?null:n.jsxs("div",{className:`payment-plan__pricing-row payment-plan__pricing-row--static${v.highlight?" payment-plan__pricing-row--highlight":""}`,children:[n.jsx("div",{className:"payment-plan__pricing-row-title",children:n.jsx("div",{className:"payment-plan__pricing-row-label h5b",children:v.label})}),n.jsx("div",{className:"payment-plan__pricing-row-price",children:n.jsx("span",{className:"payment-plan__pricing-current h1",children:T8(w)})})]},v.id);const D=a.tier??(b?a.title:void 0),A=n.jsx(Zl,{showPrice:!0,product:{type:y,code:v.code,name:T,label:D,price:w,originalPrice:v.originals?.[r]??void 0,discountLabel:S},bg:A8(b,a.id)}),N=()=>o?.({...v,productId:a.id,productTitle:a.title,preview:A});return n.jsx("div",{className:"payment-plan__pricing-card",onClick:N,onKeyDown:o?O=>{O.target===O.currentTarget&&(O.key==="Enter"||O.key===" ")&&(O.preventDefault(),N())}:void 0,role:o?"button":void 0,tabIndex:o?0:void 0,children:A},v.id)})})})})]})}function gm({variant:t="default"}){return n.jsxs("div",{className:`pass-card-bg pass-card-bg--${t}`,"aria-hidden":"true",children:[n.jsx("div",{className:"pass-card-bg__circle pass-card-bg__circle--1"}),n.jsx("div",{className:"pass-card-bg__circle pass-card-bg__circle--2"}),n.jsx("div",{className:"pass-card-bg__circle pass-card-bg__circle--3"})]})}var N8=".ihabdevteam-core-scope .pass-card-bg-ihab{background:var(--color-white)}.ihabdevteam-core-scope .pass-card-bg-ihab__symbol{bottom:-24px;height:140px;-o-object-fit:contain;object-fit:contain;opacity:.06;position:absolute;right:-24px;width:140px}.ihabdevteam-core-scope .pass-card-bg-ihab__symbol-top{transform:translate(-48px) rotate(-90deg);transform-origin:top right;width:126.72px}";Q(N8);var bm='data:image/svg+xml,<svg width="264" height="100" viewBox="0 0 264 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2079_3030)">%0A<path d="M60.9019 24.7464C54.4446 18.2821 45.5257 14.2857 35.6757 14.2857C25.8256 14.2857 23.2106 24.5964 16.7569 31.0607C10.2996 37.5214 0 40.1857 0 50C0 59.8143 3.99211 68.7893 10.4494 75.2536C16.9067 81.7178 25.8256 85.7143 35.6757 85.7143C45.5257 85.7143 54.4446 81.7178 60.9019 75.2536C67.3592 68.7893 71.3513 59.8607 71.3513 50C71.3513 40.1393 67.3592 31.2107 60.9019 24.7464ZM48.2906 62.6286C45.0619 65.8607 40.6025 67.8571 35.6757 67.8571C30.7489 67.8571 26.2894 65.8571 23.0608 62.6286C19.8321 59.3964 17.8378 54.9321 17.8378 50C17.8378 45.0678 19.8357 40.6036 23.0608 37.3714C26.2894 34.1393 30.7489 32.1428 35.6757 32.1428C40.6025 32.1428 45.0619 34.1428 48.2906 37.3714C51.5192 40.6036 53.5135 45.0678 53.5135 50C53.5135 54.9321 51.5157 59.3964 48.2906 62.6286Z" fill="url(%23paint0_linear_2079_3030)"/>%0A<path d="M106.735 74.8322H93.6274V24.8322H106.735V74.8322Z" fill="%23111111"/>%0A<path d="M113.495 24.8322H126.602V44.5143H145.022V24.8322H158.197V74.8322H145.022V55.15H126.602V74.8322H113.495V24.8322Z" fill="%23111111"/>%0A<path d="M163.027 74.8322L179.652 24.8322H197.519L214.076 74.8322H199.934L196.969 65.025H180.205L177.241 74.8322H163.031H163.027ZM193.933 55.0786L188.76 38.2964H188.346L183.241 55.0786H193.933Z" fill="%23111111"/>%0A<path d="M218.906 24.8322H240.29C251.674 24.8322 257.675 29.7357 257.675 37.4C257.675 42.925 253.743 47.1393 248.085 48.3107V48.7929C254.364 49 259.605 53.6286 259.605 60.7393C259.605 68.8893 252.983 74.8286 242.081 74.8286H218.902V24.8322H218.906ZM244.157 40.1643C244.157 36.9857 241.674 35.1929 238.085 35.1929H232.013V45.1393H237.878C241.535 45.1393 244.157 43.3429 244.157 40.1679V40.1643ZM245.741 59.0857C245.741 55.425 243.119 53.3536 238.913 53.3536H232.013V64.2643H238.706C243.397 64.2643 245.741 62.4679 245.741 59.0857Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<linearGradient id="paint0_linear_2079_3030" x1="15.337" y1="29.6393" x2="60.9512" y2="75.2042" gradientUnits="userSpaceOnUse">%0A<stop offset="0.2" stop-color="%23499CDF"/>%0A<stop offset="0.8" stop-color="%234DCDC0"/>%0A</linearGradient>%0A<clipPath id="clip0_2079_3030">%0A<rect width="264" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A';const Xl={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#c9c9c9"};function fm(){const t=dt(Xl,va,ya);return n.jsx("div",{ref:t,className:"pass-card-bg pass-card-bg-ihab","aria-hidden":"true",children:n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-ihab__symbol-top",style:{"--symbol-url":`url("${bm}")`}})})}var B8=".ihabdevteam-core-scope .pass-card-bg-left-color-grid{background:var(--color-white)}.ihabdevteam-core-scope .pass-card-bg-left-color-grid__bar{background:linear-gradient(120deg,var(--color-main),var(--color-sub));border-radius:16px 0 0 16px;height:100%;left:0;position:absolute;top:0;width:76%}.ihabdevteam-core-scope .pass-card-bg-left-color-grid__grid{--grid-line:rgba(73,156,223,.06);background-image:linear-gradient(rgba(73,156,223,.06) 1px,transparent 0),linear-gradient(90deg,rgba(73,156,223,.06) 1px,transparent 0);background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:24px 24px;inset:0;position:absolute}.ihabdevteam-core-scope .pass-card--expired .pass-card-bg-left-color-grid__grid{--grid-line:transparent}.ihabdevteam-core-scope .pass-card--expired .pass-card-bg-left-color-grid__bar{background:var(--pass-card-expired-shape)}";Q(B8);const Jl={text:"#ffffff",sub:"var(--color-lightGray)",logoBase:"Logo_speechearManager_kr",logoColor:"_white",copyrightColor:"#ffffff"};function vm(t={}){const e=dt(Jl,va,ya);return n.jsxs("div",{ref:e,className:"pass-card-bg pass-card-bg-left-color-grid","aria-hidden":"true",children:[n.jsx("div",{className:"pass-card-bg-left-color-grid__bar"}),n.jsx("div",{className:"pass-card-bg-left-color-grid__grid"}),n.jsx("span",{className:"pass-card-bg__symbol pass-card-bg-left-color-grid__symbol",style:{"--symbol-url":`url("${Cr}")`}})]})}var E8=".ihabdevteam-core-scope .sound-compass{align-items:center;display:flex;flex-direction:column;width:100%}.ihabdevteam-core-scope .sound-compass__status{color:var(--color-lightGray);font-size:13px;letter-spacing:-.01em;margin-bottom:12px}.ihabdevteam-core-scope .sound-compass__svg{left:0;overflow:visible;position:absolute;top:0}.ihabdevteam-core-scope .sound-compass__speaker-btn{--scb-idle-bg:var(--color-deepWhite);--scb-idle-border:var(--color-whiteLine);--scb-idle-fg:var(--color-lightGray);--scb-active-bg:var(--color-main);--scb-active-border:var(--color-main);--scb-active-fg:#fff;--scb-played-bg:var(--color-sub);--scb-played-border:var(--color-sub);--scb-played-fg:#fff;--scb-wrong-bg:#ef4444;--scb-wrong-border:#ef4444;--scb-wrong-fg:#fff;all:unset;align-items:center;border-radius:50%;border-style:solid;border-width:1px;box-sizing:border-box;display:flex;flex-direction:column;gap:1px;justify-content:center;position:relative;transition:background-color .15s,border-color .15s,color .15s;z-index:1}.ihabdevteam-core-scope .sound-compass__speaker-btn--idle{background:var(--scb-idle-bg);border-color:var(--scb-idle-border);color:var(--scb-idle-fg)}.ihabdevteam-core-scope .sound-compass__speaker-btn--active{background:var(--scb-active-bg);border-color:var(--scb-active-border);color:var(--scb-active-fg)}.ihabdevteam-core-scope .sound-compass__speaker-btn--correct,.ihabdevteam-core-scope .sound-compass__speaker-btn--played{background:var(--scb-played-bg);border-color:var(--scb-played-border);color:var(--scb-played-fg)}.ihabdevteam-core-scope .sound-compass__speaker-btn--wrong{background:var(--scb-wrong-bg);border-color:var(--scb-wrong-border);color:var(--scb-wrong-fg)}.ihabdevteam-core-scope .sound-compass__speaker-number{color:inherit;font-weight:700;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ihabdevteam-core-scope .sound-compass__compass-wrap{flex-shrink:0;margin-bottom:24px;overflow:visible;position:relative}.ihabdevteam-core-scope .sound-compass__center{align-items:center;background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:50%;color:var(--color-lightGray);display:flex;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes sound-compass-pulse{0%{opacity:0;transform:scale(.95)}8%{opacity:.45;transform:scale(1.05)}to{opacity:0;transform:scale(2.8)}}.ihabdevteam-core-scope .sound-compass__pulse{animation:sound-compass-pulse 1s cubic-bezier(.33,1,.68,1) infinite;background:var(--color-main);border-radius:50%;height:40px;left:0;pointer-events:none;position:absolute;top:0;width:40px}.ihabdevteam-core-scope .sound-compass__speaker-pos{position:absolute}";Q(E8);const Ql=(t,e,a)=>t+(e-t)*a;function ym({speakers:t,size:e=300,viewT:a=0,activeSpeakerId:o=null,playedIds:r,selectedId:i=null,answerId:s=null,showFeedback:l=!1,clickable:u=!1,onSelectSpeaker:d,buttonSize:h=40,showIcon:p=!0}){const m=Math.max(0,Math.min(1,a)),g=e/2,f=110/300,b=.18,y=I=>e*(f+(I-1)*b),v=I=>{const q=y(I.row??1),P=I.angleDeg*Math.PI/180;return{x:g+q*Math.cos(P),y:g+q*Math.sin(P)}},x=Math.max(...t.map(I=>I.row??1),1),_=e*.08,C=e*.1,T=e*.24,w=e-2*_,S=e-C-T,D=e-T/2,A=c.useMemo(()=>[...new Set(t.map(I=>I.deg))].sort((I,q)=>I-q),[t]),N=A.length,O=Math.max(68,N>1?w/(N-1):0),j=c.useMemo(()=>new Map(A.map((I,q)=>[I,q])),[A]),k=I=>{const q=j.get(I.deg)??0,P=g+(q-(N-1)/2)*O,H=x>1?Math.min(68,S/(x-1)):0,V=H*(x-1),U=C+(S-V)/2,ee=x===1?C+S*.4:U+(x-(I.row??1))*H;return{x:P,y:ee}},E=I=>{const q=v(I),P=k(I);return{x:Ql(q.x,P.x,m),y:Ql(q.y,P.y,m)}},L={x:g,y:Ql(g,D,m)},z=Math.round(h*1.2),te=Math.round(Math.max(16,Math.min(80,h*.7))),J=[],ae=new Map;for(const I of t){const q=I.row??1;ae.has(q)||ae.set(q,[]),ae.get(q).push(I)}for(const[I,q]of ae.entries()){if(q.length<2)continue;const P=[...q].sort((oe,X)=>oe.deg-X.deg),H=P.map(oe=>E(oe)),V=P.map(oe=>oe.deg),U=V[V.length-1]-V[0],ee=U/(V.length-1),pe=360-U,he=P.length>=3&&ee>0&&pe<=ee*1.5;J.push({key:`arc-${I}`,d:`M ${H[0].x} ${H[0].y} `+H.slice(1).map(oe=>`L ${oe.x} ${oe.y}`).join(" ")+(he?` L ${H[0].x} ${H[0].y}`:"")})}const M=c.useMemo(()=>new Set(r??[]),[r]),R=I=>{if(o===I.id)return"active";if(l){if(I.id===s)return"correct";if(I.id===i&&i!==s)return"wrong"}return M.has(I.id)?"played":"idle"},$=I=>o===I.id||l&&I.id===s,F=(I,q)=>{switch(I){case"played":case"correct":return n.jsx(jd,{size:q});case"wrong":return n.jsx(Vd,{size:q});default:return n.jsx(Hd,{size:q})}};return n.jsx("div",{className:"sound-compass",children:n.jsxs("div",{className:"sound-compass__compass-wrap",style:{width:e,height:e},children:[n.jsxs("svg",{width:e,height:e,viewBox:`0 0 ${e} ${e}`,className:"sound-compass__svg",children:[m===0&&t.map(I=>{const{x:q,y:P}=E(I);return n.jsx("line",{x1:L.x,y1:L.y,x2:q,y2:P,stroke:"#dde3ec",strokeWidth:"1"},I.id)}),J.map(I=>n.jsx("path",{d:I.d,fill:"none",stroke:"#dde3ec",strokeWidth:"1"},I.key))]}),n.jsx("div",{className:"sound-compass__center",style:{width:z,height:z,left:L.x,top:L.y},children:n.jsx(Wd,{size:te,color:"currentColor",strokeWidth:1.5})}),t.map((I,q)=>{const{x:P,y:H}=E(I),V=R(I),U=$(I),ee={pointerEvents:u?"auto":"none",cursor:u?"pointer":"default",zIndex:V!=="idle"?10:1},pe=h,he=Math.round(Math.max(10,Math.min(56,pe*.38))),oe=Math.round(Math.max(7,Math.min(18,pe*.2))),X=Math.round(Math.max(10,Math.min(56,pe*.4)));return n.jsxs("div",{className:"sound-compass__speaker-pos",style:{...ee,left:P-pe/2,top:H-pe/2},onClick:()=>u&&d?.(I.id),children:[U&&n.jsx("div",{className:"sound-compass__pulse",style:{width:pe,height:pe}}),n.jsxs("button",{type:"button",tabIndex:-1,className:`sound-compass__speaker-btn sound-compass__speaker-btn--${V}`,style:{width:pe,height:pe},"aria-label":I.label,children:[p&&F(V,he),n.jsx("span",{className:"sound-compass__speaker-number",style:{fontSize:p?oe:X},children:q+1})]})]},I.id)})]})})}function xm(t,{mode:e="playback",autoStart:a=!1,onPlaySpeaker:o,onComplete:r,playMs:i=1100,feedbackMs:s=1500}={}){const[l,u]=c.useState([]),[d,h]=c.useState(0),[p,m]=c.useState("idle"),[g,f]=c.useState(null),[b,y]=c.useState([]),[v,x]=c.useState(null),[_,C]=c.useState(0),T=c.useRef(0),w=c.useCallback(M=>{T.current=typeof M=="function"?M(T.current):M,C(T.current)},[]),S=c.useRef(o),D=c.useRef(r);c.useEffect(()=>{S.current=o,D.current=r},[o,r]);const A=c.useRef([]),N=()=>{A.current.forEach(clearTimeout),A.current=[]},O=(M,R)=>{A.current.push(setTimeout(R,M))};c.useEffect(()=>()=>N(),[]);const j=l[d]?.id??null,k=c.useCallback(()=>{N(),m("playing"),y([]),x(null),w(0);let M=0;t.forEach((R,$)=>{O(M,()=>{h($),f(R.id),S.current?.(R)}),O(M+1e3,()=>{f(null),y(F=>[...F,R.id])}),M+=1300}),O(M,()=>{m("done"),D.current?.({score:0,total:t.length})})},[t,w]),E=c.useCallback((M,R)=>{if(R>=M.length){m("done"),D.current?.({score:T.current,total:M.length});return}h(R),x(null),m("playing"),f(M[R].id),S.current?.(M[R]),O(i,()=>{f(null),m("waiting")})},[i]),L=c.useCallback(()=>{N();const M=ze(t);u(M),w(0),y([]),E(M,0)},[t,E,w]),z=c.useCallback(()=>{e==="playback"?(u(t),k()):L()},[e,t,k,L]),te=c.useCallback(()=>{N(),m("idle"),f(null),y([]),x(null),h(0),w(0),u([])},[w]);c.useEffect(()=>{a?z():te()},[e,t.length,a]);const J=c.useCallback(M=>{p!=="waiting"||e==="playback"||(x(M),M===l[d]?.id&&w(R=>R+1),e==="exam"?(m("playing"),O(400,()=>E(l,d+1))):(m("feedback"),O(s,()=>E(l,d+1))))},[p,e,l,d,E,s,w]),ae=e==="playback"?t.length:l.length;return{bind:{activeSpeakerId:g,playedIds:b,selectedId:v,answerId:j,showFeedback:p==="feedback",clickable:p==="waiting",onSelectSpeaker:J},index:d,total:ae,score:_,phase:p,done:p==="done",start:z,reset:te}}function Cm({children:t,position:e="top-left",size:a=24,className:o=""}){return n.jsx("span",{className:_e("circle-badge","circle-badge--number",`circle-badge--${a}`,`circle-badge--${e}`,o),children:t})}var D8=".ihabdevteam-core-scope .shortcut-badge{align-items:center;display:inline-flex;gap:4px;pointer-events:none;z-index:10}.ihabdevteam-core-scope .shortcut-badge--top-left{left:0;position:absolute;top:0;transform:translate(-25%,-25%)}.ihabdevteam-core-scope .shortcut-badge--top-right{position:absolute;right:0;top:0;transform:translate(25%,-25%)}.ihabdevteam-core-scope .shortcut-badge--bottom-left{bottom:0;left:0;position:absolute;transform:translate(-25%,25%)}.ihabdevteam-core-scope .shortcut-badge--bottom-right{bottom:0;position:absolute;right:0;transform:translate(25%,25%)}.ihabdevteam-core-scope .shortcut-badge__group{align-items:center;display:inline-flex;gap:4px}.ihabdevteam-core-scope .shortcut-badge__plus{color:var(--color-lightGray);font-size:11px;line-height:1}.ihabdevteam-core-scope .shortcut-badge__key{align-items:center;background:var(--color-lightBlack);border:2px solid var(--color-pureWhite);border-radius:var(--radius-sm);box-sizing:border-box;color:var(--color-white);display:inline-flex;font-family:inherit;font-size:11px;font-weight:400;justify-content:center;line-height:1;min-height:24px;min-width:24px;padding:0 5px;white-space:nowrap}";Q(D8);function _m({keys:t,anchor:e="top-right",className:a=""}){const o=Array.isArray(t)?t:[t];return n.jsx("span",{className:_e("shortcut-badge",`shortcut-badge--${e}`,a),children:o.map((r,i)=>n.jsxs("span",{className:"shortcut-badge__group",children:[i>0&&n.jsx("span",{className:"shortcut-badge__plus",children:"+"}),n.jsx("kbd",{className:"shortcut-badge__key",children:r})]},`${r}-${i}`))})}var L8=".ihabdevteam-core-scope .divider--horizontal{align-items:center;border:none;border-top:1px solid var(--color-whiteLine);display:flex;width:100%}.ihabdevteam-core-scope .divider--vertical{border:none;border-left:1px solid var(--color-whiteLine);display:inline-block;height:1em;vertical-align:middle;width:1px}.ihabdevteam-core-scope .divider--labeled{border-top:none;gap:var(--spacing-s)}.ihabdevteam-core-scope .divider__line{background:var(--color-whiteLine);flex:1 1 auto;height:1px}.ihabdevteam-core-scope .divider__label{color:var(--color-gray);flex:0 0 auto;white-space:nowrap}";Q(L8);function wm({orientation:t="horizontal",label:e,className:a=""}){const o=_e("divider",`divider--${t}`,e&&t==="horizontal"?"divider--labeled":"",a);return t==="vertical"?n.jsx("div",{className:o,role:"separator","aria-orientation":"vertical"}):e?n.jsxs("div",{className:o,role:"separator","aria-orientation":"horizontal",children:[n.jsx("span",{className:"divider__line"}),n.jsx("span",{className:"divider__label caption-1",children:e}),n.jsx("span",{className:"divider__line"})]}):n.jsx("div",{className:o,role:"separator","aria-orientation":"horizontal"})}var j8='.ihabdevteam-core-scope .radio{align-items:center;cursor:pointer;display:inline-flex;gap:var(--spacing-xs);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ihabdevteam-core-scope .radio input{height:0;opacity:0;position:absolute;width:0}.ihabdevteam-core-scope .radio__dot{background:var(--color-pureWhite);border:1.5px solid var(--color-whiteLine);border-radius:50%;display:inline-block;flex-shrink:0;height:20px;position:relative;transition:border-color .15s,background .15s;width:20px}.ihabdevteam-core-scope .radio__dot:before{background:var(--color-pureWhite);border-radius:50%;content:"";inset:4px;position:absolute;transform:scale(0);transition:transform .15s}.ihabdevteam-core-scope .radio input:checked+.radio__dot{background:var(--color-main);border-color:var(--color-main)}.ihabdevteam-core-scope .radio input:checked+.radio__dot:before{transform:scale(1)}.ihabdevteam-core-scope .radio:not(.radio--disabled):hover .radio__dot{border-color:var(--color-main)}.ihabdevteam-core-scope .radio input:focus-visible+.radio__dot{outline:2px solid var(--color-main);outline-offset:2px}.ihabdevteam-core-scope .radio__label{color:var(--color-black)}.ihabdevteam-core-scope .radio--disabled{cursor:not-allowed;opacity:.45}';Q(j8);function ec({checked:t,onChange:e,name:a,value:o,disabled:r=!1,label:i,className:s=""}){const l=c.useId();return n.jsxs("label",{className:`radio${r?" radio--disabled":""} ${s}`.trim(),htmlFor:l,children:[n.jsx("input",{id:l,type:"radio",name:a,value:o,checked:t,disabled:r,onChange:u=>e?.(u.target.checked)}),n.jsx("span",{className:"radio__dot"}),i&&n.jsx("span",{className:"radio__label body-2",children:i})]})}var M8=".ihabdevteam-core-scope .radio-group{display:flex}.ihabdevteam-core-scope .radio-group--vertical{flex-direction:column;gap:var(--spacing-s)}.ihabdevteam-core-scope .radio-group--horizontal{flex-direction:row;flex-wrap:wrap;gap:var(--spacing-l)}";Q(M8);function km({options:t,value:e,onChange:a,name:o,disabled:r=!1,direction:i="vertical",className:s=""}){const l=c.useId(),u=o??`radio-group-${l}`;return n.jsx("div",{className:`radio-group radio-group--${i} ${s}`.trim(),role:"radiogroup",children:t.map(d=>n.jsx(ec,{name:u,value:d.value,checked:e===d.value,disabled:r||d.disabled,label:d.label,onChange:h=>{h&&a?.(d.value)}},d.value))})}var P8=".ihabdevteam-core-scope .alert{align-items:flex-start;background:color-mix(in srgb,var(--alert-color) 10%,transparent);border:1px solid color-mix(in srgb,var(--alert-color) 25%,transparent);border-radius:var(--radius-sm);display:flex;gap:var(--spacing-s);padding:var(--spacing-m)}.ihabdevteam-core-scope .alert__icon{align-items:center;color:var(--alert-color);display:inline-flex;flex-shrink:0}.ihabdevteam-core-scope .alert__body{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.ihabdevteam-core-scope .alert__header{align-items:center;display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .alert__message--indented{margin-left:calc(20px + var(--spacing-xs))}.ihabdevteam-core-scope .alert__title{color:var(--color-black)}.ihabdevteam-core-scope .alert__message{color:var(--color-darkGray)}.ihabdevteam-core-scope .alert__dismiss{align-items:center;background:transparent;border:none;color:var(--color-gray);cursor:pointer;display:inline-flex;flex-shrink:0;font-size:18px;height:20px;justify-content:center;line-height:1;padding:0;width:20px}.ihabdevteam-core-scope .alert__dismiss:hover{color:var(--color-darkGray)}.ihabdevteam-core-scope .alert--info{--alert-color:var(--color-main)}.ihabdevteam-core-scope .alert--success{--alert-color:var(--color-success)}.ihabdevteam-core-scope .alert--warning{--alert-color:var(--color-warn)}.ihabdevteam-core-scope .alert--danger{--alert-color:var(--color-error)}";Q(P8);const R8={info:"info",success:"check-circle",warning:"alert-triangle",danger:"alert-circle"};function Sm({tone:t="info",title:e,message:a,children:o,dismissible:r=!1,onDismiss:i,className:s=""}){const{t:l}=ge(),[u,d]=c.useState(!1),h=c.useCallback(()=>{d(!0),i?.()},[i]);if(u)return null;const p=_e("alert",`alert--${t}`,s),m=!!e,g=!!(a||o);return n.jsxs("div",{className:p,role:"alert",children:[n.jsxs("div",{className:"alert__body",children:[n.jsxs("div",{className:"alert__header",children:[n.jsx(Re,{icon:R8[t],size:20,className:"alert__icon"}),m&&n.jsx("span",{className:"alert__title body-2",children:e}),!m&&g&&n.jsx("div",{className:"alert__message body-3",children:a??o})]}),m&&g&&n.jsx("div",{className:"alert__message alert__message--indented body-3",children:a??o})]}),r&&n.jsx("button",{type:"button",className:"alert__dismiss",onClick:h,"aria-label":l("common.close","\uB2EB\uAE30"),children:"\xD7"})]})}var $8=".ihabdevteam-core-scope .search-summary{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:var(--radius-card);box-shadow:var(--shadow-card);box-sizing:border-box;color:var(--color-gray);display:inline-flex;gap:var(--spacing-xs);max-width:100%;padding:30px 20px;text-align:left}.ihabdevteam-core-scope .search-summary__icon{color:currentColor;display:inline-flex;flex-shrink:0}.ihabdevteam-core-scope .search-summary__text{min-width:0;overflow-wrap:anywhere;word-break:keep-all}.ihabdevteam-core-scope .search-summary__em{color:var(--color-main)}.ihabdevteam-core-scope .search-summary--ready{background:var(--color-white);color:var(--color-deepGray)}.ihabdevteam-core-scope .search-summary--ready .search-summary__em{color:var(--color-main)}.ihabdevteam-core-scope .search-summary--guide{background:var(--color-deepWhite);color:var(--color-gray)}.ihabdevteam-core-scope .search-summary--error{background:var(--color-white);color:var(--color-error)}.ihabdevteam-core-scope .search-summary--error .search-summary__em{color:var(--color-error)}";Q($8);const I8={ready:"search",guide:"info",error:"circle-alert"};function O8(t,e){const a=e.filter(Boolean);if(a.length===0)return t;const o=[];let r=0,i=0;for(const s of a){const l=t.indexOf(s,r);l<0||(l>r&&o.push(t.slice(r,l)),o.push(n.jsx("strong",{className:"search-summary__em body-2",children:s},i++)),r=l+s.length)}return r<t.length&&o.push(t.slice(r)),o}function Am({status:t="guide",label:e,children:a,emphasis:o,icon:r,className:i=""}){const s=r===!1?null:r??I8[t],l=_e("search-summary",`search-summary--${t}`,i),u=e??a,d=typeof u=="string"&&o&&o.length>0?O8(u,o):u;return n.jsxs("div",{className:l,role:"status","aria-live":"polite",children:[s!=null&&n.jsx(Re,{icon:s,size:18,className:"search-summary__icon"}),n.jsx("span",{className:"search-summary__text body-2",children:d})]})}var z8=".ihabdevteam-core-scope .tabs{display:flex;flex-direction:column;gap:var(--spacing-m)}.ihabdevteam-core-scope .tabs__list{border-bottom:1px solid var(--color-whiteLine);display:flex;gap:var(--spacing-s)}.ihabdevteam-core-scope .tabs__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--color-gray);cursor:pointer;padding:0 var(--spacing-xs);transition:color .15s,border-color .15s;white-space:nowrap}.ihabdevteam-core-scope .tabs__list--32 .tabs__tab{height:32px}.ihabdevteam-core-scope .tabs__list--40 .tabs__tab{height:40px}.ihabdevteam-core-scope .tabs__list--48 .tabs__tab{height:48px}.ihabdevteam-core-scope .tabs__tab:hover:not(:disabled){color:var(--color-darkGray)}.ihabdevteam-core-scope .tabs__tab:focus-visible{outline:2px solid var(--color-main);outline-offset:2px}.ihabdevteam-core-scope .tabs__tab--active{border-bottom-color:var(--color-main);color:var(--color-main)}.ihabdevteam-core-scope .tabs__tab:disabled{color:var(--color-disabled);cursor:not-allowed}.ihabdevteam-core-scope .tabs__panel{outline:none}.ihabdevteam-core-scope .tabs__panel:focus-visible{outline:2px solid var(--color-main);outline-offset:2px}";Q(z8);function Tm({items:t=[],value:e,onChange:a,className:o="",size:r=40}){const{t:i}=ge(),s=c.useRef(null),l=e??t[0]?.key,u=()=>Array.from(s.current?.querySelectorAll('[role="tab"]:not(:disabled)')??[]),d=(m,g=u())=>{if(g.length===0)return;const f=(m%g.length+g.length)%g.length;g[f]?.focus(),g[f]?.click()},h=m=>{if(!["ArrowRight","ArrowDown","ArrowLeft","ArrowUp","Home","End"].includes(m.key))return;m.preventDefault();const g=u(),f=g.indexOf(m.currentTarget);m.key==="ArrowRight"||m.key==="ArrowDown"?d(f+1,g):m.key==="ArrowLeft"||m.key==="ArrowUp"?d(f-1,g):m.key==="Home"?d(0,g):d(g.length-1,g)},p=t.find(m=>m.key===l);return n.jsxs("div",{className:`tabs ${o}`.trim(),children:[n.jsx("div",{ref:s,className:`tabs__list tabs__list--${r}`,role:"tablist","aria-label":i("tabs.ariaLabel","\uD0ED"),children:t.map(m=>n.jsx("button",{id:`tabs__tab-${m.key}`,type:"button",role:"tab","aria-selected":m.key===l,"aria-controls":`tabs__panel-${m.key}`,disabled:m.disabled,tabIndex:m.key===l?0:-1,className:`tabs__tab body-2${m.key===l?" tabs__tab--active":""}`,onClick:()=>a?.(m.key),onKeyDown:h,children:m.label},m.key))}),p&&n.jsx("div",{id:`tabs__panel-${p.key}`,role:"tabpanel","aria-labelledby":`tabs__tab-${p.key}`,tabIndex:0,className:"tabs__panel",children:p.panel},p.key)]})}var F8=".ihabdevteam-core-scope .avatar{align-items:center;background:var(--color-lightGray-a10);color:var(--color-gray);display:inline-flex;flex-shrink:0;height:var(--avatar-size);justify-content:center;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--avatar-size)}.ihabdevteam-core-scope .avatar--circle{border-radius:50%}.ihabdevteam-core-scope .avatar--rounded-square{border-radius:var(--radius-card)}.ihabdevteam-core-scope .avatar--xs{--avatar-size:24px}.ihabdevteam-core-scope .avatar--sm{--avatar-size:32px}.ihabdevteam-core-scope .avatar--md{--avatar-size:40px}.ihabdevteam-core-scope .avatar--lg{--avatar-size:56px}.ihabdevteam-core-scope .avatar--xl{--avatar-size:80px}.ihabdevteam-core-scope .avatar__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ihabdevteam-core-scope .avatar__initials{font-size:calc(var(--avatar-size)*.4);font-weight:600;line-height:1}.ihabdevteam-core-scope .avatar__icon{align-items:center;display:inline-flex;justify-content:center}";Q(F8);const W8={xs:12,sm:16,md:20,lg:28,xl:36};function H8(t){const e=t.trim().split(/\s+/).filter(Boolean);return e.length===0?"":e.length===1?[...e[0]].slice(0,2).join("").toUpperCase():([...e[0]][0]+[...e[e.length-1]][0]).toUpperCase()}function Nm({src:t,name:e,size:a="md",shape:o="circle",className:r=""}){const{t:i}=ge(),[s,l]=c.useState(!1),u=e?H8(e):"",d=!!t&&!s,h=!d&&!!u,p=e||i("avatar.ariaLabel","\uC0AC\uC6A9\uC790 \uC544\uBC14\uD0C0");return n.jsxs("span",{className:`avatar avatar--${a} avatar--${o} ${r}`.trim(),role:"img","aria-label":p,children:[d&&n.jsx("img",{className:"avatar__image",src:t,alt:p,onError:()=>l(!0)}),!d&&h&&n.jsx("span",{className:"avatar__initials","aria-hidden":"true",children:u}),!d&&!h&&n.jsx(Re,{icon:"user-round",size:W8[a],className:"avatar__icon"})]})}var V8=".ihabdevteam-core-scope .file-upload{display:flex;flex-direction:column;gap:var(--spacing-s)}.ihabdevteam-core-scope .file-upload__dropzone{align-items:center;background:var(--color-deepWhite);border:1px dashed var(--color-whiteLine);border-radius:var(--radius-card);cursor:pointer;display:flex;flex-direction:column;gap:var(--spacing-xs);justify-content:center;padding:var(--spacing-xl);position:relative;transition:border-color .15s,background .15s}.ihabdevteam-core-scope .file-upload__dropzone:hover:not(.file-upload__dropzone--disabled){border-color:var(--color-main)}.ihabdevteam-core-scope .file-upload__dropzone:focus-visible{outline:2px solid var(--color-main);outline-offset:2px}.ihabdevteam-core-scope .file-upload__dropzone--dragging{background:var(--color-main-a10);border-color:var(--color-main)}.ihabdevteam-core-scope .file-upload__dropzone--disabled{cursor:not-allowed;opacity:.5}.ihabdevteam-core-scope .file-upload__icon{color:var(--color-gray)}.ihabdevteam-core-scope .file-upload__prompt{color:var(--color-gray);text-align:center}.ihabdevteam-core-scope .file-upload__browse-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--color-pureWhite);border:1px solid var(--color-whiteLine);border-radius:var(--radius-sm);color:var(--color-main);cursor:pointer;padding:var(--spacing-xs) var(--spacing-m)}.ihabdevteam-core-scope .file-upload__browse-button:disabled{color:var(--color-disabled);cursor:not-allowed}.ihabdevteam-core-scope .file-upload__input{height:1px;opacity:0;overflow:hidden;pointer-events:none;position:absolute;width:1px}.ihabdevteam-core-scope .file-upload__list{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;margin:0;padding:0}.ihabdevteam-core-scope .file-upload__list-item{align-items:center;background:var(--color-deepWhite);border-radius:var(--radius-sm);display:flex;gap:var(--spacing-s);justify-content:space-between;padding:var(--spacing-xs) var(--spacing-s)}.ihabdevteam-core-scope .file-upload__file-name{color:var(--color-darkGray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .file-upload__remove-button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:var(--color-gray);cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center}.ihabdevteam-core-scope .file-upload__remove-button:hover{color:var(--color-error)}";Q(V8);function G8(t,e){if(!e)return!0;const a=e.split(",").map(i=>i.trim()).filter(Boolean);if(a.length===0)return!0;const o=t.name.toLowerCase(),r=t.type.toLowerCase();return a.some(i=>{const s=i.toLowerCase();return s.startsWith(".")?o.endsWith(s):s.endsWith("/*")?r.startsWith(s.slice(0,-1)):r===s})}function Bm({onFilesSelected:t,accept:e,multiple:a=!1,disabled:o=!1,showFileList:r=!0,files:i,onRemove:s,className:l=""}){const{t:u}=ge(),d=c.useRef(null),[h,p]=c.useState(!1),[m,g]=c.useState([]),f=i??m,b=w=>{if(!w||w.length===0)return;const S=Array.from(w).filter(A=>G8(A,e));if(S.length===0)return;const D=a?S:S.slice(0,1);if(i===void 0){const A=a?[...f,...D]:D;g(A),t?.(A)}else t?.(D)},y=w=>{w.preventDefault(),!o&&p(!0)},v=w=>{w.preventDefault(),p(!1)},x=w=>{w.preventDefault(),p(!1),!o&&b(w.dataTransfer.files)},_=w=>{b(w.target.files),w.target.value=""},C=()=>{o||d.current?.click()},T=w=>{if(s){s(w);return}if(i===void 0){const S=f.filter((D,A)=>A!==w);g(S),t?.(S)}};return n.jsxs("div",{className:`file-upload ${l}`.trim(),children:[n.jsxs("div",{className:_e("file-upload__dropzone",h&&"file-upload__dropzone--dragging",o&&"file-upload__dropzone--disabled"),role:"button",tabIndex:o?-1:0,"aria-disabled":o,onClick:C,onKeyDown:w=>{(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),C())},onDragOver:y,onDragLeave:v,onDrop:x,children:[n.jsx(Re,{icon:"upload",size:24,className:"file-upload__icon"}),n.jsx("span",{className:"file-upload__prompt body-2",children:u("fileUpload.dragPrompt","\uD30C\uC77C\uC744 \uC774\uACF3\uC5D0 \uB4DC\uB798\uADF8\uD558\uC5EC \uC5C5\uB85C\uB4DC")}),n.jsx("button",{type:"button",className:"file-upload__browse-button body-3",disabled:o,onClick:w=>{w.stopPropagation(),C()},children:u("fileUpload.browseButton","\uD30C\uC77C \uC120\uD0DD")}),n.jsx("input",{ref:d,type:"file",className:"file-upload__input",accept:e,multiple:a,disabled:o,onChange:_,tabIndex:-1})]}),r&&f.length>0&&n.jsx("ul",{className:"file-upload__list",children:f.map((w,S)=>n.jsxs("li",{className:"file-upload__list-item body-3",children:[n.jsx("span",{className:"file-upload__file-name body-3",children:w.name}),n.jsx("button",{type:"button",className:"file-upload__remove-button","aria-label":u("fileUpload.removeAriaLabel",{name:w.name}),onClick:()=>T(S),children:n.jsx(Re,{icon:"x",size:14})})]},`${w.name}-${S}`))})]})}var q8=".ihabdevteam-core-scope .breadcrumb{align-items:center;display:inline-flex}.ihabdevteam-core-scope .breadcrumb__list{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-xs);list-style:none;margin:0;padding:0}.ihabdevteam-core-scope .breadcrumb__item{align-items:center;display:inline-flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .breadcrumb__link{align-items:center;background:none;border:none;color:var(--color-gray);cursor:pointer;display:inline-flex;justify-content:center;margin:0;min-height:24px;min-width:24px;padding:0}.ihabdevteam-core-scope .breadcrumb__link:hover{color:var(--color-main);text-decoration:underline}.ihabdevteam-core-scope .breadcrumb__link:focus-visible{border-radius:var(--radius-xs);outline:2px solid var(--color-main);outline-offset:2px}.ihabdevteam-core-scope .breadcrumb__current{color:var(--color-darkGray)}.ihabdevteam-core-scope .breadcrumb__separator{align-items:center;color:var(--color-disabled);display:inline-flex;flex-shrink:0}";Q(q8);function Em({items:t,className:e=""}){return n.jsx("nav",{className:`breadcrumb ${e}`.trim(),"aria-label":"breadcrumb",children:n.jsx("ol",{className:"breadcrumb__list",children:t.map((a,o)=>{const r=o===t.length-1;return n.jsxs("li",{className:"breadcrumb__item",children:[r?n.jsx("span",{className:"breadcrumb__current body-3","aria-current":"page",children:a.label}):n.jsx("button",{type:"button",className:"breadcrumb__link body-3",onClick:a.onClick,children:a.label}),!r&&n.jsx(Re,{icon:"chevron-right",size:14,className:"breadcrumb__separator"})]},o)})})})}var U8=".ihabdevteam-core-scope .rating{--rating-color:var(--color-warn);--rating-empty-color:var(--color-whiteLine);align-items:center;display:inline-flex;gap:2px}.ihabdevteam-core-scope .rating__item{align-items:center;background:none;border:none;display:inline-flex;justify-content:center;line-height:0;margin:0;padding:0}.ihabdevteam-core-scope .rating__item--interactive{cursor:pointer}.ihabdevteam-core-scope .rating__item--interactive:focus-visible{border-radius:var(--radius-xs);outline:2px solid var(--color-main);outline-offset:2px}.ihabdevteam-core-scope .rating--readOnly .rating__item{cursor:default}.ihabdevteam-core-scope .rating__star-wrap{display:inline-flex;line-height:0;position:relative}.ihabdevteam-core-scope .rating__star--empty{color:var(--rating-empty-color)}.ihabdevteam-core-scope .rating__star--empty svg{fill:var(--rating-empty-color)}.ihabdevteam-core-scope .rating__star-fill{display:inline-flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;white-space:nowrap;width:100%}.ihabdevteam-core-scope .rating__star-fill--half{width:50%}.ihabdevteam-core-scope .rating__star--filled{color:var(--rating-color)}.ihabdevteam-core-scope .rating__star--filled svg{fill:var(--rating-color)}";Q(U8);const Y8={small:14,medium:20,large:28};function Dm({value:t,onChange:e,max:a=5,readOnly:o=!1,size:r="medium",ariaLabel:i,className:s=""}){const{t:l}=ge(),u=o||!e,[d,h]=c.useState(null),p=d??t,m=Y8[r],g=y=>{u||e?.(y)},f=y=>{u||h(y)},b=()=>{u||h(null)};return n.jsx("div",{className:`rating rating--${r}${u?" rating--readOnly":""} ${s}`.trim(),role:u?"img":"radiogroup","aria-label":u?l("rating.valueLabel",{value:t,max:a}):i??l("rating.groupLabel","\uBCC4\uC810"),onMouseLeave:b,children:Array.from({length:a},(y,v)=>{const x=v+1,_=Math.max(0,Math.min(1,p-v)),C=_>0&&_<1,T=n.jsxs("span",{className:"rating__star-wrap",children:[n.jsx(Re,{icon:"star",size:m,className:"rating__star rating__star--empty"}),_>0&&n.jsx("span",{className:`rating__star-fill${C?" rating__star-fill--half":""}`,children:n.jsx(Re,{icon:"star",size:m,className:"rating__star rating__star--filled"})})]});return u?n.jsx("span",{className:"rating__item","aria-hidden":"true",children:T},x):n.jsx("button",{type:"button",className:"rating__item rating__item--interactive",role:"radio","aria-checked":t===x,"aria-label":l("rating.starLabel",{n:x}),onClick:()=>g(x),onMouseEnter:()=>f(x),children:T},x)})})}var K8=".ihabdevteam-core-scope .color-picker{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.ihabdevteam-core-scope .color-picker__swatch{align-items:center;border:none;cursor:pointer;display:inline-flex;justify-content:center;padding:0;position:relative;transition:transform .12s,box-shadow .12s}.ihabdevteam-core-scope .color-picker__swatch--32{border-radius:8px;height:32px;width:32px}.ihabdevteam-core-scope .color-picker__swatch--40{border-radius:10px;height:40px;width:40px}.ihabdevteam-core-scope .color-picker__swatch--48{border-radius:12px;height:48px;width:48px}.ihabdevteam-core-scope .color-picker__swatch:hover{transform:scale(1.08)}.ihabdevteam-core-scope .color-picker__swatch:focus-visible{outline:2px solid var(--color-main);outline-offset:2px}.ihabdevteam-core-scope .color-picker__check{color:#fff}.ihabdevteam-core-scope .color-picker__check svg{display:block}";Q(K8);const Z8=20,X8=["#499cdf","#4dcdc0","#2fae9e","#e6b94e","#d9534f","#e06b68","#bfc7d1"];function Lm({value:t,onChange:e,palette:a=X8,size:o=40,className:r=""}){const{t:i}=ge();return n.jsx("div",{className:`color-picker ${r}`.trim(),role:"group",children:a.map(s=>{const l=t?.toLowerCase()===s.toLowerCase();return n.jsx("button",{type:"button",className:`color-picker__swatch color-picker__swatch--${o}`,style:{backgroundColor:s},onClick:()=>e(s),"aria-pressed":l,"aria-label":l?`${s} ${i("colorPicker.selected","\uC120\uD0DD\uB428")}`:s,children:l&&n.jsx(Re,{icon:"check",size:Z8,className:"color-picker__check"})},s)})})}var J8=".ihabdevteam-core-scope .count-tile{background:var(--color-deepWhite);border:1px solid var(--color-darkWhite);border-radius:16px;box-sizing:border-box;flex-shrink:0;height:72px;padding:12px;position:relative;transition:border-color .15s,background .15s;width:72px}.ihabdevteam-core-scope .count-tile__icon{color:var(--color-main);left:12px;position:absolute;top:12px}.ihabdevteam-core-scope .count-tile__count{bottom:12px;color:var(--color-darkGray);line-height:1;position:absolute;right:12px}.ihabdevteam-core-scope .count-tile--clickable{cursor:pointer}.ihabdevteam-core-scope .count-tile--clickable:hover{background:var(--color-white)}@media (max-width:767px){.ihabdevteam-core-scope .count-tile{border-radius:14px;height:60px;padding:10px;width:60px}.ihabdevteam-core-scope .count-tile__icon{left:8px;top:8px}.ihabdevteam-core-scope .count-tile__count{bottom:8px;right:8px}}";Q(J8);function jm({icon:t,count:e,title:a,className:o="",onClick:r,onMouseEnter:i,onMouseLeave:s}){const l=_e("count-tile",r&&"count-tile--clickable",o);return n.jsxs("div",{className:l,onClick:r,onKeyDown:r?u=>{u.key!=="Enter"&&u.key!==" "||(u.preventDefault(),u.currentTarget.click())}:void 0,onMouseEnter:i,onMouseLeave:s,role:r?"button":"img",tabIndex:r?0:void 0,"aria-label":a?`${a} ${e}`:String(e),children:[n.jsx(Re,{icon:t,size:20,className:"count-tile__icon"}),n.jsx("span",{className:"count-tile__count h5","aria-hidden":"true",children:e})]})}var Q8=".ihabdevteam-core-scope .dialog{align-items:center;background:rgba(16,24,32,.6);display:flex;inset:0;justify-content:center;padding:32px;position:fixed;z-index:2200;z-index:var(--z-modal,2200)}@supports (color:rgb(0 0 0/0)) and (top:var(--f )){.ihabdevteam-core-scope .dialog{background:var(--color-popupBlock,rgba(16,24,32,.6))}}.ihabdevteam-core-scope .dialog__surface{background:#fff;background:var(--color-pureWhite,#fff);border-radius:20px;border-radius:var(--radius-dialog,20px);box-shadow:var(--shadow-popup);max-height:calc(100vh - 64px);outline:none;overflow:auto;position:relative;width:100%}.ihabdevteam-core-scope .dialog__surface--sm{max-width:420px}.ihabdevteam-core-scope .dialog__surface--md{max-width:640px}.ihabdevteam-core-scope .dialog__surface--lg{max-width:1000px}.ihabdevteam-core-scope .dialog__surface--full{background:none;box-shadow:none;max-width:1000px;overflow:visible}.ihabdevteam-core-scope .dialog__header{padding:24px 24px 0}.ihabdevteam-core-scope .dialog__title{color:var(--color-black);margin:0}.ihabdevteam-core-scope .dialog__close{align-items:center;background:none;border:0;border-radius:999px;border-radius:var(--radius-full,999px);color:var(--color-gray);cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:12px;top:12px;transition:background .15s ease,color .15s ease;width:40px}.ihabdevteam-core-scope .dialog__close:hover{background:var(--color-darkWhite);color:var(--color-black)}.ihabdevteam-core-scope .dialog__close>svg{height:20px;width:20px}.ihabdevteam-core-scope .dialog__surface--full .dialog__close{background:hsla(0,0%,100%,.1);color:var(--color-pureWhite);right:0;top:-48px}.ihabdevteam-core-scope .dialog__surface--full .dialog__close:hover{background:hsla(0,0%,100%,.2)}.ihabdevteam-core-scope .dialog__body{padding:24px}.ihabdevteam-core-scope .dialog__surface--full .dialog__body{padding:0}@media (max-width:639px){.ihabdevteam-core-scope .dialog{padding:16px}.ihabdevteam-core-scope .dialog__body{padding:20px}}";Q(Q8);function ek(){return n.jsx("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round","aria-hidden":!0,children:n.jsx("path",{d:"M6 6l12 12M18 6 6 18"})})}function Mm({open:t,onClose:e,ariaLabel:a,title:o,children:r,size:i="md",closeOnBackdrop:s=!0,closeOnEscape:l=!0,showClose:u=!0,className:d,contentClassName:h}){const{t:p}=ge(),m=c.useId(),g=c.useRef(null),f=c.useRef(null),b=c.useCallback(()=>e(),[e]);return c.useEffect(()=>{if(!t){f.current?.focus(),f.current=null;return}f.current=document.activeElement;const{overflow:y}=document.body.style;document.body.style.overflow="hidden",g.current?.focus();const v=l?Il(b):void 0;return()=>{v?.(),document.body.style.overflow=y}},[t,l,b]),!t||typeof document>"u"?null:Yt.createPortal(n.jsx("div",{className:_e("dialog",d),onClick:s?b:void 0,children:n.jsxs("div",{ref:g,role:"dialog","aria-modal":"true","aria-label":o?void 0:a,"aria-labelledby":o?m:void 0,tabIndex:-1,className:_e("dialog__surface",`dialog__surface--${i}`,h),onClick:y=>y.stopPropagation(),children:[o?n.jsx("div",{className:"dialog__header",children:n.jsx("h2",{id:m,className:"dialog__title h4b",children:o})}):null,u?n.jsx("button",{type:"button",className:"dialog__close","aria-label":p("common.close","\uB2EB\uAE30"),onClick:b,children:n.jsx(ek,{})}):null,n.jsx("div",{className:"dialog__body",children:r})]})}),document.body)}var tk=".ihabdevteam-core-scope .board{width:100%}.ihabdevteam-core-scope .board__head{align-items:flex-end;display:flex;flex-wrap:wrap;gap:var(--spacing-m);justify-content:space-between;margin-bottom:var(--spacing-m)}.ihabdevteam-core-scope .board__title{color:var(--color-text-primary);font-size:var(--text-body-2-size);font-weight:500;line-height:var(--text-body-2-line);margin:0}.ihabdevteam-core-scope .board__toolbar{align-items:center;display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .board__table{border-collapse:collapse;border-top:1px solid var(--color-text-primary);text-align:left;width:100%}.ihabdevteam-core-scope .board__caption{clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.ihabdevteam-core-scope .board__th{border-bottom:1px solid var(--color-border);color:var(--color-text-primary);font-size:var(--text-body-3-size);font-weight:500;line-height:var(--text-body-3-line);padding:14px 0}.ihabdevteam-core-scope .board__row{border-bottom:1px solid var(--color-border);transition:background .15s ease;transition:background var(--duration-fast,.15s) var(--ease-out,ease)}.ihabdevteam-core-scope .board__row:hover{background:var(--color-surface-raised)}.ihabdevteam-core-scope .board__td{color:var(--color-text-primary);font-size:var(--text-body-3-size);line-height:var(--text-body-3-line);padding:var(--spacing-m) 0}.ihabdevteam-core-scope .board__cell--left{text-align:left}.ihabdevteam-core-scope .board__cell--center{text-align:center}.ihabdevteam-core-scope .board__cell--right{text-align:right}.ihabdevteam-core-scope .board__state{color:var(--color-text-secondary);font-size:var(--text-body-3-size);padding:56px 0;text-align:center}";Q(tk);function Pm({columns:t,rows:e,rowKey:a,title:o,toolbar:r,empty:i="\uB4F1\uB85D\uB41C \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loading:s,caption:l,className:u=""}){const d=!s&&e.length===0;return n.jsxs("div",{className:_e("board",u),children:[o||r?n.jsxs("div",{className:"board__head",children:[o?n.jsx("h2",{className:"board__title",children:o}):n.jsx("span",{}),r?n.jsx("div",{className:"board__toolbar",children:r}):null]}):null,n.jsxs("table",{className:"board__table",children:[l?n.jsx("caption",{className:"board__caption",children:l}):null,n.jsx("thead",{children:n.jsx("tr",{children:t.map(h=>n.jsx("th",{scope:"col",className:_e("board__th",`board__cell--${h.headerAlign??h.align??"left"}`),style:h.width?{width:h.width}:void 0,children:h.header},h.key))})}),n.jsx("tbody",{children:s?n.jsx("tr",{children:n.jsx("td",{className:"board__state",colSpan:t.length,children:s})}):d?n.jsx("tr",{children:n.jsx("td",{className:"board__state",colSpan:t.length,children:i})}):e.map((h,p)=>n.jsx("tr",{className:"board__row",children:t.map(m=>n.jsx("td",{className:_e("board__td",`board__cell--${m.align??"left"}`),children:m.render(h,p)},m.key))},a(h,p)))})]})]})}var ak=".ihabdevteam-core-scope .person-card{display:flex;flex-direction:column}.ihabdevteam-core-scope .person-card__photo{background:var(--color-surface-raised);border-radius:var(--radius-full);flex-shrink:0;margin-inline:auto;max-width:100%;overflow:hidden}.ihabdevteam-core-scope .person-card__photo>*,.ihabdevteam-core-scope .person-card__photo>img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ihabdevteam-core-scope .person-card__name{color:var(--color-text-primary);font-size:var(--text-h4-size);font-weight:var(--text-h4-weight-bold);line-height:var(--text-h4-line);margin-top:var(--spacing-xl);text-align:center}.ihabdevteam-core-scope .person-card__role{color:var(--color-darkGray);font-size:var(--text-body-3-size);font-weight:var(--text-body-3-weight);line-height:var(--text-body-3-line);margin-top:6px;text-align:center}.ihabdevteam-core-scope .person-card__credentials{display:flex;flex-direction:column;gap:var(--spacing-xs);list-style:none;margin:var(--spacing-xl) auto 0;max-width:100%;padding:0;text-align:left;width:-moz-fit-content;width:fit-content}.ihabdevteam-core-scope .person-card__credentials>li{color:var(--color-darkGray);font-size:var(--text-body-3-size);line-height:var(--text-body-3-line)}@media (max-width:767px){.ihabdevteam-core-scope .person-card__credentials,.ihabdevteam-core-scope .person-card__name{margin-top:var(--spacing-l)}}";Q(ak);function Rm({name:t,role:e,photo:a,media:o,credentials:r,size:i=190,className:s=""}){return n.jsxs("div",{className:_e("person-card",s),children:[n.jsx("div",{className:"person-card__photo",style:{width:i,height:i},children:o??(a?n.jsx("img",{src:a,alt:e?`${t} ${e}`:t}):null)}),n.jsx("h3",{className:"person-card__name",children:t}),e?n.jsx("p",{className:"person-card__role",children:e}):null,r?.length?n.jsx("ul",{className:"person-card__credentials",children:r.map(l=>n.jsx("li",{children:l},l))}):null]})}var ok=".ihabdevteam-core-scope .timeline{display:flex;flex-direction:column;gap:56px}.ihabdevteam-core-scope .timeline__title{color:var(--color-text-primary);font-size:var(--text-h1-size);font-weight:var(--text-h1-weight);letter-spacing:var(--text-h1-spacing);line-height:var(--text-h1-line);margin:0}.ihabdevteam-core-scope .timeline__rows{border-top:1px solid var(--color-border);list-style:none;margin:var(--spacing-m) 0 0;padding:0}.ihabdevteam-core-scope .timeline__row{border-bottom:1px solid var(--color-border);display:flex;gap:40px;padding:var(--spacing-l) 0}.ihabdevteam-core-scope .timeline__label{color:var(--color-text-primary);flex-shrink:0;font-size:var(--text-body-2-size);font-weight:var(--text-body-2-weight-bold);line-height:var(--text-body-2-line);padding-top:1px;width:28px}.ihabdevteam-core-scope .timeline__items{display:flex;flex-direction:column;gap:4px}.ihabdevteam-core-scope .timeline__items>p{color:var(--color-text-primary);font-size:var(--text-body-2-size);font-weight:var(--text-body-2-weight);line-height:var(--text-body-2-line);margin:0}@media (max-width:767px){.ihabdevteam-core-scope .timeline{gap:40px}.ihabdevteam-core-scope .timeline__row{gap:var(--spacing-xl)}}";Q(ok);function $m({groups:t,className:e=""}){return n.jsx("div",{className:_e("timeline",e),children:t.map(a=>n.jsxs("section",{className:"timeline__group",children:[n.jsx("h3",{className:"timeline__title",children:a.title}),n.jsx("ul",{className:"timeline__rows",children:a.entries.map((o,r)=>n.jsxs("li",{className:"timeline__row",children:[o.label?n.jsx("span",{className:"timeline__label",children:o.label}):null,n.jsx("div",{className:"timeline__items",children:o.items.map((i,s)=>n.jsx("p",{children:i},s))})]},`${o.label??""}-${r}`))})]},a.title))})}var rk=".ihabdevteam-core-scope .publication-card{background:var(--color-surface-raised);border-radius:var(--radius-m);box-sizing:border-box;display:flex;flex-direction:column;padding:36px var(--spacing-xl) 32px;position:relative}.ihabdevteam-core-scope .publication-card__badge{height:88px;pointer-events:none;position:absolute;right:var(--spacing-xl);top:0}.ihabdevteam-core-scope .publication-card__badge>*,.ihabdevteam-core-scope .publication-card__badge>img{height:100%;width:auto}.ihabdevteam-core-scope .publication-card__title{color:var(--color-text-primary);font-size:var(--text-h4-size);font-weight:var(--text-h4-weight-bold);line-height:var(--text-h4-line);margin:0;padding-right:96px;position:relative;z-index:1}.ihabdevteam-core-scope .publication-card__kind{color:var(--color-darkGray);font-size:var(--text-body-3-size);font-weight:var(--text-body-3-weight);line-height:var(--text-body-3-line);margin:var(--spacing-m) 0 0}.ihabdevteam-core-scope .publication-card__body{color:var(--color-darkGray);font-size:var(--text-caption-1-size);line-height:1.65;margin:var(--spacing-m) 0 0}@media (max-width:767px){.ihabdevteam-core-scope .publication-card{padding:32px var(--spacing-l) 28px}.ihabdevteam-core-scope .publication-card__kind{margin-top:var(--spacing-m)}}.ihabdevteam-core-scope .publication-card__footer{margin-top:auto;padding-top:var(--spacing-l)}";Q(rk);function Im({title:t,kind:e,body:a,badge:o,badgeSrc:r,footer:i,width:s,className:l=""}){const u=o??(r?n.jsx("img",{src:r,alt:""}):null);return n.jsxs("div",{className:_e("publication-card",l),style:s?{width:s,flexShrink:0}:void 0,children:[u?n.jsx("div",{className:"publication-card__badge","aria-hidden":"true",children:u}):null,n.jsx("h3",{className:"publication-card__title",children:t}),e?n.jsx("p",{className:"publication-card__kind",children:e}):null,n.jsx("p",{className:"publication-card__body",children:a}),i?n.jsx("div",{className:"publication-card__footer",children:i}):null]})}var nk="@keyframes splash-logo{0%{opacity:0;transform:scale(.92)}18%{opacity:1;transform:scale(1)}75%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.04)}}.ihabdevteam-core-scope .splash-logo{align-items:center;background:var(--color-pureWhite);display:flex;inset:0;justify-content:center;position:absolute;z-index:1000;z-index:var(--z-modal,1000)}.ihabdevteam-core-scope .splash-logo__image{animation:splash-logo 3s cubic-bezier(.4,0,.2,1) forwards;animation:splash-logo var(--splash-logo-duration,3s) cubic-bezier(.4,0,.2,1) forwards;height:80px;height:var(--splash-logo-height,80px);width:auto}@media (prefers-reduced-motion:reduce){.ihabdevteam-core-scope .splash-logo__image{animation:none;opacity:1}}";Q(nk);function Om({logo:t,alt:e,onDone:a,durationMs:o=3e3}){return c.useEffect(()=>{if(!a)return;const r=setTimeout(a,o);return()=>clearTimeout(r)},[a,o]),n.jsx("div",{className:"splash-logo",style:{"--splash-logo-duration":`${o}ms`},"aria-hidden":"true",children:n.jsx("img",{src:t,alt:e,className:"splash-logo__image"})})}var ik='.ihabdevteam-core-scope .section-header{text-align:center}.ihabdevteam-core-scope .section-header__eyebrow{align-items:center;display:flex;font-size:var(--text-caption-1-size);font-weight:600;gap:10px;justify-content:center;letter-spacing:.18em;line-height:var(--text-caption-1-line);margin:0}.ihabdevteam-core-scope .section-header__index{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;opacity:.6}.ihabdevteam-core-scope .section-header__rule{background:currentColor;height:1px;opacity:.3;width:24px}.ihabdevteam-core-scope .section-header__title{font-family:inherit;font-family:var(--font-display,inherit);font-size:clamp(2rem,1.35rem + 2.1vw,2.9rem);font-weight:700;letter-spacing:-.01em;line-height:1.15;margin:0}.ihabdevteam-core-scope .section-header__eyebrow+.section-header__title{margin-top:var(--spacing-xl)}.ihabdevteam-core-scope .section-header__description{font-size:var(--text-body-2-size);line-height:1.9;margin-top:var(--spacing-m)}.ihabdevteam-core-scope .section-header--dark .section-header__eyebrow{color:var(--color-main)}.ihabdevteam-core-scope .section-header--dark .section-header__title{color:var(--color-text-primary)}.ihabdevteam-core-scope .section-header--dark .section-header__description{color:var(--color-darkGray)}.ihabdevteam-core-scope .section-header--light .section-header__eyebrow{color:hsla(0,0%,100%,.85)}.ihabdevteam-core-scope .section-header--light .section-header__title{color:var(--color-pureWhite)}.ihabdevteam-core-scope .section-header--light .section-header__description{color:hsla(0,0%,100%,.85)}';Q(ik);function zm({eyebrow:t,eyebrowIndex:e,title:a,description:o,level:r=2,tone:i="dark",className:s=""}){const l=r===1?"h1":"h2";return n.jsxs("div",{className:_e("section-header",`section-header--${i}`,s),children:[t?n.jsxs("p",{className:"section-header__eyebrow",children:[e?n.jsxs(n.Fragment,{children:[n.jsx("span",{className:"section-header__index",children:e}),n.jsx("span",{"aria-hidden":!0,className:"section-header__rule"})]}):null,t]}):null,a?n.jsx(l,{className:"section-header__title",children:a}):null,o?n.jsx("div",{className:"section-header__description",children:o}):null]})}var sk=".ihabdevteam-core-scope .company-meta{align-items:center;color:var(--color-gray);display:flex;flex-direction:column;font-size:var(--text-caption-1-size);gap:var(--spacing-xs);list-style:none;margin:0;padding:0}.ihabdevteam-core-scope .company-meta__item{align-items:center;display:flex}.ihabdevteam-core-scope .company-meta__divider{color:var(--color-whiteLine);display:none;padding-inline:var(--spacing-m)}@media (min-width:640px){.ihabdevteam-core-scope .company-meta{flex-direction:row;gap:0}.ihabdevteam-core-scope .company-meta__divider{display:inline}}";Q(sk);function Fm({items:t,className:e=""}){return n.jsx("ul",{className:_e("company-meta",e),children:t.map((a,o)=>n.jsxs("li",{className:"company-meta__item",children:[o>0?n.jsx("span",{"aria-hidden":!0,className:"company-meta__divider",children:"|"}):null,a]},a))})}function tc({value:t,onChange:e,suggestions:a,openOnFocus:o=!1}){const r=c.useId(),[i,s]=c.useState(!1),[l,u]=c.useState(-1),d=c.useRef(null),h=c.useMemo(()=>{if(!a.length)return[];const b=t??"";return b?a.filter(y=>y.toLowerCase().includes(b.toLowerCase())):o?a:[]},[a,t,o]);c.useEffect(()=>{i||u(-1)},[i]),c.useEffect(()=>()=>{d.current&&clearTimeout(d.current)},[]);const p=c.useCallback(b=>{e?.(b),s(!1)},[e]),m=c.useCallback(()=>s(!0),[]),g=c.useCallback(()=>{d.current=setTimeout(()=>s(!1),120)},[]),f=c.useCallback(b=>{b.key==="ArrowDown"?(b.preventDefault(),s(!0),u(y=>Math.min(h.length-1,y+1))):b.key==="ArrowUp"?(b.preventDefault(),u(y=>Math.max(-1,y-1))):b.key==="Enter"?l>=0&&!b.nativeEvent.isComposing&&p(h[l]):b.key==="Escape"&&i&&(b.preventDefault(),s(!1))},[h,l,i,p]);return{listId:r,open:i,activeIdx:l,filtered:h,handleFocus:m,handleBlur:g,handleKeyDown:f,handleSelect:p}}var lk=".ihabdevteam-core-scope .text-field{box-sizing:border-box;display:inline-flex;flex-direction:column;gap:6px;position:relative}.ihabdevteam-core-scope .text-field--full-width{display:flex;width:100%}.ihabdevteam-core-scope .text-field__label{align-items:center;color:var(--color-darkGray);display:flex;gap:4px}.ihabdevteam-core-scope .text-field__required{color:var(--color-main);line-height:1}.ihabdevteam-core-scope .text-field__wrap{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:12px;box-sizing:border-box;display:flex;overflow:hidden;position:relative;transition:border-color .12s,background .12s,box-shadow .12s}.ihabdevteam-core-scope .text-field--s32 .text-field__wrap{border-radius:8px}.ihabdevteam-core-scope .text-field--s40 .text-field__wrap{border-radius:10px}.ihabdevteam-core-scope .text-field--s48 .text-field__wrap{border-radius:12px}.ihabdevteam-core-scope .text-field--s64 .text-field__wrap{border-radius:14px}.ihabdevteam-core-scope .text-field__wrap:focus-within{background:var(--color-white);border-color:var(--color-main);box-shadow:0 0 0 3px var(--color-main-a10)}.ihabdevteam-core-scope .text-field--error .text-field__wrap{border-color:var(--color-error)}.ihabdevteam-core-scope .text-field--error .text-field__wrap:focus-within{box-shadow:0 0 0 3px var(--color-error-a10)}.ihabdevteam-core-scope .text-field--disabled .text-field__wrap{cursor:not-allowed;opacity:.5}.ihabdevteam-core-scope .text-field--readonly .text-field__input{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ihabdevteam-core-scope .text-field--readonly .text-field__wrap{border-color:var(--color-darkWhite)}.ihabdevteam-core-scope .text-field__input{background:transparent;border:none;box-sizing:border-box;color:var(--color-darkGray);flex:1;margin:0;min-width:0;outline:none;padding:0 12px}.ihabdevteam-core-scope .text-field__input::-moz-placeholder{color:var(--color-lightGray)}.ihabdevteam-core-scope .text-field__input::placeholder{color:var(--color-lightGray)}.ihabdevteam-core-scope .text-field__input:disabled{cursor:not-allowed}.ihabdevteam-core-scope .text-field__input[readonly]{cursor:default}.ihabdevteam-core-scope .text-field__input--textarea{align-self:stretch;line-height:1.6;min-height:80px;padding:10px 12px;resize:vertical}.ihabdevteam-core-scope .text-field__input--auto{align-self:stretch;line-height:1.5;overflow:hidden;padding:0 12px;resize:none}.ihabdevteam-core-scope .text-field:has(.text-field__input--auto) .text-field__wrap,.ihabdevteam-core-scope .text-field:has(.text-field__input--textarea) .text-field__wrap{align-items:flex-start}.ihabdevteam-core-scope .text-field:has(.text-field__input--auto) .text-field__clear,.ihabdevteam-core-scope .text-field:has(.text-field__input--auto) .text-field__icon,.ihabdevteam-core-scope .text-field:has(.text-field__input--textarea) .text-field__clear,.ihabdevteam-core-scope .text-field:has(.text-field__input--textarea) .text-field__icon{margin-top:var(--spacing-s)}.ihabdevteam-core-scope .text-field--s32 .text-field__input:not(.text-field__input--textarea):not(.text-field__input--auto){height:30px}.ihabdevteam-core-scope .text-field--s40 .text-field__input:not(.text-field__input--textarea):not(.text-field__input--auto){height:38px}.ihabdevteam-core-scope .text-field--s48 .text-field__input:not(.text-field__input--textarea):not(.text-field__input--auto){height:46px}.ihabdevteam-core-scope .text-field--s64 .text-field__input:not(.text-field__input--textarea):not(.text-field__input--auto){height:62px;line-height:normal}.ihabdevteam-core-scope .text-field--display .text-field__input{font-weight:700;text-align:center}.ihabdevteam-core-scope .text-field--display .text-field__input::-moz-placeholder{color:transparent}.ihabdevteam-core-scope .text-field--display .text-field__input::placeholder{color:transparent}.ihabdevteam-core-scope .text-field--display .text-field__placeholder{align-items:center;color:var(--color-lightGray);display:flex;font-weight:400;inset:0;justify-content:center;pointer-events:none;position:absolute}.ihabdevteam-core-scope .text-field--display .text-field__input:not(:-moz-placeholder)~.text-field__placeholder{display:none}.ihabdevteam-core-scope .text-field--display .text-field__input:not(:placeholder-shown)~.text-field__placeholder{display:none}.ihabdevteam-core-scope .text-field--display.text-field--s48 .text-field__input{font-size:22px}.ihabdevteam-core-scope .text-field--display.text-field--s48 .text-field__placeholder{font-size:15px}.ihabdevteam-core-scope .text-field--display.text-field--s64 .text-field__input{font-size:28px;letter-spacing:-.3px}.ihabdevteam-core-scope .text-field--display.text-field--s64 .text-field__placeholder{font-size:16px}.ihabdevteam-core-scope .text-field--s32 .text-field__input--auto{height:30px;min-height:30px;padding-bottom:3px;padding-top:3px}.ihabdevteam-core-scope .text-field--s40 .text-field__input--auto{height:38px;min-height:38px;padding-bottom:7px;padding-top:7px}.ihabdevteam-core-scope .text-field--s48 .text-field__input--auto{height:46px;min-height:46px;padding-bottom:11px;padding-top:11px}.ihabdevteam-core-scope .text-field__icon{align-items:center;color:var(--color-lightGray);display:inline-flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.ihabdevteam-core-scope .text-field__icon--left{margin-left:var(--spacing-s)}.ihabdevteam-core-scope .text-field__icon--right{margin-right:var(--spacing-s)}.ihabdevteam-core-scope .text-field__icon-svg{display:block}.ihabdevteam-core-scope .text-field--has-left-icon .text-field__input{padding-left:6px}.ihabdevteam-core-scope .text-field--has-right-icon .text-field__input{padding-right:6px}.ihabdevteam-core-scope .text-field--s32 .text-field__icon{height:16px;width:16px}.ihabdevteam-core-scope .text-field--s32 .text-field__input{font-size:14px;line-height:22px}.ihabdevteam-core-scope .text-field__clear{flex-shrink:0;margin-right:10px}.ihabdevteam-core-scope .text-field__suggestions{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-sm);box-shadow:var(--shadow-dropdown);left:0;margin-top:var(--spacing-xs);max-height:220px;overflow:auto;padding:4px 0;position:absolute;right:0;top:100%;z-index:var(--z-dropdown)}.ihabdevteam-core-scope .text-field__suggestion{color:var(--color-darkGray);cursor:pointer;padding:8px 12px}.ihabdevteam-core-scope .text-field__suggestion.is-active,.ihabdevteam-core-scope .text-field__suggestion:hover{background:var(--color-deepWhite);color:var(--color-main)}.ihabdevteam-core-scope .text-field__footer{align-items:flex-start;display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .text-field__helper{color:var(--color-lightGray);flex:1}.ihabdevteam-core-scope .text-field--error .text-field__helper{color:var(--color-error)}.ihabdevteam-core-scope .text-field__count{color:var(--color-gray);flex-shrink:0;margin-right:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.ihabdevteam-core-scope .text-field--has-right-icon .text-field__count,.ihabdevteam-core-scope .text-field:has(.text-field__clear) .text-field__count{margin-right:8px}.ihabdevteam-core-scope .text-field__count--over{color:var(--color-error)}.ihabdevteam-core-scope .text-field:has(.text-field__input--textarea) .text-field__count{bottom:6px;margin:0;pointer-events:none;position:absolute;right:20px}.ihabdevteam-core-scope .text-field:has(.text-field__input--auto) .text-field__count{align-self:flex-end;margin-bottom:var(--spacing-s)}";Q(lk);function Ga(t){const{value:e,defaultValue:a,name:o,inputRef:r,onChange:i,label:s,ariaLabel:l,required:u,placeholder:d,type:h="text",disabled:p=!1,readOnly:m=!1,error:g,helperText:f,maxLength:b,size:y=48,variant:v="input",fullWidth:x=!1,newline:_=!1,multiline:C=!1,rows:T=3,leftIcon:w,rightIcon:S,clearable:D=!1,list:A,showCount:N=!0,className:O="",onFocus:j,onBlur:k,onKeyDown:E,onEnter:L,inputMode:z,autoComplete:te,autoFocus:J,suggestions:ae,openOnFocus:M=!1}=t,{t:R}=ge(),$=c.useId(),F=`tf-${$}`,I=`tf-helper-${$}`,q=c.useRef(null),P=tc({value:e??"",onChange:i,suggestions:ae??[],openOnFocus:M}),H=c.useCallback(G=>{q.current=G,typeof r=="function"?r(G):r&&(r.current=G)},[r]),V=e!==void 0,U=V&&h==="password",ee=(e??"").length;c.useEffect(()=>{const G=q.current;if(!U||!G)return;const ce=e??"";G.value!==ce&&(G.value=ce)},[U,e]),c.useEffect(()=>{if(!_||!q.current)return;const G=q.current;G.style.height="",G.scrollHeight>G.clientHeight&&(G.style.height=`${G.scrollHeight}px`)},[e,_]);const pe=b!=null&&ee>b,he=y===32?16:20,oe=_e("text-field",`text-field--s${y}`,v==="display"?"text-field--display":"",x?"text-field--full-width":"",p?"text-field--disabled":"",m?"text-field--readonly":"",g?"text-field--error":"",w?"text-field--has-left-icon":"",S||D?"text-field--has-right-icon":"",O),X={id:F,...U?{}:V?{value:e}:{defaultValue:a},ref:H,placeholder:d,name:o,disabled:p,readOnly:m,autoFocus:J,tabIndex:m?-1:void 0,maxLength:b,list:A,inputMode:z,autoComplete:te,"aria-label":!s&&l?l:void 0,"aria-required":u,"aria-invalid":!!g,"aria-describedby":f||g?I:void 0,role:ae?"combobox":void 0,"aria-autocomplete":ae?"list":void 0,"aria-haspopup":ae?"listbox":void 0,"aria-expanded":ae?P.open:void 0,"aria-controls":ae?P.listId:void 0,"aria-activedescendant":ae&&P.activeIdx>=0?`${P.listId}-option-${P.activeIdx}`:void 0,onChange:G=>i?.(G.target.value),onFocus:(G=>{j?.(G),ae&&P.handleFocus()}),onBlur:(G=>{k?.(G),ae&&P.handleBlur()}),onKeyDown:(G=>{L&&G.key==="Enter"&&!G.nativeEvent.isComposing&&(G.preventDefault(),L()),E?.(G),ae&&P.handleKeyDown(G)})},de=D&&!p&&!m&&ee>0,Ce=()=>_?n.jsx("textarea",{...X,className:"text-field__input text-field__input--auto body-2",rows:1}):C?n.jsx("textarea",{...X,className:"text-field__input text-field__input--textarea body-2",rows:T}):n.jsx("input",{...X,type:h,className:"text-field__input body-2"}),Z=v==="display"&&!_&&!C&&!!d,le=()=>n.jsxs(n.Fragment,{children:[Ce(),Z&&n.jsx("span",{className:"text-field__placeholder","aria-hidden":"true",children:d})]});return n.jsxs("div",{className:oe,children:[s&&n.jsxs("label",{htmlFor:F,className:"text-field__label caption-1",children:[s,u&&n.jsx("span",{className:"text-field__required",children:"*"})]}),n.jsxs("div",{className:"text-field__wrap",children:[w&&n.jsx("span",{className:"text-field__icon text-field__icon--left",children:n.jsx(Re,{icon:w,label:"",className:"",svgClassName:"text-field__icon-svg",size:he})}),le(),b!=null&&N&&n.jsxs("span",{className:`text-field__count caption-2${pe?" text-field__count--over":""}`,children:[ee,"/",b]}),de&&n.jsx(se,{size:24,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,className:"text-field__clear",ariaLabel:R("textField.clearAriaLabel","\uC785\uB825\uAC12 \uC9C0\uC6B0\uAE30"),htmlType:"button",onMouseDown:G=>{G.preventDefault()},onClick:()=>i?.(""),tabIndex:-1}),S&&!de&&n.jsx("span",{className:"text-field__icon text-field__icon--right",children:n.jsx(Re,{icon:S,label:"",className:"",svgClassName:"text-field__icon-svg",size:he})})]}),ae&&P.open&&P.filtered.length>0&&n.jsx("ul",{id:P.listId,className:"text-field__suggestions",role:"listbox",children:P.filtered.map((G,ce)=>n.jsx("li",{id:`${P.listId}-option-${ce}`,role:"option","aria-selected":ce===P.activeIdx,className:`text-field__suggestion body-2${ce===P.activeIdx?" is-active":""}`,onMouseDown:be=>be.preventDefault(),onClick:()=>{P.handleSelect(G),q.current?.focus()},children:G},`${G}-${ce}`))}),(f||g)&&n.jsx("div",{className:"text-field__footer",children:n.jsx("span",{id:I,className:"text-field__helper caption-1",role:g?"alert":void 0,children:g||f})})]})}var ck=".ihabdevteam-core-scope .dropdown{display:inline-block;position:relative}.ihabdevteam-core-scope .dropdown--block{display:block;width:100%}.ihabdevteam-core-scope .dropdown--block .dropdown__trigger{min-width:0}.ihabdevteam-core-scope .dropdown--s40 .dropdown__trigger{border-radius:10px;height:40px}.ihabdevteam-core-scope .dropdown--s48 .dropdown__trigger{border-radius:12px;height:48px}.ihabdevteam-core-scope .dropdown__trigger{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:12px;box-sizing:border-box;color:var(--color-darkGray);cursor:pointer;display:flex;font-family:var(--font-family);gap:var(--spacing-xs);height:48px;justify-content:space-between;min-width:120px;padding:0 12px;text-align:left;transition:border-color .15s,background .15s,box-shadow .15s;white-space:nowrap;width:100%}.ihabdevteam-core-scope .dropdown__trigger:hover:not(:disabled){border-color:var(--color-main)}.ihabdevteam-core-scope .dropdown__trigger:focus-visible{border-color:var(--color-main);box-shadow:0 0 0 3px var(--color-main-a10);outline:none}.ihabdevteam-core-scope .dropdown__trigger:disabled{background:var(--color-deepWhite);cursor:default;opacity:.5}.ihabdevteam-core-scope .dropdown--open .dropdown__trigger{background:var(--color-white);border-color:var(--color-main);box-shadow:0 0 0 3px var(--color-main-a10)}.ihabdevteam-core-scope .dropdown--error .dropdown__trigger{border:1px solid var(--color-error)}.ihabdevteam-core-scope .dropdown--error .dropdown__trigger:hover:not(:disabled),.ihabdevteam-core-scope .dropdown--error.dropdown--open .dropdown__trigger{border-color:var(--color-error);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-error) 15%,transparent)}.ihabdevteam-core-scope .dropdown__trigger-label{flex:1;overflow:hidden;text-overflow:ellipsis}.ihabdevteam-core-scope .dropdown__trigger-label--placeholder{color:var(--color-lightGray)}.ihabdevteam-core-scope .dropdown__chevron{color:var(--color-gray);flex-shrink:0;height:16px;transition:transform .2s;width:16px}.ihabdevteam-core-scope .dropdown--open .dropdown__chevron{transform:rotate(180deg)}.ihabdevteam-core-scope .dropdown__menu{animation:dropdown-appear .12s ease;background:var(--color-white);border:1.5px solid var(--color-whiteLine);border-radius:var(--radius-card);box-shadow:var(--shadow-dropdown);box-sizing:border-box;max-height:260px;overflow-y:auto;overscroll-behavior-y:contain;padding:6px}.ihabdevteam-core-scope .dropdown__menu--up{bottom:calc(100% + 6px);top:auto}@keyframes dropdown-appear{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.ihabdevteam-core-scope .dropdown__option{align-items:center;background:transparent;border:none;border-radius:var(--radius-sm);box-sizing:border-box;color:var(--color-darkGray);cursor:pointer;display:flex;font-family:var(--font-family);gap:var(--spacing-xs);padding:9px 12px;text-align:left;transition:background .1s,color .1s;white-space:nowrap;width:100%}.ihabdevteam-core-scope .dropdown__option:hover{background:var(--color-deepWhite)}.ihabdevteam-core-scope .dropdown__option--active{background:var(--color-main-a10);color:var(--color-main)}.ihabdevteam-core-scope .dropdown__option--disabled{cursor:default;opacity:.4;pointer-events:none}.ihabdevteam-core-scope .dropdown__option-check{align-items:center;color:var(--color-main);display:flex;flex-shrink:0;height:14px;justify-content:center;width:14px}.ihabdevteam-core-scope .dropdown__option-check svg{height:14px;width:14px}.ihabdevteam-core-scope .dropdown__divider{background:var(--color-darkWhite);height:1px;margin:4px 0}";Q(ck);function Zt({options:t,value:e,onChange:a,placeholder:o,disabled:r=!1,block:i=!1,size:s=48,error:l=!1,className:u="",ariaLabel:d}){const{t:h}=ge(),p=o??h("dropdown.placeholder","\uC120\uD0DD"),m=c.useId(),g=c.useRef(null),f=c.useCallback(k=>{const E=window.innerHeight-k.bottom<260&&k.top>260;return{position:"fixed",left:k.left,minWidth:k.width,...E?{bottom:window.innerHeight-k.top+6}:{top:k.bottom+6},zIndex:9999}},[]),{open:b,setOpen:y,toggle:v,style:x,triggerRef:_,menuRef:C}=Eo({computeStyle:f}),[T,w]=c.useState(-1),S=c.useCallback(()=>w(-1),[]),D=t.find(k=>k.value===e);c.useEffect(()=>{if(b){const k=t.findIndex(E=>E.value===e);w(k>=0?k:0),requestAnimationFrame(()=>{const E=C.current;if(!E)return;const L=E.querySelectorAll(".dropdown__option")[k];L&&(E.scrollTop=Math.max(0,L.offsetTop-E.clientHeight/2+L.clientHeight/2))})}},[b,t,e,C]);const A=c.useCallback(()=>{r||v()},[r,v]),N=c.useCallback(k=>{k.disabled||(a?.(k.value),y(!1))},[a,y]),O=c.useCallback(k=>{if(!r){if(!b){(k.key==="Enter"||k.key===" "||k.key==="ArrowDown")&&(k.preventDefault(),y(!0));return}if(k.key==="Escape"){k.preventDefault(),y(!1);return}k.key==="ArrowDown"?(k.preventDefault(),w(E=>{let L=E+1;for(;L<t.length&&t[L].disabled;)L++;return L<t.length?L:E})):k.key==="ArrowUp"?(k.preventDefault(),w(E=>{let L=E-1;for(;L>=0&&t[L].disabled;)L--;return L>=0?L:E})):k.key==="Enter"&&T>=0&&(k.preventDefault(),N(t[T]))}},[r,b,t,T,N,y]),j=b?n.jsx("div",{ref:C,id:m,className:"dropdown__menu",role:"listbox",style:x,onMouseLeave:S,children:t.map((k,E)=>n.jsxs("button",{id:`${m}-option-${E}`,type:"button",role:"option","aria-selected":k.value===e,className:_e("dropdown__option body-2",k.value===e?"dropdown__option--active":"",E===T?"dropdown__option--active":"",k.disabled?"dropdown__option--disabled":""),onMouseDown:L=>L.preventDefault(),onClick:()=>N(k),onMouseEnter:()=>w(E),disabled:k.disabled,children:[n.jsx("span",{className:"dropdown__option-check",children:k.value===e&&n.jsx("svg",{viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"2 7 5.5 10.5 12 3.5"})})}),k.label]},k.value))}):null;return n.jsxs("div",{ref:g,className:_e("dropdown",`dropdown--s${s}`,b?"dropdown--open":"",i?"dropdown--block":"",l?"dropdown--error":"",u),onKeyDown:O,children:[n.jsxs("button",{ref:_,type:"button",className:"dropdown__trigger","aria-haspopup":"listbox","aria-expanded":b,"aria-controls":b?m:void 0,"aria-activedescendant":b&&T>=0?`${m}-option-${T}`:void 0,"aria-label":d,"aria-invalid":l||void 0,disabled:r,onClick:A,children:[n.jsx("span",{className:`dropdown__trigger-label body-2${D?"":" dropdown__trigger-label--placeholder"}`,children:D?D.label:p}),n.jsx("svg",{className:"dropdown__chevron",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:n.jsx("polyline",{points:"4 6 8 10 12 6"})})]}),typeof document<"u"&&Yt.createPortal(j,g.current?.closest(".ihabdevteam-core-scope")??document.body)]})}var dk=".ihabdevteam-core-scope .pagination{align-items:center;display:flex;gap:4px}.ihabdevteam-core-scope .pagination__info{color:var(--color-darkGray);font-weight:600;min-width:48px;text-align:center}";Q(dk);function _r({page:t,totalPages:e,onChange:a,prevLabel:o,nextLabel:r,className:i=""}){const{t:s}=ge(),l=o??s("common.prevPage","\uC774\uC804 \uD398\uC774\uC9C0"),u=r??s("common.nextPage","\uB2E4\uC74C \uD398\uC774\uC9C0"),d=()=>a(Math.max(1,t-1)),h=()=>a(Math.min(e,t+1));return n.jsxs("div",{className:_e("pagination",i),children:[n.jsx(se,{size:32,type:"dot",shape:"rounded",icon:"chevron-left",ariaLabel:l,disabled:t<=1,onClick:d}),n.jsxs("span",{className:"pagination__info body-3",children:[t," / ",e]}),n.jsx(se,{size:32,type:"dot",shape:"rounded",icon:"chevron-right",ariaLabel:u,disabled:t>=e,onClick:h})]})}var uk=".ihabdevteam-core-scope .segmented-control{background:var(--color-darkWhite);display:inline-flex;flex-shrink:0;flex-wrap:wrap;gap:var(--spacing-xs);overflow:hidden;padding:4px}.ihabdevteam-core-scope .segmented-control--pill{border-radius:999px}.ihabdevteam-core-scope .segmented-control--rounded{border-radius:12px}.ihabdevteam-core-scope .segmented-control .button{min-width:96px}.ihabdevteam-core-scope .segmented-control--32 .button{min-width:64px}.ihabdevteam-core-scope .segmented-control--40 .button{min-width:80px}.ihabdevteam-core-scope .segmented-control--48 .button{min-width:96px}.ihabdevteam-core-scope .segmented-control--no-bg{background:transparent;padding:0}.ihabdevteam-core-scope .segmented-control--full{display:flex;flex-wrap:nowrap;width:100%}.ihabdevteam-core-scope .segmented-control--full .button{flex:1 1 0;min-width:0}@media (max-width:767px){.ihabdevteam-core-scope .segmented-control{flex-shrink:1;min-width:0}.ihabdevteam-core-scope .segmented-control:has(>.button:nth-child(4):last-child){border-radius:14px;display:grid;grid-template-columns:repeat(2,1fr);width:100%}.ihabdevteam-core-scope .segmented-control:has(>.button:nth-child(4):last-child)>.button{justify-content:center;width:100%}.ihabdevteam-core-scope .segmented-control--pill:has(>.button:nth-child(5)){border-radius:14px}.ihabdevteam-core-scope .segmented-control:has(>.button:nth-child(5)){justify-content:center}}";Q(uk);function qa(t){const{t:e}=ge(),{options:a=[],value:o=a[0]?.key,onChange:r=p=>{},className:i="",size:s=48,shape:l="pill",useBG:u=!0,fullWidth:d=!1,ariaLabel:h}=t||{};return n.jsx("div",{className:_e("segmented-control",`segmented-control--${l}`,`segmented-control--${s}`,d&&"segmented-control--full",!u&&"segmented-control--no-bg",i),role:"radiogroup","aria-label":h??e("segmentedControl.ariaLabel","\uC120\uD0DD \uD0ED"),children:a.map(p=>n.jsx(se,{role:"radio","aria-checked":p.key===o,label:p.label,count:p.count,disabled:p.disabled,className:p.key===o?"is-selected":"",onClick:()=>{p.disabled||r(p.key)},size:s,shape:l,useBorder:!1,useBG:!1},p.key))})}var pk=".ihabdevteam-core-scope .toolbar{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--spacing-s);min-height:64px;padding-bottom:8px;padding-top:8px;width:100%}.ihabdevteam-core-scope .toolbar__row{display:contents}.ihabdevteam-core-scope .toolbar__row-end{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-s);justify-content:flex-end;margin-left:auto}.ihabdevteam-core-scope .toolbar__count{color:var(--color-gray);flex-shrink:0;margin:0;white-space:nowrap}.ihabdevteam-core-scope .toolbar .toolbar__search{flex-shrink:0;min-width:200px}@media (max-width:767px){.ihabdevteam-core-scope .toolbar{align-items:stretch;flex-direction:column;flex-wrap:wrap;padding-bottom:12px;padding-top:12px}.ihabdevteam-core-scope .toolbar__row{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-s)}.ihabdevteam-core-scope .toolbar .toolbar__search{flex:1;min-width:150px}}.ihabdevteam-core-scope .toolbar__count-highlight{color:var(--color-main)}.ihabdevteam-core-scope .toolbar__divider{align-self:stretch;height:auto;margin:8px 0}@media (max-width:767px){.ihabdevteam-core-scope .toolbar__divider{display:none}}";Q(pk);function An({count:t,search:e,segment:a,filters:o,pageSize:r,pagination:i,actions:s,className:l}){const{t:u}=ge(),d=t!=null&&n.jsxs("p",{className:"toolbar__count body-1",children:[t.prefix??u("common.totalPrefix","\uCD1D "),n.jsx("span",{className:"toolbar__count-highlight",children:t.value}),t.unit,t.suffix]}),h=!!(e||o?.length||r||i||s);return n.jsxs("div",{className:_e("toolbar",l),children:[n.jsxs("div",{className:"toolbar__row",children:[d,a&&(Array.isArray(a)?a:[a]).map((p,m)=>n.jsx(qa,{size:40,...p},p.ariaLabel??m))]}),h&&n.jsx("div",{className:"toolbar__row",children:n.jsxs("div",{className:"toolbar__row-end",children:[e&&n.jsx(Ga,{className:"toolbar__search",size:40,value:e.value,onChange:e.onChange,placeholder:e.placeholder??u("common.search","\uAC80\uC0C9"),ariaLabel:e.placeholder??u("common.search","\uAC80\uC0C9"),clearable:!0}),o?.map((p,m)=>n.jsx(Zt,{size:40,options:p.options,value:p.value,onChange:p.onChange,ariaLabel:p.ariaLabel},m)),r&&n.jsx(Zt,{size:40,options:r.options,value:r.value,onChange:r.onChange,ariaLabel:r.ariaLabel??u("common.pageSizeSelect","\uD398\uC774\uC9C0\uB2F9 \uD45C\uC2DC \uAC1C\uC218")}),i&&n.jsx(_r,{page:i.page,totalPages:i.total,onChange:i.onChange,prevLabel:i.prevLabel,nextLabel:i.nextLabel}),s]})})]})}var hk=".ihabdevteam-core-scope .code-box{background:#eff8ff;background:var(--color-code-bg,#eff8ff);border:1px solid rgba(4,34,51,.06);border-radius:10px;color:#042233;color:var(--color-code-text,#042233);margin:0;overflow:hidden;padding:16px 20px}.ihabdevteam-core-scope .code-box__header{align-items:center;display:flex;gap:12px;justify-content:space-between;min-height:40px}.ihabdevteam-core-scope .code-box__title{align-items:center;color:rgba(4,34,51,.75);display:flex;letter-spacing:.02em}.ihabdevteam-core-scope .code-box__copy{flex-shrink:0}.ihabdevteam-core-scope .code-box__inner{background:transparent;color:#042233;color:var(--color-code-text,#042233);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,Courier New,monospace;font-size:13px;line-height:1.6;margin:0;overflow-wrap:anywhere;overflow-x:auto;padding:8px 0 0;white-space:pre-wrap;word-break:break-word}.ihabdevteam-core-scope .code-box__inner code{display:block;font-family:inherit;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.ihabdevteam-core-scope .code-box--small .code-box__inner{font-size:12px}.ihabdevteam-core-scope .code-token{overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.ihabdevteam-core-scope .code-token.keyword{color:#6b46ff;font-weight:600}.ihabdevteam-core-scope .code-token.string{color:#0a9d58}.ihabdevteam-core-scope .code-token.comment{color:#6b7280;font-style:italic}.ihabdevteam-core-scope .code-token.command{color:#0b78d1}.ihabdevteam-core-scope .code-token.number{color:#d97706}.ihabdevteam-core-scope .code-token.operator{color:#dc2626}.ihabdevteam-core-scope .code-token.identifier,.ihabdevteam-core-scope .code-token.punctuation{color:#042233;color:var(--color-code-text,#042233)}";Q(hk);function Wm(t){return typeof t=="string"?t:typeof t=="number"?String(t):Array.isArray(t)?t.map(Wm).join(""):""}function mk(t){let e=t.replace(/\r\n/g,`
|
|
830
|
+
`).replace(/\r/g,`
|
|
831
|
+
`);e=e.replace(/^\n+/,"").replace(/\n+$/,"");const a=e.split(`
|
|
832
|
+
`).map(i=>i.replace(/\t/g," ")),o=a.filter(i=>i.trim().length>0),r=o.length>0?Math.min(...o.map(i=>i.match(/^ */)?.[0].length??0)):0;return a.map(i=>i.slice(r)).join(`
|
|
833
|
+
`)}const gk=new Set(["pnpm","npm","yarn","node","git","curl","docker","cat","ls","cd","rm","mv","cp","echo","export"]),bk=/^(?:const|let|var|function|return|if|else|for|while|switch|case|break|import|from|export|class|new|try|catch|finally|throw|await|async|null|true|false|this|typeof|instanceof)\b/;function fk(t,e){let a=t;const o=[],r=/sh|bash/.test(e.toLowerCase()),i=(s,l)=>o.push({type:s,content:l});for(;a.length>0;){const s=a.match(/^\s+/);if(s){i("whitespace",s[0]),a=a.slice(s[0].length);continue}if(!r&&a.startsWith("//")){const f=a.indexOf(`
|
|
834
|
+
`),b=f===-1?a:a.slice(0,f);i("comment",b),a=a.slice(b.length);continue}if(r&&a.startsWith("#")){const f=a.indexOf(`
|
|
835
|
+
`),b=f===-1?a:a.slice(0,f);i("comment",b),a=a.slice(b.length);continue}const l=a.match(/^\/\*[\s\S]*?\*\//);if(l){i("comment",l[0]),a=a.slice(l[0].length);continue}const u=a.match(/^(`(?:\\.|[^`])*`|"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*')/);if(u){i("string",u[0]),a=a.slice(u[0].length);continue}const d=a.match(/^\d+(?:\.\d+)?/);if(d){i("number",d[0]),a=a.slice(d[0].length);continue}const h=a.match(bk);if(h){i("keyword",h[0]),a=a.slice(h[0].length);continue}const p=a.match(/^[A-Za-z_$][A-Za-z0-9_$-]*/);if(p){const f=p[0];i(r&&gk.has(f)?"command":"identifier",f),a=a.slice(f.length);continue}const m=a.match(/^[=+\-*/%<>!&|^~?:]+/);if(m){i("operator",m[0]),a=a.slice(m[0].length);continue}const g=a.match(/^[()[\]{};.,]/);if(g){i("punctuation",g[0]),a=a.slice(1);continue}i("other",a[0]),a=a.slice(1)}return o}function Hm({children:t,language:e="bash",title:a="",showCopy:o=!0,size:r="default",className:i=""}){const{t:s}=ge(),[l,u]=c.useState(!1),d=mk(Wm(t)),h=c.useRef(null);c.useEffect(()=>()=>{h.current&&clearTimeout(h.current)},[]);const p=async()=>{try{if(!await Ss(d))return;u(!0),h.current&&clearTimeout(h.current),h.current=setTimeout(()=>u(!1),2e3)}catch{}},m=fk(d,e),g=r==="small"?"caption-1":"body-3";return n.jsxs("div",{className:_e("code-box",r==="small"?"code-box--small":"",i),children:[(a||o)&&n.jsxs("div",{className:"code-box__header",role:"toolbar","aria-label":s("common.codeBlock","\uCF54\uB4DC \uBE14\uB85D"),children:[n.jsx("div",{className:"code-box__title caption-1",children:a}),o&&n.jsx(se,{className:"code-box__copy",size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:l?"check":"copy",onClick:p,ariaLabel:l?s("common.copied","\uBCF5\uC0AC\uB428"):s("common.copyCode","\uCF54\uB4DC \uBCF5\uC0AC")})]}),n.jsx("pre",{className:"code-box__inner","data-lang":e,children:n.jsx("code",{children:m.map((f,b)=>n.jsx("span",{className:`code-token ${f.type} ${g}`,children:f.content},b))})})]})}var vk=".ihabdevteam-core-scope .loader-spinner{align-items:center;display:inline-flex;justify-content:center}.ihabdevteam-core-scope .loader-spinner__svg{animation:loader-rotate 1s linear infinite;transform-origin:center}.ihabdevteam-core-scope .loader-spinner__bg{stroke:rgba(0,0,0,.08)}.ihabdevteam-core-scope .loader-spinner__fg{stroke:var(--color-main);stroke-dasharray:125;stroke-dashoffset:80;animation:loader-dash 1.2s ease-in-out infinite}@keyframes loader-rotate{to{transform:rotate(1turn)}}@keyframes loader-dash{0%{stroke-dashoffset:125}50%{stroke-dashoffset:35}to{stroke-dashoffset:125}}.ihabdevteam-core-scope .loader-bar{background:rgba(0,0,0,.06);border-radius:999px;height:8px;overflow:hidden;width:100%}.ihabdevteam-core-scope .loader-bar__inner{background:var(--color-main);height:100%;transition:width .22s cubic-bezier(.2,.8,.2,1);width:0}.ihabdevteam-core-scope .core-loader-spinner{align-items:center;display:inline-flex;justify-content:center}.ihabdevteam-core-scope .core-loader-spinner__svg{animation:core-loader-rotate 1s linear infinite;transform-origin:center}.ihabdevteam-core-scope .core-loader-spinner__bg{stroke:rgba(0,0,0,.08)}.ihabdevteam-core-scope .core-loader-spinner__fg{stroke:var(--color-main);stroke-dasharray:125;stroke-dashoffset:80;animation:core-loader-dash 1.2s ease-in-out infinite}@keyframes core-loader-rotate{to{transform:rotate(1turn)}}@keyframes core-loader-dash{0%{stroke-dashoffset:125}50%{stroke-dashoffset:35}to{stroke-dashoffset:125}}.ihabdevteam-core-scope .core-loader-bar{background:rgba(0,0,0,.06);border-radius:999px;height:8px;overflow:hidden;width:100%}.ihabdevteam-core-scope .core-loader-bar__inner{background:var(--color-main);height:100%;transition:width .22s cubic-bezier(.2,.8,.2,1);width:0}.ihabdevteam-core-scope .page-loading-center{display:flex;justify-content:center;padding:40px 0}";Q(vk);function Do(t){const{variant:e="spinner",size:a=24,progress:o=null,label:r}=t||{};if(e==="bar"){const s=Math.max(0,Math.min(100,Number(o)||0));return n.jsx("div",{className:"loader-bar",role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":s,"aria-label":r||"Loading",children:n.jsx("div",{className:"loader-bar__inner",style:{width:`${s}%`}})})}const i=typeof a=="number"?`${a}px`:a;return n.jsx("div",{className:"loader-spinner",style:{width:i,height:i},role:"status","aria-label":r||"Loading",children:n.jsxs("svg",{className:"loader-spinner__svg",viewBox:"0 0 50 50",width:a,height:a,children:[n.jsx("circle",{className:"loader-spinner__bg",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"4"}),n.jsx("circle",{className:"loader-spinner__fg",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"4",strokeLinecap:"round"})]})})}var yk='.ihabdevteam-core-scope .toggle{align-items:center;cursor:pointer;display:inline-flex;gap:var(--spacing-xs);position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ihabdevteam-core-scope .toggle input{height:0;opacity:0;position:absolute;width:0}.ihabdevteam-core-scope .toggle__slider{background:#e2e8f0;background:var(--color-whiteLine,#e2e8f0);border-radius:26px;display:inline-block;flex-shrink:0;height:26px;position:relative;transition:background .2s;width:44px}.ihabdevteam-core-scope .toggle__slider:before{background:var(--color-pureWhite);border-radius:50%;box-shadow:0 1px 4px rgba(0,0,0,.15);content:"";height:20px;left:3px;position:absolute;top:3px;transition:transform .2s;width:20px}.ihabdevteam-core-scope .toggle input:checked+.toggle__slider{background:var(--color-main,var(--color-main))}.ihabdevteam-core-scope .toggle input:checked+.toggle__slider:before{transform:translateX(18px)}.ihabdevteam-core-scope .toggle input:focus-visible+.toggle__slider{outline:2px solid var(--color-main,var(--color-main));outline-offset:2px}.ihabdevteam-core-scope .toggle__label{color:var(--color-darkGray)}.ihabdevteam-core-scope .toggle--disabled{cursor:not-allowed;opacity:.45}';Q(yk);function ac({checked:t,onChange:e,disabled:a=!1,label:o,ariaLabel:r,labelPosition:i="right",className:s="",id:l}){const u=o&&n.jsx("span",{className:"toggle__label body-3",children:o});return n.jsxs("label",{className:`toggle${a?" toggle--disabled":""} ${s}`.trim(),children:[i==="left"&&u,n.jsx("input",{id:l,type:"checkbox",checked:t,disabled:a,onChange:d=>e?.(d.target.checked),"aria-label":!o&&r?r:void 0}),n.jsx("span",{className:"toggle__slider"}),i==="right"&&u]})}var xk=`.ihabdevteam-core-scope .checkbox{align-items:center;cursor:pointer;display:inline-flex;gap:8px;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ihabdevteam-core-scope .checkbox--disabled{cursor:not-allowed;opacity:.4}.ihabdevteam-core-scope .checkbox__input{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.ihabdevteam-core-scope .checkbox__box{background:var(--color-white,var(--color-pureWhite));border:1.5px solid var(--color-whiteLine);border-radius:8px;border-radius:var(--radius-sm,8px);flex-shrink:0;height:24px;position:relative;transition:border-color .15s,background .15s;width:24px}.ihabdevteam-core-scope .checkbox__input:checked+.checkbox__box{background:var(--color-main,var(--color-main));border-color:var(--color-main,var(--color-main))}.ihabdevteam-core-scope .checkbox__input:checked+.checkbox__box:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m4 9 3.5 3.5L14 6'/%3E%3C/svg%3E") 50%/cover no-repeat;content:"";inset:0;position:absolute}.ihabdevteam-core-scope .checkbox__input:indeterminate+.checkbox__box{background:var(--color-main,var(--color-main));border-color:var(--color-main,var(--color-main))}.ihabdevteam-core-scope .checkbox__input:indeterminate+.checkbox__box:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M4.5 9h9'/%3E%3C/svg%3E") 50%/cover no-repeat;content:"";inset:0;position:absolute}.ihabdevteam-core-scope .checkbox:not(.checkbox--disabled):hover .checkbox__box{border-color:var(--color-main,var(--color-main))}.ihabdevteam-core-scope .checkbox__input:focus-visible+.checkbox__box{outline:2px solid var(--color-main,var(--color-main));outline-offset:2px}.ihabdevteam-core-scope .checkbox--large .checkbox__box{border-radius:10px;border-radius:var(--radius-s,10px);height:30px;width:30px}.ihabdevteam-core-scope .checkbox--small .checkbox__box{border-radius:4px;border-radius:var(--radius-xs,4px);height:16px;width:16px}.ihabdevteam-core-scope .checkbox__label{color:var(--color-darkGray)}.ihabdevteam-core-scope .checkbox--small .checkbox__label{font-size:13px}`;Q(xk);function oc({checked:t=!1,onChange:e,disabled:a,indeterminate:o,label:r,size:i="medium",className:s,title:l,ariaLabel:u}){const d=c.useRef(null),h=c.useId();return c.useEffect(()=>{d.current&&(d.current.indeterminate=!!o)},[o]),n.jsxs("label",{className:_e("checkbox",i==="small"&&"checkbox--small",i==="large"&&"checkbox--large",a&&"checkbox--disabled",s),htmlFor:h,title:l,children:[n.jsx("input",{ref:d,id:h,type:"checkbox",className:"checkbox__input",checked:t,onChange:p=>e?.(p.target.checked),disabled:a,"aria-label":!r&&u?u:void 0}),n.jsx("span",{className:"checkbox__box"}),r&&n.jsx("span",{className:"checkbox__label body-3",children:r})]})}var Ck=".ihabdevteam-core-scope .bulk-bar{align-items:center;background:var(--color-pureWhite,var(--color-pureWhite));border:1px solid var(--color-main);border-radius:12px;border-radius:var(--radius-m,12px);bottom:24px;box-shadow:0 4px 20px rgba(0,0,0,.12);box-sizing:border-box;color:#1a1a1a;color:var(--color-gray900,#1a1a1a);display:flex;gap:12px;justify-content:space-between;margin-top:16px;min-height:60px;opacity:0;padding:10px 16px;pointer-events:none;position:sticky;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease}.ihabdevteam-core-scope .bulk-bar--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.ihabdevteam-core-scope .bulk-bar__count{color:#1a1a1a;color:var(--color-gray900,#1a1a1a);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .bulk-bar__count b{color:var(--color-main)}.ihabdevteam-core-scope .bulk-bar__actions{display:flex;flex-shrink:0;gap:8px}.ihabdevteam-core-scope .bulk-bar__chips{align-items:center;display:flex;flex-wrap:wrap;gap:8px;gap:var(--spacing-xs,8px);min-width:0}.ihabdevteam-core-scope .bulk-bar__chips .button{white-space:nowrap}@media (max-width:767px){.ihabdevteam-core-scope .bulk-bar{flex-wrap:wrap}.ihabdevteam-core-scope .bulk-bar__actions{flex-wrap:wrap;justify-content:flex-end;width:100%}}.ihabdevteam-core-scope .bulk-bar__actions--stacked{align-items:stretch;flex-direction:column}";Q(Ck);function Vm({count:t,actions:e,onClear:a,clearLabel:o="\uC120\uD0DD \uD574\uC81C",visible:r,content:i,max:s}){const{t:l}=ge(),u=r!==void 0?r:t>0,d=c.useRef(null),[h,p]=c.useState(!1);return c.useEffect(()=>{const m=d.current;if(!m)return;const g=()=>{const b=m.firstElementChild??m,y=Array.from(b.children);if(y.length<2){p(!1);return}const v=y[0].offsetTop;p(y.some(x=>x.offsetTop!==v))};if(g(),typeof ResizeObserver>"u")return;const f=new ResizeObserver(g);return f.observe(m),()=>f.disconnect()},[i,t]),n.jsxs("div",{className:`bulk-bar ${u?"bulk-bar--visible":""}`,children:[n.jsx("span",{ref:d,className:"bulk-bar__count body-2",children:i??n.jsx("b",{children:l("common.selectedCount",{count:t})})}),s!==void 0&&n.jsx(gt,{size:"small",fill:"soft",variant:"main",label:`${t} / ${s}`}),n.jsxs("div",{className:`bulk-bar__actions${h?" bulk-bar__actions--stacked":""}`,children:[n.jsx(se,{size:40,label:o,onClick:a}),e.map((m,g)=>n.jsx(se,{size:40,variant:m.variant??"default",icon:m.icon,label:m.label,onClick:m.onClick},g))]})]})}function rc(t){const e=()=>{if(t){const[p,m]=t.split("-");return{y:+p,m:+m-1}}const h=new Date;return{y:h.getFullYear(),m:h.getMonth()}},[a,o]=c.useState(()=>e().y),[r,i]=c.useState(()=>e().m),s=c.useRef(t);c.useEffect(()=>{if(t===s.current)return;s.current=t;const h=e();o(h.y),i(h.m)},[t]);const l=c.useCallback(()=>{r===0?(o(h=>h-1),i(11)):i(h=>h-1)},[r]),u=c.useCallback(()=>{r===11?(o(h=>h+1),i(0)):i(h=>h+1)},[r]),d=c.useCallback((h,p)=>{o(h),i(p)},[]);return{viewY:a,viewM:r,prevMonth:l,nextMonth:u,setViewYM:d}}var _k=".ihabdevteam-core-scope .date-picker{position:relative;width:100%}.ihabdevteam-core-scope .date-picker__trigger{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);box-sizing:border-box;color:var(--color-darkGray);cursor:pointer;display:flex;justify-content:space-between;padding:0 12px;text-align:left;transition:border-color .12s,background .12s,box-shadow .12s;width:100%}.ihabdevteam-core-scope .date-picker--s40 .date-picker__trigger{border-radius:10px;height:40px}.ihabdevteam-core-scope .date-picker--s48 .date-picker__trigger{border-radius:12px;height:48px}.ihabdevteam-core-scope .date-picker--s64 .date-picker__trigger{border-radius:14px;height:64px}.ihabdevteam-core-scope .date-picker--open .date-picker__trigger,.ihabdevteam-core-scope .date-picker__trigger:focus{background:var(--color-white);border-color:var(--color-main);box-shadow:0 0 0 3px var(--color-main-a10);outline:none}.ihabdevteam-core-scope .date-picker__trigger:disabled{cursor:not-allowed;opacity:.5}.ihabdevteam-core-scope .date-picker__placeholder{color:var(--color-lightGray);white-space:nowrap}.ihabdevteam-core-scope .date-picker__value{color:var(--color-darkGray);white-space:nowrap}.ihabdevteam-core-scope .date-picker__icon{color:var(--color-lightGray);flex-shrink:0;transition:color .12s}.ihabdevteam-core-scope .date-picker--open .date-picker__icon{color:var(--color-main)}.ihabdevteam-core-scope .date-picker__dropdown{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.1);box-sizing:border-box;left:0;min-width:260px;padding:12px;position:absolute;top:calc(100% + 6px);z-index:200}.ihabdevteam-core-scope .date-picker__nav{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.ihabdevteam-core-scope .date-picker__nav-dropdown{flex:1;margin:0 4px}.ihabdevteam-core-scope .date-picker__nav-dropdown .dropdown__trigger{background:transparent!important;border:none!important;border-radius:6px!important;box-shadow:none!important;gap:4px!important;height:32px!important;justify-content:center!important;transition:background .12s,color .12s!important}.ihabdevteam-core-scope .date-picker__nav-dropdown .dropdown__trigger:hover,.ihabdevteam-core-scope .date-picker__nav-dropdown.dropdown--open .dropdown__trigger{background:var(--color-deepWhite)!important}.ihabdevteam-core-scope .date-picker__nav-dropdown .dropdown__trigger-label{color:var(--color-darkGray)!important;flex:initial!important;font-weight:600!important}.ihabdevteam-core-scope .date-picker__nav-btn{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:8px;color:var(--color-darkGray);cursor:pointer;display:flex;height:28px;justify-content:center;transition:border-color .12s,color .12s;width:28px}.ihabdevteam-core-scope .date-picker__nav-btn:hover{border-color:var(--color-main);color:var(--color-main)}.ihabdevteam-core-scope .date-picker__grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(7,1fr)}.ihabdevteam-core-scope .date-picker__dow{color:var(--color-lightGray);font-weight:600;padding:4px 0 6px;text-align:center}.ihabdevteam-core-scope .date-picker__dow:first-child{color:var(--color-error)}.ihabdevteam-core-scope .date-picker__dow:last-child{color:var(--color-main)}.ihabdevteam-core-scope .date-picker__day{align-items:center;aspect-ratio:1;background:transparent;border:none;border-radius:6px;color:var(--color-darkGray);cursor:pointer;display:flex;justify-content:center;transition:background .1s,color .1s;width:100%}.ihabdevteam-core-scope .date-picker__day:hover:not(:disabled){background:var(--color-main-a10);color:var(--color-main)}.ihabdevteam-core-scope .date-picker__day--sun:hover:not(:disabled){color:var(--color-error)}.ihabdevteam-core-scope .date-picker__day--sat:hover:not(:disabled){color:var(--color-main)}.ihabdevteam-core-scope .date-picker__day--sun{color:var(--color-error)}.ihabdevteam-core-scope .date-picker__day--sat{color:var(--color-main)}.ihabdevteam-core-scope .date-picker__day--today{font-weight:700;outline:1.5px solid var(--color-main);outline-offset:-1.5px}.ihabdevteam-core-scope .date-picker__day--selected{background:var(--color-main)!important;color:#fff!important;font-weight:700}.ihabdevteam-core-scope .date-picker__day--disabled{cursor:not-allowed;opacity:.3}";Q(_k);const wk=["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"];function kk(t,e){return new Date(t,e+1,0).getDate()}function Sk(t,e){return new Date(t,e,1).getDay()}function Tn(t,e,a){return`${t}-${String(e+1).padStart(2,"0")}-${String(a).padStart(2,"0")}`}function Ak(t){if(!t)return"";const[e,a,o]=t.split("-");return`${e}. ${a}. ${o}.`}function Tk(t,e,a){const o=e?+e.split("-")[0]:t-10,r=a?+a.split("-")[0]:t+10,i=[];for(let s=o;s<=r;s++)for(let l=0;l<12;l++){const u=`${s}-${String(l+1).padStart(2,"0")}`;e&&u<e.slice(0,7)||a&&u>a.slice(0,7)||i.push({value:u,label:`${s}\uB144 ${l+1}\uC6D4`})}return i}function Gm({value:t,onChange:e,size:a=48,min:o,max:r,disabled:i,placeholder:s="\uB0A0\uC9DC \uC120\uD0DD",className:l}){const{t:u}=ge(),d=new Date,{viewY:h,viewM:p,prevMonth:m,nextMonth:g,setViewYM:f}=rc(t),b=c.useCallback(k=>{const E=window.innerHeight-k.bottom,L=300,z=E<L&&k.top>L;return{position:"fixed",left:k.left,width:k.width,minWidth:260,...z?{bottom:window.innerHeight-k.top+6}:{top:k.bottom+6},zIndex:9999}},[]),{open:y,setOpen:v,toggle:x,style:_,triggerRef:C,menuRef:T}=Eo({computeStyle:b,onScroll:"reposition",onResize:"reposition",ignoreOutsideClickSelector:".dropdown__menu"}),w=c.useCallback(k=>{e(Tn(h,p,k)),v(!1)},[h,p,e,v]),S=k=>{const E=Tn(h,p,k);return!!(o&&E<o||r&&E>r)},D=[];for(let k=0;k<Sk(h,p);k++)D.push(null);for(let k=1;k<=kk(h,p);k++)D.push(k);const A=a===64?20:a===40?16:18,N=Tk(h,o,r),O=`${h}-${String(p+1).padStart(2,"0")}`,j=y?Yt.createPortal(n.jsxs("div",{ref:T,className:"date-picker__dropdown",style:_,children:[n.jsxs("div",{className:"date-picker__nav",children:[n.jsx("button",{type:"button",className:"date-picker__nav-btn",onClick:m,"aria-label":u("calendar.prevMonth","\uC774\uC804 \uB2EC"),children:n.jsx(Md,{size:16,strokeWidth:2})}),n.jsx(Zt,{className:"date-picker__nav-dropdown",ariaLabel:u("datePicker.selectYearMonth","\uC5F0\uC6D4 \uC120\uD0DD"),options:N,value:O,onChange:k=>{const[E,L]=k.split("-");f(+E,+L-1)},block:!0,size:40}),n.jsx("button",{type:"button",className:"date-picker__nav-btn",onClick:g,"aria-label":u("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),children:n.jsx(Pd,{size:16,strokeWidth:2})})]}),n.jsxs("div",{className:"date-picker__grid",children:[wk.map(k=>n.jsx("div",{className:"date-picker__dow caption-1",children:k},k)),D.map((k,E)=>{if(k===null)return n.jsx("div",{},`e${E}`);const L=Tn(h,p,k),z=L===t,te=L===Tn(d.getFullYear(),d.getMonth(),d.getDate()),J=S(k),ae=E%7;return n.jsx("button",{type:"button",disabled:J,onClick:()=>!J&&w(k),className:_e("date-picker__day caption-1",z&&"date-picker__day--selected",te&&!z&&"date-picker__day--today",J&&"date-picker__day--disabled",ae===0&&"date-picker__day--sun",ae===6&&"date-picker__day--sat"),children:k},k)})]})]}),document.body):null;return n.jsxs("div",{className:_e("date-picker",`date-picker--s${a}`,y&&"date-picker--open",l),children:[n.jsxs("button",{ref:C,type:"button",className:"date-picker__trigger body-2",onClick:()=>!i&&x(),disabled:i,"aria-haspopup":"true","aria-expanded":y,children:[n.jsx("span",{className:t?"date-picker__value":"date-picker__placeholder",children:t?Ak(t):s}),n.jsx(Gd,{size:A,className:"date-picker__icon",strokeWidth:1.5})]}),j]})}var Nk=".ihabdevteam-core-scope .month-dropdown .dropdown__trigger{max-width:200px;min-width:200px;width:200px}.ihabdevteam-core-scope .month-dropdown .dropdown__menu{max-height:280px;overflow-y:auto;scrollbar-color:var(--color-darkWhite) transparent;scrollbar-width:thin}.ihabdevteam-core-scope .month-dropdown .dropdown__menu::-webkit-scrollbar{width:4px}.ihabdevteam-core-scope .month-dropdown .dropdown__menu::-webkit-scrollbar-thumb{background:var(--color-darkWhite);border-radius:var(--radius-xs)}.ihabdevteam-core-scope .manager-bar-chart-wrap{display:flex;flex-direction:column;gap:var(--spacing-s)}.ihabdevteam-core-scope .manager-bar-chart-gridline{background:var(--color-darkWhite);height:1px;left:0;pointer-events:none;position:absolute;right:0;z-index:-1}.ihabdevteam-core-scope .manager-bar-chart-gridline__label{color:var(--color-deepGray);font-size:11px;left:0;position:absolute;top:100%;white-space:nowrap}.ihabdevteam-core-scope .manager-bar-chart-inner{align-items:flex-start;display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .manager-bar-chart-scroll{-webkit-overflow-scrolling:touch;flex:1;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.ihabdevteam-core-scope .manager-bar-chart-scroll::-webkit-scrollbar{display:none}.ihabdevteam-core-scope .manager-bar-chart-area{display:flex;flex-direction:column;min-width:-moz-max-content;min-width:max-content}.ihabdevteam-core-scope .manager-bar-chart-area svg{display:block}.ihabdevteam-core-scope .manager-bar-chart-x-axis{color:var(--color-deepGray);display:flex;font-size:11px;padding-top:6px}.ihabdevteam-core-scope .manager-bar-chart-x-axis__label{align-items:center;display:flex;flex:1;flex-direction:column;gap:1px;justify-content:flex-start;min-width:0;text-align:center;word-break:keep-all}.ihabdevteam-core-scope .manager-bar-chart-x-axis__label--future .caption-1{color:var(--color-whiteLine)}.ihabdevteam-core-scope .manager-bar-chart-x-axis__main{position:relative}.ihabdevteam-core-scope .manager-bar-chart-x-axis__today-dot{border-radius:50%;height:8px;position:absolute;right:calc(100% + 3px);top:50%;transform:translateY(-50%);width:8px}.ihabdevteam-core-scope .manager-bar-chart-plot{align-items:flex-end;display:flex;gap:0;isolation:isolate;position:relative}.ihabdevteam-core-scope .manager-bar-chart-col{align-items:flex-end;display:flex;flex:1;gap:2px;height:100%;justify-content:center}.ihabdevteam-core-scope .manager-bar-chart-stack{display:flex;flex-direction:column-reverse;min-width:0}.ihabdevteam-core-scope .manager-bar-chart-bar{border-radius:6px 6px 0 0;min-width:0}.ihabdevteam-core-scope .manager-bar-chart-stack-segment{width:100%}.ihabdevteam-core-scope .manager-bar-chart-detail-btn{margin-left:auto}";Q(Nk);var Bk=".ihabdevteam-core-scope .manager-section{background:var(--color-white);border-radius:var(--radius-m);box-shadow:var(--shadow-card);margin-bottom:14px;min-width:320px;padding:20px}.ihabdevteam-core-scope .manager-section__head{align-items:flex-start;display:flex;gap:var(--spacing-xs);justify-content:space-between;margin-bottom:var(--spacing-s)}.ihabdevteam-core-scope .chart-section-icon{display:inline-flex;opacity:.35}.ihabdevteam-core-scope .chart-section-icon-inner{color:var(--color-darkGray);height:22px;width:22px}@media (max-width:767px){.ihabdevteam-core-scope .manager-section__head{align-items:flex-start;flex-direction:column;gap:var(--spacing-s)}.ihabdevteam-core-scope .manager-section-controls{flex-wrap:wrap}.ihabdevteam-core-scope .manager-section-controls .segmented-control{flex-wrap:nowrap}.ihabdevteam-core-scope .manager-section{min-width:0;padding:18px}}.ihabdevteam-core-scope .manager-section-controls{align-items:center;display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .manager-bar-chart-loading{align-items:center;display:flex;justify-content:center;min-height:186px}.ihabdevteam-core-scope .barchart-sub-row{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:var(--spacing-l)}.ihabdevteam-core-scope .barchart-total{align-items:baseline;display:flex;gap:4px}.ihabdevteam-core-scope .barchart-total--stacked{align-items:flex-start;flex-direction:column;gap:0}.ihabdevteam-core-scope .barchart-total--stacked .barchart-total__label,.ihabdevteam-core-scope .barchart-total--stacked .barchart-total__num,.ihabdevteam-core-scope .barchart-total--stacked .barchart-total__unit,.ihabdevteam-core-scope .barchart-total--stacked .barchart-total__value{line-height:1.1;margin:0}.ihabdevteam-core-scope .barchart-total__label{color:var(--color-gray)}.ihabdevteam-core-scope .barchart-total__value{align-items:baseline;display:flex;gap:4px}.ihabdevteam-core-scope .barchart-total__num{color:var(--color-black)}.ihabdevteam-core-scope .barchart-total__unit{color:var(--color-gray)}.ihabdevteam-core-scope .manager-bar-chart-legend{align-items:flex-end;color:var(--color-gray);display:flex;flex-direction:column;font-size:12px;gap:6px;padding-right:var(--spacing-xs)}.ihabdevteam-core-scope .manager-bar-chart-legend-item{align-items:center;display:inline-flex}.ihabdevteam-core-scope .manager-bar-chart-legend-dot{border-radius:50%;display:inline-block;height:8px;margin-right:4px;width:8px}.ihabdevteam-core-scope .manager-section--compact{min-width:160px;padding:20px}.ihabdevteam-core-scope .manager-section--compact .manager-section__head{margin-bottom:4px;min-height:28px}.ihabdevteam-core-scope .chart-section-title--small{color:var(--color-deepGray)}.ihabdevteam-core-scope .manager-section--compact .barchart-total__num{font-size:32px;line-height:1}.ihabdevteam-core-scope .manager-section--compact .barchart-total{flex-shrink:0}.ihabdevteam-core-scope .manager-section--compact .barchart-sub-row{margin-bottom:var(--spacing-s)}.ihabdevteam-core-scope .manager-section--compact .manager-bar-chart-legend{align-items:stretch;flex:1 1 auto;min-width:0}.ihabdevteam-core-scope .manager-section--compact .manager-bar-chart-legend-item{display:flex;justify-content:flex-end;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ihabdevteam-core-scope .manager-section--full{flex:1 1 100%;width:100%}@media (max-width:767px){.ihabdevteam-core-scope .manager-section--compact{min-width:0}}";Q(Bk);function Nn({items:t,className:e}){return n.jsx("div",{className:e?`manager-bar-chart-legend ${e}`:"manager-bar-chart-legend",children:t.map((a,o)=>n.jsxs("span",{className:"manager-bar-chart-legend-item",children:[n.jsx("span",{className:"manager-bar-chart-legend-dot",style:{background:a.color}}),a.label]},o))})}function wr({label:t,children:e}){return t?n.jsxs("div",{className:"barchart-total barchart-total--stacked",children:[n.jsx("span",{className:"barchart-total__label body-3",children:t}),n.jsx("span",{className:"barchart-total__value",children:e})]}):n.jsx("div",{className:"barchart-total",children:e})}function Bn({title:t,titleClassName:e="h3",headRight:a,subRow:o,className:r,children:i}){return n.jsxs("section",{className:r?`manager-section ${r}`:"manager-section",children:[n.jsxs("div",{className:"manager-section__head",children:[n.jsx("div",{className:e,children:t}),a]}),o&&n.jsx("div",{className:"barchart-sub-row",children:o}),i]})}function io(t,e){const a=new Date(t,e,1).getDay();return 1+(8-(a===0?7:a))%7}function Ek(){const t=new Date;let e=t.getFullYear(),a=t.getMonth(),o=t.getDate();if(o<io(e,a)){const s=new Date(e,a,0);e=s.getFullYear(),a=s.getMonth(),o=s.getDate()}const r=Math.floor((o-io(e,a))/7),i=`${e}\uB144 ${a+1}\uC6D4`;return{monthKey:i,value:`${i}#${r}`}}function qm(t){const e=new Date,a=`${e.getFullYear()}\uB144 ${e.getMonth()+1}\uC6D4`,o=new Map;o.set(a,[]);for(const i of t){if(isNaN(i.date.getTime()))continue;const s=`${i.date.getFullYear()}\uB144 ${i.date.getMonth()+1}\uC6D4`;o.has(s)||o.set(s,[]),o.get(s).push(i)}const r={};for(const[i,s]of o){const l=i.match(/^(\d+)년 (\d+)월$/);if(!l)continue;const u=Number(l[1]),d=Number(l[2])-1,h=new Date(u,d+1,0).getDate(),p=u===e.getFullYear()&&d===e.getMonth(),m=e.getDate(),g=s.reduce((_,C)=>Math.max(_,C.parts?.length??0),0),f=new Array(h+1).fill(0),b=new Array(h+1).fill(0),y=Array.from({length:h+1},()=>new Array(g).fill(0));for(const _ of s){const C=_.date.getDate();if(f[C]+=_.a,b[C]+=_.b,_.parts)for(let T=0;T<g;T++)y[C][T]+=_.parts[T]??0}const v=[];for(let _=1;_<=h;_++){const C=p&&_>m;v.push({label:String(_),a:C&&f[_]===0&&b[_]===0?-1:f[_],b:b[_],...g?{parts:y[_]}:{}})}const x=[];for(let _=io(u,d);_<=h;_+=7){const C=Math.min(_+6,h);let T=0,w=0;const S=new Array(g).fill(0);for(let D=_;D<=C;D++){T+=f[D],w+=b[D];for(let A=0;A<g;A++)S[A]+=y[D][A]}x.push({label:`${x.length+1}\uC8FC`,sublabel:`[${_}\uC77C~${C}\uC77C]`,a:T,b:w,...g?{parts:S}:{}})}r[i]={weekly:x,daily:v}}return r}function Dk(){const t=new Date,e=t.getFullYear(),a=t.getMonth()+1,o=[];for(let r=2024;r<=e;r++){const i=r===e?a:12;for(let s=1;s<=i;s++){const l=`${r}\uB144 ${s}\uC6D4`;o.push({value:l,label:l,year:r,month:s})}}return o.reverse()}const Lk=Dk(),Um=["\uCCAB\uC9F8","\uB458\uC9F8","\uC14B\uC9F8","\uB137\uC9F8","\uB2E4\uC12F\uC9F8","\uC5EC\uC12F\uC9F8","\uC77C\uACF1\uC9F8"];function nc(t){const{t:e,i18n:a}=ge(),[o,r]=c.useState("week"),i=c.useMemo(()=>Lk.filter(A=>A.value in t),[t]),s=c.useMemo(()=>{const A=[];for(const N of i){const O=new Date(N.year,N.month,0).getDate(),j=io(N.year,N.month-1),k=Math.ceil((O-j+1)/7);for(let E=k-1;E>=0;E--)A.push({value:`${N.value}#${E}`,monthKey:N.value,year:N.year,month:N.month,week:E})}return A},[i]),l=c.useCallback(A=>{const N=e("calendar.yearMonth",{year:A.year,month:A.month});return a.language?.startsWith("ko")?`${N} ${Um[A.week]??`${A.week+1}`}\uC8FC`:`${N} Week ${A.week+1}`},[e,a.language]),u=c.useMemo(()=>i.map(A=>({value:A.value,label:e("calendar.yearMonth",{year:A.year,month:A.month})})),[e,i]),d=c.useMemo(()=>s.map(A=>({value:A.value,label:l(A)})),[s,l]),h=c.useMemo(()=>Ek(),[]),p=c.useMemo(()=>i.find(A=>A.value===h.monthKey)?.value??i[0]?.value??"",[i,h]),m=c.useMemo(()=>s.find(A=>A.value===h.value)?.value??s[0]?.value??"",[s,h]),[g,f]=c.useState(""),[b,y]=c.useState("");c.useEffect(()=>{i.find(A=>A.value===g)||f(p)},[i,g,p]),c.useEffect(()=>{s.find(A=>A.value===b)||y(m)},[s,b,m]);const v=o==="month"?u:d,x=o==="month"?g:b,_=o==="month"?f:y,C=c.useMemo(()=>{const A=e("calendar.dow",{returnObjects:!0});return Array.isArray(A)?A:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"]},[e]),T=v.findIndex(A=>A.value===x),w=c.useCallback(()=>{const A=v.findIndex(N=>N.value===x);A<v.length-1&&_(v[A+1].value)},[v,x,_]),S=c.useCallback(()=>{const A=v.findIndex(N=>N.value===x);A>0&&_(v[A-1].value)},[v,x,_]),D=c.useMemo(()=>[{key:"week",label:e("manager.chart.periodWeek","\uC8FC")},{key:"month",label:e("manager.chart.periodMonth","\uC6D4")}],[e]);return{period:o,setPeriod:r,range:x,setRange:_,activeOptions:v,activeIdx:T,handlePrev:w,handleNext:S,periodOptions:D,monthRange:g,weekRange:b,weekRanges:s,DOW:C}}function jk({data:t,colorA:e,colorB:a,labelA:o,labelB:r,barWidth:i=10,height:s=140,maxOverride:l,tightMax:u,seriesColors:d,seriesLabels:h,rateLabels:p}){const m=!a,g=!!(d&&d.length>0),f=c.useMemo(()=>g?Math.max(0,...t.filter(S=>S.a!==-1).map(S=>(S.parts??[]).reduce((D,A)=>D+Math.max(0,A),0))):Math.max(0,...t.filter(S=>S.a!==-1).flatMap(S=>m?[S.a]:[S.a,S.b])),[t,m,g]),b=c.useMemo(()=>l??(u?f>0?f:10:Math.ceil(f/10)*10||10),[f,l,u]),y=s,v=g||m?1:2,x=c.useMemo(()=>{const S=Math.max(1,t.length);return Math.max(8,Math.min(i,Math.round(120/(S*v)+6)))},[t.length,v,i]),_=c.useMemo(()=>{const S=Math.round(b/2);return S!==b?[b,S,0]:[b,0]},[b]),[C,T]=c.useState(null),w=c.useCallback(()=>T(null),[]);return n.jsxs("div",{className:"manager-bar-chart-wrap",children:[n.jsx("div",{className:"manager-bar-chart-inner",children:n.jsx("div",{className:"manager-bar-chart-scroll",children:n.jsxs("div",{className:"manager-bar-chart-area",children:[n.jsxs("div",{className:"manager-bar-chart-plot",style:{height:y},children:[_.slice(0,-1).map((S,D)=>n.jsx("div",{className:"manager-bar-chart-gridline",style:{top:D*(y/(_.length-1))},children:n.jsx("span",{className:"manager-bar-chart-gridline__label caption-1",children:S})},D)),t.map((S,D)=>{const A=S.a===-1,N=A?0:S.a/b*y,O=A?0:S.b/b*y,j=S.parts??[];return n.jsx("div",{className:"manager-bar-chart-col",style:{cursor:A?"default":"pointer"},onMouseEnter:A?void 0:k=>{const E=k.currentTarget.getBoundingClientRect(),L=g?(h??[]).map((z,te)=>`${z}: ${j[te]??0}`).filter((z,te)=>(j[te]??0)>0).join(" / ")||`${(h??[]).join(" / ")}: 0`:p&&!m?`${o} ${S.a}% / ${r} ${S.b}%`:p&&S.rawB!==void 0?`${p.total} ${S.rawB} / ${p.done} ${S.rawA??0}`:m?`${o}: ${S.a}`:`${o}: ${S.a} / ${r}: ${S.b}`;T({rect:{left:E.left,top:E.top,right:E.right,bottom:E.bottom,width:E.width,height:E.height},text:L})},onMouseLeave:w,children:!A&&(g?n.jsx("div",{className:"manager-bar-chart-stack",style:{flex:`0 1 ${x}px`,maxWidth:x},children:(()=>{const k=j.reduce((E,L,z)=>L>0?z:E,-1);return j.map((E,L)=>E>0?n.jsx("div",{className:"manager-bar-chart-stack-segment",style:{height:E/b*y,background:(d??[])[L],borderRadius:L===k?"6px 6px 0 0":void 0}},L):null)})()}):n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"manager-bar-chart-bar",style:{flex:`0 1 ${x}px`,maxWidth:x,height:N,background:e}}),!m&&n.jsx("div",{className:"manager-bar-chart-bar",style:{flex:`0 1 ${x}px`,maxWidth:x,height:O,background:a}})]}))},D)})]}),n.jsx("div",{className:"manager-bar-chart-x-axis",children:t.map((S,D)=>{const A=S.a===-1;return n.jsxs("span",{className:`manager-bar-chart-x-axis__label${A?" manager-bar-chart-x-axis__label--future":""}`,children:[n.jsxs("span",{className:"caption-1 manager-bar-chart-x-axis__main",children:[S.isToday&&n.jsx("span",{className:"manager-bar-chart-x-axis__today-dot",style:{background:e}}),S.label]}),S.sublabel&&n.jsx("span",{className:"caption-1",children:S.sublabel})]},D)})})]})})}),C&&n.jsx(Na,{anchorRect:C.rect,text:C.text})]})}function ic({control:t}){const{t:e}=ge(),a=e("calendar.prevMonth","\uC774\uC804 \uB2EC"),o=e("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),{activeOptions:r,activeIdx:i,range:s,setRange:l,handlePrev:u,handleNext:d,periodOptions:h,period:p,setPeriod:m}=t;return n.jsxs("div",{className:"manager-section-controls",children:[n.jsx(se,{size:32,type:"dot",icon:"chevron-left",ariaLabel:a,showTooltipInfo:a,disabled:i===r.length-1,onClick:u}),n.jsx(Zt,{value:s,onChange:l,options:r,size:40,className:"month-dropdown",ariaLabel:e("calendar.rangeSelect","\uAE30\uAC04 \uC120\uD0DD")}),n.jsx(se,{size:32,type:"dot",icon:"chevron-right",ariaLabel:o,showTooltipInfo:o,disabled:i<=0,onClick:d}),n.jsx(qa,{ariaLabel:e("calendar.periodSelect","\uAE30\uAC04 \uB2E8\uC704"),options:h,value:p,onChange:g=>m(g),size:32})]})}function Mk(t,e,a,o){const{period:r,monthRange:i,weekRange:s,weekRanges:l,DOW:u}=e,d=o?.startsWith("ko"),h=new Date,p=h.getFullYear(),m=h.getMonth()+1,g=h.getDate();if(r==="month"){const y=t[i]??{weekly:[],daily:[]},v=i.match(/^(\d+)년 (\d+)월$/),x=v?Number(v[1]):null,_=v?Number(v[2]):null,C=x&&_?io(x,_-1):1;return y.weekly.map((T,w)=>{const S=w+1;let D=T.label,A=!1,N=!1;if(x&&_){const O=C+w*7,j=new Date(x,_-1,O+6),k=j.getMonth()+1,E=j.getDate(),L=k===_?`${E}`:`${k}/${E}`;D=a("manager.chart.weekRange",{start:O,end:L}),A=p===x&&m===_&&g>=O&&g<=O+6,N=x>p||x===p&&(_>m||_===m&&O>g)}return{...T,label:D,sublabel:d?`${Um[S-1]??S}\uC8FC`:`Week ${S}`,isToday:A,a:N?-1:T.a,b:N?0:T.b}})}const f=l.find(y=>y.value===s);if(!f)return[];const b=new Date(f.year,f.month-1,io(f.year,f.month-1)+f.week*7);return Array.from({length:7},(y,v)=>{const x=new Date(b);x.setDate(b.getDate()+v);const _=x.getMonth()+1,C=x.getDate(),T=x.getFullYear(),w=(t[`${T}\uB144 ${_}\uC6D4`]?.daily??[])[C-1],S=_===f.month&&T===f.year,D=w?.a===-1||x>new Date(p,h.getMonth(),g);return{label:S?`${C}`:`${_}/${C}`,sublabel:u[x.getDay()]??"",a:D?-1:w&&w.a>0?w.a:0,b:D?0:w&&w.b>0?w.b:0,isToday:T===p&&_===m&&C===g,...w?.parts?{parts:D?w.parts.map(()=>0):w.parts}:{}}})}const Pk={small:{height:100,barWidth:16},medium:{height:140,barWidth:20},large:{height:180,barWidth:24}};function Ym({size:t="medium",titleKey:e,data:a,colorA:o,colorB:r,labelAKey:i,labelBKey:s,showTotal:l=!1,totalUnitKey:u,totalLabelKey:d,control:h,hideControls:p=!1,rate:m=!1,tightMax:g=!1,avgMode:f=!1,totalFormat:b,series:y,loading:v=!1,onDetail:x}){const{t:_,i18n:C}=ge(),T=Pk[t],w=nc(a),S=h??w,D=c.useMemo(()=>Mk(a,S,_,C.language),[a,S,_,C.language]),A=c.useMemo(()=>m?D.map(k=>({...k,a:k.a===-1?-1:k.b>0?Math.round(k.a/k.b*100):0,b:k.a===-1?0:s&&k.parts&&k.parts[1]>0?Math.round(k.parts[0]/k.parts[1]*100):0,rawA:k.a===-1?-1:k.a,rawB:k.b})):D,[D,m,s]),N=c.useMemo(()=>{if(m||f){const k=(S.period==="week"?D:a[S.monthRange]?.daily??[]).filter(L=>L.a!==-1);if(k.length===0)return 0;const E=m?k.reduce((L,z)=>L+(z.b>0?z.a/z.b*100:0),0):k.reduce((L,z)=>L+(z.a>0?z.a:0),0);return Math.round(E/k.length)}return A.reduce((k,E)=>k+(E.a>0?E.a:0)+(s&&E.b>0?E.b:0),0)},[A,D,m,f,s,S.period,S.monthRange,a]),O=y&&y.length>0?y.map(k=>({color:k.color,label:k.label})):[{color:o,label:_(i)},...s?[{color:r,label:_(s)}]:[]],j=t==="small";return n.jsx(Bn,{className:j?"manager-section--compact":t==="large"?"manager-section--full":void 0,title:_(e),titleClassName:j?"h5 chart-section-title--small":void 0,headRight:j?void 0:n.jsxs(n.Fragment,{children:[!p&&n.jsx(ic,{control:S}),x&&n.jsx("span",{className:"manager-bar-chart-detail-btn",children:n.jsx(se,{size:32,type:"dot",icon:"list",ariaLabel:_("trainingStatus.detail","\uC0C1\uC138\uBCF4\uAE30"),onClick:x})})]}),subRow:n.jsxs(n.Fragment,{children:[l?m||f||d&&b?n.jsx(wr,{label:j?void 0:`${_(S.period==="week"?"manager.chart.weeklyPrefix":"manager.chart.monthlyPrefix")} ${_(d??i)}`,children:b?(b(N).match(/(\d+|[^\d]+)/g)??[]).map((k,E)=>/\d/.test(k)?n.jsx("span",{className:"barchart-total__num h0",children:k},E):n.jsx("span",{className:"barchart-total__unit h5",children:k},E)):n.jsxs(n.Fragment,{children:[n.jsx("span",{className:"barchart-total__num h0",children:N}),u&&n.jsx("span",{className:"barchart-total__unit h5",children:_(u)})]})}):n.jsxs(wr,{children:[n.jsx("span",{className:"barchart-total__num h0",children:N}),n.jsx("span",{className:"barchart-total__unit h5",children:_(i)}),u&&n.jsx("span",{className:"barchart-total__unit h5",children:_(u)})]}):n.jsx("span",{}),n.jsx(Nn,{items:O,className:"caption-1"})]}),children:v?n.jsx("div",{className:"manager-bar-chart-loading",children:n.jsx(Do,{size:32})}):n.jsx(jk,{data:A,colorA:o,colorB:s?r:void 0,labelA:_(i),labelB:s?_(s):void 0,barWidth:T.barWidth,height:T.height,maxOverride:m?100:void 0,tightMax:g,seriesColors:y?.map(k=>k.color),seriesLabels:y?.map(k=>k.label),rateLabels:m?{total:_("trainingStatus.today.tooltipTotal","\uC804\uCCB4"),done:_("trainingStatus.today.tooltipDone","\uC644\uB8CC")}:void 0})})}function Km(t){if(t.period==="month"){const i=t.monthRange.match(/^(\d+)년 (\d+)월$/),s=new Date,l=i?Number(i[1]):s.getFullYear(),u=i?Number(i[2]):s.getMonth()+1;return{from:new Date(l,u-1,1,0,0,0),to:new Date(l,u,0,23,59,59)}}const e=t.weekRanges.find(i=>i.value===t.weekRange);if(!e){const i=new Date;return{from:i,to:i}}const a=io(e.year,e.month-1),o=new Date(e.year,e.month-1,a+e.week*7,0,0,0),r=new Date(o);return r.setDate(o.getDate()+6),r.setHours(23,59,59),{from:o,to:r}}var Rk=".ihabdevteam-core-scope .ring-chart{flex-shrink:0;position:relative}.ihabdevteam-core-scope .ring-chart svg{display:block}.ihabdevteam-core-scope .ring-chart__center{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;pointer-events:none;position:absolute}.ihabdevteam-core-scope .ring-chart__center--small{transform:translateY(6.5px)}.ihabdevteam-core-scope .ring-chart__center--medium{transform:translateY(7.5px)}.ihabdevteam-core-scope .ring-chart__center--large{transform:translateY(8.5px)}.ihabdevteam-core-scope .ring-chart__pct{color:var(--color-darkGray);line-height:1}.ihabdevteam-core-scope .ring-chart__label{color:var(--color-lightGray)}.ihabdevteam-core-scope .ring-chart__label--tight{margin-top:-2px}.ihabdevteam-core-scope .ring-chart-section-body{display:flex;justify-content:center}.ihabdevteam-core-scope .ring-chart-section-body--offset{justify-content:flex-end}";Q(Rk);const Zm={small:{diameter:96,strokeWidth:16},medium:{diameter:120,strokeWidth:18},large:{diameter:160,strokeWidth:22}};function Xm({done:t,total:e,segments:a,color:o="var(--color-main)",size:r="medium",strokeWidth:i,label:s="%",hideCenter:l=!1,hideLabel:u=!1}){const d=typeof r=="number"?r:Zm[r].diameter,h=i??(typeof r=="number"?12:Zm[r].strokeWidth),p=d/2,m=(d-h)/2,g=2*Math.PI*m;if(a&&a.length>0){const v=a.reduce((x,_)=>{const C=x.length>0?x[x.length-1].acc:0,T=Math.max(0,Math.min(_.ratio,1-C));return x.push({color:_.color,rotate:-90+C*360,dash:g*T,acc:C+T}),x},[]);return n.jsx("div",{className:"ring-chart",style:{width:d,height:d},children:n.jsxs("svg",{width:d,height:d,viewBox:`0 0 ${d} ${d}`,"aria-hidden":"true",children:[n.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:"var(--color-whiteLine)",strokeWidth:h}),v.map((x,_)=>x.dash>0&&n.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:x.color,strokeWidth:h,strokeDasharray:`${x.dash} ${g}`,strokeLinecap:"round",transform:`rotate(${x.rotate} ${p} ${p})`},_))]})})}const f=(e??0)>0?Math.min((t??0)/e,1):0,b=g*f,y=g-b;return n.jsxs("div",{className:"ring-chart",style:{width:d,height:d},children:[n.jsxs("svg",{width:d,height:d,viewBox:`0 0 ${d} ${d}`,"aria-hidden":"true",children:[n.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:"var(--color-whiteLine)",strokeWidth:h}),f>0&&n.jsx("circle",{cx:p,cy:p,r:m,fill:"none",stroke:o,strokeWidth:h,strokeDasharray:`${b} ${y}`,strokeLinecap:f<.02||f>.98?"butt":"round",transform:`rotate(-90 ${p} ${p})`})]}),!l&&n.jsxs("div",{className:`ring-chart__center${u?"":` ${d<=96?"ring-chart__center--small":r==="medium"?"ring-chart__center--medium":"ring-chart__center--large"}`}`,children:[n.jsx("span",{className:`ring-chart__pct ${d<=96?"h2":"h1"}`,children:Math.round(f*100)}),!u&&n.jsx("span",{className:`ring-chart__label ${d<=96?"caption-2":"caption-1"}${d<=96||r==="medium"?" ring-chart__label--tight":""}`,children:s})]})]})}function Jm({titleKey:t,headRight:e,icon:a,showTotal:o,totalLabelKey:r,legend:i,loading:s,className:l,...u}){const{t:d}=ge();if(!t)return n.jsx(Xm,{...u});const h=(u.total??0)>0?Math.round(Math.min((u.done??0)/u.total,1)*100):0,p=u.size==="small",m=u.size==="large",g=[l,p?"manager-section--compact":m?"manager-section--full":""].filter(Boolean).join(" ")||void 0,f=a&&n.jsx("span",{className:"chart-section-icon",children:n.jsx(Re,{icon:a,className:"chart-section-icon-inner"})});return n.jsx(Bn,{className:g,title:d(t),titleClassName:p?"h5 chart-section-title--small":void 0,headRight:f||(p?void 0:e),subRow:(o||i)&&n.jsxs(n.Fragment,{children:[o?n.jsxs(wr,{label:!p&&r?d(r):void 0,children:[n.jsx("span",{className:"barchart-total__num h0",children:h}),n.jsx("span",{className:"barchart-total__unit h5",children:"%"})]}):n.jsx("span",{}),i&&n.jsx(Nn,{items:i})]}),children:s?n.jsx("div",{className:"manager-bar-chart-loading",children:n.jsx(Do,{size:32})}):n.jsx("div",{className:"ring-chart-section-body ring-chart-section-body--offset",children:n.jsx(Xm,{...u,hideCenter:p||u.hideCenter})})})}var $k=".ihabdevteam-core-scope .manager-stat-card{background:var(--color-white);border-radius:var(--radius-m);box-shadow:var(--shadow-card);container-type:inline-size;display:flex;flex-direction:column;gap:4px;justify-content:flex-start;min-width:160px;padding:20px}.ihabdevteam-core-scope .manager-stat-card--clickable{border:1px solid transparent;cursor:pointer;transition:box-shadow .12s ease,border-color .12s ease}.ihabdevteam-core-scope .manager-stat-card--clickable:hover{border-color:var(--color-main);box-shadow:var(--shadow-dropdown)}.ihabdevteam-core-scope .manager-stat-card__label-row{align-items:center;display:flex;justify-content:space-between;min-height:28px}.ihabdevteam-core-scope .manager-stat-card__label{color:var(--color-deepGray)}.ihabdevteam-core-scope .manager-stat-card__icon{display:inline-flex;opacity:.35}.ihabdevteam-core-scope .manager-stat-card__icon-inner{color:var(--color-darkGray);height:22px;width:22px}.ihabdevteam-core-scope .manager-stat-card__content{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:var(--spacing-xs);justify-content:space-between}.ihabdevteam-core-scope .manager-stat-card__left{align-items:flex-start;display:flex;flex:1;flex-direction:row;gap:8px;text-align:left}.ihabdevteam-core-scope .manager-stat-card__value{color:var(--color-black);flex-shrink:0;font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:1;white-space:nowrap}.ihabdevteam-core-scope .manager-stat-card__change{font-size:12px;font-weight:500;line-height:1.2;margin-top:1px;min-width:0}.ihabdevteam-core-scope .manager-stat-card__change--up{color:var(--color-sub)}.ihabdevteam-core-scope .manager-stat-card__change--down{color:var(--color-error)}.ihabdevteam-core-scope .manager-stat-card__change--neutral{color:var(--color-gray)}@media (max-width:767px){.ihabdevteam-core-scope .manager-stat-card{padding:12px 14px 16px}.ihabdevteam-core-scope .manager-stat-card__value{font-size:24px}}";Q($k);function Qm({label:t,value:e,change:a,changeType:o,icon:r,tooltip:i,onClick:s}){const l=c.useRef(null),{anchorRect:u,openAt:d,close:h}=To(),p=c.useCallback(()=>{i&&l.current&&d(l.current)},[i,d]),m=o??(a===void 0?void 0:a>0?"up":a<0?"down":"neutral"),g=a===void 0?void 0:a>0?`+${a}`:`${a}`,f=c.useCallback(b=>{s&&(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),s())},[s]);return n.jsxs("div",{ref:l,className:`manager-stat-card${s?" manager-stat-card--clickable":""}`,onClick:s,onKeyDown:s?f:void 0,onPointerEnter:p,onPointerLeave:h,onFocus:p,onBlur:h,role:s?"button":void 0,tabIndex:s?0:void 0,"aria-label":s?`${t} ${e}`:void 0,children:[i&&u&&n.jsx(Na,{anchorRect:{left:u.left,top:u.top+21,right:u.right,bottom:u.bottom,width:u.width,height:u.height},text:i}),n.jsxs("div",{className:"manager-stat-card__label-row",children:[n.jsx("span",{className:"manager-stat-card__label h5",children:t}),r&&n.jsx("span",{className:"manager-stat-card__icon",children:n.jsx(Re,{icon:r,className:"manager-stat-card__icon-inner"})})]}),n.jsx("div",{className:"manager-stat-card__content",children:n.jsxs("div",{className:"manager-stat-card__left",children:[n.jsx("div",{className:"manager-stat-card__value h2",children:e}),g&&n.jsx("div",{className:`manager-stat-card__change manager-stat-card__change--${m??"neutral"} caption-1`,children:g})]})})]})}var Ik='.ihabdevteam-core-scope .slider{--slider-thumb:40px;--slider-fill:calc(var(--slider-thumb)/2 + var(--slider-ratio, 0)*(100% - var(--slider-thumb)));--slider-fill-color:var(--color-main);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border-radius:999px;cursor:pointer;margin:0;outline:none}.ihabdevteam-core-scope .slider:disabled{--slider-fill-color:var(--color-gray);cursor:not-allowed}.ihabdevteam-core-scope .slider:focus-visible{outline:2px solid var(--color-main);outline-offset:4px}.ihabdevteam-core-scope .slider--horizontal{background:linear-gradient(to right,var(--slider-fill-color) var(--slider-fill),var(--color-darkWhite) var(--slider-fill));height:var(--slider-thumb);width:100%}.ihabdevteam-core-scope .slider--vertical{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to top,var(--slider-fill-color) var(--slider-fill),var(--color-darkWhite) var(--slider-fill));direction:rtl;height:160px;width:var(--slider-thumb);writing-mode:vertical-lr}.ihabdevteam-core-scope .slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--color-white);border:2px solid var(--slider-fill-color);border-radius:50%;box-shadow:var(--shadow-dropdown);cursor:pointer;height:var(--slider-thumb);width:var(--slider-thumb)}.ihabdevteam-core-scope .slider:disabled::-webkit-slider-thumb{cursor:not-allowed}.ihabdevteam-core-scope .slider::-moz-range-thumb{background:var(--color-white);border:2px solid var(--slider-fill-color);border-radius:50%;box-shadow:var(--shadow-dropdown);cursor:pointer;height:var(--slider-thumb);width:var(--slider-thumb)}.ihabdevteam-core-scope .slider::-moz-range-track{background:transparent}.ihabdevteam-core-scope .slider--static{pointer-events:none}.ihabdevteam-core-scope .slider--static::-webkit-slider-thumb{visibility:hidden}.ihabdevteam-core-scope .slider--static::-moz-range-thumb{visibility:hidden}.ihabdevteam-core-scope .slider-wrap{align-items:center;display:flex;gap:10px}.ihabdevteam-core-scope .slider-wrap--label-left,.ihabdevteam-core-scope .slider-wrap--label-right{flex-direction:row}.ihabdevteam-core-scope .slider-wrap--label-left>.slider,.ihabdevteam-core-scope .slider-wrap--label-left>.slider-track-group,.ihabdevteam-core-scope .slider-wrap--label-right>.slider,.ihabdevteam-core-scope .slider-wrap--label-right>.slider-track-group{flex:1;min-width:0}.ihabdevteam-core-scope .slider-wrap--label-bottom,.ihabdevteam-core-scope .slider-wrap--label-top{flex-direction:column;gap:6px}.ihabdevteam-core-scope .slider-wrap--label-left .slider-wrap__value,.ihabdevteam-core-scope .slider-wrap--label-top .slider-wrap__value{order:-1}.ihabdevteam-core-scope .slider-wrap--label-bottom.slider-wrap--align-left,.ihabdevteam-core-scope .slider-wrap--label-top.slider-wrap--align-left{align-items:flex-start}.ihabdevteam-core-scope .slider-wrap--label-bottom.slider-wrap--align-center,.ihabdevteam-core-scope .slider-wrap--label-top.slider-wrap--align-center{align-items:center}.ihabdevteam-core-scope .slider-wrap--label-bottom.slider-wrap--align-right,.ihabdevteam-core-scope .slider-wrap--label-top.slider-wrap--align-right{align-items:flex-end}.ihabdevteam-core-scope .slider-wrap--horizontal.slider-wrap--label-bottom>.slider,.ihabdevteam-core-scope .slider-wrap--horizontal.slider-wrap--label-bottom>.slider-track-group,.ihabdevteam-core-scope .slider-wrap--horizontal.slider-wrap--label-top>.slider,.ihabdevteam-core-scope .slider-wrap--horizontal.slider-wrap--label-top>.slider-track-group{align-self:stretch}.ihabdevteam-core-scope .slider-wrap__value{font-feature-settings:"tnum";color:var(--color-main);flex-shrink:0;font-variant-numeric:tabular-nums;white-space:nowrap}.ihabdevteam-core-scope .slider-wrap--label-left .slider-wrap__value,.ihabdevteam-core-scope .slider-wrap--label-right .slider-wrap__value{min-width:2.5em;text-align:right}.ihabdevteam-core-scope .slider-track-group{align-items:center;display:flex;gap:8px}.ihabdevteam-core-scope .slider-track-group--horizontal{flex-direction:row}.ihabdevteam-core-scope .slider-track-group--horizontal .slider{flex:1;min-width:0}.ihabdevteam-core-scope .slider-track-group--vertical{flex-direction:column}.ihabdevteam-core-scope .slider-wrap__minmax{font-feature-settings:"tnum";color:var(--color-lightGray);flex-shrink:0;font-variant-numeric:tabular-nums;white-space:nowrap}';Q(Ik);function sc({value:t,onChange:e,min:a=0,max:o=100,step:r=1,orientation:i="horizontal",size:s=24,disabled:l=!1,ariaLabel:u,length:d,className:h,label:p,formatValue:m,labelPos:g,labelAlign:f="right",showMinMax:b=!1,minLabel:y,maxLabel:v,showBgTick:x=!1,showFillTick:_=!1,tickStep:C,tickShape:T="dot"}){const w=Math.min(o,Math.max(a,t)),S=o>a?(w-a)/(o-a):0,D=i==="vertical",A=!e,N=F=>e?.(Number(F.target.value)),O=typeof d=="number"?`${d}px`:d,j={"--slider-ratio":String(S),"--slider-thumb":`${s}px`,...O?D?{height:O}:{width:O}:{}},k=C??r,E=(x||_)&&k>0&&o>a?Math.floor((o-a)/k+1e-6):0;if(E>0&&E<=100){const F=T!=="dash",I=U=>F?`radial-gradient(circle, ${U} 0.5px, transparent 1px)`:D?`linear-gradient(to bottom, transparent calc(50% - 2px), ${U} calc(50% - 2px), ${U} calc(50% + 2px), transparent calc(50% + 2px))`:`linear-gradient(to right, transparent calc(50% - 2px), ${U} calc(50% - 2px), ${U} calc(50% + 2px), transparent calc(50% + 2px))`,q=F?"2px":"4px",P=[],H=[],V=[];for(let U=0;U<=E;U++){const ee=U*k/(o-a);if(ee>1+1e-6)break;const pe=`${((D?1-ee:ee)*100).toFixed(4)}%`,he=ee<=S+1e-6;if(he?!_:!x)continue;const oe=he?"var(--slider-tick-color-on-fill, var(--color-deepWhite))":"var(--slider-tick-color, var(--color-lightGray))";P.push(I(oe)),H.push(D?`${q} var(--slider-thumb)`:`var(--slider-thumb) ${q}`),V.push(D?`center ${pe}`:`${pe} center`)}P.push(D?"linear-gradient(to top, var(--slider-fill-color) var(--slider-fill), var(--color-darkWhite) var(--slider-fill))":"linear-gradient(to right, var(--slider-fill-color) var(--slider-fill), var(--color-darkWhite) var(--slider-fill))"),H.push("100% 100%"),V.push("0 0"),j.backgroundImage=P.join(", "),j.backgroundSize=H.join(", "),j.backgroundPosition=V.join(", "),j.backgroundRepeat="no-repeat"}const L=n.jsx("input",{type:"range",className:_e("slider",`slider--${i}`,A&&"slider--static",!p&&!b&&h),min:a,max:o,step:r,value:w,disabled:l,readOnly:A,tabIndex:A?-1:void 0,"aria-label":u,"aria-orientation":i,onChange:N,style:j});if(!p&&!b)return L;const z=n.jsx("span",{className:"slider-wrap__minmax caption-1",children:y??a}),te=n.jsx("span",{className:"slider-wrap__minmax caption-1",children:v??o}),J=b?n.jsxs("div",{className:_e("slider-track-group",`slider-track-group--${i}`,!p&&h),children:[D?te:z,L,D?z:te]}):L;if(!p)return J;const ae=g??(D?"bottom":"right"),M=`${Math.round(o>a?(w-a)/(o-a)*100:0)}%`,R=m?m(w):p==="percent"?M:p==="count"?`${w} / ${o}`:String(w),$=n.jsx("span",{className:"slider-wrap__value body-3b",children:R});return n.jsxs("div",{className:_e("slider-wrap",`slider-wrap--${i}`,`slider-wrap--label-${ae}`,`slider-wrap--align-${f}`,h),children:[J,$]})}var Ok='.ihabdevteam-core-scope .audio-meter{align-items:center;display:inline-flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .audio-meter__track{--meter-level:0;background:var(--color-darkWhite);border-radius:999px;flex-shrink:0;overflow:hidden;position:relative}.ihabdevteam-core-scope .audio-meter__fill{inset:0;position:absolute}.ihabdevteam-core-scope .audio-meter__value{font-feature-settings:"tnum";color:var(--color-gray);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;width:40px}.ihabdevteam-core-scope .audio-meter--horizontal .audio-meter__track{height:8px;width:120px}.ihabdevteam-core-scope .audio-meter--horizontal .audio-meter__fill{background:linear-gradient(to right,var(--color-success) 0,var(--color-success) 55%,var(--color-warn) 80%,var(--color-error) 100%);transform:scaleX(var(--meter-level));transform-origin:left}.ihabdevteam-core-scope .audio-meter--vertical{flex-direction:column}.ihabdevteam-core-scope .audio-meter--vertical .audio-meter__track{height:120px;width:8px}.ihabdevteam-core-scope .audio-meter--vertical .audio-meter__fill{background:linear-gradient(to top,var(--color-success) 0,var(--color-success) 55%,var(--color-warn) 80%,var(--color-error) 100%);transform:scaleY(var(--meter-level));transform-origin:bottom}.ihabdevteam-core-scope .audio-meter.audio-meter--label-left,.ihabdevteam-core-scope .audio-meter.audio-meter--label-right{flex-direction:row}.ihabdevteam-core-scope .audio-meter.audio-meter--label-bottom,.ihabdevteam-core-scope .audio-meter.audio-meter--label-top{flex-direction:column}.ihabdevteam-core-scope .audio-meter--label-left .audio-meter__value,.ihabdevteam-core-scope .audio-meter--label-top .audio-meter__value{order:-1}.ihabdevteam-core-scope .audio-meter--label-bottom.audio-meter--align-left,.ihabdevteam-core-scope .audio-meter--label-top.audio-meter--align-left{align-items:flex-start}.ihabdevteam-core-scope .audio-meter--label-bottom.audio-meter--align-center,.ihabdevteam-core-scope .audio-meter--label-top.audio-meter--align-center{align-items:center}.ihabdevteam-core-scope .audio-meter--label-bottom.audio-meter--align-right,.ihabdevteam-core-scope .audio-meter--label-top.audio-meter--align-right{align-items:flex-end}';Q(Ok);const zk=.86,Fk=250,lc=(t,e,a,o)=>{const r=Math.round(Math.min(o,Math.max(a,t-e)));return`${r<0?"-":"+"}${Math.abs(r)} dB`};function En({analyser:t,audioElement:e,orientation:a="horizontal",length:o,label:r,labelPos:i,labelAlign:s="right",floorDb:l=-60,refDb:u=-35,displayMin:d=-5,displayMax:h=25,className:p,ariaLabel:m}){const g=c.useRef(null),f=c.useRef(null),b=c.useRef(null);c.useEffect(()=>{const _=t??Zo(e),C=g.current;if(!_||!C){C?.style.setProperty("--meter-level","0"),f.current&&(f.current.textContent=lc(l,u,d,h));return}Ko();const T=new Float32Array(_.fftSize);let w=0,S=0,D=0,A=0,N=null;const O=j=>{const k=ki(_,T);w=k>w?k:w*zk;const E=w>1e-5?20*Math.log10(w):-1/0,L=Math.max(l,E),z=L-u,te=Math.min(1,Math.max(0,(z-d)/(h-d)));if(C.style.setProperty("--meter-level",te.toFixed(3)),f.current&&(S+=L,D+=1,j-A>=Fk)){const J=S/D;N=N==null?J:N*.6+J*.4,f.current.textContent=lc(N,u,d,h),S=0,D=0,A=j}b.current=requestAnimationFrame(O)};return b.current=requestAnimationFrame(O),()=>{b.current!=null&&cancelAnimationFrame(b.current),b.current=null}},[t,e,l,u,d,h]);const y=typeof o=="number"?`${o}px`:o,v=n.jsx("div",{className:"audio-meter__track",style:y?a==="vertical"?{height:y}:{width:y}:{},children:n.jsx("div",{ref:g,className:"audio-meter__fill"})}),x=i??(a==="vertical"?"bottom":"right");return n.jsxs("div",{className:_e("audio-meter",`audio-meter--${a}`,r&&`audio-meter--label-${x}`,r&&`audio-meter--align-${s}`,p),role:"meter","aria-label":m,children:[v,r&&n.jsx("span",{ref:f,className:"audio-meter__value caption-2",children:lc(l,u,d,h)})]})}const cc=500;function dc({message:t,position:e,duration:a,onClose:o}){const[r,i]=c.useState(!1),[s,l]=c.useState(!1),u=c.useRef(s),d=c.useRef(r);c.useEffect(()=>{u.current=s},[s]),c.useEffect(()=>{d.current=r},[r]);const h=c.useRef(null),p=c.useRef(""),m=c.useRef(o);c.useEffect(()=>{m.current=o});const g=a,f=c.useRef(null),b=c.useRef(null),y=c.useRef(null),v=c.useRef(null),x=c.useRef(null);return c.useEffect(()=>{if(t!==p.current&&(f.current&&(clearTimeout(f.current),f.current=null),b.current&&(clearTimeout(b.current),b.current=null)),t){if(d.current)return g>0&&!f.current&&(f.current=setTimeout(()=>{i(!1),b.current=setTimeout(()=>{l(!1);try{m.current()}catch{}},cc)},g)),p.current=t,()=>{};const _=()=>{const C=h.current;if(C)try{C.classList.remove("is-visible"),C.style.transition="none",e==="top"?C.style.transform="translateX(-50%) translateY(-16px)":C.style.transform="translateX(-50%) translateY(16px)",C.style.opacity="0",C.offsetWidth,C.style.transition="",C.classList.add("is-visible"),x.current&&clearTimeout(x.current),x.current=setTimeout(()=>{x.current=null;try{C.style.opacity="",C.style.transform="",C.style.transition=""}catch{}},60)}catch{}};u.current?(_(),i(!0)):(l(!0),y.current=requestAnimationFrame(()=>{v.current=requestAnimationFrame(()=>{_(),i(!0)})})),g>0&&(f.current=setTimeout(()=>{i(!1),b.current=setTimeout(()=>{l(!1);try{m.current()}catch{}},cc)},g))}else i(!1),b.current=setTimeout(()=>l(!1),cc);return p.current=t,()=>{f.current&&clearTimeout(f.current),b.current&&clearTimeout(b.current),y.current&&cancelAnimationFrame(y.current),v.current&&cancelAnimationFrame(v.current),x.current&&clearTimeout(x.current),f.current=null,b.current=null,y.current=null,v.current=null,x.current=null}},[t,g,e]),{mounted:s,showing:r,popupRef:h}}var Wk=".ihabdevteam-core-scope .toast{left:50%;pointer-events:none;position:fixed;transform:translateX(-50%);will-change:transform,opacity;z-index:var(--z-toast)}.ihabdevteam-core-scope .toast__inner{align-items:center;background:var(--color-main);border-radius:var(--radius-m);box-shadow:var(--shadow-popup);box-sizing:border-box;color:#fff;display:flex;justify-content:center;margin:0;max-width:min(520px,calc(100vw - 32px));min-height:60px;min-width:min(360px,calc(100vw - 32px));overflow:hidden;padding:var(--spacing-content);pointer-events:auto;text-align:center;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .toast__inner--normal{background:linear-gradient(var(--color-white),var(--color-white)) padding-box,linear-gradient(135deg,var(--color-main),var(--color-sub)) border-box;border:2px solid transparent;color:var(--color-black)}.ihabdevteam-core-scope .toast__inner--notice{background:linear-gradient(135deg,var(--color-main),var(--color-sub));color:#fff}.ihabdevteam-core-scope .toast__inner--warning{background:var(--color-error);color:#fff}.ihabdevteam-core-scope .toast--top{opacity:0;top:18px;transform:translateX(-50%) translateY(-100%);transition:transform .26s cubic-bezier(.22,.9,.3,1),opacity .18s ease-out}.ihabdevteam-core-scope .toast--top.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}.ihabdevteam-core-scope .toast--bottom{bottom:18px;opacity:0;transform:translateX(-50%) translateY(100%);transition:transform .26s cubic-bezier(.22,.9,.3,1),opacity .18s ease-out}.ihabdevteam-core-scope .toast--bottom.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}";Q(Wk);function so({message:t="",position:e="top",type:a="normal",onClose:o=()=>{},duration:r=2e3}){const{mounted:i,showing:s,popupRef:l}=dc({message:t,position:e,duration:r,onClose:o});if(!i)return null;const u=a==="notice"||a==="warning"?a:"normal",d=n.jsx("div",{ref:l,className:`toast toast--${e} ${s?"is-visible":""}`,role:"status","aria-live":"polite",children:n.jsx("div",{className:`toast__inner toast__inner--${u} body-2`,children:t})});return typeof document<"u"?Yt.createPortal(d,document.body):d}var Hk='.ihabdevteam-core-scope .progress-bar{flex-shrink:0}.ihabdevteam-core-scope .progress-bar__track{background:var(--progress-bar-track,var(--color-darkWhite));border-radius:999px;height:8px;height:var(--progress-bar-height,8px);overflow:hidden;width:100%}.ihabdevteam-core-scope .progress-bar__fill{background:var(--progress-bar-fill,var(--color-main));border-radius:inherit;height:100%;transition:width .3s ease;transition:width var(--progress-bar-duration,.3s) ease}.ihabdevteam-core-scope .progress-bar__label{font-feature-settings:"tnum";color:var(--progress-bar-label-color,var(--color-gray));font-variant-numeric:tabular-nums}.ihabdevteam-core-scope .progress-bar--4{--progress-bar-height:4px}.ihabdevteam-core-scope .progress-bar--8{--progress-bar-height:8px}.ihabdevteam-core-scope .progress-bar--16{--progress-bar-height:16px}.ihabdevteam-core-scope .progress-bar--24{--progress-bar-height:24px}.ihabdevteam-core-scope .progress-bar--32{--progress-bar-height:32px}.ihabdevteam-core-scope .progress-bar--label-left,.ihabdevteam-core-scope .progress-bar--label-right{align-items:center;display:flex;gap:10px}.ihabdevteam-core-scope .progress-bar--label-left>.progress-bar__track,.ihabdevteam-core-scope .progress-bar--label-right>.progress-bar__track{flex:1;min-width:0}.ihabdevteam-core-scope .progress-bar--label-left .progress-bar__label{order:-1}.ihabdevteam-core-scope .progress-bar--label-bottom,.ihabdevteam-core-scope .progress-bar--label-top{display:flex;flex-direction:column;gap:6px}.ihabdevteam-core-scope .progress-bar--label-top .progress-bar__label{order:-1}.ihabdevteam-core-scope .progress-bar--label-bottom.progress-bar--align-left,.ihabdevteam-core-scope .progress-bar--label-top.progress-bar--align-left{align-items:flex-start}.ihabdevteam-core-scope .progress-bar--label-bottom.progress-bar--align-center,.ihabdevteam-core-scope .progress-bar--label-top.progress-bar--align-center{align-items:center}.ihabdevteam-core-scope .progress-bar--label-bottom.progress-bar--align-right,.ihabdevteam-core-scope .progress-bar--label-top.progress-bar--align-right{align-items:flex-end}.ihabdevteam-core-scope .progress-bar--label-bottom>.progress-bar__track,.ihabdevteam-core-scope .progress-bar--label-top>.progress-bar__track{align-self:stretch}.ihabdevteam-core-scope .progress-bar--label-inside{position:relative}.ihabdevteam-core-scope .progress-bar--label-inside .progress-bar__label{pointer-events:none;position:absolute;top:50%}.ihabdevteam-core-scope .progress-bar--label-on-fill .progress-bar__label{color:var(--progress-bar-label-color-on-fill,var(--color-deepWhite))}.ihabdevteam-core-scope .progress-bar--label-inside.progress-bar--align-left .progress-bar__label{left:10px;transform:translateY(-50%)}.ihabdevteam-core-scope .progress-bar--label-inside.progress-bar--align-center .progress-bar__label{left:50%;transform:translate(-50%,-50%)}.ihabdevteam-core-scope .progress-bar--label-inside.progress-bar--align-right .progress-bar__label{right:10px;transform:translateY(-50%)}@media (prefers-reduced-motion:reduce){.ihabdevteam-core-scope .progress-bar__fill{transition:none}}';Q(Hk);const Vk=24;function eg({value:t,max:e=100,size:a=8,color:o,trackColor:r,label:i,formatValue:s,labelPos:l,labelAlign:u="right",ariaLabel:d,className:h}){const p=Number.isFinite(e)&&e>0?e:1,m=Math.max(0,Math.min(Number.isFinite(t)?t:0,p)),g=m/p*100,f=l??(a>=Vk?"inside":"bottom"),b=f==="center"?"inside":f,y=b==="inside"&&(u==="left"?g>=15:u==="center"?g>=50:g>=85),v={};return o&&(v["--progress-bar-fill"]=o),r&&(v["--progress-bar-track"]=r),n.jsxs("div",{className:_e("progress-bar",`progress-bar--${a}`,`progress-bar--label-${b}`,i&&`progress-bar--align-${u}`,i&&y&&"progress-bar--label-on-fill",h),style:v,children:[n.jsx("div",{className:"progress-bar__track",role:"progressbar","aria-valuenow":m,"aria-valuemin":0,"aria-valuemax":p,"aria-label":d,children:n.jsx("div",{className:"progress-bar__fill",style:{width:`${g}%`}})}),i&&n.jsx("span",{className:"progress-bar__label caption-1b",children:s?s(m):i==="percent"?`${Math.round(g)}%`:i==="raw"?String(m):`${m} / ${p}`})]})}var Gk=".ihabdevteam-core-scope .progress-indicator{align-items:center;display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .progress-indicator-dot{align-items:center;background:var(--pi-inactive-bg,var(--color-whiteLine));border-radius:var(--radius-card);color:var(--pi-inactive-color,var(--color-gray));display:inline-flex;height:28px;justify-content:center;width:52px}.ihabdevteam-core-scope .progress-indicator-dot.done{background:var(--color-main);color:#fff}.ihabdevteam-core-scope .progress-indicator-dot.active{background:var(--color-sub);color:#fff}@media (max-width:1024px){.ihabdevteam-core-scope .progress-indicator{gap:6px}.ihabdevteam-core-scope .progress-indicator-dot{height:28px;width:44px}}@media (max-width:767px){.ihabdevteam-core-scope .progress-indicator--mobile .progress-indicator-dot{height:28px;padding:0 12px;width:auto}}";Q(Gk);const qk="rgba(255, 255, 255, 0.16)";function uc({max:t,index:e,inactiveBg:a,inactiveColor:o,transparent:r}){const{t:i}=ge(),s=ra("(max-width: 767px)");if(!Number.isInteger(t)||t<=0)return null;const l=Number.isInteger(e)?Math.max(0,Math.min(e,t-1)):0,u=i("progress.steps",{current:l+1,total:t,defaultValue:"\uC9C4\uD589 \uB2E8\uACC4 {{current}} / {{total}}"}),d={};return a&&(d["--pi-inactive-bg"]=a),o&&(d["--pi-inactive-color"]=o),r&&(a||(d["--pi-inactive-bg"]=qk),o||(d["--pi-inactive-color"]="var(--color-white)")),s?n.jsx("div",{className:"progress-indicator progress-indicator--mobile",style:d,role:"list","aria-label":u,children:n.jsxs("span",{role:"listitem",className:"progress-indicator-dot active body-3",children:[l+1," / ",t]})}):n.jsx("div",{className:"progress-indicator",style:d,role:"list","aria-label":u,children:Array.from({length:t}).map((h,p)=>n.jsx("span",{role:"listitem","aria-current":p===l?"step":void 0,className:`progress-indicator-dot ${p<l?" done":p===l?" active":""} body-3`,children:p+1},p))})}function Uk(t){if(!t)return[];const e=[];let a=0,o="";for(const r of t.trim()){if(r==="("?a++:r===")"&&a--,/\s/.test(r)&&a===0){o&&(e.push(o),o="");continue}o+=r}return o&&e.push(o),e}var Yk=".ihabdevteam-core-scope .table-wrap{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-card);overflow-x:auto}.ihabdevteam-core-scope .table{width:100%}.ihabdevteam-core-scope .table-header{align-items:center;border-bottom:1px solid var(--color-whiteLine);box-sizing:border-box;display:flex;gap:8px;padding:0 16px;text-align:left;width:100%}.ihabdevteam-core-scope .table-header[role=button]{cursor:pointer;transition:background .15s}.ihabdevteam-core-scope .table-header[role=button]:hover{background:var(--color-darkWhite)}.ihabdevteam-core-scope .table-header__chevron{align-items:center;color:var(--color-gray);display:flex;flex-shrink:0}.ihabdevteam-core-scope .table-header__title{color:var(--color-darkGray)}.ihabdevteam-core-scope .table-header__count{color:var(--color-main);flex-shrink:0}.ihabdevteam-core-scope .table-header__actions{align-items:center;display:flex;flex-shrink:0;gap:4px;margin-left:auto}.ihabdevteam-core-scope .table-header__action-button{background:none;border:none;border-radius:4px;color:var(--color-gray);cursor:pointer;line-height:1;padding:2px 6px;transition:background .12s,color .12s}.ihabdevteam-core-scope .table-header__action-button:hover{background:var(--color-darkWhite);color:var(--color-main)}.ihabdevteam-core-scope .table-header__action-button--delete:hover{background:#ffeef0;background:var(--color-error-bg,#ffeef0);color:#e03131;color:var(--color-error,#e03131)}.ihabdevteam-core-scope .table-wrap--collapsed .table-header{border-bottom:none}.ihabdevteam-core-scope .table-wrap--dragover{outline:2px dashed var(--color-main);outline-offset:-2px}.ihabdevteam-core-scope .table-wrap--dragover .table-header{background:var(--color-darkWhite)}.ihabdevteam-core-scope .table-fields{border-bottom:1px solid var(--color-whiteLine);display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-template-columns:var(--table-grid-cols,repeat(auto-fit,minmax(80px,1fr)))}.ihabdevteam-core-scope .table-body{display:flex;flex-direction:column}.ihabdevteam-core-scope .table-row-wrap{border-bottom:1px solid var(--color-darkWhite);display:flex;flex-direction:column}.ihabdevteam-core-scope .table-row-wrap:last-child{border-bottom:none}.ihabdevteam-core-scope .table-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));grid-template-columns:var(--table-grid-cols,repeat(auto-fit,minmax(80px,1fr)))}.ihabdevteam-core-scope .table-row-expand{background:var(--color-darkWhite);border-top:1px solid var(--color-whiteLine);display:flex;flex-wrap:wrap;gap:12px;padding:16px 20px}.ihabdevteam-core-scope .table-wrap--small .table-fields,.ihabdevteam-core-scope .table-wrap--small .table-header,.ihabdevteam-core-scope .table-wrap--small .table-row{min-height:48px}.ihabdevteam-core-scope .table-wrap--medium .table-fields,.ihabdevteam-core-scope .table-wrap--medium .table-header,.ihabdevteam-core-scope .table-wrap--medium .table-row{min-height:56px}.ihabdevteam-core-scope .table-wrap--large .table-fields,.ihabdevteam-core-scope .table-wrap--large .table-header,.ihabdevteam-core-scope .table-wrap--large .table-row{min-height:64px}.ihabdevteam-core-scope .table-fields.table-fields--groups{min-height:34px}.ihabdevteam-core-scope .table-row--clickable{cursor:pointer;transition:background .1s,box-shadow .1s}.ihabdevteam-core-scope .table-row--clickable:hover{background:var(--color-darkWhite)}.ihabdevteam-core-scope .table-row--draggable{cursor:grab}.ihabdevteam-core-scope .table-row--draggable:active{cursor:grabbing}.ihabdevteam-core-scope .table-row--dragging{opacity:.4}.ihabdevteam-core-scope .table-row--empty,.ihabdevteam-core-scope .table-row--loading{align-items:center;display:flex;justify-content:center}.ihabdevteam-core-scope .table-row--empty{color:var(--color-lightGray);padding:0 20px}.ihabdevteam-core-scope .table-wrap--small .table-row--empty{min-height:48px}.ihabdevteam-core-scope .table-wrap--medium .table-row--empty{min-height:56px}.ihabdevteam-core-scope .table-wrap--large .table-row--empty{min-height:64px}";Q(Yk);var Kk=".ihabdevteam-core-scope .table-cell{align-items:center;color:var(--color-darkGray);display:flex;min-width:0;overflow:hidden;overflow-wrap:break-word;padding:0 16px;word-break:break-word}";Q(Kk);var Zk='.ihabdevteam-core-scope .table-field{align-items:center;color:var(--color-gray);cursor:pointer;display:flex;gap:0;min-width:0;overflow:hidden;padding:0 16px;text-align:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.ihabdevteam-core-scope .table-field--resizable{position:relative}.ihabdevteam-core-scope .table-field__resizer{align-items:center;cursor:col-resize;display:flex;height:100%;justify-content:flex-end;position:absolute;right:0;top:0;touch-action:none;width:10px;z-index:3}.ihabdevteam-core-scope .table-field__resizer:after{background:var(--color-whiteLine);content:"";height:55%;transition:background-color .12s,width .12s,height .12s;width:1px}.ihabdevteam-core-scope .table-field__resizer:active:after,.ihabdevteam-core-scope .table-field__resizer:hover:after{background:var(--color-main);height:100%;width:2px}.ihabdevteam-core-scope .table-field--sorted,.ihabdevteam-core-scope .table-field:hover{color:var(--color-main)}.ihabdevteam-core-scope .table-field__sort-arrow{flex-shrink:0}';Q(Zk);function Xk({children:t,className:e,style:a}){return n.jsx("div",{className:e?`table-cell ${e}`:"table-cell",style:a,children:t})}function pc({variant:t="default",children:e,className:a,draggable:o,onClick:r,onMouseEnter:i,onMouseLeave:s,onDragStart:l,onDragEnd:u,expandedContent:d}){const h=c.useCallback(p=>{r&&p.target===p.currentTarget&&(p.key==="Enter"||p.key===" ")&&(p.preventDefault(),r())},[r]);return t==="loading"?n.jsx("div",{className:"table-row-wrap",children:n.jsx("div",{className:"table-row table-row--loading",children:n.jsx(Do,{size:28})})}):t==="empty"?n.jsx("div",{className:"table-row-wrap",children:n.jsx("div",{className:"table-row table-row--empty body-3",children:e})}):n.jsxs("div",{className:"table-row-wrap",children:[n.jsx("div",{className:a?`table-row ${a}`:"table-row",draggable:o,onClick:r,onKeyDown:r?h:void 0,onMouseEnter:i,onMouseLeave:s,onDragStart:l,onDragEnd:u,role:r?"button":void 0,tabIndex:r?0:void 0,children:e}),d&&n.jsx("div",{className:"table-row-expand",children:d})]})}function Jk({dir:t}){return n.jsx(t==="asc"?Ud:qd,{className:"table-field__sort-arrow",size:16,strokeWidth:2})}function Qk({children:t,onClick:e,className:a,sortDir:o,onResizeStart:r}){const i=c.useCallback(s=>{e&&s.target===s.currentTarget&&(s.key==="Enter"||s.key===" ")&&(s.preventDefault(),e())},[e]);return n.jsxs("div",{onClick:e,onKeyDown:e?i:void 0,role:e?"button":void 0,tabIndex:e?0:void 0,"aria-sort":o?o==="asc"?"ascending":"descending":void 0,className:_e("table-field body-3",a,o?"table-field--sorted":"",r?"table-field--resizable":""),children:[t,o&&n.jsx(Jk,{dir:o}),r&&n.jsx("span",{className:"table-field__resizer",onPointerDown:r,onClick:s=>s.stopPropagation(),"aria-hidden":"true"})]})}function Dn({fields:t=[],headerGroups:e,items:a=[],renderRow:o,onRowClick:r,onRowMouseEnter:i,onRowMouseLeave:s,onRowDragStart:l,onRowDragEnd:u,draggingId:d,gridTemplateColumns:h,resizable:p=!1,resizeMode:m="grow",resizeStorageKey:g,size:f="small",title:b,count:y,collapsed:v=!1,onToggleCollapse:x,headerActions:_,empty:C,loading:T,dragOver:w=!1,onDragOver:S,onDragLeave:D,onDrop:A,renderExpandedRow:N,expandedId:O}){const{t:j}=ge(),k=48,E=g?`table-cols:${g}`:null,L=c.useRef(null),z=c.useRef(null),[te,J]=c.useState(()=>{if(!E||typeof window>"u")return null;try{const U=JSON.parse(window.localStorage.getItem(E)??"null");return Array.isArray(U)&&U.every(ee=>typeof ee=="number")?U:null}catch{return null}}),ae=c.useRef(te);c.useEffect(()=>{ae.current=te},[te]);const M=c.useCallback(U=>{const ee=z.current;ee&&J(pe=>{if(!pe)return pe;const he=[...pe];if(ee.next!=null&&ee.startWNext!=null){const oe=U.clientX-ee.startX,X=Math.max(k-ee.startW,Math.min(ee.startWNext-k,oe));he[ee.index]=ee.startW+X,he[ee.next]=ee.startWNext-X}else he[ee.index]=Math.max(k,ee.startW+(U.clientX-ee.startX));return he})},[]),R=c.useCallback(()=>{if(z.current=null,window.removeEventListener("pointermove",M),window.removeEventListener("pointerup",R),document.body.style.cursor="",document.body.style.userSelect="",E&&ae.current)try{window.localStorage.setItem(E,JSON.stringify(ae.current))}catch{}},[M,E]),$=c.useCallback((U,ee)=>{ee.preventDefault(),ee.stopPropagation();const pe=L.current;if(!pe)return;const he=Array.from(pe.children).map(X=>X.getBoundingClientRect().width),oe=m==="fit"?t.findIndex((X,de)=>de>U&&X.resizable!==!1):-1;z.current=oe>=0?{index:U,startX:ee.clientX,startW:he[U],next:oe,startWNext:he[oe]}:{index:U,startX:ee.clientX,startW:he[U]},J(he),window.addEventListener("pointermove",M),window.addEventListener("pointerup",R),document.body.style.cursor="col-resize",document.body.style.userSelect="none"},[M,R,m,t]);c.useEffect(()=>()=>{z.current&&(window.removeEventListener("pointermove",M),window.removeEventListener("pointerup",R),document.body.style.cursor="",document.body.style.userSelect="")},[M,R]);const F=Uk(h),I=U=>/^\d+(\.\d+)?px$/.test(F[U]??""),q=U=>m==="fit"&&!I(U)?"fr":"px",P=te&&te.length===t.length&&(m==="fit"||a.length>0)?t.map((U,ee)=>U.resizable===!1&&F[ee]?F[ee]:`${te[ee]}${q(ee)}`).join(" "):h,H=P?{"--table-grid-cols":P}:void 0,V=b!==void 0;return n.jsx("div",{className:`table-wrap table-wrap--${f}${w?" table-wrap--dragover":""}${v?" table-wrap--collapsed":""}`,style:H,onDragOver:S,onDragLeave:D,onDrop:A,children:n.jsxs("div",{className:"table body-2",children:[V&&n.jsxs("div",{className:"table-header",onClick:x,role:x?"button":void 0,tabIndex:x?0:void 0,"aria-expanded":x?!v:void 0,onKeyDown:x?U=>{(U.key==="Enter"||U.key===" ")&&(U.preventDefault(),x())}:void 0,children:[x&&n.jsx(se,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:v?"chevron-right":"chevron-down",ariaLabel:v?j("common.expand","\uD3BC\uCE58\uAE30"):j("common.collapse","\uC811\uAE30"),className:"table-header__chevron"}),n.jsx("span",{className:"table-header__title h5b",children:b}),y!==void 0&&n.jsx("span",{className:"table-header__count body-3b",children:y}),_&&n.jsx("span",{className:"table-header__actions",onClick:U=>U.stopPropagation(),children:_})]}),!v&&n.jsxs(n.Fragment,{children:[e&&e.length>0&&n.jsx("div",{className:"table-fields table-fields--groups",children:e.map((U,ee)=>n.jsx("div",{className:_e("table-field body-3",U.className),style:{gridColumn:`span ${U.span}`},children:U.label},ee))}),n.jsx("div",{className:"table-fields",ref:L,children:t.map((U,ee)=>n.jsx(Qk,{onClick:U.onClick,className:U.className,sortDir:U.sortDir,onResizeStart:p&&ee<t.length-1&&U.resizable!==!1&&(m!=="fit"||t.some((pe,he)=>he>ee&&pe.resizable!==!1))?pe=>$(ee,pe):void 0,children:U.label},ee))}),n.jsx("div",{className:"table-body",children:T?n.jsx(pc,{variant:"loading"}):a.length===0&&C?n.jsx(pc,{variant:"empty",children:C}):a.map((U,ee)=>{const pe=d!=null&&U.id===d,he=O!=null&&(O instanceof Set?O.has(U.id):U.id===O);return n.jsx(pc,{className:`${r?" table-row--clickable":""}${l?" table-row--draggable":""}${pe?" table-row--dragging":""}`.trim(),draggable:!!l,onClick:r?()=>r(U):void 0,onMouseEnter:i?oe=>i(U,oe):void 0,onMouseLeave:s?oe=>s(U,oe):void 0,onDragStart:l?oe=>l(U,oe):void 0,onDragEnd:u?oe=>u(U,oe):void 0,expandedContent:he&&N?N(U):void 0,children:o(U).map((oe,X)=>n.jsx(Xk,{className:oe.className,style:oe.style,children:oe.content},X))},String(U.id??ee))})})]})]})})}function tg(t){switch(t){case"\uBCF4\uCCAD\uAE30":return"main";case"\uC778\uACF5\uC640\uC6B0":return"sub";default:return"default"}}var e7=".ihabdevteam-core-scope .dlp-popup .popup-panel{max-width:600px}.ihabdevteam-core-scope .dlp-empty{color:var(--color-gray);padding:32px 20px;text-align:center}.ihabdevteam-core-scope .dlp-table{border-collapse:collapse;font-size:13px;width:100%}.ihabdevteam-core-scope .dlp-table thead tr{border-bottom:1px solid var(--color-darkWhite)}.ihabdevteam-core-scope .dlp-table th{color:var(--color-lightGray);font-weight:500;padding:8px 12px;text-align:left;white-space:nowrap}.ihabdevteam-core-scope .dlp-row{border-bottom:1px solid var(--color-darkWhite);cursor:pointer;transition:background .1s}.ihabdevteam-core-scope .dlp-row:hover{background:#f5f5f5;background:var(--color-hoverBg,#f5f5f5)}.ihabdevteam-core-scope .dlp-row:last-child{border-bottom:none}.ihabdevteam-core-scope .dlp-table td{color:var(--color-darkGray);padding:10px 12px;vertical-align:middle}.ihabdevteam-core-scope .dlp-date{color:var(--color-lightGray);white-space:nowrap}.ihabdevteam-core-scope .dlp-delete{background:none;border:none;border-radius:4px;color:var(--color-lightGray);cursor:pointer;font-size:12px;padding:4px 8px;transition:color .1s,background .1s}.ihabdevteam-core-scope .dlp-delete:hover{background:#fdecea;background:var(--color-errorBg,#fdecea);color:#e53935;color:var(--color-error,#e53935)}.ihabdevteam-core-scope .dlp-side-table{margin-top:0}.ihabdevteam-core-scope .dlp-side-pick{display:flex;justify-content:flex-start;margin-bottom:8px}.ihabdevteam-core-scope .dlp-worn-check{align-items:center;display:inline-flex}.ihabdevteam-core-scope .dlp-row-actions{align-items:center;display:flex;justify-content:flex-end}.ihabdevteam-core-scope .dlp-worn-side{color:#3b82f6;color:var(--color-main,#3b82f6);font-weight:600}";Q(e7);function ag(t,e){return e!=="wornAt"?String(t[e]??""):t.wornYear?`${t.wornYear}-${t.wornMonth.padStart(2,"0")}-${t.wornDay.padStart(2,"0")}`:""}function og({rows:t,onSelect:e,onDelete:a,onWear:o,onRelease:r,onAdd:i}){const{t:s}=ge(),l=f=>f==="\uC88C"?s("device.direction.left","\uC88C"):s("device.direction.right","\uC6B0"),{\uC815\uB82C:u,\uCE78:d}=Sl(),h=c.useMemo(()=>{if(!u)return t;const{key:f,asc:b}=u;return[...t].sort((y,v)=>{const x=f==="worn"?Number(v.worn)-Number(y.worn):ag(y,f).localeCompare(ag(v,f),"ko");return b?x:-x})},[t,u]),{pageRows:p,pageSizeProps:m,paginationProps:g}=kl(h,u);return n.jsxs("div",{className:"dlp-side-table",children:[n.jsx(An,{count:{value:t.length,unit:s("customers.device.unit","\uAC1C")},pageSize:m,pagination:g,actions:i&&n.jsx(se,{size:40,type:"bar",variant:"main",icon:"plus",label:s("customers.device.addButton","\uAE30\uAE30 \uCD94\uAC00"),onClick:i})}),n.jsx(Dn,{resizable:!0,resizeMode:"fit",resizeStorageKey:"customer-device-history-v2",fields:[{...d(s("customers.device.wearingNow","\uCC29\uC6A9"),"worn"),resizable:!1},d(s("device.direction.label","\uBC29\uD5A5"),"side"),d(s("device.deviceType","\uC885\uB958"),"device"),d(s("device.brand","\uBE0C\uB79C\uB4DC"),"brand"),d(s("device.fitType","\uCC29\uC6A9\uD615\uD0DC"),"fitType"),d(s("device.productName","\uC81C\uD488\uBA85"),"productName"),d(s("device.wornDate","\uCC29\uC6A9\uC77C"),"wornAt"),...a?[{label:"",resizable:!1}]:[]],items:p.map((f,b)=>({id:f.id??`${f.side}-${b}`,row:f})),gridTemplateColumns:`56px 110px 110px minmax(120px, 1fr) 100px minmax(120px, 1fr) 110px${a?" 80px":""}`,renderRow:({row:f})=>[{content:n.jsx("span",{className:"dlp-worn-check",onClick:b=>b.stopPropagation(),children:n.jsx(oc,{checked:f.worn,disabled:!o||!r,ariaLabel:f.worn?s("customers.device.unwear","\uCC29\uC6A9 \uD574\uC81C"):s("customers.device.wear","\uCC29\uC6A9"),onChange:b=>{b?o?.(f):r?.(f)}})})},{content:n.jsx("span",{children:l(f.side)})},{content:f.device?n.jsx(gt,{size:"small",variant:tg(f.device),fill:"soft",label:f.device}):n.jsx("span",{})},{content:n.jsx("span",{children:f.brand})},{content:n.jsx("span",{children:f.fitType||"-"})},{content:n.jsx("span",{children:f.productName||"-"})},{content:n.jsx("span",{className:"dlp-date",children:f.wornYear?`${f.wornYear}.${f.wornMonth}.${f.wornDay}`:"-"})},...a?[{content:n.jsx("span",{className:"dlp-row-actions",children:n.jsx(se,{size:28,type:"bar",variant:"transparent-gray",label:s("common.delete","\uC0AD\uC81C"),onClick:b=>{b?.stopPropagation(),a(f)}})})}]:[]],onRowClick:({row:f})=>e(f),empty:s("customers.device.historyEmpty","\uB4F1\uB85D\uB41C \uAE30\uAE30 \uC774\uB825\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.")})]})}var t7=`.ihabdevteam-core-scope .calendar-nav{align-items:center;display:flex;gap:var(--spacing-m);justify-content:center;margin-bottom:var(--spacing-m);position:relative}.ihabdevteam-core-scope .calendar-nav__legend{align-items:center;color:var(--color-gray);display:flex;gap:6px;position:absolute;right:0}.ihabdevteam-core-scope .calendar-nav__legend-dot{border-radius:50%;display:inline-block;height:8px;width:8px}.ihabdevteam-core-scope .calendar-nav__legend-dot--main{background:var(--color-main)}.ihabdevteam-core-scope .calendar-nav__legend-dot--sub{background:var(--color-sub)}.ihabdevteam-core-scope .calendar-nav__legend-dot--disabled{background:var(--color-disabled)}.ihabdevteam-core-scope .calendar-nav__button{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-sm);color:var(--color-darkGray);cursor:pointer;display:flex;font-size:18px;height:32px;line-height:1;transition:border-color .15s,color .15s;width:32px}.ihabdevteam-core-scope .calendar-nav__button:hover{border-color:var(--color-main);color:var(--color-main)}.ihabdevteam-core-scope .calendar-nav__title{color:var(--color-darkGray);font-weight:700;min-width:100px;text-align:center}.ihabdevteam-core-scope .calendar-grid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr)}.ihabdevteam-core-scope .calendar-day-header{color:var(--color-lightGray);font-weight:600;padding:6px 0;text-align:center}.ihabdevteam-core-scope .calendar-day-header:first-child{color:var(--color-error)}.ihabdevteam-core-scope .calendar-day-header:last-child{color:var(--color-main)}.ihabdevteam-core-scope .calendar-cell{background:transparent;border-radius:var(--radius-s);box-sizing:border-box;cursor:default;min-height:118px;min-width:118px;padding:8px}.ihabdevteam-core-scope .calendar-cell.empty{background:transparent;cursor:default}
|
|
836
|
+
|
|
837
|
+
/* !important \uD544\uC694 \u2014 \uC624\uB298\uC774 \uC77C\uC694\uC77C/\uD1A0\uC694\uC77C\uACFC \uACB9\uCE58\uBA74 \uC544\uB798 nth-child \uC8FC\uB9D0 \uC0C9\uC0C1 \uADDC\uCE59\uACFC
|
|
838
|
+
\uD2B9\uC774\uB3C4\uAC00 \uB3D9\uC77C(3\uD074\uB798\uC2A4)\uD558\uACE0 \uC18C\uC2A4 \uC21C\uC11C\uC0C1 \uB4A4\uB77C !important \uC5C6\uC774\uB294 \uD770 \uAE00\uC790\uAC00 \uC8FC\uB9D0\uC0C9\uC73C\uB85C
|
|
839
|
+
\uB36E\uC5B4\uC368\uC9D0(\uC624\uB298 \uD45C\uC2DC\uAC00 \uBB34\uC758\uBBF8\uD574\uC9D0). \uC2E4\uC81C \uACBD\uD569 \uD655\uC778\uB428. */.ihabdevteam-core-scope .calendar-cell.today .calendar-cell__number{align-items:center;background:var(--color-main);border-radius:50%;color:#fff!important;display:flex;height:24px;justify-content:center;width:24px}.ihabdevteam-core-scope .calendar-cell__number{align-items:center;color:var(--color-darkGray);display:flex;font-weight:600;height:24px;justify-content:center;margin-bottom:6px;width:24px}.ihabdevteam-core-scope .calendar-cell:nth-child(7n+8) .calendar-cell__number{color:var(--color-error)}.ihabdevteam-core-scope .calendar-cell:nth-child(7n+14) .calendar-cell__number{color:var(--color-main)}.ihabdevteam-core-scope .calendar-cell__badges{display:flex;flex-direction:column;gap:4px}.ihabdevteam-core-scope .calendar-visit-badge{align-items:center;background:var(--color-main-a10);border-radius:var(--radius-xs);box-sizing:border-box;color:var(--color-main);display:flex;gap:6px;min-height:28px;overflow:hidden;padding:0 8px}.ihabdevteam-core-scope .calendar-visit-badge__time{flex-shrink:0;font-weight:400;opacity:.7}.ihabdevteam-core-scope .calendar-visit-badge__name{flex:1;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .calendar-visit-badge--scheduled{background:var(--color-sub-a10);color:var(--color-sub)}.ihabdevteam-core-scope .calendar-visit-badge--no-visit{background:color-mix(in srgb,var(--color-disabled) 15%,#fff);color:var(--color-disabled)}.ihabdevteam-core-scope .calendar-visit-badge__no-visit{background:var(--color-disabled);border-radius:var(--radius-xs);color:#fff;flex-shrink:0;line-height:1.4;padding:1px 5px}.ihabdevteam-core-scope .calendar-visit-badge--clickable{cursor:pointer;transition:background .12s,color .12s,border-color .12s}.ihabdevteam-core-scope .calendar-visit-badge--clickable:hover{background:var(--color-main);border-color:transparent;color:#fff}.ihabdevteam-core-scope .calendar-visit-badge--scheduled.calendar-visit-badge--clickable:hover{background:var(--color-sub);color:#fff}.ihabdevteam-core-scope .calendar-visit-badge--no-visit.calendar-visit-badge--clickable:hover{background:var(--color-disabled);color:#fff}.ihabdevteam-core-scope .calendar-visit-badge--draggable{cursor:grab}.ihabdevteam-core-scope .calendar-visit-badge--draggable:active{cursor:grabbing;opacity:.5}.ihabdevteam-core-scope .calendar-nav__button{align-items:center;display:inline-flex;justify-content:center}.ihabdevteam-core-scope .calendar-nav__button-icon{display:block}.ihabdevteam-core-scope .calendar-cell--clickable{cursor:pointer}.ihabdevteam-core-scope .calendar-cell--clickable:hover{background:var(--color-darkWhite)}.ihabdevteam-core-scope .calendar-cell--clickable:focus-visible{outline:2px solid var(--color-main);outline-offset:-2px}.ihabdevteam-core-scope .calendar-cell.drag-over{background:var(--color-main-a10);outline:1px solid var(--color-main);outline-offset:-1px}@media (max-width:767px){.ihabdevteam-core-scope .calendar-nav{flex-wrap:wrap}.ihabdevteam-core-scope .calendar-nav__legend{justify-content:center;position:static;width:100%}.ihabdevteam-core-scope .calendar-cell,.ihabdevteam-core-scope .calendar-day-header{min-width:0}.ihabdevteam-core-scope .calendar-cell{min-height:72px;padding:4px}}`;Q(t7);function a7(t,e){return new Date(t,e+1,0).getDate()}function o7(t,e){return new Date(t,e,1).getDay()}function rg({visits:t=[],onVisitClick:e,onVisitMove:a,onDayClick:o}){const{t:r}=ge(),i=c.useMemo(()=>r("calendar.dow",{returnObjects:!0}),[r]),[s,l]=c.useState(new Date().getFullYear()),[u,d]=c.useState(new Date().getMonth()),[h,p]=c.useState(null),m=c.useRef(null),g=new Date,f=c.useMemo(()=>{const C={};return t.forEach(T=>{C[T.date]||(C[T.date]=[]),C[T.date].push(T)}),C},[t]),b=c.useMemo(()=>{const C=a7(s,u),T=o7(s,u),w=[];for(let S=0;S<T;S++)w.push(null);for(let S=1;S<=C;S++)w.push(S);for(;w.length<35;)w.push(null);return w},[s,u]),y=c.useCallback(()=>{u===0?(l(C=>C-1),d(11)):d(C=>C-1)},[u]),v=c.useCallback(()=>{u===11?(l(C=>C+1),d(0)):d(C=>C+1)},[u]),x=C=>`${s}-${String(u+1).padStart(2,"0")}-${String(C).padStart(2,"0")}`,_=C=>g.getFullYear()===s&&g.getMonth()===u&&g.getDate()===C;return n.jsxs("div",{children:[n.jsxs("div",{className:"calendar-nav",children:[n.jsx("button",{className:"calendar-nav__button",onClick:y,"aria-label":r("calendar.prevMonth","\uC774\uC804 \uB2EC"),children:n.jsx(Re,{icon:"chevron-left",label:"",className:"",svgClassName:"calendar-nav__button-icon",size:18})}),n.jsx("span",{className:"calendar-nav__title h5",children:r("calendar.yearMonth",{year:s,month:u+1})}),n.jsx("button",{className:"calendar-nav__button",onClick:v,"aria-label":r("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),children:n.jsx(Re,{icon:"chevron-right",label:"",className:"",svgClassName:"calendar-nav__button-icon",size:18})}),n.jsxs("div",{className:"calendar-nav__legend",children:[n.jsx("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--main"}),n.jsx("span",{className:"caption-1",children:r("calendar.legend.visited","\uBC29\uBB38")}),n.jsx("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--sub"}),n.jsx("span",{className:"caption-1",children:r("calendar.legend.scheduled","\uC608\uC57D")}),n.jsx("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--disabled"}),n.jsx("span",{className:"caption-1",children:r("calendar.legend.noVisit","\uBBF8\uBC29\uBB38")})]})]}),n.jsxs("div",{className:"calendar-grid",children:[i.map(C=>n.jsx("div",{className:"calendar-day-header body-3",children:C},C)),b.map((C,T)=>{if(C===null)return n.jsx("div",{className:"calendar-cell empty"},`empty-${T}`);const w=C,S=x(w),D=f[S]??[],A=h===S;return n.jsxs("div",{className:`calendar-cell${_(w)?" today":""}${A?" drag-over":""}${o?" calendar-cell--clickable":""}`,role:o?"button":void 0,tabIndex:o?0:void 0,"aria-label":o?r("calendar.addOnDate",{date:S}):void 0,onClick:o?()=>o(S):void 0,onKeyDown:o?N=>{N.key!=="Enter"&&N.key!==" "||(N.preventDefault(),o(S))}:void 0,onDragOver:a?N=>{N.preventDefault(),p(S)}:void 0,onDragLeave:a?N=>{N.currentTarget.contains(N.relatedTarget)||p(null)}:void 0,onDrop:a?N=>{N.preventDefault(),m.current!=null&&(a(m.current,S),m.current=null),p(null)}:void 0,children:[n.jsx("div",{className:"calendar-cell__number body-3",children:w}),n.jsx("div",{className:"calendar-cell__badges",children:D.map((N,O)=>n.jsxs("div",{draggable:!!a,className:`calendar-visit-badge${N.status==="noVisit"?" calendar-visit-badge--no-visit":N.status==="scheduled"?" calendar-visit-badge--scheduled":""}${e?" calendar-visit-badge--clickable":""}${a?" calendar-visit-badge--draggable":""}`,onDragStart:a?j=>{m.current=N.id,j.dataTransfer.effectAllowed="move"}:void 0,onDragEnd:a?()=>{m.current=null,p(null)}:void 0,onClick:e?j=>{j.stopPropagation(),e(N)}:void 0,"aria-label":[N.time?sn(N.time,r):null,N.customer,r(N.status==="noVisit"?"calendar.legend.noVisit":N.status==="scheduled"?"calendar.legend.scheduled":"calendar.legend.visited")].filter(Boolean).join(" "),children:[N.time&&n.jsx("span",{className:"calendar-visit-badge__time body-3",children:sn(N.time,r)}),n.jsx("span",{className:"calendar-visit-badge__name body-3",children:N.customer}),N.status==="noVisit"&&n.jsx("span",{className:"calendar-visit-badge__no-visit caption-1",children:r("calendar.legend.noVisit","\uBBF8\uBC29\uBB38")})]},N.id??O))})]},w)})]})]})}var r7=".ihabdevteam-core-scope .section{display:flex;flex-direction:column;text-align:left;width:100%}.ihabdevteam-core-scope .section--page{gap:var(--spacing-m);padding-bottom:var(--spacing-page)}.ihabdevteam-core-scope .section--pagePopup{gap:var(--spacing-s);padding-bottom:var(--spacing-page)}.ihabdevteam-core-scope .section--popup{gap:var(--spacing-xs);padding-bottom:var(--spacing-page)}.ihabdevteam-core-scope .section:last-child{padding-bottom:0}.ihabdevteam-core-scope .section__header{align-items:center;display:flex;justify-content:space-between;width:100%}.ihabdevteam-core-scope .section__title-row{align-items:flex-start;display:flex;flex:1;gap:var(--spacing-s)}.ihabdevteam-core-scope .section__icon{align-items:center;background:var(--t-item-bg,var(--color-deepWhite));color:var(--t-item-fg,var(--color-main));display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:5px;width:20px}.ihabdevteam-core-scope .section__title-group{display:flex;flex-direction:column;gap:4px}.ihabdevteam-core-scope .section__title{color:var(--color-black);margin:0}.ihabdevteam-core-scope .section__disc{color:var(--color-gray);margin:0}.ihabdevteam-core-scope .section__action{flex-shrink:0}@media (max-width:767px){.ihabdevteam-core-scope .section__header{align-items:flex-start;flex-direction:column;gap:var(--spacing-xs)}}";Q(r7);const n7={page:"h3",pagePopup:"h4",popup:"h5"};function lo({type:t="page",title:e,icon:a,action:o,disc:r,children:i,className:s,style:l}){const u=n7[t],d=e||r;return n.jsxs("div",{className:_e("section",`section--${t}`,s),style:l,children:[d&&n.jsxs("div",{className:"section__header",children:[n.jsxs("div",{className:"section__title-row",children:[a&&n.jsx(Re,{icon:a,label:typeof e=="string"?e:void 0,className:"section__icon"}),n.jsxs("div",{className:"section__title-group",children:[e&&n.jsx("div",{className:`section__title ${u}`,children:e}),r&&n.jsx("div",{className:"section__disc body-3",children:r})]})]}),o&&n.jsx("div",{className:"section__action",children:o})]}),i]})}var i7=".ihabdevteam-core-scope .training-blocks{align-items:flex-start;display:flex;flex-direction:column}.ihabdevteam-core-scope .training-block{border-radius:var(--radius-card);width:100%}.ihabdevteam-core-scope .training-list{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px}.ihabdevteam-core-scope .training-list__item{display:inline-block;vertical-align:top}.ihabdevteam-core-scope .training-block__more{display:flex;justify-content:center;margin-top:var(--spacing-l)}.ihabdevteam-core-scope .training-blocks--top-spaced{margin-top:18px}";Q(i7);var s7=".ihabdevteam-core-scope .category-icon{align-items:center;background:var(--t-item-bg,color-mix(in srgb,var(--t-item-fg,var(--color-lightGray)) 10%,transparent));border-radius:var(--radius-s);color:var(--t-item-fg,var(--color-lightGray));display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;width:40px}.ihabdevteam-core-scope .category-icon--small{border-radius:var(--radius-sm);height:28px;width:28px}.ihabdevteam-core-scope .category-icon__mask{background-color:currentColor;background-color:var(--t-item-fg,currentColor);border-radius:var(--radius-sm);display:inline-block;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.ihabdevteam-core-scope .category-icon__image{border-radius:var(--radius-sm);display:block;-o-object-fit:contain;object-fit:contain}.ihabdevteam-core-scope .category-icon__svg svg{fill:currentColor;display:block}.ihabdevteam-core-scope .category-icon__wrap{cursor:default;display:inline-flex;position:relative}.ihabdevteam-core-scope .training-list__item .category-icon__wrap{left:18px;position:absolute;top:18px}.ihabdevteam-core-scope .training-list__item .category-icon{position:static}.ihabdevteam-core-scope .category-icon__tooltip{pointer-events:none;white-space:nowrap}.ihabdevteam-core-scope .category-icon__tooltip-text{background:var(--color-darkGray);border-radius:var(--radius-sm);box-shadow:var(--shadow-tooltip);color:#fff;display:block;font-size:13px;line-height:1.4;padding:6px 12px}";Q(s7);function ng({icon:t,label:e,tooltip:a,wrapperStyle:o,color:r,bgColor:i,useHover:s=!0,iconSize:l="medium"}){const u=l==="small",d=_e("category-icon",u?"category-icon--small":""),h=u?16:20,p=c.useRef(null),[m,g]=c.useState(!1),f=c.useMemo(()=>{const w=o&&typeof o=="object"?{...o}:{};return!r&&!i?w:{...w,...r?{color:r,"--t-item-fg":r}:{},...i?{"--t-item-bg":i}:{}}},[o,r,i]),b=a||e,[y,v]=c.useState(null);c.useLayoutEffect(()=>{m&&v(p.current?.getBoundingClientRect()??null)},[m]),c.useEffect(()=>{if(!s&&m)try{g(!1)}catch{}},[s,m]),c.useEffect(()=>{if(!m)return;const w=S=>{const D=p.current;if(!D)return;const A=S.target;A&&!D.contains(A)&&g(!1)};return document.addEventListener("pointerdown",w,!0),()=>document.removeEventListener("pointerdown",w,!0)},[m]);const x=c.useCallback(()=>{s&&g(!0)},[s]),_=c.useCallback(()=>{s&&g(!1)},[s]),C=c.useCallback(()=>g(!1),[]),T=c.useCallback(w=>{if(w.key==="Escape"){g(!1);return}(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),g(S=>!S))},[]);return n.jsxs("span",{ref:p,className:"category-icon__wrap",onPointerEnter:x,onPointerLeave:_,onFocus:x,onBlur:_,onKeyDown:T,role:"button",tabIndex:0,"aria-label":typeof b=="string"?b:void 0,"aria-haspopup":!!b,"aria-expanded":m,"data-tooltip-ignore":!0,children:[n.jsx(Re,{icon:t,label:e,className:d,imgClassName:"category-icon__image",maskClassName:"category-icon__mask",svgClassName:"category-icon__svg",wrapperStyle:f,size:h}),m&&b&&n.jsx(Na,{anchorRect:y,text:typeof b=="string"?b:void 0,offset:8,onClose:C,className:"category-icon__tooltip",ariaLabel:typeof b=="string"?b:void 0})]})}var l7=".ihabdevteam-core-scope .training-block-button{background:var(--color-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-m);box-shadow:var(--shadow-card);box-sizing:border-box;cursor:pointer;display:inline-block;height:200px;padding:var(--spacing-l);position:relative;text-align:left;transition:all .12s;vertical-align:top;width:200px}.ihabdevteam-core-scope .training-block-button:hover{border-color:var(--color-main);box-shadow:var(--shadow-card)}.ihabdevteam-core-scope .training-block-button--completed{box-shadow:var(--shadow-card)}.ihabdevteam-core-scope .training-block-button__more{position:absolute;right:var(--spacing-l);top:calc(var(--spacing-l) - 2px);z-index:2}@media (min-width:768px) and (max-width:1023px){.ihabdevteam-core-scope .training-block-button{height:190px;width:190px}}@media (max-width:767px){.ihabdevteam-core-scope .training-block-button{height:170px;width:calc(50% - 5px)}.ihabdevteam-core-scope .training-block-button__title.h3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;line-height:20px;overflow:hidden}}.ihabdevteam-core-scope .training-block-button__left{display:block}.ihabdevteam-core-scope .training-block-button__title.h3{color:var(--color-black);left:20px;margin:0;position:absolute;right:20px;top:68px}.ihabdevteam-core-scope .training-block-button__description{align-items:center;bottom:20px;display:flex;gap:var(--spacing-xs);height:20px;justify-content:space-between;left:20px;position:absolute;right:20px}.ihabdevteam-core-scope .training-block-button__count{color:var(--color-darkGray)}.ihabdevteam-core-scope .training-block-button__chevron{align-items:center;color:var(--color-lightGray);display:inline-flex;height:20px;justify-content:center;margin-left:auto}.ihabdevteam-core-scope .training-block-button__chevron-icon,.ihabdevteam-core-scope .training-block-button__chevron-icon-image,.ihabdevteam-core-scope .training-block-button__chevron-icon-mask,.ihabdevteam-core-scope .training-block-button__chevron-icon-svg{align-items:center;color:var(--color-lightGray);display:inline-flex;height:20px;justify-content:center;width:20px}.ihabdevteam-core-scope .training-block-button__chevron-icon-mask{background-color:currentColor;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.ihabdevteam-core-scope .training-block-button__chevron-icon-image{display:block;-o-object-fit:contain;object-fit:contain}.ihabdevteam-core-scope .training-block-button__chevron-icon-svg svg{fill:currentColor;display:block;height:20px;width:20px}.ihabdevteam-core-scope .training-block-button .category-icon__wrap{left:18px;position:absolute;top:18px}.ihabdevteam-core-scope .training-block-button .category-icon{position:static}.ihabdevteam-core-scope .training-block-button__type-label{color:var(--color-gray);left:20px;overflow:hidden;position:absolute;right:20px;text-overflow:ellipsis;top:68px;white-space:nowrap}.ihabdevteam-core-scope .training-block-button--withType .training-block-button__title.h3{top:86px}.ihabdevteam-core-scope .training-block-button--small{height:120px;width:120px}.ihabdevteam-core-scope .training-block-button--small .category-icon__wrap{left:12px;top:12px}.ihabdevteam-core-scope .training-block-button--small .training-block-button__type-label{color:var(--color-gray);left:12px;overflow:hidden;position:absolute;right:12px;text-overflow:ellipsis;top:44px;white-space:nowrap}.ihabdevteam-core-scope .training-block-button--small .training-block-button__title{color:var(--color-black);left:12px;margin:0;overflow:hidden;position:absolute;right:12px;text-overflow:ellipsis;top:60px;white-space:nowrap}.ihabdevteam-core-scope .training-block-button--small.training-block-button--no-type-label .training-block-button__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;top:44px;white-space:normal}.ihabdevteam-core-scope .training-block-button--small .training-block-button__description{bottom:10px;height:16px;left:12px;right:12px}.ihabdevteam-core-scope .training-block-button--small .training-block-button__more{right:6px;top:6px}.ihabdevteam-core-scope .training-block-button--small .training-block-button__chevron-icon,.ihabdevteam-core-scope .training-block-button--small .training-block-button__chevron-icon-svg,.ihabdevteam-core-scope .training-block-button--small .training-block-button__chevron-icon-svg svg{height:12px;width:12px}.ihabdevteam-core-scope .training-block-button--list{box-shadow:none;min-height:68px;padding:0 12px;width:200px}.ihabdevteam-core-scope .training-block-button--list .training-block-button__left{align-items:center;display:flex;gap:var(--spacing-s);height:100%;width:100%}.ihabdevteam-core-scope .training-block-button--list .category-icon__wrap{flex-shrink:0;order:1;position:static}.ihabdevteam-core-scope .training-block-button--list .training-block-button__title{color:var(--color-black);flex:1;min-width:0;order:2;overflow:hidden;position:static;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .training-block-button--list .training-block-button__description{display:none}.ihabdevteam-core-scope .training-block-button--list .training-block-button__preview{align-items:center;display:inline-flex;flex-shrink:0;justify-content:center;order:4}.ihabdevteam-core-scope .training-block-button--small .training-block-button__preview{align-items:center;display:inline-flex;justify-content:center;position:absolute;right:12px;top:12px;z-index:1}.ihabdevteam-core-scope .training-block-button--compact{background:transparent;border-color:transparent;box-shadow:none;height:40px;padding:0;width:100%}.ihabdevteam-core-scope .training-block-button--compact:hover{background:var(--color-darkWhite);border-color:transparent;box-shadow:none}.ihabdevteam-core-scope .training-block-button--compact .training-block-button__left{align-items:center;display:flex;gap:var(--spacing-xs);height:100%;width:100%}.ihabdevteam-core-scope .training-block-button--compact .category-icon__wrap{flex-shrink:0;order:1;position:static}.ihabdevteam-core-scope .training-block-button--compact .training-block-button__title{color:var(--color-black);flex:1;min-width:0;order:2;overflow:hidden;position:static;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .training-block-button--compact .training-block-button__description{display:none}";Q(l7);function c7(t,e){if(!t)return{previewCodes:[],previewBucket:null};const a=t,o=s=>s.map(l=>l?.contextCode||l?.context_code).filter(Boolean).map(String);if(e==="LISTEN_IN_NOISE"){const s=a.sentences||a.items||[],l=Array.isArray(s)&&s.length>0?o(s):[];return l.length===0&&(a.contextCode||a.context_code)&&l.push(String(a.contextCode||a.context_code)),{previewCodes:l,previewBucket:"LIN_D"}}if(e==="SHORT_STORY"){const s=a.items||a.sentences||[],l=Array.isArray(s)&&s.length>0?o(s):[];return l.length===0&&(a.contextCode||a.context_code)&&l.push(String(a.contextCode||a.context_code)),{previewCodes:l,previewBucket:"SHORT_S"}}if(e==="LONG_STORY"){const s=a.items||a.sentences||[],l=Array.isArray(s)&&s.length>0?o(s):[];return l.length===0&&(a.contextCode||a.context_code)&&l.push(String(a.contextCode||a.context_code)),{previewCodes:l,previewBucket:"LONG"}}if(e==="ORDERING_SENTENCE"){const s=a.sentences||a.items||[],l=Array.isArray(s)&&s.length>0?o(s):[];return l.length===0&&(a.contextCode||a.context_code)&&l.push(String(a.contextCode||a.context_code)),{previewCodes:l,previewBucket:"LIN_D"}}const r=a.sentences||a.items||[],i=o(Array.isArray(r)?r:[]);return i.length===0&&(a.contextCode||a.context_code)&&i.push(String(a.contextCode||a.context_code)),{previewCodes:i,previewBucket:null}}function d7(t,e){const[a,o]=c.useState(!1),[r,i]=c.useState(-1),[s,l]=c.useState([]),u=c.useRef(null),d=c.useRef(!1),h=c.useRef(null),[p,m]=c.useState(!1),g=c.useRef([]),{previewCodes:f,previewBucket:b}=c7(t,e);c.useEffect(()=>{if(!f.length)return;let v=!1;return(async()=>{const x=[],_=[];for(const C of f)try{const T=Or(C,b);if(!T){x.push("");continue}let w=null;try{w=await qo(T)}catch{}if(!w)try{const S=await zr(T);S&&(w=URL.createObjectURL(S),_.push(w))}catch{}x.push(w??"")}catch{x.push("")}v?_.forEach(C=>{try{URL.revokeObjectURL(C)}catch{}}):(g.current.forEach(C=>{try{URL.revokeObjectURL(C)}catch{}}),g.current=_,l(x))})(),()=>{v=!0}},[f.join(","),b]),c.useEffect(()=>()=>{g.current.forEach(v=>{try{URL.revokeObjectURL(v)}catch{}}),g.current=[]},[]);const y=c.useCallback(async v=>{if(v.stopPropagation(),v.preventDefault(),d.current){d.current=!1;try{u.current?.pause()}catch{}o(!1),i(-1);return}if(s.filter(Boolean).length){d.current=!0,o(!0);for(let x=0;x<s.length&&d.current;x++){const _=s[x];if(_){i(x);try{await new Promise((C,T)=>{const w=new Audio(_);u.current=w,w.onended=()=>C(),w.onerror=()=>T(),w.play().catch(T)})}catch{break}}}d.current=!1,o(!1),i(-1)}},[s]);return c.useEffect(()=>()=>{d.current=!1;try{u.current?.pause()}catch{}u.current=null},[]),{playing:a,playingIndex:r,previewUrls:s,previewHover:p,setPreviewHover:m,previewBtnRef:h,handlePreview:y}}const u7=t=>{if(!t)return[];const e=typeof t.context=="string"&&t.context.trim()||typeof t.sentence=="string"&&t.sentence.trim()||typeof t.text=="string"&&t.text.trim()||"";if(e)return[String(e)];const a=t.sentences||t.items||t.questions||[];return Array.isArray(a)&&a.length>0?a.map(o=>{if(typeof o=="string")return o;if(o&&typeof o=="object"){const r=o;return r.sentence||r.text||r.context||r.question||r.title||""}return""}).filter(o=>typeof o=="string"&&o.trim().length>0).map(o=>o.trim()):[]};function Ln(t){const{index:e,type:a,trainingData:o,ariaLabel:r,depth:i,renderPopup:s,completed:l,completedIds:u,selectedIds:d,tooltipText:h,useDescriptionTooltip:p=!1,onRemove:m,hideCheckBadge:g=!1,showTypeLabel:f=!1,onComplete:b,onSelect:y,onMore:v,countLabelOverride:x,size:_="square"}=t||{},{t:C}=ge(),[T,w]=c.useState(!1),S=c.useRef(null),[D,A]=c.useState(!1);c.useEffect(()=>{S.current?.matches(":hover")&&A(!0)},[]);const{playing:N,playingIndex:O,previewUrls:j,previewHover:k,setPreviewHover:E,previewBtnRef:L,handlePreview:z}=d7(o,a?.key),te=c.useCallback(()=>{y?y():w(!0)},[y]),J=c.useCallback(()=>w(!1),[]),ae=c.useCallback(()=>A(!0),[]),M=c.useCallback(()=>A(!1),[]),R=c.useCallback(()=>E(!0),[E]),$=c.useCallback(()=>E(!1),[E]),[F,I]=c.useState(null);c.useLayoutEffect(()=>{k&&I(L.current?.getBoundingClientRect()??null)},[k,L]);const[q,P]=c.useState(null);c.useLayoutEffect(()=>{D&&!T&&p&&P(S.current?.getBoundingClientRect()??null)},[D,T,p]);const H=c.useCallback(fe=>{(fe.key==="Enter"||fe.key===" ")&&(fe.preventDefault(),te())},[te]),V=o||null,U=c.useMemo(()=>{if(!p)return null;const fe=h?(Array.isArray(h)?h:[h]).filter(Boolean):null,nt=fe&&fe.length>0?fe:u7(V);return nt&&nt.length>0?nt:null},[p,h,V]),ee=c.useCallback(fe=>{fe.stopPropagation(),m?.()},[m]),pe=c.useCallback(fe=>fe.stopPropagation(),[]),he=c.useCallback(fe=>{typeof b=="function"&&b(fe)},[b]),oe=l||(u&&o?.id!=null?u.has(String(o.id)):!1),X=!oe&&(d!=null&&o?.id!=null?d.has(String(o.id)):!1);br("speechear.popup.close",J);const de=ln(),Ce=`${a?.label||""} ${e+1}`,Z=V?.title||V?.name||Ce;let le=a?.icon,G,ce="",be="";try{const fe=V?.category_0||V?.category_main_code||V?.category_main,nt=V?.category_1||V?.category_sub_code||V?.category_sub,qe=de.find(Me=>Me.key===fe);qe?.icon&&(le=qe.icon),!G&&qe?.color&&(G={"--t-item-fg":qe.color}),!G&&V?.iconColor&&(G={"--t-item-fg":V.iconColor}),ce=qe?.label||"";try{be=qe?.subs?.find(Me=>Me.key===nt)?.label||""}catch{}}catch{}const De=be?`${ce} / ${be}`:ce||a?.label||Z,Ie=fe=>C("training.countQuestions",{n:fe}),We=fe=>C("training.countSentences",{n:fe});let He="";try{if(V)if(a?.key==="LISTEN_IN_NOISE"){let fe=0;Array.isArray(V.items)&&V.items.length>0?fe=V.items.length:Array.isArray(V.sentences)&&V.sentences.length>0?fe=V.sentences.length:V.sentences&&(fe=1),He=We(fe)}else if(a?.key==="SHORT_STORY"){let fe=1;Array.isArray(o?.items)?fe=o.items.length:Array.isArray(o?.raw&&o.raw?.items)?fe=o.raw.items.length:Array.isArray(V?.questions)?fe=V.questions.length:Array.isArray(V?.sentences)&&(fe=V.sentences.length),He=Ie(fe)}else if(a?.key==="LONG_STORY"){let fe=1;if(Array.isArray(V.items)&&V.items.length>0){const nt=V.items.reduce((qe,Me)=>{const Ke=Me.questionItems;return Array.isArray(Ke)?qe+Ke.length:Array.isArray(Me.questions)?qe+Me.questions.length:qe},0);fe=nt>0?nt:V.items.length}else Array.isArray(V.questions)&&V.questions.length>0?fe=V.questions.length:Array.isArray(V.sentences)&&V.sentences.length>0&&(fe=V.sentences.length);He=Ie(fe)}else if(a?.key==="ORDERING_SENTENCE"){let fe=1;Array.isArray(V.items)&&V.items.length>0?fe=V.items.length:Array.isArray(V.sentences)&&V.sentences.length>0&&(fe=V.sentences.length),He=We(fe)}else Array.isArray(V.items)&&(He=V.items.length>0?Ie(V.items.length):"")}catch{}const $e=_==="list",rt=_==="compact",Oe=_==="small",Ge=Oe&&a?.key?Ts().find(fe=>fe.key===a.key)?.label??"":"",Fe=!!f&&!!a?.label&&a.label!==String(Z)||Oe&&!!Ge&&Ge!==String(Z);return n.jsxs(n.Fragment,{children:[n.jsxs("div",{ref:S,className:`training-block-button${$e?" training-block-button--list":""}${rt?" training-block-button--compact":""}${Oe?" training-block-button--small":""}${oe?" training-block-button--completed":""}${X?" training-block-button--selected":""}${Fe&&!Oe?" training-block-button--withType":""}${Oe&&!Fe?" training-block-button--no-type-label":""}`,onClick:te,onPointerEnter:ae,onPointerLeave:M,role:"button",tabIndex:0,onKeyDown:H,"aria-label":typeof r=="string"?r:typeof Z=="string"?Z:void 0,children:[n.jsxs("div",{className:"training-block-button__left",children:[f&&a?.label&&a.label!==String(Z)&&n.jsx("span",{className:"training-block-button__type-label caption-1",children:a.label}),Oe&&Ge&&Ge!==String(Z)&&n.jsx("span",{className:"training-block-button__type-label caption-2",children:Ge}),n.jsx(ng,{icon:le,label:Z,tooltip:De,wrapperStyle:G,iconSize:Oe||rt?"small":"medium"}),!g&&(oe||X)&&!(m&&D)&&n.jsx(gt,{type:"dot",icon:"check",position:"top-left",size:"medium","aria-label":oe?C("training.completed","\uD6C8\uB828 \uC644\uB8CC"):C("training.selected","\uC120\uD0DD\uB428")}),m&&D&&n.jsx(gt,{type:"dot",icon:"remove",position:"top-left",size:"medium","aria-label":C("common.remove","\uC81C\uAC70"),onClick:ee}),n.jsx("div",{className:`training-block-button__title ${rt?"body-3":Oe?"body-3b":"h3"}`,children:String(Z)}),n.jsxs("div",{className:"training-block-button__description",children:[(()=>{const fe=x!==void 0?x:He;return fe?n.jsx("div",{className:`training-block-button__count ${Oe?"caption-2":"caption-1"}`,children:fe}):null})(),n.jsx("div",{className:"training-block-button__chevron",children:n.jsx(Re,{icon:"chevron-right",label:C("training.next","\uB2E4\uC74C"),className:"training-block-button__chevron-icon",imgClassName:"training-block-button__chevron-icon-image",maskClassName:"training-block-button__chevron-icon-mask",svgClassName:"training-block-button__chevron-icon-svg",size:Oe?12:20})})]}),($e||Oe)&&j.length>0&&n.jsx("div",{ref:L,className:"training-block-button__preview","data-tooltip-ignore":!0,onClick:pe,onPointerEnter:R,onPointerLeave:$,children:n.jsx(se,{size:Oe?28:32,type:"dot",icon:N?"pause":"play",variant:Oe?"transparent-lightGray":"default",useBorder:!1,selected:N,ariaLabel:N?C("training.stop","\uC815\uC9C0"):C("training.preview","\uBBF8\uB9AC \uB4E3\uAE30"),onClick:z})})]}),v&&n.jsx("div",{className:"training-block-button__more","data-tooltip-ignore":!0,onClick:fe=>{fe.stopPropagation(),v(fe)},children:n.jsx(se,{size:40,type:"dot",icon:"more-horizontal",variant:"transparent-lightGray",useBorder:!1,ariaLabel:C("common.more","\uB354\uBCF4\uAE30")})})]}),k&&n.jsx(Na,{anchorRect:F,text:N?C("training.stop","\uC815\uC9C0"):C("training.preview","\uBBF8\uB9AC \uB4E3\uAE30"),offset:8,onClose:$}),D&&!T&&p&&(U?n.jsx(no,{anchorRect:q,items:U,activeIndex:O,onClose:M}):V?.subTitle?n.jsx(Na,{anchorRect:q,text:V.subTitle,offset:8,onClose:M}):null),T&&s&&s({trainingData:V,typeKey:a?.key??"",onClose:J,onComplete:he,popupTitle:String(Z),popupSubTitle:a?.subTitle,depth:i!=null?String(i):void 0,popupIcon:le,popupIconTooltip:String(De),popupWrapperStyle:G})]})}const jn=20;function ig(t){const{t:e}=ge(),{type:a,trainingDatas:o,depth:r,renderPopup:i,completedIds:s,selectedIds:l,onItemComplete:u,size:d,useDescriptionTooltip:h,onRemove:p,onMore:m,sectionType:g="page"}=t||{},[,f]=c.useState(0),b=typeof o<"u"?Array.isArray(o)?o:[]:[],y=b.length,[v,x]=c.useState(Math.min(y,jn)),_=c.useMemo(()=>Array.isArray(r)?[...r,a?.label].filter(Boolean).join(" \xB7 "):[r||"",a?.label].filter(Boolean).join(" \xB7 "),[r,a?.label]);c.useEffect(()=>{x(Math.min(y,jn))},[y]),br("speechear.data.updated",()=>f(T=>T+1));function C(){x(T=>Math.min(y,T+jn))}return n.jsxs(lo,{type:g,title:a?.label,icon:a?.icon,disc:a?.desc,className:"training-block",children:[n.jsx("div",{className:"training-list",children:(b||[]).slice(0,v).map((T,w)=>{const S=T;return n.jsx(Ln,{index:w,type:a,trainingData:S,depth:_,renderPopup:i,completedIds:s,selectedIds:l,size:d,useDescriptionTooltip:h,onRemove:typeof p=="function"&&l!=null&&S?.id!=null&&l.has(String(S.id))?()=>p(S):void 0,onComplete:typeof u=="function"&&S?.id!=null?()=>u(String(S.id)):void 0,onMore:typeof m=="function"?D=>m(S,D):void 0},S?.id!=null?`${a?.key||"t"}-${String(S.id)}`:`${a?.key||"t"}-${w}`)})}),y>jn&&v<y&&n.jsx("div",{className:"training-block__more",children:n.jsx(se,{size:48,type:"bar",icon:"plus",onClick:C,ariaLabel:e("common.loadMore","\uB354\uBCF4\uAE30"),label:e("common.loadMore","\uB354\uBCF4\uAE30"),variant:"main"})})]})}function hc(t){const e=c.useRef(null),[a,o]=c.useState(!!t),[r,i]=c.useState(!1);c.useEffect(()=>{i(!1);const u=e.current;o(!!t&&!(u?.complete&&u.naturalWidth>0))},[t]);const s=c.useCallback(()=>o(!1),[]),l=c.useCallback(()=>{o(!1),i(!0)},[]);return{imgRef:e,loading:a,failed:r,hasImage:!!t&&!r,onLoad:s,onError:l}}let Lo=null;function p7(t){if(Lo&&Lo!==t)try{Lo()}catch{}return Lo=t,()=>{Lo===t&&(Lo=null)}}var h7='data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">%0A<g clip-path="url(%23clip0_2256_7437)">%0A<g opacity="0.1">%0A<path d="M35.7143 25C29.7964 25 25 29.7964 25 35.7143V64.2857C25 67.3786 25.7893 70.2893 27.1714 72.8286C29.7071 74.2143 32.6179 75 35.7143 75H64.2857C70.2036 75 75 70.2036 75 64.2857V35.7143C75 32.6214 74.2107 29.7107 72.8286 27.1714C70.2929 25.7857 67.3821 25 64.2857 25H35.7143Z" fill="%23111111"/>%0A</g>%0A<path d="M57.1426 17.8571H35.7141C25.8533 17.8571 17.8569 25.8536 17.8569 35.7143V44.0643L10.9926 51.6179C10.5819 52.0679 10.6283 52.775 11.0998 53.1643C13.1783 54.8929 15.4641 56.2214 17.8569 57.1679C17.8676 63.925 21.6283 69.8 27.1712 72.825C25.7855 70.2893 24.9998 67.3786 24.9998 64.2821V35.7107C24.9998 29.7929 29.7962 24.9964 35.7141 24.9964H64.2855C67.3783 24.9964 70.2891 25.7857 72.8283 27.1679C69.7998 21.6179 63.9105 17.8536 57.1426 17.8536V17.8571Z" fill="%23111111"/>%0A<path d="M72.8285 27.1714C74.2142 29.7072 75 32.6179 75 35.7143V64.2857C75 70.2036 70.2035 75 64.2857 75H35.7142C32.6214 75 29.7107 74.2107 27.1714 72.8286C30.2 78.3786 36.0892 82.1429 42.8571 82.1429H58.9678C59.9321 82.1429 60.7142 82.925 60.7142 83.8893C60.7142 84.9107 61.5892 85.7215 62.6071 85.6322C73.5535 84.675 82.1428 75.4822 82.1428 64.2857V42.8572C82.1428 36.0893 78.3785 30.2 72.8285 27.1714Z" fill="%23111111"/>%0A<path d="M36.0714 40.7143C36.0714 39.5308 35.112 38.5714 33.9285 38.5714C32.745 38.5714 31.7856 39.5308 31.7856 40.7143V45C31.7856 46.1834 32.745 47.1428 33.9285 47.1428C35.112 47.1428 36.0714 46.1834 36.0714 45V40.7143Z" fill="%23111111"/>%0A<path d="M46.7859 57.1429C45.743 57.1429 44.6966 56.875 43.7502 56.3286C42.8966 55.8357 42.6037 54.7429 43.1002 53.8893C43.593 53.0357 44.6859 52.7429 45.5395 53.2393C46.518 53.8036 47.7573 53.6429 48.5537 52.8464C48.9395 52.4607 49.1823 51.9714 49.2573 51.4357C49.5787 49.1607 50.5823 47 52.1645 45.1857C53.1073 44.1071 53.6037 42.7214 53.568 41.2857C53.493 38.3536 51.1466 35.9107 48.2216 35.7286C47.2323 35.6679 46.2859 35.8464 45.4073 36.2679C44.518 36.6929 43.4502 36.3107 43.0287 35.4214C42.6037 34.5321 42.9859 33.4643 43.8752 33.0429C45.2895 32.3714 46.868 32.0679 48.4466 32.1643C53.2037 32.4607 57.0216 36.4286 57.1395 41.1964C57.1966 43.5286 56.3859 45.7786 54.8573 47.5357C53.7323 48.825 53.018 50.3464 52.7966 51.9357C52.6109 53.2464 52.018 54.4357 51.0823 55.375C49.9145 56.5429 48.3609 57.15 46.7895 57.15L46.7859 57.1429Z" fill="%23111111"/>%0A</g>%0A<defs>%0A<clipPath id="clip0_2256_7437">%0A<rect width="100" height="100" fill="white"/>%0A</clipPath>%0A</defs>%0A</svg>%0A',m7='.ihabdevteam-core-scope .training-word-card{background:var(--color-white);border-radius:var(--radius-m);display:flex;flex:none;flex-direction:column;height:260px;overflow:visible;perspective:900px;position:relative;width:200px}.ihabdevteam-core-scope .training-word-card--disabled{cursor:default}.ihabdevteam-core-scope .training-word-card__flipper{border-radius:var(--radius-m);box-shadow:var(--shadow-card);display:flex;flex:1;flex-direction:column;position:relative;transform-style:preserve-3d;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.ihabdevteam-core-scope .training-word-card--flipped .training-word-card__flipper{transform:rotateY(180deg)}.ihabdevteam-core-scope .training-word-card__front{box-sizing:border-box;flex:1;flex-direction:column;gap:var(--spacing-s);min-height:0;padding:10px var(--spacing-m)}.ihabdevteam-core-scope .training-word-card__back,.ihabdevteam-core-scope .training-word-card__front{align-items:center;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;justify-content:center}.ihabdevteam-core-scope .training-word-card__back{background:#f3f5f6;background:var(--color-deepWhite,#f3f5f6);border-radius:var(--radius-m);inset:0;position:absolute;transform:rotateY(180deg)}.ihabdevteam-core-scope .training-word-card__back:before{border:8px solid var(--color-darkWhite);border-radius:var(--radius-m);content:"";inset:0;pointer-events:none;position:absolute}.ihabdevteam-core-scope .training-word-card__disabled-symbol{filter:invert(93%) sepia(6%) saturate(247%) hue-rotate(163deg) brightness(101%) contrast(93%);height:52px;opacity:.6;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:52px}.ihabdevteam-core-scope .training-word-card__selected-badge{position:absolute;right:0;top:0;transform:translate(12%,-12%);z-index:3}.ihabdevteam-core-scope .training-word-card__selected-badge .circle-badge{border:2px solid var(--color-pureWhite)}.ihabdevteam-core-scope .training-word-card--selectable{cursor:pointer;outline:1px solid transparent;overflow:visible;transition:box-shadow .15s,outline-color .15s}.ihabdevteam-core-scope .training-word-card--selectable:not(.training-word-card--disabled):hover{box-shadow:0 4px 16px rgba(9,30,34,.12);outline:1px solid var(--color-main)}.ihabdevteam-core-scope .training-word-card--selectable.training-word-card--selected:hover,.ihabdevteam-core-scope .training-word-card--selected{box-shadow:none;outline:2px solid #4f6ef7;outline:2px solid var(--color-main,#4f6ef7)}.ihabdevteam-core-scope .training-word-card__image-wrap{aspect-ratio:4/3;background:#f3f5f6;border-radius:var(--radius-s);flex-shrink:0;overflow:hidden;padding:0;position:relative;width:100%}.ihabdevteam-core-scope .training-word-card__image{-webkit-user-drag:none;display:block;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none;transition:opacity .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ihabdevteam-core-scope .training-word-card__placeholder{background:linear-gradient(160deg,#f0f2f4,#e4e8ea);height:100%;width:100%}.ihabdevteam-core-scope .training-word-card__spinner{align-items:center;display:flex;inset:0;justify-content:center;position:absolute;z-index:1}.ihabdevteam-core-scope .training-word-card__spinner:after{animation:twCard__spin .7s linear infinite;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top:3px solid var(--color-main,#4f6ef7);content:"";height:28px;width:28px}@keyframes twCard__spin{to{transform:rotate(1turn)}}.ihabdevteam-core-scope .training-word-card__body{align-items:center;display:flex;flex-direction:column;gap:3px;padding:0}.ihabdevteam-core-scope .training-word-card__word{color:#0b2b35;color:var(--color-black,#0b2b35);font-size:22px;font-weight:700;line-height:1.25;text-align:center;word-break:keep-all}.ihabdevteam-core-scope .training-word-card__pronunciation{color:#70858a;color:var(--color-gray,#70858a);font-size:13px;font-weight:500;line-height:1.4;text-align:center}.ihabdevteam-core-scope .training-word-card__colloquial{color:#a0b0b5;color:var(--color-lightGray,#a0b0b5);line-height:1.4;text-align:center}.ihabdevteam-core-scope .training-word-card__bottom{display:flex;flex-shrink:0;justify-content:center}@media (max-width:720px){.ihabdevteam-core-scope .training-word-card{border-radius:var(--radius-card)}.ihabdevteam-core-scope .training-word-card__word{font-size:18px}.ihabdevteam-core-scope .training-word-card__body{gap:2px}.ihabdevteam-core-scope .training-word-card__front{gap:var(--spacing-xs)}.ihabdevteam-core-scope .training-word-card__back,.ihabdevteam-core-scope .training-word-card__back:before{border-radius:var(--radius-card)}}@media (max-width:767px){.ihabdevteam-core-scope .training-word-card{border-radius:var(--radius-card);height:auto;width:100%}.ihabdevteam-core-scope .training-word-card__flipper{border-radius:var(--radius-card);box-shadow:0 2px 8px rgba(0,0,0,.03)}.ihabdevteam-core-scope .training-word-card__front{padding:var(--spacing-s)}.ihabdevteam-core-scope .training-word-card__back:before{border-width:4px}.ihabdevteam-core-scope .training-word-card__image-wrap{aspect-ratio:1/1}.ihabdevteam-core-scope .training-word-card__word{font-size:14px}.ihabdevteam-core-scope .training-word-card__pronunciation{font-size:11px}.ihabdevteam-core-scope .training-word-card__body{gap:2px}.ihabdevteam-core-scope .training-word-card__front{gap:4px}}';Q(m7);const g7=h7,Mn=c.forwardRef(function({item:t,disabled:e=!1,onPlayDone:a,selectable:o=!1,selected:r=!1,onSelect:i,flipDelay:s=0,hideLabel:l=!1,hideAudio:u=!1,orderRank:d=null},h){const{t:p}=ge(),m=t.word||t.title||"",g=e||!m,f=t.audio??t.sound??t.audioKey,b=t.subLabel||t.pronunciation||"",y=t.colloquialLabel||"",[v,x]=c.useState({label:m,subLabel:b,colloquialLabel:y,homonum:t.homonum});m&&v.label!==m&&x({label:m,subLabel:b,colloquialLabel:y,homonum:t.homonum});const _=c.useRef(null),C=ra("(max-width: 767px)"),[T,w]=c.useState(!1),[S,D]=c.useState(""),A=$a()?.(v.label,v.homonum)??t.image??"",{imgRef:N,loading:O,hasImage:j,onLoad:k,onError:E}=hc(A);c.useEffect(()=>{let R=!1;return(async()=>{if(f){if(typeof f=="string"){if(f.startsWith("http")||f.includes("/")){D(f);return}}else if(typeof f=="object"&&!Array.isArray(f)){const F=f.src;if(F){D(F);return}}}const $=Uo();if($&&m)try{const F=await Promise.resolve($(m));!R&&F&&D(F)}catch{}})(),()=>{R=!0}},[f,m]),c.useEffect(()=>()=>{try{_.current?.pause()}catch{}_.current=null},[]);const L=c.useCallback(()=>new Promise(R=>{if(typeof window<"u"&&window.speechSynthesis&&m){w(!0),window.speechSynthesis.cancel();const $=new SpeechSynthesisUtterance(m);$.lang="ko-KR",$.onend=()=>{w(!1);try{a?.()}catch{}R()},$.onerror=()=>{w(!1),R()},window.speechSynthesis.speak($)}else R()}),[m,a]),z=c.useCallback(R=>new Promise($=>{let F=!1;const I=()=>{F||(F=!0,w(!1),$(!1))};try{const q=new Audio(R);_.current=q,q.onended=()=>{if(!F){F=!0,w(!1);try{a?.()}catch{}$(!0)}},q.onerror=I,q.play().catch(I)}catch{I()}}),[a]),te=c.useCallback(async()=>{if(e)return;const R=p7(()=>{try{_.current?.pause()}catch{}try{window.speechSynthesis?.cancel()}catch{}w(!1)});try{window.speechSynthesis?.cancel()}catch{}try{if(S&&(w(!0),await z(S)))return;const $=_i();if($&&m)try{const F=await Promise.resolve($(m));if(F&&(w(!0),await z(F)))return}catch{}await L()}finally{R()}},[e,S,m,z,L]);c.useImperativeHandle(h,()=>({play:()=>te()}),[te]);const J=R=>R.stopPropagation(),ae=c.useCallback(R=>{if(R.stopPropagation(),!e){if(T){try{_.current?.pause()}catch{}try{window.speechSynthesis?.cancel()}catch{}w(!1);return}te()}},[e,T,te]),M=_e("training-word-card",e?"training-word-card--disabled":"",g?"training-word-card--flipped":"",o?"training-word-card--selectable":"",r?"training-word-card--selected":"");return n.jsx("div",{className:M,onClick:o&&!e?i:void 0,role:o?"button":void 0,"aria-pressed":o?r:void 0,tabIndex:o&&!e?0:void 0,"aria-disabled":o&&e?!0:void 0,onKeyDown:o&&!e?R=>{(R.key==="Enter"||R.key===" "||R.key==="Spacebar")&&(R.preventDefault(),i?.())}:void 0,children:n.jsxs("div",{className:"training-word-card__flipper",style:{transitionDelay:g?"0ms":`${s}ms`},children:[n.jsxs("div",{className:"training-word-card__front",children:[r&&n.jsx("div",{className:"training-word-card__selected-badge",onClick:J,children:n.jsx(gt,{type:"dot",size:40,position:"inline",animate:!0,icon:d!=null?void 0:"check",number:d??void 0,"aria-label":d!=null?p("training.nthSelected",{n:d}):p("training.selected","\uC120\uD0DD\uB428")})}),n.jsx("div",{className:"training-word-card__image-wrap",children:j?n.jsxs(n.Fragment,{children:[O&&n.jsx("div",{className:"training-word-card__spinner"}),n.jsx("img",{ref:N,className:"training-word-card__image",src:A,alt:v.label||p("common.image","\uC774\uBBF8\uC9C0"),style:{opacity:O?0:1},onLoad:k,onError:E})]}):n.jsx("div",{className:"training-word-card__placeholder"})}),!l&&n.jsxs("div",{className:"training-word-card__body",children:[n.jsx("div",{className:"training-word-card__word",children:v.label}),v.subLabel&&n.jsxs("div",{className:"training-word-card__pronunciation",children:["[",v.subLabel,"]"]}),v.colloquialLabel&&n.jsxs("div",{className:"training-word-card__colloquial caption-1",children:["[",v.colloquialLabel,"]"]})]}),!u&&n.jsx("div",{className:"training-word-card__bottom",onClick:o?J:void 0,children:n.jsx(se,{size:C?40:48,type:C?"dot":"bar",icon:T?"pause":"play",label:C?void 0:p("training.playSound","\uC18C\uB9AC \uB4E3\uAE30"),selected:T,onClick:ae,disabled:e,ariaLabel:p("training.playSound","\uC18C\uB9AC \uB4E3\uAE30")})})]}),n.jsx("div",{className:"training-word-card__back","aria-hidden":"true",children:n.jsx("img",{src:g7,className:"training-word-card__disabled-symbol",alt:"",draggable:!1})})]})})});let kr=0,sg="",lg="",Sr=0;function b7(){return cg(!1)}function f7(){return cg(!0)}function cg(t){const e=typeof document<"u";kr===0&&e&&(sg=document.body.style.overflow,document.body.style.overflow="hidden"),t&&e&&(Sr===0&&(lg=document.body.style.paddingRight),Sr++,document.body.style.paddingRight="0px"),kr++;let a=!1;return()=>{a||(a=!0,kr=Math.max(0,kr-1),t&&e&&(Sr=Math.max(0,Sr-1),Sr===0&&(document.body.style.paddingRight=lg)),kr===0&&e&&(document.body.style.overflow=sg))}}var v7=".ihabdevteam-core-scope .popup{align-items:center;background:rgba(16,24,32,.6);background:var(--color-popupBlock,rgba(16,24,32,.6));display:flex;inset:0;justify-content:center;position:fixed;z-index:var(--z-modal)}.ihabdevteam-core-scope .popup.popup--inline{align-items:stretch;background:transparent;justify-content:stretch;position:relative;z-index:5}.ihabdevteam-core-scope .popup.popup--inline .popup-panel{width:100%}.ihabdevteam-core-scope .popup-panel{background:var(--color-white);border-radius:28px;box-shadow:var(--shadow-popup);display:flex;flex-direction:column;max-height:calc(100% - 60px);max-width:820px;overflow:hidden;position:relative;width:calc(100% - 40px)}.ihabdevteam-core-scope .popup-panel--small{max-width:480px}.ihabdevteam-core-scope .popup-panel--medium{max-width:680px}.ihabdevteam-core-scope .popup-panel--large{max-width:1080px}.ihabdevteam-core-scope .popup-close-float{align-items:center;display:flex;gap:var(--spacing-xs);position:absolute;right:8px;top:8px;z-index:1}.ihabdevteam-core-scope .popup-title{display:block;flex-shrink:0;padding:var(--spacing-l);text-align:center}.ihabdevteam-core-scope .popup-header{align-items:center;display:flex;flex-shrink:0;gap:var(--spacing-s);padding:var(--spacing-l) var(--spacing-l) 0}.ihabdevteam-core-scope .popup-header--with-subtitle{align-items:flex-start}.ihabdevteam-core-scope .popup-header-main{display:flex;flex:1;flex-direction:column;gap:4px;min-width:0}.ihabdevteam-core-scope .popup-title--left{flex:1;min-width:0;padding:0;text-align:left}.ihabdevteam-core-scope .popup-header-main .popup-title--left{flex:none}.ihabdevteam-core-scope .popup-header .popup-title--left{margin:0}.ihabdevteam-core-scope .popup-subtitle{color:var(--color-gray);margin:0;text-align:left}.ihabdevteam-core-scope .popup-header-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.ihabdevteam-core-scope .popup-content{-webkit-overflow-scrolling:touch;display:flex;flex:1;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:20px 20px 0;touch-action:pan-y}.ihabdevteam-core-scope .popup-content__inner{padding-bottom:20px}.ihabdevteam-core-scope .popup-footer{display:flex;gap:8px;justify-content:center;padding:0 20px 20px}.ihabdevteam-core-scope .popup-footer--buttons>*{flex:1;max-width:200px}.ihabdevteam-core-scope .popup--closing{opacity:0;transition:opacity .26s ease}@media (max-width:767px){.ihabdevteam-core-scope .popup-panel{max-height:calc(100% - 132px - env(safe-area-inset-bottom))}}.ihabdevteam-core-scope .form-date-row{display:flex;flex:1;gap:6px;min-width:0}.ihabdevteam-core-scope .form-date-row>div{min-width:90px}.ihabdevteam-core-scope .form-date-row--ymd>div:first-child{flex:3}.ihabdevteam-core-scope .form-date-row--ymd>div:nth-child(2),.ihabdevteam-core-scope .form-date-row--ymd>div:nth-child(3){flex:2}.ihabdevteam-core-scope .form-date-row--hm>div{flex:1}.ihabdevteam-core-scope .form-date-row--gap-8{gap:8px}@media (max-width:360px){.ihabdevteam-core-scope .form-date-row--ymd{flex-wrap:wrap}.ihabdevteam-core-scope .form-date-row--ymd>div:first-child{flex:1 0 100%}}.ihabdevteam-core-scope .form-field-error{color:var(--color-error);font-size:13px;margin-bottom:8px;padding:6px 0}.ihabdevteam-core-scope .form-inline-error{color:var(--color-error);display:block;margin-top:4px}.ihabdevteam-core-scope .confirm-popup__message{margin:0 auto;max-width:100%;padding:8px 0;text-align:left;width:-moz-fit-content;width:fit-content}.ihabdevteam-core-scope .confirm-popup .popup-content{padding-top:40px}.ihabdevteam-core-scope .confirm-popup .popup-content__inner{padding-bottom:40px}.ihabdevteam-core-scope .confirm-popup .panel+.confirm-popup__message{margin-top:16px}.ihabdevteam-core-scope .confirm-popup__top{display:flex;justify-content:center;margin-bottom:20px}";Q(v7);function y7(t,e=!0){c.useEffect(()=>{if(!e)return;const a=t.current;if(!a)return;const o=r=>{if(r.key!=="Tab")return;const i=Array.from(a.querySelectorAll(dg));if(!i.length){r.preventDefault();return}const s=i[0],l=i[i.length-1];r.shiftKey&&document.activeElement===s?(r.preventDefault(),l.focus()):!r.shiftKey&&document.activeElement===l&&(r.preventDefault(),s.focus())};return a.addEventListener("keydown",o),()=>a.removeEventListener("keydown",o)},[t,e])}const dg='a[href], button:not([disabled]), input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])',x7=260;function Ea(t){const{t:e}=ge(),{title:a,subtitle:o,headerActions:r,children:i,buttons:s,footer:l,footerClassName:u="",onClose:d,closeDisabled:h=!1,beforeClose:p,className:m="",ariaLabel:g,useTitle:f=!0,inline:b=!1,size:y,resetScrollKey:v}=t||{},[x,_]=c.useState(!1),C=c.useRef(!1),T=c.useRef(null),w=c.useId(),S=c.useRef(null);c.useEffect(()=>{},[b,a,g,m]),c.useEffect(()=>{v!==void 0&&S.current&&(S.current.scrollTop=0)},[v]);const[D,A]=c.useState(!1);c.useEffect(()=>{const L=S.current;if(!L)return;const z=()=>A(L.scrollHeight>L.clientHeight+1);if(z(),typeof ResizeObserver>"u")return;const te=new ResizeObserver(z);te.observe(L);const J=L.firstElementChild;return J&&te.observe(J),()=>te.disconnect()},[i,v]),c.useEffect(()=>{if(!b)return b7()},[b]),c.useEffect(()=>{if(b)return;const L=document.activeElement,z=T.current;return z&&!z.contains(document.activeElement)&&(z.querySelector(dg)??z).focus(),()=>{L?.focus?.()}},[b]),y7(T,!b);const N=c.useCallback(L=>{C.current||(C.current=!0,_(!0),setTimeout(()=>{try{L&&L()}catch{}},x7))},[]),O=c.useCallback(()=>{h||p&&p()===!1||N(d)},[N,d,h,p]),j=c.useRef(O);c.useEffect(()=>{j.current=O});const k=!b&&!!d;c.useEffect(()=>{if(k)return Il(()=>j.current())},[k]);const E=n.jsx("div",{className:`popup ${b?"popup--inline":""} ${x?"popup--closing":""} ${m}`,children:n.jsxs("div",{ref:T,className:`popup-panel${y?` popup-panel--${y}`:""}`,tabIndex:-1,role:b?void 0:"dialog","aria-modal":b?void 0:!0,"aria-labelledby":!b&&a?w:void 0,"aria-label":!b&&!a&&g?g:void 0,children:[!f&&(r||d)?n.jsxs("div",{className:"popup-close-float",children:[r,d&&n.jsx(se,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,onClick:O,disabled:h,ariaLabel:e("common.close","\uB2EB\uAE30")})]}):a||r||d?n.jsxs("div",{className:`popup-header${o?" popup-header--with-subtitle":""}`,children:[n.jsxs("div",{className:"popup-header-main",children:[n.jsx("span",{id:w,className:"popup-title popup-title--left h2",children:a}),o&&n.jsx("span",{className:"popup-subtitle body-3",children:o})]}),n.jsxs("div",{className:"popup-header-actions",children:[r,d&&n.jsx(se,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,onClick:O,disabled:h,ariaLabel:e("common.close","\uB2EB\uAE30")})]})]}):null,n.jsx("div",{className:"popup-content",ref:S,tabIndex:D?0:void 0,children:n.jsx("div",{className:"popup-content__inner",children:typeof i=="function"?i({animateThen:N,closeWithAnimation:O}):i})}),s?.length?n.jsx("div",{className:"popup-footer popup-footer--buttons",children:s.map((L,z)=>n.jsx(se,{size:48,variant:L.variant??"default",label:L.label,disabled:L.disabled,onClick:()=>L.onClick?.({animateThen:N,closeWithAnimation:O})},z))}):l?n.jsx("div",{className:`popup-footer${u?` ${u}`:""}`,children:typeof l=="function"?l({animateThen:N,closeWithAnimation:O}):l}):null]})});return b||typeof document>"u"?E:Yt.createPortal(E,document.body)}function Ar(t){return String(t)}const mc=["o","triangle","x"];function gc(t,e){return t===e?null:e}const bc={o:"circle",triangle:"triangle",x:"x"},fc={o:"main",triangle:"warn",x:"danger"};function ug(t){let e=0,a=0,o=0;for(const i of Object.values(t))i==="o"?e++:i==="triangle"?a++:i==="x"&&o++;const r=e+a+o;return{marked:r,o:e,triangle:a,x:o,rate:r===0?null:(e+a*.5)/r}}function Pn(t){const e={};for(const[a,o]of Object.entries(t))(o==="o"||o==="triangle"||o==="x")&&(e[a]=o);return e}function vc(t){const e=[];let a=0;for(const o of t)e.push(a),a+=o;return e}function pg(t,e){return!e&&t>0}var C7=`.ihabdevteam-core-scope .word-table__scaler{overflow:clip;overflow-clip-margin:32px;width:100%}.ihabdevteam-core-scope .word-table{--print-margin:57px;background:#fbfdff;border:1px solid var(--color-whiteLine);box-shadow:var(--shadow-dropdown);box-sizing:border-box;padding:57px;padding:var(--print-margin)}.ihabdevteam-core-scope .word-table-block__content{box-sizing:border-box;display:grid;height:100%;position:relative;width:100%}.ihabdevteam-core-scope .word-table__page-number{bottom:8px;color:var(--color-gray);pointer-events:none;position:absolute;z-index:2}.ihabdevteam-core-scope .word-table__page-number--left{left:12px}.ihabdevteam-core-scope .word-table__page-number--right{right:12px}.ihabdevteam-core-scope .word-table__page-number--center{left:50%;transform:translateX(-50%)}.ihabdevteam-core-scope .word-table-block__content--cut-show{background:var(--color-whiteLine);gap:1px;print-color-adjust:exact;-webkit-print-color-adjust:exact}.ihabdevteam-core-scope .word-table-block__content--outline{position:relative}.ihabdevteam-core-scope .word-table-block__content--outline:after{border:1px solid var(--color-whiteLine);content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.ihabdevteam-core-scope .word-table-block__content--cut-corner .word-table-block__card{background:linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 0 /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 0 /1px 8px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 0 /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 0 /1px 8px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 100% /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 100% /1px 8px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 100% /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 100% /1px 8px no-repeat,#fbfdff;print-color-adjust:exact;-webkit-print-color-adjust:exact}.ihabdevteam-core-scope .word-table-block__card{background:#fbfdff;display:flex;min-height:0;overflow:hidden;position:relative;transition:box-shadow .15s}.ihabdevteam-core-scope .word-table-block__card--filler{align-items:center;justify-content:center}.ihabdevteam-core-scope .word-table-block__card:not(.word-table-block__card--filler):hover{box-shadow:var(--shadow-dropdown);z-index:1}.ihabdevteam-core-scope .word-table-block__card--draggable{cursor:grab}.ihabdevteam-core-scope .word-table-block__card--draggable:active{cursor:grabbing}.ihabdevteam-core-scope .word-table-block__card--drag-over{outline:2px solid var(--color-main);outline-offset:-2px;z-index:2}.ihabdevteam-core-scope .word-table-block__card-close{opacity:0;position:absolute;right:20px;top:20px;transition:opacity .15s;z-index:1}.ihabdevteam-core-scope .word-table-block__card-close:focus-visible,.ihabdevteam-core-scope .word-table-block__card-close:focus-within,.ihabdevteam-core-scope .word-table-block__card:focus-within .word-table-block__card-close,.ihabdevteam-core-scope .word-table-block__card:hover .word-table-block__card-close{opacity:1}.ihabdevteam-core-scope .word-table-block__pair-divider{align-self:center;background:var(--color-whiteLine);display:none;flex-shrink:0;height:20%;print-color-adjust:exact;-webkit-print-color-adjust:exact;width:1px}.ihabdevteam-core-scope .word-table-block__content--div-line .word-table-block__pair-divider{display:block}.ihabdevteam-core-scope .word-table-block__edit-cell{align-items:stretch;background:#fbfdff;display:flex;flex-direction:row;min-height:0;overflow:hidden;position:relative;transition:box-shadow .15s}.ihabdevteam-core-scope .word-table-block__edit-cell--filled:hover{box-shadow:var(--shadow-dropdown);z-index:1}.ihabdevteam-core-scope .word-table-block__edit-cell--filled:focus-within .word-table-block__card-close,.ihabdevteam-core-scope .word-table-block__edit-cell--filled:hover .word-table-block__card-close{opacity:1}.ihabdevteam-core-scope .word-table-block__edit-cell--empty{align-items:center;justify-content:center}.ihabdevteam-core-scope .word-table-block__edit-cell--active{background:rgba(73,156,223,.04);background:rgba(var(--color-main-rgb,73,156,223),.04);outline:2px solid var(--color-main);outline-offset:-2px}.ihabdevteam-core-scope .word-table-block__content--cut-corner .word-table-block__edit-cell{background:linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 0 /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 0 /1px 8px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 0 /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 0 /1px 8px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 100% /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 0 100% /1px 8px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 100% /8px 1px no-repeat,linear-gradient(var(--color-whiteLine),var(--color-whiteLine)) 100% 100% /1px 8px no-repeat,#fbfdff;print-color-adjust:exact;-webkit-print-color-adjust:exact}.ihabdevteam-core-scope .word-table-cell{align-items:center;display:flex;flex:1;justify-content:center;min-height:0;min-width:0;overflow:hidden;position:relative}.ihabdevteam-core-scope .word-table-cell__inner{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:380px;justify-content:center;transform-origin:center center;width:280px}.ihabdevteam-core-scope .word-table-cell__word{color:var(--color-black);text-align:center;white-space:nowrap}.ihabdevteam-core-scope .word-table-cell__sub{color:var(--color-gray);text-align:center;white-space:nowrap}.ihabdevteam-core-scope .word-table-cell__colloquial{color:var(--color-lightGray);text-align:center;white-space:nowrap}.ihabdevteam-core-scope .word-table-cell__play-button{left:20px;opacity:0;position:absolute;top:20px;transition:opacity .15s;z-index:1}.ihabdevteam-core-scope .word-table-block__card:hover .word-table-cell__play-button,.ihabdevteam-core-scope .word-table-block__edit-cell:focus-within .word-table-cell__play-button,.ihabdevteam-core-scope .word-table-block__edit-cell:hover .word-table-cell__play-button,.ihabdevteam-core-scope .word-table-cell__play-button:focus-visible,.ihabdevteam-core-scope .word-table-cell__play-button:focus-within{opacity:1}.ihabdevteam-core-scope .word-table-cell__info-button{left:20px;opacity:0;position:absolute;top:60px;transition:opacity .15s;z-index:1}.ihabdevteam-core-scope .word-table-block__card:hover .word-table-cell__info-button,.ihabdevteam-core-scope .word-table-block__edit-cell:focus-within .word-table-cell__info-button,.ihabdevteam-core-scope .word-table-block__edit-cell:hover .word-table-cell__info-button,.ihabdevteam-core-scope .word-table-cell__info-button:focus-visible,.ihabdevteam-core-scope .word-table-cell__info-button:focus-within{opacity:1}.ihabdevteam-core-scope .word-table-cell__image-wrap{background:var(--color-deepWhite);border-radius:var(--radius-card);flex-shrink:0;height:240px;overflow:hidden;position:relative;width:240px}.ihabdevteam-core-scope .word-table-cell__image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .2s;width:100%}.ihabdevteam-core-scope .word-table-cell__spinner{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.ihabdevteam-core-scope .word-table-cell__spinner:after{animation:wordTableCell_spin .7s linear infinite;border:3px solid #fbfdff;border-radius:50%;border-top:3px solid var(--color-white,#fbfdff);border:3px solid var(--color-white,#fbfdff);border-top-color:var(--color-main,var(--color-main));content:"";height:32px;width:32px}@keyframes wordTableCell_spin{to{transform:rotate(1turn)}}@media print{@page{margin:0}.ihabdevteam-core-scope body *{visibility:hidden}.ihabdevteam-core-scope .word-table,.ihabdevteam-core-scope .word-table *{visibility:visible}
|
|
840
|
+
|
|
841
|
+
/* !important \uD544\uC694: WordTable.tsx\uAC00 \uD654\uBA74 \uD45C\uC2DC\uC6A9 scale/marginLeft\uB97C \uC778\uB77C\uC778 style\uB85C
|
|
842
|
+
\uC9C1\uC811 \uC801\uC6A9\uD558\uBBC0\uB85C(\uC2A4\uD06C\uB9B0 \uCD95\uC18C \uB80C\uB354), \uC778\uC1C4 \uC2DC \uC774\uB97C \uBB34\uD6A8\uD654\uD558\uB824\uBA74 \uD074\uB798\uC2A4 \uADDC\uCE59\uC5D0
|
|
843
|
+
!important\uAC00 \uBD88\uAC00\uD53C(\uC778\uB77C\uC778 \uC2A4\uD0C0\uC77C\uC740 !important \uC5C6\uC774\uB294 \uC774\uAE38 \uC218 \uC5C6\uC74C). */.ihabdevteam-core-scope .word-table{background:#fbfdff;border:none;box-shadow:none;inset:0;margin:0!important;padding:15mm;position:fixed;transform:none!important}.ihabdevteam-core-scope .word-table-block__card-close,.ihabdevteam-core-scope .word-table-cell__info-button,.ihabdevteam-core-scope .word-table-cell__play-button,.ihabdevteam-core-scope .word-table-cell__spinner{display:none}}.ihabdevteam-core-scope .word-table-cell__score{bottom:16px;display:flex;gap:4px;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.ihabdevteam-core-scope .word-table-cell__score-slot{display:none}.ihabdevteam-core-scope .word-table-block__card:hover .word-table-cell__score-slot,.ihabdevteam-core-scope .word-table-block__edit-cell:focus-within .word-table-cell__score-slot,.ihabdevteam-core-scope .word-table-block__edit-cell:hover .word-table-cell__score-slot,.ihabdevteam-core-scope .word-table-cell__score-slot--on,.ihabdevteam-core-scope .word-table-cell__score:focus-within .word-table-cell__score-slot{display:inline-flex}@media print{.ihabdevteam-core-scope .word-table-block__card:hover .word-table-cell__score-slot:not(.word-table-cell__score-slot--on),.ihabdevteam-core-scope .word-table-block__edit-cell:hover .word-table-cell__score-slot:not(.word-table-cell__score-slot--on){display:none}}.ihabdevteam-core-scope .word-table-cell__score .button--variant-main.is-selected,.ihabdevteam-core-scope .word-table-cell__score .button--variant-main[aria-pressed=true]{background:var(--color-main);border-color:var(--color-main)}.ihabdevteam-core-scope .word-table-cell__score .button--variant-warn.is-selected,.ihabdevteam-core-scope .word-table-cell__score .button--variant-warn[aria-pressed=true]{--button-icon-color:#fff;background:var(--color-warn);border-color:var(--color-warn)}`;Q(C7);const co={landscape:{width:1123,height:794,printSize:"A4 landscape",printW:"297mm",printH:"210mm"},portrait:{width:794,height:1123,printSize:"A4 portrait",printW:"210mm",printH:"297mm"}};function hg(t="landscape"){const{printSize:e,printW:a,printH:o}=co[t],r=document.createElement("style");r.textContent=`@page { size: ${e}; margin: 0; } .word-table { width: ${a} !important; height: ${o} !important; }`,document.head.appendChild(r);const i=()=>{document.head.removeChild(r),window.removeEventListener("afterprint",i)};window.addEventListener("afterprint",i),window.print()}function mg(t,e){if(t.length===0)return[[]];const a=Math.max(1,Math.floor(e)),o=[];for(let r=0;r<t.length;r+=a)o.push(t.slice(r,r+a));return o}const _7={landscape:{1:{cols:1,rows:1},2:{cols:2,rows:1},3:{cols:3,rows:1},4:{cols:2,rows:2},5:{cols:3,rows:2},6:{cols:3,rows:2},7:{cols:4,rows:2},8:{cols:4,rows:2},9:{cols:5,rows:2},10:{cols:5,rows:2},11:{cols:4,rows:3},12:{cols:4,rows:3}},portrait:{1:{cols:1,rows:1},2:{cols:1,rows:2},3:{cols:1,rows:3},4:{cols:1,rows:4},5:{cols:1,rows:5},6:{cols:2,rows:3},7:{cols:2,rows:4},8:{cols:2,rows:4},9:{cols:2,rows:5},10:{cols:2,rows:5},11:{cols:3,rows:4},12:{cols:3,rows:4}}};function w7(t,e){const a=_7[t][e];if(a)return a;const o=Math.max(1,Math.ceil(e)),r=Math.max(1,Math.ceil(Math.sqrt(o*.707)));let i,s;return t==="landscape"?(s=r,i=Math.ceil(o/s)):(i=r,s=Math.ceil(o/i)),(t==="landscape"?i<s:s<i)&&([i,s]=[s,i]),{cols:i,rows:s}}const k7={\uD45C\uC2DC:"word-table-block__content--cut-show",\uC810\uC120:"",\uCF54\uB108:"word-table-block__content--cut-corner",\uBBF8\uD45C\uC2DC:""},yc={\uBA85:"\uBA85\uC0AC",\uB3D9:"\uB3D9\uC0AC",\uD615:"\uD615\uC6A9\uC0AC",\uBD80:"\uBD80\uC0AC",\uC218:"\uC218\uC0AC",\uAD00:"\uAD00\uD615\uC0AC",\uAC10:"\uAC10\uD0C4\uC0AC",\uC870:"\uC870\uC0AC",\uC811:"\uC811\uC0AC",\uC758:"\uC758\uC874\uBA85\uC0AC",\uB300:"\uB300\uBA85\uC0AC",\uBCF4\uB3D9:"\uBCF4\uC870\uB3D9\uC0AC",\uBCF4\uD615:"\uBCF4\uC870\uD615\uC6A9\uC0AC"},xc={\uACE0\uC720:"\uACE0\uC720\uC5B4",\uD55C\uC790:"\uD55C\uC790\uC5B4",\uC678\uB798:"\uC678\uB798\uC5B4",\uD63C\uC885:"\uD63C\uC885\uC5B4"};function Rn(t,e){return t?t.split("/").map(a=>e[a]??a).join("/"):""}function gg(t,e,a,o){if(o!=="\uC810\uC120")return{};const r=t%e,i=Math.floor(t/e),s=r<e-1,l=i<a-1;if(!s&&!l)return{};const u="#ddd",d=g=>`repeating-linear-gradient(to ${g}, ${u} 0, ${u} 5px, transparent 5px, transparent 10px)`,h=[],p=[],m=[];return s&&(h.push(d("bottom")),p.push("1px 100%"),m.push("right center")),l&&(h.push(d("right")),p.push("100% 1px"),m.push("center bottom")),{backgroundImage:h.join(", "),backgroundSize:p.join(", "),backgroundPosition:m.join(", "),backgroundRepeat:"no-repeat",printColorAdjust:"exact",WebkitPrintColorAdjust:"exact"}}const S7=280,A7=240,T7=280,N7=400,B7=120,E7=280;function Cc(t,e){const a=c.useRef(null),[o,r]=c.useState(1),[i,s]=c.useState(0),l=c.useCallback((u,d)=>{const h=u/t,p=e?d/e:1/0,m=Math.min(1,h,p);r(m),s(Math.max(0,(u-t*m)/2))},[t,e]);return c.useEffect(()=>{const u=a.current;if(!u)return;const d=e?u.parentElement??u:u;if(l(d.clientWidth,d.clientHeight),typeof ResizeObserver>"u")return;const h=new ResizeObserver(([p])=>l(p.contentRect.width,p.contentRect.height));return h.observe(d),()=>h.disconnect()},[l,e]),{scalerRef:a,scale:o,offset:i}}let Da=null;function bg({label:t,subLabel:e,colloquialLabel:a,homonum:o,showWord:r=!0,showImage:i=!0,showPronunciation:s=!0,showColloquial:l=!0,buttonSize:u=40,wordInfo:d}){const{t:h}=ge(),p=c.useRef(null),m=c.useRef(null),g=c.useRef(null),[f,b]=c.useState(1),[y,v]=c.useState(!1),[x,_]=c.useState(""),[C,T]=c.useState(null),w=e&&e.length>0?e:wi()?.(t,o)??"",S=$a()?.(t,o)??"",{imgRef:D,loading:A,failed:N,onLoad:O,onError:j}=hc(S),k=c.useCallback(()=>T(m.current?.getBoundingClientRect()??null),[]),E=c.useCallback(()=>T(null),[]),L=c.useMemo(()=>{if(!d)return null;const M=[];return d.grade&&M.push(`\uB09C\uC774\uB3C4: ${d.grade}\uB4F1\uAE09`),d.syllables&&M.push(`\uC74C\uC808 \uC218: ${d.syllables}\uC74C\uC808`),d.pos&&M.push(`\uD488\uC0AC: ${Rn(d.pos,yc)}`),d.wordType&&M.push(`\uC720\uD615: ${Rn(d.wordType,xc)}`),M.length?M:null},[d]);c.useEffect(()=>{const M=Uo(),R=w||t;if(!M||!R)return;let $=!1;return Promise.resolve(M(R)).then(F=>{!$&&F&&_(F)}),()=>{$=!0}},[w,t]),c.useEffect(()=>()=>{g.current?.pause(),Da?.audio===g.current&&(Da=null)},[]);const z=c.useCallback(async M=>{if(M.stopPropagation(),y){g.current?.pause(),v(!1),Da=null;return}if(x){Da?.stop(),v(!0);try{const R=new Audio(x);g.current=R;const $=()=>{v(!1),Da?.audio===R&&(Da=null)};Da={audio:R,stop:()=>{R.pause(),$()}},R.onended=$,R.onerror=$,await R.play()}catch{v(!1),Da?.audio===g.current&&(Da=null)}}},[y,x]),te=i&&!!S&&!N,J=te&&r?S7:te?T7:A7,ae=te&&r?N7:te?E7:B7;return c.useEffect(()=>{const M=p.current;if(!M||typeof ResizeObserver>"u")return;const R=new ResizeObserver(([$])=>{const{width:F,height:I}=$.contentRect;b(Math.min(F/J,I/ae))});return R.observe(M),()=>R.disconnect()},[J,ae]),n.jsxs("div",{ref:p,className:"word-table-cell",children:[n.jsxs("div",{className:"word-table-cell__inner",style:{transform:`scale(${f})`},children:[te&&n.jsxs("div",{className:"word-table-cell__image-wrap",children:[A&&n.jsx("div",{className:"word-table-cell__spinner"}),n.jsx("img",{ref:D,className:"word-table-cell__image",src:S,alt:t,draggable:!1,style:{opacity:A?0:1},onLoad:O,onError:j})]}),r&&n.jsx("span",{className:"word-table-cell__word h0",children:t}),s&&w&&n.jsxs("span",{className:"word-table-cell__sub h3",children:["[",w,"]"]}),l&&a&&n.jsxs("span",{className:"word-table-cell__colloquial h5",children:["[",a,"]"]})]}),n.jsxs("div",{className:"word-table-cell__play-button","data-audio-src":x,children:[n.jsx("span",{"data-play-state":"play",style:{display:y?"none":void 0},children:n.jsx(se,{size:u,type:"dot",icon:"play",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:h("common.play","\uC7AC\uC0DD"),onClick:z})}),n.jsx("span",{"data-play-state":"pause",style:{display:y?void 0:"none"},children:n.jsx(se,{size:u,type:"dot",icon:"pause",useBorder:!1,selected:!0,showTooltipInfo:h("common.pause","\uBA48\uCDA4"),onClick:z})})]}),d&&n.jsxs("div",{ref:m,className:"word-table-cell__info-button",onPointerEnter:k,onPointerLeave:E,onFocus:k,onBlur:E,children:[n.jsx(se,{size:u,type:"dot",icon:"info",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:!1,ariaLabel:h("wordTable.wordInfo","{{word}} \uB0B1\uB9D0 \uC815\uBCF4",{word:t}),onClick:M=>M.stopPropagation()}),C&&L&&n.jsx(no,{anchorRect:C,items:L,showIndex:!1})]})]})}function uo({title:t,titleIcon:e,disc:a,className:o,orientation:r="landscape",contentTypes:i=["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"],cutLine:s="\uD45C\uC2DC",showOutline:l=!0,showDivLine:u=!0,items:d,editCells:h,count:p,activeCell:m=null,onActivateCell:g,onRemoveCell:f,onRemoveItem:b,onReorder:y,showFillerAdd:v=!1,contentRef:x,buttonSize:_=40,pageNumber:C,pageNumberPosition:T="right",fitHeight:w=!1,scoring:S=!1,marks:D,onMarkClick:A,scoreIndexOffset:N=0}){const O=c.useCallback((he,oe)=>{A?.(N+he,oe)},[A,N]),j=(he,oe)=>{const X=D?.[Ar(N+he)]??null;return n.jsx("div",{className:_e("word-table-cell__score",X?"word-table-cell__score--marked":""),children:mc.map(de=>n.jsx("span",{className:_e("word-table-cell__score-slot",X===de?"word-table-cell__score-slot--on":""),children:n.jsx(se,{size:_,type:"dot",icon:bc[de],variant:X===de?fc[de]:"default",selected:X===de,useBorder:!1,showTooltipInfo:!1,ariaLabel:k(`wordTable.scoring.${de}`,{word:oe,defaultValue:`${oe} ${de}`}),onClick:Ce=>{Ce.stopPropagation(),O(he,de)}})},de))})},{t:k}=ge(),E=h!==void 0,L=c.useRef(null),[z,te]=c.useState(null),{width:J,height:ae}=co[r],{scalerRef:M,scale:R,offset:$}=Cc(J,w?ae:void 0),F=E?h?.length??0:d?.length??0,I=Math.max(p??F,1),{cols:q,rows:P}=w7(r,I),H={word:i.length===0||i.includes("\uB2E8\uC5B4"),image:i.length===0||i.includes("\uC774\uBBF8\uC9C0"),pron:i.length===0||i.includes("\uD45C\uC900 \uBC1C\uC74C"),colloq:i.length===0||i.includes("\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C")},V=E?(h??[]).some(he=>he!==null&&he.length>1):(d??[]).some(he=>he.words.length>1),U=_e("word-table-block__content",k7[s],l&&"word-table-block__content--outline",u&&V&&"word-table-block__content--div-line"),ee={transform:`scale(${1/R})`,transformOrigin:"center center"},pe=n.jsx("div",{ref:M,className:"word-table__scaler",style:{height:ae*R},children:n.jsx("div",{className:_e("word-table",o),style:{width:J,height:ae,transform:`scale(${R})`,transformOrigin:"top left",marginLeft:$},children:n.jsxs("div",{ref:x,className:U,style:{gridTemplateColumns:`repeat(${q}, 1fr)`,gridTemplateRows:`repeat(${P}, 1fr)`},children:[E?n.jsx(n.Fragment,{children:(h??[]).map((he,oe)=>n.jsx("div",{className:_e("word-table-block__edit-cell",he?"word-table-block__edit-cell--filled":"word-table-block__edit-cell--empty",m===oe?"word-table-block__edit-cell--active":""),style:gg(oe,q,P,s),children:he?n.jsxs(n.Fragment,{children:[he.map((X,de)=>n.jsxs(c.Fragment,{children:[de>0&&n.jsx("div",{className:"word-table-block__pair-divider"}),n.jsx(bg,{label:X.word,subLabel:X.pronunciation,homonum:X.homonum,showWord:H.word,showImage:H.image,showPronunciation:H.pron,showColloquial:H.colloq,buttonSize:_})]},de)),S&&j(oe,he.map(X=>X.word).join(" / ")),f&&n.jsx("div",{className:"word-table-block__card-close",children:n.jsx(se,{size:_,type:"dot",icon:"x",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:he.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),ariaLabel:he.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),onClick:()=>f(oe)})})]}):g&&n.jsx("div",{style:ee,children:n.jsx(se,{size:"48",type:"bar",icon:"plus",label:k("wordTable.addWord","\uCD94\uAC00\uD558\uAE30"),onClick:()=>g(oe)})})},oe))}):n.jsxs(n.Fragment,{children:[(d??[]).map((he,oe)=>n.jsxs("div",{className:`word-table-block__card${y?" word-table-block__card--draggable":""}${z===oe?" word-table-block__card--drag-over":""}`,style:gg(oe,q,P,s),draggable:!!y,onDragStart:y?()=>{L.current=oe}:void 0,onDragOver:y?X=>{X.preventDefault(),te(oe)}:void 0,onDragLeave:y?()=>te(null):void 0,onDrop:y?X=>{X.preventDefault(),L.current!==null&&L.current!==oe&&y(L.current,oe),L.current=null,te(null)}:void 0,onDragEnd:y?()=>{L.current=null,te(null)}:void 0,children:[he.words.map((X,de)=>n.jsxs(c.Fragment,{children:[de>0&&n.jsx("div",{className:"word-table-block__pair-divider"}),n.jsx(bg,{label:X.label,subLabel:X.subLabel,colloquialLabel:X.colloquialLabel,homonum:X.homonum,showWord:H.word,showImage:H.image,showPronunciation:H.pron,showColloquial:H.colloq,buttonSize:_,wordInfo:X.grade||X.syllables!=null||X.pos||X.wordType?{grade:X.grade,syllables:X.syllables,pos:X.pos,wordType:X.wordType}:void 0})]},de)),S&&j(oe,he.words.map(X=>X.label).join(" / ")),b&&n.jsx("div",{className:"word-table-block__card-close",children:n.jsx(se,{size:_,type:"dot",icon:"x",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:he.words.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),ariaLabel:he.words.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),onClick:()=>b(he.id)})})]},he.id)),Array.from({length:Math.max(0,q*P-(d?.length??0))}).map((he,oe)=>{const X=(d?.length??0)+oe<I;return n.jsx("div",{className:"word-table-block__card word-table-block__card--filler",children:v&&g&&X&&n.jsx("div",{style:ee,children:n.jsx(se,{size:_,type:"bar",icon:"plus",label:k("wordTable.addWord","\uCD94\uAC00\uD558\uAE30"),onClick:()=>g((d?.length??0)+oe)})})},`filler-${oe}`)})]}),C&&T!=="none"&&n.jsx("span",{className:`word-table__page-number body-3 word-table__page-number--${T}`,children:k("wordTable.filter.pageIndicator",{current:C.current,total:C.total})})]})})});return t!=null||e||a?n.jsx(lo,{type:"page",icon:e,title:t,disc:a,className:_e("word-table-block",o),children:pe}):pe}var D7=".ihabdevteam-core-scope .filter-panel{background:var(--color-white);border:1px solid var(--color-darkWhite);border-radius:var(--radius-m);display:flex;flex-direction:column;gap:var(--spacing-m);min-width:200px;padding:var(--spacing-l)}.ihabdevteam-core-scope .filter-panel__header{align-items:center;display:flex;justify-content:space-between}.ihabdevteam-core-scope .filter-panel--collapsible{padding-bottom:0;padding-top:0}.ihabdevteam-core-scope .filter-panel--collapsible .filter-panel__header{flex-shrink:0;min-height:60px}.ihabdevteam-core-scope .filter-panel--collapsible .filter-panel__sections{padding-bottom:var(--spacing-m)}.ihabdevteam-core-scope .filter-panel__footer{border-top:1px solid var(--color-darkWhite);color:var(--color-gray);padding-bottom:var(--spacing-l);padding-top:var(--spacing-m)}.ihabdevteam-core-scope .filter-panel__title{display:block;text-align:left}.ihabdevteam-core-scope .filter-panel__title-row{align-items:center;display:flex;gap:var(--spacing-xs);min-width:0}.ihabdevteam-core-scope .filter-panel__header-actions{align-items:center;display:flex;gap:var(--spacing-xs);margin-left:auto}.ihabdevteam-core-scope .filter-panel__section{align-items:flex-start;display:flex;flex-direction:column;gap:var(--spacing-xs)}.ihabdevteam-core-scope .filter-panel__section-label-row{align-items:center;display:flex;justify-content:space-between}.ihabdevteam-core-scope .filter-panel__section-label{color:var(--color-darkGray);margin:0;text-align:left}.ihabdevteam-core-scope .filter-panel__section-multiple{color:var(--color-lightGray)}.ihabdevteam-core-scope .filter-panel__sections{display:flex;flex-direction:column;gap:var(--spacing-m)}.ihabdevteam-core-scope .filter-panel__sections--row{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:16px 32px}.ihabdevteam-core-scope .filter-panel__group-label-row{align-items:center;display:flex;flex-basis:100%;gap:var(--spacing-s);justify-content:space-between;padding-top:var(--spacing-xs);width:100%}.ihabdevteam-core-scope .filter-panel__group-label{color:var(--color-darkGray);margin:0;text-align:left}.ihabdevteam-core-scope .filter-panel__section--row{align-items:center;flex-direction:row;gap:var(--spacing-s)}.ihabdevteam-core-scope .filter-panel__section--row .filter-panel__section-label-row{flex:0 0 auto;min-width:44px}.ihabdevteam-core-scope .filter-panel__sections--row .filter-panel__section--row{flex:0 0 auto;max-width:100%}.ihabdevteam-core-scope .filter-panel__sections--row .filter-panel__section--block{flex-basis:100%}.ihabdevteam-core-scope .filter-panel__items{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.ihabdevteam-core-scope .filter-panel__item-groups{-moz-column-gap:var(--spacing-xl);column-gap:var(--spacing-xl);display:flex;flex-wrap:wrap;row-gap:var(--spacing-xs)}.ihabdevteam-core-scope .filter-panel__item-group{display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.ihabdevteam-core-scope .filter-panel__note{color:var(--color-darkGray);text-align:left;width:100%}.ihabdevteam-core-scope .filter-panel__note-list{display:flex;flex-direction:column;gap:4px;margin:0;padding-left:18px}.ihabdevteam-core-scope .filter-panel__textfield{min-width:200px}.ihabdevteam-core-scope .filter-panel__dropdown{min-width:180px}@media (max-width:767px){.ihabdevteam-core-scope .filter-panel__textfield{min-width:0;width:100%}}";Q(D7);function xa({title:t,headerAction:e,collapsible:a=!1,defaultCollapsed:o=!1,collapsed:r,onCollapsedChange:i,footer:s,sections:l,selected:u={},onSelect:d,align:h,sectionAlign:p,className:m}){const g=(h??(p==="vertical"?"newline":"inline"))==="inline",{t:f}=ge(),[b,y]=c.useState(o),v=r??b,x=()=>{const C=!v;y(C),i?.(C)},_=t||e||a;return n.jsxs("div",{className:_e("filter-panel",a?"filter-panel--collapsible":"",v?"filter-panel--collapsed":"",m),children:[_&&n.jsxs("div",{className:"filter-panel__header",children:[n.jsxs("div",{className:"filter-panel__title-row",children:[a&&n.jsx(se,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:v?"chevron-down":"chevron-up",ariaLabel:v?f("common.expand","\uD3BC\uCE58\uAE30"):f("common.collapse","\uC811\uAE30"),"aria-expanded":!v,onClick:x}),t&&n.jsx("span",{className:"filter-panel__title h4",children:t})]}),n.jsx("div",{className:"filter-panel__header-actions",children:!v&&e})]}),!v&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:_e("filter-panel__sections",g?"filter-panel__sections--row":""),children:l.map(C=>{const T=u[C.label],w=T===void 0||(Array.isArray(T)?T.length===0:!1),S=(C.items??[]).filter(A=>A!=null),D=A=>{const N=typeof A=="string"?A:A.value,O=typeof A!="string"&&!!A.disabled,j=typeof A!="string"?A.labels:void 0,k=typeof A!="string"?A.displayLabel:void 0,E=typeof A!="string"?A.tooltip:void 0,L=typeof A!="string"?A.descriptionTooltip:void 0,z=typeof A!="string"?A.shape:void 0,te=Array.isArray(T)?T.includes(N):T===N;return n.jsx(se,{size:"keyboard",label:j??k??N,type:C.itemType??(j?"bar":N.length===1?"dot":void 0),selected:te,disabled:O,shape:z,showTooltipInfo:!!E,tooltipInfoText:E,tooltipDescription:L,onClick:()=>d?.(N,C.label)},N)};return n.jsxs(c.Fragment,{children:[C.groupLabel&&n.jsxs("div",{className:"filter-panel__group-label-row",children:[n.jsx("div",{className:"filter-panel__group-label body-2",children:C.groupLabel}),C.groupAction]}),n.jsxs("div",{className:_e("filter-panel__section",C.layout==="row"?"filter-panel__section--row":"",C.block?"filter-panel__section--block":""),children:[n.jsxs("div",{className:"filter-panel__section-label-row",children:[n.jsx("span",{className:"filter-panel__section-label body-3",children:C.displayLabel??C.label}),C.labelAction]}),C.type==="note"?n.jsx("div",{className:"filter-panel__note body-3",children:C.content}):C.type==="input"?n.jsx(Ga,{className:"filter-panel__textfield",placeholder:C.placeholder,ariaLabel:C.displayLabel??C.label,value:u[C.label]??"",onChange:A=>d?.(A,C.label),error:C.error}):!C.multiple&&C.display==="segmented"?n.jsx(qa,{ariaLabel:C.displayLabel??C.label,options:[...C.allOption?[{key:Dt,label:C.allLabel??f("common.all","\uC804\uCCB4")}]:[],...S.map(A=>{const N=typeof A=="string"?A:A.value,O=typeof A!="string"?A.displayLabel:void 0,j=typeof A!="string"?A.disabled:void 0;return{key:N,label:O??N,disabled:j}})],value:w&&C.allOption?Dt:u[C.label],onChange:A=>d?.(A,C.label),size:32}):!C.multiple&&C.display==="dropdown"?n.jsx(Zt,{className:"filter-panel__dropdown",size:40,options:[...C.allOption?[{value:Dt,label:C.allLabel??f("common.all","\uC804\uCCB4")}]:[],...S.map(A=>{const N=typeof A=="string"?A:A.value,O=typeof A!="string"?A.displayLabel:void 0,j=typeof A!="string"?A.disabled:void 0;return{value:N,label:O??N,disabled:j}})],value:w&&C.allOption?Dt:u[C.label],onChange:A=>d?.(A,C.label)}):n.jsxs("div",{className:C.groups?"filter-panel__item-groups":"filter-panel__items",children:[C.allOption&&!C.groups&&n.jsx(se,{size:"keyboard",label:C.allLabel??f("common.all","\uC804\uCCB4"),selected:w,disabled:C.allOptionDisabled,onClick:()=>d?.(Dt,C.label)}),C.groups?C.groups.map((A,N)=>n.jsxs("div",{className:"filter-panel__item-group",children:[N===0&&C.allOption&&n.jsx(se,{size:"keyboard",label:C.allLabel??f("common.all","\uC804\uCCB4"),selected:w,disabled:C.allOptionDisabled,onClick:()=>d?.(Dt,C.label)}),A.filter(O=>O!=null).map(D)]},N)):S.map(D)]})]})]},C.label)})}),s!=null&&s!==!1&&n.jsx("div",{className:"filter-panel__footer body-3",children:s})]})]})}const L7=[1,2,3,4,5,6,7,8,9,10,11,12],j7=[8,4,2,1];function fg(t,e){return{label:t("wordTable.filter.composition","\uAD6C\uC131"),items:[{value:"\uC774\uBBF8\uC9C0",disabled:!e.hasImage,displayLabel:t("wordTable.filter.image","\uC774\uBBF8\uC9C0")},{value:"\uB2E8\uC5B4",displayLabel:t("wordTable.filter.word","\uB2E8\uC5B4")},{value:"\uD45C\uC900 \uBC1C\uC74C",displayLabel:t("wordTable.filter.standardPron","\uD45C\uC900 \uBC1C\uC74C")},{value:"\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C",disabled:!e.hasColloquial,displayLabel:t("wordTable.filter.colloquialPron","\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C")}],multiple:!0,allOption:!0}}function vg(t){return{label:t("wordTable.filter.paperOrientation","\uC6A9\uC9C0 \uBC29\uD5A5"),items:[{value:"\uAC00\uB85C",displayLabel:t("wordTable.filter.landscape","\uAC00\uB85C")},{value:"\uC138\uB85C",displayLabel:t("wordTable.filter.portrait","\uC138\uB85C")}],display:"segmented"}}function yg(t){return{label:t("wordTable.filter.border","\uC678\uACFD\uC120"),items:[{value:"\uD45C\uC2DC",displayLabel:t("wordTable.filter.show","\uD45C\uC2DC")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}function xg(t){return{label:t("wordTable.filter.cutLine","\uC808\uCDE8\uC120"),items:[{value:"\uD45C\uC2DC",displayLabel:t("wordTable.filter.show","\uD45C\uC2DC")},{value:"\uC810\uC120",displayLabel:t("wordTable.filter.dotted","\uC810\uC120")},{value:"\uCF54\uB108",displayLabel:t("wordTable.filter.corner","\uCF54\uB108")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}function Cg(t){return{label:t("wordPrint.divLine","\uB300\uB9BD\uC120"),items:[{value:"\uD45C\uC2DC",displayLabel:t("wordTable.filter.show","\uD45C\uC2DC")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}function _g(t,e){return{label:t(e.hasPairs?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord"),items:[e.itemCount,...j7.filter(a=>a<e.itemCount)].map(a=>({value:`${a}\uAC1C`,displayLabel:t("wordTable.filter.itemsPerPageOption",{count:a})})),display:"segmented"}}function wg(t){return{label:t("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638"),items:[{value:"\uC67C\uCABD",displayLabel:t("wordTable.filter.pageNumberLeft","\uC67C\uCABD")},{value:"\uC911\uC559",displayLabel:t("wordTable.filter.pageNumberCenter","\uC911\uC559")},{value:"\uC624\uB978\uCABD",displayLabel:t("wordTable.filter.pageNumberRight","\uC624\uB978\uCABD")},{value:"\uBBF8\uD45C\uC2DC",displayLabel:t("wordTable.filter.hide","\uBBF8\uD45C\uC2DC")}],display:"segmented"}}const kg={left:"\uC67C\uCABD",center:"\uC911\uC559",right:"\uC624\uB978\uCABD",none:"\uBBF8\uD45C\uC2DC"};function Sg(t){return t==="\uC67C\uCABD"?"left":t==="\uC911\uC559"?"center":t==="\uC624\uB978\uCABD"?"right":"none"}function Ag(t,e){return{[t("wordTable.filter.composition","\uAD6C\uC131")]:e.contentTypes,[t("wordTable.filter.paperOrientation","\uC6A9\uC9C0 \uBC29\uD5A5")]:e.orientation==="landscape"?"\uAC00\uB85C":"\uC138\uB85C",[t("wordTable.filter.border","\uC678\uACFD\uC120")]:e.showOutline?"\uD45C\uC2DC":"\uBBF8\uD45C\uC2DC",[t("wordTable.filter.cutLine","\uC808\uCDE8\uC120")]:e.cutLine,[t("wordPrint.divLine","\uB300\uB9BD\uC120")]:e.showDivLine?"\uD45C\uC2DC":"\uBBF8\uD45C\uC2DC"}}function Tg(t,e,a,o){return a===t("wordTable.filter.composition","\uAD6C\uC131")?e===Dt?(o.setContentTypes(()=>[]),!0):(o.setContentTypes(r=>r.includes(e)?r.filter(i=>i!==e):[...r,e]),!0):a===t("wordTable.filter.paperOrientation","\uC6A9\uC9C0 \uBC29\uD5A5")?(o.setOrientation(e==="\uAC00\uB85C"?"landscape":"portrait"),!0):a===t("wordTable.filter.border","\uC678\uACFD\uC120")?(o.setShowOutline(e==="\uD45C\uC2DC"),!0):a===t("wordTable.filter.cutLine","\uC808\uCDE8\uC120")?(o.setCutLine(e),!0):a===t("wordPrint.divLine","\uB300\uB9BD\uC120")?(o.setShowDivLine(e==="\uD45C\uC2DC"),!0):!1}function M7(t){return"sections"in t}function $n(t){const{t:e}=ge(),{title:a,className:o}=t;if(M7(t))return n.jsx(xa,{className:o,title:a??e("wordTable.filterTitle","\uD45C \uC124\uC815"),sections:t.sections,selected:t.selected,onSelect:t.onSelect,align:"inline"});const{hasImage:r,hasColloquial:i,contentTypes:s,orientation:l,showOutline:u,cutLine:d,showDivLine:h,setters:p,showCutLine:m=!1,showDivLine2:g=!1,middleSections:f=[],extraSelected:b={},onExtraSelect:y}=t,v=[fg(e,{hasImage:r,hasColloquial:i}),vg(e),...f,yg(e),...m?[xg(e)]:[],...g?[Cg(e)]:[]],x={...Ag(e,{contentTypes:s,orientation:l,showOutline:u,cutLine:d,showDivLine:h}),...b},_=(C,T)=>{Tg(e,C,T,p)||y?.(C,T)};return n.jsx(xa,{className:o,title:a??e("wordTable.filterTitle","\uD45C \uC124\uC815"),sections:v,selected:x,onSelect:_,sectionAlign:"horizontal"})}function Ng(t){return t.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function _c(t){return t.replace(/[\\/:*?"<>|]/g,"_").trim()}function P7(t,e,a,o="",r=""){if(t.length===0)return;const i=o?_c(o):"";if(i){const u=document.title;document.title=i;const d=()=>{document.title=u,window.removeEventListener("afterprint",d)};window.addEventListener("afterprint",d)}const s=document.createElement("iframe");s.style.cssText="position:fixed;left:-10000px;top:0;width:1200px;height:900px;border:0;",document.body.appendChild(s);const l=s.contentDocument;if(!l){s.remove();return}l.open(),l.write(wc(t,e,a,!0,i,r)),l.close(),s.contentWindow?.addEventListener("afterprint",()=>setTimeout(()=>s.remove(),0))}function wc(t,e,a,o=!1,r="",i=""){r=r?_c(r):"";const s=Array.from(document.styleSheets).flatMap(h=>{try{return Array.from(h.cssRules).map(p=>p.cssText)}catch{return[]}}).join(`
|
|
844
|
+
`),l=document.documentElement.getAttribute("data-theme")||"light",u=i?`<div class="paper-head">${Ng(i)}</div>`:"",d=t.map(h=>{const p=h.cloneNode(!0);return p.querySelectorAll('[data-play-state="play"]').forEach(m=>m.style.display=""),p.querySelectorAll('[data-play-state="pause"]').forEach(m=>m.style.display="none"),p.querySelectorAll(".word-table-cell__score-slot:not(.word-table-cell__score-slot--on)").forEach(m=>m.remove()),`<div class="paper-wrap">${u}${p.outerHTML}</div>`}).join(`
|
|
845
|
+
`);return`<!DOCTYPE html>
|
|
846
|
+
<html data-theme="${l}">
|
|
847
|
+
<head>
|
|
848
|
+
<meta charset="utf-8">
|
|
849
|
+
${r?`<title>${Ng(r)}</title>`:""}
|
|
850
|
+
<style>${s}</style>
|
|
851
|
+
<style>
|
|
852
|
+
* { box-sizing: border-box; }
|
|
853
|
+
html, body { margin: 0; padding: 24px 0; width: 100%; min-height: 100%; background: #f0f0f0; overflow: auto; }
|
|
854
|
+
body { display: flex; flex-direction: column; align-items: center; gap: 24px; }
|
|
855
|
+
.paper-wrap {
|
|
856
|
+
width: ${e}px; height: ${a}px;
|
|
857
|
+
padding: 57px;
|
|
858
|
+
background: #fff;
|
|
859
|
+
box-shadow: 0 4px 24px rgba(0,0,0,.14);
|
|
860
|
+
border: 1px solid #ccc;
|
|
861
|
+
flex-shrink: 0;
|
|
862
|
+
transform-origin: top center;
|
|
863
|
+
}
|
|
864
|
+
.word-table-block__card-close { display: none; }
|
|
865
|
+
/* \uBA38\uB9AC\uAE00\uC740 \uACA9\uC790 \uC704\uC5D0 \uC5B9\uD78C\uB2E4. \uC6A9\uC9C0 \uC548\uCABD \uC5EC\uBC31(57px)\uC744 \uC774\uBBF8 .paper-wrap \uC774 \uAC16\uACE0 \uC788\uC5B4
|
|
866
|
+
\uC5EC\uAE30\uC11C\uB294 \uC544\uB798 \uAC04\uACA9\uB9CC \uC900\uB2E4. \uACA9\uC790\uB294 \uC81C \uB192\uC774\uB97C \uC2A4\uC2A4\uB85C \uC7A1\uC73C\uBBC0\uB85C \uBC00\uB824\uB3C4 \uC798\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */
|
|
867
|
+
.paper-head {
|
|
868
|
+
font-size: 13px;
|
|
869
|
+
line-height: 1.4;
|
|
870
|
+
color: #444;
|
|
871
|
+
margin-bottom: 10px;
|
|
872
|
+
white-space: nowrap;
|
|
873
|
+
overflow: hidden;
|
|
874
|
+
text-overflow: ellipsis;
|
|
875
|
+
}
|
|
876
|
+
.new-window-close {
|
|
877
|
+
position: fixed; top: 16px; right: 16px;
|
|
878
|
+
box-shadow: 0 2px 8px rgba(0,0,0,.12);
|
|
879
|
+
}
|
|
880
|
+
@media print {
|
|
881
|
+
/* \uC6A9\uC9C0 \uBC29\uD5A5\uC744 \uB2E8\uC5B4\uD45C \uC124\uC815\uACFC \uC77C\uCE58\uC2DC\uCF1C \uC778\uC1C4 \uB300\uD654\uC0C1\uC790 \uAE30\uBCF8\uAC12\uC73C\uB85C \uBC18\uC601 */
|
|
882
|
+
@page { size: A4 ${e>a?"landscape":"portrait"}; margin: 0; }
|
|
883
|
+
/* \uBCF8 \uBB38\uC11C\uC5D0\uC11C \uBCF5\uC0AC\uD574\uC628 WordTable.css\uC758 print \uADDC\uCE59\uC740 body * \uB97C \uC804\uBD80 \uC228\uAE30\uACE0
|
|
884
|
+
.word-table \uB9CC \uB2E4\uC2DC \uBCF4\uC5EC\uC8FC\uB294\uB370, \uC774 \uD31D\uC5C5\uC5D4 .word-table \uB798\uD37C\uAC00 \uC5C6\uC5B4(\uB0B4\uC6A9\uC740
|
|
885
|
+
.word-table-block__content \uD074\uB860) \uC804\uBD80 \uC228\uACA8\uC9C4 \uCC44 \uC778\uC1C4\uB41C\uB2E4. \uC5EC\uAE30\uC11C \uBCF5\uC6D0\uD55C\uB2E4. */
|
|
886
|
+
body * { visibility: visible; }
|
|
887
|
+
html, body { background: #fff; overflow: visible; padding: 0; gap: 0; }
|
|
888
|
+
.paper-wrap {
|
|
889
|
+
box-shadow: none; border: none; transform: none !important; width: 100% !important; height: 100% !important;
|
|
890
|
+
page-break-after: always; break-after: page;
|
|
891
|
+
}
|
|
892
|
+
.paper-wrap:last-child { page-break-after: auto; break-after: auto; }
|
|
893
|
+
.word-table-cell__play-button { display: none; }
|
|
894
|
+
.new-window-close { display: none; }
|
|
895
|
+
}
|
|
896
|
+
</style>
|
|
897
|
+
</head>
|
|
898
|
+
<body>
|
|
899
|
+
${d}
|
|
900
|
+
<button class="button button48 button48--dot button--variant-default button--align-center new-window-close" onclick="window.close()"><span class="button__icon button__icon--medium"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="button__icon-svg"><path d="M18 6 6 18"/><path d="m6 6 12 12"/></svg></span></button>
|
|
901
|
+
<script>
|
|
902
|
+
function scale() {
|
|
903
|
+
var pad = 40;
|
|
904
|
+
var sw = (window.innerWidth - pad) / ${e};
|
|
905
|
+
var sh = (window.innerHeight - pad) / ${a};
|
|
906
|
+
var s = Math.min(sw, sh, 1);
|
|
907
|
+
document.querySelectorAll('.paper-wrap').forEach(function(paper) {
|
|
908
|
+
paper.style.transform = 'scale(' + s + ')';
|
|
909
|
+
});
|
|
910
|
+
}
|
|
911
|
+
scale();
|
|
912
|
+
window.addEventListener('resize', scale);
|
|
913
|
+
|
|
914
|
+
function resetWrap(w) {
|
|
915
|
+
var pp = w.querySelector('[data-play-state="play"]');
|
|
916
|
+
var pa = w.querySelector('[data-play-state="pause"]');
|
|
917
|
+
if (pp) pp.style.display = '';
|
|
918
|
+
if (pa) pa.style.display = 'none';
|
|
919
|
+
}
|
|
920
|
+
document.querySelectorAll('.word-table-cell__play-button').forEach(function(wrap) {
|
|
921
|
+
var src = wrap.getAttribute('data-audio-src');
|
|
922
|
+
if (!src) return;
|
|
923
|
+
var playSpan = wrap.querySelector('[data-play-state="play"]');
|
|
924
|
+
var pauseSpan = wrap.querySelector('[data-play-state="pause"]');
|
|
925
|
+
var audio = null;
|
|
926
|
+
function setPlaying(on) {
|
|
927
|
+
if (playSpan) playSpan.style.display = on ? 'none' : '';
|
|
928
|
+
if (pauseSpan) pauseSpan.style.display = on ? '' : 'none';
|
|
929
|
+
wrap._playing = on;
|
|
930
|
+
}
|
|
931
|
+
wrap.addEventListener('click', function() {
|
|
932
|
+
if (audio && !audio.paused) { audio.pause(); setPlaying(false); return; }
|
|
933
|
+
document.querySelectorAll('.word-table-cell__play-button').forEach(function(w) {
|
|
934
|
+
if (w !== wrap && w._audio) { w._audio.pause(); resetWrap(w); }
|
|
935
|
+
});
|
|
936
|
+
audio = new Audio(src);
|
|
937
|
+
wrap._audio = audio;
|
|
938
|
+
setPlaying(true);
|
|
939
|
+
audio.onended = function() { setPlaying(false); };
|
|
940
|
+
audio.onerror = function() { setPlaying(false); };
|
|
941
|
+
audio.play().catch(function() { setPlaying(false); });
|
|
942
|
+
});
|
|
943
|
+
});
|
|
944
|
+
${o?`
|
|
945
|
+
// document.write \uC9C1\uD6C4 \uBC14\uB85C window.print()\uB97C \uBD80\uB974\uBA74 \uC774\uBBF8\uC9C0(\uBE44\uB3D9\uAE30 \uB85C\uB4DC)\uC640
|
|
946
|
+
// \uB808\uC774\uC544\uC6C3\uC774 \uC544\uC9C1 \uBC18\uC601\uB418\uAE30 \uC804\uC774\uB77C \uBE48 \uD398\uC774\uC9C0\uB85C \uC778\uC1C4\uB418\uB294 \uACBD\uC6B0\uAC00 \uC788\uC5B4,
|
|
947
|
+
// \uBAA8\uB4E0 <img> \uB85C\uB4DC \uC644\uB8CC + rAF 2\uD2F1(\uB808\uC774\uC544\uC6C3/\uD398\uC778\uD2B8 \uD655\uC815) \uC774\uD6C4\uC5D0 \uC778\uC1C4\uD55C\uB2E4.
|
|
948
|
+
(function () {
|
|
949
|
+
var MAX_WAIT_MS = 3000;
|
|
950
|
+
var timedOut = false;
|
|
951
|
+
var timer = setTimeout(function () { timedOut = true; afterReady(); }, MAX_WAIT_MS);
|
|
952
|
+
var pending = Array.prototype.filter.call(document.images, function (img) { return !img.complete; });
|
|
953
|
+
var remaining = pending.length;
|
|
954
|
+
function afterReady() {
|
|
955
|
+
if (timer) { clearTimeout(timer); timer = null; }
|
|
956
|
+
requestAnimationFrame(function () {
|
|
957
|
+
requestAnimationFrame(function () { window.print(); });
|
|
958
|
+
});
|
|
959
|
+
}
|
|
960
|
+
if (remaining === 0) { afterReady(); return; }
|
|
961
|
+
pending.forEach(function (img) {
|
|
962
|
+
function done() { if (timedOut) return; remaining--; if (remaining <= 0) afterReady(); }
|
|
963
|
+
img.addEventListener('load', done, { once: true });
|
|
964
|
+
img.addEventListener('error', done, { once: true });
|
|
965
|
+
});
|
|
966
|
+
})();
|
|
967
|
+
`:""}
|
|
968
|
+
<\/script>
|
|
969
|
+
</body>
|
|
970
|
+
</html>`}function In({getElements:t,paperW:e,paperH:a,fileName:o="",onPopupBlocked:r,header:i=""}){const s=c.useCallback(()=>{P7(t(),e,a,o,i)},[t,e,a,o,i]),l=c.useCallback(()=>{const d=t();if(d.length===0)return;const h=window.open("","_blank");if(!h){r?.();return}h.document.write(wc(d,e,a,!1,o,i)),h.document.close()},[t,e,a,o,r,i]),u=c.useCallback(()=>{const d=t();if(d.length===0)return;const h=wc(d,e,a,!1,o,i),p=new Blob([h],{type:"text/html;charset=utf-8"}),m=URL.createObjectURL(p),g=o&&_c(o),f=Object.assign(document.createElement("a"),{href:m,download:`${g}.html`});document.body.appendChild(f),f.click(),document.body.removeChild(f),URL.revokeObjectURL(m)},[t,e,a,o,i]);return{print:s,openNewWindow:l,downloadHtml:u}}function kc(t){const{t:e}=ge(),[a,o]=c.useState("landscape"),[r,i]=c.useState(["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"]),[s,l]=c.useState("\uD45C\uC2DC"),[u,d]=c.useState(!0),[h,p]=c.useState(!0),[m,g]=c.useState(8),[f,b]=c.useState("right"),y=t.length,v=t.some(j=>j.words.length>1),x=t.some(j=>j.words.some(k=>!!k.colloquialLabel)),_=Math.min(m,Math.max(y,1)),C=c.useMemo(()=>mg(t,_),[t,_]),T=C.length>1,w=_,[S,D]=c.useState(!1);c.useEffect(()=>{let j=!1;if(!$a()){D(!1);return}return Promise.all(t.flatMap(k=>k.words.map(E=>Qo(E.label,E.homonum)))).then(k=>{j||D(k.some(Boolean))}),()=>{j=!0}},[t]);const A=c.useMemo(()=>[fg(e,{hasImage:S,hasColloquial:x}),vg(e),...y>0?[_g(e,{hasPairs:v,itemCount:y})]:[],...T?[wg(e)]:[],yg(e),...w>1?[xg(e)]:[],...v?[Cg(e)]:[]],[e,S,x,y,v,T,w]),N={...Ag(e,{contentTypes:r,orientation:a,showOutline:u,cutLine:s,showDivLine:h}),...y>0?{[e(v?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")]:`${_}\uAC1C`}:{},...T?{[e("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")]:kg[f]}:{}},O=c.useCallback((j,k)=>{Tg(e,j,k,{setContentTypes:i,setOrientation:o,setShowOutline:d,setCutLine:l,setShowDivLine:p})||(k===e("wordTable.filter.itemsPerPagePair","\uD398\uC774\uC9C0\uB2F9 \uB300\uB9BD\uC30D \uC218")||k===e("wordTable.filter.itemsPerPageWord","\uD398\uC774\uC9C0\uB2F9 \uB2E8\uC5B4 \uC218")?g(parseInt(j)):k===e("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")&&b(Sg(j)))},[e]);return{settings:{orientation:a,contentTypes:r,cutLine:s,showOutline:u,showDivLine:h,count:w},filterSections:A,filterSelected:N,handleSelect:O,pages:C,isPaginated:T,pageNumberPosition:f}}var R7=".ihabdevteam-core-scope .word-table-popup .popup-content__inner,.ihabdevteam-core-scope .word-table-popup__body{display:flex;flex:1;flex-direction:column;min-height:0}.ihabdevteam-core-scope .word-table-popup__body{gap:var(--spacing-m)}.ihabdevteam-core-scope .word-table-popup__table{align-items:flex-start;display:flex;flex:1;justify-content:center;min-height:0;overflow:hidden}.ihabdevteam-core-scope .word-table-popup__pages{align-items:center;display:flex;flex:1;flex-direction:column;gap:24px;gap:var(--spacing-content,24px);min-height:0;overflow:auto}@media print{.ihabdevteam-core-scope .word-table-popup__pages .word-table{-moz-column-break-after:page;break-after:page;page-break-after:always;position:static}.ihabdevteam-core-scope .word-table-popup__pages .word-table:last-child{-moz-column-break-after:auto;break-after:auto;page-break-after:auto}}.ihabdevteam-core-scope .word-table-popup__empty{color:var(--color-gray);padding:var(--spacing-m) 0;text-align:center}";Q(R7);function Bg({items:t,words:e,title:a,subtitle:o,emptyText:r,buttons:i,renderButtons:s,renderFooter:l,footerClassName:u,printFileName:d,showSettings:h,autoPrint:p,className:m,onClose:g,scoring:f=!1,onScoreChange:b,printHeader:y,beforeClose:v}){const{t:x}=ge(),_=c.useMemo(()=>Array.isArray(t)?t:(Array.isArray(e)?e:[]).filter(U=>typeof U=="string"&&U.length>0).map((U,ee)=>({id:`${U}-${ee}`,words:[{label:U}]})),[t,e]),{settings:C,filterSections:T,filterSelected:w,handleSelect:S,pages:D,isPaginated:A,pageNumberPosition:N}=kc(_),O=c.useMemo(()=>vc(D.map(U=>U.length)),[D]),[j,k]=c.useState({}),E=c.useCallback((U,ee)=>{k(pe=>({...pe,[Ar(U)]:gc(pe[Ar(U)]??null,ee)}))},[]),L=c.useRef(b);c.useEffect(()=>{L.current=b}),c.useEffect(()=>{L.current?.(Pn(j))},[j]);const z=c.useMemo(()=>Pn(j),[j]),te=c.useRef(null),{toastMessage:J,toastKey:ae,showWarning:M,clearToast:R}=wn("warning"),$=c.useRef([]),F=c.useCallback(()=>A?$.current.filter(U=>U!==null):te.current?[te.current]:[],[A]),{print:I,openNewWindow:q}=In({getElements:F,paperW:co[C.orientation].width,paperH:co[C.orientation].height,fileName:d??"",header:y??"",onPopupBlocked:()=>M(x("wordTable.popupBlocked","\uD31D\uC5C5\uC774 \uCC28\uB2E8\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBE0C\uB77C\uC6B0\uC800 \uC124\uC815\uC5D0\uC11C \uD31D\uC5C5\uC744 \uD5C8\uC6A9\uD574 \uC8FC\uC138\uC694."))}),P=c.useMemo(()=>l?void 0:s?s({print:I,openNewWindow:q}):d?[{label:x("wordTable.openNewWindow","\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30"),variant:"default",onClick:()=>q()},{label:x("wordTable.print","\uC778\uC1C4\uD558\uAE30"),variant:"default",onClick:()=>I()},...i??[]]:i,[l,s,d,i,x,I,q]),H=c.useMemo(()=>l?l({print:I,openNewWindow:q}):void 0,[l,I,q]),V=c.useRef(!1);return c.useEffect(()=>{if(!p||V.current)return;V.current=!0;const U=window.setTimeout(()=>I(),100);return()=>window.clearTimeout(U)},[p,I]),n.jsxs(Ea,{title:a??x("keyWords.title","\uC8FC\uC694 \uB2E8\uC5B4"),subtitle:o,size:"large",className:_e("word-table-popup",m),buttons:P,footer:H,footerClassName:u,beforeClose:v,onClose:g,children:[_.length>0?n.jsxs("div",{className:"word-table-popup__body",children:[h&&n.jsx($n,{sections:T,selected:w,onSelect:S}),A?n.jsx("div",{className:"word-table-popup__pages",children:D.map((U,ee)=>n.jsx(uo,{items:U,orientation:C.orientation,contentTypes:C.contentTypes,cutLine:C.cutLine,showOutline:C.showOutline,showDivLine:C.showDivLine,count:C.count,contentRef:pe=>{$.current[ee]=pe},pageNumber:{current:ee+1,total:D.length},pageNumberPosition:N,scoring:f,scoreIndexOffset:O[ee],marks:z,onMarkClick:E},ee))}):n.jsx("div",{className:"word-table-popup__table",children:n.jsx(uo,{items:_,orientation:C.orientation,contentTypes:C.contentTypes,cutLine:C.cutLine,showOutline:C.showOutline,showDivLine:C.showDivLine,count:C.count,contentRef:te,fitHeight:!0,scoring:f,marks:z,onMarkClick:E})})]}):n.jsx("p",{className:"word-table-popup__empty body-3",children:r??x("keyWords.empty","\uCD94\uCD9C\uB41C \uC8FC\uC694 \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}),n.jsx(so,{message:J,position:"top",onClose:R},ae)]})}const $7=new Set(["x","triangle"]);function Eg(t,e){const a=[];for(let o=0;o<t.length;o++){const r=e[String(o)];r&&$7.has(r)&&a.push(t[o])}return a}function Dg(t,e){const[,a,o]=Aa(e).split("-"),r=`${a}.${o}`,i=/\s*(?:(\d+)차\s*)?복습\s*\d{2}\.\d{2}$/;let s=t.trim(),l=1;for(;;){const d=i.exec(s);if(!d)break;l=Math.max(l,(d[1]?Number(d[1]):1)+1),s=s.slice(0,d.index).trim()}const u=l>=2?`${l}\uCC28 `:"";return`${s||"\uB2E8\uC5B4\uD45C"} ${u}\uBCF5\uC2B5 ${r}`}function Lg(t,e){const a={};for(const[o,r]of Object.entries(e)){if(r!=="o"&&r!=="triangle"&&r!=="x")continue;const i=Number(o),s=t[i];s&&(a[o]=s)}return a}function jg(t){return t.map(e=>e.label).join(" / ")}function Mg(t,e,a){const o=nn(a);return[t.trim(),o,e.trim()].filter(Boolean).join(" \xB7 ")}function Pg(t,e,a){return a===0?0:(t+e*.5)/a}function Rg(t){const e=new Map,a=[...t].sort((r,i)=>r.scoredAt.localeCompare(i.scoredAt));for(const r of a)for(const[i,s]of Object.entries(r.marks)){const l=r.labels?.[i];if(!l)continue;const u=e.get(l)??{o:0,triangle:0,x:0,latest:s,latestAt:r.scoredAt};if(s==="o")u.o++;else if(s==="triangle")u.triangle++;else if(s==="x")u.x++;else continue;u.latest=s,u.latestAt=r.scoredAt,e.set(l,u)}const o=[];for(const[r,i]of e){const s=i.o+i.triangle+i.x;o.push({label:r,tried:s,o:i.o,triangle:i.triangle,x:i.x,rate:Pg(i.o,i.triangle,s),latest:i.latest,latestAt:i.latestAt})}return o.sort((r,i)=>r.rate-i.rate||i.tried-r.tried||r.label.localeCompare(i.label)),o}function $g(t){const e=new Map;for(const o of t){const r=o.tableId??`name:${o.tableName}`,i=e.get(r)??{tableName:o.tableName,tableId:o.tableId,rows:[]};i.rows.push(o),e.set(r,i)}const a=[];for(const o of e.values()){const r=[...o.rows].sort((s,l)=>s.scoredAt.localeCompare(l.scoredAt)),i=r.map(s=>{const l=Object.values(s.marks),u=l.filter(h=>h==="o").length,d=l.filter(h=>h==="triangle").length;return Pg(u,d,l.filter(h=>h==="o"||h==="triangle"||h==="x").length)});a.push({tableName:o.tableName,tableId:o.tableId,rates:i,times:r.map(s=>s.scoredAt),delta:i.length>=2?i[i.length-1]-i[0]:null})}return a.sort((o,r)=>(r.times[r.times.length-1]??"").localeCompare(o.times[o.times.length-1]??"")),a}function Ig(t,e=8){return t.filter(a=>a.latest!=="o").slice(0,e)}function Og(t){const e=new Map;let a=0,o=0;const r=[...t].sort((s,l)=>s.answeredAt.localeCompare(l.answeredAt));for(const s of r){if(s.isCorrect==null)continue;const l=s.itemTitle?.trim();if(!l){o++;continue}a++;const u=s.itemId?.trim()||l,d=`${s.trainingType}|${u}`,h=e.get(d)??{trainingType:s.trainingType,itemId:u,title:l,tried:0,wrong:0,latestCorrect:s.isCorrect,latestAt:s.answeredAt,lastSelected:s.selected,setIds:[]};h.tried++,s.isCorrect||h.wrong++,h.title=l,h.latestCorrect=s.isCorrect,h.latestAt=s.answeredAt,h.lastSelected=s.selected,s.setId&&!h.setIds.includes(s.setId)&&h.setIds.unshift(s.setId),e.set(d,h)}const i=[...e.entries()].map(([s,l])=>({key:s,trainingType:l.trainingType,itemId:l.itemId,title:l.title,tried:l.tried,wrong:l.wrong,rate:l.tried===0?0:(l.tried-l.wrong)/l.tried,latestCorrect:l.latestCorrect,latestAt:l.latestAt,lastSelected:l.lastSelected,setIds:l.setIds}));return i.sort((s,l)=>s.rate-l.rate||l.tried-s.tried||s.title.localeCompare(l.title)),{items:i,counted:a,skippedNoTitle:o}}function zg(t,e=8){return t.filter(a=>!a.latestCorrect).slice(0,e)}function Fg(t){const e=new Map;for(const o of t){const r=e.get(o.trainingType)??[];r.push(o),e.set(o.trainingType,r)}const a=[...e.entries()].map(([o,r])=>({trainingType:o,items:r,pending:r.filter(i=>!i.latestCorrect).length}));return a.sort((o,r)=>r.pending-o.pending||o.trainingType.localeCompare(r.trainingType)),a}const On=["LISTEN_IN_NOISE","SHORT_STORY","LONG_STORY","ORDERING_SENTENCE"];function Wg(t){const e=new Map;let a=0;for(const i of t){if(i.latestCorrect)continue;const s=i.setIds[0];if(!s){a++;continue}const l=`${i.trainingType}|${s}`,u=e.get(l)??{setId:s,trainingType:i.trainingType,pending:0};u.pending++,e.set(l,u)}const o=(i,s)=>s.pending-i.pending||i.trainingType.localeCompare(s.trainingType)||i.setId.localeCompare(s.setId),r=[...e.values()];return{sentence:r.filter(i=>On.includes(i.trainingType)).sort(o),word:r.filter(i=>!On.includes(i.trainingType)).sort(o),noSet:a}}function Hg(t,e,a=5){const o=new Set(e);if(o.size===0)return[];const r=[];for(const i of t){const s=new Set,l=[];for(const u of i.cellLabels)o.has(u)&&!s.has(u)&&(s.add(u),l.push(u));l.length!==0&&r.push({id:i.id,name:i.name,kind:i.kind,covered:l,totalCells:i.cellLabels.length})}return r.sort((i,s)=>s.covered.length-i.covered.length||i.totalCells-s.totalCells||i.name.localeCompare(s.name)),r.slice(0,Math.max(0,a))}function Vg(t,e){const a=new Set(t.flatMap(o=>o.covered));return e.filter(o=>!a.has(o))}function Gg(t,e){const a=new Map;for(const r of t)for(const i of r.cells){const s=r.labelOf(i);a.has(s)||a.set(s,i)}const o=[];for(const r of e){const i=a.get(r);i!==void 0&&o.push(i)}return o}function qg(t){if(!t||t<=0)return"-";const e=Math.floor(t/60),a=t%60;return e>0?`${e}\uBD84${a>0?` ${a}\uCD08`:""}`:`${a}\uCD08`}function Ug(t,e){const a=[],o=new Set;for(const r of t){const i=e(r);o.has(i)||(o.add(i),a.push({key:i,value:r,pinned:!1}))}return a}function Yg(t,e){return t.map(a=>a.key===e?{...a,pinned:!a.pinned}:a)}function Kg(t,e){return t.filter(a=>a.key!==e)}function Zg(t,e,a){const o=t.filter(d=>d.pinned),r=new Set(o.map(d=>d.key)),i=t.length-o.length,s=[],l=new Set(r);for(const d of e){if(s.length>=i)break;const h=a(d);l.has(h)||(l.add(h),s.push({key:h,value:d,pinned:!1}))}const u=[...s];return t.map(d=>d.pinned?d:u.shift()).filter(d=>d!==void 0)}function Xg(t){return t.map(e=>e.value)}var I7=`.ihabdevteam-core-scope .icon-grid-menu{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center}.ihabdevteam-core-scope .icon-grid-menu--medium{margin-bottom:60px}.ihabdevteam-core-scope .icon-grid-menu--small{margin-bottom:var(--spacing-l)}.ihabdevteam-core-scope .page:has(.choice-chips) .icon-grid-menu{margin-bottom:var(--spacing-l)}.ihabdevteam-core-scope .icon-grid-menu__button{align-items:center;background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:28px;cursor:pointer;display:flex;flex-direction:column;gap:0;height:68px;justify-content:center;padding:0;text-align:center;transition:background-color .24s ease,box-shadow .15s,border-color .15s;width:68px}.ihabdevteam-core-scope .icon-grid-menu__button:hover{border-color:var(--color-main);box-shadow:var(--shadow-card)}.ihabdevteam-core-scope .icon-grid-menu__button:disabled{border-color:var(--color-whiteLine);box-shadow:none;cursor:default;opacity:.95;outline:none;pointer-events:none}.ihabdevteam-core-scope .icon-grid-menu__button-icon{align-items:center;color:var(--color-lightGray);display:inline-flex;font-size:28px;height:32px;justify-content:center;transform-origin:center;width:32px;will-change:transform}
|
|
971
|
+
|
|
972
|
+
/* !important \uD544\uC694: Icon.tsx\uC758 \uD3F4\uBC31 SVG(nullSvg)\uB294 style="stroke:...;stroke-width:.." \uC778\uB77C\uC778
|
|
973
|
+
\uC18D\uC131\uC73C\uB85C \uB80C\uB354\uB9C1\uB418\uC5B4 \uD074\uB798\uC2A4 \uADDC\uCE59\uBCF4\uB2E4 \uC6B0\uC120\uC21C\uC704\uAC00 \uB192\uC74C. \uC774 \uADDC\uCE59\uC744 \uBAA8\uB4E0 \uC544\uC774\uCF58(\uC77C\uBC18 lucide
|
|
974
|
+
\uC544\uC774\uCF58 + \uD3F4\uBC31)\uC5D0 \uB3D9\uC77C\uD558\uAC8C \uC801\uC6A9\uD558\uB824\uBA74 !important\uAC00 \uBD88\uAC00\uD53C\uD568. */.ihabdevteam-core-scope .icon-grid-menu__button-icon-svg svg,.ihabdevteam-core-scope .icon-grid-menu__button-icon-svg svg *{stroke:currentColor!important;stroke-width:2px!important;stroke-width:var(--icon-grid-menu-button-stroke-width,2px)!important;vector-effect:non-scaling-stroke}.ihabdevteam-core-scope .icon-grid-menu__button-icon-svg{height:24px;width:24px}.ihabdevteam-core-scope .icon-grid-menu__button-icon-svg svg{display:block;height:28px;width:28px}.ihabdevteam-core-scope .icon-grid-menu__button-icon-mask{background-color:currentColor;display:inline-block;height:28px;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:28px}.ihabdevteam-core-scope .icon-grid-menu__button-icon-image{display:block;height:28px;-o-object-fit:contain;object-fit:contain;width:28px}.ihabdevteam-core-scope .icon-grid-menu__button-wrapper{align-items:center;display:inline-flex;flex-direction:column;gap:6px}.ihabdevteam-core-scope .icon-grid-menu__button-label{color:var(--color-darkGray);overflow-wrap:break-word;word-break:keep-all}.ihabdevteam-core-scope .icon-grid-menu__button.icon-grid-menu__button--selected{animation:sub-to-main .36s cubic-bezier(.4,0,.2,1) forwards;background-color:var(--color-main);border-color:transparent;box-shadow:var(--shadow-button);color:#fff}.ihabdevteam-core-scope .icon-grid-menu__button.icon-grid-menu__button--selected .icon-grid-menu__button-icon{color:#fff}.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button-wrapper{gap:4px;margin:4px 8px;width:56px}.ihabdevteam-core-scope .icon-grid-menu--medium .icon-grid-menu__button-wrapper{margin-left:6px;margin-right:6px}.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button{border-radius:20px;height:48px;width:48px}.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button-icon{font-size:20px;height:24px;width:24px}.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button-icon-image,.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button-icon-mask,.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button-icon-svg,.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button-icon-svg svg{height:20px;width:20px}.ihabdevteam-core-scope .icon-grid-menu--small .icon-grid-menu__button-label{font-size:12px;line-height:1.3}@media (min-width:1024px){.ihabdevteam-core-scope .icon-grid-menu__button-wrapper{margin:8px 12px;width:80px}.ihabdevteam-core-scope .icon-grid-menu__button{border-radius:28px;height:68px;width:68px}.ihabdevteam-core-scope .icon-grid-menu__button-icon-mask{height:28px;width:28px}}@media (min-width:768px) and (max-width:1023px){.ihabdevteam-core-scope .icon-grid-menu__button-wrapper{margin:8px 10px;width:64px}.ihabdevteam-core-scope .icon-grid-menu__button{border-radius:24px;height:58px;width:58px}.ihabdevteam-core-scope .icon-grid-menu__button-icon-mask{height:24px;width:24px}}@media (max-width:767px){.ihabdevteam-core-scope .icon-grid-menu__button-wrapper{margin:var(--spacing-xs);width:50px}.ihabdevteam-core-scope .icon-grid-menu__button{border-radius:20px;height:48px;width:48px}.ihabdevteam-core-scope .icon-grid-menu__button-icon-mask{height:20px;width:20px}}`;Q(I7);function O7(t){const{category:e={},isSelected:a=!1,onClick:o}=t||{},r=e?.key?` icon-grid-menu__button--${e.key}`:"",i=c.useId();return n.jsxs("div",{className:`icon-grid-menu__button-wrapper${r}`,children:[n.jsx("button",{className:`icon-grid-menu__button${a?" icon-grid-menu__button--selected":""}`,"data-key":e?.key,onClick:a?void 0:o,"aria-pressed":a,"aria-labelledby":i,disabled:a,children:n.jsx(Re,{icon:e.icon,label:e.label,className:"icon-grid-menu__button-icon",imgClassName:"icon-grid-menu__button-icon-image",maskClassName:"icon-grid-menu__button-icon-mask",svgClassName:"icon-grid-menu__button-icon-svg"})}),n.jsx("span",{id:i,className:"icon-grid-menu__button-label button-1",children:e.label})]})}function Jg(t){const{categories:e=[],selected:a,onSelect:o,size:r="medium"}=t||{},i=a??(e&&e[0]?.key)??null,[s,l]=c.useState(i??null);c.useEffect(()=>{a!=null&&l(a)},[a]);const u=c.useRef(o),d=c.useRef(s),h=c.useRef(a!==void 0);c.useEffect(()=>{!h.current&&d.current&&typeof u.current=="function"&&u.current(d.current)},[]);const p=c.useCallback(m=>{const g=s===m?null:m;l(g),o?.(g)},[s,o]);return n.jsx("div",{className:`icon-grid-menu icon-grid-menu--${r}`,children:(e||[]).map(m=>n.jsx(O7,{category:m,isSelected:s===m.key,onClick:()=>p(m.key)},m.key))})}var z7=".ihabdevteam-core-scope .choice-chips{display:block;width:100%}.ihabdevteam-core-scope .choice-chips--medium{margin-bottom:60px}.ihabdevteam-core-scope .choice-chips--small{margin-bottom:var(--spacing-l)}.ihabdevteam-core-scope .choice-chips__list{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-s);justify-content:center;padding-bottom:6px}.ihabdevteam-core-scope .choice-chips__list::-webkit-scrollbar{height:8px}.ihabdevteam-core-scope .choice-chips__list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.08);border-radius:var(--radius-sm)}.ihabdevteam-core-scope .choice-chips__button{background:var(--color-deepWhite)!important;border:1px solid var(--color-whiteLine)!important;border-radius:var(--radius-s)!important;color:var(--color-darkGray)!important;height:40px!important;padding:0 24px!important;transition:all .12s!important;white-space:nowrap}.ihabdevteam-core-scope .choice-chips__button:hover{border-color:var(--color-main)!important}.ihabdevteam-core-scope .choice-chips--small .choice-chips__button{height:32px!important;padding:0 16px!important}.ihabdevteam-core-scope .choice-chips--small .choice-chips__list{gap:var(--spacing-xs)}.ihabdevteam-core-scope .choice-chips__button.is-selected{animation:chip-sub-to-main .36s cubic-bezier(.4,0,.2,1) forwards;background:var(--color-main)!important;border:1px solid var(--color-main)!important;box-shadow:var(--shadow-dropdown);color:#fff!important}@keyframes chip-sub-to-main{0%{background-color:var(--color-sub)}to{background-color:var(--color-main)}}";Q(z7);function Qg({subs:t=[],selected:e,onSelect:a,size:o="medium"}){const r=o==="small"?32:40;return n.jsx("div",{className:`choice-chips choice-chips--${o}`,children:n.jsx("div",{className:"choice-chips__list",children:t.map(i=>n.jsx(se,{size:r,type:"bar",label:i.label,selected:e===i.key,className:"choice-chips__button",onClick:()=>a?.(i.key)},i.key))})})}var F7=".ihabdevteam-core-scope .site-footer{background:var(--color-deepWhite);border-top:1px solid var(--color-whiteLine);box-sizing:border-box;color:var(--color-gray);padding:var(--spacing-page)}.ihabdevteam-core-scope .site-footer__top{align-items:flex-start;display:flex;gap:40px;justify-content:space-between}.ihabdevteam-core-scope .site-footer__brand{flex:0 0 220px;width:220px}.ihabdevteam-core-scope .site-footer__lead{color:var(--color-gray);text-align:left}.ihabdevteam-core-scope .site-footer__links{align-items:flex-start;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:100px 10px;min-width:320px}.ihabdevteam-core-scope .site-footer__column{flex:0 0 160px;min-width:160px;text-align:left}.ihabdevteam-core-scope .site-footer__column-title{color:var(--color-lightGray)}.ihabdevteam-core-scope .footer-title{color:var(--color-lightGray);display:inline-block;font-size:13px;font-weight:600;line-height:20px;width:80px}.ihabdevteam-core-scope .site-footer__column ul{list-style:none;margin:10px 0 0;padding:0}.ihabdevteam-core-scope .site-footer__column li{margin-bottom:6px}.ihabdevteam-core-scope .footer-link,.ihabdevteam-core-scope .site-footer__column a{color:var(--color-lightGray);text-decoration:none}.ihabdevteam-core-scope .footer-link{align-items:center;display:inline-flex;font-size:13px;line-height:20px;min-height:24px;min-width:24px;transition:color .12s ease}.ihabdevteam-core-scope .footer-copyright,.ihabdevteam-core-scope .footer-meta{line-height:18px}.ihabdevteam-core-scope .footer-link:focus,.ihabdevteam-core-scope .footer-link:hover{color:var(--color-main);text-decoration:none}.ihabdevteam-core-scope .site-footer__rule{border:none;border-top:1px solid var(--color-darkWhite);margin:40px 0}.ihabdevteam-core-scope .site-footer__bottom{align-items:center;display:flex;gap:40px;justify-content:flex-start}.ihabdevteam-core-scope .site-footer__brand-compact{align-items:center;display:flex;gap:18px}.ihabdevteam-core-scope .site-footer__logo{height:52px}.ihabdevteam-core-scope .site-footer__bottom .site-footer__brand{align-items:center;display:flex;justify-content:center}.ihabdevteam-core-scope .site-footer__meta{color:var(--color-lightGray);text-align:left}.ihabdevteam-core-scope .site-footer__copyright{align-items:center;box-sizing:border-box;color:var(--color-lightGray);display:flex;justify-content:center;margin:var(--spacing-page) 0 0 0;text-align:center;width:100%}@media (max-width:1024px){.ihabdevteam-core-scope .site-footer__top{flex-direction:column;gap:var(--spacing-page)}.ihabdevteam-core-scope .site-footer__brand{flex:0 0 auto;width:100%}.ihabdevteam-core-scope .site-footer__links{gap:20px 10px;margin:0;min-width:0;width:100%}.ihabdevteam-core-scope .site-footer__bottom{align-items:flex-start;flex-direction:column;gap:var(--spacing-page)}.ihabdevteam-core-scope .site-footer__meta{width:100%}.ihabdevteam-core-scope .site-footer__logo{height:50px}}@media (max-width:767px){.ihabdevteam-core-scope .site-footer__logo{height:48px}}";Q(F7);function eb({onTermsClick:t,onPrivacyClick:e,contact:a}={}){const o=a?.email??"support@ihab.co.kr",r=a?.tel??"031-380-3724",{t:i}=ge();return n.jsx("footer",{className:"site-footer",children:n.jsxs("div",{className:"safearea",children:[n.jsxs("div",{className:"site-footer__top",children:[n.jsx("div",{className:"site-footer__brand",children:n.jsx("div",{className:"site-footer__lead h3",children:i("footer.lead",`\uC544\uC774\uD574\uBE0C\uB294 \uC18C\uB9AC\uB97C \uD1B5\uD574
|
|
975
|
+
\uC2E0\uB8B0\uB97C \uC313\uACE0
|
|
976
|
+
\uD68C\uBCF5\uC744 \uB3D5\uC2B5\uB2C8\uB2E4.`).split(`
|
|
977
|
+
`).map((s,l,u)=>n.jsxs(c.Fragment,{children:[s,l<u.length-1&&n.jsx("br",{})]},l))})}),n.jsxs("div",{className:"site-footer__links",children:[n.jsxs("div",{className:"site-footer__column",children:[n.jsx("div",{className:"site-footer__column-title footer-title",children:i("footer.site.title","\uC0AC\uC774\uD2B8")}),n.jsxs("ul",{children:[n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://www.ihab.co.kr/",target:"_blank",rel:"noopener noreferrer",children:"IHAB"})}),n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://speechear.ihab.co.kr/",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.malgwi","\uB9D0\uADC0")})}),n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/sound-localization",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.soundDirection","\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C")})}),n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/vr-sound-localization",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.vrSoundDirection","VR\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C")})}),n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/hearing-test-pro",target:"_blank",rel:"noopener noreferrer",children:i("footer.site.hearingTest","\uCCAD\uB825\uD14C\uC2A4\uD2B8 \uD504\uB85C")})})]})]}),n.jsxs("div",{className:"site-footer__column",children:[n.jsx("div",{className:"site-footer__column-title footer-title",children:i("footer.sns.title","SNS")}),n.jsxs("ul",{children:[n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://blog.naver.com/ihab_official",target:"_blank",rel:"noopener noreferrer",children:i("footer.sns.naverBlog","\uB124\uC774\uBC84 \uBE14\uB85C\uADF8")})}),n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://www.instagram.com/ihab.official.yt/",target:"_blank",rel:"noopener noreferrer",children:"Instagram"})}),n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"https://www.youtube.com/@%EC%95%84%EC%9D%B4%ED%95%B4%EB%B8%8C-%EA%B3%B5%EC%8B%9D%EC%B1%84%EB%84%90",target:"_blank",rel:"noopener noreferrer",children:"Youtube"})})]})]}),n.jsxs("div",{className:"site-footer__column",children:[n.jsx("div",{className:"site-footer__column-title footer-title",children:i("footer.policy.title","\uC815\uCC45")}),n.jsxs("ul",{children:[n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"#",onClick:s=>{t&&(s.preventDefault(),t())},children:i("footer.policy.terms","\uC774\uC6A9\uC57D\uAD00")})}),n.jsx("li",{children:n.jsx("a",{className:"footer-link",href:"#",onClick:s=>{e&&(s.preventDefault(),e())},children:i("footer.policy.privacy","\uAC1C\uC778\uC815\uBCF4 \uCC98\uB9AC\uBC29\uCE68")})})]})]})]})]}),n.jsx("hr",{className:"site-footer__rule"}),n.jsxs("div",{className:"site-footer__bottom",children:[n.jsx("div",{className:"site-footer__brand",children:n.jsx("img",{src:bm,alt:"IHAB",className:"site-footer__logo"})}),n.jsxs("div",{className:"site-footer__meta",children:[n.jsxs("div",{children:[n.jsx("span",{className:"footer-title",children:i("footer.ceo","\uB300\uD45C")}),n.jsx("span",{className:"footer-meta caption-1",children:i("footer.ceoName","\uD55C\uC9C0\uD61C")})]}),n.jsxs("div",{children:[n.jsx("span",{className:"footer-title",children:i("footer.address","\uC8FC\uC18C")}),n.jsx("span",{className:"footer-meta caption-1",children:i("footer.addressValue","\uAC15\uC6D0\uB3C4 \uCD98\uCC9C\uC2DC \uC2DC\uCCAD\uAE38 32 \uD574\uCC2C\uBE4C\uB529 3\uCE35 302\uD638")})]}),n.jsxs("div",{children:[n.jsx("span",{className:"footer-title",children:i("footer.support","\uACE0\uAC1D\uC13C\uD130")}),n.jsxs("span",{className:"footer-meta caption-1",children:[o," \xA0 ",r]})]})]})]}),n.jsx("div",{className:"site-footer__copyright footer-copyright caption-1",children:"\xA9 IHAB, Inc. All rights reserved."})]})})}var W7='.ihabdevteam-core-scope .landing-header{background:var(--landing-header-bg,var(--color-deepWhite));border-bottom:1px solid rgba(15,18,60,.05);border-bottom:1px solid var(--landing-header-border,rgba(15,18,60,.05));position:sticky;top:0;transform:translateZ(0);will-change:transform;z-index:500;z-index:var(--z-sticky,500)}.ihabdevteam-core-scope .landing-header__inner{align-items:center;display:flex;height:72px;height:var(--landing-header-height,72px);justify-content:space-between;position:relative}.ihabdevteam-core-scope .landing-header__brand{align-items:center;display:flex;flex:0 0 auto;margin-right:auto;text-decoration:none}.ihabdevteam-core-scope .landing-header__logo{display:block;height:40px;height:var(--landing-header-logo-height,40px);max-width:none;transform-origin:left center;transition:transform .3s cubic-bezier(.2,.9,.2,1.2),filter .3s;width:auto}.ihabdevteam-core-scope .landing-header__brand:hover .landing-header__logo{filter:brightness(1.08);transform:scale(1.05)}.ihabdevteam-core-scope .landing-header__links{align-items:center;color:var(--landing-header-link-color,var(--color-deepGray));display:flex;font-size:15px;font-weight:500;gap:36px;left:50%;position:absolute;transform:translateX(-50%)}.ihabdevteam-core-scope .landing-header__links a{color:inherit;padding:6px 0;position:relative;text-decoration:none;transition:color .2s}.ihabdevteam-core-scope .landing-header__links a:hover{color:var(--landing-header-link-hover,var(--color-main))}.ihabdevteam-core-scope .landing-header__links a:after{background:linear-gradient(90deg,var(--color-main),var(--color-sub));border-radius:1px;bottom:0;content:"";height:2px;left:0;position:absolute;right:100%;transition:right .35s cubic-bezier(.2,.7,.2,1)}.ihabdevteam-core-scope .landing-header__links a:hover:after{right:0}.ihabdevteam-core-scope .landing-header__actions{align-items:center;display:flex;gap:8px;gap:var(--spacing-xs,8px)}.ihabdevteam-core-scope .landing-header__toggle{align-items:center;background:none;border:0;color:var(--landing-header-link-color,var(--color-deepGray));cursor:pointer;display:none;height:44px;justify-content:center;margin-right:-10px;width:44px}.ihabdevteam-core-scope .landing-header__burger{display:block;height:14px;position:relative;width:22px}.ihabdevteam-core-scope .landing-header__burger>span{background:currentColor;border-radius:1px;height:2px;inset-inline:0;position:absolute;transition:transform .2s cubic-bezier(.2,.7,.2,1),opacity .2s cubic-bezier(.2,.7,.2,1)}.ihabdevteam-core-scope .landing-header__burger>span:first-child{top:0}.ihabdevteam-core-scope .landing-header__burger>span:nth-child(2){top:6px}.ihabdevteam-core-scope .landing-header__burger>span:nth-child(3){top:12px}.ihabdevteam-core-scope .landing-header__toggle--open .landing-header__burger>span:first-child{transform:translateY(6px) rotate(45deg)}.ihabdevteam-core-scope .landing-header__toggle--open .landing-header__burger>span:nth-child(2){opacity:0}.ihabdevteam-core-scope .landing-header__toggle--open .landing-header__burger>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.ihabdevteam-core-scope .landing-header__drawer{background:var(--landing-header-bg,var(--color-deepWhite));border-top:1px solid rgba(15,18,60,.05)}.ihabdevteam-core-scope .landing-header__drawer-item{display:block}.ihabdevteam-core-scope .landing-header__drawer-item a{align-items:center;color:var(--landing-header-link-color,var(--color-deepGray));display:flex;font-size:15px;font-weight:500;min-height:48px;text-decoration:none;transition:color .2s}.ihabdevteam-core-scope .landing-header__drawer-item a:hover,.ihabdevteam-core-scope .landing-header__drawer-item a[aria-current=page]{color:var(--landing-header-link-hover,var(--color-main))}@media (max-width:960px){.ihabdevteam-core-scope .landing-header__links{display:none}.ihabdevteam-core-scope .landing-header__toggle{display:flex}}@media (min-width:961px){.ihabdevteam-core-scope .landing-header__drawer{display:none}}';Q(W7);function tb({logo:t,logoAlt:e="",logoHref:a,links:o=[],actions:r,className:i,containerClassName:s,renderLink:l,menuLabel:u={open:"\uBA54\uB274 \uC5F4\uAE30",close:"\uBA54\uB274 \uB2EB\uAE30"}}){const[d,h]=c.useState(!1),p=s?`${s} landing-header__inner`:"landing-header__inner",m=(g,f)=>l?l(g,{onClick:f}):n.jsx("a",{href:g.href,onClick:f,"aria-current":g.current?"page":void 0,children:g.label});return n.jsxs("header",{className:i?`landing-header ${i}`:"landing-header",children:[n.jsxs("div",{className:p,children:[t!=null&&(()=>{const g=typeof t=="string"?n.jsx("img",{src:t,alt:e,className:"landing-header__logo"}):t;return a?n.jsx("a",{href:a,className:"landing-header__brand",children:g}):n.jsx("div",{className:"landing-header__brand",children:g})})(),o.length>0&&n.jsx("nav",{className:"landing-header__links",children:o.map(g=>n.jsx("span",{children:m(g)},g.href))}),n.jsxs("div",{className:"landing-header__actions",children:[r,o.length>0&&n.jsx("button",{type:"button",onClick:()=>h(g=>!g),"aria-expanded":d,"aria-controls":"landing-header-drawer","aria-label":d?u.close:u.open,className:d?"landing-header__toggle landing-header__toggle--open":"landing-header__toggle",children:n.jsxs("span",{className:"landing-header__burger",children:[n.jsx("span",{}),n.jsx("span",{}),n.jsx("span",{})]})})]})]}),o.length>0&&n.jsx("nav",{id:"landing-header-drawer",hidden:!d,className:"landing-header__drawer",children:n.jsx("div",{className:s??void 0,children:o.map(g=>n.jsx("span",{className:"landing-header__drawer-item",children:m(g,()=>h(!1))},g.href))})})]})}var H7=".ihabdevteam-core-scope .bottom-sticky{animation:bottom-sticky-in .4s cubic-bezier(.2,.9,.2,1) both;bottom:24px;bottom:var(--bottom-sticky-offset,24px);left:50%;max-width:680px;max-width:var(--bottom-sticky-max-width,680px);position:fixed;transform:translateX(-50%);width:calc(100% - 48px);z-index:500;z-index:var(--z-sticky,500)}@keyframes bottom-sticky-in{0%{opacity:0;transform:translateX(-50%) translateY(16px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.ihabdevteam-core-scope .bottom-sticky__inner{align-items:center;background:var(--bottom-sticky-bg,var(--color-pureWhite));border-radius:20px;border-radius:var(--radius-m,20px);box-shadow:0 8px 40px rgba(15,18,60,.18),0 2px 8px rgba(15,18,60,.06);display:flex;gap:16px;gap:var(--spacing-m,16px);justify-content:space-between;padding:12px 12px 12px 24px;transition:box-shadow .2s,transform .2s}.ihabdevteam-core-scope .bottom-sticky__inner--clickable{cursor:pointer}.ihabdevteam-core-scope .bottom-sticky__inner--clickable:hover{border:1px solid var(--color-main);box-shadow:0 16px 56px color-mix(in srgb,var(--color-main) 30%,transparent),0 4px 12px color-mix(in srgb,var(--color-main) 15%,transparent);transform:translateY(-4px)}.ihabdevteam-core-scope .bottom-sticky__content{align-items:center;display:flex;flex:1;gap:12px;gap:var(--spacing-s,12px);justify-content:center}.ihabdevteam-core-scope .bottom-sticky__tagline{align-items:center;color:var(--color-black);display:flex;gap:0;margin:0;white-space:nowrap}.ihabdevteam-core-scope .bottom-sticky__tagline-highlight{background:linear-gradient(90deg,var(--color-main),var(--color-sub),var(--color-infoLink));-webkit-background-clip:text;background-clip:text;color:transparent;display:inline}.ihabdevteam-core-scope .bottom-sticky__tagline-part{align-items:center;display:flex;white-space:nowrap}.ihabdevteam-core-scope .bottom-sticky__tagline-logo{display:block;height:32px;width:auto}@media (max-width:600px){.ihabdevteam-core-scope .bottom-sticky{bottom:16px;bottom:var(--bottom-sticky-offset,16px);width:calc(100% - 32px)}.ihabdevteam-core-scope .bottom-sticky__inner{align-items:stretch;flex-direction:column;gap:12px;gap:var(--spacing-s,12px);padding:16px;padding:var(--spacing-m,16px)}.ihabdevteam-core-scope .bottom-sticky__content{flex:none;gap:6px;justify-content:center}.ihabdevteam-core-scope .bottom-sticky__tagline{flex-wrap:wrap;justify-content:center;text-align:center;white-space:normal}.ihabdevteam-core-scope .bottom-sticky__tagline-logo{height:26px}}";Q(H7);function ab({children:t,action:e,onClick:a,className:o}){const r=a?"bottom-sticky__inner bottom-sticky__inner--clickable":"bottom-sticky__inner";return n.jsx("div",{className:o?`bottom-sticky ${o}`:"bottom-sticky",children:n.jsxs("div",{className:r,onClick:a,children:[n.jsx("div",{className:"bottom-sticky__content",children:t}),e]})})}const Sc=9,V7=t=>Math.round(Math.min(Sc,Math.max(0,t))/Sc*100),G7=t=>t/100*Sc,ob={enabled:!0,type:"defaultNoise",level:4.5,speed:1,mainVolume:1,mainSpeed:1},rb=c.createContext(null);function Ac(){return c.useContext(rb)}const Tc=t=>`${xi()}/${t}`,nb=t=>Array.from({length:10},(e,a)=>Tc(`${t}-${String(a+1).padStart(2,"0")}.mp3`)),zn={get defaultNoise(){return Tc("noise1.mp3")},get street(){return nb("noise2")},get restaurant(){return nb("noise3")},get buzz(){return Tc("noise4.mp3")}};function q7(t){const e=Math.floor(Math.random()*10);switch(t){case"defaultNoise":return zn.defaultNoise;case"street":return zn.street[e];case"restaurant":return zn.restaurant[e];case"buzz":return zn.buzz;default:return null}}function U7({noisePlayer:t,audioRef:e,playbackStateRef:a}){const o=c.useRef(t?.registerAnalyser);o.current=t?.registerAnalyser;const r=c.useRef(null),[i,s]=c.useState(null),l=c.useRef(null),u=c.useRef(null),d=c.useRef(null),h=c.useRef(0),p=c.useRef(null),m=c.useCallback(()=>{d.current!==null&&(cancelAnimationFrame(d.current),d.current=null),p.current!==null&&(clearTimeout(p.current),p.current=null)},[]),g=c.useCallback((y,v=250)=>{const x=r.current;if(!x||!x.src)return;h.current+=1,m();try{Ko(),o.current?.("noise",Zo(x))}catch{}const _=x.paused?0:x.volume;x.paused&&(x.volume=0),x.play().catch(()=>{});const C=performance.now(),T=()=>{const w=Math.min(1,(performance.now()-C)/v);try{x.volume=Math.max(0,Math.min(1,_+(y-_)*w))}catch{}w<1?d.current=requestAnimationFrame(T):d.current=null};d.current=requestAnimationFrame(T)},[m]),f=c.useCallback((y=250,v)=>{const x=r.current;if(!x||x.paused){v?.();return}const _=++h.current;m();const C=performance.now(),T=x.volume,w=()=>{const S=Math.min(1,(performance.now()-C)/y);try{x.volume=Math.max(0,T*(1-S))}catch{}if(S<1)d.current=requestAnimationFrame(w);else{d.current=null,p.current!==null&&(clearTimeout(p.current),p.current=null);try{x.pause()}catch{}v?.()}};d.current=requestAnimationFrame(w),p.current=setTimeout(()=>{if(p.current=null,h.current===_){d.current!==null&&(cancelAnimationFrame(d.current),d.current=null);try{x.paused||(x.volume=0,x.pause(),v?.())}catch{}}},y+150)},[m]);c.useEffect(()=>{const y=document.createElement("audio");return y.loop=!0,y.crossOrigin="anonymous",r.current=y,()=>{m();try{y.pause(),y.src=""}catch{}r.current=null}},[m]);const b=!!t?.settings.enabled&&(t?.settings.level??0)>0;return c.useEffect(()=>{if(!b)return;let y=0;const v=setInterval(()=>{const x=r.current;if(!x||x.paused){y=0;return}const _=e.current;if(_&&!_.paused&&!_.ended||a.current==="playing"){y=0;return}y+=1,y>=2&&(y=0,f())},400);return()=>clearInterval(v)},[f,b,e,a]),c.useEffect(()=>{const y=()=>{if(!document.hidden)return;const v=r.current;if(v&&!v.paused){m();try{v.pause()}catch{}}};return document.addEventListener("visibilitychange",y),()=>document.removeEventListener("visibilitychange",y)},[m]),c.useEffect(()=>{u.current=t?{enabled:t.settings.enabled,level:t.settings.level,type:t.settings.type}:null},[t,t?.settings.enabled,t?.settings.level,t?.settings.type]),c.useEffect(()=>{const y=t?.settings,v=r.current;if(!v)return;if(!y||!y.enabled||y.level===0){f();return}const x=Math.min(1,y.level/9);if(l.current!==y.type){const _=q7(y.type);_&&(l.current=y.type,s(_),f(150,()=>{v.src=_,v.load();const C=e.current;C&&!C.paused&&v.addEventListener("canplay",function T(){v.removeEventListener("canplay",T);const w=e.current;w&&!w.paused&&!w.ended&&g(x)})}))}else{const _=e.current,C=!!_&&!_.paused&&!_.ended;if(C&&v.paused&&v.src)g(x);else if(!v.paused)if(!C)f();else{m();const T=v.volume,w=performance.now(),S=()=>{const D=Math.min(1,(performance.now()-w)/150);try{v.volume=T+(x-T)*D}catch{}D<1?d.current=requestAnimationFrame(S):d.current=null};d.current=requestAnimationFrame(S)}}},[t?.settings,t?.settings.enabled,t?.settings.level,t?.settings.type,m,g,f,e]),c.useEffect(()=>{const y=r.current;if(y)try{y.playbackRate=Math.min(1.25,Math.max(.75,t?.settings.speed??1))}catch{}},[t?.settings.speed]),{noiseAudioRef:r,activeNoiseUrl:i,noiseSettingsRef:u,cancelNoiseFade:m,fadeInNoise:g,fadeOutNoise:f}}function Y7({ttsText:t,playbackRate:e,mainVolume:a,fillRef:o,waveProgressRef:r,setProgress:i,setPlaybackState:s,setStateLocal:l,fadeInNoise:u,fadeOutNoise:d,noiseSettingsRef:h,onDoneRef:p,handleEndRef:m}){const g=c.useRef(null),f=c.useRef(0),b=c.useRef(null);c.useEffect(()=>()=>{try{if(b.current&&(cancelAnimationFrame(b.current),b.current=null),window.speechSynthesis)try{window.speechSynthesis.cancel()}catch{}}catch{}},[]);const y=(_,C=1)=>{try{const T=(_||"").trim().split(/\s+/).filter(Boolean).length||Math.max(1,(_||"").length);return Math.max(700,Math.round(T*300/Math.max(.25,C)))}catch{return 1200}},v=c.useCallback(_=>{if(typeof window>"u"||!window.speechSynthesis){try{typeof p.current=="function"&&p.current(!0)}catch{}return}const C=window.speechSynthesis;try{try{C.cancel()}catch{}const T=_??t,w=(Array.isArray(T)?T[0]??"":T)||"",S=new SpeechSynthesisUtterance(w);try{S.rate=Math.max(.3,Math.min(3,e))}catch{}try{S.volume=Math.max(0,Math.min(1,a))}catch{}f.current=y(w,S.rate||1),g.current=performance.now(),i(0),s("playing"),l("playMode");const D=h.current;D?.enabled&&(D?.level??0)>0&&u(D.level/9);const A=()=>{try{const N=g.current||performance.now(),O=performance.now()-N,j=f.current||1200,k=Math.min(1,O/j);i(k);try{o.current&&(o.current.style.left=`${k*100}%`),r.current&&r.current.style.setProperty("--progress",String(k))}catch{}k<1&&(b.current=requestAnimationFrame(A))}catch{}};S.onend=()=>{try{b.current&&(cancelAnimationFrame(b.current),b.current=null),i(1),s("stopped");try{m.current?.()}catch{try{typeof p.current=="function"&&p.current(!0)}catch{}}}catch{}},S.onstart=()=>{try{b.current&&(cancelAnimationFrame(b.current),b.current=null),b.current=requestAnimationFrame(A)}catch{}};try{C.speak(S)}catch{try{typeof p.current=="function"&&p.current(!0)}catch{}}}catch{try{typeof p.current=="function"&&p.current(!0)}catch{}}},[t,e,a,u,o,r,i,s,l,h,p,m]),x=c.useCallback(()=>{try{if(window.speechSynthesis)try{window.speechSynthesis.cancel()}catch{}b.current&&(cancelAnimationFrame(b.current),b.current=null),d(),g.current=null}catch{}s("stopped"),l("active"),i(0)},[d,s,l,i]);return{startTTS:v,stopTTS:x}}var K7='.ihabdevteam-core-scope .audio-player{align-items:center;display:flex;flex-direction:column;width:100%}.ihabdevteam-core-scope .audio-player__no-waveform{align-items:center;align-self:flex-start;color:var(--color-lightGray);display:flex;gap:4px;margin:6px 0 0}.ihabdevteam-core-scope .audio-player__no-waveform .iconRenderer-icon{align-items:center;display:inline-flex}.ihabdevteam-core-scope .audio-player__panel{align-items:center;background:linear-gradient(90deg,var(--color-main),var(--color-sub));background:linear-gradient(var(--angle,90deg),var(--color-main),var(--color-sub));border-radius:var(--radius-m);display:flex;height:120px;position:relative;width:100%}.ihabdevteam-core-scope .audio-player.is-disabled .audio-player__panel{background:var(--color-darkWhite);border:1px solid var(--color-darkWhite)}.ihabdevteam-core-scope .audio-player.is-disabled .audio-player__buttons,.ihabdevteam-core-scope .audio-player.is-disabled .audio-player__play,.ihabdevteam-core-scope .audio-player.is-disabled .audio-player__wave{pointer-events:none}.ihabdevteam-core-scope .audio-player.is-disabled .audio-player__buttons .button,.ihabdevteam-core-scope .audio-player.is-disabled .audio-player__play .button{opacity:.7}.ihabdevteam-core-scope .audio-player__play{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:relative;right:0;top:0;transition:opacity .16s ease,transform .16s ease;width:100%;z-index:10}.ihabdevteam-core-scope .audio-player__play.is-visible{opacity:1;pointer-events:auto}.ihabdevteam-core-scope .audio-player__panel>.button{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .16s ease,transform .16s ease;will-change:opacity,transform;z-index:35}.ihabdevteam-core-scope .audio-player__button{align-items:center;background:transparent;border:0;cursor:pointer;display:flex;inset:0;justify-content:center;padding:0;position:absolute;z-index:35}.ihabdevteam-core-scope .audio-player__button-triangle-wrap{align-items:center;display:flex;height:90px;justify-content:center;transition:transform .32s cubic-bezier(.2,.7,.2,1);width:90px}.ihabdevteam-core-scope .audio-player__button:hover .audio-player__button-triangle-wrap{transform:scale(1.18)}.ihabdevteam-core-scope .audio-player__button:active .audio-player__button-triangle-wrap{transform:scale(1.06)}.ihabdevteam-core-scope .audio-player__button-triangle{height:100%;width:100%}.ihabdevteam-core-scope .audio-player__button-triangle path{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6}.ihabdevteam-core-scope .audio-player.is-disabled .audio-player__button{cursor:default;opacity:.5;pointer-events:none}.ihabdevteam-core-scope .audio-player__slider{align-items:center;bottom:50px;box-sizing:border-box;display:flex;left:20px;pointer-events:none;position:absolute;right:20px;top:20px}.ihabdevteam-core-scope .audio-player__buttons{align-items:center;border-radius:999px;bottom:10px;box-sizing:border-box;display:flex;gap:0;height:28px;justify-content:center;left:0;pointer-events:auto;position:absolute;right:0;z-index:40}.ihabdevteam-core-scope .audio-player__source-buttons{align-items:center;border:1px solid var(--color-white-a30);border-radius:var(--radius-m);display:inline-flex;justify-content:center;overflow:visible}.ihabdevteam-core-scope .audio-player__source-buttons .button{flex:0 0 auto;max-width:60px}.ihabdevteam-core-scope .audio-player__buttons .button[aria-label=\\B2E4\\C74C],.ihabdevteam-core-scope .audio-player__buttons .button[aria-label=\\C774\\C804],.ihabdevteam-core-scope .audio-player__buttons .button[aria-label=\\C815\\C9C0]{display:none}.ihabdevteam-core-scope .audio-player__buttons>.button{align-items:center;display:inline-flex;justify-content:center;margin:0;width:auto}.ihabdevteam-core-scope .audio-player__fill{backface-visibility:hidden;background:var(--color-pureWhite);border-radius:var(--radius-sm);height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) scaleY(0);transform-origin:center center;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .16s ease;width:8px;will-change:transform,opacity;z-index:70}.ihabdevteam-core-scope .audio-player__fill.is-visible{opacity:1}.ihabdevteam-core-scope .audio-player__fill.is-expanded{transform:translateX(-50%) translateY(-50%) scaleY(1)}.ihabdevteam-core-scope .audio-player__fill.is-paused{transition:opacity .16s ease}.ihabdevteam-core-scope .audio-player__fill.is-out{animation:audio-player-fill-out .28s cubic-bezier(.2,.8,.2,1) forwards}@keyframes audio-player-fill-out{0%{opacity:1;transform:translateX(-50%) translateY(-50%) scaleY(1)}to{opacity:0;transform:translateX(-50%) translateY(-50%) scaleY(0)}}.ihabdevteam-core-scope .audio-player__loading{align-items:center;background:transparent;border-radius:var(--radius-sm);color:rgba(0,0,0,.85);color:var(--audio-loading-foreground,rgba(0,0,0,.85));display:inline-flex;font-size:13px;gap:var(--spacing-xs);left:50%;padding:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:999}.ihabdevteam-core-scope .audio-player__debug{align-items:center;background:hsla(0,0%,100%,.06);border-radius:18px;color:#fff;display:flex;font-size:12px;gap:8px;padding:6px 10px;pointer-events:none;position:absolute;right:12px;top:12px}.ihabdevteam-core-scope .audio-player__debug-dot{border-radius:10px;box-shadow:0 0 6px rgba(0,0,0,.4);display:inline-block;height:10px;width:10px}.ihabdevteam-core-scope .audio-player__loading .audio-player__loading-text,.ihabdevteam-core-scope .audio-player__panel.is-loading .audio-player__loading-text{display:none}.ihabdevteam-core-scope .audio-player__loading-spinner{animation:audio-player-spinner .9s linear infinite;border:4px solid hsla(0,0%,100%,.2);border-radius:50%;border-top-color:#fff;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));height:40px;width:40px}@keyframes audio-player-spinner{to{transform:rotate(1turn)}}.ihabdevteam-core-scope .audio-player__wave{height:90%;position:absolute}.ihabdevteam-core-scope .audio-player__wave,.ihabdevteam-core-scope .audio-player__wave-inner{align-items:center;display:flex;justify-content:center;pointer-events:none;width:100%;z-index:60}.ihabdevteam-core-scope .audio-player__wave-inner{cursor:default;gap:3px;gap:var(--bar-gap,3px);height:100%;margin:0 auto;padding:0}.ihabdevteam-core-scope .audio-player__wave-inner:not(.is-ready) .audio-player__bar:after{opacity:0}.ihabdevteam-core-scope .audio-player__wave-inner.is-ready .audio-player__bar:after{animation:wave-bar-in .35s cubic-bezier(.22,.9,.3,1) both;animation-delay:0ms;animation-delay:calc(var(--i, 0)*2ms)}@keyframes wave-bar-in{0%{opacity:0;transform:translateY(-50%) scaleY(.05)}to{opacity:1;transform:translateY(-50%) scaleY(.15);transform:translateY(-50%) scaleY(var(--val,.15))}}.ihabdevteam-core-scope .audio-player__wave-inner.is-ready .audio-player__bar--hidden:after,.ihabdevteam-core-scope .audio-player__wave-noise.is-ready .audio-player__bar--hidden:after{animation:none;opacity:0}.ihabdevteam-core-scope .audio-player__wave-played{bottom:0;clip-path:inset(0 100% 0 0);clip-path:inset(0 calc((1 - var(--progress, 0))*100%) 0 0);left:0;pointer-events:none;position:absolute;right:0;top:0}.ihabdevteam-core-scope .audio-player__bar{box-sizing:border-box;flex:0 0 3px;flex:0 0 var(--bar-w,3px);height:100%;position:relative}.ihabdevteam-core-scope .audio-player__wave-unplayed .audio-player__bar:after{background:color-mix(in srgb,var(--color-lightMain),var(--color-lightSub) 0);border-radius:999px;content:"";height:100%;left:0;opacity:1;position:absolute;right:0;top:50%;transform:translateY(-50%) scaleY(.15);transform:translateY(-50%) scaleY(var(--val,.15));transform-origin:center center;z-index:61}@supports (color:color-mix(in lch,red,blue)) and (top:var(--f )){.ihabdevteam-core-scope .audio-player__wave-unplayed .audio-player__bar:after{background:color-mix(in srgb,var(--color-lightMain),var(--color-lightSub) calc(var(--mix, 0)*100%))}}.ihabdevteam-core-scope .audio-player__wave-played .audio-player__bar:after{background:color-mix(in srgb,var(--color-lightMain),var(--color-lightSub) 0);border-radius:999px;content:"";height:100%;left:0;opacity:1;position:absolute;right:0;top:50%;transform:translateY(-50%) scaleY(.15);transform:translateY(-50%) scaleY(var(--val,.15));transform-origin:center center;z-index:62}@supports (color:color-mix(in lch,red,blue)) and (top:var(--f )){.ihabdevteam-core-scope .audio-player__wave-played .audio-player__bar:after{background:color-mix(in srgb,var(--color-lightMain),var(--color-lightSub) calc(var(--mix, 0)*100%))}}.ihabdevteam-core-scope .audio-player__wave-noise{align-items:center;bottom:0;display:flex;gap:3px;gap:var(--bar-gap,3px);justify-content:center;left:0;margin:0 auto;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:58}.ihabdevteam-core-scope .audio-player__wave-noise .audio-player__bar:after{background:color-mix(in srgb,var(--color-deepMain),var(--color-deepSub) 0);border-radius:999px;content:"";height:100%;left:0;opacity:1;position:absolute;right:0;top:50%;transform:translateY(-50%) scaleY(.1);transform:translateY(-50%) scaleY(var(--val,.1));transform-origin:center center;z-index:58}@supports (color:color-mix(in lch,red,blue)) and (top:var(--f )){.ihabdevteam-core-scope .audio-player__wave-noise .audio-player__bar:after{background:color-mix(in srgb,var(--color-deepMain),var(--color-deepSub) calc(var(--mix, 0)*100%))}}.ihabdevteam-core-scope .audio-player__wave-noise:not(.is-ready) .audio-player__bar:after{opacity:0}.ihabdevteam-core-scope .audio-player__wave-noise.is-ready .audio-player__bar:after{animation:wave-bar-in .35s cubic-bezier(.22,.9,.3,1) both;animation-delay:0ms;animation-delay:calc(var(--i, 0)*2ms)}.ihabdevteam-core-scope .audio-player__segments{align-items:center;display:flex;gap:3px;gap:var(--bar-gap,3px);height:100%;position:relative;width:100%}.ihabdevteam-core-scope .audio-player__segment{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:10px 0;pointer-events:auto;position:relative}.ihabdevteam-core-scope .audio-player__segment-inner{align-items:center;display:flex;gap:3px;gap:var(--bar-gap,3px);height:100%;justify-content:center;width:100%}';Q(K7);const ib=4;async function Z7(t,e,a){try{const o=window.AudioContext||window.webkitAudioContext,r=new o,i=await r.decodeAudioData(t.slice(0)),s=i.numberOfChannels>0?i.getChannelData(0):null;if(!s)return null;const l=a&&a>0?Math.min(s.length,Math.floor(a*i.sampleRate)):s.length,u=Math.max(e,l),d=Math.floor(u/e)||1,h=new Array(e).fill(0).map((p,m)=>{const g=m*d,f=Math.min(g+d,u);let b=0;for(let y=g;y<f;y++){const v=Math.abs(s[y]);v>b&&(b=v)}return b});try{r.close&&r.close()}catch{}return h}catch{return null}}async function sb(t,e,a){try{const o=await(await fetch(t)).arrayBuffer();return await Z7(o,e,a)}catch(o){try{const r=an(o)}catch{}return null}}function X7(t){const{src:e,segments:a,progress:o=0,waveProgressRef:r,noiseSrc:i,noiseLevel:s=0,noiseSpeed:l=1,totalDuration:u=0,mainVolume:d=1,onReadyChange:h,showSoundWaveForm:p=!0}=t,m=c.useRef(null),g=c.useRef(null),[f,b]=c.useState(null),[y,v]=c.useState(!1),[x,_]=c.useState(null),[C,T]=c.useState(2),[w,S]=c.useState(0),[D,A]=c.useState(null),[N,O]=c.useState(!1),j=3,k=3,E=1,L=300,z=c.useRef(0),te=c.useCallback(async(U,ee)=>{const pe=++z.current,he=()=>z.current===pe;try{if(v(!1),!U){he()&&b(null);return}let oe=ee;if(!oe)try{for(let Ie=0;Ie<4&&!(m.current||g.current);Ie++)await new Promise(We=>requestAnimationFrame(We));await new Promise(Ie=>requestAnimationFrame(Ie));const de=m.current,Ce=g&&g.current?g.current:de?de.closest(".audio-player__wave"):null,Z=Ce?Ce.getBoundingClientRect():de?de.getBoundingClientRect():null,le=Z?Math.max(100,Z.width):320,G=Z?Z.height:0;G>0&&S(G),oe=Math.max(E,Math.min(L,Math.floor((le+k)/(j+k))));const ce=oe*j,be=Math.max(0,oe-1),De=be>0?(le-ce)/be:k;T(Math.max(0,De))}catch{oe=120}const X=await sb(U,oe);if(!he())return;if(!X){b(null),v(!1);return}b(X),_(oe),v(!0)}catch{if(!he())return;b(null),v(!1)}},[v,b,S,T,_]);c.useEffect(()=>{const U=a&&a[0]&&a[0].src||e||a&&a.length===1&&a[0]&&a[0].src;te(typeof U=="string"?U:void 0).catch(()=>{}),O(!1)},[e,a,te]),c.useEffect(()=>{let U=!1;if(!i||!x){A(null);return}const ee=u>0?u*(l||1):void 0;return sb(i,x,ee).then(pe=>{U||A(pe)}).catch(()=>{U||A(null)}),()=>{U=!0}},[i,x,u,l]);const J=Math.max(0,Math.min(1,d)),ae=c.useMemo(()=>f&&f.length&&Math.max(...f)||1,[f]),M=x||40,R=c.useMemo(()=>Array.from({length:M}).map((U,ee)=>{const pe=f&&f[ee]!=null?f[ee]:null,he=pe==null?null:Math.min(1,pe/ae*J),oe=he!=null&&w>0&&he*w<=ib,X=he==null?.15:oe?0:he,de=M>1?ee/(M-1):0;return n.jsx("div",{className:oe?"audio-player__bar audio-player__bar--hidden":"audio-player__bar",style:{"--val":X,"--i":ee,"--mix":de}},ee)}),[M,f,ae,J,w]),$={"--progress":String(Math.max(0,Math.min(1,o)))},F={"--bar-gap":`${C}px`},I=Math.max(0,Math.min(9,s))/9,q=y&&(i?!!D:!0);c.useEffect(()=>{q&&O(!0)},[q]);const P=N?y:q;c.useEffect(()=>{h?.(P)},[P,h]);const H=x||40,V=c.useMemo(()=>Array.from({length:H}).map((U,ee)=>{const pe=D&&D[ee]!=null?D[ee]:null,he=pe==null?0:Math.min(1,pe/ae*I),oe=w>0&&he*w<=ib,X=oe?0:he,de=H>1?ee/(H-1):0;return n.jsx("div",{className:oe?"audio-player__bar audio-player__bar--hidden":"audio-player__bar",style:{"--val":X,"--i":ee,"--mix":de}},ee)}),[H,D,ae,I,w]);return n.jsxs("div",{className:"audio-player__wave",ref:g,style:F,children:[i&&n.jsx("div",{className:`audio-player__wave-noise ${q?"is-ready":""}`,"aria-hidden":"true",children:V}),p&&n.jsxs(n.Fragment,{children:[n.jsx("div",{className:`audio-player__wave-inner audio-player__wave-unplayed ${P?"is-ready":""}`,ref:m,children:R}),n.jsx("div",{className:`audio-player__wave-inner audio-player__wave-played ${P?"is-ready":""}`,ref:r,style:$,children:R})]})]})}const J7={idle:"\uB300\uAE30",resolving:"\uB9AC\uC18C\uC2A4 \uB9E4\uD551 \uC911\u2026",checking_exists:"\uD30C\uC77C \uC874\uC7AC \uD655\uC778\u2026",getting_signed_url:"\uC11C\uBA85 URL \uC870\uD68C\u2026",downloading:"\uB2E4\uC6B4\uB85C\uB4DC \uC911\u2026",measuring_duration:"\uC624\uB514\uC624 \uAE38\uC774 \uCE21\uC815\u2026",ready:"\uC900\uBE44 \uC644\uB8CC",error:"\uC624\uB958 \uBC1C\uC0DD"};function Nc(t,e){return new Promise((a,o)=>{const r=document.createElement("audio");let i=!1;const s=()=>{try{r.src=""}catch{}},l=()=>{if(i)return;i=!0;const d=isFinite(r.duration)&&r.duration||0;s(),a(d)},u=d=>{i||(i=!0,s(),e.rejectOnError?o(new Error(d)):a(0))};r.addEventListener("loadedmetadata",l),r.addEventListener("error",()=>u("audio load failed")),setTimeout(()=>u("audio load timeout"),e.timeoutMs),r.src=t})}const Q7=2e3;function lb(t,e=Q7){return new Promise(a=>{let o=!1;const r=()=>{o||(o=!0,a())};t.addEventListener("canplay",r,{once:!0}),t.addEventListener("error",r,{once:!0}),setTimeout(r,e)})}function e6({showSoundWaveForm:t,showNoiseWaveForm:e,timeoutMs:a=2500}){const o=c.useRef(!1),r=c.useRef([]),i=c.useCallback(u=>{if(o.current=u,!u||!r.current.length)return;const d=r.current;r.current=[];for(const h of d)h()},[]),s=c.useCallback(()=>{o.current=!1},[]),l=c.useCallback(()=>!t&&!e||o.current?Promise.resolve():new Promise(u=>{const d=setTimeout(u,a);r.current.push(()=>{clearTimeout(d),u()})}),[t,e,a]);return c.useEffect(()=>()=>{const u=r.current;r.current=[];for(const d of u)d()},[]),{onReadyChange:i,waitForReady:l,markNotReady:s}}function t6(){const t=c.useRef([]),e=c.useCallback(r=>(t.current.push(r),r),[]),a=c.useCallback(r=>{const i=new Set([...r].filter(Boolean));t.current=t.current.filter(s=>{if(i.has(s))return!0;try{URL.revokeObjectURL(s)}catch{}return!1})},[]),o=c.useCallback(()=>{a([])},[a]);return c.useEffect(()=>()=>{for(const r of t.current)try{URL.revokeObjectURL(r)}catch{}t.current=[]},[]),{track:e,keepOnly:a,revokeAll:o}}function a6({offsetY:t=8}={}){const e=c.useRef(null),[a,o]=c.useState(null),r=c.useCallback(()=>o(null),[]),i=c.useCallback(()=>{try{const s=e.current?.getBoundingClientRect();if(!s)return;o({left:s.left,right:s.right,width:s.width,height:s.height,x:s.x,top:s.top+t,bottom:s.bottom+t,y:s.y+t,toJSON:s.toJSON.bind(s)})}catch{}},[t]);return c.useEffect(()=>{if(a)return document.addEventListener("mousedown",r),()=>document.removeEventListener("mousedown",r)},[a,r]),{ref:e,rect:a,show:i,hide:r}}function o6({currentTime:t,sources:e,index:a,audioDuration:o}){const r=a||0,i=Array.isArray(e)&&e.length>0?e[r]:void 0,s=i?i.duration||o||0:o||0;if(!(s>0))return 0;const l=Number.isFinite(t)?t:0;return Math.max(0,Math.min(1,l/s))}function r6(t,e){if(!Array.isArray(t))return null;const a=e||0;return a<t.length-1?a+1:null}function n6({ended:t,completedByEnd:e}){return!!t||!!e}function i6(t){return t.map((e,a)=>({src:e.src,label:String(a+1),color:void 0,duration:e.duration||0}))}function s6(t){return t.reduce((e,a)=>e+(a.duration||0),0)}function l6(t,e,a){const o=Array.isArray(t)?t:t?[t]:[],r=[];for(const i of o)if(i){if(typeof i=="object"&&i!==null&&"src"in i&&i.src){const s=i;r.push({code:s.code??null,src:s.src});continue}if(typeof i=="string"&&(i.startsWith("http")||i.includes("/"))){r.push({code:null,src:i});continue}if(typeof i=="string"||typeof i=="number"){const s=String(i),l=a(s,e);l&&r.push({code:s,resolvedPath:l})}}return r}function c6({audioRef:t,fillRef:e,waveProgressRef:a,sourcesRef:o,currentIndexRef:r}){const i=c.useRef(null),s=c.useCallback(()=>{i.current!==null&&(cancelAnimationFrame(i.current),i.current=null)},[]),l=c.useCallback(()=>{if(i.current!==null)return;const d=()=>{try{const h=t.current,p=o6({currentTime:h&&typeof h.currentTime=="number"?h.currentTime:0,sources:o.current,index:r.current,audioDuration:h&&h.duration?h.duration:0});try{e.current&&(e.current.style.left=`${p*100}%`)}catch{}try{a.current?.style.setProperty("--progress",String(p))}catch{}}catch{}i.current=requestAnimationFrame(d)};i.current=requestAnimationFrame(d)},[t,e,a,o,r]),u=c.useCallback(d=>{s();try{e.current&&(e.current.style.left=`${d*100}%`)}catch{}try{a.current?.style.setProperty("--progress",String(d))}catch{}},[s,e,a]);return c.useEffect(()=>s,[s]),{start:l,stop:s,settleTo:u}}function Tr({btnLabel:t,soundSrc:e,bucketPath:a,onDone:o,disabled:r=!1,ttsText:i=null,className:s,showSoundWaveForm:l=!0,showNoiseWaveForm:u=!0}){const{t:d}=ge(),h=t,p=Ac(),m=c.useRef(p?.registerAnalyser);c.useEffect(()=>{m.current=p?.registerAnalyser});const g=c.useRef(null),f=c.useRef(null),b=c.useRef(null),y=t6(),v=c.useRef(null),x=c.useRef(!1),_=c.useRef(0),C=c.useRef(null),{ref:T,rect:w,show:S,hide:D}=a6();c.useEffect(()=>()=>{m.current?.("main",null),m.current?.("noise",null)},[]);const[A,N]=c.useState(!1),[O,j]=c.useState("idle"),[k,E]=c.useState("stopped"),L=c.useRef("stopped");c.useEffect(()=>{L.current=k},[k]);const[z,te]=c.useState(0),[J,ae]=c.useState("active"),[M,R]=c.useState(null),[$,F]=c.useState(null),[I,q]=c.useState(0),[P,H]=c.useState(!1),[V,U]=c.useState(0),ee=p?.playbackRate??1,pe=p?.mainVolume??1,[he,oe]=c.useState("idle"),[X,de]=c.useState(""),[Ce]=c.useState("top"),Z=c.useRef(null),le=c.useRef(0),G=c.useRef(null),{start:ce,stop:be,settleTo:De}=c6({audioRef:g,fillRef:f,waveProgressRef:G,sourcesRef:Z,currentIndexRef:le}),{onReadyChange:Ie,waitForReady:We,markNotReady:He}=e6({showSoundWaveForm:l,showNoiseWaveForm:u}),$e=c.useRef(null),rt=c.useRef(r),Oe=c.useRef(o),Ge=c.useRef(null),Fe=c.useRef(!1),[fe,nt]=c.useState(!1),qe=c.useCallback(Y=>{Fe.current=Y,nt(Y)},[]),Me=c.useRef(null),{activeNoiseUrl:Ke,noiseSettingsRef:Lt,fadeInNoise:Ze,fadeOutNoise:Ye}=U7({noisePlayer:p,audioRef:g,playbackStateRef:L}),{startTTS:ht,stopTTS:Le}=Y7({ttsText:i,playbackRate:ee,mainVolume:pe,fillRef:f,waveProgressRef:G,setProgress:te,setPlaybackState:E,setStateLocal:ae,fadeInNoise:Ze,fadeOutNoise:Ye,noiseSettingsRef:Lt,onDoneRef:Oe,handleEndRef:Me}),ot=Array.isArray(e)?e.filter(Boolean):e?[e]:[],Qe=(!ot||ot.length===0)&&!!i,Pe=Array.isArray(M)&&M.length>0?M:Array.isArray($)&&$.length>0?$:null,Xe=Math.max(Array.isArray(Pe)?Pe.length:0,ot.length),et=c.useCallback(async(Y,ne=3,xe=50)=>{for(let ke=0;ke<ne;ke++)try{return await Y.play(),!0}catch(Se){if((Se instanceof Error||typeof Se=="object"&&Se&&"name"in Se?Se.name:void 0)==="AbortError"){await new Promise(je=>setTimeout(je,xe));continue}try{de(d("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."))}catch{}return!1}try{de(d("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."))}catch{}return!1},[d]),Ct=c.useCallback(()=>{const Y=g.current;if(!Y)return;const ne=()=>{E("playing"),ae("playMode"),H(!0),ce();try{Ko(),m.current?.("main",Zo(Y))}catch{}const Se=Lt.current;Se?.enabled&&(Se?.level??0)>0&&Ze(Se.level/9)},xe=()=>{n6({ended:!!Y?.ended,completedByEnd:Fe.current})||(E("paused"),be(),Ye())},ke=()=>{try{const Se=Z.current,je=r6(Se,le.current);if(je!==null){le.current=je,q(je),H(!0);const it=Se?.[je]&&Se[je].src;if(it&&Y){Y.src=it,Y.load(),et(Y).catch(()=>{});return}}}catch{}E("stopped"),te(1);try{if(Y)try{Y.currentTime=0}catch{}}catch{}be(),H(!1),Ye();try{!rt.current&&Me.current&&Me.current()}catch{}};return Y.addEventListener("play",ne),Y.addEventListener("pause",xe),Y.addEventListener("ended",ke),()=>{try{Y.removeEventListener("play",ne),Y.removeEventListener("pause",xe),Y.removeEventListener("ended",ke),be()}catch{}}},[Ze,Ye,et,Lt,ce,be]);c.useEffect(()=>Ct(),[Ct]),c.useEffect(()=>{rt.current=r},[r]),c.useEffect(()=>{Oe.current=o},[o]),c.useEffect(()=>{if(r||J!=="active")return;const Y=C.current;if(!Y)return;let ne=null;const xe=requestAnimationFrame(()=>{try{const ke=Y.getTotalLength();if(!ke)return;const Se=ke*.2;Y.style.strokeDasharray=`${ke-Se} ${Se}`;const je="triFlow_"+Math.random().toString(36).slice(2);ne=document.createElement("style"),ne.textContent=`@keyframes ${je}{from{stroke-dashoffset:0}to{stroke-dashoffset:-${ke}}}`,document.head.appendChild(ne),Y.style.animation=`${je} 2.4s linear infinite`}catch{}});return()=>{cancelAnimationFrame(xe),ne?.remove()}},[J,r]),c.useEffect(()=>{Z.current=M},[M]),c.useEffect(()=>{le.current=I},[I]),c.useEffect(()=>{const Y=b.current,ne=v.current;if(!Y||!ne)return;let xe=null;const ke=32,Se=60,je=()=>{try{const ut=Array.from(Y.querySelectorAll(":scope > .button"));let ue=0;ut.forEach(Jt=>{if(Jt===ne)return;const Mo=Jt.getBoundingClientRect();ue+=Mo.width});const Ae=Y.getBoundingClientRect().width,tt=Math.max(0,Math.floor(Ae-ue-8)),_t=Xe;if(!_t||tt<=0){Array.from(ne.children).forEach(Jt=>{try{Jt.style.width=""}catch{}});return}let wt=Math.floor(tt/_t);wt>Se&&(wt=Se),wt<ke&&(wt=Math.max(ke,Math.floor(tt/_t))),Array.from(ne.querySelectorAll(".button")).forEach(Jt=>{try{Jt.style.width=`${wt}px`}catch{}})}catch{}},it=requestAnimationFrame(je);try{xe=new ResizeObserver(()=>{requestAnimationFrame(je)}),xe.observe(Y),xe.observe(ne),window.addEventListener("resize",je)}catch{}return()=>{try{cancelAnimationFrame(it)}catch{}try{xe&&(xe.disconnect(),xe=null)}catch{}try{window.removeEventListener("resize",je)}catch{}}},[M,$,Xe]),c.useEffect(()=>()=>{try{$e.current&&(clearTimeout($e.current),$e.current=null),Ge.current&&(clearTimeout(Ge.current),Ge.current=null)}catch{}},[]);const jt=(Y,ne)=>{R(Y),U(ne),He(),F(i6(Y)),Z.current=Y},st=async(Y,ne)=>{qe(!1),x.current=!1,Y.src=ne,Y.load(),await lb(Y),await We(),N(!1),await et(Y),ae("playMode"),q(0),H(!0)},Gt=async(Y,ne=!1)=>{const xe=g.current;N(!0),j("measuring_duration");try{const ke=await Nc(Y,{timeoutMs:1e4,rejectOnError:!0});jt([{src:Y,objectUrl:null,duration:ke}],ke),j("ready"),ne&&xe&&await st(xe,Y)}finally{x.current=!1,N(!1)}},bt=async(Y,ne=!1)=>{const xe=g.current;N(!0),j("measuring_duration");try{const ke=await Promise.all(Y.map(je=>Nc(je,{timeoutMs:1e4}))),Se=Y.map((je,it)=>({src:je,objectUrl:null,duration:ke[it]||0}));jt(Se,s6(Se)),j("ready"),ne&&xe&&Se.length>0&&await st(xe,Se[0].src)}finally{x.current=!1,N(!1)}},qt=async(Y=!1,ne=!0)=>{const xe=g.current,ke=e?Array.isArray(e)?e:[e]:[];if(!(!ke||ke.length===0||!ke.some(Boolean))&&!x.current){x.current=!0,ne&&N(!0),j("resolving");try{const Se=l6(e,a,Or),je=[];let it=0;for(const ut of Se){let ue=ut.src??null,Ae=null;if(!ue&&ut.resolvedPath){try{j("getting_signed_url"),ue=await qo(ut.resolvedPath)}catch{ue=null}if(!ue)try{j("downloading");const _t=await zr(ut.resolvedPath);if(_t){const wt=_t instanceof Blob?_t:new Blob([_t]);Ae=y.track(URL.createObjectURL(wt)),ue=Ae}}catch{j("error");try{de(d("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.")),ae("active")}catch{}}}if(!ue)continue;let tt=0;try{j("measuring_duration"),tt=await Nc(ue,{timeoutMs:3e3})}catch{tt=0}it+=tt||0,je.push({...ut,src:ue,objectUrl:Ae,duration:tt})}if(jt(je,it),je.length>0&&Y&&xe){const ut=je[0];qe(!1);try{y.keepOnly(je.map(ue=>ue.objectUrl))}catch{}if(j("ready"),x.current=!1,ut.src&&xe)try{xe.src=ut.src,xe.load(),await lb(xe),await We(),ne&&N(!1),xe&&await et(xe)}catch{ne&&N(!1)}else ne&&N(!1);ae("playMode"),q(0),H(!0)}}finally{x.current=!1,ne&&N(!1),j(Se=>Se==="ready"?"ready":"idle")}}},sa=async()=>{const Y=g.current;if(!(!Y&&!Qe)){if(Qe){const ne=window.speechSynthesis;if(J==="active"){const xe=Uo(),ke=Array.isArray(i)?i.filter(Boolean):i?[i]:[];if(xe&&ke.length>0){ae("load"),N(!0),j("resolving"),x.current=!0;try{const Se=await Promise.all(ke.map(je=>Promise.resolve(xe(je))));Se.length>1?await bt(Se,!0):await Gt(Se[0],!0)}catch{x.current=!1,N(!1),ae("active"),ht(ke[0]||void 0)}return}ht(ke[0]||void 0);return}if(J==="playMode"){if(Y){if(Y.paused){if(Fe.current){await Ut();return}await et(Y),E("playing")}else Y.pause(),E("paused");return}try{if(ne&&ne.paused)try{ne.resume(),E("playing")}catch{}else try{ne.pause(),E("paused")}catch{}}catch{}}return}if(J==="active"){if(r&&Array.isArray(Z.current)&&Z.current.length>0){const ne=Z.current[0];try{if(ne.src&&Y)try{Y.src=ne.src,Y.load(),Y&&await et(Y)}catch{}ae("playMode"),q(0),H(!0);return}catch{}}ae("load"),await qt(!0);return}if(J!=="load"&&(J==="playMode"||J==="active"))try{if(Y&&Y.paused){if(Fe.current){await Ut();return}Y&&await et(Y),E("playing")}else Y&&(Y.pause(),E("paused"))}catch(ne){(ne instanceof Error||typeof ne=="object"&&ne&&"name"in ne)&&ne.name}}},Ut=async()=>{const Y=g.current;if(Y)try{const ne=Z.current;if(Array.isArray(ne)&&ne.length>1){await Ot(0);return}qe(!1);try{Y.currentTime=0}catch{}Y&&await et(Y),E("playing"),ae("playMode")}catch{}},Ma=()=>{if(Qe){Le();return}const Y=g.current;try{if(Y){try{Y.pause()}catch{}try{Y.currentTime=0}catch{}}}catch{}Ye(),E("stopped"),ae("active"),te(0),H(!1)},la=async(Y,{sameSegment:ne=!1}={})=>{const xe=++_.current,ke=g.current,Se=Z.current?.[Y]?.src;try{if(qe(!1),q(Y),H(!0),le.current=Y,!Se||!ke||(ne||He(),ke.src=Se,ke.load(),ne||await We(),xe!==_.current)||(await et(ke),xe!==_.current))return;E("playing"),ae("playMode")}catch{}},Xt=async()=>{const Y=Z.current,ne=le.current||0;if(!Y||ne<=0){await Ut();return}await la(ne-1)},Pa=async()=>{const Y=Z.current,ne=le.current||0;if(!Y||ne>=Y.length-1){Ma();return}await la(ne+1)},Mt=()=>{if(Fe.current)return;const Y=200,ne=340;qe(!0);try{te(1)}catch{}De(1);try{oe("hold")}catch{}try{const xe=g.current,ke=Qe&&!!xe?.src;if(!Qe||ke){if(xe){xe.pause();try{xe.currentTime=0}catch{}}}else Le();Ye()}catch{}try{E("stopped")}catch{}if(H(!1),!rt.current)try{Ge.current&&(clearTimeout(Ge.current),Ge.current=null),Ge.current=setTimeout(()=>{try{oe("out")}catch{}Ge.current=setTimeout(()=>{try{typeof Oe.current=="function"&&Oe.current(!0)}catch{}try{oe("idle")}catch{}Ge.current=null},ne)},Y)}catch{}};c.useEffect(()=>{Me.current=Mt});const Ya=c.useCallback(()=>de(""),[]),Ot=async Y=>{(Z.current||[])[Y]&&await la(Y,{sameSegment:Y===le.current})},Ca=k==="playing",Ka=c.useMemo(()=>{if(!$||$.length<=1)return $;const Y=$[I];return Y?[Y]:$},[$,I]),Je=r===!0;c.useEffect(()=>{try{const Y=g.current;Y&&typeof Y.playbackRate=="number"&&(Y.playbackRate=ee||1)}catch{}},[ee]),c.useEffect(()=>{try{const Y=g.current;Y&&(Y.volume=Math.max(0,Math.min(1,pe)))}catch{}},[pe]);const zt=he==="hold",St=he==="out",_a=J==="playMode"&&!A&&!fe||zt||St,ca=k!=="stopped"||zt||St,re=k==="paused",ve=Math.max(0,Math.min(100,(z||0)*100)),ye=_e("audio-player__fill",_a?"is-visible":"",ca?"is-expanded":"",re?"is-paused":"",St?"is-out":"");return n.jsxs("div",{className:`audio-player ${Je?"is-disabled":""}${s?` ${s}`:""}`,role:"group","aria-label":typeof h=="string"?h:void 0,children:[n.jsxs("div",{className:`audio-player__panel ${Ca?"is-playing":""} ${A?"is-loading":""} ${J!=="default"?"is-revealed":""}`,children:[A?n.jsxs("div",{className:"audio-player__loading",role:"status","aria-live":"polite",children:[n.jsx("span",{className:"audio-player__loading-spinner","aria-hidden":"true"}),n.jsx("span",{className:"audio-player__loading-text",children:J7[O]})]}):null,J==="active"?n.jsx("button",{className:"audio-player__button",type:"button",onClick:()=>{D(),sa()},"aria-label":typeof h=="string"?h:d("training.listen","\uB4E3\uAE30"),onMouseEnter:S,onMouseLeave:D,onFocus:S,onBlur:D,children:n.jsx("span",{ref:T,className:"audio-player__button-triangle-wrap",children:n.jsx("svg",{className:"audio-player__button-triangle",viewBox:"0 0 24 24","aria-hidden":"true",children:n.jsx("path",{ref:C,d:"M13.2 7.7 L16.5 9.85 Q20.2 12 16.5 14.15 L10 18.3 Q7 19.7 7 16.3 L7 7.7 Q7 4.3 10 5.7 L13.2 7.7"})})})}):null,w&&n.jsx(Na,{anchorRect:w,text:typeof h=="string"&&h?h:d("training.listenLabel","\uBB38\uC7A5 \uB4E3\uAE30"),offset:8}),n.jsxs("div",{className:`audio-player__play ${J==="playMode"||Ca?"is-visible":""}`,children:[n.jsxs("div",{ref:b,className:"audio-player__buttons",children:[n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"skip-back",onClick:Xt,ariaLabel:d("training.prev","\uC774\uC804"),width:"60px",variant:"transparent-white","aria-hidden":"true",tabIndex:-1,disabled:J!=="playMode"}),n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:Ca?"pause":"play",onClick:sa,ariaLabel:d("common.playPause","\uC7AC\uC0DD / \uBA48\uCDA4"),width:"60px",variant:"transparent-white",disabled:J!=="playMode"}),n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"square",onClick:Ma,ariaLabel:d("training.stop","\uC815\uC9C0"),width:"60px",variant:"transparent-white","aria-hidden":"true",tabIndex:-1,disabled:J!=="playMode"}),Xe>1?n.jsx("div",{ref:v,className:"audio-player__source-buttons",children:Array.from({length:Xe}).map((Y,ne)=>n.jsx(se,{size:32,type:"dot",shape:"pill",useBorder:!1,label:String(ne+1),onClick:()=>{try{Ot(ne)}catch{}},ariaLabel:d("training.sourcePlay",{n:ne+1}),variant:"transparent-white",selected:P&&I===ne,disabled:J!=="playMode"||!(Array.isArray(M)&&M[ne]),showTooltipInfo:!0},ne))}):null,!Array.isArray(M)||M.length<=1?n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"repeat",onClick:Ut,ariaLabel:d("common.replay","\uB2E4\uC2DC\uB4E3\uAE30"),width:"60px",variant:"transparent-white",disabled:J!=="playMode"}):null,n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"skip-forward",onClick:Pa,ariaLabel:d("training.next","\uB2E4\uC74C"),width:"60px",variant:"transparent-white","aria-hidden":!0,tabIndex:-1,disabled:J!=="playMode"}),n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"check",onClick:Mt,ariaLabel:d("common.done","\uC644\uB8CC"),width:"60px",variant:"transparent-white",disabled:J!=="playMode"})]}),n.jsxs("div",{className:"audio-player__slider",children:[n.jsx("div",{className:ye,ref:f,style:{left:`${ve}%`},"aria-hidden":"true"}),(l||u)&&n.jsx(X7,{segments:Ka,progress:z,totalDuration:V,onSegmentClick:Ot,waveProgressRef:G,showSoundWaveForm:l,noiseSrc:u&&p?.settings.enabled&&(p?.settings.level??0)>0?Ke:null,noiseLevel:p?.settings.level??0,noiseSpeed:p?.settings.speed??1,mainVolume:pe,onReadyChange:Ie})]})]}),n.jsx("audio",{ref:g,crossOrigin:"anonymous",preload:"auto"})]}),!l&&n.jsxs("p",{className:"audio-player__no-waveform caption-1",children:[n.jsx(Re,{icon:"triangle-alert",size:14}),d("training.noSoundWaveform","\uC18C\uB9AC \uBE44\uAD50 \uBB38\uC81C\uB294 \uC6E8\uC774\uBE0C\uD3FC\uC744 \uD45C\uD604\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.")]}),n.jsx(so,{message:X,position:Ce,onClose:Ya})]})}var d6=".ihabdevteam-core-scope .tooltip-textbox{background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:var(--radius-m);box-sizing:border-box;max-width:520px;padding:var(--spacing-content)}.ihabdevteam-core-scope .tooltip-textbox__root{display:flex;flex-direction:column;gap:var(--spacing-xs)}.ihabdevteam-core-scope .tooltip-textbox__box{background:transparent}.ihabdevteam-core-scope .tooltip-textbox__label{color:var(--color-darkGray)}.ihabdevteam-core-scope .tooltip-textbox__text{color:var(--color-darkGray);overflow-wrap:anywhere;white-space:normal;word-break:keep-all}.ihabdevteam-core-scope .tooltip-textbox__line{align-items:center;display:flex;gap:var(--spacing-s);margin-bottom:0;min-height:60px;padding:10px 0}.ihabdevteam-core-scope .tooltip-textbox__line:last-child{margin-bottom:0}.ihabdevteam-core-scope .tooltip-textbox__line:not(:last-child){border-bottom:1px solid var(--color-darkWhite)}.ihabdevteam-core-scope .tooltip-textbox.is-dark .tooltip-textbox__line:not(:last-child){border-bottom-color:hsla(0,0%,100%,.06)}.ihabdevteam-core-scope .tooltip-textbox__marker{--marker-pos:50%;align-items:center;background-color:var(--color-main);background:color-mix(in srgb,var(--color-main) 50%,var(--color-sub) 50%);border:2px solid var(--color-pureWhite);border-radius:var(--radius-sm);box-sizing:border-box;color:#fff;display:inline-flex;height:24px;justify-content:center;min-width:24px}@supports (color:color-mix(in lch,red,blue)) and (top:var(--f )){.ihabdevteam-core-scope .tooltip-textbox__marker{background:color-mix(in srgb,var(--color-main) calc(100% - var(--marker-pos)),var(--color-sub) var(--marker-pos))}}.ihabdevteam-core-scope .tooltip-textbox__line-number{color:#fff;min-width:auto;text-align:center}.ihabdevteam-core-scope .tooltip-textbox__line-text{flex:1 1 auto}.ihabdevteam-core-scope .tooltip-textbox__buttons{align-items:center;display:flex;gap:var(--spacing-xs);justify-content:center;margin-top:10px;position:relative}.ihabdevteam-core-scope .tooltip-textbox.is-dark{background:var(--color-darkGray);border-color:var(--color-gray)}.ihabdevteam-core-scope .tooltip-textbox.is-dark .tooltip-textbox__text{color:var(--color-deepWhite)}";Q(d6);function Fn(t){const{t:e}=ge(),{text:a,label:o,anchorRect:r=null,onClose:i,closeOnOutsideClick:s=!0,isMobilePopup:l=!1}=t||{},[u,d]=c.useState(()=>{try{return localStorage.getItem("tooltip-theme")||"light"}catch{return"light"}});c.useEffect(()=>{try{localStorage.setItem("tooltip-theme",u)}catch{}},[u]);const{increase:h,decrease:p,canIncrease:m,canDecrease:g,fontSize:f,lineHeight:b}=gn({storageKey:"tooltip-fontScale"}),y=c.useCallback(()=>d(T=>T==="dark"?"light":"dark"),[]),v=c.useCallback(T=>{try{T.stopPropagation()}catch{}try{typeof i=="function"&&i()}catch{}},[i]),x=Array.isArray(a)?a:typeof a>"u"||a===null?[]:[a],_={fontSize:`${f}px`,lineHeight:`${b}px`,"--tt-line-height":`${b}px`,"--tt-marker-size":"28px"},C=n.jsxs("div",{className:`tooltip-textbox__root ${u==="dark"?"is-dark":""}`,children:[n.jsxs("div",{className:"tooltip-textbox__box",children:[o&&n.jsx("div",{className:"tooltip-textbox__label body-2b",children:o}),n.jsx("div",{className:"tooltip-textbox__text body-1",style:_,children:x.map((T,w)=>n.jsxs("div",{className:"tooltip-textbox__line",children:[x.length>1?n.jsx("div",{className:"tooltip-textbox__marker",children:n.jsx("span",{className:"tooltip-textbox__line-number button-1",children:w+1})}):null,n.jsx("span",{className:"tooltip-textbox__line-text",children:T})]},w))})]}),n.jsxs("div",{className:"tooltip-textbox__buttons",children:[n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"minus",onClick:p,ariaLabel:e("training.fontSizeDecrease","\uAE00\uC790 \uD06C\uAE30 \uAC10\uC18C"),variant:u==="dark"?"transparent-white":"transparent-gray",disabled:!g}),n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"plus",onClick:h,ariaLabel:e("training.fontSizeIncrease","\uAE00\uC790 \uD06C\uAE30 \uC99D\uAC00"),variant:u==="dark"?"transparent-white":"transparent-gray",disabled:!m}),n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:u==="dark"?"moon":"sun-medium",onClick:y,ariaLabel:e("training.toggleBackground","\uBC30\uACBD \uC804\uD658"),variant:u==="dark"?"transparent-white":"transparent-gray"}),n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"x",onClick:v,ariaLabel:e("common.close","\uB2EB\uAE30"),variant:u==="dark"?"transparent-white":"transparent-gray"})]})]});return r?n.jsx(Ta,{anchorRect:r,className:`tooltip-textbox ${u==="dark"?"is-dark":""}`,onClose:i,closeOnOutsideClick:s,isMobilePopup:l,children:C}):n.jsx("div",{className:`tooltip-textbox ${u==="dark"?"is-dark":""}`,children:C})}var u6=".ihabdevteam-core-scope .training-page-bottom{box-sizing:border-box;width:100%}.ihabdevteam-core-scope .pp-bottom{align-items:center;background:var(--color-deepWhite);border-top:1px solid var(--color-whiteLine);box-sizing:border-box;display:flex;flex:0 0 auto;gap:var(--spacing-s);justify-content:space-between;padding:12px 18px calc(12px + env(safe-area-inset-bottom));width:100%;z-index:5}.ihabdevteam-core-scope .pp-bottom__left{align-items:center;display:flex;gap:var(--spacing-m)}.ihabdevteam-core-scope .pp-bottom__right{align-items:center;display:flex;gap:8px}.ihabdevteam-core-scope .pp-bottom__meters{border:1px solid var(--color-whiteLine);border-radius:14px;display:flex;flex-direction:column;gap:2px;justify-content:center;padding:8px 12px}.ihabdevteam-core-scope .pp-bottom__meter{align-items:center;display:flex;flex-direction:row;gap:var(--spacing-xs)}.ihabdevteam-core-scope .pp-bottom__meter-label{color:var(--color-gray);min-width:28px}.ihabdevteam-core-scope .pp-bottom__settings--desktop{display:none}.ihabdevteam-core-scope .pp-bottom__settings--mobile{display:flex}@media (min-width:768px){.ihabdevteam-core-scope .pp-bottom__settings--desktop{display:block}.ihabdevteam-core-scope .pp-bottom__settings--mobile{display:none}}.ihabdevteam-core-scope .pp-bottom__tooltip-trigger{display:inline-block}.ihabdevteam-core-scope .training-steps{box-sizing:border-box;display:flex;flex-direction:column;overflow:visible;width:100%}.ihabdevteam-core-scope .training-step{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:var(--spacing-m);overflow:visible;width:100%}.ihabdevteam-core-scope .training-step__body,.ihabdevteam-core-scope .training-step__content{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;gap:var(--spacing-s);overflow:visible;width:100%}.ihabdevteam-core-scope .training-step__content{gap:var(--spacing-m);min-width:0}.ihabdevteam-core-scope .training-step__controls{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;width:100%}.ihabdevteam-core-scope .training-step__title{color:#0b2b35;color:var(--text,#0b2b35);margin:0;text-align:left}.ihabdevteam-core-scope .training-step__body .audio-player{display:flex;justify-content:center;width:100%}.ihabdevteam-core-scope .training-step__body .audio-player__panel{border-radius:var(--radius-card);padding:18px 20px;width:100%}.ihabdevteam-core-scope .training-step__controls.compact{align-items:center;display:flex;justify-content:center;width:72px}.ihabdevteam-core-scope .training-step__confirm-sentence{align-items:center;background:var(--color-white);border:1px solid rgba(0,0,0,.04);border-radius:var(--radius-card);box-shadow:var(--shadow-card);color:#0b2b35;color:var(--text,#0b2b35);display:flex;height:200px;justify-content:center;max-width:100%;overflow-wrap:anywhere;padding:var(--spacing-m);text-align:center;word-break:keep-all}.ihabdevteam-core-scope .training-step__controls.expanded{-ms-overflow-style:none;align-items:stretch;max-height:420px;overflow-y:auto;padding-bottom:6px;scrollbar-width:none;width:100%}.ihabdevteam-core-scope .training-step__controls.expanded::-webkit-scrollbar{display:none}.ihabdevteam-core-scope .training-step__controls .training-step__title{color:#70858a;color:var(--muted,#70858a)}.ihabdevteam-core-scope .training-step__answer-button{background:var(--color-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-s);cursor:pointer;flex:0 0 auto;padding:10px 14px}.ihabdevteam-core-scope .training-step__buttons{-ms-overflow-style:none;align-items:stretch;display:flex;flex-direction:row;gap:var(--spacing-content);overflow-x:auto;scrollbar-width:none;width:100%}.ihabdevteam-core-scope .training-step__buttons::-webkit-scrollbar{display:none}.ihabdevteam-core-scope .training-step__buttons>*{align-self:stretch;flex:1 1 0;margin:0;min-width:0}.ihabdevteam-core-scope .training-step__buttons.training-step__buttons--wrap-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow-x:visible}.ihabdevteam-core-scope .training-step__buttons.training-step__buttons--wrap-3>*{width:100%}.ihabdevteam-core-scope .training-step__buttons .button{align-items:center;align-self:stretch;display:flex}.ihabdevteam-core-scope .training-step__answer-button+.training-step__answer-button{margin-top:0}.ihabdevteam-core-scope .training-step__multi-confirm{display:flex;justify-content:flex-end;margin-top:12px;margin-top:var(--margin-content,12px);width:100%}.ihabdevteam-core-scope .training-step__controls::-webkit-scrollbar{display:none}.ihabdevteam-core-scope .training-step__controls{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:640px){.ihabdevteam-core-scope .training-step__body .audio-player__panel{border-radius:var(--radius-card);padding:14px}.ihabdevteam-core-scope .training-step__controls.compact{width:48px}.ihabdevteam-core-scope .training-step{flex-direction:row;gap:10px}}@media (max-width:720px){.ihabdevteam-core-scope .training-step__controls.expanded{gap:8px}.ihabdevteam-core-scope .training-step__answer-button{padding:9px 12px}.ihabdevteam-core-scope .training-step__confirm-sentence{padding:var(--spacing-s)}}.ihabdevteam-core-scope .training-step__cards{box-sizing:border-box;display:flex;gap:var(--spacing-s);width:100%}@media (max-width:767px){.ihabdevteam-core-scope .training-step__cards{grid-gap:var(--spacing-s);display:grid;gap:var(--spacing-s);grid-template-columns:repeat(3,1fr)}}.ihabdevteam-core-scope .training-step__block{display:flex;flex-direction:column;gap:var(--spacing-s);width:100%}.ihabdevteam-core-scope .training-step__block--row{align-items:center;display:flex;flex-direction:row;gap:var(--spacing-s)}.ihabdevteam-core-scope .training-step__listen-sticky{width:100%}.ihabdevteam-core-scope .training-step.training-step--has-nested .training-step__content{margin-bottom:100px}.ihabdevteam-core-scope .training-steps>.training-step:last-child .training-step__content{margin-bottom:0}.ihabdevteam-core-scope .training-step:not(.training-step--last) .training-step__content{margin-bottom:var( --margin-page)}.ihabdevteam-core-scope .training-step.training-step--last .training-step__content{margin-bottom:0}";Q(u6);var p6='.ihabdevteam-core-scope .ts-bullet{--dot-size:28px;--dot-gap:10px;align-items:center;align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:28px;width:var(--dot-size)}.ihabdevteam-core-scope .bullet__dot{align-items:center;border:2px solid rgba(43,138,125,.12);border-radius:50%;display:flex;height:var(--dot-size);justify-content:center;width:var(--dot-size);z-index:2}.ihabdevteam-core-scope .bullet__icon{align-items:center;color:var(--color-darkGray);display:inline-flex;height:20px;justify-content:center;position:relative;width:20px;z-index:1}.ihabdevteam-core-scope .bullet__icon-img{display:block;height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.ihabdevteam-core-scope .bullet__icon-mask{background-color:currentColor;height:100%;-webkit-mask-image:var(--icon-url);mask-image:var(--icon-url);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}.ihabdevteam-core-scope .bullet__icon-svg svg{fill:currentColor;height:100%;width:100%}.ihabdevteam-core-scope .ts-bullet__line{background:var(--color-whiteLine);border-radius:var(--radius-xs);bottom:20px;left:50%;position:absolute;top:calc(var(--dot-size) + var(--dot-gap));transform:translateX(-50%);width:2px;z-index:1}.ihabdevteam-core-scope .ts-bullet--done .bullet__icon{color:transparent}.ihabdevteam-core-scope .ts-bullet--active .bullet__icon{color:#fff}.ihabdevteam-core-scope .ts-bullet--disabled .bullet__icon{color:transparent}.ihabdevteam-core-scope .ts-bullet--done .bullet__dot{border:2px solid var(--color-main)}.ihabdevteam-core-scope .ts-bullet--active .bullet__dot{background-color:var(--color-main);position:relative}.ihabdevteam-core-scope .ts-bullet--active .bullet__dot:after,.ihabdevteam-core-scope .ts-bullet--active .bullet__dot:before{animation:bullet-ripple 3s cubic-bezier(.2,.6,.2,1) infinite;background:var(--color-main);border-radius:50%;content:"";inset:0;opacity:.5;pointer-events:none;position:absolute}.ihabdevteam-core-scope .ts-bullet--active .bullet__dot:after{animation-delay:1.5s;opacity:.3}@keyframes bullet-ripple{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(2.2)}}.ihabdevteam-core-scope .ts-bullet--disabled .bullet__dot{border:2px solid var(--color-whiteLine)}.ihabdevteam-core-scope .ts-bullet--done .bullet__line{background-color:var(--color-main)}.ihabdevteam-core-scope .ts-bullet--active .bullet__line,.ihabdevteam-core-scope .ts-bullet--disabled .bullet__line{background-color:var(--color-whiteLine)}.ihabdevteam-core-scope .training-step--last .ts-bullet__line,.ihabdevteam-core-scope .training-step.training-step--last .ts-bullet__line{display:none}@media (max-width:1024px){.ihabdevteam-core-scope .ts-bullet{--dot-size:26px}}@media (max-width:768px){.ihabdevteam-core-scope .ts-bullet{--dot-size:24px}}';Q(p6);function Bc({state:t="disabled"}){const{t:e}=ge();return n.jsxs("div",{className:`ts-bullet ts-bullet--${t}`,"aria-hidden":!0,children:[n.jsx("div",{className:"bullet__dot",children:n.jsx(Re,{icon:"chevron-right",label:e("training.next","\uB2E4\uC74C"),className:"bullet__icon",imgClassName:"bullet__icon-img",maskClassName:"bullet__icon-mask",svgClassName:"bullet__icon-svg",wrapperStyle:{},size:20})}),n.jsx("div",{className:"ts-bullet__line"})]})}var h6=".ihabdevteam-core-scope .training-step__title-row{align-items:center;display:flex;gap:var(--spacing-xs);padding-right:72px;position:relative;width:100%}.ihabdevteam-core-scope .training-step__title-row .training-step__title{color:var(--color-black);margin:0;padding:0}.ihabdevteam-core-scope .training-step__title--faded .training-step__title-text{background-color:var(--color-darkWhite);border-radius:var(--radius-xs);color:transparent;opacity:1;transition:color .14s ease,opacity .14s ease}.ihabdevteam-core-scope .training-step__title-row .training-step__title .title-extra{margin-left:var(--spacing-xs)}.ihabdevteam-core-scope .training-step__title-row .title-controls{align-items:center;display:flex;gap:6px;margin-left:auto}.ihabdevteam-core-scope .training-step__title-row .title-controls .title-buttons{align-items:center;display:inline-flex;gap:6px;justify-content:center;overflow:visible;position:absolute;right:0;top:50%;transform:translateY(-50%)}.ihabdevteam-core-scope .training-step__title-row .title-controls .title-buttons .button28{align-items:center;display:inline-flex;justify-content:center}.ihabdevteam-core-scope .training-step__title-row--disabled .training-step__title,.ihabdevteam-core-scope .training-step__title-row--done .training-step__title{pointer-events:none}.ihabdevteam-core-scope .training-step__title-row--disabled .title-controls{opacity:.6;pointer-events:none}.ihabdevteam-core-scope .training-step__title-row--active .title-controls,.ihabdevteam-core-scope .training-step__title-row--done .title-controls{opacity:1;pointer-events:auto}.ihabdevteam-core-scope .training-step__title-row--disabled .training-step__title,.ihabdevteam-core-scope .training-step__title-row--done .training-step__title{color:var(--color-disabled)}.ihabdevteam-core-scope .training-step__title-row--active .training-step__title{color:var(--color-black)}";Q(h6);function Ec({title:t,children:e,className:a="",state:o="disabled",usePreviewTextBtn:r=!1,onPreviewTextBtn:i,previewText:s=null,useFaded:l,usePlayAllBtn:u=!1,onPlayAll:d,playAllActive:h=!1}){const{t:p}=ge(),m=ra("(max-width: 767px)"),g=`training-step__title h4 ${l&&o==="disabled"?"training-step__title--faded":""} ${a}`.trim(),f=`training-step__title-row training-step__title-row--${o}`.trim(),b=c.useRef(null),[y,v]=c.useState(!1),[x,_]=c.useState(null),[C,T]=c.useState(null),w=c.useRef(i);c.useEffect(()=>{w.current=i});const S=c.useMemo(()=>s==null?"":typeof s=="string"||typeof s=="number"?String(s):Array.isArray(s)&&s.every(N=>typeof N=="string"||typeof N=="number")?s.join(""):"",[s]),D=c.useCallback(()=>{v(!1),_(null),T(null)},[]);c.useEffect(()=>{if(!y)return;let N;try{typeof w.current=="function"&&(N=w.current())}catch{}if(N===!1){D();return}T(typeof N<"u"&&N!==null?N:null)},[S]);const A=c.useCallback(()=>{let N;try{typeof i=="function"&&(N=i())}catch{}if(N!==!1){if(T(typeof N<"u"&&N!==null?N:s),!b.current){v(O=>!O);return}if(y)v(!1),_(null),T(null);else{const O=b.current.getBoundingClientRect();_(O),v(!0)}}},[i,s,y]);return n.jsxs("div",{className:f,children:[n.jsx("p",{className:g,children:n.jsx("span",{className:"training-step__title-text",children:t??e})}),r||u?n.jsxs("div",{className:"title-controls",children:[n.jsxs("div",{className:"title-buttons",children:[u&&n.jsx(se,{size:32,type:m?"dot":"bar",icon:"play-circle",label:m?void 0:p("training.playAll","\uBAA8\uB450 \uB4E3\uAE30"),ariaLabel:p("training.playAll","\uBAA8\uB450 \uB4E3\uAE30"),selected:h,onClick:d,variant:o==="disabled"?"disabled":"default",disabled:o==="disabled"||h}),r&&n.jsx("div",{ref:b,children:n.jsx(se,{size:32,type:m?"dot":"bar",icon:"eye",label:m?void 0:p("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),ariaLabel:p("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),selected:y,onClick:A,variant:o==="disabled"?"disabled":"default",disabled:!s&&typeof i!="function"})})]}),y&&n.jsx(Fn,{text:C??s,label:p("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),anchorRect:x,onClose:D,closeOnOutsideClick:!1,isMobilePopup:!0})]}):null]})}function Dc(t,e){return typeof e!="number"||typeof t!="number"?"disabled":t<e?"done":t===e?"active":"disabled"}function Ua({index:t,stepIndex:e,isLast:a=!1,title:o="",titleProps:r={},children:i,className:s="",onDone:l=void 0,useTitleFaded:u=void 0}){const[d,h]=c.useState(()=>Dc(t,e));c.useEffect(()=>{const C=Dc(t,e);if(C!==d){const T=setTimeout(()=>h(C),0);return()=>clearTimeout(T)}},[t,e,d]);const p=c.useCallback((...C)=>{Dc(t,e)==="done"||d==="done"||typeof l=="function"&&l(...C)},[t,e,d,l]),[m,g]=c.useState(!1),[f,b]=c.useState({text:"",label:"\uBB38\uC7A5 \uB4E3\uAE30",anchorRect:null,backdrop:!1,alignX:null,alignY:null}),y=c.useCallback(C=>{if(!C)return null;try{const T=C;if(typeof C=="object"&&(T.currentTarget||T.target)&&(T.nativeEvent||T.type)){const D=T.currentTarget??T.target;if(D&&typeof D.getBoundingClientRect=="function")return D.getBoundingClientRect()}if(C instanceof DOMRect)return C;const w=C;if(w&&typeof w.getBoundingClientRect=="function")return w.getBoundingClientRect();const S=C?.current;return S&&typeof S.getBoundingClientRect=="function"?S.getBoundingClientRect():null}catch{return null}},[]),v=c.useCallback((C,{text:T="",label:w="\uBB38\uC7A5 \uB4E3\uAE30",backdrop:S=!1,alignX:D="center",alignY:A="top"}={})=>{const N=y(C);b({text:T,label:w,anchorRect:N,backdrop:S,alignX:D,alignY:A}),g(!0)},[y]),x=c.useCallback(()=>{g(!1),b(C=>({...C,anchorRect:null}))},[]),_=c.Children.map(i,C=>{if(c.isValidElement(C)){const T=C;if(typeof T.type=="string")return T;const w=T.props??{},S=typeof w.onDone=="function"?w.onDone:p,D=typeof w.disabled=="boolean";let A=d==="disabled";return D&&(A=!!w.disabled),c.cloneElement(T,{onDone:S,disabled:A,showTooltip:v,hideTooltip:x})}return C});return n.jsxs("div",{className:`training-step training-step--${d} ${a?"training-step--last":""} ${s}`,"aria-current":d==="active",children:[n.jsx(Bc,{state:d}),n.jsxs("div",{className:"training-step__content",children:[n.jsx(Ec,{state:d,title:o,...r,useFaded:u}),_]}),m?n.jsx(Ta,{anchorRect:f.anchorRect,backdrop:f.backdrop,onClose:x,children:n.jsx(Fn,{text:f.text,onClose:x})}):null]})}var m6='.ihabdevteam-core-scope .training-text-box{background:var(--color-darkWhite);border:1px solid var(--color-deepWhite);border-radius:var(--radius-m);color:var(--color-black);display:flex;flex-direction:column;max-width:100%;min-height:160px;overflow:visible;overflow-wrap:anywhere;padding:var(--spacing-content);position:relative;text-align:center;word-break:keep-all}.ihabdevteam-core-scope .training-text-box--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ihabdevteam-core-scope .training-text-box--disabled .training-text-box__inner{visibility:hidden}.ihabdevteam-core-scope .training-text-box--disabled:after{content:"";pointer-events:none;position:absolute;z-index:5}.ihabdevteam-core-scope .training-text-box__preview{align-items:center;display:flex;justify-content:center;left:50%;pointer-events:auto;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:60}.ihabdevteam-core-scope .training-text-box__buttons{border-radius:999px;gap:4px;height:28px;left:0;right:0}.ihabdevteam-core-scope .training-text-box__area,.ihabdevteam-core-scope .training-text-box__buttons{align-items:center;box-sizing:border-box;display:flex;justify-content:center;pointer-events:auto;position:relative;z-index:40}.ihabdevteam-core-scope .training-text-box__area{flex:1 1 auto;margin:0 auto;min-height:0;text-align:center;width:100%}.ihabdevteam-core-scope .training-text-box--active,.ihabdevteam-core-scope .training-text-box--done{background-color:var(--color-white);border-color:var(--color-main);pointer-events:auto;transition:box-shadow .18s ease,transform .18s ease,opacity .16s ease;-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.ihabdevteam-core-scope .training-text-box.is-dark{background:var(--color-darkGray);border:1px solid var(--color-black);color:var(--color-deepWhite)}.ihabdevteam-core-scope .training-text-box .training-text-box__inner{display:block;overflow-wrap:anywhere;text-align:center;white-space:normal;width:100%;word-break:keep-all}.ihabdevteam-core-scope .training-text-box.is-dark .tooltip-textbox__text,.ihabdevteam-core-scope .training-text-box.is-dark .training-text-box__inner{color:var(--color-deepWhite)}';Q(m6);function Lc({context:t,state:e="disabled",theme:a="light"}){const{t:o}=ge(),[r,i]=c.useState("disabled"),[s,l]=c.useState(()=>{try{return localStorage.getItem("tooltip-theme")||a}catch{return a}});c.useEffect(()=>{try{localStorage.setItem("tooltip-theme",s)}catch{}},[s]);const u=()=>l(A=>A==="dark"?"light":"dark"),{increase:d,decrease:h,canIncrease:p,canDecrease:m,fontSize:g,lineHeight:f}=gn({storageKey:"textbox_fontScale"}),[b,y]=c.useState(""),v=c.useCallback(()=>i("active"),[]),x=c.useCallback(()=>y(""),[]),_=A=>{try{y(A)}catch{}},C=typeof navigator<"u"&&/Mobi|Android/i.test(navigator.userAgent||"");c.useEffect(()=>{if(e!=="disabled"){const A=setTimeout(()=>i(e),0);return()=>clearTimeout(A)}},[e]);const T=c.useMemo(()=>t&&typeof t=="object"?String(t.sentence??t.text??""):typeof t=="string"?t:"",[t]);c.useEffect(()=>{const A=setTimeout(()=>i("disabled"),0);return()=>clearTimeout(A)},[T]);const w=e==="disabled"?r:e,S=w==="disabled"?"training-text-box--disabled":w==="active"?"training-text-box--active":w==="done"?"training-text-box--done":"",D=c.useMemo(()=>({fontSize:`${g}px`,lineHeight:`${f}px`}),[g,f]);return n.jsxs("div",{className:`training-text-box ${S} ${w!=="disabled"&&s==="dark"?"is-dark":""}`,children:[w==="disabled"&&n.jsx("div",{className:"training-text-box__preview",children:n.jsx(se,{size:48,type:"bar",onClick:v,icon:"eye",ariaLabel:o("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),label:o("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),useBorder:!1})}),n.jsx("div",{className:"training-text-box__area","aria-hidden":w==="disabled",children:n.jsx("span",{className:"training-text-box__inner h3",style:D,children:T})}),w!=="disabled"&&n.jsxs("div",{className:"training-text-box__buttons","aria-hidden":w==="disabled",children:[n.jsx(se,{size:32,type:"dot",onClick:h,onDisabledClick:()=>_(o("training.fontSizeMin","\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uC18C\uC785\uB2C8\uB2E4.")),ariaLabel:o("training.fontSizeDecrease","\uAE00\uC790 \uD06C\uAE30 \uAC10\uC18C"),icon:"minus",variant:s==="dark"?"transparent-white":"transparent-gray",disabled:!m,useBorder:!1,showTooltipInfo:!0,...!C&&{width:"60px"}}),n.jsx(se,{size:32,type:"dot",onClick:d,onDisabledClick:()=>_(o("training.fontSizeMax","\uAE00\uC528 \uD06C\uAE30\uAC00 \uCD5C\uB300\uC785\uB2C8\uB2E4.")),ariaLabel:o("training.fontSizeIncrease","\uAE00\uC790 \uD06C\uAE30 \uC99D\uAC00"),icon:"plus",variant:s==="dark"?"transparent-white":"transparent-gray",disabled:!p,useBorder:!1,showTooltipInfo:!0,...!C&&{width:"60px"}}),n.jsx(se,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:s==="dark"?"moon":"sun-medium",onClick:u,ariaLabel:o("training.toggleBackground","\uBC30\uACBD \uC804\uD658"),variant:s==="dark"?"transparent-white":"transparent-gray"})]}),n.jsx(so,{message:b,position:"top",onClose:x})]})}function Wn({index:t,stepIndex:e,isLast:a=!1,title:o,useTitleFaded:r,onDone:i,onChange:s,answer:l,wrongAnswers:u,choices:d,multiSelect:h=!1,correctCount:p=0,useDisabledCovered:m=!1,choiceIcons:g,shuffleChoices:f=!0}){const{t:b}=ge(),y=o??b("training.selectConfirm","\uBB38\uC81C\uB97C \uBCF4\uACE0 \uD574\uB2F9\uD558\uB294 \uB0B4\uC6A9\uC744 \uC120\uD0DD\uD558\uC138\uC694."),v=typeof t=="number"?t:-1,x=typeof e!="number"?"disabled":v<e?"done":v===e?"active":"disabled",_=Array.isArray(d)&&d.length?d:typeof l<"u"?[l].concat(Array.isArray(u)?u:[]):void 0,C=u?u.join("||"):"",T=d?d.join("||"):"",[w,S]=c.useState(()=>Array.isArray(_)?f?ze(_):_.slice():void 0);c.useEffect(()=>{Array.isArray(_)&&_.length?S(f?ze(_):_.slice()):S(void 0)},[l,C,T,f]);const[D,A]=c.useState(null),[N,O]=c.useState(()=>new Set);c.useEffect(()=>{A(null),O(new Set)},[T]);const j=c.useRef(void 0);c.useEffect(()=>{const L=j.current;typeof L=="number"&&typeof e=="number"&&typeof t=="number"&&L>=t&&e<t&&(A(null),O(new Set)),j.current=e},[e,t]);const k=c.useCallback(L=>{if(x!=="active")return;const z=w?.[L];if(z==null)return;const te=z,J=x==="active"||x==="done";h?O(ae=>{const M=new Set(ae),R=M.has(te);return R?M.delete(te):M.add(te),typeof s=="function"&&s({selectedValues:[...M],__ts:Date.now()}),J&&(typeof p=="number"&&p>0?M.size>=p:!R)&&typeof i=="function"&&x==="active"&&i({selectedValues:[...M],__ts:Date.now()}),M}):(A(te),typeof s=="function"&&s({selectedIndex:L,selectedValue:te,__ts:Date.now()}),J&&typeof i=="function"&&x==="active"&&i({selectedIndex:L,selectedValue:te,__ts:Date.now()}))},[w,x,h,s,i,p]);c.useEffect(()=>{!h||N.size===0||(typeof s=="function"&&s({selectedValues:[...N],__ts:Date.now()}),typeof p=="number"&&p>0&&N.size>=p&&x==="active"&&typeof i=="function"&&i({selectedValues:[...N],__ts:Date.now()}))},[N,h,s,p,x,i]);const E=`training-step__buttons${Array.isArray(w)&&w.length>3?" training-step__buttons--wrap-3":""}`;return n.jsx(Ua,{index:t,stepIndex:e,isLast:a,title:y,useTitleFaded:r,children:n.jsx("div",{className:E,children:Array.isArray(w)&&w.length>0?w.map((L,z)=>n.jsx(se,{size:56,type:"bar",onClick:()=>k(z),ariaLabel:String(L),label:L,useLabel:!0,icon:g?g[String(L)]:void 0,variant:"default",disabled:x==="disabled",selected:h?N.has(L):D===L,useDisabledCovered:m,minWidth:0},String(L))):null})})}function Hn({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,onChange:i,context:s,demoSelected:l}){const{t:u}=ge(),d=o??u("training.confirmTitle","\uBB38\uC7A5\uC744 \uD655\uC778\uD558\uACE0 \uC798 \uB4E4\uB838\uB294\uC9C0 \uC120\uD0DD\uD558\uC138\uC694."),h=typeof t=="number"?t:-1,p=typeof e!="number"?"disabled":h<e?"done":h===e?"active":"disabled",m=s&&typeof s=="object"?s.sentence||"":typeof s=="string"?s:"",g=s&&typeof s=="object"?s.choices:void 0,[f,b]=c.useState(l??null);c.useEffect(()=>{if(l==null&&f!==null){const _=setTimeout(()=>b(null),0);return()=>clearTimeout(_)}},[m,l,f]);const y=c.useCallback(_=>{const C=typeof _=="object"&&_!==null?Object.assign({},_,{__ts:Date.now()}):{value:_,__ts:Date.now()};typeof i=="function"&&i(C),p==="active"&&typeof r=="function"&&r(C)},[i,p,r]),v=c.useCallback(()=>{p==="active"&&(b(!1),y(!1))},[y,p]),x=c.useCallback(()=>{p==="active"&&(b(!0),y(!0))},[y,p]);return n.jsxs(Ua,{index:t,stepIndex:e,isLast:a,title:d,onDone:r,useTitleFaded:!1,children:[n.jsx(Lc,{context:s,state:p}),n.jsx("div",{className:"training-step__buttons",children:Array.isArray(g)&&g.length>0?g.slice(0,6).map((_,C)=>n.jsx(se,{size:56,type:"bar",onClick:()=>{p==="active"&&(b(C),y&&y(C))},disabled:p==="disabled",ariaLabel:String(_),label:_,variant:p,selected:f===C},C)):n.jsxs(n.Fragment,{children:[n.jsx(se,{size:56,type:"bar",onClick:v,disabled:p==="disabled",icon:"x",ariaLabel:u("training.notHeard","\uC548 \uB4E4\uB838\uC5B4\uC694."),label:u("training.notHeard","\uC548 \uB4E4\uB838\uC5B4\uC694."),variant:"default",selected:f===!1}),n.jsx(se,{size:56,type:"bar",onClick:x,disabled:p==="disabled",icon:"circle",ariaLabel:u("training.heardWell","\uC798 \uB4E4\uB838\uC5B4\uC694."),label:u("training.heardWell","\uC798 \uB4E4\uB838\uC5B4\uC694."),variant:"default",selected:f===!0})]})})]})}function Vn({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,btnLabel:i,soundSrc:s,bucketPath:l,usePreviewTextBtn:u,previewText:d=null,onPreviewTextBtn:h,disabled:p,_pageIndex:m,showSoundWaveForm:g,showNoiseWaveForm:f}){const{t:b}=ge(),y=o??b("training.listenTitle","\uC81C\uC2DC\uD558\uB294 \uBB38\uC7A5\uC744 \uB4E4\uC5B4\uC8FC\uC138\uC694."),v=p??(typeof e=="number"&&typeof t=="number"?t>e:!1);return n.jsx(Ua,{index:t,stepIndex:e,isLast:a,title:y,onDone:r,titleProps:{usePreviewTextBtn:u,previewText:d,onPreviewTextBtn:h},children:n.jsx(Tr,{soundSrc:s,ttsText:s?null:d??y,bucketPath:l,btnLabel:i||b("training.listenButton","\uBB38\uC7A5 \uB4E3\uAE30"),disabled:v,className:"training-step__listen-sticky",showSoundWaveForm:g,showNoiseWaveForm:f},`audio-p${m??0}-s${t}`)})}var g6=".ihabdevteam-core-scope .page-popup--closing{opacity:0;pointer-events:none;transition:opacity .16s ease}.ihabdevteam-core-scope .page-popup__panel{overflow:auto}.ihabdevteam-core-scope .page-popup__close{font-size:20px;right:12px;top:10px}.ihabdevteam-core-scope .page-popup{align-items:stretch;display:flex;inset:0;justify-content:center;position:fixed;z-index:var(--z-page-popup)}.ihabdevteam-core-scope .page-popup__panel{background:var(--color-deepWhite);border-radius:0;box-shadow:none;color:var(--color-black);display:flex;flex-direction:column;height:100%;max-height:none;max-width:none;overflow:hidden;position:relative;width:100%}.ihabdevteam-core-scope .page-popup__scroll{-webkit-overflow-scrolling:touch;align-items:flex-start;display:flex;flex:1 1 0;justify-content:center;min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(0,0,0,.15) transparent;scrollbar-width:thin;touch-action:pan-y}.ihabdevteam-core-scope .page-popup__scroll::-webkit-scrollbar{width:4px}.ihabdevteam-core-scope .page-popup__scroll::-webkit-scrollbar-track{background:transparent}.ihabdevteam-core-scope .page-popup__scroll::-webkit-scrollbar-thumb{background:rgba(0,0,0,.15);border-radius:var(--radius-xs)}.ihabdevteam-core-scope .page-popup__scroll::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.28)}.ihabdevteam-core-scope .page-popup__panel--measuring .page-popup__scroll{opacity:0;pointer-events:none}.ihabdevteam-core-scope .page-popup__scroll{transition:opacity .12s ease}.ihabdevteam-core-scope .nt-debug{background:rgba(0,0,0,.03);border-radius:var(--radius-sm);color:var(--text,var(--color-black));font-family:monospace;font-size:12px;line-height:1.2;max-width:300px;padding:8px 10px;position:absolute;right:20px;top:84px;white-space:pre-wrap;z-index:calc(var(--z-page-popup) + 1)}.ihabdevteam-core-scope .page-popup--backdrop{display:none}.ihabdevteam-core-scope .page-popup__close{background:transparent;border:none;color:var(--text,var(--color-black));cursor:pointer;font-size:22px;line-height:1;position:absolute;right:14px;top:12px}.ihabdevteam-core-scope .page-popup__panel>*{box-sizing:border-box}.ihabdevteam-core-scope .page-popup__body{padding:16px 20px}.ihabdevteam-core-scope .page-popup__content{box-sizing:border-box;margin:0 auto;max-width:800px;min-width:0;padding:var(--spacing-page);width:100%}.ihabdevteam-core-scope .page-popup__content--center{margin-bottom:auto;margin-top:auto}.ihabdevteam-core-scope .pp-empty{color:var(--color-gray);padding:24px 0;text-align:center;width:100%}.ihabdevteam-core-scope .page-popup__content .training-steps{box-sizing:border-box;min-width:0;width:100%}.ihabdevteam-core-scope .page-popup__bottom,.ihabdevteam-core-scope .page-popup__top{flex-shrink:0}.ihabdevteam-core-scope .page-popup__panel--center .page-popup__scroll{align-items:center}.ihabdevteam-core-scope .page-popup--result-empty{background:var(--color-deepWhite)}.ihabdevteam-core-scope .page-popup__empty{align-items:center;color:var(--color-gray);display:flex;flex-direction:column;justify-content:center;padding:2rem;text-align:center;width:100%}";Q(g6);var b6=".ihabdevteam-core-scope .order-list{display:flex;flex-direction:column;gap:var(--spacing-xs)}.ihabdevteam-core-scope .order-list__item{align-items:flex-start;display:flex;gap:var(--spacing-s)}.ihabdevteam-core-scope .order-list__draggable{align-items:center;border-radius:var(--radius-m);display:flex;flex:1;gap:var(--spacing-xs);justify-content:space-between;min-height:60px;padding:0 0 0 4px;will-change:transform}.ihabdevteam-core-scope .order-list__item-text{color:var(--color-black)}.ihabdevteam-core-scope .order-list__item-buttons{align-items:center;align-self:center;display:inline-flex;gap:2px}@media (max-width:600px){.ihabdevteam-core-scope .order-list__item-buttons{align-items:center;align-self:center;display:flex;flex-direction:column}.ihabdevteam-core-scope .order-list__item-buttons>*{box-sizing:border-box;display:inline-flex}}.ihabdevteam-core-scope .order-list__item.correct{border:1px solid var(--color-main)}.ihabdevteam-core-scope .order-list__slot{align-items:center;background-color:var(--color-darkWhite);border-radius:var(--radius-m);box-sizing:border-box;display:flex;gap:var(--spacing-xs);height:auto;padding:4px 10px;width:100%}.ihabdevteam-core-scope .order-list__marker{--marker-pos:50%;align-items:center;background-color:var(--color-main);background:color-mix(in srgb,var(--color-main) 50%,var(--color-sub) 50%);border:2px solid var(--color-pureWhite);border-radius:var(--radius-sm);box-sizing:border-box;color:#fff;display:inline-flex;height:24px;justify-content:center;width:24px}@supports (color:color-mix(in lch,red,blue)) and (top:var(--f )){.ihabdevteam-core-scope .order-list__marker{background:color-mix(in srgb,var(--color-main) calc(100% - var(--marker-pos)),var(--color-sub) var(--marker-pos))}}@media (max-width:600px){.ihabdevteam-core-scope .order-list__marker{height:24px;min-width:24px;width:24px}}.ihabdevteam-core-scope .order-list__item:hover .order-list__slot{background-color:var(--color-deepWhite);box-shadow:inset 0 0 0 1px var(--color-main);transition:box-shadow .16s cubic-bezier(.22,.9,.39,1)}.ihabdevteam-core-scope .order-list__item.drag-over .order-list__slot{background-color:var(--color-white);box-shadow:inset 0 0 0 1px var(--color-main)}.ihabdevteam-core-scope .order-list__slot.pulse{background-color:var(--color-white);transition:background-color .42s cubic-bezier(.22,.9,.39,1)}.ihabdevteam-core-scope .order-list__slot.pulse.to-dark{background-color:var(--color-darkWhite)}.ihabdevteam-core-scope .order-list__slot-number{align-items:center;align-self:center;border-radius:var(--radius-sm);color:#fff;display:inline-flex;height:32px;justify-content:center;width:32px}.ihabdevteam-core-scope .order-list__draggable.dragging{background-color:var(--color-white);opacity:.2}.ihabdevteam-core-scope .order-list__dragging-object{align-items:center;background:var(--color-white);border-radius:var(--radius-m);box-shadow:0 14px 40px rgba(16,24,40,.18);box-sizing:border-box;color:var(--color-black);display:inline-flex;gap:var(--spacing-s);left:0;max-width:calc(100vw - var(--spacing-page)*3);min-height:60px;opacity:1;overflow-wrap:anywhere;padding:20px;pointer-events:none;position:fixed;top:0;transform:translate3d(-9999px,-9999px,0) scale(1);transition:transform .16s cubic-bezier(.22,.9,.39,1),opacity .18s ease;white-space:normal;width:auto;will-change:transform,opacity;word-break:keep-all;z-index:var(--z-popover)}.ihabdevteam-core-scope .order-list__dragging-object--visible{opacity:1}.ihabdevteam-core-scope .order-list__item.drag-over .order-list__slot:hover{background-color:var(--color-white);border-radius:var(--radius-m);box-shadow:inset 0 0 0 1px var(--color-main);transition:box-shadow .16s cubic-bezier(.22,.9,.39,1)}.ihabdevteam-core-scope .order-list__item-text{display:block;line-height:1.4;margin:0;overflow-wrap:anywhere;white-space:normal;width:100%;word-break:keep-all}.ihabdevteam-core-scope .order-list__draggable[data-disabled=true],.ihabdevteam-core-scope .order-list__draggable[draggable=false]{background-color:var(--color-darkWhite);box-shadow:none!important;cursor:default;opacity:.9;pointer-events:none}.ihabdevteam-core-scope .order-list__draggable[data-disabled=true] .order-list__item-text,.ihabdevteam-core-scope .order-list__draggable[draggable=false] .order-list__item-text{color:var(--color-gray);display:none!important;opacity:.9}.ihabdevteam-core-scope .order-list__draggable[data-disabled=true] .order-list__item-buttons,.ihabdevteam-core-scope .order-list__draggable[data-disabled=true]~.order-list__slot .order-list__slot-number,.ihabdevteam-core-scope .order-list__draggable[draggable=false] .order-list__item-buttons,.ihabdevteam-core-scope .order-list__draggable[draggable=false]~.order-list__slot .order-list__slot-number,.ihabdevteam-core-scope .order-list__slot-number[hidden]{display:none!important}.ihabdevteam-core-scope .order-list__draggable[data-disabled=true] .order-list__slot,.ihabdevteam-core-scope .order-list__draggable[data-disabled=true]+.order-list__slot,.ihabdevteam-core-scope .order-list__draggable[draggable=false] .order-list__slot,.ihabdevteam-core-scope .order-list__draggable[draggable=false]+.order-list__slot,.ihabdevteam-core-scope .order-list__slot[data-disabled=true]{background-color:var(--color-darkWhite)!important;box-shadow:none!important}.ihabdevteam-core-scope .order-list__slot[data-disabled=true]{cursor:default!important;pointer-events:none!important}.ihabdevteam-core-scope .order-list__slot[data-disabled=true] .order-list__slot-number{display:none!important}";Q(b6);function Gn({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,onChange:i,context:s=[]}){const{t:l}=ge(),u=o??l("training.orderListDefault","\uBB38\uC7A5\uC744 \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uBC30\uCE58\uD558\uC138\uC694."),d=R=>typeof R=="string"?R:R&&(R.context||R.sentence||R.question||"")||"",[h,p]=c.useState(Array.isArray(s)?s:[]),[m,g]=c.useState(()=>(h||[]).map((R,$)=>({id:$,text:d(R)}))),f=c.useMemo(()=>typeof e!="number"||typeof t!="number"?"disabled":t<e?"done":t===e?"active":"disabled",[e,t]);c.useEffect(()=>{const R=Array.isArray(s)?s:[];p(R);const $=(F=>{const I=(F||[]).map((V,U)=>({id:U,text:d(V)}));if(I.length<=1)return I;const q=(V,U)=>{if(V.length!==U.length)return!1;for(let ee=0;ee<V.length;ee++)if(V[ee].text!==U[ee].text)return!1;return!0};let P=ze(I),H=0;for(;q(P,I)&&H<20;)P=ze(I),H+=1;return P})(R);g($);try{if(typeof i=="function"){const F=$.filter((I,q)=>I.text===d(R[q])).length;i({shuffled:$,score:F,total:(R||[]).length,initial:!0,__ts:Date.now()})}if(typeof r=="function"&&f==="active"){const F=$.filter((I,q)=>I.text===d(R[q])).length;r({shuffled:$,score:F,total:(R||[]).length,initial:!0,__ts:Date.now()})}}catch{}},[s]);const b=(R,$)=>{const F=[...m],I=R+$;if(I<0||I>=F.length)return;const q=F[I];F[I]=F[R],F[R]=q,E(F);try{if(typeof r=="function"&&f==="active"){const P=F.filter((H,V)=>H.text===d(h[V])).length;r({shuffled:F,score:P,total:(h||[]).length,__ts:Date.now()})}}catch{}},[y,v]=c.useState(null),x=c.useRef(null),_=c.useRef(null),C=c.useRef(null),T=c.useRef(null),w=c.useRef(null),S=c.useRef({x:0,y:0}),D=c.useRef(null),A=c.useRef({dx:0,dy:0}),N=()=>{if(D.current!==null)return;const R=()=>{D.current=requestAnimationFrame(R);const $=S.current,F=A.current||{dx:0,dy:0};x.current&&(x.current.style.transform=`translate3d(${$.x-F.dx}px, ${$.y-F.dy}px, 0)`)};D.current=requestAnimationFrame(R)},O=c.useRef(new Map),j=c.useRef(new Map),k=()=>{const R=new Map;return O.current.forEach(($,F)=>{$&&$.getBoundingClientRect&&R.set(F,$.getBoundingClientRect())}),R},E=R=>{const $=k();g(R);try{if(typeof i=="function"){const F=R.filter((I,q)=>I.text===d(h[q])).length;i({shuffled:R,score:F,total:(h||[]).length,__ts:Date.now()})}}catch{}requestAnimationFrame(()=>{const F=k();R.forEach(I=>{const q=$.get(I.id),P=F.get(I.id),H=O.current.get(I.id);if(!H||!q||!P)return;const V=q.top-P.top;V&&(H.style.transition="none",H.style.transform=`translateY(${V}px)`,requestAnimationFrame(()=>{H.style.transition="transform 420ms cubic-bezier(.22,.9,.39,1)",H.style.transform="";const U=()=>{H.style.transition="",H.removeEventListener("transitionend",U)};H.addEventListener("transitionend",U)}))})})},L=(R,$)=>{try{try{$.dataTransfer?.setData("text/plain",String(R))}catch{}try{$.dataTransfer&&($.dataTransfer.effectAllowed="move")}catch{}try{const F=document.createElement("div");F.style.cssText="position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none;",document.body.appendChild(F),$.dataTransfer?.setDragImage(F,0,0),requestAnimationFrame(()=>{try{document.body.removeChild(F)}catch{}})}catch{}}catch{}v(R);try{const F=m[R],I=document.createElement("div");I.className="order-list__dragging-object order-list__dragging-object--visible",I.textContent=F&&F.text?F.text:"",document.body.appendChild(I),x.current=I;const q=O.current.get(F.id);let P=$.clientX||0,H=$.clientY||0;try{if(q&&q.getBoundingClientRect){const oe=q.getBoundingClientRect();P=oe.left+oe.width/2,H=oe.top+oe.height/2}}catch{}const V=I.getBoundingClientRect(),U=V.width/2,ee=V.height/2;A.current={dx:U,dy:ee},I.style.transition="none",S.current={x:P,y:H},I.style.transform=`translate3d(${P-U}px, ${H-ee}px, 0)`,requestAnimationFrame(()=>{try{I.style.transition=""}catch{}N()});const pe=oe=>{const X=oe;S.current={x:X.clientX,y:X.clientY},N()};C.current=pe,document.addEventListener("mousemove",pe);const he=oe=>{const X=oe;S.current={x:X.clientX,y:X.clientY},N()};_.current=he,document.addEventListener("dragover",he);try{$.dataTransfer?.setData("text/plain",String(R));try{$.dataTransfer?.setData("application/json",JSON.stringify({idx:R}))}catch{}}catch{}}catch{}},z=(R,$)=>{$.preventDefault();try{$.dataTransfer&&($.dataTransfer.dropEffect="move")}catch{}try{w.current!==null&&(clearTimeout(w.current),w.current=null);const F=$.currentTarget&&$.currentTarget.closest?$.currentTarget.closest(".order-list__item"):null;if(F&&T.current!==F){if(T.current)try{T.current.classList.remove("drag-over")}catch{}try{F.classList.add("drag-over")}catch{}T.current=F}}catch{}},te=(R,$)=>{$.preventDefault();const F=$.dataTransfer?.getData("text/plain")||"",I=F?parseInt(F,10):y,q=R;if(typeof I!="number"||isNaN(I)||I===q){v(null),M(),J();return}const P=os(m,I,q);E(P),v(null),J();try{if(typeof r=="function"&&f==="active"){const H=P.filter((V,U)=>V.text===d(h[U])).length;r({shuffled:P,score:H,total:(h||[]).length,__ts:Date.now()})}}catch{}try{requestAnimationFrame(()=>{const H=document.querySelectorAll(".order-list .order-list__item")[q];if(!H)return;const V=H.querySelector(".order-list__slot")||H;try{V.classList.add("pulse"),V.offsetHeight,V.classList.add("to-dark");const U=()=>{V.classList.remove("pulse","to-dark"),V.removeEventListener("transitionend",U)};V.addEventListener("transitionend",U)}catch{}})}catch{}M()},J=()=>{if(x.current){try{document.body.removeChild(x.current)}catch{}x.current=null}_.current&&(document.removeEventListener("dragover",_.current),_.current=null),C.current&&(document.removeEventListener("mousemove",C.current),C.current=null),D.current!==null&&(cancelAnimationFrame(D.current),D.current=null)},ae=()=>{v(null),M(),J()};c.useEffect(()=>()=>J(),[]);const M=()=>{try{if(w.current!==null&&(clearTimeout(w.current),w.current=null),T.current){try{T.current.classList.remove("drag-over")}catch{}T.current=null}document.querySelectorAll(".order-list .order-list__item").forEach(R=>R.classList.remove("drag-over"))}catch{}};return c.useEffect(()=>{try{const R=Math.max(1,(m||[]).length);m.forEach(($,F)=>{const I=j.current.get($.id);if(!I)return;let q=50;R>1&&(q=Math.round(F/(R-1)*100));try{I.style.setProperty("--marker-pos",q+"%")}catch{}})}catch{}},[m]),c.useEffect(()=>()=>{J(),w.current!==null&&(clearTimeout(w.current),w.current=null)},[]),n.jsx(Ua,{index:t,stepIndex:e,isLast:a,title:u,children:n.jsx("div",{className:"order-list",children:m.map((R,$)=>{const F=Math.max(1,(m||[]).length),I=F>1?Math.round($/(F-1)*100):50;return n.jsx("div",{className:"order-list__item",children:n.jsxs("div",{className:"order-list__slot","data-disabled":f==="disabled","aria-disabled":f==="disabled",children:[f!=="disabled"?n.jsx("div",{className:"order-list__marker caption-1",style:{"--marker-pos":I+"%"},ref:q=>{const P=j.current;q?P.set(R.id,q):P.delete(R.id)},children:n.jsx("span",{className:"order-list__slot-number button-1",children:$+1})}):null,n.jsxs("div",{ref:q=>{const P=O.current;q?P.set(R.id,q):P.delete(R.id)},className:`order-list__draggable ${y===$?"dragging":""}`,"data-disabled":f==="disabled","aria-disabled":f==="disabled",tabIndex:f==="disabled"?-1:0,draggable:f==="active",onDragStart:f==="active"?q=>L($,q):void 0,onDragEnter:f==="active"?q=>z($,q):void 0,onDragOver:f==="active"?q=>z($,q):void 0,onDragLeave:f==="active"?()=>{try{w.current!==null&&clearTimeout(w.current),w.current=setTimeout(()=>{try{const q=document.querySelectorAll(".order-list .order-list__item");q&&q[$]&&(q[$].classList.remove("drag-over"),T.current===q[$]&&(T.current=null))}catch{}},80)}catch{}}:void 0,onDrop:f==="active"?q=>te($,q):void 0,onDragEnd:f==="active"?ae:void 0,children:[n.jsx("span",{className:"order-list__item-text body-2",children:R.text}),f==="active"?n.jsxs("span",{className:"order-list__item-buttons",children:[n.jsx(se,{size:32,type:"dot",onClick:()=>b($,-1),ariaLabel:l("training.up"),icon:"chevron-up",variant:"transparent-gray",width:48,useFaded:"true",disabled:$===0,useBorder:!1,useDisabledInvisible:!0}),n.jsx(se,{size:32,type:"dot",onClick:()=>b($,1),ariaLabel:l("training.down"),icon:"chevron-down",variant:"transparent-gray",width:48,useFaded:"true",disabled:$===m.length-1,useBorder:!1,useDisabledInvisible:!0})]}):null]})]})},R.id)})})})}var f6="";Q(f6);const v6=8e3;function y6(t,e){return new Promise(a=>{let o=!1;const r=()=>{o||(o=!0,a())};t.then(r,r),setTimeout(r,e)})}function jc({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,onChange:i,context:s=[],selectable:l=!1,hideLabel:u=!1,hideAudio:d=!1,maxCards:h}){const{t:p}=ge(),m=o??p("training.cardInstructions","\uB0B1\uB9D0 \uCE74\uB4DC\uB97C \uBCF4\uACE0 \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uD655\uC778\uD558\uC138\uC694."),g=c.useMemo(()=>Array.isArray(s)?s:s&&s.items||[],[s]),f=h??3,b=(g||[]).slice(0,f);(g||[]).length>f&&console.warn(`TrainingStepCard: ${g.length} items passed but only ${f} shown`);const y=typeof t=="number"?t:-1,v=typeof e!="number"?"disabled":y<e?"done":y===e?"active":"disabled",[x,_]=c.useState(null),C=c.useRef([]),[T,w]=c.useState(!1),S=c.useMemo(()=>g.map(O=>O?.id??O?.word??"").join("|"),[g]);c.useEffect(()=>{_(null),C.current=[]},[S]);const D=c.useCallback((O,j)=>{if(l)return;const k={item:O,index:j,__ts:Date.now()};try{typeof i=="function"&&i(k)}catch{}if(v==="active"&&typeof r=="function")try{r(k)}catch{}},[l,i,v,r]),A=c.useCallback(async()=>{if(!(T||v==="disabled")){w(!0);try{for(const O of C.current)O&&await y6(O.play(),v6)}finally{w(!1)}}},[T,v]),N=c.useCallback((O,j)=>{if(v!=="active")return;_(j);const k={selectedValue:O.word||O.title||"",selectedIndex:j,item:O,__ts:Date.now()};try{typeof i=="function"&&i(k)}catch{}if(v==="active"&&typeof r=="function")try{r(k)}catch{}},[i,v,r]);return n.jsx(Ua,{index:t,stepIndex:e,isLast:a,title:m,onDone:r,titleProps:{usePlayAllBtn:!d&&b.length>0,onPlayAll:A,playAllActive:T},children:n.jsx("div",{className:"training-step__cards",children:b.length===0?n.jsx("div",{className:"training-step__empty",children:p("training.noCards","\uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}):b.map((O,j)=>n.jsx(Mn,{ref:k=>{C.current[j]=k},item:O,disabled:v==="disabled",onPlayDone:()=>D(O,j),selectable:l,selected:l&&x===j,onSelect:l?()=>N(O,j):void 0,flipDelay:j*120,hideLabel:u,hideAudio:d},O&&O.id||j))})})}const x6=160;var C6=".ihabdevteam-core-scope .panel{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-card);display:flex;flex-direction:column;overflow:visible;padding:0;text-align:left}.ihabdevteam-core-scope .panel--no-border{border:none}.ihabdevteam-core-scope .panel--no-bg{background:transparent;border-radius:0}.ihabdevteam-core-scope .panel--no-border .panel-row{padding-left:0;padding-right:0}.ihabdevteam-core-scope .panel--no-row-border .panel-row+.panel-row{border-top:none}.ihabdevteam-core-scope .panel__header{align-items:center;border-bottom:1px solid var(--color-darkWhite);box-sizing:border-box;display:flex;gap:var(--spacing-xs);justify-content:space-between;margin:0;padding:0 20px}.ihabdevteam-core-scope .panel--small .panel__header{min-height:48px}.ihabdevteam-core-scope .panel--medium .panel__header{min-height:56px}.ihabdevteam-core-scope .panel--large .panel__header{min-height:64px}.ihabdevteam-core-scope .panel__title{color:var(--color-darkGray);margin:0}.ihabdevteam-core-scope .panel__actions{display:flex;flex-shrink:0;gap:6px}.ihabdevteam-core-scope .panel-row{align-items:center;box-sizing:border-box;display:flex;gap:var(--spacing-m);justify-content:space-between;padding:4px 20px}.ihabdevteam-core-scope .panel--small .panel-row{min-height:48px}.ihabdevteam-core-scope .panel--medium .panel-row{min-height:56px}.ihabdevteam-core-scope .panel--large .panel-row{min-height:64px}.ihabdevteam-core-scope .panel-row+.panel-row{border-top:1px solid var(--color-darkWhite)}.ihabdevteam-core-scope .panel--fill .panel-row{border-bottom:1px solid var(--color-darkWhite)}.ihabdevteam-core-scope .panel--fill .panel-row+.panel-row{border-top:none}.ihabdevteam-core-scope .panel--no-row-border .panel-row{border-bottom:none}.ihabdevteam-core-scope .panel>:not(.panel-row)+.panel-row{border-top:none}.ihabdevteam-core-scope .panel-grid{grid-gap:1px;background:var(--color-darkWhite);display:grid;gap:1px;grid-template-columns:repeat(2,1fr);grid-template-columns:repeat(var(--panel-grid-cols,2),1fr);overflow:hidden;padding-bottom:1px}.ihabdevteam-core-scope .panel-grid .panel-row{background:var(--color-white)}.ihabdevteam-core-scope .panel-grid .panel-row+.panel-row{border-top:none}.ihabdevteam-core-scope .panel-row--empty{color:var(--color-lightGray);justify-content:center}.ihabdevteam-core-scope .panel-row--loading{justify-content:center}.ihabdevteam-core-scope .panel__body--scroll{flex:1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain}.ihabdevteam-core-scope .panel-row--content{display:block;min-height:0;padding:16px}.ihabdevteam-core-scope .panel-row--scroll{display:flex;flex:1;flex-direction:column;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;padding:16px 16px 20px}.ihabdevteam-core-scope .panel-row--content+.panel-row--content,.ihabdevteam-core-scope .panel-row--content+.panel-row--scroll,.ihabdevteam-core-scope .panel-row--scroll+.panel-row--content,.ihabdevteam-core-scope .panel-row--scroll+.panel-row--scroll{border-top:none}.ihabdevteam-core-scope .panel-row__icon{align-items:center;display:flex;flex-shrink:0;margin-right:-4px}.ihabdevteam-core-scope .panel-row__left{flex:1;min-width:0}.ihabdevteam-core-scope .panel-row__label{color:var(--color-deepGray)}.ihabdevteam-core-scope .panel-row__sub{color:var(--color-gray);margin-top:2px}.ihabdevteam-core-scope .panel-row__right{align-items:center;display:flex;flex:0 0 auto;justify-content:flex-end}@media (max-width:767px){.ihabdevteam-core-scope .panel-row{flex-wrap:wrap}.ihabdevteam-core-scope .panel-row__right{flex:0 1 auto;min-width:0}}.ihabdevteam-core-scope .panel--form .panel-row{grid-gap:var(--spacing-m);align-items:center;display:grid;gap:var(--spacing-m);grid-template-columns:80px 1fr;grid-template-columns:var(--panel-label-width,80px) 1fr}.ihabdevteam-core-scope .panel--form .panel-row:has(.text-field--full-width){align-items:flex-start}.ihabdevteam-core-scope .panel--form .panel-row:has(.text-field--full-width) .panel-row__left{padding-top:9px}.ihabdevteam-core-scope .panel-row--label-fixed .panel-row__left{flex:0 0 120px;flex:0 0 var(--panel-label-width,120px)}.ihabdevteam-core-scope .panel-row--label-fixed .panel-row__right{flex:1;min-width:0}.ihabdevteam-core-scope .panel-row--clickable{cursor:pointer;transition:background .1s,box-shadow .1s}.ihabdevteam-core-scope .panel-row--clickable:hover{background:var(--color-darkWhite)}.ihabdevteam-core-scope .panel-row__text{color:var(--color-darkGray);overflow-wrap:break-word;text-align:right;word-break:break-word}.ihabdevteam-core-scope .panel-row--text .panel-row__right{flex:1;min-width:0}.ihabdevteam-core-scope .panel-row--block{align-items:stretch;display:flex;flex-direction:column;justify-content:center}.ihabdevteam-core-scope .panel-row__description{color:var(--color-gray);line-height:1.6;margin:0;overflow-wrap:break-word;word-break:break-word}.ihabdevteam-core-scope .panel-row__dropdown-group{display:flex;gap:var(--spacing-s)}.ihabdevteam-core-scope .panel-row__dropdown-group--full,.ihabdevteam-core-scope .panel-row__dropdown-item--full{flex:1;min-width:0}.ihabdevteam-core-scope .panel-row__dropdown-error-wrap{display:flex;flex-direction:column}.ihabdevteam-core-scope .panel-row__dropdown-error-wrap--full{flex:1;min-width:0}.ihabdevteam-core-scope .panel-row__text--full{text-align:left;width:100%}.ihabdevteam-core-scope .panel-row__input-wrap{display:flex;flex-direction:column}.ihabdevteam-core-scope .panel-row__input-wrap--full{flex:1;min-width:0}.ihabdevteam-core-scope .panel-row--vertical{align-items:flex-start;flex-direction:column;gap:8px;gap:var(--spacing-xs,8px)}.ihabdevteam-core-scope .panel-row--vertical .panel-row__left{flex:none;width:100%}.ihabdevteam-core-scope .panel-row--vertical .panel-row__right{align-items:flex-start;flex:none;justify-content:flex-start;width:100%}.ihabdevteam-core-scope .panel-row--vertical .panel-row__text{margin-left:0;text-align:left}.ihabdevteam-core-scope .panel-row--device{grid-gap:0;align-items:stretch;display:grid;gap:0;grid-template-columns:1fr 1fr;min-height:0;padding:0}.ihabdevteam-core-scope .panel-row__device-column{box-sizing:border-box;display:flex;flex-direction:column;gap:0;min-height:164px;padding:14px 16px}.ihabdevteam-core-scope .panel-row__device-column+.panel-row__device-column{border-left:1px solid var(--color-darkWhite)}.ihabdevteam-core-scope .panel-row__device-head{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px;min-height:32px}.ihabdevteam-core-scope .panel-row__device-side{color:var(--color-darkGray);margin:0;text-align:left}.ihabdevteam-core-scope .panel-row__device-info{margin:0;text-align:left}.ihabdevteam-core-scope .panel-row__device-info,.ihabdevteam-core-scope .panel-row__device-kind{align-items:flex-start;display:flex;flex-direction:column;gap:3px}.ihabdevteam-core-scope .panel-row__device-name{color:var(--color-darkGray)}.ihabdevteam-core-scope .panel-row__device-detail{color:var(--color-gray)}.ihabdevteam-core-scope .panel-row__device-product{color:var(--color-darkGray)}.ihabdevteam-core-scope .panel-row__device-date{color:var(--color-lightGray);margin-top:2px}.ihabdevteam-core-scope .panel-row__device-empty{align-items:center;color:var(--color-lightGray);display:flex;flex:1;justify-content:center;text-align:center}.ihabdevteam-core-scope .required-mark{color:var(--color-main);margin-left:2px}.ihabdevteam-core-scope .panel-row__error{color:var(--color-error);margin-top:4px}.ihabdevteam-core-scope .panel-row__helper{color:var(--color-lightGray);margin-top:4px}.ihabdevteam-core-scope .panel-row__button-group{display:flex;gap:6px}@media (max-width:767px){.ihabdevteam-core-scope .panel-row__dropdown-group{flex-wrap:wrap}.ihabdevteam-core-scope .panel-row__dropdown-error-wrap--full,.ihabdevteam-core-scope .panel-row__dropdown-item--full{flex:1 1 104px}}";Q(C6);const cb=()=>{};function Nr({title:t,actions:e,size:a="medium",minHeight:o,maxWidth:r,className:i,scrollable:s,useBorder:l=!0,useBg:u=!0,useRowBorder:d=!0,labelWidth:h,form:p=!1,loading:m,empty:g,children:f}){const b=_e("panel",`panel--${a}`,p?"panel--form":"",o!==void 0?"panel--fill":"",l?"":"panel--no-border",u?"":"panel--no-bg",d?"":"panel--no-row-border",i),y={};return o!==void 0&&(y.minHeight=o),r!==void 0&&(y.maxWidth=typeof r=="number"?`${r}px`:r),h!==void 0&&(y["--panel-label-width"]=typeof h=="number"?`${h}px`:h),n.jsxs("div",{className:b,style:Object.keys(y).length?y:void 0,children:[t!=null&&n.jsxs("div",{className:"panel__header",children:[n.jsx("h2",{className:"panel__title h5b",children:t}),e&&n.jsx("div",{className:"panel__actions",children:e})]}),m?n.jsx(La,{variant:"loading"}):g!=null&&(f==null||Array.isArray(f)&&f.length===0)?n.jsx(La,{variant:"empty",children:g}):s?n.jsx("div",{className:"panel__body--scroll",children:f}):f]})}function db({cols:t=2,children:e}){return n.jsx("div",{className:"panel-grid",style:{"--panel-grid-cols":t},children:e})}function La(t){const e=c.useId();if(!("variant"in t)){const{label:b,sub:y,onClick:v,children:x,align:_="horizontal",icon:C}=t,T=w=>{v&&w.target===w.currentTarget&&(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),v())};return n.jsxs("div",{className:_e("panel-row",_==="vertical"?"panel-row--vertical":"",v?"panel-row--clickable":""),onClick:v,onKeyDown:v?T:void 0,role:v?"button":void 0,tabIndex:v?0:void 0,children:[C!=null&&n.jsx("div",{className:"panel-row__icon",children:C}),b!=null&&n.jsxs("div",{className:"panel-row__left",children:[n.jsx("div",{className:"panel-row__label body-3",children:b}),y&&n.jsx("div",{className:"panel-row__sub caption-1",children:y})]}),n.jsx("div",{className:"panel-row__right",children:x})]})}if(t.variant==="description")return n.jsx("div",{className:"panel-row panel-row--block",children:n.jsx("p",{className:"panel-row__description body-3",children:t.children})});if(t.variant==="empty")return n.jsx("div",{className:"panel-row panel-row--empty body-3",children:t.children});if(t.variant==="loading")return n.jsx("div",{className:"panel-row panel-row--loading",children:n.jsx(Do,{size:28})});if(t.variant==="custom"&&!t.label)return n.jsx("div",{className:"panel-row panel-row--block",children:t.children});const{variant:a,label:o,sub:r,onClick:i,required:s,error:l,align:u="horizontal",useFullWidth:d=!1,icon:h}=t;let p=null;const m=a==="toggle"?`panel-toggle-${e}`:void 0;if(a==="toggle"){const b=t;p=n.jsx(ac,{checked:b.checked,onChange:b.onChange,id:m})}else if(a==="segmented"){const b=t;p=n.jsx(qa,{options:b.options,value:b.value,onChange:b.onChange,size:b.size??40,ariaLabel:o})}else if(a==="dropdown"){const b=t,y=b.dropdowns?.length?n.jsx("div",{className:`panel-row__dropdown-group${d?" panel-row__dropdown-group--full":""}`,children:b.dropdowns.map((v,x)=>n.jsx("div",{className:d?"panel-row__dropdown-item--full":void 0,children:n.jsx(Zt,{options:v.options,value:v.value,onChange:v.onChange,placeholder:v.placeholder,block:d,error:!!l,ariaLabel:v.ariaLabel??([o,v.placeholder].filter(Boolean).join(" ")||void 0)})},x))}):n.jsx(Zt,{options:b.options??[],value:b.value??"",onChange:b.onChange??cb,block:d,error:!!l,ariaLabel:o});p=l?n.jsxs("div",{className:`panel-row__dropdown-error-wrap${d?" panel-row__dropdown-error-wrap--full":""}`,children:[y,n.jsx("span",{className:"caption-1 panel-row__error",role:"alert",children:l})]}):y}else if(a==="button"){const b=t;b.buttons?.length?p=n.jsx("div",{className:"panel-row__button-group",children:b.buttons.map((y,v)=>n.jsx(se,{size:y.btnSize??40,variant:y.btnVariant??"default",disabled:y.disabled,onClick:y.onClick,children:y.label},v))}):p=n.jsx(se,{size:b.btnSize??40,variant:b.btnVariant??"default",disabled:b.disabled,onClick:b.onClick,children:b.buttonLabel})}else if(a==="text"){const b=t;p=n.jsx("span",{className:`panel-row__text body-2${d?" panel-row__text--full":""}`,style:b.valueColor?{color:b.valueColor}:void 0,children:b.value})}else if(a==="input"){const b=t;p=n.jsxs("div",{className:`panel-row__input-wrap${d?" panel-row__input-wrap--full":""}`,children:[n.jsx(Ga,{value:b.value,onChange:b.onChange??cb,onKeyDown:b.onKeyDown,onEnter:b.onEnter,placeholder:b.placeholder,inputMode:b.inputMode,readOnly:b.readOnly,disabled:b.disabled,type:b.type,autoComplete:b.autoComplete,maxLength:b.maxLength,showCount:b.showCount,multiline:b.multiline,rows:b.rows,fullWidth:d,error:l,ariaLabel:o,required:s}),b.helperText&&n.jsx("div",{className:"panel-row__helper caption-1",children:b.helperText})]})}else a==="custom"&&(p=t.children);const g=a==="input"||a==="dropdown"||(a==="text"||a==="custom")&&d,f=b=>{i&&b.target===b.currentTarget&&(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),i())};return n.jsxs("div",{className:_e("panel-row",u==="vertical"?"panel-row--vertical":"",g?"panel-row--label-fixed":"",a==="text"?"panel-row--text":"",i?"panel-row--clickable":""),onClick:i,onKeyDown:i?f:void 0,role:i?"button":void 0,tabIndex:i?0:void 0,children:[h!=null&&n.jsx("div",{className:"panel-row__icon",children:h}),n.jsxs("div",{className:"panel-row__left",children:[m?n.jsxs("label",{htmlFor:m,className:"panel-row__label body-3",children:[o,s&&n.jsx("span",{className:"required-mark",children:"*"})]}):n.jsxs("div",{className:"panel-row__label body-3",children:[o,s&&n.jsx("span",{className:"required-mark",children:"*"})]}),r&&n.jsx("div",{className:"panel-row__sub caption-1",children:r})]}),n.jsx("div",{className:"panel-row__right",children:p})]})}function ub(t){const e=t.productName||t.brand,a=[t.brand,t.fitType].filter(o=>!!o&&o!==e);return[...new Set(a)].join(" \xB7 ")}function pb({devices:t,onRelease:e}){const{t:a}=ge();return n.jsx("div",{className:"panel-row panel-row--device",children:["\uC88C","\uC6B0"].map(o=>{const r=t[o],i=o==="\uC88C"?a("device.direction.left","\uC88C"):a("device.direction.right","\uC6B0");return n.jsxs("div",{className:"panel-row__device-column",children:[n.jsxs("div",{className:"panel-row__device-head",children:[n.jsx("span",{className:"panel-row__device-side body-2b",children:i}),r&&e&&n.jsx(se,{size:32,type:"dot",icon:"x",ariaLabel:a("customers.device.unwear","\uCC29\uC6A9 \uD574\uC81C"),showTooltipInfo:a("customers.device.unwear","\uCC29\uC6A9 \uD574\uC81C"),onClick:()=>e(o)})]}),r?n.jsxs("div",{className:"panel-row__device-info",children:[n.jsxs("span",{className:"panel-row__device-kind",children:[r.device&&n.jsx(gt,{size:"small",variant:tg(r.device),fill:"soft",label:r.device}),ub(r)&&n.jsx("span",{className:"panel-row__device-detail body-3",children:ub(r)})]}),n.jsx("span",{className:"panel-row__device-name body-2b",children:r.productName||r.brand}),n.jsx("span",{className:"panel-row__device-date caption-1",children:a("customers.device.wornSince",{date:`${r.wornYear}.${r.wornMonth}.${r.wornDay}`})})]}):n.jsx("span",{className:"panel-row__device-empty body-3",children:a("customers.device.notRegistered","\uBBF8\uB4F1\uB85D")})]},o)})})}function _6(t){return[{label:t("training.noise.level.none","\uC5C6\uC74C"),value:0},{label:t("training.noise.level.weak","\uC57D\uD568"),value:1},{label:t("training.noise.level.medium","\uBCF4\uD1B5"),value:2},{label:t("training.noise.level.strong","\uAC15\uD568"),value:3},{label:t("training.noise.level.veryStrong","\uB9E4\uC6B0 \uAC15\uD568"),value:4}]}function hb(t){return[{label:t("training.noise.type.default","\uAE30\uBCF8"),value:"defaultNoise",icon:"party-popper"},{label:t("training.noise.type.street","\uAE38\uAC70\uB9AC"),value:"street",icon:"car"},{label:t("training.noise.type.buzz","\uC640\uAE00\uC640\uAE00"),value:"buzz",icon:"message-square-more"},{label:t("training.noise.type.restaurant","\uC2DD\uB2F9"),value:"restaurant",icon:"coffee"}]}_6(ct.t.bind(ct)),hb(ct.t.bind(ct));var w6='.ihabdevteam-core-scope .noise-settings{border-radius:var(--radius-m);box-sizing:border-box;max-width:calc(100vw - 40px);padding:20px}.ihabdevteam-core-scope .tooltip-content:has(.noise-settings__header) .tooltip-content__header{border-bottom:1px solid var(--color-darkWhite);height:60px;padding:0 20px}.ihabdevteam-core-scope .noise-settings__header{align-items:center;display:flex;justify-content:space-between;width:100%}.ihabdevteam-core-scope .noise-settings__header span{color:var(--color-darkGray);font-weight:600}.ihabdevteam-core-scope .noise-settings__slider-input.slider--horizontal{flex:1 1 auto}.ihabdevteam-core-scope .noise-settings__value{font-feature-settings:"tnum";color:var(--color-main);flex:0 0 auto;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap;width:44px}';Q(w6);const Mc="none",k6=.5,S6=1.5,A6=.25;function Pc({title:t,valueLabel:e,value:a,min:o,max:r,step:i,tickStep:s,size:l,onChange:u}){return n.jsxs(La,{variant:"custom",label:t,useFullWidth:!0,children:[n.jsx(sc,{value:a,onChange:u,min:o,max:r,step:i,size:l,showBgTick:!0,tickStep:s,ariaLabel:t,className:"noise-settings__slider-input"}),n.jsx("div",{className:"noise-settings__value button-1",children:e})]})}function Rc({anchorRect:t,onClose:e}){const{t:a}=ge(),o=ra("(max-width: 767px)")?40:24,r=Ac(),i=r?.settings.level??0,s=r?.settings.type??"defaultNoise",l=r?.settings.enabled??!0,u=V7(i),d=r?.playbackRate??1,h=r?.mainVolume??1,p=Math.round(h*100),m=c.useCallback(y=>{try{r?.setMainVolume(Math.max(0,Math.min(1,y/100)))}catch{}},[r]),g=c.useCallback(y=>{try{r?.setPlaybackRate(y)}catch{}},[r]),f=c.useCallback(y=>{const v=G7(y);try{r?.setSettings({level:v})}catch{}},[r]),b=c.useCallback(y=>{try{y===Mc?r?.setSettings({enabled:!1}):r?.setSettings({type:y,enabled:!0})}catch{}},[r]);return n.jsx(Ta,{anchorRect:t,offset:12,onClose:e,ariaLabel:a("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),isMobilePopup:!1,closeOnOutsideClick:!1,header:n.jsxs("div",{className:"noise-settings__header",children:[n.jsx("span",{children:a("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815")}),n.jsx(se,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,ariaLabel:a("common.close","\uB2EB\uAE30"),onClick:e})]}),children:n.jsxs(Nr,{className:"noise-settings",useBorder:!1,labelWidth:72,children:[n.jsx(Pc,{title:a("training.playVolumeTitle","\uC7AC\uC0DD \uC18C\uB9AC"),valueLabel:`${p}%`,value:p,min:0,max:100,step:10,size:o,onChange:m}),n.jsx(Pc,{title:a("training.playSpeedTitle","\uC7AC\uC0DD \uC18D\uB3C4"),valueLabel:`${d.toFixed(2)}x`,value:d,min:k6,max:S6,step:A6,size:o,onChange:g}),n.jsx(Pc,{title:a("training.noiseLevelTitle","\uC18C\uC74C \uD06C\uAE30"),valueLabel:`${u}%`,value:u,min:0,max:100,step:10,size:o,onChange:f}),n.jsx(La,{variant:"custom",label:a("training.noiseTypeTitle","\uC18C\uC74C \uC885\uB958"),useFullWidth:!0,children:n.jsx(qa,{ariaLabel:a("training.noiseTypeTitle","\uC18C\uC74C \uC885\uB958"),size:40,shape:"rounded",options:[{key:Mc,label:a("training.noise.type.none","\uC5C6\uC74C")},...hb(a).map(y=>({key:y.value,label:y.label}))],value:l?s:Mc,onChange:b})})]})})}var T6=".ihabdevteam-core-scope .training-page-bottom{box-sizing:border-box;width:100%}.ihabdevteam-core-scope .pp-bottom{align-items:center;background:var(--color-deepWhite);border-top:1px solid var(--color-whiteLine);box-sizing:border-box;display:flex;flex:0 0 auto;gap:var(--spacing-s);justify-content:space-between;padding:12px 18px calc(12px + env(safe-area-inset-bottom));width:100%;z-index:5}.ihabdevteam-core-scope .pp-bottom__left{align-items:center;display:flex;gap:var(--spacing-m)}.ihabdevteam-core-scope .pp-bottom__right{align-items:center;display:flex;gap:8px}.ihabdevteam-core-scope .pp-bottom__meters{border:1px solid var(--color-whiteLine);border-radius:14px;display:flex;flex-direction:column;gap:2px;justify-content:center;padding:8px 12px}.ihabdevteam-core-scope .pp-bottom__meter{align-items:center;display:flex;flex-direction:row;gap:var(--spacing-xs)}.ihabdevteam-core-scope .pp-bottom__meter-label{color:var(--color-gray);min-width:28px}.ihabdevteam-core-scope .pp-bottom__settings--desktop{display:none}.ihabdevteam-core-scope .pp-bottom__settings--mobile{display:flex}@media (min-width:768px){.ihabdevteam-core-scope .pp-bottom__settings--desktop{display:block}.ihabdevteam-core-scope .pp-bottom__settings--mobile{display:none}}.ihabdevteam-core-scope .pp-bottom__tooltip-trigger{display:inline-block}";Q(T6);function $c({useNoiseSettingBtn:t=!1,onSettings:e,onNext:a,onResult:o,stepIndex:r=0,stepCount:i=0,pageIndex:s=0,pageCount:l=1}){const{t:u}=ge(),[d,h]=c.useState(!1),[p,m]=c.useState(null),[g,f]=c.useState(!1),b=c.useRef(null),y=c.useRef(null),v=Ac(),x=s<l-1,_=s===l-1,C=r===Math.max(0,i);c.useEffect(()=>{t||(h(!1),m(null))},[t]);const T=c.useCallback(()=>{h(!1),m(null)},[]),w=c.useCallback(()=>{if(d){h(!1),m(null);return}const A=b?.current?.getBoundingClientRect();A&&m(A),e?.(),h(!0)},[d,e]),S=c.useCallback(()=>{if(d){h(!1),m(null);return}const A=y?.current?.getBoundingClientRect();A&&m(A),e?.(),h(!0)},[d,e]),D=c.useCallback(()=>f(A=>!A),[]);return n.jsxs("div",{className:"pp-bottom",children:[n.jsxs("div",{className:"pp-bottom__left",children:[t?n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"pp-bottom__settings--desktop",children:n.jsx("div",{ref:b,className:"pp-bottom__tooltip-trigger","data-tooltip-ignore":!0,children:n.jsx(se,{size:56,type:"bar",icon:"settings",onClick:w,selected:d,ariaLabel:u("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),label:u("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),minWidth:140})})}),n.jsx("div",{className:"pp-bottom__settings--mobile",children:n.jsx("div",{ref:y,className:"pp-bottom__tooltip-trigger","data-tooltip-ignore":!0,children:n.jsx(se,{size:56,type:"dot",icon:"settings",onClick:S,selected:d,ariaLabel:u("training.settings","\uC124\uC815"),minWidth:52})})})]}):null,t&&n.jsx(se,{size:40,type:"dot",shape:"pill",icon:"audio-lines",onClick:D,selected:g,ariaLabel:u("training.meter.toggle","\uC624\uB514\uC624 \uBBF8\uD130 \uD45C\uC2DC")}),t&&g&&n.jsxs("div",{className:"pp-bottom__meters",children:[n.jsxs("div",{className:"pp-bottom__meter",children:[n.jsx("span",{className:"pp-bottom__meter-label caption-1",children:u("training.meter.sentence","\uC7AC\uC0DD")}),n.jsx(En,{analyser:v?.mainAnalyser??null,orientation:"horizontal",length:112,label:"db",labelPos:"left",ariaLabel:u("training.meter.sentence","\uC7AC\uC0DD")})]}),n.jsxs("div",{className:"pp-bottom__meter",children:[n.jsx("span",{className:"pp-bottom__meter-label caption-1",children:u("training.meter.noise","\uC18C\uC74C")}),n.jsx(En,{analyser:v?.noiseAnalyser??null,orientation:"horizontal",length:112,label:"db",labelPos:"left",ariaLabel:u("training.meter.noise","\uC18C\uC74C")})]})]})]}),n.jsxs("div",{className:"pp-bottom__right",children:[_&&n.jsx(se,{size:56,type:"bar",icon:"check",onClick:typeof o=="function"?o:a,ariaLabel:u("training.viewResult","\uACB0\uACFC\uBCF4\uAE30"),label:u("training.viewResult","\uACB0\uACFC\uBCF4\uAE30"),variant:"main",disabled:!C}),x&&n.jsx(se,{size:56,type:"bar",rightIcon:"chevron-right",align:"right",onClick:a,ariaLabel:u("training.nextQuestion","\uB2E4\uC74C \uBB38\uC81C"),label:u("training.nextQuestion","\uB2E4\uC74C \uBB38\uC81C"),variant:"main",disabled:!C})]}),t&&d&&n.jsx(Rc,{anchorRect:p,onClose:T})]})}var N6=".ihabdevteam-core-scope .training-page-top{box-sizing:border-box;width:100%}.ihabdevteam-core-scope .pp-title.training-popup-title{align-items:center;background:var(--color-deepWhite);border-bottom:1px solid var(--color-whiteLine);box-sizing:border-box;display:flex;gap:var(--spacing-s);justify-content:space-between;padding:12px 16px;position:relative;width:100%;z-index:6}.ihabdevteam-core-scope .pp-title__left{align-items:center;display:flex;gap:var(--spacing-s);min-width:0}.ihabdevteam-core-scope .pp-title__text{display:flex;flex-direction:column;min-width:0}.ihabdevteam-core-scope .pp-title__depth{color:var(--color-gray)}.ihabdevteam-core-scope .pp-title__title{font-weight:700;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .pp-title__title--empty{color:var(--color-whiteLine)}.ihabdevteam-core-scope .pp-title__description{color:var(--color-gray);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:767px){.ihabdevteam-core-scope .pp-title.training-popup-title{gap:var(--spacing-xs);padding:10px 12px}.ihabdevteam-core-scope .pp-title__depth{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .pp-title__left{flex:1;min-width:0;overflow:hidden}}";Q(N6);function Ic({title:t,subtitle:e,desc:a,depth:o,icon:r,wrapperStyle:i,iconTooltip:s,pageIndex:l,pageCount:u,progressMax:d,progressIndex:h,onBack:p,onClose:m}){const{t:g}=ge(),f=ra("(max-width: 767px)"),b=Number.isInteger(h)?h:l||0,y=Number.isInteger(d)?d:u||0,v=p||m,x=Array.isArray(o)?f?o[o.length-1]:o.join(" / "):o,_=typeof t=="string"?t.trim():t,C=typeof e=="string"?e.trim():e,T=!!(_||C),w=T?_||C:g("common.emptyTrainingName","\uD6C8\uB828 \uC774\uB984\uC774 \uBE44\uC5B4 \uC788\uC2B5\uB2C8\uB2E4."),S=x||e,D=f&&typeof S=="string"&&(S.includes(" \xB7 ")||S.includes(" / "))?S.split(/\s[·/]\s/).pop():S,A=c.useMemo(()=>{const N=i&&typeof i=="object"?{...i}:{};return!("width"in N)&&!("height"in N)&&(N.width="40px",N.height="40px"),N},[i]);return n.jsxs("header",{className:"pp-title training-popup-title",children:[n.jsxs("div",{className:"pp-title__left",children:[v?n.jsx(se,{size:48,type:"dot",icon:"chevron-left",ariaLabel:g("common.back","\uB4A4\uB85C"),onClick:v,useBorder:!1,iconSize:"large",iconColor:"--color-black",variant:"transparent-gray"}):null,n.jsx("div",{children:r?n.jsx(ng,{icon:r,label:t,tooltip:s,wrapperStyle:A}):null}),n.jsxs("div",{className:"pp-title__text",children:[D?n.jsx("span",{className:"pp-title__depth caption-1",children:D}):null,n.jsx("span",{className:`pp-title__title h2${T?"":" pp-title__title--empty"}`,children:w}),a?n.jsx("span",{className:"pp-title__description caption-1",children:a}):null]})]}),n.jsx(uc,{max:Math.max(0,y??0),index:Math.max(0,b??0)})]})}function mb(){typeof window<"u"&&window.dispatchEvent(new CustomEvent("speechear.popup.close"))}function gb(t){return!t&&t!==0?[]:Array.isArray(t)?t.flatMap(e=>typeof e=="string"?e.split("|").map(a=>a.trim()).filter(Boolean):e||e===0?[String(e)]:[]):typeof t=="string"?t.split("|").map(e=>e.trim()).filter(Boolean):[String(t)]}function Oc(t,e,a){const o=t,r=o?.title||o?.name||(Array.isArray(e)?e[e.length-1]:void 0)||a||"\uD6C8\uB828",i=ln().find(l=>l.key===(o?.category_0||o?.category_main_code)),s=i?.subs?.find(l=>l.key===(o?.category_1||o?.category_sub_code));return{title:r,label:o?.title||r,depth:e,icon:i?.icon,wrapperStyle:i?.color?{"--t-item-fg":i.color}:void 0,iconTooltip:[i?.label,s?.label].filter(Boolean).join(" / ")||void 0}}function qn(t){return t&&typeof t=="object"&&typeof t.__ts=="number"?t.__ts:0}function bb(t){const e=t;return Array.isArray(e?.items)?e.items:Array.isArray(t)?t:t?[t]:[]}function fb({idPrefix:t,trainingData:e,depth:a,fallbackTitle:o="\uD6C8\uB828",pages:r=[],emptyMessage:i,buildResults:s,metaPatch:l}){const u=Oc(e,a,o),d=typeof l=="function"?l(u)||{}:l||{},h=e?.id||e?.title||r.length;return{id:`${t}:${h}`,meta:{...u,...d},pages:r,emptyMessage:i,buildResults:s}}function vb(t){if(typeof t=="string")return t;if(t&&typeof t=="object"){const e=t;return e.context||e.sentence||e.question||""||""}return""}function yb(t){if(t&&typeof t=="object"){const e=t;if(Array.isArray(e.selectedValues))return e.selectedValues;if(e.selectedValue!==void 0)return e.selectedValue;if(e.selectedIndex!==void 0)return e.selectedIndex;if(e.value!==void 0)return e.value}return t}function xb(t,e=[]){if(Array.isArray(t))return t.join(", ");if(typeof t=="number"&&Array.isArray(e))return String(e[t]??"");if(typeof t=="string")return t}function zc(t,e){if(!(!t||typeof t!="object"))return t[`step-${e}`]}function Cb(t,e,a,o){return zc(t,e*a+o)}function _b({payload:t,selected:e,choices:a=[],correctAnswers:o=[]}){if(t&&typeof t=="object"){const r=t;if(Array.isArray(r.selectedValues))return o.every(i=>r.selectedValues.includes(i))&&r.selectedValues.every(i=>o.includes(i));if(typeof r.correct=="boolean")return r.correct}if(o.length){if(typeof e=="number"&&Array.isArray(a)&&a.length)return o.some(r=>String(r)===String(a[e]));if(typeof e<"u")return o.some(r=>String(r)===String(e))}}function wb(t){return t?Array.isArray(t.items)?t.items.map(e=>{const a=e;return typeof e=="string"?{sentence:e}:{sentence:a.context||a.sentence||"",contextCode:a.contextCode||a.context_code}}):Array.isArray(t.sentences)?t.sentences.map(e=>{const a=e;return typeof e=="string"?{sentence:e}:{sentence:a.sentence||a.context||"",contextCode:a.contextCode}}):Array.isArray(t.contexts)?t.contexts:t.contextCode?[{contextCode:t.contextCode}]:[]:[]}const kb=c.createContext(null);function B6(){const t=c.useContext(kb);if(!t)throw new Error("useTrainingPagePopupContext must be used inside TrainingPagePopup");return t}function E6({index:t,stepIndex:e,isLast:a=!1,title:o="\uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694.",choices:r=[],onDone:i,onChange:s}){const l=typeof t=="number"?t:-1,u=typeof e!="number"?"disabled":l<e?"done":l===e?"active":"disabled",[d,h]=c.useState(()=>r.map(()=>null)),p=r.join("|");c.useEffect(()=>{h(p?p.split("|").map(()=>null):[])},[p]);const m=c.useMemo(()=>d.filter(f=>f!==null).length+1,[d]),g=c.useCallback(f=>{u==="active"&&h(b=>{const y=[...b];if(y[f]!==null){const x=y[f];return y.map(_=>_!==null&&_>=x?null:_)}y[f]=m;const v={selectedOrder:y,words:r,__ts:Date.now()};try{typeof s=="function"&&s(v)}catch{}if(y.every(x=>x!==null))try{typeof i=="function"&&i(v)}catch{}return y})},[u,m,s,i,r]);return n.jsx(Ua,{index:t,stepIndex:e,isLast:a,title:o,onDone:i,children:n.jsx("div",{className:"training-step__cards",children:r.map((f,b)=>n.jsx(Mn,{item:{word:f},disabled:u==="disabled",selectable:!0,selected:d[b]!==null,orderRank:d[b],onSelect:()=>g(b),flipDelay:b*120,hideLabel:!1,hideAudio:!0},`${f}-${b}`))})})}function Br(t){return null}Br.__isTrainingPage=!0;function jo(t,e){const a=B6();return{ctx:a,index:t,stepIndex:a.currentStepIndex,isLast:typeof t=="number"&&typeof e=="number"?t===e-1:!1,onDone:o=>a.handleStepDone(o,t),onChange:o=>a.handleStepChange(o,t)}}function Fc({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:i,onDone:s}=jo(t,e);return n.jsx(Vn,{...a,index:o,stepIndex:r,isLast:i,onDone:s})}function Wc({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:i,onDone:s,onChange:l}=jo(t,e);return n.jsx(Wn,{...a,index:o,stepIndex:r,isLast:i,onDone:s,onChange:l})}function Hc({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:i,onDone:s,onChange:l}=jo(t,e);return n.jsx(Hn,{...a,index:o,stepIndex:r,isLast:i,onDone:s,onChange:l})}function Vc({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:i,onDone:s,onChange:l}=jo(t,e);return n.jsx(Gn,{...a,index:o,stepIndex:r,isLast:i,onDone:s,onChange:l})}function Gc({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:i,onDone:s,onChange:l}=jo(t,e);return n.jsx(jc,{...a,index:o,stepIndex:r,isLast:i,onDone:s,onChange:l})}function D6({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:i,onDone:s,onChange:l}=jo(t,e);return n.jsx(E6,{...a,index:o,stepIndex:r,isLast:i,onDone:s,onChange:l})}var L6=`.ihabdevteam-core-scope .trp-result{display:flex;flex:1;flex-direction:column;min-height:0;padding:0;position:relative}.ihabdevteam-core-scope .popup--training-result .popup-header{padding:var(--spacing-l) var(--spacing-l) 0;position:absolute;right:0;top:0;z-index:1}.ihabdevteam-core-scope .trp-result__head{padding:12px 72px 20px;position:relative;text-align:center}.ihabdevteam-core-scope .trp-result__eyebrow{align-items:center;color:var(--color-main);display:inline-flex;gap:var(--spacing-xs);letter-spacing:.22em;margin:0 0 14px;text-transform:uppercase}.ihabdevteam-core-scope .trp-result__eyebrow:after,.ihabdevteam-core-scope .trp-result__eyebrow:before{background:currentColor;content:"";height:1px;opacity:.35;width:24px}.ihabdevteam-core-scope .trp-result__title{color:var(--color-black);font-size:28px;margin:0}.ihabdevteam-core-scope .trp-result__subtitle{color:var(--color-gray);margin:10px 0 0}.ihabdevteam-core-scope .trp-score{align-items:center;display:flex;flex-direction:column;gap:var(--spacing-m);margin:36px auto 8px}.ihabdevteam-core-scope .trp-score__figure{font-feature-settings:"tnum";align-items:baseline;display:flex;font-variant-numeric:tabular-nums;gap:var(--spacing-s)}.ihabdevteam-core-scope .trp-score__sep,.ihabdevteam-core-scope .trp-score__total{align-self:flex-end;color:var(--color-lightGray);font-size:44px;letter-spacing:-1px;padding-bottom:18px}.ihabdevteam-core-scope .trp-score__big{background:var(--color-main);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:112px;letter-spacing:-5px;line-height:.92}.ihabdevteam-core-scope .trp-accuracy{align-items:center;display:flex;gap:6px;justify-content:center;margin:28px auto 0;max-width:620px}.ihabdevteam-core-scope .trp-accuracy__seg{background:var(--color-darkWhite,var(--color-darkWhite));border-radius:999px;flex:1;height:6px}.ihabdevteam-core-scope .trp-accuracy__seg.is-on{background:linear-gradient(90deg,var(--color-main),var(--color-sub))}.ihabdevteam-core-scope .trp-accuracy__label{font-feature-settings:"tnum";color:var(--color-gray);font-variant-numeric:tabular-nums;margin-left:var(--spacing-xs);white-space:nowrap}.ihabdevteam-core-scope .trp-result__body{padding:16px 0 0}.ihabdevteam-core-scope .result-table{width:100%}.ihabdevteam-core-scope .result-table__head{grid-gap:var(--spacing-m);border-bottom:1px solid var(--color-whiteLine);color:var(--color-lightGray);display:grid;gap:var(--spacing-m);grid-template-columns:1fr 100px;letter-spacing:.16em;padding:12px 4px 14px;text-transform:uppercase}.ihabdevteam-core-scope .result-table--answer .result-table__head,.ihabdevteam-core-scope .result-table--answer .result-table__row{grid-template-columns:1fr 200px 100px}.ihabdevteam-core-scope .result-table__head .col-right{text-align:center}.ihabdevteam-core-scope .result-table__row{grid-gap:var(--spacing-m);align-items:center;border-bottom:1px solid var(--color-whiteLine);display:grid;gap:var(--spacing-m);grid-template-columns:1fr 100px;padding:22px 4px;transition:background .18s ease}.ihabdevteam-core-scope .result-table__row:hover{background:var(--color-deepWhite)}.ihabdevteam-core-scope .result-table__row:last-child{border-bottom:0}.ihabdevteam-core-scope .trp-row__problem{align-items:baseline;display:flex;gap:10px}.ihabdevteam-core-scope .trp-row__no{font-feature-settings:"tnum";color:var(--color-lightGray);flex-shrink:0;font-variant-numeric:tabular-nums;width:32px}.ihabdevteam-core-scope .trp-row__q{color:var(--color-black);letter-spacing:-.1px}.ihabdevteam-core-scope .trp-row__judge{align-self:center;display:flex;justify-content:center}.ihabdevteam-core-scope .trp-row__answers{align-self:center;display:flex;flex-direction:column;gap:var(--spacing-xs)}.ihabdevteam-core-scope .trp-row__answer-line{align-items:baseline;display:flex;gap:10px}.ihabdevteam-core-scope .trp-row__answer-label{flex-shrink:0;width:32px}.ihabdevteam-core-scope .trp-row__answer-label.answer-correct{color:var(--color-lightGray)}.ihabdevteam-core-scope .trp-row__answer-label.answer-selected.is-correct{color:var(--color-main)}.ihabdevteam-core-scope .trp-row__answer-label.answer-selected.is-wrong{color:var(--color-error)}.ihabdevteam-core-scope .trp-row__answer-value{color:var(--color-black)}.ihabdevteam-core-scope .trp-row__answer-value.is-correct{color:var(--color-main)}.ihabdevteam-core-scope .trp-row__answer-value.is-wrong{color:var(--color-error)}.ihabdevteam-core-scope .popup-footer.trp-result__foot{align-items:center;background:var(--color-white);display:flex;flex-shrink:0;gap:var(--spacing-s);justify-content:center;padding:var(--spacing-l)}.ihabdevteam-core-scope .trp-foot__note{align-items:center;color:var(--color-gray);display:flex;font-size:13px;gap:var(--spacing-xs)}.ihabdevteam-core-scope .trp-foot__note svg{color:var(--color-main);flex-shrink:0}.ihabdevteam-core-scope .trp-actions{display:flex;gap:var(--spacing-s)}@keyframes result-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.ihabdevteam-core-scope .trp-result.is-on{animation:result-rise .5s cubic-bezier(.22,.9,.3,1) both}.ihabdevteam-core-scope .trp-result.is-on .trp-score__big{animation:result-rise .7s cubic-bezier(.22,.9,.3,1) .1s both}.ihabdevteam-core-scope .trp-result.is-on .result-table__row{animation:result-rise .5s cubic-bezier(.22,.9,.3,1) both}.ihabdevteam-core-scope .trp-result.is-on .result-table__row:nth-child(2){animation-delay:.18s}.ihabdevteam-core-scope .trp-result.is-on .result-table__row:nth-child(3){animation-delay:.24s}.ihabdevteam-core-scope .trp-result.is-on .result-table__row:nth-child(4){animation-delay:.3s}.ihabdevteam-core-scope .trp-result.is-on .result-table__row:nth-child(5){animation-delay:.36s}@media (max-width:767px){.ihabdevteam-core-scope .trp-result{padding:0}.ihabdevteam-core-scope .trp-result__head{padding:0 20px 20px}.ihabdevteam-core-scope .trp-result__body{padding:0}.ihabdevteam-core-scope .popup-footer.trp-result__foot{border-top:1px solid var(--color-whiteLine);gap:var(--spacing-xs);padding:var(--spacing-l)}.ihabdevteam-core-scope .trp-actions{display:flex;gap:var(--spacing-xs);width:100%}.ihabdevteam-core-scope .trp-actions>*{flex:1;min-width:0}.ihabdevteam-core-scope .trp-score{gap:10px;margin:20px auto 4px}.ihabdevteam-core-scope .trp-score__big{font-size:72px;letter-spacing:-3px}.ihabdevteam-core-scope .trp-score__sep,.ihabdevteam-core-scope .trp-score__total{font-size:28px;padding-bottom:10px}.ihabdevteam-core-scope .result-table__head{display:none}.ihabdevteam-core-scope .result-table__head,.ihabdevteam-core-scope .result-table__row{gap:var(--spacing-xs);grid-template-columns:1fr auto}.ihabdevteam-core-scope .result-table__row{padding:14px 4px}.ihabdevteam-core-scope .trp-row__judge{justify-content:flex-start}.ihabdevteam-core-scope .result-table--answer .result-table__row{align-items:start;gap:6px;grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:14px 4px}.ihabdevteam-core-scope .result-table--answer .trp-row__judge{grid-row:1;justify-content:flex-start}.ihabdevteam-core-scope .result-table--answer .trp-row__problem{grid-row:2}.ihabdevteam-core-scope .result-table--answer .trp-row__answers{grid-row:3}
|
|
978
|
+
/* !important \uD544\uC694 \u2014 TrainingResultPopup.tsx\uAC00 Badge\uC5D0 minWidth={80}\uC744 \uC778\uB77C\uC778\uC73C\uB85C
|
|
979
|
+
\uC804\uB2EC\uD558\uBBC0\uB85C(\uCF54\uB4DC \uD655\uC778\uB428) \uBAA8\uBC14\uC77C\uC5D0\uC11C \uC790\uC5F0 \uD3ED\uC73C\uB85C \uB418\uB3CC\uB9AC\uB824\uBA74 \uD2B9\uC774\uB3C4\uB85C\uB294 \uBD80\uC871. */.ihabdevteam-core-scope .trp-row__judge .badge{min-width:0!important;min-width:auto!important}.ihabdevteam-core-scope .result-table--answer .trp-row__judge .badge{height:26px;padding:0 12px}}`;Q(L6);function qc(...t){for(const e of t)if(typeof e=="string"){const a=e.trim();if(a.length)return a}else{if(typeof e=="number"||typeof e=="boolean")return String(e);if(Array.isArray(e)&&e.length)return e.join(", ");if(e&&typeof e=="object"){const a=e,o=[a.text,a.label,a.value];for(const r of o){if(typeof r=="string"&&r.trim().length)return r.trim();if(typeof r=="number"||typeof r=="boolean")return String(r)}}}return null}function j6(t){return qc(t?.question,t?.q,t?.sentence,t?.text,t?.prompt,t?.wording)}function Sb(t){if(!t)return;if(typeof t.decision=="boolean")return t.decision;if(typeof t.correct=="boolean")return t.correct;if(typeof t.heard=="boolean")return t.heard;if(typeof t.judgement=="boolean")return t.judgement;const e=qc(t?.status,t?.result,t?.judge,t?.note);if(e){const a=e.toLowerCase();if(["ok","true","\uB9DE\uC74C","\uC815\uB2F5"].some(o=>a.includes(o)))return!0;if(["ng","false","\uD2C0\uB9BC","\uC624\uB2F5"].some(o=>a.includes(o)))return!1}}function Uc(t){const{score:e,contextsLength:a,results:o=[],subtitle:r,onReplay:i,onClose:s,inline:l=!1}=t||{},{t:u}=ge();c.useEffect(()=>{const b=a??0;e!=null&&b>0&&e/b>.5&&window.dispatchEvent(new CustomEvent("party:trigger",{detail:{count:140,strength:1.6,duration:2200}}))},[e,a]);const d=c.useCallback(b=>{const y=Sb(b),v=qc(b?.wording,b?.label);return y===!0?{variant:"main",label:v??u("training.result.heardWell","\uC798 \uB4E4\uC5C8\uC5B4\uC694")}:y===!1?{variant:"danger",label:v??u("training.result.notHeard","\uBABB \uB4E4\uC5C8\uC5B4\uC694")}:{variant:"disabled",label:v??u("training.result.notJudged","\uBBF8\uD310\uC815")}},[u]),h=a??0,p=e??0,m=c.useMemo(()=>Array.isArray(o)?o:[],[o]),g=c.useMemo(()=>m.map(b=>{const y=b??{},v=j6(y)||"(\uB0B4\uC6A9\uC5C6\uC74C)",{variant:x,label:_}=d(y),C=Array.isArray(y.corrects)?y.corrects:[],T=C.length?C.join(", "):y.answer!=null&&y.answer!==""?String(y.answer):null,w=typeof y.selectedText=="string"?y.selectedText:null,S=Sb(y)===!0;return{problem:v,variant:x,label:_,answer:T,selectedText:w,isCorrect:S}}),[m,d]),f=c.useMemo(()=>g.some(b=>b.answer!==null||b.selectedText!==null),[g]);return n.jsx(Ea,{onClose:s,inline:l,ariaLabel:u("training.result.title","\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4."),className:"popup--training-result",footerClassName:"trp-result__foot",footer:({animateThen:b,closeWithAnimation:y})=>n.jsxs("div",{className:"trp-actions",children:[n.jsx(se,{size:56,type:"bar",label:u("training.result.replay","\uB2E4\uC2DC\uD558\uAE30"),onClick:()=>b(i)}),n.jsx(se,{size:56,type:"bar",label:u("training.result.done","\uC644\uB8CC"),variant:"main",onClick:y})]}),children:()=>n.jsxs("div",{className:"trp-result is-on",children:[n.jsxs("header",{className:"trp-result__head",children:[n.jsx("p",{className:"trp-result__eyebrow caption-1",children:u("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC")}),n.jsx("h1",{className:"trp-result__title h2",children:u("training.result.title","\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4.")}),r&&n.jsx("p",{className:"trp-result__subtitle body-3",children:r}),n.jsx("div",{className:"trp-score",children:n.jsxs("div",{className:"trp-score__figure","aria-label":u("training.result.scoreAria",{correct:p,total:h}),children:[n.jsx("span",{className:"trp-score__big",children:p}),n.jsx("span",{className:"trp-score__sep",children:"/"}),n.jsx("span",{className:"trp-score__total",children:h})]})})]}),g.length>0&&n.jsx("section",{className:"trp-result__body",children:n.jsxs("div",{className:`result-table${f?" result-table--answer":""}`,role:"table","aria-label":u("training.result.tableAriaLabel","\uBB38\uD56D\uBCC4 \uD310\uC815"),children:[n.jsxs("div",{className:"result-table__head caption-1",role:"row",children:[n.jsx("span",{role:"columnheader",children:u("training.result.colProblem","\uBB38\uC81C")}),f&&n.jsx("span",{role:"columnheader",children:u("training.result.colAnswerSelected","\uC815\uB2F5 \xB7 \uC120\uD0DD")}),n.jsx("span",{className:"col-right",role:"columnheader",children:u("training.result.colJudge","\uD310\uC815")})]}),g.map((b,y)=>n.jsxs("div",{className:"result-table__row",role:"row",children:[n.jsxs("div",{className:"trp-row__problem",children:[n.jsx("span",{className:"trp-row__no caption-1",children:String(y+1).padStart(2,"0")}),n.jsx("div",{className:"trp-row__q body-2",children:b.problem})]}),f&&n.jsxs("div",{className:"trp-row__answers",children:[b.answer!==null&&n.jsxs("div",{className:"trp-row__answer-line",children:[n.jsx("span",{className:"trp-row__answer-label answer-correct caption-1",children:u("training.result.colAnswer","\uC815\uB2F5")}),n.jsx("span",{className:"trp-row__answer-value body-2",children:b.answer})]}),n.jsxs("div",{className:"trp-row__answer-line",children:[n.jsx("span",{className:`trp-row__answer-label answer-selected caption-1 ${b.isCorrect?"is-correct":"is-wrong"}`,children:u("training.result.colSelected","\uC120\uD0DD")}),n.jsx("span",{className:`trp-row__answer-value body-2 ${b.isCorrect?"is-correct":"is-wrong"}`,children:b.selectedText??"\u2014"})]})]}),n.jsx("div",{className:"trp-row__judge",children:n.jsx(gt,{variant:b.variant,label:b.label,fill:"soft",minWidth:80})})]},y))]})})]})})}function M6(t){c.useEffect(()=>{if(!t)return;const e=new Date;return()=>{const a=new Date;a.getTime()-e.getTime()<5e3||vs({trainingType:t,startedAt:e.toISOString(),endedAt:a.toISOString()})}},[t])}function Yc(t,e){return t&&t.id||`page-${e??0}`}function Kc(t,e){return t&&t.key||`step-${e??0}`}function Un(){return{pageIndex:0,stepIndex:0,answersByPage:{}}}function P6(t,e){return typeof t?.props=="function"?t.props(e)||{}:t?.props||{}}const Ab=new Set(["LISTEN_IN_NOISE","SHORT_STORY","LONG_STORY","ORDERING_SENTENCE"]),R6=t=>n.jsx(Uc,{score:t.score,contextsLength:t.contextsLength,results:t.results,onReplay:t.onReplay,onClose:t.onClose}),$6='a[href],button:not([disabled]),input:not([disabled]),select:not([disabled]),textarea:not([disabled]),[tabindex]:not([tabindex="-1"])';function I6(t){const{scenario:e,title:a,subTitle:o,depth:r,icon:i,wrapperStyle:s,iconTooltip:l,pageIndex:u,pageCount:d,stepIndex:h,stepCount:p,onBack:m,onComplete:g,onNext:f,onSettings:b,useNoiseSetting:y=!0,children:v,ariaLabel:x,label:_,buildResults:C,onResult:T,typeKey:w,entryPoint:S,dailyTotal:D,itemRef:A,renderResultPopup:N}=t;M6(w&&!Ab.has(w)?w:"");const O=c.useRef(0);c.useEffect(()=>{O.current=Date.now()},[]);const{t:j}=ge(),k=T,E=!!e,L=e?.id||null,z=e?.meta||{},te=Array.isArray(e?.pages)?e.pages:[],J=Array.isArray(v)||c.isValidElement(v)&&typeof v!="function"?c.Children.toArray(v).filter(c.isValidElement):[],ae=J.length>0,M=re=>re===Br||re?.__isTrainingPage===!0,R=ae&&J.some(re=>M(re.type)),$=R?J.filter(re=>M(re.type)).map((re,ve)=>{const ye=re.props||{};return{id:`children-page-${ve}`,steps:c.Children.toArray(ye.children).filter(c.isValidElement),pageTop:ye.pageTop||ye.top||null,pageBottom:ye.pageBottom||ye.bottom||null}}):[{id:"children-page-0",steps:J}],F=ae&&!E&&typeof v!="function",I=F?Math.max(1,$.length):0;c.useEffect(()=>{if(!(typeof document>"u"||!document.body)&&!document.body.classList.contains("ihabdevteam-core-scope"))return document.body.classList.add("ihabdevteam-core-scope"),()=>{document.body.classList.remove("ihabdevteam-core-scope")}},[]),c.useEffect(()=>{if(typeof document>"u"||!document.body)return;const re=document.body;return re.dataset.ihabTrainingPopupCount=String(Number(re.dataset.ihabTrainingPopupCount||"0")+1),re.classList.add("ihab-training-popup-open"),()=>{const ve=Number(re.dataset.ihabTrainingPopupCount||"1")-1;ve>0?re.dataset.ihabTrainingPopupCount=String(ve):(delete re.dataset.ihabTrainingPopupCount,re.classList.remove("ihab-training-popup-open"))}},[]),c.useEffect(()=>{if(!(typeof document>"u"||!document.body))return f7()},[]);const[q,P]=c.useState({...ob,enabled:!1}),H=c.useRef(q);c.useEffect(()=>{H.current=q},[q]),c.useEffect(()=>{let re=!1;return ws().then(ve=>{if(re)return;const ye=ve?{...H.current,...ve}:{...ob};H.current=ye,P(ye)}),()=>{re=!0}},[]);const[V,U]=c.useState(null),[ee,pe]=c.useState(null),he=c.useCallback((re,ve)=>{re==="main"?U(ve):pe(ve)},[]),oe=c.useCallback(re=>{const ve={...H.current,...re};H.current=ve,P(ve),ks(ve)},[]),X=q.mainSpeed,de=q.mainVolume,Ce=c.useCallback(re=>oe({mainSpeed:re}),[oe]),Z=c.useCallback(re=>oe({mainVolume:re}),[oe]),le=c.useMemo(()=>({settings:q,setSettings:oe,registerAnalyser:he,mainAnalyser:V,noiseAnalyser:ee,playbackRate:X,setPlaybackRate:Ce,mainVolume:de,setMainVolume:Z}),[q,oe,he,V,ee,X,Ce,de,Z]),G=c.useRef(null),[ce,be]=c.useState("center"),[De,Ie]=c.useState(!1),We=c.useRef(!1),He=c.useRef(null),$e=c.useCallback(re=>{We.current||(We.current=!0,Ie(!0),He.current=setTimeout(re,x6))},[]);c.useEffect(()=>()=>{He.current&&clearTimeout(He.current)},[]),c.useEffect(()=>{const re=G.current;if(!re)return;const ve=()=>Array.from(re.querySelectorAll($6)).filter(ne=>!ne.closest('[aria-hidden="true"]')),ye=ve()[0];if(ye)try{ye.focus()}catch{}const Y=ne=>{if(ne.key==="Escape"){ne.preventDefault(),$e(()=>{typeof m=="function"&&m()});return}if(ne.key==="Tab"){const xe=ve();if(xe.length===0)return;const ke=xe[0],Se=xe[xe.length-1];ne.shiftKey?document.activeElement===ke&&(ne.preventDefault(),Se.focus()):document.activeElement===Se&&(ne.preventDefault(),ke.focus())}};return re.addEventListener("keydown",Y),()=>re.removeEventListener("keydown",Y)},[m,$e]);const[rt,Oe]=c.useState(!1),Ge=c.useRef(!1),[Fe,fe]=c.useState(null),[nt,qe]=c.useState(""),[Me,Ke]=c.useState(()=>Un()),Lt=c.useRef(typeof u=="number"?u:null);c.useEffect(()=>{!E&&!F||(Ke(Un()),fe(null))},[E,L,F]),c.useEffect(()=>{F&&Ke(re=>{const ve=Math.max(0,Math.min(re.pageIndex,Math.max(0,I-1)));return ve!==re.pageIndex?{...re,pageIndex:ve,stepIndex:0}:re})},[F,I]);const Ze=F?Math.max(0,Math.min(Me.pageIndex,I-1)):0,Ye=F?$[Ze]:null,ht=F&&Ye&&Array.isArray(Ye.steps)?Ye.steps:[],Le=E?Me.pageIndex:F?Ze:typeof u=="number"?u:0,ot=E?te[Math.max(0,Math.min(Me.pageIndex,Math.max(0,te.length-1)))]:null,Qe=E&&ot&&Array.isArray(ot.steps)?ot.steps:[],Pe=E?Qe.length:F?ht.length:typeof p=="number"?p:0,Xe=E||F?Math.max(0,Math.min(Me.stepIndex,Math.max(0,Pe))):typeof h=="number"?h:0,et=E?te.length:F?I:typeof d=="number"?d:0;c.useLayoutEffect(()=>{const re=Lt.current;if(typeof Le=="number"&&re!==null&&Le!==re&&Le>re)try{qe(j("training.problemNotice",{n:Le+1}))}catch{}Lt.current=typeof Le=="number"?Le:Lt.current},[Le,u,j]),c.useLayoutEffect(()=>{const re=G.current;if(!re)return;const ve=()=>re.querySelector(".page-popup__scroll");let ye=null,Y=null,ne=null;const xe=ut=>{const ue=ve();if(!ue)return;const Ae=ue.scrollHeight<=ue.clientHeight;if(be(Ae?"center":"top"),ut&&!Ge.current){Ge.current=!0;try{Oe(!0)}catch{}try{je.disconnect()}catch{}}},ke=()=>{ye!==null&&cancelAnimationFrame(ye),ye=requestAnimationFrame(()=>{Y!==null&&clearTimeout(Y),Y=setTimeout(()=>xe(!0),60)})},Se=()=>{ne!==null&&cancelAnimationFrame(ne),ne=requestAnimationFrame(()=>xe(!1))};ke(),window.addEventListener("resize",Se);const je=new MutationObserver(ke);je.observe(re,{childList:!0,subtree:!0,attributes:!0});const it=setTimeout(()=>{Ge.current||xe(!0)},400);return()=>{window.removeEventListener("resize",Se),ye!==null&&cancelAnimationFrame(ye),Y!==null&&clearTimeout(Y),ne!==null&&cancelAnimationFrame(ne),clearTimeout(it);try{je.disconnect()}catch{}}},[G]);const Ct=c.useCallback(re=>{G.current&&(G.current._childOnNext=re)},[]),jt=c.useCallback(re=>{G.current&&(G.current._childOnResult=re)},[]),st=c.useCallback((re,ve,ye)=>{Ke(Y=>{const ne=Y.answersByPage[re]||{},xe=ne[ve],ke=qn(ye),Se=qn(xe);return xe&&Se>ke?Y:{...Y,answersByPage:{...Y.answersByPage,[re]:{...ne,[ve]:ye}}}})},[Ke]),Gt=c.useCallback((re,ve,ye)=>{const Y=Yc(ot,Le),ne=Kc(re,ve);st(Y,ne,ye)},[ot,Le,st]),bt=c.useCallback((re,ve,ye)=>{const Y=Yc(ot,Le),ne=Kc(re,ve);st(Y,ne,ye),!ye?.allowChange&&re?.autoAdvance!==!1&&Ke(xe=>({...xe,stepIndex:Math.max(xe.stepIndex,ve+1)}))},[ot,Le,st,Ke]),qt=c.useCallback((re,ve)=>{const ye=Ye?.id||`children-page-${Le??0}`,Y=typeof ve=="number"?ve:Xe??0,ne=`step-${Y}`;st(ye,ne,re),re?.allowChange||Ke(xe=>({...xe,stepIndex:Math.max(xe.stepIndex,Y+1)}))},[Ye,Le,Xe,st,Ke]),sa=c.useCallback((re,ve)=>{const ye=Ye?.id||`children-page-${Le??0}`,Y=`step-${typeof ve=="number"?ve:Xe??0}`;st(ye,Y,re)},[Ye,Le,Xe,st]),Ut=F?{currentPageIndex:Le??0,currentStepIndex:Xe??0,totalStepsInPage:ht.length,handleStepDone:qt,handleStepChange:sa}:null,Ma=async()=>{const re=typeof e?.buildResults=="function"?await Promise.resolve(e.buildResults({scenario:e,pages:te,flowState:Me,answersByPage:Me.answersByPage})):null;return typeof k=="function"&&await Promise.resolve(k(re))||re},la=async()=>{const re=Ye?.id||`children-page-${Me.pageIndex}`,ve=Me.answersByPage[re]||{},ye=R?(()=>{const xe={};let ke=0;return $.forEach(Se=>{const je=Me.answersByPage[Se.id]||{},it=Array.isArray(Se.steps)?Se.steps.length:0;for(let ut=0;ut<it;ut+=1){const ue=je[`step-${ut}`];typeof ue<"u"&&(xe[`step-${ke+ut}`]=ue)}ke+=it}),xe})():ve;if(typeof C=="function"){const xe=await Promise.resolve(C(ye,{pageAnswers:ve,answersByPage:Me.answersByPage,pages:$,currentPageId:re}));return typeof k=="function"&&await Promise.resolve(k(xe))||xe}const Y=Object.entries(ve).map(([xe,ke],Se)=>({index:Se,key:xe,payload:ke})),ne={results:Y,answers:Y,score:0};return typeof k=="function"&&await Promise.resolve(k(ne))||ne},Xt=()=>{try{if(typeof document<"u"&&document.body){try{document.dispatchEvent(new CustomEvent("speechear-close-tooltips"))}catch{}document.dispatchEvent(new PointerEvent("pointerdown",{bubbles:!0,cancelable:!0})),document.dispatchEvent(new MouseEvent("click",{bubbles:!0,cancelable:!0}))}}catch{}if(E){const ye=Ma();fe({});const Y=ye;Promise.resolve(Y).then(ne=>{fe(ne||{isEmpty:!0})}).catch(ne=>{fe({isEmpty:!0})});return}if(F){const ye=la();fe({});const Y=ye;Promise.resolve(Y).then(ne=>{fe(ne||{isEmpty:!0})}).catch(ne=>{fe({isEmpty:!0})});return}const re=G.current&&G.current._childOnResult,ve=ye=>{try{return ye?ye():void 0}catch{return}};if(typeof re=="function"){const ye=ve(re);try{typeof document>"u"?require("url").pathToFileURL(__filename).href:Kt&&Kt.tagName.toUpperCase()==="SCRIPT"&&Kt.src||new URL("ihabdevteam-core.cjs.js",document.baseURI).href}catch{}ye&&typeof ye.then!="function"?fe(ye):fe(ye&&typeof ye.then=="function"?{}:{}),Promise.resolve(ye).then(Y=>{Y&&fe(Y)}).catch(Y=>{});return}if(typeof k=="function"){const ye=ve(k);try{typeof document>"u"?require("url").pathToFileURL(__filename).href:Kt&&Kt.tagName.toUpperCase()==="SCRIPT"&&Kt.src||new URL("ihabdevteam-core.cjs.js",document.baseURI).href}catch{}ye&&typeof ye.then!="function"?fe(ye):fe(ye&&typeof ye.then=="function"?{}:{}),Promise.resolve(ye).then(Y=>{try{typeof document>"u"?require("url").pathToFileURL(__filename).href:Kt&&Kt.tagName.toUpperCase()==="SCRIPT"&&Kt.src||new URL("ihabdevteam-core.cjs.js",document.baseURI).href}catch{}Y&&fe(Y)}).catch(Y=>{console.error("viewResults external handler failed",Y)});return}},Pa=()=>{if(E){if(typeof Le=="number"&&typeof et=="number"&&Le<et-1){Ke(ve=>({...ve,pageIndex:ve.pageIndex+1,stepIndex:0}));return}return Xt()}if(F){const ve=ht.length;if(typeof Xe=="number"&&Xe<ve-1){Ke(ye=>({...ye,stepIndex:ye.stepIndex+1}));return}if(typeof Le=="number"&&typeof et=="number"&&Le<et-1){Ke(ye=>({...ye,pageIndex:ye.pageIndex+1,stepIndex:0}));return}return Xt()}if(typeof f=="function"){try{f()}catch{}return}const re=G.current&&G.current._childOnNext;if(typeof re=="function"){try{re()}catch{}return}},Mt=E?z.title||z.label||x||j("common.popup","\uD31D\uC5C5"):a||_||(Array.isArray(r)?r[r.length-1]:void 0)||x||j("common.popup","\uD31D\uC5C5"),Ya=E?z.title??z.label??Mt:a??_??Mt,Ot=(re,ve)=>{const ye=Yc(ot,Le),Y=Kc(re,ve),ne=Me.answersByPage[ye]?.[Y],xe=P6(re,{page:ot,pageIndex:Le,step:re,stepIndex:ve,storedPayload:ne,answersByPage:Me.answersByPage,flowState:Me}),ke={key:Y,index:ve,stepIndex:Xe,isLast:ve===Qe.length-1};switch(re?.type){case"listen":return n.jsx(Vn,{...ke,...xe,onDone:Se=>bt(re,ve,Se)});case"confirm":return n.jsx(Wn,{...ke,...xe,onDone:Se=>bt(re,ve,Se),onChange:Se=>Gt(re,ve,Se)});case"confirmWithText":return n.jsx(Hn,{...ke,...xe,onDone:Se=>bt(re,ve,Se),onChange:Se=>Gt(re,ve,Se)});case"orderList":return n.jsx(Gn,{...ke,...xe,onDone:Se=>bt(re,ve,Se),onChange:Se=>Gt(re,ve,Se)});default:return null}},Ca=E?te.length>0?n.jsx("div",{className:"training-steps",children:Qe.map((re,ve)=>Ot(re,ve))}):n.jsx("div",{className:"page-popup__content page-popup__content--center",children:n.jsx("div",{className:"pp-empty",children:e?.emptyMessage||j("training.noQuestions","\uBB38\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")})}):null,Ka=F?n.jsxs(kb.Provider,{value:Ut,children:[Ye?.pageTop?n.jsx("div",{className:"training-page-top",children:Ye.pageTop}):null,n.jsx("div",{className:"training-steps",children:ht.map((re,ve)=>{const ye=re;return c.cloneElement(ye,{...ye.props,_stepIndex:ve,_totalSteps:ht.length,_stepKey:`step-${ve}`,_pageIndex:Le})})}),Ye?.pageBottom?n.jsx("div",{className:"training-page-bottom",children:Ye.pageBottom}):null]}):null,Je=c.useCallback(()=>{let re;if(w){const ve=Fe,ye=ve?.results||ve?.answers||[],Y=Array.isArray(ye)&&ye.length>0?ye.length:null,ne=Array.isArray(ye)?ye.filter(ke=>ke?.correct===!0||ke?.isCorrect===!0||ke?.score===1||ke?.heard===!0||ke?.judgement===!0).length:null,xe=Y!=null?ne:null;ys({items:Cs(ye),category:Ab.has(w)?"sentence":"word",trainingType:w,entryPoint:S??"sentence",itemRef:A??null,correct:xe,total:Y,score:typeof ve?.score=="number"?ve.score:null,durationSeconds:Math.max(0,Math.round((Date.now()-O.current)/1e3)),dailyTotal:D??null}),re={correct:xe,total:Y}}fe(null),$e(()=>{typeof g=="function"&&g(re),typeof m=="function"&&m()})},[g,m,w,S,D,A,Fe,fe,$e]),zt=c.useCallback(()=>qe(""),[qe]),St=c.useCallback(()=>{$e(()=>{typeof m=="function"&&m()})},[m,$e]),_a=n.jsxs("div",{className:`page-popup${De?" page-popup--closing":""}`,role:"dialog","aria-label":Mt,children:[n.jsxs("div",{ref:G,className:`page-popup__panel ${rt?"":"page-popup__panel--measuring"} ${ce==="center"?"page-popup__panel--center":ce==="top"?"page-popup__panel--top":""}`,"aria-modal":"true",children:[n.jsx(Ic,{title:Ya,subtitle:E?z.subtitle||z.label:Array.isArray(r)?r.join(" / "):void 0,desc:E?void 0:o,depth:E?z.depth:r,icon:E?z.icon:i,wrapperStyle:E?z.wrapperStyle:s,iconTooltip:E?z.iconTooltip:l,progressMax:et,progressIndex:Le,pageIndex:Le,pageCount:et,onBack:St,onClose:St}),n.jsx("div",{className:"page-popup__scroll",children:n.jsx("div",{className:`page-popup__content ${ce==="center"?"page-popup__content--center":"page-popup__content--top"}`,children:F?Ka:E?Ca:typeof v=="function"?v({registerOnNext:Ct,registerOnResult:jt,panelRef:G,setResultOverlay:fe}):v})}),n.jsx($c,{onSettings:b,onNext:Pa,onResult:Xt,useNoiseSettingBtn:!!(E?z.useNoiseSetting??!0:y),stepIndex:Xe,stepCount:Pe,pageIndex:Le,pageCount:et})]}),Fe&&!Fe.isEmpty&&(N??R6)({score:Fe.score,results:Fe.results||Fe.answers||[],contextsLength:Fe.results?Fe.results.length:Fe.answers?Fe.answers.length:0,onReplay:()=>{if(fe(null),E){if(Ke(Un()),typeof e?.onReplay=="function")try{e.onReplay()}catch{}return}if(F){Ke(Un());return}try{const re=G.current&&G.current._childOnResult;typeof re=="function"&&re({replay:!0})}catch{}},onClose:Je}),Fe?.isEmpty&&n.jsx("div",{className:"page-popup page-popup--result-empty",role:"dialog","aria-label":j("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC"),children:n.jsxs("div",{className:"page-popup__panel page-popup__panel--center","aria-modal":"true",children:[n.jsx("div",{className:"page-popup__scroll",children:n.jsx("div",{className:"page-popup__content page-popup__content--center",children:n.jsx("div",{className:"page-popup__empty",children:j("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC")})})}),n.jsx("div",{className:"page-popup__bottom",children:n.jsx(se,{variant:"main",size:48,onClick:Je,label:j("training.result.done","\uC644\uB8CC")})})]})}),n.jsx(so,{message:nt,position:"top",onClose:zt})]}),ca=n.jsx(rb.Provider,{value:le,children:_a});return typeof document<"u"&&document.body?Yt.createPortal(ca,document.body):ca}const ja=I6;ja.Page=Br,ja.ListenStep=Fc,ja.ConfirmStep=Wc,ja.ConfirmWithTextStep=Hc,ja.OrderListStep=Vc,ja.CardStep=Gc,ja.CardOrderStep=D6;var O6=".ihabdevteam-core-scope .word-search-result-block__actions{display:flex;gap:var(--spacing-xs);justify-content:center}.ihabdevteam-core-scope .word-search-result-block__toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:var(--spacing-xs);justify-content:flex-end}.ihabdevteam-core-scope .word-search-result-block__inner{background:var(--color-white);border:1px solid var(--color-darkWhite);border-radius:var(--radius-m);padding:var(--spacing-content)}.ihabdevteam-core-scope .word-search-result-block__inner:has(+.word-search-result-block__actions:not(:empty)){margin-bottom:var(--spacing-content)}.ihabdevteam-core-scope .word-search-result-block__items{grid-gap:var(--spacing-xs);display:grid;gap:var(--spacing-xs);grid-template-columns:repeat(auto-fill,200px);justify-content:center}.ihabdevteam-core-scope .word-search-result-block__items .button__label-text,.ihabdevteam-core-scope .word-search-result-block__items .button__sub-label-text{white-space:nowrap;word-break:keep-all}.ihabdevteam-core-scope .word-search-result-block__items .button__label:has(.button__label-text:nth-child(4)){gap:4px 10px;grid-auto-columns:auto;grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr))}.ihabdevteam-core-scope .word-search-result-block__items .button-word:has(.button__label-text:nth-child(4)){height:auto;min-height:72px;padding-bottom:8px;padding-top:8px}@media (max-width:767px){.ihabdevteam-core-scope .word-search-result-block__items{grid-template-columns:repeat(2,1fr);justify-content:normal}.ihabdevteam-core-scope .word-search-result-block__items .button{min-width:0!important;width:100%}}.ihabdevteam-core-scope .word-search-result-block__empty{color:var(--color-gray);margin:0;padding:24px 0;text-align:center}.ihabdevteam-core-scope .word-search-result-block__group{display:flex;flex-direction:column;gap:10px}.ihabdevteam-core-scope .word-search-result-block__group+.word-search-result-block__group{border-top:1px solid var(--color-darkWhite);margin-top:var(--spacing-l);padding-top:var(--spacing-l)}.ihabdevteam-core-scope .word-search-result-block__pagination-bottom{display:flex;justify-content:center;margin-top:16px}.ihabdevteam-core-scope .word-search-result-block__empty-wrap{align-items:center;display:flex;flex-direction:column;gap:8px;gap:var(--spacing-xs,8px)}.ihabdevteam-core-scope .word-search-result-block__empty-hint{color:var(--color-sub);line-height:1.6;max-width:34em;text-align:center}.ihabdevteam-core-scope .word-search-result-block__disc,.ihabdevteam-core-scope .word-search-result-block__notice{display:block}.ihabdevteam-core-scope .word-search-result-block__notice{color:var(--color-text-primary)}";Q(O6);var z6='.ihabdevteam-core-scope .tooltip-word-image{background:var(--color-white);border-radius:var(--radius-m);box-shadow:var(--shadow-dropdown);padding:var(--spacing-s);position:fixed;z-index:var(--z-tooltip)}.ihabdevteam-core-scope .tooltip-word-image__cells{display:flex;gap:var(--spacing-s)}.ihabdevteam-core-scope .tooltip-word-image__cell{background:#f5f5f5;background:var(--color-white,#f5f5f5);border-radius:var(--radius-card);flex-shrink:0;height:120px;overflow:hidden;position:relative;width:120px}.ihabdevteam-core-scope .tooltip-word-image__cell img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .2s;width:100%}.ihabdevteam-core-scope .tooltip-word-image__spinner{align-items:center;display:flex;inset:0;justify-content:center;position:absolute}.ihabdevteam-core-scope .tooltip-word-image__spinner:after{animation:tooltip-spin .7s linear infinite;border:3px solid #e0e0e0;border-radius:50%;border-top:3px solid var(--color-white,#e0e0e0);border:3px solid var(--color-white,#e0e0e0);border-top-color:var(--color-main,#4f6ef7);content:"";height:24px;width:24px}@keyframes tooltip-spin{to{transform:rotate(1turn)}}.ihabdevteam-core-scope .tooltip-word-image__cell--text{align-items:center;color:var(--color-black);display:flex;font-weight:700;justify-content:center}';Q(z6);function F6({label:t,homonum:e}){const a=$a()?.(t,e)??"",{imgRef:o,loading:r,hasImage:i,onLoad:s,onError:l}=hc(a);return i?n.jsxs("div",{className:"tooltip-word-image__cell",children:[r&&n.jsx("div",{className:"tooltip-word-image__spinner"}),n.jsx("img",{ref:o,src:a,alt:t,draggable:!1,style:{opacity:r?0:1},onLoad:s,onError:l})]}):n.jsx("div",{className:"tooltip-word-image__cell tooltip-word-image__cell--text h3",children:n.jsx("span",{children:t})})}function Zc({words:t,anchorRect:e}){const a=c.useRef(null),[o,r]=c.useState(null);return c.useLayoutEffect(()=>{if(!e||!a.current)return;const{offsetWidth:i,offsetHeight:s}=a.current,l=window.innerWidth;let u=e.left+e.width/2-i/2,d=e.top-s-8;d<8&&(d=e.bottom+8),u=Math.max(8,Math.min(u,l-i-8)),r({left:u,top:d})},[e]),!e||t.length===0?null:Yt.createPortal(n.jsx("div",{ref:a,className:"tooltip-word-image",style:{visibility:o?"visible":"hidden",left:o?.left??0,top:o?.top??-9999},children:n.jsx("div",{className:"tooltip-word-image__cells",children:t.map(i=>n.jsx(F6,{label:i.label,homonum:i.homonum},`${i.label}_${i.homonum??1}`))})}),document.body)}function Tb({titleIcon:t,resultCount:e,resultUnit:a,searchQuery:o,items:r,groups:i,selected:s=[],onSelect:l,maxSelect:u,onClearSelection:d,onPrint:h,onPrintEmpty:p,className:m,emptyHint:g,sectionType:f="page",disc:b,notice:y}){const{t:v,i18n:x}=ge(),_=x.language?.startsWith("ko")??!1,{anchorRect:C,openAt:T,close:w}=To(),[S,D]=c.useState(null),A=c.useCallback(()=>{w(),D(null)},[w]),N=(o??"").trim(),O=/^[^,[\]\s]+$/.test(N)?N:"",j=O.length>0,[k,E]=c.useState("ganada"),[L,z]=c.useState("50"),[te,J]=c.useState(1),[ae,M]=c.useState(j);ae!==j&&(M(j),E(j?"match":"ganada"));const R=k==="match"&&!j?"ganada":k,$=c.useMemo(()=>[...j?[{value:"match",label:v("wordSearch.sort.match",{defaultValue:"\uC2DC\uC791 \uC6B0\uC120"})}]:[],{value:"ganada",label:v("wordSearch.sort.ganada",{defaultValue:"\uAC00\uB098\uB2E4\uC21C \u2191"})},{value:"ganada_desc",label:v("wordSearch.sort.ganadaDesc",{defaultValue:"\uAC00\uB098\uB2E4\uC21C \u2193"})},{value:"syllable",label:v("wordSearch.sort.syllable",{defaultValue:"\uC74C\uC808 \uC218 \u2191"})},{value:"syllable_desc",label:v("wordSearch.sort.syllableDesc",{defaultValue:"\uC74C\uC808 \uC218 \u2193"})},{value:"grade",label:v("wordSearch.sort.grade",{defaultValue:"\uB4F1\uAE09\uC21C \u2191"})},{value:"grade_desc",label:v("wordSearch.sort.gradeDesc",{defaultValue:"\uB4F1\uAE09\uC21C \u2193"})}],[v,j]),F=c.useMemo(()=>["10","25","50","100"].map(G=>({value:G,label:v("wordSearch.pageSize",{count:Number(G),defaultValue:`${G}\uAC1C\uC529 \uBCF4\uAE30`})})),[v]),I=G=>G.words[0],q=c.useCallback((G,ce)=>{const be=We=>I(We)?.label??"",De=We=>I(We)?.syllables??[...be(We)].length,Ie=We=>{const He=parseInt(I(We)?.grade??"",10);return Number.isFinite(He)?He:999};switch(R){case"match":{const We=[...O].length,He=$e=>fo(be($e).slice(0,We),O)?0:1;return He(G)-He(ce)||be(G).localeCompare(be(ce),"ko")}case"ganada":return be(G).localeCompare(be(ce),"ko");case"ganada_desc":return be(ce).localeCompare(be(G),"ko");case"syllable":return De(G)-De(ce)||be(G).localeCompare(be(ce),"ko");case"syllable_desc":return De(ce)-De(G)||be(G).localeCompare(be(ce),"ko");case"grade":return Ie(G)-Ie(ce)||be(G).localeCompare(be(ce),"ko");case"grade_desc":return Ie(ce)-Ie(G)||be(G).localeCompare(be(ce),"ko");default:return 0}},[R,O]),P=c.useMemo(()=>r.slice().sort(q),[r,q]),H=Number(L)||10,V=c.useMemo(()=>(i??[]).flatMap(G=>G.items.slice().sort(q).map(ce=>({item:ce,label:G.label}))),[i,q]),U=i?V.length:P.length,ee=Math.max(1,Math.ceil(U/H)),pe=Math.min(te,ee),he=c.useMemo(()=>P.slice((pe-1)*H,pe*H),[P,pe,H]),oe=c.useMemo(()=>{if(!i)return null;const G=V.slice((pe-1)*H,pe*H),ce=new Map;for(const{item:be,label:De}of G)ce.has(De)||ce.set(De,[]),ce.get(De).push(be);return[...ce.entries()].map(([be,De])=>({label:be,items:De}))},[i,V,pe,H]);c.useEffect(()=>{J(1)},[k,L,U]);const X=U>0?n.jsxs("div",{className:"word-search-result-block__toolbar",children:[n.jsx(Zt,{size:40,options:$,value:R,onChange:E,ariaLabel:v("wordSearch.sort.aria",{defaultValue:"\uC815\uB82C"})}),n.jsx(Zt,{size:40,options:F,value:L,onChange:z,ariaLabel:v("wordSearch.pageSizeAria",{defaultValue:"\uD398\uC774\uC9C0 \uD06C\uAE30"})}),n.jsx(_r,{page:pe,totalPages:ee,onChange:J})]}):void 0,de=G=>{l&&l(G)},Ce=e!==void 0&&a?n.jsxs(n.Fragment,{children:[v("wordSearch.resultTitlePrefix","\uCD1D "),n.jsx("span",{style:{color:"var(--color-main)"},children:e}),v("wordSearch.resultTitleSuffix",{unit:_?Xi(a):a})]}):void 0,Z=e!==void 0&&e>0&&u!==void 0&&a?v("wordSearch.resultDisc",{unit:_?Qi(a):a,max:u,selected:s.length}):void 0,le=b??(y?n.jsxs(n.Fragment,{children:[n.jsx("span",{className:"word-search-result-block__notice",children:y}),Z?n.jsx("span",{className:"word-search-result-block__disc",children:Z}):null]}):Z);return n.jsxs(lo,{type:f,icon:t,title:Ce,action:X,disc:le,className:_e("word-search-result-block",m),children:[n.jsxs("div",{className:"word-search-result-block__inner",children:[(i?i.length===0:r.length===0)&&n.jsxs("div",{className:"word-search-result-block__empty-wrap",children:[n.jsx("p",{className:"word-search-result-block__empty body-3",children:v("wordSearch.emptyResult","\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}),g&&n.jsx("p",{className:"word-search-result-block__empty-hint body-3",children:g})]}),i?(oe??[]).map(G=>n.jsx("div",{className:"word-search-result-block__group",children:n.jsx("div",{className:"word-search-result-block__items",children:G.items.map(ce=>{const be=s.includes(ce.id);return n.jsx("div",{onMouseEnter:De=>{T(De.currentTarget),D(ce.words)},onMouseLeave:A,children:n.jsx(se,{size:"word",align:"grid",label:ce.words.map(De=>De.label),subLabel:ce.words.map(De=>De.subLabel).filter(Boolean).length>0?ce.words.map(De=>De.subLabel):void 0,selected:be,onClick:()=>de(ce.id),minWidth:200})},ce.id)})})},G.label)):n.jsx("div",{className:"word-search-result-block__items",children:he.map(G=>{const ce=s.includes(G.id);return n.jsx("div",{onMouseEnter:be=>{T(be.currentTarget),D(G.words)},onMouseLeave:A,children:n.jsx(se,{size:"word",align:"grid",label:G.words.map(be=>be.label),subLabel:G.words.map(be=>be.subLabel).filter(Boolean).length>0?G.words.map(be=>be.subLabel):void 0,selected:ce,onClick:()=>de(G.id),minWidth:200})},G.id)})}),S&&C&&n.jsx(Zc,{words:S,anchorRect:C})]}),ee>1&&n.jsx("div",{className:"word-search-result-block__pagination-bottom",children:n.jsx(_r,{page:pe,totalPages:ee,onChange:J})}),(d||h)&&n.jsxs("div",{className:"word-search-result-block__actions",children:[d&&n.jsx(se,{size:"56",type:"bar",label:v("common.resetSelection","\uC120\uD0DD \uCD08\uAE30\uD654"),selected:!1,disabled:s.length===0,onClick:s.length===0?void 0:d}),h&&n.jsx("div",{onClick:s.length===0?p:void 0,children:n.jsx(se,{size:"56",type:"bar",variant:"main",label:v("wordTable.title","\uB2E8\uC5B4 \uD45C \uB9CC\uB4E4\uAE30"),disabled:s.length===0,onClick:s.length===0?void 0:h})})]})]})}var W6='.ihabdevteam-core-scope .phoneme-select-block{align-items:flex-start;flex:1 1 auto;width:100%}.ihabdevteam-core-scope .phoneme-select-block__cell{align-items:center;display:flex;flex-direction:column;gap:12px}.ihabdevteam-core-scope .phoneme-select-block__controls{align-items:center;display:flex;flex-direction:row;gap:var(--spacing-xs);justify-content:center;width:100%}@media (max-width:767px){.ihabdevteam-core-scope .phoneme-select-block__controls{align-items:center;flex-direction:column}}.ihabdevteam-core-scope .phoneme-select-block__count-control{align-self:center}.ihabdevteam-core-scope .phoneme-select-block__cell-group{align-items:flex-start;display:flex;gap:var(--spacing-xs)}.ihabdevteam-core-scope .phoneme-select-block__cell-vs{align-self:center;color:var(--color-lightGray);margin-bottom:22px;padding:0 16px}.ihabdevteam-core-scope .phoneme-select-block__pair-panels{display:flex;gap:var(--spacing-s);width:100%}.ihabdevteam-core-scope .phoneme-select-block__panel-group{display:flex;flex:1;flex-direction:column;gap:var(--spacing-m)}.ihabdevteam-core-scope .phoneme-select-block__cells{align-items:flex-start;display:flex;gap:var(--spacing-xs);justify-content:center;padding:var(--spacing-m) 0;width:100%}.ihabdevteam-core-scope .phoneme-select-block__cell-circle{align-items:center;background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-m);box-shadow:var(--shadow-tooltip);display:flex;height:80px;justify-content:center;position:relative;width:240px}.ihabdevteam-core-scope .phoneme-select-block__cell-index{color:var(--color-gray);line-height:1}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo{align-items:stretch;display:flex;flex-direction:row;height:100%;justify-content:center;width:100%}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-part{align-items:center;color:var(--color-black);display:flex;flex:1;flex-direction:column;gap:4px;justify-content:center;padding-top:3px;position:relative}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-part--no-label{padding-top:0}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-char.h1{line-height:1}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-char--excluded{color:var(--color-whiteLine);transform:translateY(-2px)}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-part--empty .phoneme-select-block__cell-jamo-char{transform:translateY(-2px)}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-label{color:var(--color-lightGray);line-height:1}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-part--empty .phoneme-select-block__cell-jamo-label{color:var(--color-darkWhite)}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-part+.phoneme-select-block__cell-jamo-part:before{background:var(--color-whiteLine);content:"";height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1px}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-part--empty{color:var(--color-darkWhite)}.ihabdevteam-core-scope .phoneme-select-block__panels{align-items:stretch;align-self:stretch;display:flex;flex-direction:column;gap:var(--spacing-m);width:100%}.ihabdevteam-core-scope .phoneme-select-block__detail{align-items:flex-start;display:flex;flex-direction:row;gap:var(--spacing-s);justify-content:center}.ihabdevteam-core-scope .phoneme-select-block__detail>.filter-panel{flex:1}.ihabdevteam-core-scope .phoneme-select-block>.filter-panel{align-self:stretch;width:100%}.ihabdevteam-core-scope .phoneme-select-block__controls .button38--bar{min-width:96px}.ihabdevteam-core-scope .phoneme-select-block__required{color:var(--color-main);line-height:1;margin-left:2px}.ihabdevteam-core-scope .phoneme-select-block__before-search{display:flex;justify-content:center;text-align:center;width:100%}.ihabdevteam-core-scope .phoneme-select-block__search-row{display:flex;gap:var(--spacing-xs);justify-content:center;width:100%}.ihabdevteam-core-scope .phoneme-select-block__checking{align-items:center;background:transparent;border:1px solid var(--color-whiteLine);border-radius:var(--radius-m);color:var(--color-disabled);cursor:default;display:flex;gap:10px;height:60px;min-width:198px;padding:0 28px}.ihabdevteam-core-scope .phoneme-select-block__checking-label{white-space:nowrap}.ihabdevteam-core-scope .phoneme-select-block__spinner{animation:phonemeSpinner .7s linear infinite;border:2px solid var(--color-whiteLine);border-radius:50%;border-top-color:var(--color-disabled);flex-shrink:0;height:18px;width:18px}@keyframes phonemeSpinner{to{transform:rotate(1turn)}}@media (max-width:767px){.ihabdevteam-core-scope .phoneme-select-block__detail,.ihabdevteam-core-scope .phoneme-select-block__pair-panels{flex-direction:column}.ihabdevteam-core-scope .phoneme-select-block__detail>.filter-panel{width:100%}.ihabdevteam-core-scope .phoneme-select-block__cell-vs{align-self:center;margin-bottom:0;padding:4px 0}.ihabdevteam-core-scope .phoneme-select-block__cells{flex-wrap:wrap}.ihabdevteam-core-scope .phoneme-select-block__cell-circle{height:64px;width:min(240px,100%)}.ihabdevteam-core-scope .phoneme-select-block__cell-jamo-part{font-size:24px}}';Q(W6);function H6(t,e){return e.map(a=>{const o=typeof a=="string"?a:a.label,r=typeof a=="string"?void 0:a.displayLabel;return{label:o,value:t[o]??"",displayLabel:r}})}function Nb({sections:t,selectedList:e,count:a,onCountChange:o,maxCount:r=4,minCount:i=1,combinationSections:s,combinationSectionsForSlot:l,onSelect:u,placeholder:d="-",className:h,title:p,titleIcon:m,disc:g,showInfoButton:f=!1,onClearPhoneme:b,onSearch:y,onSearchEmpty:v,searchDisabled:x=!1,searchLabel:_,searchChecking:C=!1,pairMode:T=!1,sectionType:w="page",beforeSearchContent:S,beforeContent:D,afterContent:A,hideCountControl:N=!1,ordinal:O=!1}){const{t:j}=ge(),k=c.useMemo(()=>j("wordPairs.infoNotes",{returnObjects:!0}),[j]),E=c.useMemo(()=>Array.from({length:r-i+1},(P,H)=>{const V=i+H;return{key:String(V),label:j("wordPairs.count",{n:V})}}),[j,r,i]),L=c.useMemo(()=>j("wordPairs.ordinals",{returnObjects:!0}),[j]),z=c.useCallback(P=>O?j("wordPairs.phonemeOrdinalLabel",{ordinal:L[P-1]??P}):a===1?j("wordPairs.phonemeSingleLabel","\uC74C\uC808"):j("wordPairs.phonemeN",{n:P}),[O,L,a,j]),te=c.useCallback(P=>O?j("wordPairs.phonemeContrastOrdinalLabel",{ordinal:L[P-1]??P}):a===1?j("wordPairs.phonemeContrastSingleLabel","\uB300\uB9BD \uC74C\uC808"):j("wordPairs.phonemeContrast",{n:P}),[O,L,a,j]),J=c.useCallback((P,H)=>H?n.jsxs(n.Fragment,{children:[P,n.jsx("span",{className:"phoneme-select-block__required",children:"*"})]}):P,[]),{anchorRect:ae,toggleAt:M,close:R}=To(),$=c.useCallback(P=>o(Number(P)),[o]),F=ra("(max-width: 767px)"),I=c.useCallback(P=>H6(P,t).map(({label:H,value:V,displayLabel:U})=>{const ee=!!V&&V!=="\uC5C6\uC74C";return n.jsxs("span",{className:_e("phoneme-select-block__cell-jamo-part",V?"":"phoneme-select-block__cell-jamo-part--empty",ee?"":"phoneme-select-block__cell-jamo-part--no-label"),children:[n.jsx("span",{className:`phoneme-select-block__cell-jamo-char h1${V==="\uC5C6\uC74C"?" phoneme-select-block__cell-jamo-char--excluded":""}`,children:V==="\uC5C6\uC74C"?"x":V||d}),ee&&n.jsx("span",{className:"phoneme-select-block__cell-jamo-label caption-2",children:U??H})]},H)}),[t,d]),q=n.jsxs(n.Fragment,{children:[n.jsx("div",{"data-tooltip-ignore":!0,children:n.jsx(se,{size:40,type:F?"dot":void 0,icon:"info",label:F?void 0:j("wordPairs.caution","\uC720\uC758\uC0AC\uD56D"),selected:!!ae,onClick:P=>M(P.currentTarget)})}),ae&&n.jsx(no,{title:j("wordPairs.caution","\uC720\uC758\uC0AC\uD56D"),items:k,anchorRect:ae,onClose:R})]});return n.jsxs(lo,{type:w,title:p,icon:m,disc:g,action:q,className:_e("phoneme-select-block",h),children:[D,(!N||f&&!(p||g))&&n.jsxs("div",{className:"phoneme-select-block__controls",children:[!N&&n.jsx(qa,{options:E,value:String(a),onChange:$,size:40,className:"phoneme-select-block__count-control"}),f&&!(p||g)&&q]}),n.jsx("div",{className:"phoneme-select-block__cells",children:T?n.jsxs(n.Fragment,{children:[n.jsx("div",{className:"phoneme-select-block__cell-group",children:Array.from({length:a}).map((P,H)=>{const V=e[H*2]??{};return n.jsxs("div",{className:"phoneme-select-block__cell",children:[n.jsx("div",{className:"phoneme-select-block__cell-circle",children:n.jsx("div",{className:"phoneme-select-block__cell-jamo",children:I(V)})}),n.jsx("span",{className:"phoneme-select-block__cell-index caption-1",children:z(H+1)})]},H)})}),n.jsx("span",{className:"phoneme-select-block__cell-vs h3",children:j("wordPairs.phonemeSelect.vs","\uB300")}),n.jsx("div",{className:"phoneme-select-block__cell-group",children:Array.from({length:a}).map((P,H)=>{const V=e[H*2+1]??{};return n.jsxs("div",{className:"phoneme-select-block__cell",children:[n.jsx("div",{className:"phoneme-select-block__cell-circle",children:n.jsx("div",{className:"phoneme-select-block__cell-jamo",children:I(V)})}),n.jsx("span",{className:"phoneme-select-block__cell-index caption-1",children:te(H+1)})]},H)})})]}):e.map((P,H)=>n.jsxs("div",{className:"phoneme-select-block__cell",children:[n.jsx("div",{className:"phoneme-select-block__cell-circle",children:n.jsx("div",{className:"phoneme-select-block__cell-jamo",children:I(P)})}),n.jsx("span",{className:"phoneme-select-block__cell-index caption-1",children:z(H+1)})]},H))}),(s||l)&&n.jsx("div",{className:"phoneme-select-block__panels",children:n.jsx("div",{className:"phoneme-select-block__detail",children:T?n.jsxs("div",{className:"phoneme-select-block__pair-panels",children:[n.jsx("div",{className:"phoneme-select-block__panel-group",children:Array.from({length:a}).map((P,H)=>{const V=e[H*2]??{};return n.jsx(xa,{title:J(z(H+1),H===0),sections:l?l(V,H*2):s,selected:V,onSelect:u?.(H*2),align:"newline"},H)})}),n.jsx("div",{className:"phoneme-select-block__panel-group",children:Array.from({length:a}).map((P,H)=>{const V=e[H*2+1]??{};return n.jsx(xa,{title:te(H+1),sections:l?l(V,H*2+1):s,selected:V,onSelect:u?.(H*2+1),align:"newline"},H)})})]}):e.map((P,H)=>n.jsx(xa,{title:J(z(H+1),H===0),sections:l?l(P,H):s,selected:P,onSelect:u?.(H),align:"newline"},H))})}),S&&n.jsx("div",{className:"phoneme-select-block__before-search",children:S}),(b||y||C)&&(()=>{const P=e.every(H=>Object.entries(H).every(([V,U])=>!U||V==="\uC885\uC131"&&U==="\uC5C6\uC74C"));return n.jsxs("div",{className:"phoneme-select-block__search-row",onClick:P?v:void 0,children:[b&&n.jsx(se,{size:"56",type:"bar",label:j("wordPairs.resetOptions","\uAC80\uC0C9 \uC635\uC158 \uCD08\uAE30\uD654"),selected:!1,disabled:P,onClick:P?void 0:b}),C?n.jsxs("div",{className:"phoneme-select-block__checking",children:[n.jsx("div",{className:"phoneme-select-block__spinner"}),n.jsx("span",{className:"button-1 phoneme-select-block__checking-label",children:_??j("wordSearch.searchButton","\uAC80\uC0C9\uD558\uAE30")})]}):y&&n.jsx(se,{size:"56",type:"bar",variant:"main",label:_??j("wordSearch.searchButton","\uAC80\uC0C9\uD558\uAE30"),disabled:P||x,onClick:P||x?void 0:y})]})})(),A]})}function Bb({title:t,sections:e,selected:a,onSelect:o,className:r}){const{t:i}=ge();return n.jsx(xa,{className:r,title:t??i("wordSearch.filterTitle","\uB2E8\uC5B4 \uAC80\uC0C9 \uC124\uC815"),sections:e,selected:a,onSelect:o,align:"inline"})}function Eb({title:t,headerAction:e,sections:a,selected:o,onSelect:r,className:i}){const{t:s}=ge();return a.length===0?null:n.jsx(xa,{className:i,title:t??s("training.filter.phonemeGroup",{defaultValue:"\uD6C8\uB828 \uC74C\uC808"}),headerAction:e,sections:a,selected:o,onSelect:r,align:"newline"})}function Db({title:t,mode:e,onModeChange:a,matchMode:o,onMatchModeChange:r,positionCount:i,onPositionCountChange:s,inputMode:l,onInputModeChange:u,className:d}){const{t:h}=ge(),p={searchMode:h("wordPairs.filter.searchModeLabel","\uB300\uB9BD \uBC29\uC2DD"),phonemeOrder:h("wordPairs.filter.phonemeOrder","\uC785\uB825 \uC74C\uC808 \uC704\uCE58"),count:h("wordPairs.filter.countLabel","\uC785\uB825 \uC74C\uC808 \uAC2F\uC218"),inputMode:h("wordPairs.filter.inputModeLabel","\uC785\uB825 \uBC29\uC2DD"),orderAny:h("wordPairs.filter.orderAny","\uBB34\uAD00"),orderMatch:h("wordPairs.filter.orderMatch","\uC77C\uCE58"),include:h("wordPairs.mode.include","\uC74C\uC18C \uD3EC\uD568"),pick:h("wordPairs.mode.pick","\uC74C\uC18C \uB300\uB9BD"),explicit:h("wordPairs.mode.contrast","\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815"),charInput:h("wordPairs.input.char","\uAE00\uC790 \uC120\uD0DD"),pronInput:h("wordPairs.input.pron","\uBC1C\uC74C \uC120\uD0DD")},m=y=>h("wordPairs.count",{n:y}),g=[{label:p.searchMode,items:[p.include,p.pick,p.explicit],display:"segmented",labelAction:n.jsx(No,{title:h("wordPairs.mode.infoTitle","\uB300\uB9BD \uBC29\uC2DD"),items:[h("wordPairs.mode.infoInclude","\uC74C\uC18C \uD3EC\uD568 \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uBAA8\uB450 \uB4E4\uC5B4\uAC04 \uB2E8\uC5B4\uC640 \uADF8 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694."),h("wordPairs.mode.infoPick","\uC74C\uC18C \uB300\uB9BD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uAC00 \uB300\uB9BD\uC30D \uB450 \uB2E8\uC5B4\uC758 \uC2E4\uC81C \uCC28\uC774\uC810\uC77C \uB54C\uB9CC \uB9E4\uCE6D\uB3FC\uC694."),h("wordPairs.mode.infoContrast","\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815 \u2014 \uAE30\uC900 \uB2E8\uC5B4\uC640 \uB300\uB9BD \uB2E8\uC5B4\uC758 \uC74C\uC18C\uB97C \uAC01\uAC01 \uC9C1\uC811 \uC120\uD0DD\uD574 \uB300\uB9BD\uC30D\uC744 \uCC3E\uC544\uC694.")]})},{label:p.phonemeOrder,items:[p.orderAny,p.orderMatch],display:"segmented",labelAction:n.jsx(No,{items:h("wordPairs.filter.phonemeOrderInfo",{returnObjects:!0})})},{label:p.count,items:[m(1),m(2)],display:"segmented"},{label:p.inputMode,items:[p.charInput,p.pronInput],display:"segmented",labelAction:n.jsx(No,{title:h("wordPairs.input.infoTitle","\uC785\uB825 \uBC29\uC2DD"),items:[h("wordPairs.input.infoChar","\uAE00\uC790 \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uB2E8\uC5B4(\uAE00\uC790 \uAE30\uC900)\uB97C \uCC3E\uC740 \uD6C4, \uB2E8\uC5B4\uC758 \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4."),h("wordPairs.input.infoPron","\uBC1C\uC74C \uC120\uD0DD \u2014 \uC120\uD0DD\uD55C \uC74C\uC18C\uB85C \uD45C\uC900 \uBC1C\uC74C \uB300\uB9BD\uC30D\uC744 \uCC3E\uC2B5\uB2C8\uB2E4.")]})}],f={[p.searchMode]:e==="explicit"?p.explicit:e==="pick"?p.pick:p.include,[p.phonemeOrder]:o==="ordered"?p.orderMatch:p.orderAny,[p.count]:m(i),[p.inputMode]:l==="phoneme"?p.pronInput:p.charInput},b=(y,v)=>{v===p.searchMode?a(y===p.explicit?"explicit":y===p.pick?"pick":"include"):v===p.phonemeOrder?r(y===p.orderMatch?"ordered":"unordered"):v===p.count?s(y===m(2)?2:1):v===p.inputMode&&u(y===p.pronInput?"phoneme":"word")};return n.jsx(xa,{className:d,title:t??h("wordPairs.filter.searchOptionsTitle","\uB300\uB9BD \uC124\uC815"),sections:g,selected:f,onSelect:b,align:"inline"})}var V6=".ihabdevteam-core-scope .popup-list .popup-panel{max-height:calc(100% - 60px);max-width:880px;width:calc(100% - 40px)}.ihabdevteam-core-scope .popup-list .popup-content{display:flex;flex-direction:column;gap:var(--spacing-m);min-height:0;overflow:hidden}.ihabdevteam-core-scope .popup-list .table-wrap{flex:1;min-height:0;overflow-x:auto;overflow-y:auto;overscroll-behavior-y:contain}.ihabdevteam-core-scope .popup-list .table-fields,.ihabdevteam-core-scope .popup-list .table-row{min-width:520px}.ihabdevteam-core-scope .popup-list__row--selected{background:var(--color-deepWhite);color:var(--color-main);font-weight:600}";Q(V6);function Lb(t){const{title:e,items:a,columns:o,gridTemplateColumns:r,searchPlaceholder:i,searchFn:s,defaultSortKey:l,defaultSortAsc:u=!0,selectedId:d,selectedIds:h,onSelect:p,onClose:m,pageSizeOptions:g=[10,25,50,100],initialPageSize:f,emptyText:b,countLabel:y,topContent:v,className:x=""}=t,{t:_}=ge(),C=i??_("common.search","\uAC80\uC0C9"),T=b??_("common.emptyList","\uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."),[w,S]=c.useState(""),[D,A]=c.useState(l??o[0]?.key??""),[N,O]=c.useState(u),[j,k]=c.useState(String(f??g[0]??10)),[E,L]=c.useState(1);c.useEffect(()=>{L(1)},[w,j]);const z=s!==null,te=c.useCallback((P,H)=>{if(!H)return!0;const V=H.toLowerCase();return o.some(U=>{const ee=P[U.key];return ee==null?!1:String(ee).toLowerCase().includes(V)})},[o]),J=s??te,ae=c.useMemo(()=>{const P=z?a.filter(H=>J(H,w)):a;return D?[...P].sort((H,V)=>{const U=H[D]??"",ee=V[D]??"";return U===ee?0:N?U>ee?1:-1:U<ee?1:-1}):P},[a,w,D,N,z,J]),M=Math.max(1,Math.ceil(ae.length/Number(j))),R=ae.slice((E-1)*Number(j),E*Number(j)),$=c.useCallback(P=>{D===P?O(H=>!H):(A(P),O(!0))},[D]),F=c.useMemo(()=>{if(typeof y=="string"&&y.includes("{n}")){const[P,H]=y.split("{n}");return{prefix:P,suffix:H}}return{prefix:_("common.totalCountPrefix","\uCD1D "),suffix:_("common.totalCountSuffix","\uAC1C")}},[y,_]),I=c.useMemo(()=>o.map(P=>({label:P.label,onClick:P.sortable!==!1?()=>$(P.key):void 0,className:P.className,sortDir:P.sortable!==!1&&D===P.key?N?"asc":"desc":null})),[o,D,N,$]),q=c.useMemo(()=>g.map(P=>({value:String(P),label:_("common.pageSizeLabel",{n:P})})),[g,_]);return n.jsxs(Ea,{className:`popup-list ${x}`,title:e,onClose:m,children:[v,n.jsx(An,{count:{value:ae.length,prefix:F.prefix,suffix:F.suffix},search:z?{value:w,onChange:S,placeholder:C}:void 0,pageSize:{options:q,value:j,onChange:k},pagination:{page:E,total:M,onChange:L}}),n.jsx(Dn,{size:"medium",gridTemplateColumns:r,resizable:!0,fields:I,items:R,onRowClick:p,renderRow:P=>{const H=h!=null?P.id!=null&&h.has(P.id):d!=null&&P.id===d;return o.map(V=>({content:V.render?V.render(P):P[V.key]??"",className:H?"popup-list__row--selected":V.className}))},empty:T})]})}function jb(t){const{title:e,message:a,topContent:o,details:r,children:i,confirmLabel:s,cancelLabel:l,hideCancel:u=!1,extraAction:d,confirmVariant:h="main",confirmDisabled:p=!1,onConfirm:m,closeOnConfirm:g=!0,onClose:f,inline:b,size:y="small",className:v}=t,{t:x}=ge(),_=c.useRef(!1),[C,T]=c.useState(!1);return n.jsxs(Ea,{title:e,onClose:f,closeDisabled:C,inline:b,size:y,className:_e("confirm-popup",v),buttons:[...d?[{label:d.label,variant:d.variant??"default",disabled:C,onClick:({closeWithAnimation:w})=>{d.onClick(),w()}}]:[],...u?[]:[{label:l??x("common.cancel","\uCDE8\uC18C"),variant:"default",disabled:C,onClick:({closeWithAnimation:w})=>w()}],{label:s??x("common.confirm","\uD655\uC778"),variant:h,disabled:p||C,onClick:async({closeWithAnimation:w})=>{if(!_.current){_.current=!0,T(!0);try{await m(w),g&&w()}finally{_.current=!1,T(!1)}}}}],children:[o!=null&&n.jsx("div",{className:"confirm-popup__top",children:o}),r&&r.length>0&&n.jsx(Nr,{children:r.map((w,S)=>n.jsx(La,{label:w.label,children:n.jsx("span",{className:"panel-row__text body-2",children:w.value})},S))}),n.jsx("p",{className:"body-2 confirm-popup__message",children:a}),i]})}var G6=".ihabdevteam-core-scope .coupon-input-popup__input{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:var(--radius-s);box-sizing:border-box;color:var(--color-darkGray);font-family:inherit;height:48px;letter-spacing:.06em;padding:0 14px;text-transform:uppercase;transition:border-color .15s;width:100%}.ihabdevteam-core-scope .coupon-input-popup__input:focus{border-color:var(--color-main);outline:none}.ihabdevteam-core-scope .coupon-input-popup__input::-moz-placeholder{color:var(--color-lightGray);letter-spacing:normal;text-transform:none}.ihabdevteam-core-scope .coupon-input-popup__input::placeholder{color:var(--color-lightGray);letter-spacing:normal;text-transform:none}.ihabdevteam-core-scope .coupon-input-popup__error{color:#e84040;color:var(--color-red,#e84040);margin:var(--spacing-xs) 0 0}";Q(G6);function Mb({onApply:t,onCancel:e}){const{t:a}=ge(),[o,r]=c.useState(""),[i,s]=c.useState(!1),[l,u]=c.useState(null),d=c.useRef(null);c.useEffect(()=>{d.current?.focus()},[]);const h=c.useCallback(async g=>{const f=o.trim();if(f){s(!0),u(null);try{await t(f),g()}catch(b){u(an(b)),s(!1)}}},[o,t]),p=c.useCallback((g,f)=>{g.key==="Enter"&&h(f)},[h]),m=g=>{r(g.target.value),u(null)};return n.jsx(Ea,{className:"coupon-input-popup",title:a("usage.couponButton","\uCFE0\uD3F0 \uC785\uB825"),size:"small",onClose:e,closeDisabled:i,buttons:[{label:a("common.cancel","\uCDE8\uC18C"),variant:"default",disabled:i,onClick:({closeWithAnimation:g})=>g()},{label:a("coupons.applyButton","\uC801\uC6A9"),variant:"main",disabled:!o.trim()||i,onClick:({closeWithAnimation:g})=>{h(g)}}],children:({closeWithAnimation:g})=>n.jsxs(n.Fragment,{children:[n.jsx("input",{ref:d,className:"coupon-input-popup__input body-2","aria-label":a("coupons.input.label","\uCFE0\uD3F0 \uCF54\uB4DC"),placeholder:a("coupons.input.placeholder","\uCFE0\uD3F0 \uCF54\uB4DC \uC785\uB825"),value:o,onChange:m,onKeyDown:f=>p(f,g),disabled:i,autoComplete:"off",spellCheck:!1}),l&&n.jsx("p",{className:"coupon-input-popup__error caption-1",role:"alert",children:l})]})})}var q6=".ihabdevteam-core-scope .tooltip-content.tooltip-training{pointer-events:none}.ihabdevteam-core-scope .tooltip-training__box{background:var(--color-white);border-radius:var(--radius-m);box-shadow:0 4px 16px rgba(0,0,0,.12);padding:10px 14px}.ihabdevteam-core-scope .tooltip-training__groups{align-items:stretch;display:flex;flex-direction:row;gap:0}.ihabdevteam-core-scope .tooltip-training__section{display:flex;flex-direction:column;flex-shrink:0;gap:6px;width:100px}.ihabdevteam-core-scope .tooltip-training__section-header{align-items:center;display:flex}.ihabdevteam-core-scope .tooltip-training__type-label{color:var(--color-darkGray);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .tooltip-training__divider{align-self:center;background:var(--color-whiteLine);flex-shrink:0;height:20px;margin:0 10px;width:1px}.ihabdevteam-core-scope .tooltip-training__items{display:flex;flex-direction:column;gap:2px;pointer-events:none}.ihabdevteam-core-scope .tooltip-training__items .training-block-button--compact{cursor:default}";Q(q6);const Pb=200;function U6(t){return t.itemId?(Ms()[t.trainingType]??[]).find(e=>e?.id!=null&&String(e.id)===String(t.itemId))??null:null}function Rb({plan:t,anchorRect:e,offset:a=12,onClose:o}){const r=c.useMemo(()=>cn.map(s=>({type:s,items:(t.items??[]).filter(l=>l.trainingType===s.key)})).filter(s=>s.items.length>0),[t.items]);if(r.length===0)return null;const i=n.jsx("div",{className:"tooltip-training__box",children:n.jsx("div",{className:"tooltip-training__groups",children:r.flatMap(({type:s,items:l},u)=>[u>0?n.jsx("div",{className:"tooltip-training__divider"},`div-${s.key}`):null,n.jsxs("div",{className:"tooltip-training__section",children:[n.jsx("div",{className:"tooltip-training__section-header",children:n.jsx("span",{className:"tooltip-training__type-label body-3b",children:s.label})}),n.jsx("div",{className:"tooltip-training__items",children:l.map((d,h)=>{const p=U6(d);return p?n.jsx(Ln,{index:h,type:s,trainingData:p,size:"compact",hideCheckBadge:!0},d.itemId??h):null})})]},s.key)])})});return e?n.jsx(Ta,{anchorRect:e,offset:a,onClose:o,closeOnOutsideClick:!1,className:"tooltip-training",children:i}):i}var Y6=".ihabdevteam-core-scope .party-container{inset:0;overflow:visible;pointer-events:none;position:fixed}.ihabdevteam-core-scope .confetti{display:none;left:0;opacity:0;position:fixed;top:0;transform:translateZ(0);will-change:transform,opacity}.ihabdevteam-core-scope .confetti--left{transform-origin:left bottom}.ihabdevteam-core-scope .confetti--right{transform-origin:right bottom}.ihabdevteam-core-scope .confetti.show{display:block;opacity:1;transition:opacity .2s linear}";Q(Y6);const $b=["var(--color-main)","var(--color-sub)"];function Xc({active:t=!1,count:e=40,duration:a=2e3,strength:o=1,onComplete:r,trigger:i=0}){const s=c.useMemo(()=>{const b=Math.floor(e/2),y=e-b,v=(x,_)=>Array.from({length:x}).map((C,T)=>{const w=6+Math.random()*12,S=Math.round(Math.min(18,w*Math.min(1.5,1+o*.4))),D=$b[Math.floor(Math.random()*$b.length)],A=Math.random()*300,N=(360+Math.random()*260)*o*1.2,O=(_==="left"?-95+Math.random()*40:-85-Math.random()*40)*Math.PI/180,j=Math.cos(O)*N,k=Math.sin(O)*N*1.35,E=Math.random()*720-360,L=(1200+Math.random()*3e3)*Math.min(1.6,1+o*.3),z=Math.random()>.7?"50%":"3px";return{id:`${_}-${T}`,side:_,size:S,color:D,delay:A,vx:j,vy:k,angularVel:E,life:L,borderRadius:z}});return[...v(b,"left"),...v(y,"right")]},[e,o]),l=c.useRef(null),u=c.useRef({}),d=c.useRef(null),h=c.useRef(r);c.useEffect(()=>{h.current=r},[r]);const p=c.useRef(null),m=c.useRef(null),g=()=>{if(typeof document>"u")return null;let b=document.querySelector("[data-ihab-effect-root]");return b||(b=document.createElement("div"),b.className="app-effect",b.dataset.ihabEffectRoot="",b.style.position="fixed",b.style.inset="0",b.style.pointerEvents="none",b.style.zIndex="99998",document.body.appendChild(b)),b};if(typeof document<"u"&&m.current==null&&(m.current=g()),c.useEffect(()=>{if(!t)return;if(typeof window<"u"&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches){h.current?.();return}const b=1200,y=performance.now(),v=m.current&&m.current!==document.body?m.current.getBoundingClientRect():null,x=Math.max(60,(window.innerHeight||800)*.05),_=M=>Math.max(40,(M||window.innerWidth)*.02),C=v?.width||window.innerWidth||375,T=v?.height||window.innerHeight||812,w=M=>{const R=[...M].sort(($,F)=>$-F);return R[Math.floor(R.length/2)]||1},S=w(s.map(M=>Math.abs(M.vy))),D=w(s.map(M=>Math.abs(M.vx))),A=Math.sqrt(2*b*(T*.72+x))/S,N=S*A/b,O=C*.5/(D*N),j=(M,R,$)=>Math.min($,Math.max(R,M)),k=j(A,.8,2.4),E=j(O,.7,2.2),L=s.map(M=>({...M,vx:M.vx*E,vy:M.vy*k,startTime:y+M.delay,ended:!1})),z=v?{x:v.left-_(v.width),y:v.top+v.height+x}:{x:-_(window.innerWidth),y:window.innerHeight+x},te=v?{x:v.left+v.width+_(v.width),y:v.top+v.height+x}:{x:window.innerWidth+_(window.innerWidth),y:window.innerHeight+x},J=M=>{let R=!1;for(const $ of L){const F=u.current[$.id];if(!F||!F)continue;if(M<$.startTime){F.style.display="none";continue}if(!$._inited){const oe=$.side==="left"?z.x:te.x,X=$.side==="left"?z.y:te.y;F.style.left=`${oe}px`,F.style.top=`${X}px`,F.style.transform="translate3d(0px, 0px, 0)",F.style.display="block",F.style.zIndex="100000";try{if(typeof window<"u"&&typeof $.color=="string"&&$.color.startsWith("var(")){const de=$.color.slice(4,-1).trim(),Ce=getComputedStyle(document.documentElement).getPropertyValue(de).trim();Ce?F.style.background=Ce:F.style.background="#FF0060"}}catch{}$._inited=!0}const I=(M-$.startTime)/1e3;if(I<0)continue;const q=$.life/1e3;if(I>=q){F.style.opacity="0",F.style.display="none",$.ended=!0;continue}R=!0;const P=$.side==="left"?z.x:te.x,H=$.side==="left"?z.y:te.y,V=P+$.vx*I,U=H+$.vy*I+.5*b*I*I,ee=($.angularVel||0)*I,pe=V-P,he=U-H;F.style.transform=`translate3d(${pe}px, ${he}px, 0) rotate(${ee}deg)`,F.style.opacity=`${Math.max(0,1-I/q)}`}R?d.current=requestAnimationFrame(J):h.current?.()};d.current=requestAnimationFrame(J);const ae=setTimeout(()=>{try{if((m.current?m.current.querySelectorAll(".confetti"):document.querySelectorAll(".confetti")).length===0&&!document.querySelector(".party-container")){const M=document.createElement("div");M.className="party-container",M.style.position="fixed",M.style.inset="0",M.style.pointerEvents="none",M.style.overflow="visible",M.style.zIndex="2147483647";for(const R of s){const $=document.createElement("span");$.className=`confetti confetti--${R.side}`,$.setAttribute("aria-hidden","true"),$.style.display="none",$.style.position="fixed",$.style.left="0px",$.style.top="0px",$.style.width=`${R.size}px`,$.style.height=`${Math.max(4,R.size*.6)}px`;let F=R.color;try{if(typeof F=="string"&&F.startsWith("var(")){const I=F.slice(4,-1).trim(),q=getComputedStyle(document.documentElement).getPropertyValue(I).trim();q&&(F=q)}}catch{}$.style.background=F,$.style.borderRadius=R.borderRadius,$.style.transform="translate3d(0,0,0)",$.style.opacity="0",M.appendChild($),u.current[R.id]=$}(document.body||m.current).appendChild(M),p.current=M}}catch{}},300);return()=>{if(d.current&&cancelAnimationFrame(d.current),clearTimeout(ae),p.current){try{p.current.remove()}catch{}p.current=null}}},[t,a,i,s]),!t)return null;const f=n.jsx("div",{className:"party-container",ref:l,children:s.map(b=>n.jsx("span",{"aria-hidden":!0,ref:y=>{u.current[b.id]=y},className:`confetti confetti--${b.side}`,style:{width:`${b.size}px`,height:`${Math.max(4,b.size*.6)}px`,background:b.color,borderRadius:b.borderRadius}},`${b.id}-${i}`))});return typeof document<"u"?Yt.createPortal(f,m.current||document.body):f}function Ib({trigger:t=0,active:e=!1}){const a=c.useRef(0);return c.useEffect(()=>{a.current=t},[t]),n.jsx(Xc,{active:e,trigger:t})}var K6=".ihabdevteam-core-scope .page-title{align-items:center;display:flex;gap:12px;justify-content:space-between;padding-bottom:var(--spacing-page)}.ihabdevteam-core-scope .page-title__main{align-items:flex-start;display:flex;flex:1;flex-direction:column;min-width:0;text-align:left}.ihabdevteam-core-scope .page-title__title-row{align-items:center;display:flex;gap:12px}.ihabdevteam-core-scope .page-title__title{margin:0}.ihabdevteam-core-scope .page-title__title-action{align-items:center;display:flex;flex-shrink:0}.ihabdevteam-core-scope .page-title__badge{align-items:center;display:flex}.ihabdevteam-core-scope .page-title__sub{color:var(--color-gray);margin:6px 0 0}.ihabdevteam-core-scope .page-title__action{flex-shrink:0;margin-left:var(--spacing-s)}@media (max-width:767px){.ihabdevteam-core-scope .page-title{align-items:flex-start;flex-direction:column;gap:10px}.ihabdevteam-core-scope .page-title__action{align-self:flex-start;margin-left:0}}";Q(K6);function Ob({title:t,sub:e,rightAction:a,titleAction:o,badge:r,badgeVariant:i="default",documentTitle:s}){return xl(typeof t=="string"?t:s??null),n.jsxs("div",{className:"page-title",children:[n.jsxs("div",{className:"page-title__main",children:[n.jsxs("div",{className:"page-title__title-row",children:[n.jsx("h1",{className:"page-title__title h1",children:t}),r&&n.jsx("div",{className:"page-title__badge",children:n.jsx(gt,{label:r,size:"small",variant:i,fill:"outline"})})]}),e&&n.jsx("p",{className:"page-title__sub body-2",children:e})]}),a?n.jsx("div",{className:"page-title__action",children:a}):null]})}function zb(t){return t??""}const Fb=c.createContext({words:[],loading:!1});function Wb(){return c.useContext(Fb)}function Hb({words:t,loading:e,error:a,statusMessage:o,localVersion:r,remoteVersion:i,progress:s,clearAndRefetch:l,checkRemoteVersion:u,children:d}){return n.jsx(Fb.Provider,{value:{words:t,loading:e,error:a,statusMessage:o,localVersion:r,remoteVersion:i,progress:s,clearAndRefetch:l,checkRemoteVersion:u},children:d})}var Z6=".ihabdevteam-core-scope .update-alert{animation:update-alert-slide-in .32s cubic-bezier(.34,1.56,.64,1) both;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:hsla(0,0%,97%,.92);border:1px solid var(--color-main);border-radius:var(--radius-m);box-shadow:0 4px 24px rgba(0,0,0,.14),0 1px 4px rgba(0,0,0,.08),inset 0 0 0 .5px rgba(0,0,0,.1);padding:var(--spacing-l);width:380px}.ihabdevteam-core-scope .update-alert,.ihabdevteam-core-scope .update-alert-stack{display:flex;flex-direction:column;gap:12px;max-width:calc(100vw - 32px);position:fixed;right:16px;top:16px;z-index:var(--z-alert)}.ihabdevteam-core-scope .update-alert-stack{align-items:flex-end}.ihabdevteam-core-scope .update-alert-stack .update-alert{position:relative;z-index:auto}.ihabdevteam-core-scope .update-alert:has(.update-alert__close) .update-alert__title{padding-right:24px}.ihabdevteam-core-scope .update-alert__close{align-items:center;background:none;border:none;border-radius:6px;border-radius:var(--radius-s,6px);color:#888;cursor:pointer;display:flex;font-size:20px;height:24px;justify-content:center;line-height:1;position:absolute;right:8px;top:8px;width:24px}.ihabdevteam-core-scope .update-alert__close:hover{background:rgba(0,0,0,.06);color:#333}.ihabdevteam-core-scope .update-alert__top{align-items:center;display:flex;gap:10px}@keyframes update-alert-slide-in{0%{opacity:0;transform:translateX(calc(100% + 24px))}to{opacity:1;transform:translateX(0)}}.ihabdevteam-core-scope .update-alert__icon{align-items:center;color:var(--color-main);display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.ihabdevteam-core-scope .update-alert__body{flex:1;min-width:0}.ihabdevteam-core-scope .update-alert__title{color:#1a1a1a;text-align:left}.ihabdevteam-core-scope .update-alert__message{color:#555;margin-top:2px;text-align:left}.ihabdevteam-core-scope .update-alert__action{width:100%}";Q(Z6);function Vb({title:t,message:e,actionLabel:a,onAction:o,icon:r,onClose:i,className:s=""}){const{t:l}=ge(),u=a??l("common.update","\uC5C5\uB370\uC774\uD2B8");return n.jsxs("div",{className:_e("update-alert",s),role:"alert",children:[i&&n.jsx("button",{type:"button",className:"update-alert__close",onClick:i,"aria-label":l("common.close","\uB2EB\uAE30"),children:"\xD7"}),n.jsxs("div",{className:"update-alert__top",children:[n.jsx("div",{className:"update-alert__icon",children:r??n.jsx($d,{size:20,strokeWidth:2})}),n.jsxs("div",{className:"update-alert__body",children:[n.jsx("div",{className:"update-alert__title h4",children:t}),n.jsx("div",{className:"update-alert__message body-3",children:e})]})]}),o&&n.jsx(se,{size:32,variant:"main",shape:"pill",className:"update-alert__action",onClick:o,children:u})]})}var X6=".ihabdevteam-core-scope .training-card{background:var(--color-white);border:1px solid transparent;border-radius:var(--radius-card);display:flex;flex-direction:column;gap:10px;max-width:100%;padding:18px;position:relative;transition:border-color .15s,box-shadow .15s;width:360px}.ihabdevteam-core-scope .training-card:hover{border-color:var(--color-main);box-shadow:0 4px 16px var(--color-main-a10)}.ihabdevteam-core-scope .training-card--dragging{opacity:.5}.ihabdevteam-core-scope .training-card--clickable{cursor:pointer}.ihabdevteam-core-scope .training-card__header{display:flex;flex-direction:column;gap:4px}.ihabdevteam-core-scope .training-card__title-row{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0}.ihabdevteam-core-scope .training-card__title{color:var(--color-darkGray);margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .training-card__top-actions{align-items:center;display:flex;flex-shrink:0;gap:2px;margin-right:-8px}.ihabdevteam-core-scope .training-card__publisher{background:none;border:none;color:var(--color-gray);cursor:pointer;font-size:11px;font-weight:400;max-width:120px;overflow:hidden;padding:0;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:-moz-fit-content;width:fit-content}.ihabdevteam-core-scope .training-card__publisher:hover{color:var(--color-main);text-decoration:underline}.ihabdevteam-core-scope .training-card__description{color:var(--color-gray);margin:0;min-height:1.55em;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .training-card__body{display:flex;flex:1;flex-direction:column;gap:8px;justify-content:flex-end}.ihabdevteam-core-scope .training-card__empty{color:var(--color-lightGray)}.ihabdevteam-core-scope .training-card__types{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.ihabdevteam-core-scope .training-card__types .button{min-width:0;padding-inline:12px}.ihabdevteam-core-scope .training-card__type{background:color-mix(in srgb,var(--badge-color,var(--color-main)) 10%,transparent);border:1px solid color-mix(in srgb,var(--badge-color,var(--color-main)) 25%,transparent);border-radius:var(--radius-full);color:var(--badge-color,var(--color-main));display:inline-block;font-size:11px;font-weight:600;padding:2px 8px}.ihabdevteam-core-scope .training-card__tags{display:flex;flex-wrap:wrap;gap:5px}.ihabdevteam-core-scope .training-card__tag{color:var(--color-main);font-size:11px}.ihabdevteam-core-scope .training-card__words{align-content:flex-start;display:flex;flex-wrap:wrap;gap:4px}.ihabdevteam-core-scope .training-card__word{background:var(--color-deepWhite);border:1px solid var(--color-whiteLine);border-radius:var(--radius-full);color:var(--color-darkGray);display:inline-block;font-size:11px;padding:2px 8px;white-space:nowrap}.ihabdevteam-core-scope .training-card__footer{align-items:center;display:flex;gap:var(--spacing-xs);justify-content:space-between;padding-top:8px}.ihabdevteam-core-scope .training-card__footer-left{align-items:center;display:flex;gap:6px;min-width:0}.ihabdevteam-core-scope .training-card__date{color:var(--color-gray);font-size:11px;white-space:nowrap}.ihabdevteam-core-scope .training-card__meta{align-items:center;display:flex;gap:4px}.ihabdevteam-core-scope .training-card__count{align-items:center;color:var(--color-lightGray);display:inline-flex;font-size:11px;gap:3px;white-space:nowrap}";Q(X6);function Gb({title:t,description:e,topActions:a,children:o,footerLeft:r,footerRight:i,onClick:s,draggable:l,onDragStart:u,onDragEnd:d,className:h}){const p=r!=null||i!=null,m=o!=null&&o!==!1,g=c.useCallback(f=>{s&&f.target===f.currentTarget&&(f.key==="Enter"||f.key===" ")&&(f.preventDefault(),s())},[s]);return n.jsxs("div",{className:_e("training-card",s?"training-card--clickable":"",h),onClick:s,onKeyDown:s?g:void 0,role:s?"button":void 0,tabIndex:s?0:void 0,draggable:l,onDragStart:u,onDragEnd:d,children:[n.jsxs("div",{className:"training-card__header",children:[n.jsxs("div",{className:"training-card__title-row",children:[typeof t=="string"?n.jsx("h3",{className:"training-card__title h4",children:t}):t,a!=null&&n.jsx("div",{className:"training-card__top-actions",onClick:f=>f.stopPropagation(),children:a})]}),e!=null?typeof e=="string"?n.jsx("p",{className:"training-card__description body-3",children:e}):e:n.jsx("p",{className:"training-card__description body-3","aria-hidden":"true",children:" "})]}),m&&n.jsx("div",{className:"training-card__body",children:o}),p&&n.jsxs("div",{className:"training-card__footer",children:[r!=null&&n.jsx("div",{className:"training-card__footer-left",children:r}),i!=null&&n.jsx("div",{className:"training-card__meta",children:i})]})]})}var J6=".ihabdevteam-core-scope .training-card-group{background:var(--color-darkWhite);border:1px solid var(--color-darkWhite);border-radius:var(--radius-card);overflow:hidden;transition:border-color .15s,box-shadow .15s}.ihabdevteam-core-scope .training-card-group--dragover{border-color:var(--color-main);box-shadow:0 0 0 2px var(--color-main-a10)}.ihabdevteam-core-scope .training-card-group__header{align-items:center;cursor:pointer;display:flex;gap:8px;height:60px;padding:0 12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ihabdevteam-core-scope .training-card-group__chevron{flex-shrink:0}.ihabdevteam-core-scope .training-card-group__title{color:var(--color-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ihabdevteam-core-scope .training-card-group__count{color:var(--color-main);flex-shrink:0}.ihabdevteam-core-scope .training-card-group__actions{align-items:center;display:flex;flex-shrink:0;gap:8px;margin-left:auto}.ihabdevteam-core-scope .training-card-group__empty{color:var(--color-lightGray);padding:24px 16px;text-align:center}.ihabdevteam-core-scope .training-card-group__grid{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;padding:0 12px 12px}.ihabdevteam-core-scope .training-card-group__grid>*{min-width:0}";Q(J6);function qb({title:t,count:e,collapsed:a=!1,onToggle:o,sort:r,actions:i,empty:s=!1,emptyContent:l,dragOver:u=!1,onDragOver:d,onDragLeave:h,onDrop:p,children:m,className:g}){const{t:f}=ge(),b=_e("training-card-group",u&&"training-card-group--dragover",a&&"training-card-group--collapsed",g);return n.jsxs("div",{className:b,onDragOver:d,onDragLeave:h,onDrop:p,children:[n.jsxs("header",{className:"training-card-group__header",children:[n.jsx(se,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:a?"chevron-right":"chevron-down",ariaLabel:a?f("common.expand","\uD3BC\uCE58\uAE30"):f("common.collapse","\uC811\uAE30"),className:"training-card-group__chevron",onClick:o}),typeof t=="string"?n.jsx("span",{className:"training-card-group__title h5b",children:t}):t,e!==void 0&&n.jsx("span",{className:"training-card-group__count body-3b",children:e}),(r||i!=null)&&n.jsxs("span",{className:"training-card-group__actions",onClick:y=>y.stopPropagation(),children:[r&&n.jsx(Zt,{size:40,options:r.options,value:r.value,placeholder:r.placeholder,onChange:r.onChange}),i]})]}),!a&&(s?n.jsx("div",{className:"training-card-group__empty body-3",children:l}):n.jsx("div",{className:"training-card-group__grid",children:m}))]})}var Q6=".ihabdevteam-core-scope .word-table-block__meta{background:transparent}.ihabdevteam-core-scope .word-table-block__actions{align-items:center;display:flex;gap:var(--spacing-xs);justify-content:space-between}.ihabdevteam-core-scope .word-table-block__actions-left,.ihabdevteam-core-scope .word-table-block__actions-right{display:flex;gap:var(--spacing-xs)}@media (max-width:767px){.ihabdevteam-core-scope .word-table-block__actions{align-items:stretch;flex-direction:column}.ihabdevteam-core-scope .word-table-block__actions-left,.ihabdevteam-core-scope .word-table-block__actions-right{display:grid;grid-template-columns:repeat(2,1fr)}.ihabdevteam-core-scope .word-table-block__actions .button{min-width:0;width:100%}}.ihabdevteam-core-scope .my-word-table-preview-popup .popup-panel{max-width:none;width:min(1400px,94vw)}.ihabdevteam-core-scope .my-word-table-preview-popup .popup-body{overflow:auto;overscroll-behavior-y:contain}.ihabdevteam-core-scope .word-table-block__pages{display:flex;flex-direction:column;gap:24px;gap:var(--spacing-content,24px)}@media print{.ihabdevteam-core-scope .word-table-block>.filter-panel,.ihabdevteam-core-scope .word-table-block>.section__header,.ihabdevteam-core-scope .word-table-block__actions{display:none}.ihabdevteam-core-scope .word-table-block__pages .word-table{-moz-column-break-after:page;break-after:page;page-break-after:always;position:static}.ihabdevteam-core-scope .word-table-block__pages .word-table:last-child{-moz-column-break-after:auto;break-after:auto;page-break-after:auto}}";Q(Q6);const eS="speechear:saved_word_tables";function tS(t){if(typeof t!="object"||t===null)return!1;const e=t;return typeof e.id=="string"&&typeof e.name=="string"&&Array.isArray(e.items)}function aS(){try{const t=localStorage.getItem(eS);if(!t)return[];const e=JSON.parse(t);return Array.isArray(e)?e.filter(tS):[]}catch{return[]}}function Ub({title:t,titleIcon:e,disc:a,items:o,onSaveComplete:r,onLoad:i,onRemoveItem:s,onReset:l,resetLabel:u,saveButtonLabel:d,secondarySaveButtonLabel:h,onReorder:p,showCellCount:m,onAddItem:g,className:f,renderSavePopup:b,renderWordSearch:y,hideControls:v,saveOnly:x,tableName:_,nameValue:C,onNameChange:T,descriptionValue:w,onDescriptionChange:S,namePlaceholder:D,descriptionPlaceholder:A,existingNames:N,editingName:O,onCancel:j}){const{t:k}=ge(),E=u??k("wordPrint.clearAllSelection","\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C"),L=o===void 0,z=!!T,[te,J]=c.useState([]),ae=(C??"").trim(),M=ae||(D??"").trim(),R=(w??"").trim()||(A??"").trim(),$=(N??[]).map(ue=>ue.trim().toLowerCase()),F=[O?.trim().toLowerCase(),...te].filter(ue=>!!ue),I=[...$];for(const ue of F){const Ae=I.indexOf(ue);Ae!==-1&&I.splice(Ae,1)}const q=ae!==""&&I.includes(ae.toLowerCase()),[P,H]=c.useState(Array(4).fill(null)),[V,U]=c.useState(4),[ee,pe]=c.useState(null),[he,oe]=c.useState("landscape"),[X,de]=c.useState(["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"]),[Ce,Z]=c.useState("\uD45C\uC2DC"),[le,G]=c.useState(!0),[ce,be]=c.useState(!0),De=c.useRef(null),Ie=c.useRef([]),[We,He]=c.useState(8),[$e,rt]=c.useState("right"),[Oe,Ge]=c.useState(!1),[Fe,fe]=c.useState(!1),{toastMessage:nt,toastType:qe,showWarning:Me,clearToast:Ke}=wn("warning"),Lt=c.useCallback(()=>pe(null),[pe]),[Ze,Ye]=c.useState(()=>Math.max(o?.length??1,1));c.useEffect(()=>{L||Ye(ue=>Math.max(ue,o?.length??1))},[o?.length,L]);const ht=L?V:m?Math.max(Ze,o?.length??1):Math.max(o?.length??0,1),{width:Le,height:ot}=co[he],Qe=!L&&!m,Pe=o?.length??0,Xe=Math.min(We,Math.max(Pe,1)),et=Qe?Xe:ht,Ct=Qe?mg(o??[],et):null,jt=!!Ct&&Ct.length>1,st=L?P.some(ue=>ue!==null&&ue.length>1):(o??[]).some(ue=>ue.words.length>1),Gt=_?.trim()||`${nn(on())} ${st?k("wordTable.printFileNamePair","\uB300\uB9BD\uC30D\uD45C"):k("wordTable.printFileNameSingle","\uB2E8\uC5B4\uD45C")}`,bt=c.useCallback(()=>jt?Ie.current.filter(ue=>ue!==null):De.current?[De.current]:[],[jt]),{print:qt,openNewWindow:sa,downloadHtml:Ut}=In({getElements:bt,paperW:Le,paperH:ot,fileName:Gt,onPopupBlocked:()=>{Me(k("wordTable.popupBlocked","\uD31D\uC5C5\uC774 \uCC28\uB2E8\uB418\uC5C8\uC2B5\uB2C8\uB2E4. \uBE0C\uB77C\uC6B0\uC800 \uC124\uC815\uC5D0\uC11C \uD31D\uC5C5\uC744 \uD5C8\uC6A9\uD574 \uC8FC\uC138\uC694."))}}),Ma=ue=>{U(ue),H(Ae=>{const tt=Array(ue).fill(null);return Ae.slice(0,ue).forEach((_t,wt)=>{tt[wt]=_t}),tt}),pe(null)},la=ue=>{H(Ae=>{const tt=[...Ae];return tt[ue]=null,tt}),ee===ue&&pe(null)},Xt=ue=>{if(ee===null)return;const Ae=ee;H(_t=>{const wt=[..._t];return wt[Ae]=ue,wt});const tt=P.findIndex((_t,wt)=>wt>Ae&&_t===null);pe(tt!==-1?tt:null)},Pa=L?P.some(ue=>ue?.some(Ae=>!!Ae.colloquialPronunciation)):(o??[]).some(ue=>ue.words.some(Ae=>!!Ae.colloquialLabel)),Mt=c.useMemo(()=>$a()?L?P.flatMap(ue=>(ue??[]).map(Ae=>[Ae.word,Ae.homonum])):(o??[]).flatMap(ue=>ue.words.map(Ae=>[Ae.label,Ae.homonum])):[],[L,P,o]),[Ya,Ot]=c.useState(!1);c.useEffect(()=>{if(Mt.length===0)return;let ue=!1;return Promise.all(Mt.map(([Ae,tt])=>Qo(Ae,tt))).then(Ae=>{ue||Ot(Ae.some(Boolean))}),()=>{ue=!0}},[Mt]);const Ca=Mt.length>0&&Ya,Ka=c.useMemo(()=>[...L||m?[{label:k("wordTable.filter.columns","\uCE78 \uC218"),items:L7.map(ue=>({value:`${ue}\uCE78`,displayLabel:k("wordTable.filter.column",{count:ue})})),display:"segmented"}]:[],...Qe&&(o?.length??0)>0?[_g(k,{hasPairs:st,itemCount:Pe})]:[],...jt?[wg(k)]:[]],[k,L,m,Qe,o?.length,st,Pe,jt]),Je={...L||m?{[k("wordTable.filter.columns","\uCE78 \uC218")]:`${L?V:Ze}\uCE78`}:{},...Qe&&(o?.length??0)>0?{[k(st?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")]:`${Xe}\uAC1C`}:{},...jt?{[k("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")]:kg[$e]}:{}},zt=(ue,Ae)=>{Ae===k("wordTable.filter.columns","\uCE78 \uC218")?L?Ma(parseInt(ue)):Ye(parseInt(ue)):Ae===k(st?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")?He(parseInt(ue)):Ae===k("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")&&rt(Sg(ue))},St=L?P.filter(ue=>ue!==null).map(ue=>({id:ue[0].word,words:ue.map(Ae=>({label:Ae.word,subLabel:Ae.pronunciation,homonum:Ae.homonum}))})):o??[],_a=(ue=!1)=>{if(fe(ue),z&&r){const Ae=M.trim().toLowerCase();Ae&&J(tt=>tt.includes(Ae)?tt:[...tt,Ae]),r(M,St,R||void 0,ue);return}if(x&&r){r("",St,void 0,ue);return}if(r){Ge(!0);return}Ut()},[ca,re]=c.useState(!1),[ve,ye]=c.useState(""),Y=ve.trim(),ne=Y!==""&&$.includes(Y.toLowerCase()),xe=()=>{ye(M?`${M} (\uBCF5\uC0AC)`:""),re(!0)},ke=()=>{!Y||ne||!r||(r(Y,St,R||void 0,!0),re(!1))},Se=St.length===0,je=Se||z&&(M===""||q),it=()=>{if(Se){Me(k("wordTable.emptyItems","\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694."));return}if(z&&M===""){Me(k("wordTable.save.nameRequired","\uD45C \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694."));return}z&&q&&Me(k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."))},ut=n.jsx(uo,{items:St,orientation:he,contentTypes:X,cutLine:Ce,showOutline:le,showDivLine:ce,count:ht});return n.jsxs(n.Fragment,{children:[n.jsxs(lo,{type:"page",icon:e,title:t,disc:a,className:_e("word-table-block",f),children:[ca&&n.jsx(Ea,{size:"small",title:h??k("wordTable.saveAsNewButton","\uB2E4\uB978 \uC774\uB984\uC73C\uB85C \uC800\uC7A5"),onClose:()=>re(!1),footer:({closeWithAnimation:ue})=>n.jsxs(n.Fragment,{children:[n.jsx(se,{size:48,type:"bar",label:k("common.cancel","\uCDE8\uC18C"),onClick:ue}),n.jsx(se,{size:48,type:"bar",variant:"main",label:k("common.save","\uC800\uC7A5"),disabled:!Y||ne,onClick:ke})]}),children:n.jsx(Ga,{label:k("wordTable.save.nameLabel","\uC774\uB984"),value:ve,onChange:ye,placeholder:k("wordTable.save.placeholder","\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC81C\uBAA9\uC744 \uC785\uB825\uD558\uC138\uC694."),maxLength:40,size:48,fullWidth:!0,autoFocus:!0,onEnter:ke,error:ne?k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."):void 0})}),Oe&&r&&b?.({defaultName:typeof t=="string"?t:k("wordTable.defaultName","\uB2E8\uC5B4 \uD45C"),preview:ut,previewW:Le,previewH:ot,items:St,existingNames:aS().map(ue=>ue.name),saveAsNew:Fe,onSave:(ue,Ae)=>{r(ue,St,Ae,Fe),Ge(!1)},onCancel:()=>Ge(!1)}),(L||g)&&ee!==null&&y?.({cellIndex:ee,onConfirm:L?Xt:ue=>{if(g){const Ae=ue[0];Ae&&g({id:Ae.word,words:[{label:Ae.word,subLabel:Ae.pronunciation,homonum:Ae.homonum}]})}pe(null)},onClose:Lt}),!v&&n.jsx($n,{hasImage:Ca,hasColloquial:Pa,contentTypes:X,orientation:he,showOutline:le,cutLine:Ce,showDivLine:ce,setters:{setContentTypes:de,setOrientation:oe,setShowOutline:G,setCutLine:Z,setShowDivLine:be},showCutLine:(Qe?et:ht)>1,showDivLine2:st,middleSections:Ka,extraSelected:Je,onExtraSelect:zt}),jt&&Ct?n.jsx("div",{className:"word-table-block__pages",children:Ct.map((ue,Ae)=>n.jsx(uo,{orientation:he,contentTypes:X,cutLine:Ce,showOutline:le,showDivLine:ce,count:et,items:ue,onRemoveItem:s,contentRef:tt=>{Ie.current[Ae]=tt},pageNumber:{current:Ae+1,total:Ct.length},pageNumberPosition:$e},Ae))}):n.jsx(uo,{orientation:he,contentTypes:X,cutLine:Ce,showOutline:le,showDivLine:ce,count:ht,items:L?void 0:o??[],editCells:L?P:void 0,activeCell:ee,onActivateCell:L||g?pe:void 0,onRemoveCell:L?la:void 0,onRemoveItem:L?void 0:s,onReorder:L?void 0:p,showFillerAdd:!!g,contentRef:De}),z&&!v&&n.jsxs(Nr,{size:"medium",labelWidth:64,useBorder:!1,useRowBorder:!1,className:"word-table-block__meta",children:[n.jsx(La,{variant:"custom",label:k("wordTable.save.nameLabel","\uC774\uB984"),required:!0,align:"vertical",useFullWidth:!0,children:n.jsx(Ga,{required:!0,value:C??"",onChange:T,placeholder:D?D+k("wordTable.save.autoFillHint"," (Tab \uB610\uB294 space \uC785\uB825\uC2DC \uC790\uB3D9 \uC785\uB825)"):k("wordTable.save.placeholder","\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC81C\uBAA9\uC744 \uC785\uB825\uD558\uC138\uC694."),ariaLabel:k("wordTable.save.nameLabel","\uC774\uB984"),maxLength:40,size:48,fullWidth:!0,error:q?k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."):void 0,onKeyDown:ue=>{(ue.key==="Tab"&&!ue.shiftKey||ue.key===" ")&&!(C??"").trim()&&(D??"").trim()&&(ue.preventDefault(),T?.(D??""))}})}),n.jsx(La,{variant:"custom",label:k("wordTable.save.descriptionLabel","\uC124\uBA85"),align:"vertical",useFullWidth:!0,children:n.jsx(Ga,{value:w??"",onChange:S,placeholder:A?A+k("wordTable.save.autoFillHint"," (Tab \uB610\uB294 space \uC785\uB825\uC2DC \uC790\uB3D9 \uC785\uB825)"):k("wordTable.save.descriptionPlaceholder","\uC774 \uB2E8\uC5B4\uD45C\uC5D0 \uB300\uD55C \uC124\uBA85\uC744 \uC785\uB825\uD558\uC138\uC694."),ariaLabel:k("wordTable.save.descriptionLabel","\uC124\uBA85"),maxLength:200,multiline:!0,rows:2,fullWidth:!0,onKeyDown:ue=>{(ue.key==="Tab"&&!ue.shiftKey||ue.key===" ")&&!(w??"").trim()&&(A??"").trim()&&(ue.preventDefault(),S?.(A??""))}})})]})]}),!v&&n.jsxs("div",{className:"word-table-block__actions",children:[n.jsxs("div",{className:"word-table-block__actions-left",children:[!x&&l&&n.jsx(se,{size:40,type:"bar",label:E,onClick:l}),!x&&i&&n.jsx(se,{size:40,type:"bar",label:k("wordTable.load","\uBD88\uB7EC\uC624\uAE30"),onClick:i}),!x&&n.jsx(se,{size:40,type:"bar",label:k("wordTable.openNewWindow","\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30"),onClick:sa})]}),n.jsxs("div",{className:"word-table-block__actions-right",children:[j&&n.jsx(se,{size:"56",type:"bar",label:k("common.cancel","\uCDE8\uC18C"),onClick:j}),!x&&n.jsx(se,{size:"56",type:"bar",label:k("wordTable.print","\uC778\uC1C4\uD558\uAE30"),onClick:qt}),h&&n.jsx(se,{size:"56",type:"bar",label:h,onClick:()=>z?xe():_a(!0),disabled:Se,onDisabledClick:()=>{Me(k("wordTable.emptyItems","\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694."))}}),n.jsx(se,{size:"56",type:"bar",variant:"main",label:d??k("wordTable.saveButton","\uC800\uC7A5\uD558\uAE30"),onClick:()=>_a(!1),disabled:je,onDisabledClick:it})]})]}),n.jsx(so,{message:nt,type:qe,onClose:Ke})]})}var oS=".ihabdevteam-core-scope .word-table-thumb{grid-gap:1px;background:var(--color-darkWhite);border-bottom:1px solid var(--color-darkWhite);display:grid;gap:1px;grid-auto-rows:minmax(min-content,1fr);height:140px;overflow:hidden}.ihabdevteam-core-scope .word-table-thumb__cell{align-items:center;background:var(--color-white);display:flex;flex-direction:column;gap:1px;justify-content:center;min-height:0;overflow:hidden;padding:4px}.ihabdevteam-core-scope .word-table-thumb__word{color:var(--color-black)}.ihabdevteam-core-scope .word-table-thumb .word-table-thumb__word{line-height:1.2}.ihabdevteam-core-scope .word-table-thumb__divider{background:var(--color-darkWhite);display:block;height:1px;margin:1px 0;width:30%}";Q(oS);function Jc({items:t,className:e}){const a=t.length,o=a<=3?1:2,r=Math.ceil(a/o)||1,i=o*r;return n.jsx("div",{className:_e("word-table-thumb",e),style:{gridTemplateColumns:`repeat(${o}, 1fr)`},children:Array.from({length:i},(s,l)=>{const u=t[l];return u?n.jsx("div",{className:"word-table-thumb__cell",children:(u.words.length?u.words:[{label:u.id}]).map((d,h)=>n.jsxs(c.Fragment,{children:[h>0&&n.jsx("span",{className:"word-table-thumb__divider"}),n.jsx("span",{className:"word-table-thumb__word body-3",children:d.label})]},h))},l):n.jsx("div",{className:"word-table-thumb__cell word-table-thumb__cell--empty"},l)})})}var rS=".ihabdevteam-core-scope .word-table-button{background:var(--color-white);border:1px solid var(--color-whiteLine);border-radius:8px;border-radius:var(--radius-s,8px);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:border-color .15s,box-shadow .15s;width:240px}.ihabdevteam-core-scope .word-table-button:hover{border-color:var(--color-main);box-shadow:0 2px 10px rgba(0,0,0,.06)}.ihabdevteam-core-scope .word-table-button:focus-visible{outline:2px solid var(--color-main);outline-offset:1px}.ihabdevteam-core-scope .word-table-button--selected{border-color:var(--color-main);box-shadow:0 0 0 1px var(--color-main) inset}.ihabdevteam-core-scope .word-table-button__thumb{flex:0 0 auto;height:290px}.ihabdevteam-core-scope .word-table-button__info{align-items:flex-start;display:flex;flex-direction:row;gap:8px;min-width:0;padding:12px 14px 0;position:relative}.ihabdevteam-core-scope .word-table-button__more{position:absolute;right:10px;top:8px}.ihabdevteam-core-scope .word-table-button__title{padding-right:34px}.ihabdevteam-core-scope .word-table-button--no-footer .word-table-button__info{flex:1 1 auto;min-height:0}.ihabdevteam-core-scope .word-table-button--no-footer .word-table-button__info-text{align-self:stretch}.ihabdevteam-core-scope .word-table-button__info-text{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;gap:4px;min-width:0;text-align:left}.ihabdevteam-core-scope .word-table-button__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--color-black);display:-webkit-box;overflow:hidden;overflow-wrap:anywhere}.ihabdevteam-core-scope .word-table-button__desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--color-gray);display:-webkit-box;overflow:hidden}.ihabdevteam-core-scope .word-table-button__meta{color:var(--color-gray)}.ihabdevteam-core-scope .word-table-button__meta-row{align-items:center;display:flex;gap:8px;justify-content:space-between;min-width:0;padding:12px 14px 14px}.ihabdevteam-core-scope .word-table-button__badges{align-items:center;display:flex;flex:0 0 auto;gap:4px}.ihabdevteam-core-scope .word-table-button--no-footer .word-table-button__meta-row{margin-top:auto}.ihabdevteam-core-scope .word-table-button__footer{display:flex;flex-direction:column;gap:8px;margin-top:auto;min-width:0;padding:12px 14px 14px}.ihabdevteam-core-scope .word-table-button__store-by{align-items:center;display:inline-flex;gap:6px;min-width:0;overflow:hidden}.ihabdevteam-core-scope .word-table-button__store-by .training-card__date{white-space:nowrap}.ihabdevteam-core-scope .word-table-button__store-stats{align-items:center;align-self:flex-end;display:inline-flex;gap:4px}.ihabdevteam-core-scope .word-table-button__more{flex:0 0 auto}.ihabdevteam-core-scope .word-table-button__badge{pointer-events:none}.ihabdevteam-core-scope .word-table-button__new-dot{background:var(--color-main);border-radius:50%;box-shadow:0 0 0 2px var(--color-white);height:10px;pointer-events:none;position:absolute;right:8px;top:8px;width:10px;z-index:3}";Q(rS);function Yb({items:t,name:e,description:a,createdAt:o,published:r,publishedLabel:i,shared:s,sharedLabel:l,isNew:u,publisherName:d,publishedAt:h,likeCount:p,downloadCount:m,onPublisherClick:g,selected:f,onClick:b,onMore:y,titleNode:v,className:x}){const{t:_}=ge(),C=v!=null,T=d!=null||h!=null||p!=null||m!=null,w=S=>{!C&&(S.key==="Enter"||S.key===" ")&&(S.preventDefault(),b?.())};return n.jsxs("div",{className:_e("word-table-button",f?"word-table-button--selected":"",T?"":"word-table-button--no-footer",x),role:"button",tabIndex:0,"aria-label":e,onClick:C?void 0:b,onKeyDown:w,children:[u&&n.jsx("span",{className:"word-table-button__new-dot","aria-label":_("myWordTable.newBadge","\uC0C8\uB85C \uB9CC\uB4E0 \uD45C")}),n.jsx(Jc,{items:t,className:"word-table-button__thumb"}),n.jsxs("div",{className:"word-table-button__info",children:[n.jsxs("div",{className:"word-table-button__info-text",children:[v??n.jsx("div",{className:"word-table-button__title h4",children:e}),a&&n.jsx("div",{className:"word-table-button__desc body-3",children:a})]}),y&&!C&&n.jsx(se,{className:"word-table-button__more",size:32,type:"dot",variant:"transparent-gray",useBorder:!1,icon:"ellipsis",ariaLabel:_("common.moreFor",{name:e}),onClick:S=>{S.stopPropagation(),y(S)}})]}),(o||r||s)&&n.jsxs("div",{className:"word-table-button__meta-row",children:[n.jsx("span",{className:"word-table-button__meta caption-1",children:o?rn(o,_):""}),n.jsxs("span",{className:"word-table-button__badges",children:[r&&n.jsx(gt,{className:"word-table-button__badge",size:"small",variant:"main",fill:"soft",iconLeft:"book-marked",label:i??"\uBC1C\uD589\uB428"}),s&&n.jsx(gt,{className:"word-table-button__badge",size:"small",fill:"soft",iconLeft:"link",label:l??"\uACF5\uC720 \uC911"})]})]}),T&&n.jsxs("div",{className:"word-table-button__footer",children:[n.jsxs("span",{className:"word-table-button__store-by",children:[d&&n.jsx("button",{className:"training-card__publisher body-4",type:"button",onClick:S=>{S.stopPropagation(),g?.()},children:d}),h&&n.jsx("span",{className:"training-card__date body-4",children:rn(h,_)})]}),n.jsxs("span",{className:"word-table-button__store-stats",children:[p!=null&&n.jsx(gt,{size:"small",fill:"soft",variant:"like",iconLeft:"heart",label:String(p)}),m!=null&&n.jsx(gt,{size:"small",fill:"soft",variant:"main",iconLeft:"download",label:String(m)})]})]})]})}/**
|
|
980
|
+
* @license lucide-react v1.38.0 - ISC
|
|
981
|
+
*
|
|
982
|
+
* This source code is licensed under the ISC license.
|
|
983
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
984
|
+
*/const nS=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",ry:"2",key:"1m3agn"}],["circle",{cx:"9",cy:"9",r:"2",key:"af1f0g"}],["path",{d:"m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21",key:"1xmnt7"}]],iS=K("image",nS);/**
|
|
985
|
+
* @license lucide-react v1.38.0 - ISC
|
|
986
|
+
*
|
|
987
|
+
* This source code is licensed under the ISC license.
|
|
988
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
989
|
+
*/const sS=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"m15 9-6 6",key:"1uzhvr"}],["path",{d:"m9 9 6 6",key:"z0biqf"}]],lS=K("circle-x",sS);var cS=`.ihabdevteam-core-scope .popup--word-data-update .popup-panel{max-width:440px}.ihabdevteam-core-scope .popup--word-data-update .popup-title{padding:24px 24px 8px}.ihabdevteam-core-scope .popup--word-data-update .popup-footer{padding:16px 24px 24px}.ihabdevteam-core-scope .wdup-cards{display:flex;flex-direction:column;gap:var(--spacing-s);padding:0 24px}.ihabdevteam-core-scope .wdup-phase-card{align-items:center;background:#f7f9fb;background:var(--color-bg-secondary,#f7f9fb);border-radius:var(--radius-m);box-sizing:border-box;display:flex;gap:14px;height:80px;padding:0 16px}.ihabdevteam-core-scope .wdup-phase-card__icon{align-items:center;background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.ihabdevteam-core-scope .wdup-phase-card__icon-inner{display:flex}.ihabdevteam-core-scope .wdup-phase-card__icon-inner--pending{opacity:.35}.ihabdevteam-core-scope .wdup-phase-card__icon--done{background:#22c55e;background:var(--color-sub,#22c55e)}.ihabdevteam-core-scope .wdup-phase-card__icon--error{background:#ef4444;background:var(--color-danger,#ef4444)}.ihabdevteam-core-scope .wdup-phase-card__body{flex:1;min-width:0}.ihabdevteam-core-scope .wdup-phase-card__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:var(--spacing-xs)}.ihabdevteam-core-scope .wdup-phase-card__label{color:var(--color-black);font-weight:600}.ihabdevteam-core-scope .wdup-phase-card__label--pending{color:var(--color-lightGray);font-weight:400}.ihabdevteam-core-scope .wdup-bar{background:var(--color-whiteLine);border-radius:99px;height:6px;margin-bottom:6px;overflow:hidden}.ihabdevteam-core-scope .wdup-bar__fill{background:#29b6c8;background:var(--color-main,#29b6c8);border-radius:99px;height:100%;transition:width .3s ease}.ihabdevteam-core-scope .wdup-bar__fill--done{background:#22c55e;background:var(--color-sub,#22c55e)}.ihabdevteam-core-scope .wdup-bar__fill--error{background:#ef4444;background:var(--color-danger,#ef4444)}
|
|
990
|
+
|
|
991
|
+
/* !important \uBD88\uD544\uC694 \u2014 WordDataUpdatePopup.tsx\uC758 \uC778\uB77C\uC778 width\uB294 pct/isDone/isError\uC77C \uB54C\uB9CC
|
|
992
|
+
\uC124\uC815\uB418\uACE0 \uC774 indeterminate \uD074\uB798\uC2A4\uAC00 \uBD99\uB294 \uC0C1\uD0DC(state==='active' && pct===undefined)\uC5D0\uC11C\uB294
|
|
993
|
+
\uC778\uB77C\uC778 width\uAC00 \uC544\uC608 \uC124\uC815\uB418\uC9C0 \uC54A\uC544(undefined) \uACBD\uD569 \uC790\uCCB4\uAC00 \uC5C6\uC74C(\uCF54\uB4DC \uD655\uC778\uB428). */.ihabdevteam-core-scope .wdup-bar__fill--indeterminate{animation:wdup-indeterminate 1.4s ease-in-out infinite;width:40%}@keyframes wdup-indeterminate{0%{transform:translateX(-150%)}to{transform:translateX(400%)}}.ihabdevteam-core-scope .wdup-phase-card__sub{color:var(--color-lightGray)}`;Q(cS);function dS(t){return{idle:0,"word-download":1,"image-list":2,"image-match":2,"pair-build":3,done:4}[t]??0}function Qc({icon:t,label:e,state:a,pct:o,subText:r}){const{t:i}=ge(),s=a==="done",l=a==="pending",u=a==="error",d=s?100:o??0;return n.jsxs("div",{className:"wdup-phase-card",children:[n.jsx("div",{className:`wdup-phase-card__icon${s?" wdup-phase-card__icon--done":u?" wdup-phase-card__icon--error":""}`,children:s?n.jsx(Fd,{size:22,color:"white",strokeWidth:2.5}):u?n.jsx(lS,{size:22,color:"white",strokeWidth:2.5}):n.jsx("span",{className:`wdup-phase-card__icon-inner${l?" wdup-phase-card__icon-inner--pending":""}`,children:t})}),n.jsxs("div",{className:"wdup-phase-card__body",children:[n.jsxs("div",{className:"wdup-phase-card__top",children:[n.jsx("span",{className:`wdup-phase-card__label body-2${l?" wdup-phase-card__label--pending":""}`,children:e}),s?n.jsx(gt,{variant:"sub",fill:"soft",size:"small",label:i("common.done","\uC644\uB8CC")}):u?n.jsx(gt,{variant:"danger",fill:"soft",size:"small",label:i("common.failed","\uC2E4\uD328")}):(r||o!==void 0)&&n.jsxs("span",{className:"wdup-phase-card__sub body-3",children:[r,r&&o!==void 0?` \xB7 ${o}%`:o!==void 0?`${o}%`:""]})]}),!l&&n.jsx("div",{className:"wdup-bar",children:n.jsx("div",{className:`wdup-bar__fill${s?" wdup-bar__fill--done":u?" wdup-bar__fill--error":""}${a==="active"&&o===void 0?" wdup-bar__fill--indeterminate":""}`,style:{width:o!==void 0||s||u?`${u?100:d}%`:void 0}})})]})]})}function Kb({title:t,progress:e,onDone:a,onRetry:o,inline:r}){const{t:i}=ge(),{phase:s,error:l,wordCount:u,imagePage:d,imageDone:h,imageTotal:p,pairPercent:m}=e,g=dS(s),f=s==="done",b=!!l;function y(w){return b&&g===w?"error":g>w?"done":g===w?"active":"pending"}const v=y(1),x=y(2),_=y(3),C=s==="image-match"&&p?Math.round((h??0)/p*100):void 0,T=c.useMemo(()=>{if(x!=="done"){if(s==="image-list")return i("wordData.checkingPage",{page:d??1});if(s==="image-match"&&p)return i("wordData.imageCount",{done:dr(h),total:dr(p)})}},[x,s,d,p,h,i]);return n.jsx(Ea,{inline:r,className:"popup--word-data-update",title:t,footer:b?n.jsx(se,{size:56,variant:"main",onClick:o,children:i("common.retry","\uB2E4\uC2DC \uC2DC\uB3C4")}):n.jsx(se,{size:56,variant:"main",disabled:!f,onClick:a,children:i("common.done","\uC644\uB8CC")}),children:n.jsxs("div",{className:"wdup-cards",children:[n.jsx(Qc,{icon:n.jsx(Rd,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:i("wordData.phaseWordDownload","\uB2E8\uC5B4 \uB370\uC774\uD130 \uB2E4\uC6B4\uB85C\uB4DC"),state:v,subText:v==="active"?i("wordData.downloadingCount",{n:dr(u)}):void 0}),n.jsx(Qc,{icon:n.jsx(iS,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:i("wordData.phaseImageCheck","\uC774\uBBF8\uC9C0 \uD655\uC778"),state:x,pct:C,subText:T}),n.jsx(Qc,{icon:n.jsx(Od,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:i("wordData.phasePairAnalysis","\uB2E8\uC5B4\uC30D \uBD84\uC11D"),state:_,pct:_==="active"?m??0:void 0,subText:void 0})]})})}var uS=".ihabdevteam-core-scope .debug-result-launcher{bottom:18px;display:flex;flex-direction:column;gap:var(--spacing-xs);position:fixed;right:18px;z-index:var(--z-tooltip)}.ihabdevteam-core-scope .debug-buttons{background:rgba(11,43,47,.02);border-radius:var(--radius-s);box-shadow:var(--shadow-dropdown);display:flex;flex-direction:column;gap:6px;padding:var(--spacing-xs)}.ihabdevteam-core-scope .debug-button{background:var(--color-white);border:1px solid rgba(11,43,47,.06);border-radius:var(--radius-sm);cursor:pointer;font-size:13px;padding:8px 12px}.ihabdevteam-core-scope .debug-button:hover{transform:translateY(-1px)}";Q(uS);function Zb({renderResultPopup:t}={}){const[e,a]=c.useState(null),[o,r]=c.useState(null),i=s=>{let l=null;s==="noise"?l={score:3,contextsLength:5,results:[{sentence:"\uBB38\uC7A5 A",judgement:!0,wording:"\uC798 \uB4E4\uB9BC",useAnswer:!1},{sentence:"\uBB38\uC7A5 B",judgement:!1,wording:"\uC548 \uB4E4\uB9BC",useAnswer:!1},{sentence:"\uBB38\uC7A5 C",judgement:!0,wording:"\uC798 \uB4E4\uB9BC",useAnswer:!1},{sentence:"\uBB38\uC7A5 D",judgement:null,wording:"\uC548 \uD568",useAnswer:!1},{sentence:"\uBB38\uC7A5 E",judgement:!1,wording:"\uC548 \uB4E4\uB9BC",useAnswer:!1}]}:s==="short"?l={score:2,contextsLength:3,results:[{sentence:"\uBE44\uBE54\uBC25 \uC124\uBA85",answer:"\uBE44\uBE54\uBC25",selected:"\uBE44\uBE54\uBC25",selectedText:"\uBE44\uBE54\uBC25",correct:!0},{sentence:"\uBCF4\uC308 \uC124\uBA85",answer:"\uBCF4\uC308",selected:"\uC871\uBC1C",selectedText:"\uC871\uBC1C",correct:!1},{sentence:"\uCE7C\uAD6D\uC218 \uC124\uBA85",answer:"\uCE7C\uAD6D\uC218",selected:void 0,selectedText:void 0,correct:void 0}]}:s==="long"?l={score:4,contextsLength:4,results:[{sentence:"\uAE34 \uC774\uC57C\uAE30 1",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 1",selectedText:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 1",correct:!0},{sentence:"\uAE34 \uC774\uC57C\uAE30 2",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 2",selectedText:"\uC120\uD0DD \uD14D\uC2A4\uD2B8 2",correct:!1},{sentence:"\uAE34 \uC774\uC57C\uAE30 3",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 3",selectedText:void 0,correct:void 0},{sentence:"\uAE34 \uC774\uC57C\uAE30 4",answer:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 4",selectedText:"\uC815\uB2F5 \uD14D\uC2A4\uD2B8 4",correct:!0}]}:s==="order"&&(l={score:1,contextsLength:2,results:[{sentence:"\uC21C\uC11C \uBB38\uC81C 1",answer:"1,2,3",selectedText:"1,2,3",correct:!0},{sentence:"\uC21C\uC11C \uBB38\uC81C 2",answer:"A,B,C",selectedText:"B,A,C",correct:!1}]}),r(l),a(s)};return c.useCallback(()=>{a(null),r(null)},[]),c.useCallback(()=>i("noise"),[]),c.useCallback(()=>i("short"),[]),c.useCallback(()=>i("long"),[]),c.useCallback(()=>i("order"),[]),null}var pS=Object.freeze({__proto__:null,Accordion:nm,ActionCard:xh,Alert:Sm,AppHeader:lm,AudioMeter:En,AudioPlayer:Tr,Avatar:Nm,Badge:gt,BarChart:Ym,BarChartControls:ic,Board:Pm,BottomNav:zl,BrandIdentity:Vl,Breadcrumb:Em,BulkBar:Vm,Button:se,Calendar:rg,CardStep:Gc,ChartLegend:Nn,ChartSection:Bn,ChartTotal:wr,Checkbox:oc,ChoiceChips:Qg,CircleBadge:Cm,CodeBox:Hm,ColorPicker:Lm,CompanyMeta:Fm,ConfirmPopup:jb,ConfirmStep:Wc,ConfirmWithTextStep:Hc,ContrastFilterPanel:Db,CoreScope:Ch,CountTile:jm,CouponInputPopup:Mb,DatePicker:Gm,DebugResultLauncher:Zb,DescriptionTooltip:no,DeviceSideTable:og,Dialog:Mm,Divider:wm,Dropdown:Zt,EffectPartyPopper:Xc,EffectPartyPopperHost:Ib,EmptyState:vh,ErrorState:yh,FILTER_ALL_VALUE:Dt,FileUpload:Bm,FilterPanel:xa,FilterSectionInfo:No,Footer:eb,Header:Gl,Icon:Re,IconGridMenu:Jg,IconRenderer:Re,LandingBottomSticky:ab,LandingHeader:tb,ListPopup:Lb,ListenStep:Fc,Loader:Do,MARKS:mc,MARK_ICON:bc,MARK_VARIANT:fc,MediaQueryOverrideContext:bn,MenuTooltip:xr,NoiseSettingsTooltip:Rc,NoticeBox:_h,OrderListStep:Vc,PASS_CARD_BG_VARS:Va,POS_LABEL:yc,PROMO_BANNER_BG_COMPONENTS:fl,PROMO_BANNER_BG_OPTIONS:wh,PROMO_BANNER_BG_VARS:So,Page:Br,PageTitle:Ob,Pagination:_r,Panel:Nr,PanelGrid:db,PanelRow:La,PanelRowDevice:pb,PassCard:Zl,PassCardBg:gm,PassCardBgIHAB:fm,PassCardBgLeftColorGrid:vm,PassCardBgTwoCircle:Kl,PaymentPlan:mm,PersonCard:Rm,PhonemeFilterPanel:Eb,PhonemeSelectBlock:Nb,Popup:Ea,ProgressBar:eg,ProgressIndicator:uc,PromoBanner:om,PromoBannerBgDark:al,PromoBannerBgDeep:Zs,PromoBannerBgDiagonal:il,PromoBannerBgDots:ll,PromoBannerBgInstagram:bl,PromoBannerBgMain:Vs,PromoBannerBgNaver:ml,PromoBannerBgOutline:dl,PromoBannerBgRadial:rl,PromoBannerBgSoft:qs,PromoBannerBgSoftSub:Js,PromoBannerBgSub:Ys,PromoBannerBgSuccess:pl,PromoBannerBgWarm:el,PublicationCard:Im,Radio:ec,RadioGroup:km,Rating:Dm,RingChart:Jm,SENTENCE_TRAINING_TYPES:On,SearchSummary:Am,Section:lo,SectionHeader:zm,SegmentedControl:qa,ShortcutBadge:_m,SideNav:Fl,Slider:sc,SoundCompass:ym,SplashLogo:Om,StatChart:Qm,TRAINING_TOOLTIP_HOVER_DELAY_MS:Pb,Table:Dn,TableFilterPanel:$n,Tabs:Tm,TextField:Ga,Timeline:$m,Toast:so,Toggle:ac,Toolbar:An,Tooltip:Ta,TooltipInfo:Na,TooltipTextBox:Fn,TopBanner:rm,TrainingBlock:ig,TrainingBlockButton:Ln,TrainingCard:Gb,TrainingCardGroup:qb,TrainingPagePopup:ja,TrainingPagePopupBottom:$c,TrainingPagePopupTitle:Ic,TrainingResultPopup:Uc,TrainingStep:Ua,TrainingStepAudioPlayer:Tr,TrainingStepBullet:Bc,TrainingStepCard:jc,TrainingStepConfirm:Wn,TrainingStepConfirmWithText:Hn,TrainingStepListen:Vn,TrainingStepOrderList:Gn,TrainingStepTextBox:Lc,TrainingStepTitle:Ec,TrainingTooltip:Rb,TrainingWordCard:Mn,UpdateAlert:Vb,WORD_TABLE_PAPER:co,WORD_TYPE_LABEL:xc,WordDataProvider:Hb,WordDataUpdatePopup:Kb,WordImageTooltip:Zc,WordSearchFilterPanel:Bb,WordSearchResultBlock:Tb,WordTable:uo,WordTableBlock:Ub,WordTableButton:Yb,WordTablePopup:Bg,WordTableThumbnail:Jc,buildMonthChartData:qm,cellLabel:jg,cellsForLabels:Gg,clearPassCardBgTheme:ya,clearPromoBannerBgTheme:Et,closeTrainingPopup:mb,companyTypeLabel:zb,createTrainingScenario:fb,cx:_e,deriveNoiseContexts:wb,derivePassCard:ql,draftValues:Xg,expandSlashLabel:Rn,formatDuration:qg,getControlDateRange:Km,getPayloadTimestamp:qn,getPromoBannerBgTheme:Ws,getSelectedFromPayload:yb,getSelectedText:xb,getStepPayload:zc,getSteppedPayload:Cb,injectPassCardBgTheme:va,injectPromoBannerBgTheme:Bt,isSelectionCorrect:_b,labelsForSave:Lg,markAfterClick:gc,marksForSave:Pn,missesByType:Fg,nextFocus:Ig,nextMisses:zg,pageStartIndexes:vc,passCardBgIhabTheme:Xl,passCardBgLeftColorGridTheme:Jl,passCardBgTwoCircleTheme:Yl,printWordTable:hg,promoBannerBgDarkTheme:tl,promoBannerBgDeepTheme:Ks,promoBannerBgDiagonalTheme:nl,promoBannerBgDotsTheme:sl,promoBannerBgInstagramTheme:gl,promoBannerBgMainTheme:Hs,promoBannerBgNaverTheme:hl,promoBannerBgOutlineTheme:cl,promoBannerBgRadialTheme:ol,promoBannerBgSoftSubTheme:Xs,promoBannerBgSoftTheme:Gs,promoBannerBgSubTheme:Us,promoBannerBgSuccessTheme:ul,promoBannerBgWarmTheme:Qs,recommendTables:Hg,regenerateUnpinned:Zg,removeItem:Kg,resolveTrainingItems:bb,resolveTrainingPopupMeta:Oc,reviewCells:Eg,reviewSetPlan:Wg,reviewTableName:Dg,scoreKey:Ar,scoreSheetHeader:Mg,shouldConfirmDiscard:pg,splitTrainingVariants:gb,summarize:ug,summarizeMisses:Og,tableTrends:$g,toDraft:Ug,toTrainingText:vb,togglePin:Yg,uncoveredLabels:Vg,useAnchoredMenu:Eo,useBarChartControl:nc,useCalendarMonth:rc,useComboboxSuggestions:tc,useFitScale:Cc,useSoundCompassExam:xm,useToastLifecycle:dc,useWordData:Wb,useWordTableDisplaySettings:kc,useWordTablePrint:In,weakItems:Rg}),hS=Object.freeze({__proto__:null});const mS={...pS,...N3,...P5,...hS};exports.Accordion=nm,exports.ActionCard=xh,exports.Alert=Sm,exports.AppHeader=lm,exports.AudioMeter=En,exports.AudioPlayer=Tr,exports.Avatar=Nm,exports.Badge=gt,exports.BarChart=Ym,exports.BarChartControls=ic,exports.Board=Pm,exports.BottomNav=zl,exports.BrandIdentity=Vl,exports.Breadcrumb=Em,exports.BulkBar=Vm,exports.Button=se,exports.CACHE_GROUPS=Cl,exports.CAPABILITY=Co,exports.CHOSEONG=Ue,exports.Calendar=rg,exports.CardStep=Gc,exports.ChartLegend=Nn,exports.ChartSection=Bn,exports.ChartTotal=wr,exports.Checkbox=oc,exports.ChoiceChips=Qg,exports.CircleBadge=Cm,exports.CodeBox=Hm,exports.ColorPicker=Lm,exports.CompanyMeta=Fm,exports.ConfirmPopup=jb,exports.ConfirmStep=Wc,exports.ConfirmWithTextStep=Hc,exports.ContrastFilterPanel=Db,exports.CoreScope=Ch,exports.CountTile=jm,exports.CouponInputPopup=Mb,exports.DEFAULT_LOCALE=mo,exports.DatePicker=Gm,exports.DebugResultLauncher=Zb,exports.DescriptionTooltip=no,exports.DeviceSideTable=og,exports.Dialog=Mm,exports.Divider=wm,exports.DocumentTitleSuppressContext=yl,exports.Dropdown=Zt,exports.EMPTY_COMPOSITION=yn,exports.EffectPartyPopper=Xc,exports.EffectPartyPopperHost=Ib,exports.EmptyState=vh,exports.ErrorState=yh,exports.FILTER_ALL_VALUE=Dt,exports.FileUpload=Bm,exports.FilterPanel=xa,exports.FilterSectionInfo=No,exports.Footer=eb,exports.Header=Gl,exports.I18nProvider=ly,exports.Icon=Re,exports.IconGridMenu=Jg,exports.IconRenderer=Re,exports.JONGSEONG=vt,exports.JUNGSEONG=pt,exports.LOCALE_STORAGE_KEY=ii,exports.LONG_STORIES=Fa,exports.LandingBottomSticky=ab,exports.LandingHeader=tb,exports.ListPopup=Lb,exports.ListenStep=Fc,exports.Loader=Do,exports.MARKS=mc,exports.MARK_ICON=bc,exports.MARK_VARIANT=fc,exports.MediaQueryOverrideContext=bn,exports.MenuTooltip=xr,exports.NETWORK_ERROR_MESSAGE=gs,exports.NOISE_DATAS=Oa,exports.NO_CODA=na,exports.NoiseSettingsTooltip=Rc,exports.NoticeBox=_h,exports.ORDER_SETS=Wa,exports.OrderListStep=Vc,exports.PASS_CARD_BG_VARS=Va,exports.PLAN_FEATURES=dh,exports.PLAN_LIMITS=ph,exports.POS_LABEL=yc,exports.PROMO_BANNER_BG_COMPONENTS=fl,exports.PROMO_BANNER_BG_OPTIONS=wh,exports.PROMO_BANNER_BG_VARS=So,exports.Page=Br,exports.PageTitle=Ob,exports.Pagination=_r,exports.Panel=Nr,exports.PanelGrid=db,exports.PanelRow=La,exports.PanelRowDevice=pb,exports.PassCard=Zl,exports.PassCardBg=gm,exports.PassCardBgIHAB=fm,exports.PassCardBgLeftColorGrid=vm,exports.PassCardBgTwoCircle=Kl,exports.PaymentPlan=mm,exports.PersonCard=Rm,exports.PhonemeFilterPanel=Eb,exports.PhonemeSelectBlock=Nb,exports.Popup=Ea,exports.ProgressBar=eg,exports.ProgressIndicator=uc,exports.PromoBanner=om,exports.PromoBannerBgDark=al,exports.PromoBannerBgDeep=Zs,exports.PromoBannerBgDiagonal=il,exports.PromoBannerBgDots=ll,exports.PromoBannerBgInstagram=bl,exports.PromoBannerBgMain=Vs,exports.PromoBannerBgNaver=ml,exports.PromoBannerBgOutline=dl,exports.PromoBannerBgRadial=rl,exports.PromoBannerBgSoft=qs,exports.PromoBannerBgSoftSub=Js,exports.PromoBannerBgSub=Ys,exports.PromoBannerBgSuccess=pl,exports.PromoBannerBgWarm=el,exports.PublicationCard=Im,exports.Radio=ec,exports.RadioGroup=km,exports.Rating=Dm,exports.RingChart=Jm,exports.SENTENCE_TRAINING_TYPES=On,exports.SHORT_STORIES=za,exports.SUPPORTED_LOCALES=Oo,exports.SYLLABLE_MIN=ia,exports.SearchSummary=Am,exports.Section=lo,exports.SectionHeader=zm,exports.SegmentedControl=qa,exports.ShortcutBadge=_m,exports.SideNav=Fl,exports.Slider=sc,exports.SoundCompass=ym,exports.SplashLogo=Om,exports.StatChart=Qm,exports.TIER_RANK=uh,exports.TOPIC_TYPES=Xp,exports.TRAINING_TOOLTIP_HOVER_DELAY_MS=Pb,exports.TRAINING_TYPES=cn,exports.TRAINING_TYPE_I18N_KEY=Is,exports.Table=Dn,exports.TableFilterPanel=$n,exports.Tabs=Tm,exports.TextField=Ga,exports.Timeline=$m,exports.Toast=so,exports.Toggle=ac,exports.Toolbar=An,exports.Tooltip=Ta,exports.TooltipInfo=Na,exports.TooltipTextBox=Fn,exports.TopBanner=rm,exports.TrainingBlock=ig,exports.TrainingBlockButton=Ln,exports.TrainingCard=Gb,exports.TrainingCardGroup=qb,exports.TrainingPagePopup=ja,exports.TrainingPagePopupBottom=$c,exports.TrainingPagePopupTitle=Ic,exports.TrainingResultPopup=Uc,exports.TrainingStep=Ua,exports.TrainingStepAudioPlayer=Tr,exports.TrainingStepBullet=Bc,exports.TrainingStepCard=jc,exports.TrainingStepConfirm=Wn,exports.TrainingStepConfirmWithText=Hn,exports.TrainingStepListen=Vn,exports.TrainingStepOrderList=Gn,exports.TrainingStepTextBox=Lc,exports.TrainingStepTitle=Ec,exports.TrainingTooltip=Rb,exports.TrainingWordCard=Mn,exports.UpdateAlert=Vb,exports.VAP_PAGE_SIZE_OPTIONS=wl,exports.WORD_SUGGESTION_ACCOUNT_LIMIT=gh,exports.WORD_SUGGESTION_EXISTING_ERROR=fh,exports.WORD_SUGGESTION_WEEKLY_QUOTA=mh,exports.WORD_TABLE_PAPER=co,exports.WORD_TYPE_LABEL=xc,exports.WordDataProvider=Hb,exports.WordDataUpdatePopup=Kb,exports.WordImageTooltip=Zc,exports.WordSearchFilterPanel=Bb,exports.WordSearchResultBlock=Tb,exports.WordTable=uo,exports.WordTableBlock=Ub,exports.WordTableButton=Yb,exports.WordTablePopup=Bg,exports.WordTableThumbnail=Jc,exports.applyFontScale=Ds,exports.applyTheme=Bs,exports.buildChangeWholeSyllableProblem=ms,exports.buildDropCompoundProblem=cs,exports.buildDropContrast3Problem=ls,exports.buildDropContrastProblem=ss,exports.buildDropFinalConsonantProblem=ds,exports.buildGradeSection=Tl,exports.buildMonthChartData=qm,exports.buildMultiPartPosContrast=Wi,exports.buildPairIndex=zu,exports.buildPartOfSpeechSection=Nl,exports.buildPositionSection=zh,exports.buildRemoveConsonantProblem=ps,exports.buildSelectSection=Oh,exports.buildSyllableMaskIndex=hs,exports.buildSyllableSection=Ih,exports.buildWordTypeSection=Bl,exports.bulkSetImageExistence=Bu,exports.cardQuestionTitle=sp,exports.cellLabel=jg,exports.cellsForLabels=Gg,exports.charToPronValue=Ml,exports.checkImageExists=Qo,exports.classifyPairDifficulty=Bi,exports.clearAudioExistsCache=_u,exports.clearImageExistenceCache=Ti,exports.clearPairIndexCache=Oi,exports.clearPassCardBgTheme=ya,exports.clearPromoBannerBgTheme=Et,exports.closeTrainingPopup=mb,exports.companyTypeLabel=zb,exports.composeSyllable=ha,exports.computeDailySelection=js,exports.configureImageResolver=Tu,exports.configureNoiseSettingsStore=Ep,exports.configurePronunciationResolver=ku,exports.configureStorage=vi,exports.configureTTS=Cu,exports.configureTrainingCategories=Hp,exports.convertComposition=Rl,exports.copyText=Ss,exports.createDecompCache=Ni,exports.createTTSUrlResolver=jp,exports.createTrainingScenario=fb,exports.cx=_e,exports.dateToDb=Wp,exports.default=mS,exports.deriveNoiseContexts=wb,exports.derivePassCard=ql,exports.downloadCsvText=hp,exports.downloadSound=zr,exports.draftValues=Xg,exports.ensureTrainingDataLoaded=$s,exports.escapeCsvField=pp,exports.expandSlashLabel=Rn,exports.fileExists=yi,exports.filterContrastCandidates=Fi,exports.finalToPhoneme=Qr,exports.firstChoseongOf=Ei,exports.fmtBytes=Nh,exports.formatCount=dr,exports.formatDateKo=Mp,exports.formatDateLocale=Rp,exports.formatDateLongKo=Pp,exports.formatDateLongLocale=$p,exports.formatDatetimeKo=Ip,exports.formatDuration=qg,exports.formatPhone=zp,exports.formatRelativeTime=rn,exports.formatTimeHM=sn,exports.formatYmd=nn,exports.getAssetBaseUrl=bi,exports.getControlDateRange=Km,exports.getDailySelection=Kp,exports.getElementAnalyser=Zo,exports.getErrorMessage=an,exports.getImageExistenceStats=Hr,exports.getImageExistsCached=Ai,exports.getImageResolver=$a,exports.getNoiseBaseUrl=xi,exports.getPairIndex=Qa,exports.getPayloadTimestamp=qn,exports.getPlanTier=hh,exports.getPromoBannerBgTheme=Ws,exports.getPronunciationResolver=wi,exports.getSavedFontScale=Es,exports.getSavedTheme=Ns,exports.getSelectedFromPayload=yb,exports.getSelectedText=xb,exports.getSignedOrPublicUrl=qo,exports.getStepPayload=zc,exports.getSteppedPayload=Cb,exports.getTTSFallbackUrlResolver=_i,exports.getTTSUrlResolver=Uo,exports.getTodayKst=on,exports.getTopicTypes=ln,exports.getTrainingPools=Ms,exports.getTrainingTypes=Ts,exports.getWordPool=_o,exports.hasQuestionWordConstraint=ep,exports.hasSel=yt,exports.hasStructureContrast=tr,exports.initFontScale=Up,exports.initTheme=Gp,exports.injectPassCardBgTheme=va,exports.injectPromoBannerBgTheme=Bt,exports.isAllChoseong=Li,exports.isManualOnlyType=ap,exports.isNetworkErrorMessage=bs,exports.isSelectionCorrect=_b,exports.isSyllablePattern=Pi,exports.isThisWeekPick=bh,exports.isTrainingDataLoaded=Zp,exports.isValidQuestionWord=tp,exports.itemCorrectness=xs,exports.jamoToNamesForSpeech=lp,exports.labelsForSave=Lg,exports.loadGameLeaderboard=Bp,exports.loadMyGameRanks=Np,exports.loadNoiseSettings=ws,exports.loadTrainingData=Rs,exports.logCrossword=yp,exports.logTrainingCompletion=ys,exports.logTrainingTime=vs,exports.lsBytes=_l,exports.markAfterClick=gc,exports.marksForSave=Pn,exports.matchSyllables=ao,exports.matchesChoseongSearch=Eu,exports.matchesSyllablePattern=Ri,exports.matchesWordQuery=fo,exports.meaningKey=_n,exports.mergeQuestionText=ns,exports.minimalPairDistractors=Vr,exports.missesByType=Fg,exports.nextFocus=Ig,exports.nextMisses=zg,exports.normalizeDate=Fp,exports.officialSoundPath=Lp,exports.pageStartIndexes=vc,exports.parseSortValue=up,exports.parseSyllable=Be,exports.passCardBgIhabTheme=Xl,exports.passCardBgLeftColorGridTheme=Jl,exports.passCardBgTwoCircleTheme=Yl,exports.patternToComposition=Ru,exports.phonemePartsOf=ip,exports.pickEuRo=as,exports.pickEulReul=Ji,exports.pickEunNeun=es,exports.pickIga=Zi,exports.pickWaGwa=ts,exports.prewarmImageCache=Nu,exports.primarySelPart=sr,exports.printWordTable=hg,exports.promoBannerBgDarkTheme=tl,exports.promoBannerBgDeepTheme=Ks,exports.promoBannerBgDiagonalTheme=nl,exports.promoBannerBgDotsTheme=sl,exports.promoBannerBgInstagramTheme=gl,exports.promoBannerBgMainTheme=Hs,exports.promoBannerBgNaverTheme=hl,exports.promoBannerBgOutlineTheme=cl,exports.promoBannerBgRadialTheme=ol,exports.promoBannerBgSoftSubTheme=Xs,exports.promoBannerBgSoftTheme=Gs,exports.promoBannerBgSubTheme=Us,exports.promoBannerBgSuccessTheme=ul,exports.promoBannerBgWarmTheme=Qs,exports.pronToCharValue=Pl,exports.readLevel=ki,exports.recommendTables=Hg,exports.regenerateUnpinned=Zg,exports.removeItem=Kg,exports.reorderArray=os,exports.resolveAssetUrl=Vo,exports.resolveSoundPath=Or,exports.resolveTrainingItems=bb,exports.resolveTrainingPopupMeta=Oc,exports.resumeAudioMeter=Ko,exports.reviewCells=Eg,exports.reviewSetPlan=Wg,exports.reviewTableName=Dg,exports.sample=ea,exports.saveLocale=iy,exports.saveNoiseSettings=ks,exports.scoreKey=Ar,exports.scoreSheetHeader=Mg,exports.searchAndRankWords=Iu,exports.setAssetBaseUrl=yu,exports.setCrosswordLogger=vp,exports.setGameLeaderboardLoader=Ap,exports.setGameRanksLoader=Sp,exports.setGameScoreSubmitter=kp,exports.setTrainingCompletionLogger=fp,exports.setTrainingTimeLogger=bp,exports.setWordPool=gp,exports.shouldConfirmDiscard=pg,exports.shuffle=ze,exports.sortToValue=dp,exports.soundOf=tn,exports.speak=bu,exports.splitTrainingVariants=gb,exports.stopSpeaking=fu,exports.submitGameScore=Tp,exports.summarize=ug,exports.summarizeMisses=Og,exports.syllMatchesComp=Ia,exports.syllableContrasts=oo,exports.syllableLength=yo,exports.syllablePron=is,exports.syllableToFilter=vn,exports.tableTrends=$g,exports.toBase64UrlSafe=Dp,exports.toChoseong=Di,exports.toDraft=Ug,exports.toItemResults=Cs,exports.toKstHm=Op,exports.toKstYmd=Aa,exports.toStandardPronunciation=Zu,exports.toStorageName=lr,exports.toTrainingText=vb,exports.toUserErrorMessage=cp,exports.today=Ao,exports.toggleAttributeFilter=Fh,exports.togglePin=Yg,exports.uncoveredLabels=Vg,exports.useAnchoredMenu=Eo,exports.useBarChartControl=nc,exports.useCacheManagement=Bh,exports.useCalendarMonth=rc,exports.useComboboxSuggestions=tc,exports.useDailyTrainingSelection=Xh,exports.useDelayedHoverAnchor=$h,exports.useDeviceManagement=Rh,exports.useDocumentTitle=xl,exports.useEscToClose=Qh,exports.useFitScale=Cc,exports.useFontScale=gn,exports.useHoverAnchor=To,exports.useI18n=sy,exports.useMediaQuery=ra,exports.usePagedList=tm,exports.usePasswordChange=Th,exports.useRelativeDay=Ah,exports.useSoundCompassExam=xm,exports.useTablePaging=kl,exports.useTableSort=Sl,exports.useToastLifecycle=dc,exports.useToastState=wn,exports.useTrainingTypeLabels=am,exports.useVisitAllPanel=Ph,exports.useVisitHistory=Lh,exports.useVisitSchedule=Mh,exports.useWindowEvent=br,exports.useWordAttributeFilterKeys=Al,exports.useWordData=Wb,exports.useWordDataStats=Eh,exports.useWordMeanings=em,exports.useWordTableDisplaySettings=kc,exports.useWordTablePrint=In,exports.useWordTrainingDataGeneration=Yh,exports.useWordTrainingFilter=Uh,exports.validateSyllableSearchInput=$u,exports.valueToJamos=fa,exports.weakItems=Rg,exports.withEuRo=Qu,exports.withEulReul=Qi,exports.withEunNeun=Xu,exports.withIga=Xi,exports.withWaGwa=Ju,exports.wordContainsChoseong=Lu,exports.wordContainsJongseong=Mu,exports.wordContainsJungseong=ju,exports.wordHasNoCoda=ji,exports.wordHasSyllableMatching=Mi,exports.wrongItems=xp;
|